]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Prepare v2010.03-rc1
[karo-tx-uboot.git] / CHANGELOG
1 commit 4e72fb15c9073129e05820cc9c54f54bc4985835
2 Author: Wolfgang Denk <wd@denx.de>
3 Date:   Fri Mar 12 22:11:00 2010 +0100
4
5     standalone eepro100_eeprom: fix build error
6
7     Building examples/standalone/eepro100_eeprom triggers this error:
8
9     In file included from include/common.h:629,
10                      from eepro100_eeprom.c:24:
11     include/net.h: In function 'NetReadIP':
12     include/net.h:430: warning: implicit declaration of function 'memcpy'
13     eepro100_eeprom.c: At top level:
14     eepro100_eeprom.c:81: error: conflicting types for 'memcpy'
15     include/net.h:430: error: previous implicit declaration of 'memcpy' was here
16
17     Fix this.
18
19     Signed-off-by: Wolfgang Denk <wd@denx.de>
20
21 commit 1bb1809558e11eb089fba32caed9fc99d21477c1
22 Author: Wolfgang Denk <wd@denx.de>
23 Date:   Fri Mar 12 22:10:31 2010 +0100
24
25     Update .gitignore's: add some generated files
26
27     Signed-off-by: Wolfgang Denk <wd@denx.de>
28
29 commit 9c9cbe78dcb0afad081670cb1bdc82d227095cae
30 Author: Detlev Zundel <dzu@denx.de>
31 Date:   Mon Mar 8 14:02:57 2010 +0100
32
33     mpc82xx: Remove SL8245 board and the now orpahned sk98lin network driver.
34
35     This code has compile problems and the company does not even exist any
36     more.  So we take the liberty to drop support for it.
37
38     Signed-off-by: Detlev Zundel <dzu@denx.de>
39     CC: Wolfgang Denk <wd@denx.de>
40     CC: Ben Warren <biggerbadderben@gmail.com>
41
42 commit ca02f6f8dc4966b2a019b15e01b5070189327df2
43 Author: Kumar Gala <galak@kernel.crashing.org>
44 Date:   Wed Mar 10 17:16:48 2010 -0600
45
46     85xx: Drop FIT support to allow u-boot image to fit in 512k
47
48     The 36-bit build exceeds the 512k size we have.  Removing FIT type image
49     support allows us to fit and we dont really use it.
50
51     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52
53 commit 5f8419597f427aaf9bb501460735d703d10db5ee
54 Author: Michael Zaidman <michael.zaidman@gmail.com>
55 Date:   Sun Feb 28 16:28:25 2010 +0200
56
57     Cosmetic change - indentation correction.
58
59     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
60
61 commit a693447ceadff49155e260cbbaef4e09c926cab5
62 Author: Anatolij Gustschin <agust@denx.de>
63 Date:   Wed Feb 24 00:29:44 2010 +0100
64
65     cmd_mtdparts.c: prevent printbuffer overflows
66
67     The length of configured MTDPARTS_DEFAULT string
68     could be greater than console printbuffer size.
69     Replace printf() by puts() to avoid potential buffer
70     overflows.
71
72     Signed-off-by: Anatolij Gustschin <agust@denx.de>
73
74 commit 3920bbedcf74a073bc72950a51de75af6faa2f06
75 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
76 Date:   Fri Feb 19 11:59:04 2010 +0100
77
78     Fix MPC8536DS documentation
79
80     This patch corrects small mistake in the register list in
81     doc/README.mpc8536ds. These registers are 32 bits and this one starts
82     at ....c not ....e
83
84     When using the ...c address I can boot from sd, when using the ...e
85     address I cannot.
86
87     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
88     Acked-by: Hu Mingkai <B21284@freescale.com>
89
90 commit ab68f4dd193053c0ba395af15b154caca35e99f3
91 Author: Heiko Schocher <hs@denx.de>
92 Date:   Wed Feb 10 08:03:21 2010 +0100
93
94     doc: add README for CONFIG_HWCONFIG option
95
96     Signed-off-by: Heiko Schocher <hs@denx.de>
97
98 commit 7026ead0d3ece5e43d6b39f62fb5c4306f691224
99 Author: Heiko Schocher <hs@denx.de>
100 Date:   Tue Feb 9 15:50:27 2010 +0100
101
102     TQM8xx: enable device tree support on all TQM8xx based boards.
103
104     Also enable support for CONFIG_HWCONFIG because we use this for
105     configuring if this hardware has a FEC or not.
106
107     syntax:
108
109     hwconfig=fec:on   if hardware has an fec
110     hwconfig=fec:off  if hardware has no fec
111
112     Signed-off-by: Heiko Schocher <hs@denx.de>
113     Signed-off-by: Wolfgang Denk <wd@denx.de>
114
115 commit 6ed3b9d44c359bc829e9acd0a55fcd1c3e82b6ae
116 Author: Heiko Schocher <hs@denx.de>
117 Date:   Tue Feb 9 15:50:21 2010 +0100
118
119     TQM8xx: add device tree support for TQM8xx based boards.
120
121     Also use hwconfig to configure whether the board has a FEC or not.
122     We then can adjust the DTS to tell Linux if there is a FEC present.
123
124     syntax:
125
126     hwconfig=fec:on   if hardware has a  FEC
127     hwconfig=fec:off  if hardware has no FEC
128
129     Signed-off-by: Heiko Schocher <hs@denx.de>
130     Signed-off-by: Wolfgang Denk <wd@denx.de>
131
132 commit 143cd21fe22e69bf0cdaefd57be98f07ed8f04fa
133 Author: Wolfgang Denk <wd@denx.de>
134 Date:   Thu Mar 11 23:56:03 2010 +0100
135
136     Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT
137
138     The auto-update feature (CONFIG_UPDATE_TFTP) requires that the env
139     variable serverip be set for the TFTP access. If DHCP is to be used
140     to get the serverip env variable, this doesn't work as DHCP happens
141     after the auto-update attempt has run. A solution is to run DHCP in
142     PREBOOT, but even this is too late.
143
144     To solve this, we move update_tftp() below the PREBOOT stuff.
145
146     Signed-off-by: Wolfgang Denk <wd@denx.de>
147
148 commit 1b691bb0c2fa18c9b68f15398ef6c8b9e0c0f3e3
149 Author: Mike Frysinger <vapier@gentoo.org>
150 Date:   Mon Jan 25 18:50:11 2010 -0500
151
152     mkimage: dont force entry point with xip
153
154     Some people boot images with the entry point in the middle of the blob
155     (like Linux with the head code in discardable .init.text), and there is no
156     no real requirement that the entry point be right after the mkimage header
157     when doing XIP, so let people specify whatever they want.  If they do need
158     an entry right after the header, then they still can do that with normal
159     -e behavior.
160
161     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
162
163 commit 4b99327a4121a28d2bdb2c2b841f5d97931ae905
164 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
165 Date:   Fri Jan 15 10:06:06 2010 -0500
166
167     PPC: Record U-Boot's relocated address in RAM and show in bdinfo.
168
169     This patch uses gd->relocaddr variable to store uboot's relocated
170     address in RAM and shows it in bdinfo command.
171
172     This patch moves CONFIG_AMIGAONEG3SE style copying of the address
173     in board_init_f to just before relocation is actually done.
174
175     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
176     Tested-by: Detlev Zundel <dzu@denx.de>
177
178 commit 8c4444ff5e1d8e9fd1a847a2fb096aa9aff66f85
179 Author: Wolfgang Denk <wd@denx.de>
180 Date:   Thu Mar 11 23:35:43 2010 +0100
181
182     Fix memory leak in mmc_read()
183
184     There is be a path through mmc_read in drivers/mmc/mmc.c where
185     malloc'd memory is not freed before exiting mmc_read: it occurs if
186     mmc_set_blocklen() returns a non-zero value.
187
188     Reported-by: Quentin Armitage <Quentin@Armitage.org.uk>
189     Signed-off-by: Wolfgang Denk <wd@denx.de>
190
191 commit 6258b04e9a41ee60f21547358a58fbcb9087735d
192 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
193 Date:   Thu Feb 11 14:57:04 2010 +0100
194
195     AT91: Update otc570 board to new SoC access
196
197     * convert otc570 board to use c stucture SoC access
198     * change gpio access to at91_gpio syntax
199
200     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
201
202 commit 7cedb29872069e782f9f97cef4ab1232736e4c85
203 Author: Jens Scharsig <js_at_ng@scharsoft.de>
204 Date:   Sun Feb 14 12:20:43 2010 +0100
205
206     updates the at91 main_clock calculation
207
208     * updates the conditional main_clock calculation (if AT91_MAIN_CLOCK defined) to c structure SoC access
209      * add need register flags
210
211     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
212
213 commit 637833c2d669f9a370706e275e7103454c3c83ec
214 Author: Prafulla Wadaskar <prafulla@marvell.com>
215 Date:   Wed Mar 3 15:27:37 2010 +0530
216
217     arm: kirkwood: suen3: fixed build warning
218
219     This patch fixes following build warning
220
221     Invalid Kwbimage command Type - valid names are: BOOT_FROM, NAND_ECC_MODE, NAND_PAGE_SIZE, SATA_PIO_MODE, DDR_INIT_DELAY, DATA, , spi, nand, sata, pex, uart
222
223     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
224
225 commit e4d34492017c95e4041ea0c581e1ab8d1d49381b
226 Author: Stefano Babic <sbabic@denx.de>
227 Date:   Fri Mar 5 17:54:37 2010 +0100
228
229     MX51: removed warnings for the mx51evk
230
231     The patch removes warnings at compile time and provides
232     some cleanup code:
233     - Removed comment on NAND (not yet supported) from lowlevel_init.S
234     - Removed NFMS bit definition from imx-regs.h
235       The bit is only related to MX.25/35 and can lead to confusion
236     - Moved is_soc_rev() to soc specific code (removed from mx51evk.c)
237
238     Signed-off-by: Stefano Babic <sbabic@denx.de>
239
240 commit 9d69e33d8d0f112fe3a089101d023e87431684d1
241 Author: Vipin Kumar <vipin.kumar@st.com>
242 Date:   Tue Mar 2 10:46:52 2010 +0530
243
244     SPEAr : Supporting new mach ids for spear310 and spear320
245
246     Supporting new machine ids for SoCs spear310 and spear320
247
248     include/asm-arm/mach-types.h has to be updated before applying
249     this patch for build to work
250
251     Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
252
253 commit cc0b53c8d5d6a3f14f36982552bc3feb8ecb1db5
254 Author: Heiko Schocher <hs@denx.de>
255 Date:   Mon Mar 1 15:58:18 2010 +0100
256
257     arm, suen3: fix compile error, if doing not a local build
258
259     Signed-off-by: Heiko Schocher <hs@denx.de>
260
261 commit 67fa8c25f5c2d23932c0f31b035281d6abbb0965
262 Author: Heiko Schocher <[hs@denx.de]>
263 Date:   Mon Feb 22 16:43:02 2010 +0530
264
265     arm: add support for the suen3 board from keymile
266
267     Add support for the ARM part of the mgcoge2, named suen3.
268     This board is based on the Marvell Kirkwood (88F6281) SoC.
269     As there come more board variants, common config options
270     are collected in include/configs/km_arm.h. Also, this board
271     use common code for all keymile boards, which is stored in
272     board/keymile/common/common.c
273
274     Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
275     Signed-off-by: Stefan Roese <sr@denx.de>
276     Signed-off-by: Heiko Schocher <hs@denx.de>
277
278 commit 6895d4510a7758595b85b48a7f449bd61dfc812f
279 Author: John Rigby <jcrigby@gmail.com>
280 Date:   Mon Jan 25 23:12:58 2010 -0700
281
282     Add support for KARO TX25 board
283
284     This is an i.MX25 base board with only NAND
285     so it uses nand_spl to boot.
286
287     Signed-off-by: John Rigby <jcrigby@gmail.com>
288
289     Tune configuration, add support for (redundant) environment in NAND.
290     Signed-off-by: Wolfgang Denk <wd@denx.de>
291
292     Acked-by: Wolfgang Denk <wd@denx.de>
293     CC: Fred Fan <fanyefeng@gmail.com>
294     CC: Tom <Tom.Rix@windriver.com>
295
296 commit 740d6ae5b982496fcea0666b2207cb34cc0e6015
297 Author: John Rigby <jcrigby@gmail.com>
298 Date:   Mon Jan 25 23:12:57 2010 -0700
299
300     fec_mxc: add MX25 support
301
302     Use RMII for MX25
303     Add code to init gasket that enables RMII
304
305     Signed-off-by: John Rigby <jcrigby@gmail.com>
306     CC: Ben Warren <biggerbadderben@gmail.com>
307
308 commit cb17b92de03416cf4d5db5bd27ef4ae17f95e707
309 Author: John Rigby <jcrigby@gmail.com>
310 Date:   Mon Jan 25 23:12:55 2010 -0700
311
312     fec_mxc: cleanup and factor out MX27 dependencies
313
314     general cleanup
315     move clock init to cpu_eth_init in cpu/arm926ejs/mx27/generic.c
316     make MX27 specific phy init conditional on CONFIG_MX27
317     replace call to imx_get_ahbclk with one to imx_get_fecclk
318     and define imx_get_fecclk in include/asm-arm/arch-mx27/clock.h
319
320     Signed-off-by: John Rigby <jcrigby@gmail.com>
321     CC: Ben Warren <biggerbadderben@gmail.com>
322     CC: Fred Fan <fanyefeng@gmail.com>
323     CC: Tom <Tom.Rix@windriver.com>
324
325 commit 552ff8f1d9fccf57243a01afe6dbebb982867e20
326 Author: John Rigby <jcrigby@gmail.com>
327 Date:   Mon Jan 25 23:12:56 2010 -0700
328
329     Add support for Freescale MX25 SOC
330
331     ARM926EJS core with MX31 peripherals.
332
333     Signed-off-by: John Rigby <jcrigby@gmail.com>
334     Earlier Version Signed-off-by: Wolfgang Denk <wd@denx.de>
335     CC: Fred Fan <fanyefeng@gmail.com>
336     CC: Tom <Tom.Rix@windriver.com>
337
338 commit e911c983f4a8d588f831806af37eb56c95512d5d
339 Author: John Rigby <jcrigby@gmail.com>
340 Date:   Mon Jan 25 23:12:51 2010 -0700
341
342     mxc_serial replace platform specific clock
343
344     remove ifdef'd clock selection code from
345     serial_mxc.c and replace with call to imx_get_uartclk
346
347     Add definitions for imx_get_uartclk to imx31 and imx27
348     include files.
349
350     This makes it easier to add new imx platforms.
351
352     Signed-off-by: John Rigby <jcrigby@gmail.com>
353
354 commit c5fb70c9114bd0a8289444d3d5c7e360eda08232
355 Author: Stefano Babic <sbabic@denx.de>
356 Date:   Fri Feb 5 15:13:58 2010 +0100
357
358     Add initial support for Freescale mx51evk board
359
360     The patch adds initial support for the Freescale mx51evk board.
361     Network (FEC) and SD controller (fsl_esdhc) are supported.
362
363     Signed-off-by: Stefano Babic <sbabic@denx.de>
364     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
365
366 commit c67bee1460a0da89ef08cbc28375171acc9a4227
367 Author: Stefano Babic <sbabic@denx.de>
368 Date:   Fri Feb 5 15:11:27 2010 +0100
369
370     fsl_esdhc: add support for mx51 processor
371
372     The esdhc controller in the mx51 processor is quite
373     the same as the one in some powerpc processors
374     (MPC83xx, MPC85xx). This patches adapts the driver
375     to support the arm mx51.
376
377     Signed-off-by: Stefano Babic <sbabic@denx.de>
378
379 commit 69df00f9d9c2f45b4576d1eae79bfac8bebb8821
380 Author: Stefano Babic <sbabic@denx.de>
381 Date:   Fri Feb 5 15:07:33 2010 +0100
382
383     ARM: add accessors functions
384
385     Some Freescale's processors of different architecture
386     have the same peripheral (eSDHC controller in PowerPC
387     and i.MX51). This patch adds accessors for
388     the internal registers of the SOCs, as already
389     implemented in the PowerPC architecture.
390
391     Signed-off-by: Stefano Babic <sbabic@denx.de>
392
393 commit 11fdade294b4d60c19ae861515aabddca1278deb
394 Author: Stefano Babic <sbabic@denx.de>
395 Date:   Fri Feb 5 15:04:43 2010 +0100
396
397     MMC: add weak function to detect MMC/SD card
398
399     Most controllers can check if there is a card in the slot.
400     However, they require pins that could be not available because
401     required by other functions and the detection of a card must
402     be performed in another way. This patch adds a weak function
403     that a board can implement to add its internal custom way
404     to check the presence of a MMC/SD card.
405
406     Signed-off-by: Stefano Babic <sbabic@denx.de>
407
408 commit 250de12bc2f7842807d25e16971c5bea59c3a4b1
409 Author: Stefano Babic <sbabic@denx.de>
410 Date:   Wed Jan 20 18:20:39 2010 +0100
411
412     mmc: check correctness of the voltage mask in ocr
413
414     Most cards do not answer if some reserved bits
415     in the ocr are set. However, some controllers
416     can set bit 7 (reserved for low voltages), but
417     how to manage low voltages SD card is not yet
418     specified.
419
420     Signed-off-by: Stefano Babic <sbabic@denx.de>
421
422 commit 71d64c0e4fa5910c15eca175a8f3b0e1c1d6711c
423 Author: Stefano Babic <sbabic@denx.de>
424 Date:   Wed Jan 20 18:20:19 2010 +0100
425
426     serial_mxc: add support for MX51 processor
427
428     The patch adds support for the Freescale mx51 processor.
429
430     Signed-off-by: Stefano Babic <sbabic@denx.de>
431     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
432
433 commit 67adcee0e091f0935e7dd722404d2a864cdecbe7
434 Author: Stefano Babic <sbabic@denx.de>
435 Date:   Wed Jan 20 18:20:04 2010 +0100
436
437     MX51: Add pin and multiplexer definitions.
438
439     The patch add header files to support the pin multiplexer
440     of the the Freescale i.MX51 processor.
441
442     Signed-off-by: Stefano Babic <sbabic@denx.de>
443     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
444
445 commit fb87a1ed9205bf5f843e1f264198ce946602deda
446 Author: Stefano Babic <sbabic@denx.de>
447 Date:   Wed Jan 20 18:19:51 2010 +0100
448
449     MX51: Add register definitions
450
451     The patch add header files to support the Freescale i.MX51
452     processor, setting definitions for internal registers.
453
454     Signed-off-by: Stefano Babic <sbabic@denx.de>
455     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
456
457 commit 64fdf452a85718935d82416d141be144b262c542
458 Author: Stefano Babic <sbabic@denx.de>
459 Date:   Wed Jan 20 18:19:32 2010 +0100
460
461     MX51: Add initial support for the Freescale MX51
462
463     The patch add initial support for the Freescale i.MX51 processor
464     (family arm cortex_a8).
465
466     Signed-off-by: Stefano Babic <sbabic@denx.de>
467     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
468
469 commit 18ba012b9b919a7c264dc6299f954d7f53d06605
470 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
471 Date:   Wed Feb 24 19:45:39 2010 +0100
472
473     edb93xx: Fix SDRAM initialization
474
475     edb93xx: Fix SDRAM initialization by issuing a precharge all command before
476     forcing the precharge and select mode register update mode before programming
477     the mode registers. Write to the SDRAM banks in order to force a precharge,
478     reading causes the edb93xx boards to hang
479
480     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
481
482 commit cade7d9577d4d17f55404b5e60cd5e5b0b605c31
483 Author: Anders Darander <anders.darander@gmail.com>
484 Date:   Thu Feb 25 15:57:03 2010 +0100
485
486     Add bootcount to AT91
487
488     Use AT91_GPBR 3 as a bootcount register.
489     The bootmagic and the bootcount shares AT91_GPBR 3.
490
491     Signed-off-by: Anders Darander <ad@datarespons.se>
492
493 commit 5f353484093876d7021f20fa4bd63f82d32941b9
494 Author: Tom Rix <Tom.Rix@windriver.com>
495 Date:   Thu Feb 25 12:05:32 2010 -0600
496
497     ARM Update mach-types
498
499     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
500     And built with
501
502     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
503     commit aea187c46f7d03ce985e55eb1398d0776a15b928
504
505     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
506
507 commit c7ad13a24295ded880d7bcd17181df4a5f3bac58
508 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
509 Date:   Wed Feb 24 00:22:09 2010 +0100
510
511     ep93xx: Refactoring of timer code
512
513     ep93xx: Refactoring of the timer code, including the following changes
514
515      * use a free running timer instead of a periodical one
516      * use unsigned long long for total number of ticks
517      * hold the timer state in a structure instead of separate variables
518      * increment the timer counter instead of decrementing it
519      * remove unused function udelay_masked()
520      * remove unused function set_timer()
521
522     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
523
524 commit d9f505e3cddbb7afce26dcfe0fd19b207ee57c09
525 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
526 Date:   Wed Feb 24 00:22:00 2010 +0100
527
528     ep93xx: Fix calculation of sys ticks in clk_to_systicks()
529
530     ep93xx: Use unsigned long long for calculation of sys ticks in clk_to_systicks()
531     for proper handling of large intermediate values
532
533     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
534
535 commit 041d42e789aba20296ffcde92173f100a9592880
536 Author: Siarhei Siamashka <siarhei.siamashka@gmail.com>
537 Date:   Tue Feb 23 23:56:36 2010 -0500
538
539     OMAP3: workaround for ARM Cortex-A8 erratum 725233
540
541     725233: PLD instructions executed with PLD data forwarding
542     enabled can result in a processor deadlock
543
544     This deadlock can happen when NEON load instructions are used together
545     with cache preload instructions (PLD). The problematic conditions
546     can be triggered in-the-wild by NEON optimized functions from pixman
547     library (http://cgit.freedesktop.org/pixman), which perform dynamic
548     adjustment of prefetch distance.
549
550     The workaround disables PLD data forwarding by setting PLD_FWD bit
551     in L2 Cache Auxiliary Control Register as recommended in ARM Cortex-A8
552     errata list.
553
554     The deadlock can only happen on r1pX revisions of Cortex-A8 (used in
555     OMAP34xx/OMAP35xx). Performance impact of the workaround is practically
556     non-existant.
557
558     Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
559     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
560
561 commit 7c966a8bdfdab80cafbfed035d7ae6ea6f58f756
562 Author: Achim Ehrlich <aehrlich@taskit.de>
563 Date:   Wed Feb 24 10:29:16 2010 +0100
564
565     ARM change name of defines for AT91 arm926ejs
566
567     Configuration defines should be preceeded with CONFIG_SYS_. Renamed
568     some at91 specific defines to conform to this naming convention:
569
570     AT91_CPU_NAME to CONFIG_SYS_AT91_CPU_NAME
571     AT91_MAIN_CLOCK to CONFIG_SYS_AT91_MAIN_CLOCK
572
573     Signed-off-by: Achim Ehrlich <aehrlich@taskit.de>
574
575 commit 5c97a1de196fdcbe9d098948ecf4fccfbea23b78
576 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
577 Date:   Wed Feb 17 21:29:45 2010 -0500
578
579     VoiceBlue: fix linker errors
580
581     linking eeprom with libgeneric.a is not really needed and causes following
582     error:
583     ../../lib_generic/libgeneric.a(string.o): In function `strcmp':
584     /home/ladis/src/u-boot-ti/lib_generic/string.c:152: multiple definition of `strcmp'
585     ../../examples/standalone/libstubs.a(stubs.o):include/_exports.h:24: first defined here
586     make[1]: *** [eeprom.srec] Error 1
587
588     Fix undefined reference to memset generated by some versions of gcc
589     to zero out initialized structure on the stack:
590     eeprom.o: In function `eeprom':
591     board/voiceblue/eeprom.c:152: undefined reference to `memset'
592     make[1]: *** [eeprom] Error 1
593
594     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
595     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
596
597 commit a32c1e0ecd563c65c617b0eb9080a10d286bb0b4
598 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
599 Date:   Wed Feb 17 21:29:39 2010 -0500
600
601     VoiceBlue: limit line lenght to 80 characters
602
603     Reindent configuration header to limit line lenght to 80 characters by
604     removing obvious and sometimes misleading comments.
605
606     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
607     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
608
609 commit 779b534385adf0a1efdd8b40dbacae11598575b8
610 Author: Ladislav Michl <ladis@linux-mips.org>
611 Date:   Wed Feb 17 21:13:53 2010 -0500
612
613     netstar.h: do not exceed 80 columns
614
615     Limit line length to 80 characters mostly by removing obvious and sometimes
616     misleading comments. Fix indentation, too.
617
618     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
619     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
620
621 commit 3fca29294abd73915de2bd0fcf2650e03cc9becc
622 Author: Sandeep Paulraj <s-paulraj@ti.com>
623 Date:   Wed Feb 17 21:09:21 2010 -0500
624
625     DaVinci: Adding entry to MAKEALL for DM365 EVM
626
627     The patch adds an entry for the DM365 EVM to MAKEALL
628
629     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
630
631 commit 37cffdad06af5a4538dd090794f213292135adbc
632 Author: Nick Thompson <nick.thompson@ge.com>
633 Date:   Wed Feb 17 20:37:24 2010 -0500
634
635     da830evm: Add support for TI EMAC
636
637     Adds support for ethernet networking on the da830evm platform.
638
639     This platform uses an SoC EMAC interface and a 3 port ethernet
640     switch as a PHY with an RMII interface. The PHY also has a i2c
641     interface for configuring the switch functions.
642
643     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
644     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
645
646 commit d8775d03f3f0116241cfb45c7ef27fd080904c4a
647 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
648 Date:   Mon Feb 8 14:19:06 2010 -0500
649
650     NetStar: make mtdparts default ready for recent kernels
651
652     Recent kernels are using generic NAND and NOR drivers. Change
653     default mtdparts to reflect it.
654
655     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
656     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
657
658 commit de9a1e0d08301ea4925ee137af240424b107a608
659 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
660 Date:   Mon Feb 8 14:17:45 2010 -0500
661
662     NetStar: fix default environment
663
664     Correct switching partitions after upgrade and make it more readable.
665
666     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
667     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
668
669 commit 3a67566c1def7d2eb935b31b3b282ba893c3f330
670 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
671 Date:   Mon Feb 8 14:15:47 2010 -0500
672
673     NetStar: eeprom - fix linker error
674
675     linking eeprom with libgeneric.a is not really needed and causes following
676     error:
677     ../../lib_generic/libgeneric.a(string.o): In function `strcmp':
678     lib_generic/string.c:152: multiple definition of `strcmp'
679     ../../examples/standalone/libstubs.a(stubs.o):include/_exports.h:24: first defined here
680     Remove eeprom linker script as well and generate entry point object
681     (to start application by jumping on its beginning) on the fly.
682     Out-of-tree build tested as well.
683
684     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
685     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
686
687 commit 308d463eaf6f4ada00193306a6e643298d1990d8
688 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
689 Date:   Mon Feb 8 14:15:43 2010 -0500
690
691     NetStar: eeprom - be less verbose
692
693     Use shorter yet descriptive messages, replace printf() with
694     puts() where appropriate. This saves few bytes.
695
696     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
697     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
698
699 commit b29ff6277239f5c8bc9366e74afac5a36ab3b23e
700 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
701 Date:   Mon Feb 8 14:15:15 2010 -0500
702
703     NetStar: eeprom - undefined reference to `memset'
704
705     Defining partially initialized struct eth_device on stack means
706     gcc has to zero out it, and some gcc versions optimize this with
707     an implicit call to memset. Move definition to data section
708     to avoid that (it has also nice side effect that we need not
709     to pass it to helper functions anymore)
710
711     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
712     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
713
714 commit 8f9a221045a4ace14fe006e1353c593619d1001a
715 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
716 Date:   Tue Mar 2 10:59:19 2010 +0100
717
718     ] fix monitor protection for CONFIG_MONITOR_IS_IN_RAM
719
720     For platforms with flash below ram addresses, the current check to
721     activate monitor protection is wrong/insufficient. This patch fixes
722     CONFIG_MONITOR_IS_IN_RAM for these systems by adding a check for
723     this configuration.
724
725     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
726     Signed-off-by: Stefan Roese <sr@denx.de>
727
728 commit c7de810c79a00aa6fc08900ee0bb57bd295db733
729 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
730 Date:   Tue Mar 2 10:59:20 2010 +0100
731
732     allow MCF532x to use CONFIG_MONITOR_IS_IN_RAM
733
734     CONFIG_MONITOR_IS_IN_RAM is broken for MCF532x. This patch fixes this
735      by conditionally
736     - removing the vector table at the beginning of code
737     - not overwriting the vector base register
738     - removing the code to re-set the PLL, which effectively disables
739       SDRAM access
740
741     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
742
743 commit bb907ab51fd04255923b7ecf9dab352078808351
744 Author: Richard Retanubun <RichardRetanubun at RuggedCom.com>
745 Date:   Mon Oct 26 14:19:17 2009 -0400
746
747     MCF5271-only: Added a weak board_reset function to allow custom reset
748
749     This patch adds a board_reset function to allow boards to specify
750     their own custom reset sequence (e.g. resetting by timing out watchdog).
751     Tested only on MCF5271, can be expanded if needed.
752
753     Based on Mike Frysinger's suggestion on:
754     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/70304
755
756     Signed-off-by: Richard Retanubun <RichardRetanubun at RuggedCom.com>
757
758 commit 992d7129500d239d684c15fa2d61e0a8f2e64457
759 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
760 Date:   Wed Oct 28 15:11:00 2009 -0500
761
762     MCF532x: make icache_enable use CONFIG_SYS_SDRAM_SIZE
763
764     in cpu/mcf532x/start.S, the function icache_enable enables the cache for
765     a fixed 32MB region starting at the SDRAM start address; this patch
766     changes the function to cover the region defined by CONFIG_SYS_SDRAM_SIZE
767
768     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
769
770 commit 870bf3ee60320b58f8970ffe3ddebda0e8ac62f7
771 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
772 Date:   Wed Dec 9 17:32:12 2009 -0500
773
774     add include/asm-m68k/unaligned.h
775
776     lib_generic/zlib.c needs include/asm/unaligned.h since commit
777     cd514aeb996e2f7aefbe1f78481965d9d074aed4, which broke compilation for
778     Coldfire/M68K. This patch adds the missing header for these
779     architectures.
780
781     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
782
783 commit da5e083590bb62ca6d7f08d3714d07ba736da863
784 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
785 Date:   Mon Feb 8 11:50:16 2010 +0900
786
787     sh: Add asm/unaligned.h and asm/unaligned-sh4a.h from Linux kernel
788
789     zlib.c demands asm/unaligned.h. But, SH does not have these.
790     This commit add asm/unaligned.h and asm/unaligned-sh4a.h from Linux
791     kernel and modifyf for u-boot.
792
793     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
794
795 commit fe389da6ae739816879606ecde4ab25f4292377d
796 Author: Kim Phillips <kim.phillips@freescale.com>
797 Date:   Mon Mar 1 11:10:17 2010 -0600
798
799     mpc83xx: fix out-of-tree mpc8315 nand build
800
801     commit 2e95004deb6e33e33bf1b8a92a38cd2115bac4c2 "mpc83xx: Add NAND boot support
802     for MPC8315E-RDB boards" symlinked nand_spl/board/freescale/mpc8315erdb to
803     mpc8313erdb in order to not duplicate code.
804
805     Since the main makefile builds nand_spl/board/$(BOARDDIR) (which makes sense),
806     and the board Makefile and linker script are the only two necessary files
807     to enable out-of-tree building, and other boards have duplicated nand makefiles
808     (e.g. 8536ds & 8569mds), it only seems prudent to copy these two files in the
809     name of the 8315 too.
810
811     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
812     Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
813     Cc: Wolfgang Denk <wd@denx.de>
814
815 commit 4e7e12dfa103cb8ec6dc7547dd1c9976337dc1fd
816 Author: Kim Phillips <kim.phillips@freescale.com>
817 Date:   Mon Feb 22 19:39:16 2010 -0600
818
819     mpc83xx: vme8349: fix incorrect BR0_PRELIM port size comment
820
821     commit 98d92d8c9f4021629a45261ad5ec3f3595f3a27a "sbc8349: fix incorrect
822     comment" missed this one.
823
824     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
825
826 commit 87800f72414b830756aefc757dd191688febacf9
827 Author: Eugene O'Brien <eugene.g.obrien@gmail.com>
828 Date:   Wed Feb 24 14:10:24 2010 -0500
829
830     ppc4xx: Corrected EBC register bit definitions
831
832     Corrected the bit field positions of the external master priority low
833     and the external master priority high values in the EBC configuration
834     register. These bit field positions differ between PPC405 and PPC440
835     processors
836
837     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
838     Signed-off-by: Stefan Roese <sr@denx.de>
839
840 commit f3651764e57e353251695691677bd95ba5a420bc
841 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
842 Date:   Mon Feb 22 22:49:06 2010 +0100
843
844     cmd_itest.c: fix pointer dereferencing
845
846     fix pointer dereferencing
847     if the size is .b and .w an 8 or 16 bit access is done.
848
849     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
850     Acked-by: Detlev Zundel <dzu@denx.de>
851
852 commit 0ad22703f06af5fe100cfe6f08b1f32ea89cd5b1
853 Author: Kim Phillips <kim.phillips@freescale.com>
854 Date:   Mon Feb 22 19:37:56 2010 -0600
855
856     tools: fix imximage warning
857
858     Fix build warning:
859
860     Configuring for MPC837XEMDS board...
861     imximage.c: In function `imximage_parse_cfg_file':
862     imximage.c:146: warning: passing argument 2 of `getline' from incompatible pointer type
863     /usr/include/bits/stdio.h:116: note: expected `size_t *' but argument is of type `uint32_t *'
864
865     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
866
867 commit 5b28e913f4519870ad2ca06cd7845b053f78bf0f
868 Author: Stefano Babic <sbabic@denx.de>
869 Date:   Fri Feb 5 15:16:02 2010 +0100
870
871     mkimage: SEGFAULT with imximage on 64 bit systems
872
873     Running mkimage to generate an imximage produces a SEGFAULT
874     on 64 bit machines due to pointer arithmetic limited to 32 bit.
875
876     Signed-off-by: Stefano Babic <sbabic@denx.de>
877     Acked-by: Kim Phillips <kim.phillips@freescale.com>
878
879 commit ecd1a09b81f2ed6e6ba7bd1d0bfb0cc3d0ea2ad0
880 Author: Kim Phillips <kim.phillips@freescale.com>
881 Date:   Thu Feb 18 19:28:12 2010 -0600
882
883     mpc83xx: remove hardcoded network addresses from config files
884
885     and avoid e.g., two identical boards from causing random networking
886     conflicts when hooked up to the same network.
887
888     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
889
890 commit 4c006dd1501283eecaea813a0e5e225e9ee6fdeb
891 Author: Michael Zaidman <michael.zaidman@gmail.com>
892 Date:   Mon Feb 15 10:02:32 2010 +0200
893
894     Bug: do_reset issued via netconsole does not reset mpc83xx cpu.
895
896     The do_reset routine in the cpu/mpc83xx/cpu.c file does not reset
897     the mpc83xx cpu when issued via netconsole.
898
899     Moving the console output "resetting the board." to the beginning of
900     the routine before disabling interrupts solved the problem.
901
902     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
903     Acked-by: Detlev Zundel <dzu@denx.de>
904     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
905
906 commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f
907 Author: Jens Scharsig <js_at_ng@scharsoft.de>
908 Date:   Wed Feb 3 22:48:09 2010 +0100
909
910     new board (eb_cpux9k2)
911
912     * new board (eb_cpux9k2)
913      * support for EB+CPUx9K2 board by BuS Elektronik GmbH & Co. KG
914      * select via make eb_cpux9k2_config
915      * this also demonstrates, how to use boards with AT91RM9200 cpu
916        in at91 arch tree
917
918     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
919
920 commit 6799a80f7644d78988187390dfd37352f20ad710
921 Author: Jens Scharsig <js_at_ng@scharsoft.de>
922 Date:   Wed Feb 3 22:47:57 2010 +0100
923
924     new at91_emac network driver (NET_MULTI api)
925
926     * add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
927      * enable driver with CONFIG_DRIVER_AT91EMAC
928      * generic PHY initialization
929      * modify AT91RM9200 boards to use NET_MULTI driver
930      * the drivers has been tested with LXT971 Phy and DM9161 Phy at MII and RMII
931        interface
932
933     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
934
935 commit 98250e8e17fc76b3981708c6e63d41f875bf0359
936 Author: Jens Scharsig <js_at_ng@scharsoft.de>
937 Date:   Wed Feb 3 22:47:35 2010 +0100
938
939     prepare joining at91rm9200 into at91
940
941     * prepare joining at91 and at91rm9200
942      * add modified copy of soc files to cpu/arm920t/at91 to make
943        possible to compile at91rm9200 boards in at91 tree instead
944        of at91rm9200
945      * add header files with c structure defs for AT91 MC, ST and TC
946      * the new cpu files are using at91 c structure soc access
947      * please read README.soc-at91 for details
948
949     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
950
951 commit 1b34f00c28a3023693d9b31e7bd1a9212af8352f
952 Author: Jens Scharsig <js_at_ng@scharsoft.de>
953 Date:   Wed Feb 3 22:47:18 2010 +0100
954
955     update at91sam9263ek board to new SoC access
956
957     * convert at91sam9263ek board to use c stucture SoC access
958      * change gpio access to at91_gpio syntax
959
960     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
961
962 commit 0cf0b93161beb3f3ed5e37e6112aedf15da17e8a
963 Author: Jens Scharsig <js_at_ng@scharsoft.de>
964 Date:   Wed Feb 3 22:46:58 2010 +0100
965
966     convert common files to new SoC access
967
968     * add's a warning to all files, which need update to new SoC access
969      * convert common files in cpu/../at91 and a lot of drivers to use
970        c stucture SoC access
971
972     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
973
974 commit 7f9e8633ac9c846e7e4f867507cbd5de1bd99e0c
975 Author: Jens Scharsig <js_at_ng@scharsoft.de>
976 Date:   Wed Feb 3 22:46:46 2010 +0100
977
978     convert all at91 files to use at91_gpio driver syntax
979
980     * convert all files cpu/../at91 to use at91_gpio driver syntax
981      * change AT91_PINP([A-F])(\d+) to AT91_PIO_PORT\1, \2
982        this makes all 160 AT91_PINPxxx defines obsolete
983      * AT91_PINPxxx defines and gpio.h can be remove, if all boards converted to new SoC access
984
985     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
986
987 commit ea8fbba73184a40437bdeccd888cf448d5f1105e
988 Author: Jens Scharsig <js_at_ng@scharsoft.de>
989 Date:   Wed Feb 3 22:46:16 2010 +0100
990
991     add a new AT91 GPIO driver
992
993     * add a real AT91 GPIO driver instead of header inline code
994     * resolve the mixing of port and pins
995     * change board config files to use new driver
996     * add macros to gpio to realize backward compatibility
997
998     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
999
1000 commit 5d8e359c38d3ab80015e47d0cab792efe75cacf9
1001 Author: Jens Scharsig <js_at_ng@scharsoft.de>
1002 Date:   Wed Feb 3 22:46:01 2010 +0100
1003
1004     add c structures for SoC access
1005
1006     * add's c structures for SoC access to pheriperials head files
1007
1008     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
1009
1010 commit 425de62d40f84524b90e776b141b060cd438a9fe
1011 Author: Jens Scharsig <js_at_ng@scharsoft.de>
1012 Date:   Wed Feb 3 22:45:42 2010 +0100
1013
1014     add new CONFIG_AT91_LEGACY
1015
1016     * add's the new temporary CONFIG_AT91_LEGACY to all board configs
1017      This will need for backward compatiblity, while change the SoC access
1018      to c structures. If CONFIG_AT91_LEGACY is defined, the deprecated
1019      SoC is used.
1020
1021     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
1022
1023 commit 3a4e43921d2599453ea87c623099e5f347c9e54a
1024 Author: Nick Thompson <nick.thompson@ge.com>
1025 Date:   Mon Feb 8 11:36:16 2010 -0500
1026
1027     DA830 EVM: Enable NAND support on Spectrum Digital EVM
1028
1029     The EVM UI extender card has a NAND device. This change will enable
1030     saveenv to work with NAND and Linux to be booted using:
1031
1032         mtdparts default
1033         nboot kernel
1034         bootm
1035
1036     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
1037     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1038
1039 commit 6228e6389e5ef472d5f43cc5ec4f309323305638
1040 Author: Nick Thompson <nick.thompson@ge.com>
1041 Date:   Mon Feb 8 11:34:58 2010 -0500
1042
1043     Davinci: Add EMIF-A macros for setting chip select parameters
1044
1045     The patch adds EMIF-A macros for setting chip select parameters
1046
1047     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
1048     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1049
1050 commit b74064a0e2984a166e3575852f3697ef5595a97b
1051 Author: Sanjeev Premi <premi@ti.com>
1052 Date:   Mon Feb 8 11:33:25 2010 -0500
1053
1054     OMAP3: Avoid re-write to PRM_CLKSRC_CTRL
1055
1056     In function get_osc_clk_speed(), do not change/ update
1057     the divider for SYS_CLK as it can has cascading effect
1058     on the other derived clocks.
1059
1060     Sudden change in divider value can lead to inconsistent
1061     behavior in the system - often leading to crashes.
1062
1063     The problem was found when working with OMAP3EVM using
1064     DM3730 processor card.
1065
1066     The patch has been tested with OMAP3530 on OMAP3EVM as
1067     well
1068
1069     Signed-off-by: Sanjeev Premi <premi@ti.com>
1070     Signed-off-by: Hiremath Vaibhav <hvaibhav@ti.com>
1071     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1072
1073 commit eff536befd3efab538bba10bad07ecff63c9f470
1074 Author: Magnus Lilja <lilja.magnus@gmail.com>
1075 Date:   Tue Feb 9 22:05:39 2010 +0100
1076
1077     SPI: Fix 32 bit transfers in mxc_spi.c
1078
1079     Commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f,  "i.MX31: fix SPI
1080     driver for shorter than 32 bit" broke 32 bit transfers. This patch
1081     makes single 32 bit transfer work again.
1082
1083     Transfer lengths that are known not to work will abort and print
1084     an error message.
1085
1086     Tested on i.MX31 Litekit and i.MX31 PDK using 32 bit transfers to
1087     the MC13783/ATLAS chip (using the 'date' command).
1088
1089     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
1090
1091 commit 39a9142203e610bf2b1a216085e374277fd28f9f
1092 Author: Alessandro Rubini <rubini-list@gnudd.com>
1093 Date:   Sat Feb 6 20:54:05 2010 +0100
1094
1095     edb93xx: enable the uart in devicecfg register
1096
1097     printf goes to uart1, but it will block forever waiting for
1098     busy to go off unless the uart is enabled first.
1099
1100     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
1101
1102 commit 822bd70db49773b4d57eaa484dca83386a6b3479
1103 Author: Alessandro Rubini <rubini-list@gnudd.com>
1104 Date:   Sat Feb 6 20:53:54 2010 +0100
1105
1106     edb93xx: change calculation un early_udelay.h
1107
1108     Previous code compiled with gcc-4.2.2 makes a call to
1109     __aeabi_uidiv to divide by 20. As a side effect it was
1110     not inline any more, and so sdram_cfg used the stack
1111     as well, but this is early code that has no stack yet.
1112     The patch explicitly removes the division, so no stack is used.
1113
1114     The calculation of the counter calls a division by 20
1115
1116     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
1117
1118 commit c50a0f503967d435150bbb9f2f816ce33afdf231
1119 Author: Alessandro Rubini <rubini-list@gnudd.com>
1120 Date:   Sat Feb 6 20:53:43 2010 +0100
1121
1122     EP93xx: fix syscon_regs definition
1123
1124     The structure was missing a reserved entry (not listed in the manual,
1125     actually), so the last registers had a wrong offset. This prevented
1126     all swlocked registers to be modified as swlock is last in the structure.
1127
1128     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
1129
1130 commit fcfb632bd1e9de645b015cf73a78183c299743d8
1131 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
1132 Date:   Mon Feb 1 21:29:39 2010 +0100
1133
1134     ARM: Add support for EP93xx SoCs
1135
1136     Add support for the Cirrus EP93xx platform
1137
1138     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
1139     Acked-by: Tom <Tom.Rix@windriver.com>
1140
1141 commit cf3c142ee4be0f077f8b84593f1b24b35d14039e
1142 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
1143 Date:   Mon Feb 1 21:29:48 2010 +0100
1144
1145     Add support for EDB93xx boards
1146
1147     Added support for the following EDB93xx boards:
1148
1149     EDB9301
1150     EDB9302
1151     EDB9302A
1152     EDB9307
1153     EDB9307A
1154     EDB93012
1155     EDB9315
1156     EDB9315A
1157
1158     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
1159
1160 commit d798e27b14543762f9f5d0561a3430c7f9e2153b
1161 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
1162 Date:   Wed Jan 27 11:12:28 2010 -0500
1163
1164     NetStar: Remove debug junk leaked into eeprom utility
1165
1166     This patch removes debug junk leaked into eeprom utility.
1167
1168     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
1169     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1170
1171 commit 89e94d81eda9af2e1c35e97125b0c049335c70fc
1172 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
1173 Date:   Wed Jan 27 11:12:23 2010 -0500
1174
1175     NetStar: make crcit utility more readable
1176
1177     This patch makes the crcit utility more readable
1178
1179     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
1180     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1181
1182 commit 3843e7dc934d8ef7c592f5a2106885efe32eac7f
1183 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
1184 Date:   Wed Jan 27 11:12:08 2010 -0500
1185
1186     NetStar: Disable CONFIG_CMD_JFFS2
1187
1188     This patch removes "CONFIG_CMD_JFFS" from the board config
1189
1190     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
1191     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1192
1193 commit 632e1d9014848ec8d983a629c2e35b4423816336
1194 Author: Tom Rix <Tom.Rix@windriver.com>
1195 Date:   Wed Jan 27 11:11:55 2010 -0500
1196
1197     OMAP3 Move declaration of gpmc_cfg.
1198
1199     Every omap3 board config file declared the global variable gpmc_cfg.
1200     This changes moves the declaration to a better location in the
1201     arch dependent header file cpu.h.
1202
1203     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1204     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1205
1206 commit 093d6018cf0a8dae614c2924c0013d97e2a48662
1207 Author: Scott Ellis <scott@jumpnowtek.com>
1208 Date:   Wed Jan 27 11:11:46 2010 -0500
1209
1210     Overo GPMC registers
1211
1212     Use appropriate GPMC timings for the LAN9221 controller on the
1213     Gumstix Overo expansion boards not the values in arch-omap3/mem.h
1214     which are for a different ethernet controller.
1215
1216     Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
1217     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1218
1219 commit 63a47dfd07536e399665ca7504bac512bf21491e
1220 Author: Nick Thompson <nick.thompson@ge.com>
1221 Date:   Wed Jan 27 11:11:28 2010 -0500
1222
1223     da830evm: Use table driven pin mux configuration
1224
1225     Tidyup the pin muxer configuration using the Davinci table driven
1226     pinmux configuration function and data tables.
1227
1228     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
1229     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1230
1231 commit 8ed5885693b39c5c2cca5574dd98d6ad8a982702
1232 Author: Sekhar Nori <nsekhar@ti.com>
1233 Date:   Wed Jan 27 11:10:40 2010 -0500
1234
1235     TI DaVinci: Driver for the davinci SPI controller
1236
1237     This adds a driver for the SPI controller found on davinci
1238     based SoCs from Texas Instruments.
1239
1240     Signed-off-by: Sekhar Nori <nsekhar@ti.com>
1241     Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
1242     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1243
1244 commit 44d80256229d05862622f4dd886466fd70fe04ae
1245 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
1246 Date:   Mon Jan 25 10:50:41 2010 +0100
1247
1248     at91: Add esd gmbh OTC570 board support
1249
1250     This patch adds support for esd gmbh OTC570 board.
1251     The OTC570 is based on an Atmel AT91SAM9263 SoC.
1252
1253     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
1254
1255 commit e39bf1e2a9e437174687de687c127ec980a93eeb
1256 Author: Mike Frysinger <vapier@gentoo.org>
1257 Date:   Mon Feb 8 15:30:16 2010 -0500
1258
1259     kgdb: cpu/mpc* cpu/74xx: include kgdb.h when needed
1260
1261     Commit cbb0cab1d929839d broke some platforms which used kgdb code but
1262     didn't actually include kgdb.h.  So include kgdb.h in all the relevant
1263     traps code.
1264
1265     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1266
1267 commit ab5a0dcb9c8f19e351fc33c5db91469bfb1d9438
1268 Author: Stefan Roese <sr@denx.de>
1269 Date:   Tue Feb 2 13:43:48 2010 +0100
1270
1271     net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop
1272
1273     This patch fixes a problem I've notived on a buggy PPC4xx system. This
1274     system has problems with the PHY MDIO communication and seemed to be
1275     stuck/crashed in miiphy_reset(). But degugging revealed, that the CPU
1276     didn't crash, but "only" hung in this counting loop for about 2 minutes.
1277
1278     This patch now uses a real timeout of 0.5 seconds (as mentioned in the
1279     comment in miiphy_reset).
1280
1281     Signed-off-by: Stefan Roese <sr@denx.de>
1282     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1283
1284 commit 4294b2485bf0e8d68c893190a96bb0e7856b12c4
1285 Author: Stefano Babic <sbabic@denx.de>
1286 Date:   Mon Feb 1 14:51:30 2010 +0100
1287
1288     fec_mxc: add support for MX51 processor
1289
1290     The patch add support for the Freescale mx51 processor
1291     to the FEC ethernet driver.
1292
1293     Signed-off-by: Stefano Babic <sbabic@denx.de>
1294     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1295
1296 commit e66b19ce6dbe6f91b18ba47273cbe89eb5a80e78
1297 Author: Siddarth Gore <gores@marvell.com>
1298 Date:   Tue Jan 19 11:09:07 2010 +0530
1299
1300     NET: kirkwood-egiga smi access fix
1301
1302     Although the datasheet mentions seperate smi registers for each
1303     port, using Port 1 smi register to access ethernet phys does not
1304     work. Hence only Port 0 smi register should be used to access all
1305     devices connected to the smi bus. This behavior is consistant with
1306     the mv643xx driver in the linux kernel.
1307
1308     Signed-off-by: Siddarth Gore <gores@marvell.com>
1309     Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
1310     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1311
1312 commit a1b322a98319de568b3bc38029ef7e123643c1e8
1313 Author: Ladislav Michl <ladis@linux-mips.org>
1314 Date:   Mon Feb 1 23:34:25 2010 +0100
1315
1316     ns16550: kick watchdog while waiting for a character
1317
1318     ns16550 busyloops waiting for incoming byte causing watchdog to reboot
1319     while waiting for a key press. A call to WATCHDOG_RESET in NS16550_getc
1320     loop fixes it.
1321
1322     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
1323
1324 commit 84d36b30181acfb72f22d1105c15574b30ea2fa1
1325 Author: Remy Bohmer <linux@bohmer.net>
1326 Date:   Mon Feb 1 19:40:47 2010 +0100
1327
1328     USB: usb_control_msg wait for driver ISR to set status.
1329
1330     This patch changes usb_control_msg back to the state prior to commit
1331     48867208444cb2a82e2af9c3249e90b7ed4a1751.
1332
1333     The USB driver ISR routine may update the status.
1334
1335     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1336
1337 commit 6e20e64f5c6deb5b48e40a0cba4877f9170545e0
1338 Author: Prathap Srinivas <msprathap@ti.com>
1339 Date:   Mon Jan 11 15:36:46 2010 +0530
1340
1341     musb: Add host support for DM365 EVM
1342
1343     Add support for musb host on DM365 EVM.
1344
1345     Signed-off-by: Prathap Srinivas <msprathap@ti.com>
1346
1347 commit ec2aadb40855cecb088b68c062e3534d6ce39128
1348 Author: Cliff Cai <cliff.cai@analog.com>
1349 Date:   Tue Jan 19 00:10:42 2010 -0500
1350
1351     usb: musb: fix Blackfin DMA register padding
1352
1353     The conversion from offsets to C structs lost a little padding in the DMA
1354     register map.  Accessing endpoints other than ep0 with DMA would fail as
1355     the addresses wouldn't be adjusted correctly.
1356
1357     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
1358     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1359
1360 commit d0750bc9e5932baf4c90eda2456106f21a26bdc1
1361 Author: Wolfgang Denk <wd@denx.de>
1362 Date:   Mon Feb 1 11:36:29 2010 +0100
1363
1364     EXBITGEN: drop support for unmaintained board
1365
1366     The EXBITGEN board has not been maintained for a long time; it has
1367     build problems, but no hardware is available any more for testing.
1368
1369     Drop support for this board.
1370
1371     Signed-off-by: Wolfgang Denk <wd@denx.de>
1372     Acked-by: Stefan Roese <sr@denx.de>
1373
1374 commit 9461a939cabd606d7f0e9b8490b40841af104ff5
1375 Author: Wolfgang Denk <wd@denx.de>
1376 Date:   Sun Jan 31 22:03:15 2010 +0100
1377
1378     mpc5xxx/cpu_init.c: fix warning: unused variable 'cdm'
1379
1380     Signed-off-by: Wolfgang Denk <wd@denx.de>
1381     Acked-by: Detlev Zundel <dzu@denx.de>
1382
1383 commit 13d8bfe26c0dd2c08b76c5f077e800a718859bbc
1384 Author: Wolfgang Denk <wd@denx.de>
1385 Date:   Sun Jan 31 21:58:48 2010 +0100
1386
1387     mpc5xxx/cpu_init.c: fix warning: unused variable 'gpt0'
1388
1389     Signed-off-by: Wolfgang Denk <wd@denx.de>
1390     Acked-by: Detlev Zundel <dzu@denx.de>
1391
1392 commit 4710cee1b5292fe077a67cc23193cc43060fbe3d
1393 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1394 Date:   Mon Feb 1 13:54:09 2010 +0100
1395
1396     ppc4xx: Remove unused feature from AR405 board
1397
1398     This patch fixes building for AR405 boards by remove an unused feature.
1399
1400     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
1401     Signed-off-by: Stefan Roese <sr@denx.de>
1402
1403 commit 976c21ad8e136df0ec361aca0c4bc287c5637c01
1404 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1405 Date:   Mon Feb 1 13:53:59 2010 +0100
1406
1407     ppc4xx: Fix building for PLU405 boards
1408
1409     The init_coupler() function from board/esd/plu405/plu405.c
1410     got lost somehow! This patch readds it.
1411
1412     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
1413     Signed-off-by: Stefan Roese <sr@denx.de>
1414
1415 commit 59c1db6dab52b981e6ea25a203d0a919ede61ed2
1416 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1417 Date:   Mon Feb 1 13:53:47 2010 +0100
1418
1419     ppc4xx: Fix building of PMC440 board
1420
1421     Remove some unused features and default environment variable
1422     to shrink the PMC440 u-boot.
1423
1424     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
1425     Signed-off-by: Stefan Roese <sr@denx.de>
1426
1427 commit 6f6c26e430ffae87b6b3d74ba7cbf9439703feea
1428 Author: Stefan Roese <sr@denx.de>
1429 Date:   Tue Jan 26 13:33:29 2010 +0100
1430
1431     ppc4xx: Fix compilation error on ML2 board
1432
1433     Recently this compilation error occurs:
1434
1435     Configuring for ML2 board...
1436     traps.c: In function 'MachineCheckException':
1437     traps.c:159: error: 'debugger_exception_handler' undeclared (first use
1438         in this function)
1439     traps.c:159: error: (Each undeclared identifier is reported only once
1440     traps.c:159: error: for each function it appears in.)
1441
1442     This patch now fixes it by including kgdb.h
1443
1444     Signed-off-by: Stefan Roese <sr@denx.de>
1445
1446 commit f3dec798d9ebf7f17c11ec7671b979ce3d251955
1447 Author: Ladislav Michl <ladis@linux-mips.org>
1448 Date:   Thu Jan 28 12:27:14 2010 +0100
1449
1450     CFI: fix eraseregions numblocks
1451
1452     eraseregions numblocks was sometimes one less than actual, possibly producing
1453     erase regions with zero blocks. As MTD code touches eraseregions only if
1454     numeraseregions is greater that zero, allocate eraseregions only for non
1455     uniform erase size flash.
1456
1457     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
1458     Signed-off-by: Stefan Roese <sr@denx.de>
1459
1460 commit c041e9d212162f6c85cd3b6a40ad6ba9d9292451
1461 Author: Jens Scharsig <js_at_ng@scharsoft.de>
1462 Date:   Sat Jan 23 12:03:45 2010 +0100
1463
1464     new at91_emac network driver (NET_MULTI api)
1465
1466     * add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
1467     * enable driver with CONFIG_DRIVER_AT91EMAC
1468     * generic PHY initialization
1469     * modify AT91RM9200 boards to use NET_MULTI driver
1470     * the drivers has been tested with LXT971 Phy and DM9161 Phy at
1471       MII and RMII interface
1472
1473     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
1474     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1475
1476 commit 594d57d0ccce649d6ccd881b8d9c5ea8d0c307ef
1477 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
1478 Date:   Sun Jan 31 17:39:49 2010 +0100
1479
1480     Add EP93xx ethernet driver
1481
1482     Added ethernet driver for EP93xx SoCs
1483
1484     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
1485     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1486
1487 commit 582c55a0274f38e6e7e35b95e7ab81d3e912f700
1488 Author: Heiko Schocher <hs@denx.de>
1489 Date:   Wed Jan 20 09:04:28 2010 +0100
1490
1491     83xx, uec: split enet_interface in two variables
1492
1493     There's no sensible reason to unite speed and interface type into
1494     one variable.  So split this variable enet_interface into two
1495     vars: enet_interface_type, which hold the interface type and speed.
1496
1497     Also: add the possibility for switching between 10 and 100 MBit
1498     interfaces on the fly, when running in FAST_ETH mode.
1499
1500     Signed-off-by: Heiko Schocher <hs@denx.de>
1501     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1502
1503 commit d7e354374c8eb0a5d8b8226b881c5ee276c77a60
1504 Author: Nick Thompson <nick.thompson@ge.com>
1505 Date:   Fri Dec 18 13:33:07 2009 +0000
1506
1507     TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX
1508
1509     The EMAC IP on DM365, DM646x and DA830 is slightly different
1510     from that on DM644x. This change updates the DaVinci EMAC driver
1511     so that EMAC becomes operational on SOCs with EMAC v2.
1512
1513     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
1514     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1515
1516 commit 0f751d6ef3e6fb1d28ac272c39c34831d629a59e
1517 Author: Semih Hazar <semih.hazar@indefia.com>
1518 Date:   Thu Dec 17 15:07:15 2009 +0200
1519
1520     macb: Fix mii_phy_read and mii_phy_write functions
1521
1522     Enabling CONFIG_CMD_MII in AVR32 boards was not possible due to
1523     compile errors.
1524
1525     This patch fixes miiphy_read and miiphy_write functions and
1526     registers them properly.
1527
1528     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
1529     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1530
1531 commit 5f6b1442218fcb6a3ef0d2be05d84119cebfe0ae
1532 Author: Peter Tyser <ptyser@xes-inc.com>
1533 Date:   Mon Nov 9 13:09:48 2009 -0600
1534
1535     tsec: Add TSEC_FIBER flag
1536
1537     The TSEC_FIBER flag should be set when a PHY is operating with an
1538     external fiber interface.  Currently it is only used to notify a user
1539     that the PHY is operating in fiber mode.
1540
1541     A short description was also added to the other TSEC flag defines so
1542     that it is clear how they differ from one another.
1543
1544     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1545     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1546
1547 commit 8abb8dcc8d6f2a9e31551a6fa41de97bd1f15350
1548 Author: Peter Tyser <ptyser@xes-inc.com>
1549 Date:   Mon Nov 9 13:09:47 2009 -0600
1550
1551     tsec: Add support for using the BCM5482 PHY in fiber mode
1552
1553     The BCM5482 PHY supports both copper and fiber as an ethernet medium.
1554     By enabling its copper/fiber mode auto-detection feature it can
1555     dynamically determine if it should be configured for copper or fiber.
1556
1557     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1558     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1559
1560 commit c6dbdfda5393c155bb13a90d9d6be4fe75ec3498
1561 Author: Peter Tyser <ptyser@xes-inc.com>
1562 Date:   Mon Nov 9 13:09:46 2009 -0600
1563
1564     tsec: General cleanup
1565
1566     - Cleanup formatting of phy_info structures
1567
1568     - Fix lines > 80 chars
1569
1570     - Fix some random indentation inconsistencies
1571
1572     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1573     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1574
1575 commit e1957ef02c0d949c27f7386e5fa509a57e033d5a
1576 Author: Peter Tyser <ptyser@xes-inc.com>
1577 Date:   Mon Nov 9 13:09:45 2009 -0600
1578
1579     tsec: Make functions/data static when possible
1580
1581     This is generally good practice and saves ~150 bytes.
1582
1583     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1584     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1585
1586 commit 27165b5c328464b706601b1cd586e359a3dc2f6d
1587 Author: Peter Tyser <ptyser@xes-inc.com>
1588 Date:   Mon Nov 9 13:09:44 2009 -0600
1589
1590     tsec: Clean up Broadcom PHY status parsing
1591
1592     - Remove unnecessary printing "Enet starting in <speed>/<duplex>"
1593         This same information is already printed during normal ethernet
1594         operation in the form "Speed: 1000, full duplex".
1595
1596     - Add a check for link before determining link speed and duplex
1597         If there is no link, speed/duplex don't matter.  This also removes
1598         the annoying and unneeded "Auto-neg error, defaulting to 10BT/HD"
1599         message that occurs when no link is detected.
1600
1601     - Whitespace and line > 80 characters cleanup
1602
1603     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1604     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1605
1606 commit 46e91674fb4b6d06c6a4984c0b5ac7d9a16923f4
1607 Author: Peter Tyser <ptyser@xes-inc.com>
1608 Date:   Tue Nov 3 17:52:07 2009 -0600
1609
1610     tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode
1611
1612     In SGMII mode the link between a processor's internal TBI PHY and an
1613     external PHY should always be 1000Mbps, full duplex.  Also, the SGMII
1614     interface between an internal TBI PHY and external PHY does not
1615     support in-band auto-negotation.
1616
1617     Previously, when configured for SGMII mode a TBI PHY would attempt to
1618     restart auto-negotation during initializtion.  This auto-negotation
1619     between a TBI PHY and external PHY would fail and result in unusable
1620     ethernet operation.
1621
1622     Forcing the TBI PHY and and external PHY to link at 1000Mbps full duplex
1623     in SGMII mode resolves this issue of auto-negotation failing.
1624
1625     Note that 10Mbps and 100Mbps operation is still possible on the external
1626     side of the external PHY even when SGMII is operating at 1000Mbps.
1627     The SGMII interface still operates at 1000Mbps, but each byte of data
1628     is repeated 100 or 10 times for 10/100Mbps and the external PHY handles
1629     converting this data stream into proper 10/100Mbps signalling.
1630
1631     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1632     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1633
1634 commit 76771e595aa2640da8c7b5ea81bd9583ccdab8a1
1635 Author: Seunghyeon Rhee <seunghyeon@lpmtec.com>
1636 Date:   Mon Nov 2 00:00:00 2009 -0800
1637
1638     NET: Fix MAC addr handling for smc911x
1639
1640     This patch turns off MAC address mismatch warning when
1641     optional eeprom programmed with MAC address is not available.
1642     In that case, smc911x's MAC address register has its default
1643     value ff:ff:ff:ff:ff:ff and it's not a valid address. This
1644     makes eth_initialize() show the warning which has no
1645     meaningful information while environment variable ethaddr
1646     overrides the address read from the register. If there's no
1647     eeprom and the value of MAC address register is not valid
1648     after initialization, dev->enetaddr had better not be updated
1649     and maintain its initial value 00:00:00:00:00:00, which I
1650     think is what eth_initialize() expects. This is not a bug fix.
1651     Even without this patch, the driver works fine. It's just for
1652     enhancing the way of displaying messages.
1653
1654     Signed-off-by: Seunghyeon Rhee <seunghyeon@lpmtec.com>
1655     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1656
1657 commit 07c966066b977b24f4b08b1684eed130f463b4c6
1658 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
1659 Date:   Thu Jan 21 22:16:34 2010 +0100
1660
1661     cs8900_initialize() cleanup
1662
1663     cs8900_initialize(): remove unecessary calls to free() and fix memory leak
1664
1665     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
1666     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1667
1668 commit c4168af3ba03c17a73751b98c124bbd2e3e1f5b0
1669 Author: Mike Frysinger <vapier@gentoo.org>
1670 Date:   Thu Jan 21 05:04:59 2010 -0500
1671
1672     smc91111_eeprom: fix linking error
1673
1674     Building for a bf533-stamp ends up with this error:
1675     smc91111_eeprom.o: In function `smc91111_eeprom':
1676     examples/standalone/smc91111_eeprom.c:58: undefined reference to `memset'
1677     make[2]: *** [smc91111_eeprom] Error 1
1678
1679     The new eth_struct definition means gcc has to zero out the structure on
1680     the stack, and some gcc versions optimize this with an implicit call to
1681     memset.  So tweak the structure style to avoid that gcc feature.
1682
1683     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1684     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1685
1686 commit 5f566f454750be4f2f83288ef382afcb9c4aa8a4
1687 Author: Wolfgang Denk <wd@denx.de>
1688 Date:   Sun Jan 31 21:51:43 2010 +0100
1689
1690     cmd_ximg.c: fix error: 'i' undeclared
1691
1692     Fix compile error:
1693
1694         cmd_ximg.c: In function 'do_imgextract':
1695         cmd_ximg.c:234: error: 'i' undeclared (first use in this function)
1696         cmd_ximg.c:234: error: (Each undeclared identifier is reported only once
1697         cmd_ximg.c:234: error: for each function it appears in.)
1698
1699     Signed-off-by: Wolfgang Denk <wd@denx.de>
1700
1701 commit a6e42ed097220a82870a32f4e60ac8863a8b05ab
1702 Author: Anatolij Gustschin <agust@denx.de>
1703 Date:   Sat Dec 12 21:20:57 2009 +0100
1704
1705     lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor
1706
1707     Not all boards defining LCD_COLOR16 are able to set
1708     lcd_color_fg/lcd_color_bg correctly. The issue seems to
1709     be caused by CONFIG_ATMEL_LCD ifdefs in lcd_setfgcolor()
1710     and lcd_setbgcolor(). Actually, the color values passed
1711     to these functions are already correct, we don't need
1712     to fix them. So remove ifdefs here.
1713
1714     Reported-by: Alessandro Rubini <rubini@unipv.it>
1715     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1716
1717 commit d841978ea616e661e48f8da4045a71d6217823bd
1718 Author: Alessandro Rubini <rubini@unipv.it>
1719 Date:   Sat Dec 5 13:39:41 2009 +0100
1720
1721     include/nomadik.h: add physical address for cldc
1722
1723     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
1724     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
1725
1726 commit 3e446cbdf30221b9ca3a89b0f5abbfc691ce7755
1727 Author: Alessandro Rubini <rubini@unipv.it>
1728 Date:   Sat Dec 5 13:39:31 2009 +0100
1729
1730     video: add amba-clcd prime-cell
1731
1732     This adds support for the CLCD logic cell. It accepts precompiled
1733     register values for specific configuration through a board-supplied
1734     data structure.  It is used by the Nomadik nhk8815, added by a later
1735     patch in this series.
1736
1737     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
1738     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
1739
1740 commit b081c2e9b9329d7dadc8d13fc9a2bae5c90a1204
1741 Author: John Rigby <jcrigby@gmail.com>
1742 Date:   Tue Jan 26 19:24:18 2010 -0700
1743
1744     Nand mxc_nand add v1.1 controller support
1745
1746     Add support for version 1.1 of the nfc nand flash
1747     controller which is on the i.mx25 soc.
1748
1749     Signed-off-by: John Rigby <jcrigby@gmail.com>
1750     CC: Scott Wood <scottwood@freescale.com>
1751
1752 commit f3bb63a304c4e76010a2a4e99da61f7b6ffffc77
1753 Author: John Rigby <jcrigby@gmail.com>
1754 Date:   Tue Jan 26 19:24:17 2010 -0700
1755
1756     Add MX25 support to nand_spl fsl nfc driver
1757
1758     MX25 has a different version of the fsl_nfc
1759     flash controller known as version 1.1.
1760
1761     Add support to the nand_spl fsl_nfc driver
1762
1763     Versioning differs from mainline mxc kernel driver
1764     no consensus yet on if the naming here and in
1765     Redboot or the kernel is "correct".
1766
1767     Signed-off-by: John Rigby <jcrigby@gmail.com>
1768     Signed-off-by: Wolfgang Denk <wd@denx.de>
1769     CC: Scott Wood <scottwood@freescale.com>
1770
1771 commit ef22b50370f7b6d8deba9e9e64d2cb13c542b647
1772 Author: John Rigby <jcrigby@gmail.com>
1773 Date:   Mon Jan 25 23:12:52 2010 -0700
1774
1775     arm926ejs: add nand_spl boot support
1776
1777     Add CONFIG_PRELOADER/CONFIG_NAND_SPL support for nand booting
1778     to arm926ejs/start.S
1779
1780     This is derived from CONFIG_PRELOADER support in arm1136/start.S
1781
1782     Signed-off-by: John Rigby <jcrigby@gmail.com>
1783     CC: Scott Wood <scottwood@freescale.com>
1784
1785 commit 15b86c3d6c9a5a2e917b73d758a556568430021a
1786 Author: Wolfgang Denk <wd@denx.de>
1787 Date:   Sat Jan 16 21:50:26 2010 -0700
1788
1789     env_nand.c: print error message and fail gracefully
1790
1791     env_nand.c would crash silently if a malloc() for the environment
1792     buffers failed; make it print an error message and fail gracefully,
1793     i. e. use the default environment then.
1794
1795     Signed-off-by: Wolfgang Denk <wd@denx.de>
1796     Acked-by: John Rigby <jcrigby@gmail.com>
1797
1798 commit 674ef7bd02de948b6d8757f6a43a6f2fa4d88769
1799 Author: Liu Yu <yu.liu@freescale.com>
1800 Date:   Mon Jan 18 19:03:28 2010 +0800
1801
1802     Nand boot: Add nand boot support for MPC8569mds board
1803
1804     This patch add nand boot support for MPC8569mds board.
1805
1806     Signed-off-by: Liu Yu <yu.liu@freescale.com>
1807
1808 commit 249d4dec69e8d41ca58fe6cb3c56ea6f0480ef16
1809 Author: Kumar Gala <galak@kernel.crashing.org>
1810 Date:   Wed Jan 27 10:16:56 2010 -0600
1811
1812     Fix compiler warning in imximage.c due to getline prototype
1813
1814     imximage.c: In function 'imximage_parse_cfg_file':
1815     imximage.c:142: warning: implicit declaration of function 'getline'
1816
1817     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1818
1819 commit a9c3ac78d81d7ff4fe239e292e11e0f78ac5d461
1820 Author: Kumar Gala <galak@kernel.crashing.org>
1821 Date:   Tue Jan 12 12:56:05 2010 -0600
1822
1823     85xx: Add support for 'cpu disable' command
1824
1825     Support disabling of a core via user command 'cpu disable'.
1826
1827     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1828
1829 commit c894852b7aa2ac5f04ca70a073f803aa665c3ec1
1830 Author: Kumar Gala <galak@kernel.crashing.org>
1831 Date:   Tue Jan 12 11:51:52 2010 -0600
1832
1833     86xx: Add support for 'cpu disable' command
1834
1835     Support disabling of a core via user command 'cpu disable'.
1836
1837     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1838
1839 commit 4194b3668a93eee18dd1f7eb1309ca7b05003aa7
1840 Author: Kumar Gala <galak@kernel.crashing.org>
1841 Date:   Tue Jan 12 11:42:43 2010 -0600
1842
1843     Add support to disable cpu's in multicore processors
1844
1845     Add a disable sub-command to the cpu command that allows for disabling
1846     cores in multicore processors.  This can be useful for systems that are
1847     using multicore chips but aren't utilizing all the cores as a way to
1848     reduce power and possibly improve performance.
1849
1850     Also updated an added missing copyright.
1851
1852     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1853
1854 commit 8b1760ed9a35a5fd71d1f64981068ca2979f1e3d
1855 Author: Heiko Schocher <hs@denx.de>
1856 Date:   Wed Jan 20 09:05:32 2010 +0100
1857
1858     83xx, kmeter1: fix compile error
1859
1860     - delete double MTDIDS_DEFAULT and MTDPARTS_DEFAULT
1861       defines in board config file.
1862     - add mising CONFIG_KM_UBI_PARTITION_NAME define
1863
1864     Signed-off-by: Heiko Schocher <hs@denx.de>
1865     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1866
1867 commit 5912d3650740468329a0df014109132431d2140d
1868 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
1869 Date:   Thu Dec 10 10:11:21 2009 +0100
1870
1871     add ability to handle compressed images to imxtract
1872
1873     imxtract currently can not handle compressed images. This patch adds
1874     handling for bzip2 and zip compression. In both cases, a destination
1875     address has to be specified for extraction.
1876
1877     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
1878
1879 commit a16e9a5b5f23106665dde15d974db17e8aeb83f1
1880 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1881 Date:   Tue Jan 19 14:41:57 2010 +0100
1882
1883     ppc: remove -ffixed-r14 gcc option.
1884
1885     This is no loger needed, free up r14 for general usage.
1886
1887     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1888
1889 commit e6bee80814c3a0d7eab89d28142fe68c4a670f31
1890 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1891 Date:   Tue Jan 19 14:41:58 2010 +0100
1892
1893     ppc: Update README about the new GOT ptr.
1894
1895     r14 is no longer used as non volatile GOT ptr. Instead
1896     the volatile r12 is used so be sure to do GET_GOT in
1897     asm code when you need to access global data.
1898
1899     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1900
1901 commit 0f8aa159175385ddd77bc91d11b9568583fbbd0c
1902 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1903 Date:   Tue Jan 19 14:41:56 2010 +0100
1904
1905     ppc: Use r12 instead of r14 as GOT pointer.
1906
1907     r14 is not supposed to be clobbered by functions. Switch
1908     to r12 and call GET_GOT when needed. This will allow u-boot
1909     to loose the -ffixed-r14 gcc option.
1910
1911     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1912
1913 commit fc4e188789b01dc9f18c80869c43fdd7d1a51378
1914 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1915 Date:   Tue Jan 19 14:41:55 2010 +0100
1916
1917     ppc: Loose GOT access in IRQ
1918
1919     Using the GOT in IRQ handlers requires r14 to be -ffixed-r14.
1920     Avoid this by relocatate transfer_to_handler too.
1921     This will allow to free up r14 later on.
1922
1923     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1924
1925 commit 66e821ebe96123b3a81ec9ca25cec9c0560fe232
1926 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
1927 Date:   Thu Jan 7 14:27:14 2010 +0530
1928
1929     85xx/p1_p2_rdb: enable hwconfig
1930
1931     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
1932     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1933
1934 commit 46df64f22c471b010161aa68bfdbfe94ea46e7bd
1935 Author: Liu Yu <yu.liu@freescale.com>
1936 Date:   Fri Jan 15 14:58:40 2010 +0800
1937
1938     qe: fixup the snum for MPC8569 Rev2.0
1939
1940     Since 1.0 and 2.0 use different snum table,
1941     we fixup the snum value according to SPRN_SVR.
1942
1943     Signed-off-by: Liu Yu <yu.liu@freescale.com>
1944     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1945
1946 commit 0fd2fa6cce6eb91271ebf9733878d0f1fcbc9b32
1947 Author: Dave Liu <daveliu@freescale.com>
1948 Date:   Tue Nov 17 20:49:05 2009 +0800
1949
1950     Fix the local bus divider mapping
1951
1952     The real clock divider is 4 times of the bits LCRR[CLKDIV],
1953     according the latest RevF RM.
1954
1955     Signed-off-by: Dave Liu <daveliu@freescale.com>
1956     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1957
1958 commit c95d541e4b46cb3ba19bf35e34b1dc3ca32f7b4b
1959 Author: Liu Yu <yu.liu@freescale.com>
1960 Date:   Fri Nov 27 15:31:52 2009 +0800
1961
1962     ppc/85xx: Add ATM config for MPC8569MDS
1963
1964     Signed-off-by: Liu Yu <yu.liu@freescale.com>
1965     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1966
1967 commit d91803826985bfdf151eed66543ce3b1a301682f
1968 Author: Liu Yu <yu.liu@freescale.com>
1969 Date:   Fri Nov 27 15:31:51 2009 +0800
1970
1971     ppc/85xx: Add PIB/ATM support for MPC8569mds
1972
1973     Signed-off-by: Liu Yu <yu.liu@freescale.com>
1974     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1975
1976 commit 1118cdbfeb8fc3acfe542d08703153ac188f9dbd
1977 Author: Li Yang <leoli@freescale.com>
1978 Date:   Thu Jan 7 16:00:13 2010 +0800
1979
1980     fsl_esdhc: fix wrong clock mask
1981
1982     Fix typo in SYSCTL_CLOCK_MASK, which caused residual in high bits of SDCLKFS.
1983
1984     Signed-off-by: Jin Qing <B24347@freescale.com>
1985     Signed-off-by: Li Yang <leoli@freescale.com>
1986     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1987
1988 commit 693416fe01d324472d270ac28389022eb82c7217
1989 Author: Kumar Gala <galak@kernel.crashing.org>
1990 Date:   Mon Jan 25 11:01:51 2010 -0600
1991
1992     Revert "ppc/p4080: Fix reporting of PME & FM clock frequencies"
1993
1994     This reverts commit bc20f9a9527afe8ae406a74f74765d4323f04922.
1995
1996     The original code was correct.  I clearly need glasses or a brown
1997     paper bag.
1998
1999     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2000
2001 commit 93cedc71647b4b72ac9b48e11997eb2f91645001
2002 Author: James Yang <James.Yang@freescale.com>
2003 Date:   Tue Jan 12 15:50:18 2010 -0600
2004
2005     ppc/p4080: Fix mask width of RCW fields MEM_PLL_RAT, SYS_PLL_RAT
2006
2007     The masks for MEM_PLL_RAT and SYS_PLL_RAT should have been 5-bits
2008     instead of 4.
2009
2010     Signed-off-by: James Yang <James.Yang@freescale.com>
2011     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2012
2013 commit 2903ad33a71251a3a87485b5b185852c8998f209
2014 Author: Mike Frysinger <vapier@gentoo.org>
2015 Date:   Fri Jan 8 08:03:06 2010 -0500
2016
2017     jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE
2018
2019     Commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042 caused the sector_size to
2020     be calculated incorrectly when the part size was not hardcoded.  This is
2021     because the new code relied on part->size but tried to do the calculation
2022     before it was initialized properly, and it did not take into consideration
2023     the magic SIZE_REMAINING define.
2024
2025     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2026
2027 commit 64b150213365db6be97a98d25884f87d83caacaf
2028 Author: Mike Frysinger <vapier@gentoo.org>
2029 Date:   Fri Jan 8 02:48:03 2010 -0500
2030
2031     getline: split out for darwin systems
2032
2033     At least on OS X 10.5 and older, getline does not exist.  So split out the
2034     function from the mingw code so that we can pull it in for Darwin systems.
2035
2036     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2037
2038 commit e852d36a1e12864ab0656729c45c846e65efa4ee
2039 Author: Mike Frysinger <vapier@gentoo.org>
2040 Date:   Thu Jan 21 19:59:04 2010 -0500
2041
2042     tools: give explicit libfdt paths
2043
2044     The current libfdt object rules hard depend implicitly on the .depend file
2045     being correct.  If it isn't, then it is unable to properly compile the
2046     objects.  Give it a full path like all the other implicit rules here so it
2047     will always work in face of .depend issues.
2048
2049     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2050
2051 commit 44431cabbb66e81a2d77642b6f7d39c6230ea4ba
2052 Author: Mike Frysinger <vapier@gentoo.org>
2053 Date:   Thu Jan 21 19:30:36 2010 -0500
2054
2055     gzip/zlib: make features optional
2056
2057     If you really want to slim down U-Boot and you would rather use a higher
2058     compression scheme (like LZMA), it'd be nice to disable gzip/zlib since
2059     these code bases take up a significant amount of space.
2060
2061     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2062
2063 commit 8edcde5e4e2e7f6bc7e277011fed71e64fd9d294
2064 Author: Stefano Babic <sbabic@denx.de>
2065 Date:   Wed Jan 20 18:19:10 2010 +0100
2066
2067     mkimage: Add Freescale imx Boot Image support (imximage)
2068
2069     This patch adds support for "imximage" (MX Boot Image)
2070     to the mkimage utility. The imximage is used on the Freescales's
2071     MX.25, MX.35 and MX.51 processors.
2072
2073     Further details under doc/README.imximage.
2074
2075     This patch was tested on a Freescale mx51evk board.
2076
2077     Signed-off-by: Stefano Babic <sbabic@denx.de>
2078
2079 commit a21fb981d533ac6d323a01c7fa2cda20f2d36de5
2080 Author: Detlev Zundel <dzu@denx.de>
2081 Date:   Wed Jan 20 14:28:48 2010 +0100
2082
2083     mpc5xxx: Support CPU internal watchdog.
2084
2085     Signed-off-by: Detlev Zundel <dzu@denx.de>
2086
2087 commit 82826d5422331e9c99e5408dcf0348c8e0c257a6
2088 Author: Detlev Zundel <dzu@denx.de>
2089 Date:   Fri Jan 22 14:47:59 2010 +0100
2090
2091     mpc512x: Add display of reset status register
2092
2093     Content of the RSR is put into gd early so we can output it together
2094     with the CPU info.  The clearing of gd in board_init_f is redundant for
2095     this architecture as it is done in cpu_init_f so we remove it.
2096
2097     Signed-off-by: Detlev Zundel <dzu@denx.de>
2098
2099 commit a3f3897bfda9b4729785bdd328b3b7f30417a67f
2100 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
2101 Date:   Wed Jan 20 08:00:11 2010 +0100
2102
2103     at91: Enable slow master clock on meesc board
2104
2105     Normally the processor clock has a divisor of 2.
2106     In some cases this this needs to be set to 4.
2107     Check the user has set environment mdiv to 4 to change the divisor.
2108
2109     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
2110
2111 commit 7da692360414d07027c6cf564a15d79cd9dcf488
2112 Author: Vipin KUMAR <vipin.kumar@st.com>
2113 Date:   Fri Jan 15 19:15:53 2010 +0530
2114
2115     SPEAr : Support added for SPEAr320 board
2116
2117     SPEAr320 SoC support contains basic spear320 support along with the
2118     usage of following drivers
2119     - serial driver(UART)
2120     - i2c driver
2121     - smi driver
2122     - nand driver(FSMC)
2123     - usbd driver
2124     - emi driver(cfi support)
2125
2126     Signed-off-by: Vipin <vipin.kumar@st.com>
2127
2128 commit 080cfee71459588fd6312e475bb5115bdbda1cb3
2129 Author: Vipin KUMAR <vipin.kumar@st.com>
2130 Date:   Fri Jan 15 19:15:52 2010 +0530
2131
2132     SPEAr : Support added for SPEAr310 board
2133
2134     SPEAr310 SoC support contains basic spear310 support along with the
2135     usage of following drivers
2136     - serial driver(UART)
2137     - i2c driver
2138     - smi driver
2139     - nand driver(FSMC)
2140     - usbd driver
2141     - emi driver(cfi support)
2142
2143     Signed-off-by: Vipin <vipin.kumar@st.com>
2144
2145 commit 4bfacad4e796f2e121ee7432705ecc9c61e7b6ca
2146 Author: Vipin KUMAR <vipin.kumar@st.com>
2147 Date:   Fri Jan 15 19:15:51 2010 +0530
2148
2149     SPEAr : emi controller initialization for CFI driver support
2150
2151     SPEAr310 and SPEAr320 SoCs contain an EMI controller to interface
2152     Paraller NOR flashes. This patch adds the support for this IP
2153
2154     The standard CFI driver is used to interface with NOR flashes
2155
2156     Signed-off-by: Vipin <vipin.kumar@st.com>
2157
2158 commit 7e074158ce239380259c5fc97e87be2896169973
2159 Author: Vipin KUMAR <vipin.kumar@st.com>
2160 Date:   Fri Jan 15 19:15:50 2010 +0530
2161
2162     SPEAr : Support added for SPEAr300 board
2163
2164     SPEAr300 SoC support contains basic spear300 support along with the
2165     usage of following drivers
2166     - serial driver(UART)
2167     - i2c driver
2168     - smi driver
2169     - nand driver(FSMC)
2170     - usbd driver
2171
2172     Signed-off-by: Vipin <vipin.kumar@st.com>
2173
2174 commit f92994f0f7403b84366ce04e554e461f624e6868
2175 Author: Vipin KUMAR <vipin.kumar@st.com>
2176 Date:   Fri Jan 15 19:15:49 2010 +0530
2177
2178     SPEAr : Support for HW mac id read/write from i2c mem
2179
2180     This patch adds the  support to read and write mac id from i2c
2181     memory.
2182     For reading:
2183         if (env contains ethaddr)
2184                 pick env ethaddr
2185         else
2186                 pick ethaddr from i2c memory
2187     For writing:
2188         chip_config ethaddr XX:XX:XX:XX:XX:XX writes the mac id
2189         in i2c memory
2190
2191     Signed-off-by: Vipin <vipin.kumar@st.com>
2192
2193 commit 566c9c16fe4e501c3193ae6605bc9c663c6ea706
2194 Author: Vipin KUMAR <vipin.kumar@st.com>
2195 Date:   Fri Jan 15 19:15:48 2010 +0530
2196
2197     SPEAr : Support added for SPEAr600 board
2198
2199     SPEAr600 SoC support contains basic spear600 support along with the
2200     usage of following drivers
2201     - serial driver(UART)
2202     - i2c driver
2203     - smi driver
2204     - nand driver(FSMC)
2205     - usbd driver
2206
2207     Signed-off-by: Vipin <vipin.kumar@st.com>
2208
2209 commit 62db1c0d79f1fd75961eec81edc8c0a1bc1f09a6
2210 Author: Vipin KUMAR <vipin.kumar@st.com>
2211 Date:   Fri Jan 15 19:15:47 2010 +0530
2212
2213     SPEAr : usbd driver support for SPEAr SoCs
2214
2215     SPEAr SoCs contain a synopsys usb device controller.
2216     USB Device IP can work in 2 modes
2217     - DMA mode
2218     - Slave mode
2219
2220     The driver adds support only for slave mode operation of usb
2221     device IP. This driver is used along with standard USBTTY
2222     driver to obtain a tty interface over USB on the host
2223
2224     Signed-off-by: Vipin <vipin.kumar@st.com>
2225
2226 commit 165fa406ad8c39c0c32a31476a8a9bda3db72851
2227 Author: Vipin KUMAR <vipin.kumar@st.com>
2228 Date:   Fri Jan 15 19:15:46 2010 +0530
2229
2230     SPEAr : nand driver support for SPEAr SoCs
2231
2232     SPEAr SoCs contain an FSMC controller which can be used to interface
2233     with a range of memories eg. NAND, SRAM, NOR.
2234     Currently, this driver supports interfacing FSMC with NAND memories
2235
2236     Signed-off-by: Vipin <vipin.kumar@st.com>
2237
2238 commit a6e34f76c51c8514f1b691fc60394f09ae4fb2ff
2239 Author: Vipin KUMAR <vipin.kumar@st.com>
2240 Date:   Fri Jan 15 19:15:45 2010 +0530
2241
2242     SPEAr : smi driver support for SPEAr SoCs
2243
2244     SPEAr SoCs contain a serial memory interface controller. This
2245     controller is used to interface with spi based memories.
2246     This patch adds the driver for this IP.
2247
2248     Signed-off-by: Vipin <vipin.kumar@st.com>
2249
2250 commit 2403f8f417b1b94701bb5949903d701f1f414a42
2251 Author: Vipin KUMAR <vipin.kumar@st.com>
2252 Date:   Fri Jan 15 19:15:44 2010 +0530
2253
2254     SPEAr : i2c driver support added for SPEAr SoCs
2255
2256     SPEAr SoCs contain a synopsys i2c controller.
2257     This patch adds the driver for this IP.
2258
2259     Signed-off-by: Vipin <vipin.kumar@st.com>
2260
2261 commit 81c0ebf623ddbb6a4da8e051441c83e99a01b00b
2262 Author: Vipin KUMAR <vipin.kumar@st.com>
2263 Date:   Fri Jan 15 19:15:43 2010 +0530
2264
2265     SPEAr : Adding basic SPEAr architecture support.
2266
2267     SPEAr Architecture support added. It contains the support for
2268     following SPEAr blocks
2269     - Timer
2270     - System controller
2271     - Misc registers
2272
2273     Signed-off-by: Vipin <vipin.kumar@st.com>
2274
2275 commit 6fffcdf8c869a3d8436be8eff6428d8121aa76e6
2276 Author: Vipin KUMAR <vipin.kumar@st.com>
2277 Date:   Fri Jan 15 19:15:42 2010 +0530
2278
2279     SPEAr : Adding README.spear in doc
2280
2281     README.spear contains information about SPEAr architecture and
2282     build options etc
2283
2284     Signed-off-by: Vipin <vipin.kumar@st.com>
2285
2286 commit e4c43c20b87d5c9a7ac3b5250ca009311c62945c
2287 Author: Tom Rix <Tom.Rix@windriver.com>
2288 Date:   Wed Jan 20 18:00:28 2010 -0600
2289
2290     ARM Update mach-types
2291
2292     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
2293     And built with
2294
2295     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
2296     commit 2045124ffd1a5e46d157349016a2c50f19c8c91d
2297
2298     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2299
2300 commit bfb6d510e9acbec97e4e1cc855ec1269538689f8
2301 Author: Prafulla Wadaskar <prafulla@marvell.com>
2302 Date:   Mon Nov 16 18:29:25 2009 +0530
2303
2304     Kirkwood: Makefile cleanup- fixed ordering (cosmetic change)
2305
2306     As per coding guidlines, it is good to maintain proper ordering
2307     in the makefiles.
2308     This was missed during initial coding, corrected here.
2309
2310     This was discovered during orion5x code review
2311     Thanks to Albert Aribaud for this.
2312
2313     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2314
2315 commit beca04dd2446fc9ec46ca17163dadb7f82420e7c
2316 Author: Prafulla Wadaskar <prafulla@marvell.com>
2317 Date:   Thu Dec 24 02:55:23 2009 +0530
2318
2319     Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later
2320
2321     These are few files directly imported from Linux kernel source.
2322     Those are not modifyed at all ar per strategy.
2323     These files contains source with GPLv2 only
2324     whereas u-boot expects GPLv2 or latter
2325
2326     These files are updated for the same from prior permission from original writes
2327
2328     Acked-by: Nicolas Pitre <nico@marvell.com>
2329     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2330
2331 commit d8e5f55475e621e793a15d93e2dd2549c5138735
2332 Author: Minkyu Kang <mk7.kang@samsung.com>
2333 Date:   Fri Dec 18 15:03:51 2009 +0900
2334
2335     s5pc1xx: update cache routines
2336
2337     Because of v7_flush_dcache_all is moved to omap3/cache.S
2338     and s5pc110 needs cache routines, update s5pc1xx cache routines.
2339
2340     l2_cache_enable and l2_caceh_disable are moved from cache.c to cache.S
2341     and invalidate_dcache is modified for SoC specific.
2342
2343     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2344
2345 commit 17ef9104ae11220979e1870f22dcaf535d9baacf
2346 Author: Seunghyeon Rhee <seunghyeon@lpmtec.com>
2347 Date:   Thu Dec 3 09:41:49 2009 +0900
2348
2349     samsung: fix DMC1_MEM_CFG for s3c64xx
2350
2351     The MSB of DMC1_MEM_CFG can be set to '1' for separate CKE control
2352     for S3C6400. In the configuration of SMDK6400, however, two 16-bit
2353     mDDR (SAMSUNG K4X51163) chips are used in parallel to form 32-bit
2354     memory bus and there is no need to control CKE for each chip
2355     separately. AFAIK, CKE1 is not at all connected. Only CKE0 is
2356     used. Futhermore, it should be '0' always for S3C6410. When tested
2357     with a board which has a S3C6410 and the same memory configuration,
2358     a side effect is observed that u-boot command "reset" doesn't work
2359     leading to system hang. Leaving the bit clear is safe in most cases.
2360
2361     Signed-off-by: Seunghyeon Rhee <seunghyeon@lpmtec.com>
2362     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2363
2364 commit 9998b1366e7e42089c3f579b4d1d790d3c295387
2365 Author: Stefan Roese <sr@denx.de>
2366 Date:   Thu Jan 21 11:37:31 2010 +0100
2367
2368     ppc4xx: Kilauea: Add CPLD version detection and EBC reconfiguration
2369
2370     A newer CPLD version on the 405EX evaluation board requires a different
2371     EBC controller setup for the CPLD register access. This patch adds a CPLD
2372     version detection for Kilauea and code to reconfigure the EBC controller
2373     (chip select 2) for the old CPLD if no new version is found.
2374
2375     Additionally the CPLD version is printed upon bootup:
2376
2377     Board: Kilauea - AMCC PPC405EX Evaluation Board (CPLD rev. 0)
2378
2379     Signed-off-by: Stefan Roese <sr@denx.de>
2380     Acked-by: Wolfgang Denk <wd@denx.de>
2381     Cc: Zhang Bao Quan <bqzhang@udtech.com.cn>
2382
2383 commit 97c9f29008579f56c3fb86785f29f04dd4f47f94
2384 Author: Felix Radensky <felix@embedded-sol.com>
2385 Date:   Sat Jan 23 01:35:24 2010 +0200
2386
2387     ppc4xx: Fix sending type 1 PCI transactions
2388
2389     The list of 4xx SoCs that should send type 1 PCI transactions
2390     is not defined correctly. As a result PCI-PCI bridges and devices
2391     behind them are not identified. The following 4xx variants should
2392     send type 1 transactions: 440GX, 440GP, 440SP, 440SPE, 460EX and 460GT.
2393
2394     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
2395     Signed-off-by: Stefan Roese <sr@denx.de>
2396
2397 commit 57ae8a5cced612088104303777e71a3dc89c00ef
2398 Author: Detlev Zundel <dzu@denx.de>
2399 Date:   Thu Jan 21 17:55:58 2010 +0100
2400
2401     mpc512x: Use in/out accessors for all registers
2402
2403     This is not only a cosmetic change as it fixes the real bug of board
2404     reset not working with the ELDK 4.2 toolchain.
2405
2406     Signed-off-by: Detlev Zundel <dzu@denx.de>
2407
2408 commit c7c0d542a199089cf658a7c23c314a5cff248b00
2409 Author: Mike Frysinger <vapier@gentoo.org>
2410 Date:   Thu Jan 21 04:03:22 2010 -0500
2411
2412     tools: allow people to compile w/out configuring
2413
2414     It's useful to be able to build up the host tools without having to select
2415     a board first.  Pretty much all tools in there are config-independent
2416     anyways.
2417
2418     Also add a shortcut "tools-all" to quickly build all host tools that are
2419     actually config-independent to allow for simple test builds.
2420
2421     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2422
2423 commit c5a028f085020b60040a2b42966f29b25bd6ee8e
2424 Author: Mike Frysinger <vapier@gentoo.org>
2425 Date:   Thu Jan 21 04:03:21 2010 -0500
2426
2427     ubsha1: drop unnecessary includes/prototypes
2428
2429     This code doesn't use any config.h defines, and the sha1.h header already
2430     declares a sha1_csum prototype.
2431
2432     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2433
2434 commit 5daa1c18b6a6877b0619a8dbaad0afd783f79e4f
2435 Author: Mike Frysinger <vapier@gentoo.org>
2436 Date:   Thu Jan 21 04:03:20 2010 -0500
2437
2438     image.h: avoid command.h for host tools
2439
2440     The u-boot command structures don't get used with host systems, so don't
2441     bother including it when building host code.  This avoids an implicit need
2442     on config.h in the process.
2443
2444     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2445
2446 commit 34be10651704709dfb35f9c57013f02d47cced09
2447 Author: Matthias Weisser <weisserm@arcor.de>
2448 Date:   Mon Jan 18 10:58:13 2010 +0100
2449
2450     Removing Atmel from ARM926EJ-S Systems
2451
2452     Signed-off-by: Matthias Weisser <weisserm@arcor.de>
2453
2454 commit a16028da63c78001823bfb375b3f6d9d86e5a534
2455 Author: Mike Frysinger <vapier@gentoo.org>
2456 Date:   Tue Nov 3 11:35:59 2009 -0500
2457
2458     lmb: only force on arches that use it
2459
2460     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2461
2462 commit dac4d7e8849d275023ea2fcae6caf941db91c042
2463 Author: Mike Frysinger <vapier@gentoo.org>
2464 Date:   Sun Jan 17 21:08:00 2010 -0500
2465
2466     sha1: add dedicated config option
2467
2468     The sha1 code is currently compiled for everyone, but in reality, it's
2469     only used by the FIT code.  So make it optional just like MD5.
2470
2471     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2472
2473 commit 33c8c664239f6665b228145d7e5adfa238a300bc
2474 Author: Felix Radensky <felix@embedded-sol.com>
2475 Date:   Tue Jan 19 21:19:06 2010 +0200
2476
2477     ppc4xx: Allow setting a single SPD EEPROM address for DDR2 DIMMs
2478
2479     On platforms where SPD EEPROM and another EEPROM have adjacent
2480     I2C addresses SPD_EEPROM_ADDRESS should be defined as a single
2481     element array, otherwise DDR2 setup code would fail with the
2482     following error:
2483
2484     ERROR: Unknown DIMM detected in slot 1
2485
2486     However, fixing SPD_EEPROM_ADDRESS would result in another
2487     error:
2488
2489     ERROR: DIMM's DDR1 and DDR2 type can not be mixed.
2490
2491     This happens because initdram() routine does not explicitly
2492     initialize dimm_populated array. This patch fixes the problem.
2493
2494     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
2495     Signed-off-by: Stefan Roese <sr@denx.de>
2496
2497 commit d98964aaacc5c54cf7d67bb1e5128ed067086dd7
2498 Author: Felix Radensky <felix@embedded-sol.com>
2499 Date:   Tue Jan 19 17:37:13 2010 +0200
2500
2501     ppc4xx: Fix reporting of bootstrap options G and F on 460EX/GT
2502
2503     Bootstrap options G and F are reported incorrectly (G instead
2504     of F and vice versa). This patch fixes this.
2505
2506     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
2507     Signed-off-by: Stefan Roese <sr@denx.de>
2508
2509 commit 19c292999732996e071caa0782eeef0ce0a60ac0
2510 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
2511 Date:   Wed Jan 20 21:07:00 2010 +0900
2512
2513     MIPS: qemu_mips: Import asm/unaligned.h from the Linux kernel
2514
2515     with a few adjustments for U-Boot.  This fixes the following build error:
2516
2517     make -C lib_generic/
2518     zlib.c:31:27: error: asm/unaligned.h: No such file or directory
2519     zlib.c: In function 'inflate_fast':
2520     zlib.c:641: warning: implicit declaration of function 'get_unaligned'
2521     make[1]: *** [zlib.o] Error 1
2522     make[1]: Leaving directory `/home/skuribay/git/u-boot.git/lib_generic'
2523     make: *** [lib_generic/libgeneric.a] Error 2
2524
2525     Reported-by: Himanshu Chauhan <himanshu@symmetricore.com>
2526     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
2527
2528 commit 38a8b3eafb17d61690e5fc93e6dc45120f79d7d0
2529 Author: Magnus Lilja <lilja.magnus@gmail.com>
2530 Date:   Sun Jan 17 17:46:11 2010 +0100
2531
2532     MX31: Activate NAND environment on i.MX31 PDK board.
2533
2534     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2535
2536 commit c4832dffff20519e72879a8da010174ac0526141
2537 Author: Magnus Lilja <lilja.magnus@gmail.com>
2538 Date:   Sun Jan 17 17:46:10 2010 +0100
2539
2540     MXC: Add large page oob layout for i.MX31 NAND controller.
2541
2542     Import the large page oob layout from Linux mxc_nand.c driver.
2543
2544     The CONFIG_SYS_NAND_LARGEPAGE option is used to activate
2545     the large page oob layout. Run time detection is not supported
2546     as this moment.
2547
2548     This has been tested on the i.MX31 PDK board with a large
2549     page NAND device.
2550
2551     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2552
2553 commit f6a9748e3261fdccdeb78a2b58e6ad538ba54496
2554 Author: Magnus Lilja <lilja.magnus@gmail.com>
2555 Date:   Wed Nov 11 20:18:43 2009 +0100
2556
2557     mxc_nand: Update driver to work with i.MX31.
2558
2559     Tested on i.MX31 Litekit.
2560
2561     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2562
2563 commit c816dcb118e26ba17e7d73989514fec08a3823ac
2564 Author: Magnus Lilja <lilja.magnus@gmail.com>
2565 Date:   Wed Nov 11 20:18:42 2009 +0100
2566
2567     MX31: Add struct definition for clock control module in i.MX31.
2568
2569     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2570
2571 commit 50ef25ef24eccd8e69d2c1ccc97b3f7e30109f51
2572 Author: Michal Simek <monstr@monstr.eu>
2573 Date:   Tue Jan 19 12:03:25 2010 +0100
2574
2575     microblaze: zlib needs asm/unaligned.h
2576
2577     Microblaze has own hw unaligned handler if is available.
2578     Use big endian version.
2579
2580     Signed-off-by: Michal Simek <monstr@monstr.eu>
2581
2582 commit 5b8b83bce6fdd0d2ca661de90ae83a0f8b152de6
2583 Author: Michal Simek <monstr@monstr.eu>
2584 Date:   Tue Jan 19 12:03:24 2010 +0100
2585
2586     microblaze: Remove getenv_IPaddr prototype
2587
2588     Commit 6a45e384955262882375a2785426dc65aeb636c4
2589     should remove reference from Microblaze too.
2590
2591     Signed-off-by: Michal Simek <monstr@monstr.eu>
2592
2593 commit b9e6957ca15be8466190794d6d87845491b3411b
2594 Author: Alessandro Rubini <rubini@unipv.it>
2595 Date:   Mon Jan 18 22:38:38 2010 +0100
2596
2597     MAINTAINERS: fix nhk8815 board name
2598
2599     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
2600
2601 commit b40e2320c440c5082020e5036a0cb8d4ed1b3d7d
2602 Author: Ben Warren <biggerbadderben@gmail.com>
2603 Date:   Mon Jan 18 11:35:31 2010 -0800
2604
2605     Fix breakage in SMC EEPROM standalone applications
2606
2607     Commit 6a45e384955262882375a2785426dc65aeb636c4 (Make getenv_IPaddr() global)
2608     inadvertently added ' #include "net.h" ' to the standalone programs, creating
2609     duplicate definitions of 'struct eth_device'.  This patch removes the local
2610     definitions and removes other code that breaks due to the change in definition.
2611
2612     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2613     Acked-by: Mike Frysinger <vapier@gentoo.org>
2614
2615 commit 2a9987935e3cdb61e7550c87cbc9f500a54f672d
2616 Author: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
2617 Date:   Mon Jan 18 18:13:39 2010 +0100
2618
2619     Makefile: fix parallel build
2620
2621     During parallel build, the top Makefile spawns multiple sub-makes for
2622     targets in cpu/$(CPU) and $(dir $(LDSCRIPT)). If the .depend files are
2623     not present in these directories, the sub-makes may end up generating
2624     these files simultaneously which leads to corrupted content.
2625
2626     A typical error message is:
2627
2628     .depend:39: *** multiple target patterns.  Stop.
2629
2630     This patch serializes the creation of .depend in cpu/$(CPU) and
2631     $(dir $(LDSCRIPT)) by adding these directories to the depend target
2632     in the top Makefile.
2633
2634     Other directories in $(LIBS) are not affected since they contain only
2635     one Make target and thus only one sub-make is spawned per directory.
2636
2637     Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
2638     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2639
2640 commit f19fd87e9387282b5abbfdafe46ac272320643d8
2641 Author: Robin Getz <robin.getz@analog.com>
2642 Date:   Mon Dec 21 16:35:48 2009 -0500
2643
2644     Blackfin: add support for kgdb
2645
2646     Signed-off-by: Robin Getz <robin.getz@analog.com>
2647     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2648
2649 commit 3869453f659c22396fecb7c8ed7af909e89f461c
2650 Author: Robin Getz <robin.getz@analog.com>
2651 Date:   Mon Dec 21 17:55:22 2009 -0500
2652
2653     asm-generic/signal.h: import from linux
2654
2655     We need signal.h for Blackfin/KGDB, so import the asm-generic/signal.h
2656     for people to leverage.
2657
2658     Signed-off-by: Robin Getz <robin.getz@analog.com>
2659     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2660
2661 commit 88ffb2665cd066b6b20cfaade13929d4e8428dde
2662 Author: Heiko Schocher <hs@denx.de>
2663 Date:   Thu Jan 7 08:55:54 2010 +0100
2664
2665     CRAMFS: support cramfs in RAM
2666
2667     cramfsls and cramfsload are added to the command list.
2668     A cramfs placed at 'cramfs_addr' can the be listed with 'cramfsls' and files
2669     can be loaded with 'cramfsload'. 'cramfs_addr' is an environment variable
2670     specifying the address the cramfs is located.
2671     This works for powerpc and for ARM.
2672
2673     Use CONFIG_CMD_CRAMFS.
2674
2675     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
2676     Signed-off-by: Heiko Schocher <hs@denx.de>
2677
2678 commit 4897ee33c98b4b29efd62854052eb7862380b5ae
2679 Author: Heiko Schocher <hs@denx.de>
2680 Date:   Thu Jan 7 08:55:50 2010 +0100
2681
2682     powerpc: keymile boards updates
2683
2684     - malloc size 4 MB for all keymile boards
2685     - use generic FDT code for fixing up the DTS
2686     - enable unit-led at startup for keymile boards
2687     - remove some dts updates for keymile boards
2688     - ppc_83xx, kmeter1: take FE/GbE PHYs out of reset
2689     - ppc_83xx, kmeter1: change from Intel Strata to Spansion 64MB flash
2690       changed from Intel Strata to Spansion 64MB flash and changed flash layout.
2691     +---------+----------+-----------------------+-----------------------------+
2692     | name    | size     | range                 | description                 |
2693     +---------+----------+-----------------------+-----------------------------+
2694     | u-boot  |   768 KB | 0xf0000000-0xf00bffff | for u-boot                  |
2695     | env     |   128 KB | 0xf00c0000-0xf00dffff | for environment             |
2696     | envred  |   128 KB | 0xf00e0000-0xf00fffff | for environment (redundant) |
2697     | ubi0    | 64512 KB | 0xf0100000-0xf3ffffff | ubi0 for ubi volumes        |
2698     +---------+----------+-----------------------+-----------------------------+
2699
2700     Signed-off-by: Heiko Schocher <hs@denx.de>
2701
2702 commit 1567b596d9f4a7ff49ebdca29e15a33777dfd670
2703 Author: Heiko Schocher <hs@denx.de>
2704 Date:   Thu Jan 7 08:55:44 2010 +0100
2705
2706     env, eeprom: add redundant environment support
2707
2708     Add redundant environment support for environment lying on a EEPROM.
2709
2710     Tested on uppcoming suen3 support
2711
2712     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
2713
2714 commit 548738b4d43af841ff58c787bce297ac6a8bf7d1
2715 Author: Heiko Schocher <hs@denx.de>
2716 Date:   Thu Jan 7 08:55:40 2010 +0100
2717
2718     cmd_eeprom: I2C updates
2719
2720     - CONFIG_ENV_EEPROM_IS_ON_I2C
2721       define this, if you have I2C and SPI activated, and your
2722       EEPROM, which holds the environment, is on the I2C bus.
2723
2724     - CONFIG_I2C_ENV_EEPROM_BUS
2725       if you have an Environment on an EEPROM reached over
2726       I2C muxes, you can now define, how to reach this
2727       EEPROM.
2728
2729     Signed-off-by: Heiko Schocher <hs@denx.de>
2730
2731 commit b63815e31355b44e65899b361da1d8ef6940ab90
2732 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
2733 Date:   Tue Dec 22 23:05:45 2009 +0100
2734
2735     move definition of macros likely and unlikely to compiler.h
2736
2737     the macros likely and unlikely were defined in include/linux/mtd/compat.h,
2738     but used in code not related to MTD. moved the macro definitions to compiler.h
2739
2740     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
2741
2742 commit c3d7eec6d88945dec0626cdd4f4a35cb5f83ef00
2743 Author: Detlev Zundel <dzu@denx.de>
2744 Date:   Tue Dec 22 12:43:02 2009 +0100
2745
2746     cmd_bootm.c: Change interpretation of standalone image parameters.
2747
2748     Current code uses the second argument to bootm for standalone images to
2749     override the load address specified in the image instead of passing all
2750     parameters as is to the application.  This behaviour is not documented
2751     and not in line with how the go command works for standalone applications,
2752     so we simply drop it.
2753
2754     Signed-off-by: Detlev Zundel <dzu@denx.de>
2755
2756 commit 8b828a8f44b7ee9953c7ba63e64b1e80790139b3
2757 Author: Detlev Zundel <dzu@denx.de>
2758 Date:   Tue Dec 22 12:43:01 2009 +0100
2759
2760     cmd_bootm.c: Do not load a ramdisk when not booting a kernel.
2761
2762     In case we boot an image marked as 'standalone' and 'linux', the current
2763     code erroneously tried to load a ramdisk.
2764
2765     Signed-off-by: Detlev Zundel <dzu@denx.de>
2766
2767 commit 16035bcd8c81c3c59dddfb54f48e8059a623b13c
2768 Author: Robin Getz <robin.getz@analog.com>
2769 Date:   Mon Dec 21 18:40:44 2009 -0500
2770
2771     kgdb: update mem2hex/hex2mem funcs
2772
2773     Convert the funcs to do the conversion inline so that we can do the copy
2774     all at once with memcpy.  This let's us push out an weird arch-specific
2775     issue with accessing different regions of memory to the memcpy function
2776     like the MMRs on Blackfin systems, and it should be a bit faster.
2777
2778     Signed-off-by: Robin Getz <robin.getz@analog.com>
2779     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2780
2781 commit cbb0cab1d929839d1cf170b54b1fef05896433ea
2782 Author: Mike Frysinger <vapier@gentoo.org>
2783 Date:   Mon Dec 21 18:40:43 2009 -0500
2784
2785     kgdb: drop duplicate debugger_exception_handler
2786
2787     The debugger_exception_handler definition is the same for everyone, so use
2788     the common one now.
2789
2790     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2791
2792 commit 0c909551f88c0d92a919ff70127df7b33cdd473d
2793 Author: Robin Getz <robin.getz@analog.com>
2794 Date:   Mon Dec 21 18:40:42 2009 -0500
2795
2796     kgdb: add default generic stubs
2797
2798     The default kgdb functions can be implemented with common U-Boot functions,
2799     so rather than force everyone to copy & paste these things, create a set of
2800     weak stubs.
2801
2802     Signed-off-by: Robin Getz <robin.getz@analog.com>
2803     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2804
2805 commit fa2744de6584c92750f807a006e20a59ee046e76
2806 Author: Mike Frysinger <vapier@gentoo.org>
2807 Date:   Mon Dec 21 14:19:12 2009 -0500
2808
2809     netconsole: mark local funcs with static
2810
2811     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2812
2813 commit 7293e0577f149b75595b6f6ceb75bf50a523aff6
2814 Author: Michael Hennerich <michael.hennerich@analog.com>
2815 Date:   Sat Dec 19 08:19:09 2009 -0500
2816
2817     easylogo: add support for 16-bit RGB565
2818
2819     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
2820     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2821
2822 commit 0f597bc2a80353bcd0fd4daf42e2047c959485c8
2823 Author: Detlev Zundel <dzu@denx.de>
2824 Date:   Fri Dec 18 17:35:57 2009 +0100
2825
2826     mpc5xxx/cpu_init.c: Convert to IO accessors.
2827
2828     Signed-off-by: Detlev Zundel <dzu@denx.de>
2829
2830 commit 18e89890625c86be6c971c01b824d14bbdd78e25
2831 Author: Detlev Zundel <dzu@denx.de>
2832 Date:   Fri Dec 18 17:35:56 2009 +0100
2833
2834     mpc5xxx.h: Add structure definition for XLB arbiter block.
2835
2836     Signed-off-by: Detlev Zundel <dzu@denx.de>
2837
2838 commit 10c32ff59f7abe352b548066918bc5ea39e7c47b
2839 Author: Mike Frysinger <vapier@gentoo.org>
2840 Date:   Wed Dec 2 21:15:03 2009 -0500
2841
2842     config_defaults.h: new header for common u-boot config defaults
2843
2844     There are a bunch of features in U-Boot that we want to enable by default,
2845     and it's best if we centralize them in one place rather than updating all
2846     the board files out there.
2847
2848     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2849
2850 commit 64917ca38933d10b3763f61df7a1e58e1e127b52
2851 Author: Peter Tyser <ptyser@xes-inc.com>
2852 Date:   Sun Jan 17 15:38:26 2010 -0600
2853
2854     PCIe, USB: Replace 'end point' references with 'endpoint'
2855
2856     When referring to PCIe and USB 'endpoint' is the standard naming
2857     convention.
2858
2859     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2860     Acked-by: Stefan Roese <sr@denx.de>
2861     Acked-by: Remy Bohmer <linux@bohmer.net>
2862
2863 commit 6a45e384955262882375a2785426dc65aeb636c4
2864 Author: Dirk Behme <dirk.behme@googlemail.com>
2865 Date:   Sun Jan 3 08:33:58 2010 +0100
2866
2867     Make getenv_IPaddr() global
2868
2869     There are boards out there that do not have network support in
2870     U-Boot (CONFIG_CMD_NET not set), but they do so in Linux. This
2871     makes it desirable to be able to port network configuration (like
2872     the IP address) to the Linux kernel.
2873
2874     We should not make the passing of the IP configuration to Linux
2875     dependent on U-Boot features / settings.
2876
2877     For this, make getenv_IPaddr() global. This fixes build error
2878
2879     u-boot/lib_xxx/board.c:360: undefined reference to `getenv_IPaddr'
2880
2881     on various architectures.
2882
2883     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2884     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2885
2886 commit 846a6391e4bc9fdd721753a1021953ff0ca17c27
2887 Author: Mike Frysinger <vapier@gentoo.org>
2888 Date:   Fri Jan 15 04:50:40 2010 -0500
2889
2890     Blackfin: drop .eh_frame from linker script
2891
2892     Nothing in U-Boot uses runtime C++ exceptions/unwinding, so there is no
2893     need to list this section.
2894
2895     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2896
2897 commit ed912d4d659e67910edca04498803db24d826615
2898 Author: Mike Frysinger <vapier@gentoo.org>
2899 Date:   Fri Jan 15 04:47:06 2010 -0500
2900
2901     Blackfin: use sort funcs in the linker script
2902
2903     This is just Blackfin catching up with every one else.
2904
2905     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2906
2907 commit 2aeda2d054bb32027bed33d9c3a63d152164b5e0
2908 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
2909 Date:   Wed Jan 13 09:04:53 2010 -0500
2910
2911     Blackfin: tcm-bf518: new board port
2912
2913     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
2914     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2915
2916 commit c46a0ebf82d3fd27dd21ad7d4fe7f11c2b2b0b21
2917 Author: Mike Frysinger <vapier@gentoo.org>
2918 Date:   Fri Jan 8 07:56:17 2010 -0500
2919
2920     Blackfin: enable JFFS summary support for ADI boards
2921
2922     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2923
2924 commit 912da8d606997822d44905b83ef47799a130a1b9
2925 Author: Mike Frysinger <vapier@gentoo.org>
2926 Date:   Fri Jan 8 06:14:13 2010 -0500
2927
2928     Blackfin: bf518f-ezbrd: increase monitor length
2929
2930     The addition of KGDB overflowed the current linker section.
2931
2932     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2933
2934 commit 03642aeee0d51660c35c9dbdde78882eb3efb350
2935 Author: Robin Getz <robin.getz@analog.com>
2936 Date:   Mon Dec 21 17:02:48 2009 -0500
2937
2938     Blackfin: handle anomaly 05000257
2939
2940     Need to reload the loop counters to keep from corrupting hardware loops.
2941
2942     Signed-off-by: Robin Getz <robin.getz@analog.com>
2943     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2944
2945 commit b6db2834407d49ec48ac8e9281fdd704d5ee3eba
2946 Author: Robin Getz <robin.getz@analog.com>
2947 Date:   Mon Dec 21 16:59:21 2009 -0500
2948
2949     Blackfin: keep hwtrace on CPLB miss
2950
2951     Crashes rarely happen in the CPLB miss handler compared to the rest of
2952     U-Boot code, so disable hardware tracing when processing misses.  This
2953     way a crash due to other functions will be shown properly.
2954
2955     Signed-off-by: Robin Getz <robin.getz@analog.com>
2956     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2957
2958 commit 0097870e3d72f10ec58ae22488945fd9ee37289f
2959 Author: Robin Getz <robin.getz@analog.com>
2960 Date:   Mon Dec 21 15:31:08 2009 -0500
2961
2962     Blackfin: add a netconsole helper
2963
2964     Signed-off-by: Robin Getz <robin.getz@analog.com>
2965     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2966
2967 commit 10eafa10be2deaba4939d0c19cd21648f2d3d4aa
2968 Author: Michael Hennerich <michael.hennerich@analog.com>
2969 Date:   Thu Dec 10 09:19:21 2009 +0000
2970
2971     Blackfin: add support for BF527-EZKIT v2.1
2972
2973     The new board revision has a different LCD.
2974
2975     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
2976     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2977
2978 commit 9442c4a1337dbcf82e3bc02a12e24f491e0e6122
2979 Author: Cliff Cai <cliff.cai@analog.com>
2980 Date:   Tue Dec 8 07:25:57 2009 +0000
2981
2982     Blackfin: bf527-ezkit/bf548-ezkit: add musb board specific initialization
2983
2984     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
2985     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2986
2987 commit 581d92eefc1a060ea5c6eb42028880a37095953d
2988 Author: Cliff Cai <cliff.cai@analog.com>
2989 Date:   Mon Dec 7 08:03:06 2009 +0000
2990
2991     Blackfin: bfin_spi: round up clock divider
2992
2993     If the requested clock cannot be exactly obtained, round it up so that we
2994     err on the side of slightly slower rather than slightly faster.
2995
2996     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
2997     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2998
2999 commit a52ad4f99486ce3f404f83f75263e321956bb6d5
3000 Author: Mike Frysinger <vapier@gentoo.org>
3001 Date:   Mon Nov 30 13:51:24 2009 -0500
3002
3003     Blackfin: pull io funcs from linux
3004
3005     Some common code uses more of the io.h funcs than we currently provide, so
3006     pull in all of the ones from the linux kernel.
3007
3008     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3009
3010 commit 5eefe7e99537ca3641496185f23b1dc9e76b405c
3011 Author: Mike Frysinger <vapier@gentoo.org>
3012 Date:   Mon Nov 30 13:34:07 2009 -0500
3013
3014     Blackfin: section off the CF/IDE io.h hacks
3015
3016     These need to be rethought, but until that happens, isolate the hack so
3017     that we can extend the common code without breaking things.
3018
3019     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3020
3021 commit 3b062da326f9b37d34aa8f80bf9d2f9e74f55c86
3022 Author: Mike Frysinger <vapier@gentoo.org>
3023 Date:   Mon Nov 30 13:30:18 2009 -0500
3024
3025     Blackfin: drop unused funcs from io.h
3026
3027     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3028
3029 commit 5f79644d2665763d522ef2db53c026c5f4865b02
3030 Author: Mike Frysinger <vapier@gentoo.org>
3031 Date:   Mon Nov 30 13:08:39 2009 -0500
3032
3033     Blackfin: bf533-stamp: split and cleanup CF/IDE code
3034
3035     Give the CF/IDE code its own file to keep things cleanly separated.  While
3036     we're here, clean up the code to use common functions.
3037
3038     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3039
3040 commit e54c8209913a3f26ae28819e3515df53ec2b4548
3041 Author: Cliff Cai <cliff.cai@analog.com>
3042 Date:   Fri Nov 20 08:24:43 2009 +0000
3043
3044     Blackfin: convert bfin_sdh to generic mmc
3045
3046     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
3047     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3048
3049 commit 17ebd5bf3393144f3ead19384318a6e5b01c4f90
3050 Author: Cliff Cai <cliff.cai@analog.com>
3051 Date:   Tue Nov 17 09:36:21 2009 +0000
3052
3053     Blackfin: bfin_spi: let boards control idle value
3054
3055     Some SPI devices like to see high idle values rather than low.
3056
3057     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
3058     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3059
3060 commit ea693f22d8dbd8a65867a60a7f3faac30f85d65b
3061 Author: Mike Frysinger <vapier@gentoo.org>
3062 Date:   Sat Nov 14 13:53:00 2009 -0500
3063
3064     Blackfin: asm/string.h: drop useless includes
3065
3066     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3067
3068 commit f948158f72e6b880d02e4fa549362e4dc285eb1c
3069 Author: Mike Frysinger <vapier@gentoo.org>
3070 Date:   Thu Nov 12 18:42:53 2009 -0500
3071
3072     Blackfin: use new bfin read/write mmr helper funcs
3073
3074     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3075
3076 commit 313e8aacc1c9f5ca06085fa19b1429fa18a01aaa
3077 Author: Mike Frysinger <vapier@gentoo.org>
3078 Date:   Thu Nov 12 18:42:07 2009 -0500
3079
3080     Blackfin: move watchdog config check to Makefile
3081
3082     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3083
3084 commit dc6bc645e0cc1939b31cc54346415cf8e0dffc88
3085 Author: Mike Frysinger <vapier@gentoo.org>
3086 Date:   Wed Nov 11 19:08:33 2009 -0500
3087
3088     Blackfin: fix L1 Instruction sizes on BF52x/BF54x
3089
3090     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3091
3092 commit b7659ef2e764f62fc334f0d970721496823e4888
3093 Author: Mike Frysinger <vapier@gentoo.org>
3094 Date:   Wed Nov 11 17:29:35 2009 -0500
3095
3096     Blackfin: bf527-ezkit: auto-select NAND settings
3097
3098     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3099
3100 commit 7527feef06b13e9fd5b6d10a4bfc81b59ee56f27
3101 Author: Mike Frysinger <vapier@gentoo.org>
3102 Date:   Mon Nov 9 19:38:23 2009 -0500
3103
3104     Blackfin: support boards with no external memory
3105
3106     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3107
3108 commit dbda2c65e5fec92d0791367b53042983746ce95b
3109 Author: Mike Frysinger <vapier@gentoo.org>
3110 Date:   Mon Nov 9 19:44:04 2009 -0500
3111
3112     Blackfin: re-architect initcode
3113
3114     The single initcode function was growing unwieldy, so split it up the
3115     distinct steps into their own function.  This should making digesting the
3116     result much easier on people.
3117
3118     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3119
3120 commit f5402d4c27e471c333cb84a82a437e60c6182449
3121 Author: Mike Frysinger <vapier@gentoo.org>
3122 Date:   Mon Nov 9 18:08:09 2009 -0500
3123
3124     Blackfin: global_data.h: make pull in needed headers
3125
3126     We need the definition of bd_t in this header, so pull in asm/u-boot.h.
3127
3128     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3129
3130 commit fa45bd498a1970574f4b7539b67cc2286f1324fa
3131 Author: Mike Frysinger <vapier@gentoo.org>
3132 Date:   Tue Nov 3 06:28:22 2009 -0500
3133
3134     Blackfin: kill off useless initdram() usage
3135
3136     While the initdram() function makes sense on some arches, it doesn't for
3137     Blackfin systems as it's always implemented the same way.
3138
3139     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3140
3141 commit b1e2c5519a06f9a5841a7a434bf4da4d393f8df5
3142 Author: Mike Frysinger <vapier@gentoo.org>
3143 Date:   Tue Nov 3 06:11:31 2009 -0500
3144
3145     Blackfin: move section length calculation to linker script
3146
3147     The length of the sections is fixed at link time, so let the linker do the
3148     calculation rather than doing it ourselves at runtime.
3149
3150     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3151
3152 commit 446707c90f52e5fcafecd468920cfad685ee9fc7
3153 Author: Valentin Yakovenkov <yakovenkov@niistt.ru>
3154 Date:   Mon Oct 26 18:43:04 2009 -0400
3155
3156     Blackfin: bf561-acvilon: new board port
3157
3158     Signed-off-by: Valentin Yakovenkov <yakovenkov@niistt.ru>
3159     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3160
3161 commit 16ada4f66ffea53662b7a61a5222cbc825d67175
3162 Author: Mike Frysinger <vapier@gentoo.org>
3163 Date:   Thu Oct 15 14:59:46 2009 -0400
3164
3165     Blackfin: ADI settings: enable silent console support
3166
3167     Very little additional code overhead, and only works when the user sets an
3168     env var ahead of time, so default to on makes sense.
3169
3170     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3171
3172 commit ac41c7a0e76fe6384949571373dc84a6098965ac
3173 Author: Mike Frysinger <vapier@gentoo.org>
3174 Date:   Thu Oct 15 14:55:21 2009 -0400
3175
3176     Blackfin: bf537-stamp: rename SPI/MMC define
3177
3178     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3179
3180 commit fd04a05b89d848c7841d8512751b8cce8b791e69
3181 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
3182 Date:   Wed Oct 14 08:37:32 2009 -0400
3183
3184     Blackfin: update tiny board settings (voltage/default env)
3185
3186     The tinyboards like to run at a little lower voltage than the default, and
3187     they prefer to boot over the network.  For the latter, extend the common
3188     code a little to make this easier.
3189
3190     Also fix the cm-bf527 env sector size while we're in here to reflect the
3191     flash that is actually in use.
3192
3193     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
3194     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3195
3196 commit 76d82187c6cccbcd8d514015c3b283f05ee8ac5c
3197 Author: Mike Frysinger <vapier@gentoo.org>
3198 Date:   Tue Jul 21 22:17:36 2009 -0400
3199
3200     Blackfin: tweak embedded LDR env config option
3201
3202     Use the common config option for extracting the environment for embedding
3203     into LDR files and clarify the LDR-specific option.
3204
3205     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3206
3207 commit 2740544881f652566756815dda4da0bcd946e9de
3208 Author: Wolfgang Denk <wd@denx.de>
3209 Date:   Fri Jan 15 11:20:10 2010 +0100
3210
3211     malloc: return NULL if not initialized yet
3212
3213     When malloc() was called before it was properly initialized
3214     (as would happen if when used before relocation to RAM) it returned
3215     random, non-NULL values, which called all kinds of difficult to debug
3216     subsequent errors.
3217
3218     Make sure to return NULL when initialization was not done yet.
3219
3220     Signed-off-by: Wolfgang Denk <wd@denx.de>
3221
3222 commit f098337152ca48e135448f5e7836cce938e12bc0
3223 Author: Wolfgang Denk <wd@denx.de>
3224 Date:   Fri Jan 15 11:10:33 2010 +0100
3225
3226     JFFS2: drop support for LZARI compression mode
3227
3228     Support for LZARI compression mode was added based on a MTD CVS
3229     snapshot of March 13, 2005. However, fs/jffs2/compr_lzari.c contains
3230     contradictory licensing terms: the original copyright clause says "All
3231     rights reserved. Permission granted for non-commercial use.", but
3232     later reference to the file 'LICENCE' in the jffs2 directory was added
3233     which says GPL v2 or later.
3234
3235     As no boards ever used LZARI compression, and this file is also not
3236     present in recent MTD code, we resolve this conflict by removing the
3237     conflicting file and references to it.
3238
3239     Also copy the referenced but missing file 'LICENCE' from the current
3240     MTD source tree.
3241
3242     Signed-off-by: Wolfgang Denk <wd@denx.de>
3243
3244 commit 321790f61bb92fead0fc01b8d055aa331d8dcf85
3245 Author: Bryan Wu <bryan.wu@analog.com>
3246 Date:   Sat Jan 9 16:53:54 2010 -0500
3247
3248     usb: musb: add virtual root hub control support
3249
3250     For MUSB devices that do not support multipoint (hubs), we have to emulate
3251     a root hub so that we can support core operations like resetting ports.
3252
3253     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
3254     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
3255     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3256
3257 commit 559e2c87e45ae7261837d4945411c04833937d2a
3258 Author: Chris Zhang <chris@seamicro.com>
3259 Date:   Wed Jan 6 13:34:06 2010 -0800
3260
3261     Adds EHCI definitions to sequoia board configuration file.
3262
3263     Adds required definitions for EHCI support in sequoia configuration file.
3264     But still keeps the OHCI as default driver.
3265
3266     Signed-off-by: Chris Zhang <chris@seamicro.com>
3267
3268 commit 5f82887feecd7895593401f1ccda866bfb299fbb
3269 Author: Chris Zhang <chris@seamicro.com>
3270 Date:   Wed Jan 6 13:34:05 2010 -0800
3271
3272     Add ppc440epx USB ehci support.
3273
3274     Currently ppc440epx uses OHCI for USB full-speed support. This change adds
3275     support for EHCI.
3276
3277     Signed-off-by: Chris Zhang <chris@seamicro.com>
3278
3279 commit b416191a14770c6bcc6fd67be7decf8159b2baee
3280 Author: Chris Zhang <chris@seamicro.com>
3281 Date:   Wed Jan 6 13:34:04 2010 -0800
3282
3283     Fix EHCI port reset.
3284
3285     In USB ehci driver, the port reset is not terminated. EHCI spec says "A host
3286      controller must terminate the reset and stabilize the state of the port within
3287      2 milliseconds". Without termination, a port stays at reset state. This is
3288      observed on ppc4xx(sequoia) boards.
3289
3290     Signed-off-by: Chris Zhang <chris@seamicro.com>
3291
3292 commit b301be0599d14be46fc088861bb798648844aea5
3293 Author: Sanjeev Premi <premi@ti.com>
3294 Date:   Thu Dec 24 14:20:41 2009 +0530
3295
3296     omap3: fix compile warning
3297
3298     This patch fixes this warning during compile:
3299
3300     omap3.c: In function 'musb_platform_init':
3301     omap3.c:126: warning: label 'end' defined but not used
3302
3303     Problem reported by: Dirk Behme[dirk.behme@googlemail.com]
3304
3305     Signed-off-by: Sanjeev Premi <premi@ti.com>
3306
3307 commit e608f221c13943d88e86f44753e23668342c3df3
3308 Author: Bryan Wu <bryan.wu@analog.com>
3309 Date:   Wed Dec 16 22:04:02 2009 -0500
3310
3311     usb: musb: add support for Blackfin MUSB
3312
3313     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
3314     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
3315     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3316     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3317
3318 commit bc72a919e037782f64e3ac45c91bc60408e57e85
3319 Author: Bryan Wu <bryan.wu@analog.com>
3320 Date:   Wed Dec 16 22:04:01 2009 -0500
3321
3322     usb: musb: change rxcsr register from write to read/modify/write
3323
3324     The RX Control/Status register has bits that we want to preserve, so don't
3325     just write out a single bit.  Preserve the others bits in the process.
3326
3327     The original code posted to the u-boot list had this behavior, but looks
3328     like it was lost somewhere along the way to merging.
3329
3330     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
3331     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
3332     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3333     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3334
3335 commit 8868fd443b7a52bf433903cc9527403ad055acb9
3336 Author: Bryan Wu <bryan.wu@analog.com>
3337 Date:   Wed Dec 16 22:04:00 2009 -0500
3338
3339     usb: musb: make multipoint optional
3340
3341     The multipoint handling under MUSB is optional, and some parts (like the
3342     Blackfin processor) do not implement support for it.
3343
3344     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
3345     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
3346     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3347     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3348
3349 commit df402ba38103df51f6929848b6a797eff4db61f8
3350 Author: Bryan Wu <bryan.wu@analog.com>
3351 Date:   Wed Dec 16 22:03:59 2009 -0500
3352
3353     usb: musb: make fifo support configurable
3354
3355     The dynamic FIFO handling under MUSB is optional, and some parts (like
3356     the Blackfin processor) do not implement support for it.
3357
3358     Due to this, the FIFO reading/writing steps need special handling, so
3359     mark the common versions weak so drivers can override.
3360
3361     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
3362     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
3363     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3364     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3365
3366 commit dc2cd05c91a134d53fada41e8f97a434be22de02
3367 Author: Mike Frysinger <vapier@gentoo.org>
3368 Date:   Wed Dec 16 22:03:58 2009 -0500
3369
3370     usb: musb: make sure the register layout is packed
3371
3372     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3373     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3374
3375 commit 7b4292883b6fdc42984671fbe4e0a352ec704bde
3376 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
3377 Date:   Tue Dec 22 10:56:14 2009 +0530
3378
3379     DA830: Add usb config
3380
3381     Adding USB configuration. Default is set for USB MSC host.
3382
3383     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
3384     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
3385
3386 commit 7359273d946a7dcde04c5e8d5bad669146efc87c
3387 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
3388 Date:   Tue Dec 22 10:56:13 2009 +0530
3389
3390     DA8xx: Add MUSB host support
3391
3392     Tested USB host functionality on DA830 EVM.
3393
3394     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
3395     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
3396
3397 commit 0b232310b2087d4278fb224fa01e228136fb8bdf
3398 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
3399 Date:   Tue Dec 22 10:56:12 2009 +0530
3400
3401     DA8xx: Add GPIO register definitions
3402
3403     Added DA8xx GPIO base addresses in gpio_defs.h and pointers
3404     to different BANKs which can be used to program GPIOs.
3405
3406     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
3407     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
3408
3409 commit 82a821f89bee913d7ba17cb500c778cf08dce321
3410 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
3411 Date:   Tue Dec 22 10:56:11 2009 +0530
3412
3413     DA830: Add pinmux for USB0_DRVVBUS
3414
3415     USB0_DRVVBUS pinmux configuration is required for USB functinality
3416     in uboot.
3417
3418     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
3419     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
3420
3421 commit a3f5da1bee9a8c343a411080d7d468bdc78794a4
3422 Author: Heiko Schocher <hs@denx.de>
3423 Date:   Thu Jan 7 08:56:00 2010 +0100
3424
3425     mpc83xx: add support configure bus parking
3426
3427     Add support to configure bus parking mode and master in bus arbitration
3428     configuration (ACR). Add this for the kmeter1 port:
3429
3430     Configure bus arbiter with recommended values from Freescale
3431     to improve bus latency/throughput for application with
3432     intensive QuiccEngine activity.
3433
3434     Signed-off-by: Heiko Schocher <hs@denx.de>
3435     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3436
3437 commit a0daa2e06f05d97c03c59b656d50371319bf29ec
3438 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
3439 Date:   Tue Dec 8 09:21:41 2009 +0100
3440
3441     mpc83xx: vme8349: Fix power up reset sequence for tsi148
3442
3443     Remove PCI reset, if there is a monarch PMC module.
3444
3445     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
3446     Signed-off-by: Stefan Roese <sr@denx.de>
3447
3448     convert clrbits_be32 + setbits_be32 to clrsetbits_be32, use out_be32 to set gcr.
3449
3450     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3451
3452 commit 1dee9be683c9b0f060452aaf1a97a34fae87f07a
3453 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
3454 Date:   Tue Dec 8 09:13:08 2009 +0100
3455
3456     mpc83xx: Add support for MPC8349 esd caddy2
3457
3458     The caddy2 is a variant of the already supported vme8349. So we just
3459     add the differences to this board port. To better support those two
3460     boards we switched from fixed SDRAM configuration to usage of
3461     spd_sdram(). This is done by providing a board specific SPD EEPROM
3462     routine with different values for both boards.
3463
3464     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
3465     Signed-off-by: Stefan Roese <sr@denx.de>
3466
3467     changed to use mkconfig -t option instead, plus misc codingstyle fixes.
3468
3469     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3470
3471 commit 7693640acd5222f5a64e59ccf5e3bc511e8054b9
3472 Author: Stefan Roese <sr@denx.de>
3473 Date:   Tue Dec 8 09:10:04 2009 +0100
3474
3475     mpc83xx: spd_sdram.c: Disable memory controller before initializing
3476
3477     The memory controller could already be enabled, when spd_sdram() is
3478     called. This could be the case for example, when the SDRAM is initialized
3479     by the JTAG debugger.
3480
3481     The "sync" after the register access via the accessor function is
3482     still needed, because the macro uses the sync before the real write
3483     is done. So until not all accesses are converted to using accessor
3484     functions, this sync still needs to be made "manually" here.
3485
3486     Signed-off-by: Stefan Roese <sr@denx.de>
3487     Cc: Reinhard Arlt <reinhard.arlt@esd.eu>
3488     Acked-by: Dave Liu <daveliu@freescale.com>
3489     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3490
3491 commit 2e95004deb6e33e33bf1b8a92a38cd2115bac4c2
3492 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3493 Date:   Tue Nov 24 20:12:12 2009 +0300
3494
3495     mpc83xx: Add NAND boot support for MPC8315E-RDB boards
3496
3497     The core support for NAND booting is there already, so this patch
3498     is pretty straightforward.
3499
3500     There is one trick though: top level Makefile expects nand_spl to
3501     be in nand_spl/board/$(BOARDDIR), but we can fully reuse the code
3502     from mpc8313erdb boards, and so to not duplicate the code we just
3503     symlink nand_spl/board/freescale/mpc8315erdb to mpc8313erdb.
3504
3505     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3506
3507     o silence make during ln echo
3508     o update documentation
3509     o and avoid:
3510
3511     $ ./MAKEALL MPC8315ERDB_NAND
3512     Configuring for MPC8315ERDB board...
3513     sdram.o: In function `fixed_sdram':
3514     /home/r1aaha/git/u-boot/nand_spl/board/freescale/mpc8313erdb/sdram.c:72: undefined reference to `udelay'
3515
3516     by renaming udelay -> __udelay in the spirit of commit
3517     3eb90bad651fab39cffba750ec4421a9c01d60e7 "Generic udelay() with watchdog
3518     support".
3519
3520     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3521
3522 commit b821cead7d2147724d5f1d8ccbca40710faad38a
3523 Author: Sanjeev Premi <premi@ti.com>
3524 Date:   Fri Dec 18 14:55:24 2009 +0530
3525
3526     onenand: Fix compile errors due to FlexOneNAND
3527
3528     This patch fixes the compile error while trying to
3529     compile for omap3evm.
3530
3531     env_onenand.c: In function 'env_relocate_spec':
3532     env_onenand.c:70: error: 'CONFIG_ENV_ADDR_FLEX' undeclared
3533      (first use in this function)
3534     env_onenand.c:70: error: (Each undeclared identifier is re
3535     ported only once
3536     env_onenand.c:70: error: for each function it appears in.)
3537     env_onenand.c: In function 'saveenv':
3538     env_onenand.c:106: error: 'CONFIG_ENV_ADDR_FLEX' undeclare
3539     d (first use in this function)
3540     env_onenand.c:107: error: 'CONFIG_ENV_SIZE_FLEX' undeclare
3541     d (first use in this function)
3542
3543     Signed-off-by: Sanjeev Premi <premi@ti.com>
3544     Acked-by: Tom Rix <Tom.Rix@windriver.com>
3545
3546 commit 20da6f4d93db270c57eb67968e441a20faf61938
3547 Author: Nick Thompson <nick.thompson@ge.com>
3548 Date:   Wed Dec 16 11:15:58 2009 +0000
3549
3550     Davinci: davinci_nand.c performance enhancments
3551
3552     Introduces various optimisations that approximately triple the
3553     read data rate from NAND when run on da830evm.
3554
3555     Most of these optimisations depend on the endianess of the machine
3556     and most of them are very similar to optimisations already present
3557     in the Linux Kernel.
3558
3559     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
3560
3561 commit 06f95959bc5421e516a9a25012e303dea8833385
3562 Author: Tom Rix <Tom.Rix@windriver.com>
3563 Date:   Wed Jan 6 09:36:24 2010 -0600
3564
3565     ARM Update mach-types
3566
3567     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
3568     And built with
3569
3570     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
3571     commit c9f937e4a3f4ebf9924ec21d80632e5eb61d949c
3572
3573     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
3574
3575 commit 8b0ab304943b07d13a29db6d3d2ca3edad32cdcb
3576 Author: Becky Bruce <beckyb@kernel.crashing.org>
3577 Date:   Tue Nov 17 21:10:21 2009 -0600
3578
3579     ppc/p4080: Add Corenet Platform Cache (CPC) registers
3580
3581     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
3582     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3583
3584 commit 3e731aaba30c7011edf6391072eee845ed1b816f
3585 Author: Dave Liu <daveliu@freescale.com>
3586 Date:   Wed Dec 16 10:24:39 2009 -0600
3587
3588     fsl-ddr: setup ODT_RD_CFG & ODT_WR_CFG when we interleave
3589
3590     In chip-select interleaving case, we also need set the ODT_RD_CFG
3591     and ODT_WR_CFG in cs1_config register.
3592
3593     Signed-off-by: Dave Liu <daveliu@freescale.com>
3594     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3595
3596 commit 1aa3d08a0244506b94031522e54fe06ee7a5ae0e
3597 Author: Dave Liu <daveliu@freescale.com>
3598 Date:   Wed Dec 16 10:24:38 2009 -0600
3599
3600     fsl-ddr: add override for the Rtt_Wr
3601
3602     Different boards may require different settings of Dynamic ODT (Rtt_Wr).
3603     We provide a means to allow the board specific code to provide its own
3604     value of Rtt_Wr.
3605
3606     Signed-off-by: Dave Liu <daveliu@freescale.com>
3607     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3608
3609 commit bdc9f7b5eab8d5edd8a8cc5d80ef080836b00e85
3610 Author: Dave Liu <daveliu@freescale.com>
3611 Date:   Wed Dec 16 10:24:37 2009 -0600
3612
3613     fsl-ddr: add the override for write leveling
3614
3615     add the override for write leveling sampling and
3616     start time according to specific board.
3617
3618     Signed-off-by: Dave Liu <daveliu@freescale.com>
3619     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3620
3621 commit 0a71c92c7e1e565111cb34cd389a21ec500ca5c1
3622 Author: Dave Liu <daveliu@freescale.com>
3623 Date:   Wed Dec 16 10:24:36 2009 -0600
3624
3625     fsl-ddr: Fix power-down timing settings
3626
3627     1. TIMING_CFG_0[ACT_PD_EXIT] was set to 6 clocks, but
3628        It should be set to tXP parameter, tXP=max(3CK, 7.5ns)
3629     2. TIMING_CFG_0[PRE_PD_EXIT] was set to 6 clocks, but
3630        It should be set to tXP (if MR0[A12]=1) else to tXPDLL parameter
3631        We are setting the mode register MR0[A12]='1'
3632
3633     Signed-off-by: Dave Liu <daveliu@freescale.com>
3634     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3635
3636 commit c4ca10f1db36c3ce649c656dec14f7aab644dd86
3637 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3638 Date:   Wed Dec 16 01:14:31 2009 +0300
3639
3640     mpc85xx: Add 4-bits eSDHC support for MPC8569E-MDS boards
3641
3642     Thanks to "Errata to MPC8569E PowerQUICC III Integrated Host Processor
3643     Family Reference Manual, Rev. 0" document, which describes all eSDHC
3644     pins, we can add 4-bits eSDHC support for MPC8569E-MDS boards.
3645
3646     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3647     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3648
3649 commit bc20f9a9527afe8ae406a74f74765d4323f04922
3650 Author: Kumar Gala <galak@kernel.crashing.org>
3651 Date:   Wed Dec 9 17:28:17 2009 -0600
3652
3653     ppc/p4080: Fix reporting of PME & FM clock frequencies
3654
3655     We incorrectly had the sense of PME_CLK_SEL, FM1_CLK_SEL, FM2_CLK_SEL
3656     backwards so we report the wrong frequency.
3657
3658     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3659
3660 commit de3cbd78c9a485389b233f8ca705a9e5f51afaf3
3661 Author: Li Yang <leoli@freescale.com>
3662 Date:   Wed Dec 9 14:26:08 2009 +0800
3663
3664     fsl_law: add SRIO2 target id and law_size_bits() macro
3665
3666     Signed-off-by: Li Yang <leoli@freescale.com>
3667     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3668
3669 commit abc76eb6a6936a99811eda256222b3927427f8e2
3670 Author: Kumar Gala <galak@kernel.crashing.org>
3671 Date:   Tue Nov 17 20:21:20 2009 -0600
3672
3673     ppc/85xx: Map boot page guarded for MP boot
3674
3675     We already map the page cache-inhibited.  There is no reason we
3676     shouldn't also be marking it guarded to prevent speculative accesses.
3677
3678     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3679
3680 commit effe4973f2f349e6e87d455ae718aabaf919a75d
3681 Author: Kumar Gala <galak@kernel.crashing.org>
3682 Date:   Tue Nov 17 22:44:52 2009 -0600
3683
3684     ppc: Added macro to test for specific SVR revision
3685
3686     Various SoC errata are specific to a given revision of silicon. This
3687     patch gives us a simple macro to use when doing such tests.
3688
3689     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3690
3691 commit f5ecc6e027150289c2a46db7cec197b2b6da893c
3692 Author: Dave Liu <daveliu@freescale.com>
3693 Date:   Tue Nov 17 20:01:24 2009 -0600
3694
3695     p4080: add readback to bootpage translation window
3696
3697     We need to add the readback to bootpage translation LAW
3698     to make it effect.
3699
3700     Signed-off-by: Dave Liu <daveliu@freescale.com>
3701     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
3702     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3703
3704 commit 5fb6ea3ad3562f78df8693ed8c4ca89654236c4f
3705 Author: Kumar Gala <galak@kernel.crashing.org>
3706 Date:   Fri Nov 13 09:25:07 2009 -0600
3707
3708     ppc/85xx: Make flash TLB entry determined at runtime on FSL boards
3709
3710     Rather than hard coding which TLB entry the FLASH is mapped with we can
3711     use find_tlb_idx to determine the entry.
3712
3713     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3714
3715 commit 783852e467f32a3a5568b542379e9fec3d26a173
3716 Author: Kumar Gala <galak@kernel.crashing.org>
3717 Date:   Fri Nov 13 09:09:10 2009 -0600
3718
3719     ppc/85xx: Remove CONFIG_SYS_DDR_TLB_START
3720
3721     Now that we dynamically determine TLB CAM entries to use we dont need
3722     CONFIG_SYS_DDR_TLB_START anymore.
3723
3724     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3725
3726 commit 355f4f85e90ce2e6d91883012c2993be7970c8b1
3727 Author: Kumar Gala <galak@kernel.crashing.org>
3728 Date:   Fri Nov 13 09:04:19 2009 -0600
3729
3730     ppc/85xx: Make SPD DDR TLB setup code use dynamic entry allocation
3731
3732     Now that we track which TLB CAM entries are used we can allocate
3733     entries on the fly.  Change the SPD DDR TLB setup code to assume
3734     we use at most 8 TLBs (or the number free, which ever is fewer).
3735
3736     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3737
3738 commit 94e9411b9dda182dd63d53ba6ea640c98b35db5f
3739 Author: Kumar Gala <galak@kernel.crashing.org>
3740 Date:   Thu Nov 12 10:26:16 2009 -0600
3741
3742     ppc/85xx: Add tracking of TLB CAM usage
3743
3744     We need to track which TLB CAM entries are used to allow us to
3745     "dynamically" allocate entries later in the code.  For example the SPD
3746     DDR code today hard codes which TLB entries it uses.  We can now make
3747     that pick entries that are free.
3748
3749     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3750
3751 commit ee53650dad2fede057e93fdf6f8cd72b29ef7cd0
3752 Author: Kumar Gala <galak@kernel.crashing.org>
3753 Date:   Wed Nov 4 13:00:55 2009 -0600
3754
3755     ppc/8xxx: Remove is_fsl_pci_agent
3756
3757     All users of is_fsl_pci_agent have been converted to fsl_is_pci_agent
3758     that uses the standard PCI programming model to determine host vs
3759     agent/end-point.
3760
3761     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3762
3763 commit 7cb8f79b44c70a3c66891f407254d9c739e2e7da
3764 Author: Kumar Gala <galak@kernel.crashing.org>
3765 Date:   Wed Nov 4 11:39:55 2009 -0600
3766
3767     ppc/85xx: Move to using fsl_setup_hose on TQM 85xx
3768
3769     We can use fsl_setup_hose to determine if we are a agent/end-point or
3770     a host.  Rather than using some SoC specific register we can just look
3771     at the PCI cfg space of the host controller to determine this.
3772
3773     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3774
3775 commit 9263e829f025661cbd3a80675285b42c14350ea4
3776 Author: Kumar Gala <galak@kernel.crashing.org>
3777 Date:   Wed Nov 4 13:01:51 2009 -0600
3778
3779     ppc/85xx: Move to using fsl_setup_hose on P2020 DS
3780
3781     We can use fsl_setup_hose to determine if we are a agent/end-point or
3782     a host.  Rather than using some SoC specific register we can just look
3783     at the PCI cfg space of the host controller to determine this.
3784
3785     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3786
3787 commit 1e21ba8f6d0708fe7f44066059927cfa6bfedf7a
3788 Author: Kumar Gala <galak@kernel.crashing.org>
3789 Date:   Wed Nov 4 13:01:38 2009 -0600
3790
3791     ppc/85xx: Move to using fsl_setup_hose on P1/P2 RDB
3792
3793     We can use fsl_setup_hose to determine if we are a agent/end-point or
3794     a host.  Rather than using some SoC specific register we can just look
3795     at the PCI cfg space of the host controller to determine this.
3796
3797     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3798
3799 commit 42c01b9d1f0132a6d82e2c8333b236b1e3b0831f
3800 Author: Kumar Gala <galak@kernel.crashing.org>
3801 Date:   Wed Nov 4 13:01:17 2009 -0600
3802
3803     ppc/85xx: Move to using fsl_setup_hose on MPC8572 DS
3804
3805     We can use fsl_setup_hose to determine if we are a agent/end-point or
3806     a host.  Rather than using some SoC specific register we can just look
3807     at the PCI cfg space of the host controller to determine this.
3808
3809     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3810
3811 commit 5e3d7050cf127dfcd6ab260c551e9183299d0dca
3812 Author: Kumar Gala <galak@kernel.crashing.org>
3813 Date:   Wed Nov 4 12:51:10 2009 -0600
3814
3815     ppc/86xx: Clean up MPC8610 HPCD PCI setup code
3816
3817     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
3818     board ports, use IO accessors and clean up printing of status info.
3819
3820     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3821
3822 commit 7b626880b4e1fd8d2297c9341b92c2253fc27fd0
3823 Author: Kumar Gala <galak@kernel.crashing.org>
3824 Date:   Wed Nov 4 11:15:29 2009 -0600
3825
3826     ppc/85xx: Clean up MPC8548 CDS PCI setup code
3827
3828     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
3829     board ports, use IO accessors and clean up printing of status info.
3830
3831     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3832
3833 commit feadd5d53ba5047c3bc912ff5b7c7a690c8c53cf
3834 Author: Kumar Gala <galak@kernel.crashing.org>
3835 Date:   Wed Nov 4 11:05:02 2009 -0600
3836
3837     ppc/85xx: Clean up ATUM8548 PCI setup code
3838
3839     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
3840     board ports, use IO accessors and clean up printing of status info.
3841
3842     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3843
3844 commit 4681457e2aace8dff09dc4c6c02185231b970d6b
3845 Author: Kumar Gala <galak@kernel.crashing.org>
3846 Date:   Wed Nov 4 10:31:53 2009 -0600
3847
3848     ppc/85xx: Clean up MPC8568 MDS PCI setup code
3849
3850     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
3851     board ports, use IO accessors and clean up printing of status info.
3852
3853     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3854
3855 commit c847e98b143c154cc466f9d03e90a3495329172b
3856 Author: Kumar Gala <galak@kernel.crashing.org>
3857 Date:   Wed Nov 4 10:26:30 2009 -0600
3858
3859     ppc/85xx: Clean up MPC8569 MDS PCI setup code
3860
3861     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
3862     board ports, use IO accessors and clean up printing of status info.
3863
3864     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3865
3866 commit 645d5a7838058ce603803935cd40a62a26aea04d
3867 Author: Kumar Gala <galak@kernel.crashing.org>
3868 Date:   Wed Nov 4 10:22:26 2009 -0600
3869
3870     ppc/85xx: Clean up MPC8544 DS PCI setup code
3871
3872     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
3873     board ports, use IO accessors and clean up printing of status info.
3874
3875     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3876
3877 commit 8a414c4258aeeab93fb83fad0544894597c8bd35
3878 Author: Mingkai Hu <Mingkai.hu@freescale.com>
3879 Date:   Wed Oct 28 10:49:31 2009 +0800
3880
3881     ppc/85xx: Clean up MPC8536 DS PCI setup code
3882
3883     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
3884     board ports, use IO accessors and clean up printing of status info.
3885
3886     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
3887     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3888
3889 commit 3ad89c4ecba51564c97075f031aef4fa5eafbb16
3890 Author: Kumar Gala <galak@kernel.crashing.org>
3891 Date:   Sat Oct 31 11:23:41 2009 -0500
3892
3893     NET: Base support for etsec2.0
3894
3895     1. Modified the tsec_mdio structure to include the new regs
3896     2. Modified the MDIO_BASE_ADDR so that it will handle both
3897     older version and new version of etsec.
3898
3899     Signed-off-by: Sandeep Gopalpet <sandeep.kumar@freescale.com>
3900     Acked-by: Kim Phillips <kim.phillips@freescale.com>
3901     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3902
3903 commit b9e186fc31683a4f1b6880c086950b2270e62e24
3904 Author: Sandeep Gopalpet <sandeep.kumar@freescale.com>
3905 Date:   Sat Oct 31 00:35:04 2009 +0530
3906
3907     NET: Move MDIO regs out of TSEC Space
3908
3909     Moved the mdio regs out of the tsec structure,and
3910     provided different offsets for tsec base and mdio
3911     base so that provision for etsec2.0 can be provided.
3912
3913     This patch helps in providing the support for etsec2.0
3914     In etsec2.0, the MDIO register space and the etsec reg
3915     space are different.
3916
3917     Also, moved the TSEC_BASE_ADDR and MDIO_BASE_ADDR definitons into
3918     platform specific files.
3919
3920     Signed-off-by: Sandeep Gopalpet <sandeep.kumar@freescale.com>
3921     Acked-by: Kim Phillips <kim.phillips@freescale.com>
3922     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3923
3924 commit bcad21fda187f7d8d5d2c026c395cca35a9c700e
3925 Author: Kumar Gala <galak@kernel.crashing.org>
3926 Date:   Thu Mar 19 02:46:28 2009 -0500
3927
3928     85xx: Add support to set DPAA (data path) devices clock frequencies
3929
3930     Set clock-frequency for Frame Manager 0/1 and Patter Match Engine on p4080.
3931
3932     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3933
3934 commit 178e39e199e9c985e5e5e968d60d7243fceb5616
3935 Author: Kumar Gala <galak@kernel.crashing.org>
3936 Date:   Thu Sep 17 00:01:14 2009 -0500
3937
3938     ppc/8xxx: Don't use pci_cfg on FSL_CORENET platforms
3939
3940     The FSL_CORENET platforms use a completely different means to determine
3941     which PCIe port is enabled as well as if its a host or agent/end-point.
3942
3943     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3944
3945 commit 11588b5dc4c581b2a68a24e3298ab14e83c59d31
3946 Author: Kumar Gala <galak@kernel.crashing.org>
3947 Date:   Thu Oct 15 23:22:10 2009 -0500
3948
3949     ppc/p4080: Added p4080 SERDES registers & USB offset
3950
3951     Added immap definition for SERDES registers on p4080, the USB offset
3952     (since it was missing) and a GPL header.
3953
3954     Signed-off-by: Li Yang <leoli@freescale.com>
3955     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3956
3957 commit 82fd1f8da9add2d74532cf78d224485f0042d00d
3958 Author: Kumar Gala <galak@kernel.crashing.org>
3959 Date:   Thu Mar 19 02:53:01 2009 -0500
3960
3961     85xx: Add support for e500mc cache stashing
3962
3963     The e500mc core supports the ability to stash into the L1 or L2 cache,
3964     however we need to uniquely identify the caches with an id.
3965
3966     We use the following equation to set the various stash-ids:
3967
3968     32 + coreID*2 + 0(L1) or 1(L2)
3969
3970     The 0 (for L1) or 1 (for L2) matches the CT field used be various cache
3971     control instructions.
3972
3973     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3974
3975 commit 26be2c53d671ecfd3e0483f0870649ac28322293
3976 Author: Nick Thompson <nick.thompson@ge.com>
3977 Date:   Sat Dec 12 12:13:10 2009 -0500
3978
3979     Davinci: NAND enable ECC even when not in NAND boot mode
3980
3981     Davinci: NAND enable ECC even when not in NAND boot mode
3982
3983     On Davinci platforms, the default NAND device is enabled (for ECC)
3984     in low level boot code when NAND boot mode is used. If booting in
3985     another mode, NAND ECC is not enabled. The driver should make
3986     sure ECC is enabled regardless of boot mode if NAND is configured
3987     in U-Boot.
3988
3989     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
3990
3991 commit 97f4eb8cfb97c7c5b158e3c0df4611efbf50f403
3992 Author: Nick Thompson <nick.thompson@gefanuc.com>
3993 Date:   Sat Dec 12 12:12:26 2009 -0500
3994
3995     Davinci: Configurable NAND chip selects
3996
3997     Davinci: Configurable NAND chip selects
3998
3999     Add a CONFIG_SYS_NAND_CS setting to all davinci configs and
4000     use it to setup the NAND controller in the davinci_nand
4001     mtd driver.
4002
4003     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
4004
4005 commit 90110e0eab5ac6ab714109ce1fd8873c858dd552
4006 Author: Nick Thompson <nick.thompson@gefanuc.com>
4007 Date:   Sat Dec 12 12:10:51 2009 -0500
4008
4009     Davinci: Table driven pinmux configuration
4010
4011     Davinci: Table driven pinmux configuration
4012
4013     Add code to allow pinmux_config tables to be grouped and configured
4014     as a single resource. This removes multiple calls to the pinmux
4015     configuration code from board_init and allows pinmuxes to be
4016     individually configured and added by data manipulation only.
4017
4018     All related #ifdefs can the be removed from board_init code and
4019     since the compiler optimises away statics, #ifdefs can be reduced in
4020     the data definitions as well.
4021
4022     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
4023
4024 commit 1270ec13d4fbae48a537dc76d418a6efa72f5725
4025 Author: Robert P. J. Day <rpjday@crashcourse.ca>
4026 Date:   Sat Dec 12 12:10:33 2009 -0500
4027
4028     Remove superfluous uses of V_PROMPT macro.
4029
4030     A number of config files define the V_PROMPT macro for the
4031     command-line prompt, only to immediately use that macro to define
4032     CONFIG_SYS_PROMPT, making V_PROMPT entirely superfluous.
4033
4034     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
4035
4036 commit 8b432bebc205a959684559477472c048e31d137d
4037 Author: Grazvydas Ignotas <notasas@gmail.com>
4038 Date:   Fri Dec 11 15:07:30 2009 +0200
4039
4040     pandora: don't enable VAUX3, VDAC and VPLL2 regulators
4041
4042     These regulators are not needed to start the kernel and only
4043     cause "incomplete constraints" warnings from kernel, so don't
4044     turn them on to save power.
4045
4046     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
4047
4048 commit ead39d7aa3ddccb2e374217aeab23bd65cedb762
4049 Author: Grazvydas Ignotas <notasas@gmail.com>
4050 Date:   Thu Dec 10 17:10:21 2009 +0200
4051
4052     TWL4030: make LEDs selectable for twl4030_led_init()
4053
4054     Not all boards have both LEDs hooked, so enabling both on
4055     boards with single LED will just waste power. Make it
4056     possible to choose LEDs by adding argument to
4057     twl4030_led_init().
4058
4059     Using this turn on only LEDB for pandora, leave both LEDs
4060     on for all other boards, as it was before this patch.
4061
4062     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
4063
4064 commit be34fef7fdcfaffc68495e50929669ac5e4bd800
4065 Author: Stefan Roese <sr@denx.de>
4066 Date:   Wed Dec 16 09:27:31 2009 +0100
4067
4068     ppc4xx: alpr: Remove some not needed commands to make image fit again
4069
4070     The latest changes increased the size of the alpr image a bit more.
4071     Now it doesn't fit into the 256k reserved for it. This patch now removes
4072     the commands "ping" and "diag" which are not needed in the production
4073     systems.
4074
4075     Signed-off-by: Stefan Roese <sr@denx.de>
4076     Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
4077
4078 commit 072e754b6b9bef438fc0870318755e33051baa7d
4079 Author: Heiko Schocher <hs@denx.de>
4080 Date:   Thu Dec 3 11:23:17 2009 +0100
4081
4082     i2c, ppc4xx: fix compiling KAREF and METROBOX boards.
4083
4084     commit eb5eb2b0f744f0cba405160c5d01335c40f09acf
4085
4086     ppc4xx: Cleanup PPC4xx I2C infrastructure
4087
4088     This patch cleans up the PPC4xx I2C intrastructure:
4089
4090     - Use C struct to describe the I2C registers instead of defines
4091     - Coding style cleanup (braces, whitespace, comments, line length)
4092     - Extract common code from i2c_read() and i2c_write()
4093     - Remove unneeded IIC defines from ppc405.h & ppc440.h
4094
4095     breaks comiling for the KAREF and METROBOX boards.
4096
4097     This patch fixes this issue.
4098
4099     Signed-off-by: Heiko Schocher <hs@denx.de>
4100     Signed-off-by: Stefan Roese <sr@denx.de>
4101
4102 commit 87d93a1ba2ae23550e1370adb7a3b00af0831165
4103 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
4104 Date:   Wed Dec 9 15:16:47 2009 +0100
4105
4106     move prototypes for gunzip() and zunzip() to common.h
4107
4108     Prototype for gunzip/zunzip was only in lib_generic/gunzip.c and thus
4109     repeated in every file using it. This patch moves the prototypes to
4110     common.h and removes all prototypes distributed anywhere else.
4111
4112     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
4113
4114 commit 127e10842b2474ac20e40572a4102dd4d5ed80f1
4115 Author: Mahavir Jain <mjain@marvell.com>
4116 Date:   Tue Nov 3 12:22:10 2009 +0530
4117
4118     usb: write command for RAW partition.
4119
4120     This patch implements write support to usb device with raw partition.
4121     It will be useful for filesystem write support to usb device from
4122     u-boot in future.
4123
4124     Tested with writing kernel image to raw usb disk & booting with usb
4125     read command into ram.
4126
4127     [Note:  run usb part to get info about start sector & number of
4128     sectors on a partition for usb write operation.]
4129
4130     Signed-off-by: Mahavir Jain <mjain@marvell.com>
4131
4132 commit 73c8640e93881439b87a5734485a9e56a494ef50
4133 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
4134 Date:   Wed Nov 4 15:58:23 2009 -0600
4135
4136     omap3evm: musb: add USB config
4137
4138     Added USB host and device config for host (MSC, Keyboard) and
4139     device (ACM) functionalities.
4140
4141     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
4142
4143 commit ae4caf2fb53cc7be5d59a649b8aee86d542cbb6f
4144 Author: Tom Rix <Tom.Rix@windriver.com>
4145 Date:   Sat Oct 31 12:37:46 2009 -0500
4146
4147     OMAP3 USB Initialize twl4030 only if required
4148
4149     OMAP3EVM uses ISP1504 phy and so twl4030 related init is not required.
4150
4151     Submitted-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
4152     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
4153
4154 commit 2ec1abea4359b94523d45a20d68d8582e09ace46
4155 Author: Tom Rix <Tom.Rix@windriver.com>
4156 Date:   Sat Oct 31 12:37:45 2009 -0500
4157
4158     OMAP3 zoom2 Use usbtty if the debug board is not connected.
4159
4160     The preferred serial output comes from the debug board.
4161     When the debug board is disconnected, fall back on using
4162     usbtty from the usb connector on the Zoom2 board.
4163
4164     This shows up as /dev/ttyACM0 in a linux host.
4165
4166     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
4167
4168 commit 6299487ef5dcdb06e0394f5955755c8dd9ce707b
4169 Author: Tom Rix <Tom.Rix@windriver.com>
4170 Date:   Sat Oct 31 12:37:44 2009 -0500
4171
4172     USBTTY make some function declarations easier to use.
4173
4174     Zoom2 needs to use these declarations and the include directory is a
4175     better place from them than in the middle of the driver directory.
4176     It did not make sense to create a new file for just a couple of
4177     lines so they were appended to the serial.h
4178
4179     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
4180
4181 commit 25374bfbf3a6c6624d8db512c95a4960e3a84635
4182 Author: Tom Rix <Tom.Rix@windriver.com>
4183 Date:   Sat Oct 31 12:37:43 2009 -0500
4184
4185     OMAP3 beagle Add usbtty configuration
4186
4187     The primary console of beagle is the serial header.
4188
4189     A secondary console is to use the usbtty.  The user can set this
4190     manually by doing
4191
4192     setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty
4193     saveenv
4194
4195     usbtty will be usable by accessing the /dev/ttyACM0 on a linux host.
4196
4197     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
4198
4199 commit 05be5a60e98eb1243901f556fefd66b1691fabe4
4200 Author: Tom Rix <Tom.Rix@windriver.com>
4201 Date:   Sat Oct 31 12:37:42 2009 -0500
4202
4203     OMAP3 zoom1 Add usbtty configuration
4204
4205     The primary console of zoom1 is the serial out from the jumpers
4206     accessed by removing the back panel.
4207
4208     A secondary console is to use the usbtty.  The user can set this
4209     manually by doing
4210
4211     setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty
4212     saveenv
4213
4214     usbtty will be usable by accessing the /dev/ttyACM0 on a linux host.
4215
4216     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
4217
4218 commit f298e4b6dd56df3e35a13a6ddd572ca3baf06ad2
4219 Author: Tom Rix <Tom.Rix@windriver.com>
4220 Date:   Sat Oct 31 12:37:41 2009 -0500
4221
4222     OMAP3 Add usb device support
4223
4224     This change adds the usb device support for musb.
4225
4226     Omap3 platform support added at the same level as davinci.
4227
4228     The interface for usbtty to use the musb device support was added.
4229
4230     Verified on omap3 beagle, zoom1 and zoom2.
4231
4232     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
4233
4234 commit bffbb2a86d2a3aa28bd8f9869aa553082fb5af5f
4235 Author: Tom Rix <Tom.Rix@windriver.com>
4236 Date:   Sat Oct 31 12:37:40 2009 -0500
4237
4238     TWL4030 Add usb PHY support
4239
4240     The twl4030 provides a PHY device for connecting a link device,
4241     like musb, to physical connection.
4242
4243     This change adds the twl4030 usb registers and functions for
4244     initializing the PHY as required by omap3.
4245
4246     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
4247
4248 commit 988365a2048356f94ed0c294009233317c9fb4b2
4249 Author: Tom Rix <Tom.Rix@windriver.com>
4250 Date:   Sat Oct 31 12:37:39 2009 -0500
4251
4252     USB add macros for debugging usb device setup.
4253
4254     When developing usb device features, it is useful to print out
4255     common usb structures.
4256
4257     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
4258
4259 commit 8f8bd565f35ff8a068727bfcf8975c50df082043
4260 Author: Tom Rix <Tom.Rix@windriver.com>
4261 Date:   Sat Oct 31 12:37:38 2009 -0500
4262
4263     USB Consolidate descriptor definitions
4264
4265     The header files usb.h and usbdescriptors.h have the same nameed
4266     structure definitions for
4267
4268     usb_config_descriptor
4269     usb_interface_descriptor
4270     usb_endpoint_descriptor
4271     usb_device_descriptor
4272     usb_string_descriptor
4273
4274     These are out right duplicates in usb.h
4275
4276     usb_device_descriptor
4277     usb_string_descriptor
4278
4279     This one has extra unused elements
4280
4281     usb_endpoint_descriptor
4282
4283         unsigned char   bRefresh
4284         unsigned char   bSynchAddress;
4285
4286     These in usb.h have extra elements at the end of the usb 2.0
4287     specified descriptor and are used.
4288
4289     usb_config_descriptor
4290     usb_interface_descriptor
4291
4292     The change is to consolidate the definition of the descriptors
4293     to usbdescriptors.h.  The dublicates in usb.h are removed.
4294     The extra element structure will have their name shorted by
4295     removing the '_descriptor' suffix.
4296
4297     So
4298
4299     usb_config_descriptor -> usb_config
4300     usb_interface_descriptor -> usb_interface
4301
4302     For these, the common descriptor elements are accessed now
4303     by an element 'desc'.
4304
4305     As an example
4306
4307     -   if (iface->bInterfaceClass != USB_CLASS_HUB)
4308     +   if (iface->desc.bInterfaceClass != USB_CLASS_HUB)
4309
4310     This has been compile tested on MAKEALL arm, ppc and mips.
4311
4312     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
4313
4314 commit e5e4e705ce402856a4800ebf4c0cc163d41b58b0
4315 Author: Li Yang <leoli@freescale.com>
4316 Date:   Wed Dec 9 18:13:26 2009 +0800
4317
4318     Update Makefile for tag generating
4319
4320     Get tag directories from the $(__LIB) and also generate tag for .S files.
4321
4322     Signed-off-by: Li Yang <leoli@freescale.com>
4323
4324 commit d02ffbf8d72085035f746c63c2609daf20a84765
4325 Author: Kumar Gala <galak@kernel.crashing.org>
4326 Date:   Wed Dec 16 14:12:11 2009 -0600
4327
4328     drivers/bios_emulator: Fix compile error in .depend not being generated
4329
4330     make -C drivers/bios_emulator/
4331     make[2]: Entering directory
4332     `drivers/bios_emulator'
4333     In file included from atibios.c:49:
4334     biosemui.h:47:21: error: biosemu.h: No such file or directory
4335     ...
4336     x86emu/decode.c:40:28: error: x86emu/x86emui.h: No such file or directory
4337     ...
4338
4339     Due to lack of proper CPPFLAGS being passed to .depend generation rule
4340
4341     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4342
4343 commit a200a7c04d89853d2a1395b96d8ca5e3dd754551
4344 Author: Wolfgang Denk <wd@denx.de>
4345 Date:   Tue Dec 15 23:20:54 2009 +0100
4346
4347     Update CHANGELOG; prepare Prepare v2009.11
4348
4349     Signed-off-by: Wolfgang Denk <wd@denx.de>
4350
4351 commit f9476902b789b0481b9df49af88d6ca94fb16fa0
4352 Author: Peter Tyser <ptyser@xes-inc.com>
4353 Date:   Tue Dec 15 12:10:47 2009 -0600
4354
4355     mpc85xx, mpc86xx: Fix gd->cpu pointer after relocation
4356
4357     The gd->cpu pointer is set to an address located in flash when the
4358     probecpu() function is called while U-Boot is executing from flash.
4359     This pointer needs to be updated to point to an address in RAM after
4360     relocation has occurred otherwise Linux may not be able to boot due to
4361     "fdt board" crashing if flash has been erased or changed.
4362
4363     This bug was introduced in commit
4364     a0e2066f392782730f0398095e583c87812d97f2.
4365
4366     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4367     Reported-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4368     Tested-by: Kumar Gala <galak@kernel.crashing.org>
4369     Tested on MPC8527DS.
4370     Tested by: Ed Swarthout <Ed.Swarthout@freescale.com>
4371
4372 commit 1ab70f6fff9fa3b7910c11b874f625e004256c50
4373 Author: Ben Warren <biggerbadderben@gmail.com>
4374 Date:   Mon Dec 14 16:30:39 2009 -0800
4375
4376     Net: Clean up LAN91C96 Support
4377
4378     A previous Commit converted the LAN91C96 Ethernet driver to using the
4379     CONFIG_NET_MULTI API, but did not include full board support.  This patch
4380     finishes the job.
4381
4382     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4383
4384 commit 3363a34b9eeda9783afcbbed5cdd738926d1f4bf
4385 Author: Peter Tyser <ptyser@xes-inc.com>
4386 Date:   Sun Dec 13 17:58:34 2009 -0600
4387
4388     MVBLUE: Remove CONFIG_CMD_IRQ
4389
4390     Neither the MVBLUE nor its underlying architecture implement the
4391     do_irqinfo() function which is required when CONFIG_CMD_IRQ is defined.
4392     This change fixes the following MVBLUE compiler error:
4393
4394     -> ./MAKEALL MVBLUE
4395     Configuring for MVBLUE board...
4396     common/libcommon.a(cmd_irq.o):(.u_boot_cmd+0x24): undefined reference to `do_irqinfo'
4397     make: *** [u-boot] Error 1
4398
4399     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4400     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4401
4402 commit 18e8ad60ee87431c01cc2686985b60cc54f5dd3b
4403 Author: Detlev Zundel <dzu@denx.de>
4404 Date:   Mon Dec 14 17:54:40 2009 +0100
4405
4406     imx27lite: Reenable MTD support on NOR flash.
4407
4408     The support for this was silently dropped by a configuration
4409     split during the merge of the imx27lite board support in commit
4410     864aa034f3a0e10ce710e8bbda171df3cab59414 (cmd_mtdparts: Move to common
4411     handling of FLASH devices via MTD layer).
4412
4413     Signed-off-by: Detlev Zundel <dzu@denx.de>
4414
4415 commit 076cd24cb4278c125c8f36df386852dc0fcfefae
4416 Author: Thomas Weber <weber@corscience.de>
4417 Date:   Wed Dec 9 09:38:04 2009 +0100
4418
4419     net: dm9000x: fix debug output
4420
4421     commit 60f61e6d7655400bb785a2ef637581679941f6d1 breaks compile with gcc by introducing __func__
4422     instead of constant string "func" in the macro call but missed to change the macro.
4423
4424     Signed-off-by: Thomas Weber <weber@corscience.de>
4425     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4426
4427 commit c179a2896e6a5138e30786f1d7961d880dbd6d31
4428 Author: John Ogness <john.ogness@linutronix.de>
4429 Date:   Fri Dec 11 09:47:28 2009 +0100
4430
4431     fec_mxc: incomplete error handling
4432
4433     fec_init() will only allocate fec->base_ptr if it is non-NULL. But
4434     the cleanup routine on error will free the pointer without setting
4435     it to NULL. This means that a later call to fec_init() would result
4436     in using an invalid pointer.
4437
4438     Signed-off-by: John Ogness <john.ogness@linutronix.de>
4439     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4440
4441 commit 2ab4a4d0952b754b1c74f4d2b12b83d600d449c8
4442 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
4443 Date:   Fri Dec 4 09:52:17 2009 +0100
4444
4445     net: e1000: Add support for the Intel 82546GB controller
4446
4447     This chip is equipped for example on the esd PMC-ETH2-GB board. So let's
4448     add it to the list of supported chips to the e1000 driver.
4449
4450     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
4451     Signed-off-by: Stefan Roese <sr@denx.de>
4452     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4453
4454 commit aafda38fb266b94ca344e5ff014d430790c72279
4455 Author: Remy Bohmer <linux@bohmer.net>
4456 Date:   Wed Oct 28 22:13:40 2009 +0100
4457
4458     Add error codes/handling for TFTP-server
4459
4460     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4461     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4462
4463 commit ac6b362a2598b8cd27beb071fa6224cf8b121e1b
4464 Author: Nishanth Menon <nm@ti.com>
4465 Date:   Fri Oct 16 00:06:37 2009 -0500
4466
4467     LAN91C96: Enable NET_MULTI LAN driver
4468
4469     This modification is NOT tested on any of the
4470     platforms modified as I dont have them. please
4471     help by testing+building+fixing
4472
4473     Signed-off-by: Nishanth Menon <nm@ti.com>
4474     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4475
4476 commit a1725999b8b7527971183122cdfb54e2f87f61ae
4477 Author: Nishanth Menon <nm@ti.com>
4478 Date:   Fri Oct 16 00:06:36 2009 -0500
4479
4480     TI OMAP3: SDP3430 FIX NET_MULTI Warning
4481
4482     Enable the NET MULTI option and remove build warning
4483
4484     Tested: SDP3430
4485
4486     Signed-off-by: Nishanth Menon <nm@ti.com>
4487     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4488
4489 commit b7ad4109da342dfc787468fc713d88d0a8b9e67a
4490 Author: Nishanth Menon <nm@ti.com>
4491 Date:   Fri Oct 16 00:06:35 2009 -0500
4492
4493     NET: LAN91C96 CONFIG_NET_MULTIify
4494
4495     Make the lan91c96 driver capable of CONFIG_NET_MULTI
4496     to be clean for the new arch, add a a lil detect function
4497     Most of the formatting change was done to keep checkpatch
4498     silent, but a few functions and #if 0ed code which
4499     does not make sense for NET_MULTI have been removed
4500
4501     Now, use the lan91c96_initialize() function to init the driver
4502
4503     Signed-off-by: Nishanth Menon <nm@ti.com>
4504     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4505
4506 commit 6ac59c5518e1d2e2ef1c4b8dee99267dfbdf9cdc
4507 Author: Mike Frysinger <vapier@gentoo.org>
4508 Date:   Tue Nov 3 11:35:42 2009 -0500
4509
4510     net: pull CONFIG checks out of source and into makefile
4511
4512     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4513     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4514
4515 commit f4cfe42758192d09f8375e384cc000aa70d97029
4516 Author: Stefan Roese <sr@denx.de>
4517 Date:   Wed Dec 9 09:01:43 2009 +0100
4518
4519     nand: Fix access to last block in NAND devices
4520
4521     Currently, the last block of NAND devices can't be accessed. This patch
4522     fixes this issue by correcting the boundary checking (off-by-one error).
4523
4524     Signed-off-by: Stefan Roese <sr@denx.de>
4525     Cc: Scott Wood <scottwood@freescale.com>
4526     Cc: Wolfgang Denk <wd@denx.de>
4527
4528 commit 3b887ca8ce72cc12129183538f6e828db13f4867
4529 Author: Peter Korsgaard <jacmet@sunsite.dk>
4530 Date:   Tue Dec 8 22:20:34 2009 +0100
4531
4532     mpc83xx: boot time regression, move LCRR setup back to cpu_init_f
4533
4534     Commit c7190f02 (retain POR values of non-configured ACR, SPCR, SCCR,
4535     and LCRR bitfields) moved the LCRR assignment to after relocation
4536     to RAM because of the potential problem with changing the local bus
4537     clock while executing from flash.
4538
4539     This change unfortunately adversely affects the boot time, as running
4540     all code up to cpu_init_r can cause significant slowdown.
4541
4542     E.G. on a 8347 board a bootup time increase of ~600ms has been observed:
4543
4544        0.020 CPU:   e300c1, MPC8347_PBGA_EA, Rev: 3.0 at 400 MHz, CSB: 266.667 MHz
4545        0.168 RS:    232
4546        0.172 I2C:   ready
4547        0.176 DRAM:  64 MB
4548        1.236 FLASH: 32 MB
4549
4550     Versus:
4551
4552        0.016 CPU:   e300c1, MPC8347_PBGA_EA, Rev: 3.0 at 400 MHz, CSB: 266.667 MHz
4553        0.092 RS:    232
4554        0.092 I2C:   ready
4555        0.096 DRAM:  64 MB
4556        0.644 FLASH: 32 MB
4557
4558     So far no boards have needed the late LCRR setup, so simply revert it
4559     for now - If it is needed at a later time, those boards can either do
4560     their own final LCRR setup in board code (E.G. in board_early_init_r),
4561     or we can introduce a CONFIG_SYS_LCRR_LATE config option to only do
4562     the setup in cpu_init_r.
4563
4564     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
4565     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4566
4567 commit 4b142febff71eabdb7ddbb125c7b583b24ddc434
4568 Author: Heiko Schocher <hs@denx.de>
4569 Date:   Thu Dec 3 11:21:21 2009 +0100
4570
4571     common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
4572
4573     There is more and more usage of printing 64bit values,
4574     so enable this feature generally, and delete the
4575     CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
4576     defines.
4577
4578     Signed-off-by: Heiko Schocher <hs@denx.de>
4579
4580 commit 00b6d927ba8900cdf218b90b277e1090e284bea6
4581 Author: Heiko Schocher <hs@denx.de>
4582 Date:   Thu Dec 3 11:20:06 2009 +0100
4583
4584     5xxx, fdt: move fdt_fixup_memory() to cpu.c file
4585
4586     u-boot updates, before starting Linux, the memory node in the
4587     DTS. As this is a "standard" feature, move this functionality
4588     to the cpu.c file for mpc5xxx and mpc512x processors.
4589
4590     Signed-off-by: Heiko Schocher <hs@denx.de>
4591
4592 commit 386118a896554b13f14ad0f82356276988f7de82
4593 Author: Michal Simek <monstr@monstr.eu>
4594 Date:   Tue Dec 8 09:12:49 2009 +0100
4595
4596     microblaze: Correct ffs regression for Microblaze
4597
4598     We are using generic implementation of ffs. This should
4599     be part of Simon's commit 0413cfecea350000eab5e591a0965c3e3ee0ff00
4600
4601     Here is warning message which this patch removes.
4602
4603     In file included from /tmp/u-boot-microblaze/include/common.h:38,
4604                      from cmd_mtdparts.c:87:
4605     /tmp/u-boot-microblaze/include/linux/bitops.h:123:1: warning: "ffs" redefined
4606     In file included from /tmp/u-boot-microblaze/include/linux/bitops.h:110,
4607                      from /tmp/u-boot-microblaze/include/common.h:38,
4608                      from cmd_mtdparts.c:87:
4609     /tmp/u-boot-microblaze/include/asm/bitops.h:269:1:
4610     warning: this is the location of the previous definition
4611
4612     Signed-off-by: Michal Simek <monstr@monstr.eu>
4613
4614 commit 8fe7b29f9811322931f0192a56431edcf819d6b9
4615 Author: Graeme Smecher <graeme.smecher@mail.mcgill.ca>
4616 Date:   Mon Dec 7 08:09:57 2009 -0800
4617
4618     microblaze: Stop stack clobbering in microblaze-generic.
4619
4620     A typo caused the stack and malloc regions to overlap, which prevented
4621     mem_malloc_init() from returning. This commit makes the memory layout match
4622     the example described in include/configs/microblaze-generic.h
4623
4624     Signed-off-by: Graeme Smecher <graeme.smecher@mail.mcgill.ca>
4625     Signed-off-by: Michal Simek <monstr@monstr.eu>
4626
4627 commit 0fc52948bda0734431cb528ee4fd82f1dec8c7b5
4628 Author: Wolfgang Denk <wd@denx.de>
4629 Date:   Mon Dec 7 23:14:13 2009 +0100
4630
4631     Update CHANGELOG, prepare -rc2
4632
4633     Signed-off-by: Wolfgang Denk <wd@denx.de>
4634
4635 commit f2352877cb2daac88115192fb09991a2397d0b27
4636 Author: Peter Tyser <ptyser@xes-inc.com>
4637 Date:   Sun Dec 6 23:58:28 2009 -0600
4638
4639     MAKEALL: Fix return value
4640
4641     Previously MAKEALL would always return a value of 0, even if 1 or more
4642     boards did not compile.  This change causes MAKEALL to return 0 if all
4643     boards were able to build, otherwise 1.
4644
4645     This change also requires changing the script interpreter from sh to
4646     bash to support bash's PIPESTATUS variable.
4647
4648     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4649
4650 commit fbc1c8f6f6c972524197829c56dd8f2f5da0200a
4651 Author: Peter Tyser <ptyser@xes-inc.com>
4652 Date:   Sun Dec 6 01:33:24 2009 -0600
4653
4654     tools/mkimage: Remove duplicate line of code
4655
4656     Recent commits 1a99de2cb4d08eb3bf9fb3f60a9d533150de8c0e and
4657     6a590c5f5fd12cdd27f3153522acfac3854590e7 both fixed the same bug in the
4658     same manner.  Unfortunately git was "smart" enough to merge both changes
4659     which resulted in some duplicate code.
4660
4661     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4662
4663     Reordered code and comment a bit.
4664
4665     Signed-off-by: Wolfgang Denk <wd@denx.de>
4666
4667 commit df002fa6b9cd475909ede35bf95b803c2289c6a4
4668 Author: Heiko Schocher <hs@denx.de>
4669 Date:   Sat Dec 5 11:59:51 2009 +0100
4670
4671     i2c: fix dangling comment in do_i2c_mw()
4672
4673     commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b deleted some unused
4674     code in do_i2c_mw(), but missed to also remove the respective
4675     commment. This patch fixes this.
4676
4677     Signed-off-by: Heiko Schocher <hs@denx.de>
4678
4679 commit 7cb5fc15f22de46cc6fabc26baf994cf8f7fa546
4680 Author: Heiko Schocher <hs@denx.de>
4681 Date:   Thu Dec 3 11:20:42 2009 +0100
4682
4683     mpc52xx, manroland: add some commands
4684
4685     add the following commands for the manroland boards:
4686
4687     CONFIG_CMDLINE_EDITING
4688     CONFIG_COMMAND_HISTORY
4689     CONFIG_AUTO_COMPLETE
4690
4691     Signed-off-by: Heiko Schocher <hs@denx.de>
4692
4693 commit 39ff7d5f4cc547a2034a8bfc2a5b5f4b62fd5c20
4694 Author: Stefan Roese <sr@denx.de>
4695 Date:   Thu Dec 3 06:24:30 2009 +0100
4696
4697     POST: Remove duplicated post_hotkey_pressed() functions
4698
4699     This patch introduces a weak default function for post_hotkey_pressed(),
4700     returning 0, for boards without hotkey support. The long-running tests
4701     won't be started on those boards. This default function was implemented
4702     in many board directories. By implementing this weak default we can
4703     remove all those duplicate versions.
4704
4705     Boards with hotkey support, can override this weak default function
4706     by defining one in their board specific code.
4707
4708     Signed-off-by: Stefan Roese <sr@denx.de>
4709
4710 commit f8450829f921cf10667af98a8d08edfa3d998f04
4711 Author: Heiko Schocher <hs@denx.de>
4712 Date:   Tue Dec 1 19:30:47 2009 +0100
4713
4714     52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
4715
4716     To update the real memory size in the memory node on the
4717     uc101 and mucmc52 boards call fdt_fixup_memory() in
4718     ft_board_setup().
4719
4720     Signed-off-by: Heiko Schocher <hs@denx.de>
4721
4722 commit 0ec81db20294efdad2454a753e79f1fe244a43ca
4723 Author: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
4724 Date:   Tue Dec 1 14:05:55 2009 +0100
4725
4726     Fix computation in nand_util.c:get_len_incl_bad
4727
4728     Depending on offset, flash size and the number of bad blocks,
4729     get_len_incl_bad may return a too small value which may lead to:
4730
4731     1) If there are no bad blocks, nand_{read,write}_skip_bad chooses the
4732     bad block aware read/write code. This may hurt performance, but does
4733     not have any adverse effects.
4734
4735     2) If there are bad blocks, the nand_{read,write}_skip_bad may choose
4736     the bad block unaware read/write code (if len_incl_bad == *length)
4737     which leads to corrupted data.
4738
4739     Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
4740
4741 commit aabb8cb0818e285aeed0cfaf243635997e07554d
4742 Author: Evan Samanas <esamanas@xes-inc.com>
4743 Date:   Mon Nov 9 20:08:36 2009 -0600
4744
4745     nfs: NfsTimeout() updates
4746
4747     - NfsTimeout() does not correctly update the NFS timeout value which
4748       results in NfsTimeout() only being called once in certain situations.
4749       This can result in the 'nfs' command hanging indefinetly.  For
4750       example, the command:
4751
4752         nfs 192.168.0.1:/home/user/file
4753
4754       will not exit until ctrl-c is pressed if 192.168.0.1 does not have an
4755       NFS server running.
4756
4757       This issue is resolved by reinitializting the NFS timeout value inside
4758       NfsTimeout() when a timeout occurs.
4759
4760     - Make the 'nfs' command print the 'T' character when a timeout occurs.
4761       Previously there was no indication that timeouts were occuring.
4762
4763     - Mimic the 'tftpboot' command and when a download fails print "Retry
4764       count exceeded; starting again", and restart the download taking the
4765       'netretry' environment variable into account.
4766
4767     Signed-off-by: Evan Samanas <esamanas@xes-inc.com>
4768     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4769
4770     Tested on TQM8xxL.
4771
4772     Tested by: Wolfgang Denk <wd@denx.de>
4773
4774     Tested on MPC8527DS.
4775
4776     Tested by: Ed Swarthout <Ed.Swarthout@freescale.com>
4777
4778 commit 224c90d1060bf1a83cbf33ca51d060b9d19e0294
4779 Author: Peter Tyser <ptyser@xes-inc.com>
4780 Date:   Wed Nov 18 19:08:59 2009 -0600
4781
4782     bootm: Fix help message's sub-command ordering
4783
4784     The help message for the 'bootm' command listed the 'cmdline' and 'bdt'
4785     sub-commands in the wrong order which resulted in the error below when
4786     following the 'help' command's instructions:
4787
4788       "Trying to execute a command out of order"
4789
4790     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4791
4792 commit a93c92cddaedd5f0720e0da15c6664f7a688b582
4793 Author: Robert P. J. Day <rpjday@crashcourse.ca>
4794 Date:   Tue Nov 17 07:30:23 2009 -0500
4795
4796     help: Correct syntax of nandecc help output.
4797
4798     "nandecc" help output should not reproduce the command name, nor have
4799     a trailing newline.
4800
4801     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
4802
4803 commit c2fff331a32ceca837d76eb7827d6340da270d52
4804 Author: Mike Rapoport <mike@compulab.co.il>
4805 Date:   Wed Nov 11 10:03:03 2009 +0200
4806
4807     smc911x: update SMC911X related configuration description
4808
4809     Since commit 736fead8fdbf8a8407048bebc373cd551d01ec98 "Convert SMC911X
4810     Ethernet driver to CONFIG_NET_MULTI API" SMC911X configration options
4811     are called CONFIG_SMC911X rather than CONFIG_DRIVER_SMC911X. Update
4812     README to reflect that change.
4813
4814     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
4815
4816 commit 45b6b65c6bf06a589ef3123192af94b0381db27b
4817 Author: Mike Rapoport <mike@compulab.co.il>
4818 Date:   Wed Nov 11 10:03:09 2009 +0200
4819
4820     smc911x: fix typo in smc911x_handle_mac_address name
4821
4822     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
4823
4824 commit f64ef9bb995687e24e0b61b52316f4eaa97c3bbc
4825 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4826 Date:   Thu Nov 19 02:47:28 2009 -0600
4827
4828     fix nfs symlink name corruption
4829
4830     An off by one error may cause nfs readlink lookup fail if
4831     nfs_path_buff has non-zero data from a previous use.
4832
4833     Loading: *** ERROR: File lookup fail
4834
4835     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4836
4837 commit e8fac25e83426fdf461c66aa8a2530ec28ec536e
4838 Author: Wolfgang Denk <wd@denx.de>
4839 Date:   Mon Dec 7 21:06:40 2009 +0100
4840
4841     at91sam9261ek.c: fix minor coding style issue.
4842
4843     Signed-off-by: Wolfgang Denk <wd@denx.de>
4844
4845 commit 4713010adf5beda87410d637ebfc58db0db9a9db
4846 Author: Wolfgang Denk <wd@denx.de>
4847 Date:   Sun Dec 6 01:21:28 2009 +0100
4848
4849     trab: fix warning: implicit declaration of function 'disable_vfd'
4850
4851     Signed-off-by: Wolfgang Denk <wd@denx.de>
4852
4853 commit a9f99ab44b473fb394169ba365f8b4380f981584
4854 Author: Wolfgang Denk <wd@denx.de>
4855 Date:   Sun Dec 6 00:53:18 2009 +0100
4856
4857     zlib.c: avoid build conflicts for cradle board
4858
4859     Commit dce3d79710 updated the zlib code to v0.95; this caused
4860     conflicts when building for the "cradle" board, because the (pretty
4861     generic) preprocessor variable "OFF" was used in multiple files.
4862     Make sure to avoid further conflicts by #undef'ing it in zlib.c
4863     before redefining it.
4864
4865     Signed-off-by: Wolfgang Denk <wd@denx.de>
4866     cc: Giuseppe Condorelli <giuseppe.condorelli@st.com>
4867     cc: Angelo Castello <angelo.castello@st.com>
4868     cc: Alessandro Rubini <rubini-list@gnudd.com>
4869
4870 commit 8cbf4e4f17121d732e78764f0ba317c9a1838ea6
4871 Author: Wolfgang Denk <wd@denx.de>
4872 Date:   Sun Dec 6 00:26:19 2009 +0100
4873
4874     Fix out-of-tree building of "apollon" board.
4875
4876     Signed-off-by: Wolfgang Denk <wd@denx.de>
4877
4878 commit f68ab43de67f59925542efb6bcec30f4a84fe695
4879 Author: Mike Frysinger <vapier@gentoo.org>
4880 Date:   Fri Dec 4 05:35:15 2009 -0500
4881
4882     lzma: ignore unset filesizes
4883
4884     The Linux kernel build system changed how it compresses things with LZMA
4885     such that the header no longer contains the filesize (it is instead set to
4886     all F's).  So if we get a LZMA image that has -1 for the 64bit field,
4887     let's just assume that the decompressed size is unknown and continue on.
4888
4889     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4890
4891 commit cccfc2ab77877dbdd2abe26b28d4c1f467feb0c0
4892 Author: Detlev Zundel <dzu@denx.de>
4893 Date:   Tue Dec 1 17:16:19 2009 +0100
4894
4895     README: Rearrange paragraphs to regain linear arrangement.
4896
4897     Two later additions to the Configuration Option section unfortunately
4898     split the description of Show boot progress and the list of its call outs.
4899
4900     Signed-off-by: Detlev Zundel <dzu@denx.de>
4901
4902 commit cd514aeb996e2f7aefbe1f78481965d9d074aed4
4903 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4904 Date:   Thu Nov 19 13:22:44 2009 +0100
4905
4906     zlib: Optimize decompression
4907
4908     This patch optimizes the direct copy procedure.
4909     Uses get_unaligned() but only in one place.
4910     The copy loop just above this one can also use this
4911     optimization, but I havn't done so as I have not tested if it
4912     is a win there too.
4913     On my MPC8321 this is about 17% faster on my JFFS2 root FS
4914     than the original. No speed test has been performed in u-boot.
4915
4916     Size increase on ppc: 484 bytes
4917
4918     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4919     Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
4920
4921 commit 20dde48bcadd856c86a91d5463831a10be46db83
4922 Author: Peter Korsgaard <jacmet@sunsite.dk>
4923 Date:   Thu Nov 19 11:37:51 2009 +0100
4924
4925     add lzop decompression support
4926
4927     Add lzop decompression support to the existing lzo bitstream handling
4928     (think gzip versus zlib), and support it for uImage decompression if
4929     CONFIG_LZO is enabled.
4930
4931     Lzop doesn't compress as good as gzip (~10% worse), but decompression
4932     is very fast (~0.7s faster here on a slow ppc). The lzop decompression
4933     code is based on Albin Tonnerre's recent ARM Linux lzo support patch.
4934
4935     Cc: albin.tonnerre@free-electrons.com
4936     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
4937
4938 commit c81296c16fd9d12422c9968cc0f1d9bf440a7d88
4939 Author: Peter Tyser <ptyser@xes-inc.com>
4940 Date:   Tue Nov 24 16:42:10 2009 -0600
4941
4942     tools/mkimage: Print FIT image contents after creation
4943
4944     Previously, there was no indication to the user that a FIT image was
4945     successfully created after executing mkimage.  For example:
4946
4947       $ mkimage -f uImage.its uImage.itb
4948       DTC: dts->dtb  on file "uImage.its"
4949
4950     Adding some additional output after creating a FIT image lets the user
4951     know exactly what is contained in their image, eg:
4952
4953       $ mkimage -f uImage.its uImage.itb
4954       DTC: dts->dtb  on file "uImage.its"
4955       FIT description: Linux kernel 2.6.32-rc7-00201-g7550d6f-dirty
4956       Created:         Tue Nov 24 15:43:01 2009
4957        Image 0 (kernel@1)
4958         Description:  Linux Kernel 2.6.32-rc7-00201-g7550d6f-dirty
4959         Type:         Kernel Image
4960         Compression:  gzip compressed
4961         Data Size:    2707311 Bytes = 2643.86 kB = 2.58 MB
4962         Architecture: PowerPC
4963         OS:           Linux
4964         Load Address: 0x00000000
4965         Entry Point:  0x00000000
4966         Hash algo:    crc32
4967         Hash value:   efe0798b
4968         Hash algo:    sha1
4969         Hash value:   ecafba8c95684f2c8fec67e33c41ec88df1534d7
4970        Image 1 (fdt@1)
4971         Description:  Flattened Device Tree blob
4972         Type:         Flat Device Tree
4973         Compression:  uncompressed
4974         Data Size:    12288 Bytes = 12.00 kB = 0.01 MB
4975         Architecture: PowerPC
4976         Hash algo:    crc32
4977         Hash value:   a5cab676
4978         Hash algo:    sha1
4979         Hash value:   168722b13e305283cfd6603dfe8248cc329adea6
4980        Default Configuration: 'config@1'
4981        Configuration 0 (config@1)
4982         Description:  Default Linux kernel
4983         Kernel:       kernel@1
4984         FDT:          fdt@1
4985
4986     This brings the behavior of creating a FIT image in line with creating a
4987     standard uImage, which also prints out the uImage contents after
4988     creation.
4989
4990     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4991
4992 commit 8e1c89663cc8796b85588910046e03b388a7597c
4993 Author: Peter Tyser <ptyser@xes-inc.com>
4994 Date:   Tue Nov 24 16:42:09 2009 -0600
4995
4996     tools/fit_image.c: Remove unused fit_set_header()
4997
4998     The FIT fit_set_header() function was copied from the standard uImage's
4999     image_set_header() function during mkimage reorganization.  However, the
5000     fit_set_header() function is not used since FIT images use a standard
5001     device tree blob header.
5002
5003     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5004
5005 commit 1a99de2cb4d08eb3bf9fb3f60a9d533150de8c0e
5006 Author: Peter Tyser <ptyser@xes-inc.com>
5007 Date:   Tue Nov 24 16:42:08 2009 -0600
5008
5009     tools/mkimage: Assume FDT image type for FIT images
5010
5011     When building a Flattened Image Tree (FIT) the image type needs to be
5012     "flat_dt".  Commit 89a4d6b12fd6394898b8a454cbabeaf1cd59bae5 introduced a
5013     regression which caused the user to need to specify the "-T flat_dt"
5014     parameter on the command line when building a FIT image.  The "-T
5015     flat_dt" parameter should not be needed and is at odds with the current
5016     FIT image documentation.
5017
5018     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5019
5020 commit 3eb90bad651fab39cffba750ec4421a9c01d60e7
5021 Author: Ingo van Lil <inguin@gmx.de>
5022 Date:   Tue Nov 24 14:09:21 2009 +0100
5023
5024     Generic udelay() with watchdog support
5025
5026     According to the PPC reference implementation the udelay() function is
5027     responsible for resetting the watchdog timer as frequently as needed.
5028     Most other architectures do not meet that requirement, so long-running
5029     operations might result in a watchdog reset.
5030
5031     This patch adds a generic udelay() function which takes care of
5032     resetting the watchdog before calling an architecture-specific
5033     __udelay().
5034
5035     Signed-off-by: Ingo van Lil <inguin@gmx.de>
5036
5037 commit 1c409bc7101a24ecd47a13a4e851845d66dc23ce
5038 Author: Graeme Russ <graeme.russ@gmail.com>
5039 Date:   Tue Nov 24 20:04:21 2009 +1100
5040
5041     i386: Final Relocation
5042
5043     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5044
5045 commit cabe5794803fbe18bedac2d9c7f2417a0fa95ec1
5046 Author: Graeme Russ <graeme.russ@gmail.com>
5047 Date:   Tue Nov 24 20:04:20 2009 +1100
5048
5049     i386: Move references to link script exports
5050
5051     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5052
5053 commit 0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33
5054 Author: Graeme Russ <graeme.russ@gmail.com>
5055 Date:   Tue Nov 24 20:04:19 2009 +1100
5056
5057     i386: Remove inline asm symbols from .dynsym
5058
5059     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5060
5061 commit 564a9984bdbf86a02cf4f0d848933a9fff4a1d18
5062 Author: Graeme Russ <graeme.russ@gmail.com>
5063 Date:   Tue Nov 24 20:04:18 2009 +1100
5064
5065     i386: Rearrange Interupt Handling
5066
5067     In preperation for full relocation
5068
5069     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5070
5071 commit 27f13075a659da046372dfe249d808f2f6ddb432
5072 Author: Graeme Russ <graeme.russ@gmail.com>
5073 Date:   Tue Nov 24 20:04:17 2009 +1100
5074
5075     i386: Fix race condition when using SC520 timers
5076
5077     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5078
5079 commit 141a62cc12bfbab49f0f44a394518a360dcddad8
5080 Author: Graeme Russ <graeme.russ@gmail.com>
5081 Date:   Tue Nov 24 20:04:16 2009 +1100
5082
5083     i386: Fix global label in inline asm compile error
5084
5085     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5086
5087 commit 4ee4e413baa8e951e3c42c17a808578867a63572
5088 Author: Graeme Russ <graeme.russ@gmail.com>
5089 Date:   Tue Nov 24 20:04:15 2009 +1100
5090
5091     i386: Reorder source objects in lib_i386 Makefile
5092
5093     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5094
5095 commit aea14421c52f31e39837aa2890e07e9c70ee61fd
5096 Author: Graeme Russ <graeme.russ@gmail.com>
5097 Date:   Tue Nov 24 20:04:14 2009 +1100
5098
5099     i386: Fix link collisions resulting from gcc4.4.1 upgrade
5100
5101     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5102
5103 commit b4feeb4e8a1d9124bae39985a97b99d08e06186d
5104 Author: Graeme Russ <graeme.russ@gmail.com>
5105 Date:   Tue Nov 24 20:04:13 2009 +1100
5106
5107     i386: Fix malloc initialization
5108
5109     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5110
5111 commit c74bfce0fb20ec4d01809fa0566263894923467b
5112 Author: Graeme Russ <graeme.russ@gmail.com>
5113 Date:   Tue Nov 24 20:04:12 2009 +1100
5114
5115     i386: Fix dlmalloc compile warning
5116
5117     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5118
5119 commit 270737acca21f3939f814de5dcf350a1c3d80d83
5120 Author: Michael Brandt <Michael.Brandt@emsyso.de>
5121 Date:   Sun Nov 22 14:13:27 2009 +0100
5122
5123     EXT2FS: fix inode size for ext2fs rev#0
5124
5125     extfs.c assumes that there is always a valid inode_size field in the
5126     superblock. But this is not true for ext2fs rev 0. Such ext2fs images
5127     are for instance generated by genext2fs. Symptoms on ARM machines are
5128     messages like: "raise: Signal # 8 caught"; on PowerPC "ext2ls" will
5129     print nothing.
5130     This fix checks for rev 0 and uses then 128 bytes as inode size.
5131
5132     Signed-off-by: Michael Brandt <Michael.Brandt@emsyso.de>
5133     Tested on: TQM5200S
5134     Tested-by: Wolfgang Denk <wd@denx.de>
5135     Signed-off-by: Wolfgang Denk <wd@denx.de>
5136
5137 commit bcb324d68f7955c1136dafc944eb55db8ebaa601
5138 Author: Robert P. J. Day <rpjday@crashcourse.ca>
5139 Date:   Thu Nov 19 11:00:28 2009 -0500
5140
5141     Remove superfluous preprocessor tests from some cmd_*.c files.
5142
5143     A small number of common/cmd_*.c files contain preprocessor tests that
5144     are apparently superfluous since those same tests are used in the
5145     Makefile to control the compilation of those files.  Those tests are
5146     clearly redundant as long as they surround the entirety of the source
5147     in those files.
5148
5149     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
5150
5151 commit 3ee8c12071f0e3bdda25125b63c9d3fd54a7c9d8
5152 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5153 Date:   Thu Nov 19 13:44:16 2009 +0100
5154
5155     crc32: Impl. linux optimized crc32()
5156
5157     Ported over the more efficient linux crc32() function.
5158     A quick comparsion on ppc:
5159     After changing the old crc32 to do 4 bytes in the
5160     inner loop to be able to compare with new version one can note:
5161     - old inner loop has 61 insn, new has 19 insn.
5162     - new crc32 does one 32 bit load of data to crc while
5163       the old does four 8 bits loads.
5164     - size is bit bigger for the new crc32:
5165       1392(old) 1416(new) of text. The is because the new version
5166       shares code with crc32_no_comp() instead of duplicating code.
5167     - about 33% faster on ppc:
5168       New > crc 0 0xfffffff -> 39 secs
5169       Old > crc 0 0xfffffff -> 60 secs
5170
5171     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5172
5173 commit ad53226156fa64b6d04c0d1d6e91e09979cbea15
5174 Author: Robert P. J. Day <rpjday@crashcourse.ca>
5175 Date:   Tue Nov 17 01:59:29 2009 -0500
5176
5177     README: Update the list of directories.
5178
5179     Bring the directory listing more into line with current content.
5180
5181     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
5182
5183 commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b
5184 Author: Pratap Chandu <pratap.rrke@gmail.com>
5185 Date:   Thu Nov 12 19:28:25 2009 +0530
5186
5187     Removes dead code in the file common/cmd_i2c.c
5188
5189     There is some dead code enclosed by #if 0 .... #endif in the file
5190     common/cmd_i2c.c
5191     This patch removes the dead code.
5192
5193     Signed-off-by: Pratap Chandu <pratap.rrke@gmail.com>
5194
5195 commit 64a480601a5614b441de692ae15a62c51e0bb381
5196 Author: Mike Frysinger <vapier@gentoo.org>
5197 Date:   Wed Nov 11 17:51:56 2009 -0500
5198
5199     smc91111_eeprom: drop CONFIG stub protection
5200
5201     Since the Makefile now controls the compilation of this, there is no need
5202     for CONFIG checking nor the stub function.
5203
5204     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5205
5206 commit f3a7bddc06c927c36a1a99a97131299479ef207a
5207 Author: Magnus Lilja <lilja.magnus@gmail.com>
5208 Date:   Wed Nov 11 19:56:58 2009 +0100
5209
5210     RTC: Fix return code in MC13783 RTC driver.
5211
5212     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5213
5214 commit d52e3e0176a74c30549251e16c5c00a363c544d2
5215 Author: Magnus Lilja <lilja.magnus@gmail.com>
5216 Date:   Wed Nov 11 19:56:36 2009 +0100
5217
5218     cmd_date: Fix spelling in error message.
5219
5220     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5221
5222 commit c253122395753abb9e531d8906c5265dc8803fb1
5223 Author: Peter Tyser <ptyser@xes-inc.com>
5224 Date:   Wed Nov 11 10:36:28 2009 -0600
5225
5226     Move do_irqinfo() to common/cmd_irq.c
5227
5228     cmd_irq.c is a much better home and it is already conditionally
5229     compiled based on CONFIG_CMD_IRQ.
5230
5231     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5232
5233 commit a5dd4dc64fe68e549c5ffcf6a048281b5ba94752
5234 Author: Peter Tyser <ptyser@xes-inc.com>
5235 Date:   Wed Nov 11 10:36:19 2009 -0600
5236
5237     cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE
5238
5239     cmd_license is already conditionally compiled at the Makefile-level.
5240
5241     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5242
5243 commit 06015146a15adc7455440c491d543f6a8091551d
5244 Author: Peter Tyser <ptyser@xes-inc.com>
5245 Date:   Mon Nov 9 15:18:52 2009 -0600
5246
5247     m41t11: Remove unused functions
5248
5249     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5250
5251 commit 9ef78511cda39987e5fc10febf386fd19f58ecf7
5252 Author: Peter Tyser <ptyser@xes-inc.com>
5253 Date:   Mon Nov 9 15:17:50 2009 -0600
5254
5255     circbuf: Move to lib_generic and conditionally compile
5256
5257     circbuf could be used as a generic library and is only currently
5258     needed when CONFIG_USB_TTY is defined.
5259
5260     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5261
5262 commit 604f7ce55ad74694ef8743ad2e99933dc0265e46
5263 Author: Sanjeev Premi <premi@ti.com>
5264 Date:   Mon Nov 9 22:43:00 2009 +0530
5265
5266     Fix build failure in examples/standalone
5267
5268     Some versions of 'make' do not handle trailing white-spaces
5269     properly. Trailing spaces in ELF causes a 'fake' source to
5270     be added to the variable COBJS; leading to build failure
5271     (listed below). The problem was found with GNU Make 3.80.
5272
5273     Using text-function 'strip' as a workaround for the problem.
5274
5275     make[1]: Entering directory `/home/sanjeev/u-boot/examples/standalone'
5276     arm-none-linux-gnueabi-gcc -g  -Os   -fno-common -ffixed-r8 -msoft-float
5277     -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/sanjeev/u-boot/include
5278     -fno-builtin -ffreestanding -nostdinc -isystem /opt/codesourcery/2009q1-
5279     203/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -pipe  -DCONFIG_
5280     ARM -D__ARM__ -marm  -mabi=aapcs-linux -mno-thumb-interwork -march=armv5
5281     -Wall -Wstrict-prototypes -fno-stack-protector -g  -Os   -fno-common -ff
5282     ixed-r8 -msoft-float   -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/sanje
5283     ev/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/co
5284     desourcery/2009q1-203/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/includ
5285     e -pipe  -DCONFIG_ARM -D__ARM__ -marm  -mabi=aapcs-linux -mno-thumb-inte
5286     rwork -march=armv5 -I.. -Bstatic -T u-boot.lds  -Ttext 0x80e80000 -o .c
5287     arm-none-linux-gnueabi-gcc: no input files
5288     make[1]: *** [.c] Error 1
5289     make[1]: Leaving directory `/home/sanjeev/u-boot/examples/standalone'
5290     make: *** [examples/standalone] Error 2
5291     premi #
5292
5293     Signed-off-by: Sanjeev Premi <premi@ti.com>
5294
5295     Fixed typo (s/ElF/ELF/).
5296     Signed-off-by: Wolfgang Denk <wd@denx.de>
5297
5298 commit d984fed068b3bec8a7edaf7a3de71479abde080a
5299 Author: Scott Wood <scottwood@freescale.com>
5300 Date:   Wed Nov 4 18:41:41 2009 -0600
5301
5302     makefiles: fixes for building build tools
5303
5304     Currently, some of the tools instead set CC to be HOSTCC in order to re-use
5305     some pattern rules -- but this fails when the user overrides CC on the make
5306     command line.  Also, the HOSTCFLAGS in tools/Makefile are currently not
5307     being used because config.mk overwrites them.
5308
5309     This patch adds static pattern rules for files that have been requested to
5310     be built with the native compiler using $(HOSTSRCS) and $(HOSTOBJS), and
5311     converts the tools to use them.
5312
5313     It restores easylogo to using the host compiler, which was broken by commit
5314     38d299c2db81bd889c601b5dfc12c4e83ef83333 (if this was an intentional change,
5315     please let me know -- but it seems to be a build tool).
5316
5317     It restores -pedantic and the special flags for darwin and cygwin that were
5318     requested in tools/makefile (but keeps the flags added by config.mk) --
5319     hopefully someone can test this on those platforms.  It no longer
5320     conditionalizes -pedantic on not being darwin; it wasn't clear that that was
5321     intentional, and unless there's a real problem it's just inviting people to
5322     contribute non-pedantic patches to those files (I'm not a fan of -pedantic
5323     personally, but if it's on for one platform it should be on for all).
5324
5325     HOST_LDFLAGS is renamed HOSTLDFLAGS for consistency with the previous
5326     HOST_CFLAGS to HOSTCFLAGS rename.  A new HOSTCFLAGS_NOPED is made available
5327     for those files which currently cannot be built with -pedantic, and replaces
5328     the old FIT_CFLAGS.
5329
5330     imls now uses the cross compiler properly, rather than by trying to
5331     reconstruct CC using the typoed $(CROSS_COMPILER).
5332
5333     envcrc.c is now dependency-processed unconditionally -- previously it would
5334     be built without being on (HOST)SRCS if CONFIG_ENV_IS_EMBEDDED was not
5335     selected.
5336
5337     Signed-off-by: Scott Wood <scottwood@freescale.com>
5338
5339 commit af860962b544ddf323c4ff68454f00d31e44df0a
5340 Author: Becky Bruce <beckyb@kernel.crashing.org>
5341 Date:   Wed Nov 4 18:30:08 2009 -0600
5342
5343     85xx: Remove unused CONFIG_ASSUME_AMD_FLASH from config files
5344
5345     A bunch of the 85xx boards have this cruft in them - it's not used
5346     anywhere.  Delete it.
5347
5348     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
5349
5350 commit bf44f3f327acddba202ff67f70192926ea47dfd1
5351 Author: Mike Frysinger <vapier@gentoo.org>
5352 Date:   Wed Nov 4 16:34:42 2009 -0500
5353
5354     exports: rewrite jump table init
5355
5356     The current jump table init fails to initialize a bunch of exported
5357     symbols (forceenv/do_reset/etc...).  Rather than fix just these few
5358     missing pieces, rewrite the code to utilize the existing list of
5359     exported symbols -- _exports.h.  Since every exported symbol has to
5360     be listed in this header, it makes sense to use it so that we only
5361     ever have one list that needs to be updated and things can't fall
5362     out of sync again.
5363
5364     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5365
5366 commit deec1fbd4f704dded2e668bb9e368631981ea139
5367 Author: Wolfgang Denk <wd@denx.de>
5368 Date:   Wed Dec 2 22:26:30 2009 +0100
5369
5370     MAINTAINERS: update responsible for MPC85xx/86xx
5371
5372     Signed-off-by: Wolfgang Denk <wd@denx.de>
5373     Cc: Kumar Gala <galak@kernel.crashing.org>
5374     Cc: Becky Bruce <beckyb@kernel.crashing.org>
5375
5376 commit 71636fa7c3de63de29c0f514d5c725eccb011657
5377 Author: Tom Rix <Tom.Rix@windriver.com>
5378 Date:   Sun Nov 29 17:56:36 2009 -0600
5379
5380     ARM Update mach-types
5381
5382     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
5383     And built with
5384
5385     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
5386     commit 3fcca9ac6cbce35b3e81e247d375534117d5f4cd
5387
5388     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5389
5390 commit 7c15121f4007751af8c45c978c4ad7d6c5ff11f9
5391 Author: Vaibhav Hiremath <hvaibhav@ti.com>
5392 Date:   Mon Nov 23 16:36:05 2009 +0530
5393
5394     omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER
5395
5396     Fixes the build/compilation error if we try to re-use the omap3_mmc code
5397     without TWL4030_POWER.
5398
5399     Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
5400
5401 commit 6406d6daea51bbeed21f3829b37d3f395c198e54
5402 Author: Sandeep Paulraj <s-paulraj@ti.com>
5403 Date:   Sat Nov 21 13:13:59 2009 -0500
5404
5405     TI DaVinci: Adding a README for the DaVinci series of SOC's
5406
5407     Adding an initial README for the DaVinci series of SOC's
5408
5409     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5410
5411 commit 990f569c4fa6b9e76b31d0a5229981c092b02dcf
5412 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at>
5413 Date:   Sat Jun 6 10:30:58 2009 +0000
5414
5415     avr32/hsdramc: Move conditional compilation to Makefile
5416
5417     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj <at> jcrosoft.com>
5418     Cc: Haavard Skinnemoen <haavard.skinnemoen <at> atmel.com>
5419
5420 commit 3f12f5217e8bdf8f6842bf1b8c5c5b98425ac3db
5421 Author: Sandeep Paulraj <s-paulraj@ti.com>
5422 Date:   Sat Nov 21 13:24:17 2009 -0500
5423
5424     NAND: Add config option for imx27lite
5425
5426     We will get compilation warnings without
5427     "CONFIG_SYS_64BIT_VSPRINTF" being defined
5428     in the board config.
5429
5430     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5431
5432 commit 43a5f0df2f2e3a2b5eab05d6742501c98d3c0d0c
5433 Author: Po-Yu Chuang <ratbert.chuang@gmail.com>
5434 Date:   Wed Nov 11 17:27:30 2009 +0800
5435
5436     arm: A320: Add support for Faraday A320 evaluation board
5437
5438     This patch adds support for A320 evaluation board from Faraday. This board
5439     uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM.
5440     FA526 is an ARMv4 processor and uses the ARM920T source in this patch.
5441
5442     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
5443
5444 commit 39ba774f9b02c44b8fd4df44afac932800c18662
5445 Author: Po-Yu Chuang <ratbert.chuang@gmail.com>
5446 Date:   Wed Nov 11 17:26:00 2009 +0800
5447
5448     arm: A320: driver for FTRTC010 real time clock
5449
5450     This patch adds an FTRTC010 driver for Faraday A320 evaluation board.
5451
5452     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
5453
5454 commit c1ee63cee89c5822fbbcc63586c8f2a1add70614
5455 Author: Sandeep Paulraj <s-paulraj@ti.com>
5456 Date:   Sat Nov 21 18:08:49 2009 -0500
5457
5458     TI DaVinci DM646x: Enable NAND on DM6467 EVM
5459
5460     This patch enables NAND on the DM6467 EVM
5461
5462     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5463
5464 commit d414aae552bc229dafcad92028effb4a8306c7a5
5465 Author: Nishanth Menon <nm@ti.com>
5466 Date:   Mon Nov 9 09:29:34 2009 -0500
5467
5468     OMAP3: Fix SDRC init
5469
5470     Defaults are for Infineon DDR timings.
5471     Since none of the supported boards currently do
5472     XIP boot, these seem to be faulty. fix the values
5473     as per the calculations(ACTIMA,B), conf
5474     the sdrc power with pwdnen and wakeupproc bits
5475
5476     Signed-off-by: Nishanth Menon <nm@ti.com>
5477
5478 commit 30563a04bff73fd4fbd840b846f4b6459759a839
5479 Author: Nishanth Menon <nm@ti.com>
5480 Date:   Sat Nov 7 10:51:24 2009 -0500
5481
5482     OMAP3:SDRC: introduce DDR types
5483
5484     Micron DDR timings based on:
5485     http://www.sakoman.net/cgi-bin/gitweb.cgi?p=x-load-omap3.git;a=blob;f=include/asm/arch-omap3/mem.h;h=e6fbfe3947f5d0d85fea776e30821d4017316d86;hb=HEAD
5486
5487     Introduce Micron DDR timings and provide
5488     CONFIG_OMAP3_INFINEON_DDR and CONFIG_OMAP3_MICRON_DDR config
5489     options to allow for platform files to setup their timings as
5490     per the type of DDR selected
5491
5492     Reported-by: Steve Sakoman in http://www.nabble.com/forum/Permalink.jtp?root=25779518&post=25959734&page=y
5493
5494     Signed-off-by: Nishanth Menon <nm@ti.com>
5495
5496 commit 169a4c804dbaf11facb041b1333d394c6ceb8d68
5497 Author: Nishanth Menon <nm@ti.com>
5498 Date:   Sat Nov 7 10:40:47 2009 -0500
5499
5500     OMAP3:SDRC: Cleanup references to SDP
5501
5502     Remove SDP referenced unused defines
5503
5504     Signed-off-by: Nishanth Menon <nm@ti.com>
5505
5506 commit 2819e1365be0c81a0141ef5c6a7996b40888f6d8
5507 Author: Sekhar Nori <nsekhar@ti.com>
5508 Date:   Thu Nov 12 11:09:25 2009 -0500
5509
5510     TI DA8xx: Integrate DA830 EVM support into U-Boot
5511
5512     Integrate DA830 EVM support into U-Boot.
5513
5514     Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
5515     Digital EVM board. See http://www.spectrumdigital.com/
5516
5517     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
5518
5519 commit bdc9c6c7f77a9a63349ecb9f54b20ad34033a2ae
5520 Author: Sekhar Nori <nsekhar@ti.com>
5521 Date:   Thu Nov 12 11:08:39 2009 -0500
5522
5523     TI DA8xx: Add new directory for da830evm board
5524
5525     Add new directory for da830evm board
5526
5527     Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
5528     Digital EVM board. See http://www.spectrumdigital.com/
5529
5530     Provides:
5531     Initial boot and configuration.
5532     Support for i2c.
5533     UART support (console).
5534
5535     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
5536
5537 commit 91172baf46a57807233eb7bcd724b9f10109cfe0
5538 Author: Sekhar Nori <nsekhar@ti.com>
5539 Date:   Thu Nov 12 11:07:22 2009 -0500
5540
5541     TI DA8xx: Add DA8xx cpu functions
5542
5543     Provides initial support for TI OMAP-L1x/DA8xx SoC devices.
5544     See http://www.ti.com
5545
5546     Provides:
5547     Low level initialisation.
5548     System clock API.
5549     Timer control.
5550
5551     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
5552
5553 commit bbed056e550b26712edc173411c9d7ff9cb7e0e6
5554 Author: Nick Thompson <nick.thompson@gefanuc.com>
5555 Date:   Thu Nov 12 11:06:08 2009 -0500
5556
5557     Add TI DA8xx support: DA8xx includes
5558
5559     Provides initial support for TI OMAP-L1x/DA8xx SoC devices.
5560     See http://www.ti.com
5561
5562     The DA8xx devices are similar to DaVinci devices but have a differing
5563     memory map and updated peripheral versions.
5564
5565     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
5566     Signed-off-by: Sekhar Nori <nsekhar@ti.com>
5567
5568 commit ca8480d444bdcc1670e42a613c5a5e4e8366d2d9
5569 Author: Nick Thompson <nick.thompson@gefanuc.com>
5570 Date:   Thu Nov 12 11:03:23 2009 -0500
5571
5572     TI Davinci: add a pin multiplexer configuration API
5573
5574     Creates a method allowing pin settings to be logically grouped into data
5575     structure arrays and provides an API to configure the pinmux settings to
5576     enable the relevant pin functions.
5577
5578     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
5579
5580 commit 9868a36dfb8de4bb98b48e4f4eb912312d67279e
5581 Author: Nick Thompson <nick.thompson@gefanuc.com>
5582 Date:   Thu Nov 12 11:02:17 2009 -0500
5583
5584     TI Davinci timer.c: Remove volatiles and memory mapped structures
5585
5586     Remove volatiles and memory mapped structure accesses and replace with
5587     readl and writel macro usage.
5588
5589     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
5590
5591 commit c90b32739a50ca52d9b8d220ea6875ae994566ec
5592 Author: Grazvydas Ignotas <notasas@gmail.com>
5593 Date:   Thu Nov 12 11:46:07 2009 +0200
5594
5595     OMAP3: pandora: fix booting without serial attached
5596
5597     When the board is booted without serial cable attached (which
5598     is how most of them will be used) UART RX is left floating and
5599     sometimes picks noise, which interrupts countdown and enters
5600     U-Boot prompt instead of booting the kernel.
5601
5602     Fix this by setting up internal pullup on UART RX pin. This
5603     does not prevent serial from working as the internal pullup
5604     is weak.
5605
5606     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
5607
5608 commit ac67804fbb2d82a19170066c02af7053d474ce8d
5609 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
5610 Date:   Tue Nov 17 18:30:34 2009 +0900
5611
5612     Add a unified s3c24x0 header file
5613
5614     This patch adds a unified s3c24x0 cpu header file that selects the header
5615     file for the specific s3c24x0 cpu from the SOC and CPU configs defined in
5616     board config file. This removes the current chain of s3c24-type #ifdef's
5617     from the s3c24x0 code.
5618
5619     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
5620     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
5621
5622 commit a59a23d68ae4f4a1c07d105520c93e6e289d186f
5623 Author: Seunghyeon Rhee <rhee4j1@gmail.com>
5624 Date:   Fri Nov 13 16:49:41 2009 +0900
5625
5626     S3C6400/SMDK6400: fix stack_setup in start.S
5627
5628     Fix stack_setup to place the stack on the correct address in DRAM
5629     accroding to U-Boot standard and remove conditional compilation by
5630     CONFIG_MEMORY_UPPER_CODE macro that is not necessry. This macro
5631     was introduced and used only by this board for some unclear reason.
5632
5633     The definition of this macro is also removed because it's not
5634     referenced elsewhere.
5635
5636     Signed-off-by: Seunghyeon Rhee <seunghyeon@lpmtec.com>
5637     Tested-by: Minkyu Kang <mk7.kang@samsung.com>
5638
5639 commit 940032260914076b1594906334b2e3f7af6fb7cf
5640 Author: Minkyu Kang <mk7.kang@samsung.com>
5641 Date:   Tue Nov 10 20:23:50 2009 +0900
5642
5643     s5pc1xx: serial: fix the error check logic
5644
5645     Because of Frame error, Parity error and Overrun error are occured only receive
5646     operation, need to masking when error checking.
5647
5648     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
5649
5650 commit 9ebfdc202275bcd9eb4af56e32bfb4253ff1b781
5651 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
5652 Date:   Wed Nov 4 17:49:31 2009 +0900
5653
5654     Clean-up of s3c24x0 header files
5655
5656     Cleans up the s3c24x0 header files:
5657
5658     s4c24x0.h: removes the use of 'volatile' from the S3C24X0_REG8,
5659     S3C24X0_REG16 and S3C24X0_REG32 register typedef's. Registers are always
5660     accessed using the IO accessor functions which cast the register address
5661     as 'volatile' anyway so it isn't required here.
5662
5663     s3c2400.h and s3c2410.h: insert a blank line between the static inline
5664     functions
5665
5666     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
5667
5668 commit 47e801bec360e69e4b087a141d015b318e1b0212
5669 Author: Minkyu Kang <mk7.kang@samsung.com>
5670 Date:   Wed Nov 4 16:07:59 2009 +0900
5671
5672     s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
5673
5674     This patch moves the s3c64xx header files from include/
5675     to include/asm-arm/arch-s3c64xx
5676
5677     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
5678
5679 commit 492fb1fdbcdd5e21be0b6742c15f76c648f0653b
5680 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
5681 Date:   Tue Nov 3 18:08:41 2009 +0900
5682
5683     Move s3c24x0 header files to asm-arm/arch-s3c24x0/
5684
5685     This patch moves the s3c24x0 header files from include/ to
5686     include/asm-arm/arch-s3c24x0/.
5687
5688     checkpatch.pl showed 2 errors and 3 warnings. The 2 errors were both due
5689     to a non-UTF8 character in David M?ller's name:
5690
5691     ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8
5692     #489: FILE: include/asm-arm/arch-s3c24x0/s3c2410.h:3:
5693     + * David M?ller ELSOFT AG Switzerland. d.mueller@elsoft.ch
5694
5695     As David's name correctly contains a non-UTF8 character I haven't fixed
5696     these errors.
5697
5698     The 3 warnings were all because of the use of 'volatile' in s3c24x0.h:
5699
5700     WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
5701     #673: FILE: include/asm-arm/arch-s3c24x0/s3c24x0.h:35:
5702     +typedef volatile u8        S3C24X0_REG8;
5703     +typedef volatile u16       S3C24X0_REG16;
5704     +typedef volatile u32       S3C24X0_REG32;
5705
5706     I'll fix these errors in another patch.
5707
5708     Tested by running MAKEALL for ARM8 targets and ensuring there were no new
5709     errors or warnings.
5710
5711     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
5712     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
5713
5714 commit 2d251ccaa90997012e0b1f13bf791df2bf03a144
5715 Author: Tom Rix <Tom.Rix@windriver.com>
5716 Date:   Sun Nov 15 10:58:06 2009 -0600
5717
5718     ARM Update mach-types
5719
5720     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
5721     And built with
5722
5723     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
5724     commit 156171c71a0dc4bce12b4408bb1591f8fe32dc1a
5725
5726     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5727
5728 commit c88ed4cb2eed29a690ac6689ed1dc2f5e9547d15
5729 Author: Mark Asselstine <[mark.asselstine@windriver.com]>
5730 Date:   Tue Oct 27 19:40:40 2009 +0530
5731
5732     sheevaplug: correct SDRAM address control register
5733
5734     value
5735
5736     The SheevaPlug DevKit is shipped with 4x8 by 1Gb DDR devices in
5737     two banks for a total of 512MB of RAM. Based on this configuration
5738     the existing values for SDRAM address control register are incorrect
5739     and result in random kernel oops as memory is incorrectly accessed
5740     (while for example extracting a large tarball such as a rootfs).
5741     Based on the hardware configuration along with the supporting
5742     documentation from Marvell these are the correct values, as
5743     well this change mimics values previously used in Marvell's own
5744     u-boot git tree for the SheevaPlug.
5745
5746     Other variants of the hardware such as the PogoPlug and TonidoPlug
5747     may have different memory configurations but to properly support
5748     those additional board directories should be maintained or a better
5749     system to support other kwb*.cfg is needed.
5750
5751     Tested on SheevaPlug DevKit.
5752
5753     Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
5754
5755 commit 9829cabbaa0474e94075bf7d62c99bdba996518b
5756 Author: Sandeep Paulraj <s-paulraj@ti.com>
5757 Date:   Wed Oct 28 19:16:43 2009 -0400
5758
5759     Fix for Void function returning value in sbc35-a9g20
5760
5761     Void function was returning 0 in the m41t94 rtc driver.
5762     This makes it similar to m41t62 rtc driver.
5763
5764     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5765
5766 commit d5e2d625c74c84aa419ba7fa0c81bad93fc69a60
5767 Author: Tom Rix <Tom.Rix@windriver.com>
5768 Date:   Sat Oct 24 14:48:33 2009 -0500
5769
5770     ARM Update mach-types.h
5771
5772     From http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
5773
5774     Commit id 0996391139f43d032335b5360db11da62a2cbb39
5775
5776     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5777
5778 commit 34ddbd171ba154e9afd83f07a07ad8b57ac592e3
5779 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5780 Date:   Thu Oct 22 23:06:59 2009 +0200
5781
5782     ppc4xx: Remove autoupdate feature from PLU405 board
5783
5784     The autoupdate feature is not used on PLU405 boards.
5785     So remove it.
5786
5787     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
5788     Signed-off-by: Stefan Roese <sr@denx.de>
5789
5790 commit 824d82997fbcf28e49081d36fdd5d3be1b92b03d
5791 Author: Ira W. Snyder <iws@ovro.caltech.edu>
5792 Date:   Wed Nov 4 13:37:59 2009 -0800
5793
5794     Fix example FIT image source files
5795
5796     The example FIT image source files do not compile with the latest dtc and
5797     mkimage. The following error message is produced:
5798
5799     DTC: dts->dtb  on file "kernel.its"
5800     Error: kernel.its 7:0 - 1:0 syntax error
5801     FATAL ERROR: Unable to parse input tree
5802     ./mkimage: Can't read kernel.itb.tmp: Invalid argument
5803
5804     The FIT image source files are missing the "/dts-v1/;" directive at the
5805     beginning of the file. Add the directive to the examples.
5806
5807     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
5808
5809 commit fd66066ee3ce15c2966feb9b2be0f0d51a95db48
5810 Author: Mike Frysinger <vapier@gentoo.org>
5811 Date:   Wed Nov 4 16:13:19 2009 -0500
5812
5813     img2srec: use standard types
5814
5815     The img2srec code creates a lot of typedefs with common names.  These
5816     easily clash with system headers that include these typedefs (like mingw).
5817
5818     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5819
5820 commit 8204e068110e8abe5db9c3b7df9971b58cda8f26
5821 Author: Mike Frysinger <vapier@gentoo.org>
5822 Date:   Wed Nov 4 16:03:25 2009 -0500
5823
5824     tools: gitignore *.exe binaries
5825
5826     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5827
5828 commit 425d3b666eee5c58fdb82fb894a535dd71782a05
5829 Author: Peter Tyser <ptyser@xes-inc.com>
5830 Date:   Tue Nov 3 23:31:07 2009 -0600
5831
5832     ppc: Move conditional compilation of kgdb.c to Makefile
5833
5834     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5835
5836 commit e06ab6546b332acc55ac4e7c31338662328b0fb3
5837 Author: Mike Frysinger <vapier@gentoo.org>
5838 Date:   Tue Nov 3 11:36:39 2009 -0500
5839
5840     spi_flash.h: pull in linux/types.h for u## types
5841
5842 commit 0008555f4d57c15ad86ee735861ca0d783042f61
5843 Author: Mike Frysinger <vapier@gentoo.org>
5844 Date:   Tue Nov 3 11:36:26 2009 -0500
5845
5846     bootm: mark local boot_os[] table static
5847
5848     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5849
5850 commit a8fa379d47f06c7d3ed75c8fb26ae43ee38e1fd7
5851 Author: Nishanth Menon <nm@ti.com>
5852 Date:   Mon Nov 2 09:40:18 2009 -0600
5853
5854     mkconfig: deny messed up ARCH definition
5855
5856     Refuse to setup a platform if the command line ARCH= is not the same
5857     as the one required for the board. This prevents any user with
5858     prehistoric aliases from messing up their builds.
5859
5860     Reported in thread:
5861     http://old.nabble.com/-U-Boot--Build-breaks-on-some-OMAP3-configs-to26132721.html
5862
5863     Inputs from: Mike Frysinger and Wolfgang Denk:
5864     http://lists.denx.de/pipermail/u-boot/2009-November/063642.html
5865
5866     Cc: Wolfgang Denk <wd@denx.de>
5867     Cc: Mike Frysinger <vapier@gentoo.org>
5868     Cc: Anand Gadiyar <gadiyar@ti.com>
5869     Cc: Dirk Behme <dirk.behme@googlemail.com>
5870     Signed-off-by: Nishanth Menon <nm@ti.com>
5871
5872 commit 67b96e87da1b84660fa1e5b78cc760246d116814
5873 Author: Remy Bohmer <linux@bohmer.net>
5874 Date:   Wed Oct 28 22:13:39 2009 +0100
5875
5876     Repair the 'netretry=once' option.
5877
5878     'netretry = once' does the same as 'netretry = yes', because it is not stored
5879     when it was tried once.
5880
5881     Signed-off-by: Remy Bohmer <linux@bohmer.net>
5882     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5883
5884 commit b25e38fc36e13fa8037fa4d37fe909d1d6e6f372
5885 Author: Remy Bohmer <linux@bohmer.net>
5886 Date:   Thu Oct 29 14:24:22 2009 +0100
5887
5888     Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
5889
5890     Signed-off-by: Remy Bohmer <linux@bohmer.net>
5891
5892 commit 01826abc02ce160501534788e63629ccbe31b05c
5893 Author: Grazvydas Ignotas <notasas@gmail.com>
5894 Date:   Thu Nov 12 11:46:07 2009 +0200
5895
5896     OMAP3: pandora: fix booting without serial attached
5897
5898     When the board is booted without serial cable attached (which
5899     is how most of them will be used) UART RX is left floating and
5900     sometimes picks noise, which interrupts countdown and enters
5901     U-Boot prompt instead of booting the kernel.
5902
5903     Fix this by setting up internal pullup on UART RX pin. This
5904     does not prevent serial from working as the internal pullup
5905     is weak.
5906
5907     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
5908
5909 commit 41dfd8a60324243dbe2dc313a607910824a68aa7
5910 Author: Remy Bohmer <linux@bohmer.net>
5911 Date:   Wed Oct 28 22:13:37 2009 +0100
5912
5913     Add support for CS2 dataflash for Atmel-SPI.
5914
5915     The only missing chipselect line support is CS2, and I need it on
5916     CS2...
5917
5918     Signed-off-by: Remy Bohmer <linux@bohmer.net>
5919
5920 commit faf36c1437c95e4a86835633d9801c5f6396a3c7
5921 Author: Remy Bohmer <linux@bohmer.net>
5922 Date:   Wed Oct 28 22:13:36 2009 +0100
5923
5924     Fix mingw tools build
5925
5926     mkimage does not build due to missing strtok_r() and getline() implementation
5927
5928     Signed-off-by: Remy Bohmer <linux@bohmer.net>
5929
5930 commit 6a590c5f5fd12cdd27f3153522acfac3854590e7
5931 Author: Remy Bohmer <linux@bohmer.net>
5932 Date:   Wed Oct 28 22:13:35 2009 +0100
5933
5934     Building of FIT images does not work.
5935
5936     The type is not set for generation of the FIT images, resulting
5937     in no images being created without printing or returning an error
5938
5939     Signed-off-by: Remy Bohmer <linux@bohmer.net>
5940
5941 commit 0a7691e820e33b23f61c6ea0ef6fa72099d1a6ae
5942 Author: Renato Andreola <renato.andreola@imagos.it>
5943 Date:   Mon Nov 23 16:45:14 2009 -0500
5944
5945     Nios2: do_boom_linux(): kernel gunzip input data integrity problem due to
5946         missing cache flush.
5947
5948         Added instruction and data caches flush.
5949
5950     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
5951
5952 commit de03825386eaedb5e17261dd87cde86e9a764ba9
5953 Author: Scott McNutt <smcnutt@psyent.com>
5954 Date:   Mon Nov 23 16:29:40 2009 -0500
5955
5956     Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables)
5957
5958     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
5959
5960 commit 57baa379cf2f67df89a5c6052767fd25daff20bd
5961 Author: Scott McNutt <smcnutt@psyent.com>
5962 Date:   Mon Nov 23 15:54:25 2009 -0500
5963
5964     Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from
5965         the standalone examples.
5966
5967     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
5968
5969 commit eb5eb2b0f744f0cba405160c5d01335c40f09acf
5970 Author: Stefan Roese <sr@denx.de>
5971 Date:   Thu Nov 19 14:03:17 2009 +0100
5972
5973     ppc4xx: Cleanup PPC4xx I2C infrastructure
5974
5975     This patch cleans up the PPC4xx I2C intrastructure:
5976
5977     - Use C struct to describe the I2C registers instead of defines
5978     - Coding style cleanup (braces, whitespace, comments, line length)
5979     - Extract common code from i2c_read() and i2c_write()
5980     - Remove unneeded IIC defines from ppc405.h & ppc440.h
5981
5982     Signed-off-by: Stefan Roese <sr@denx.de>
5983
5984 commit b2f618f2150b15b2674f11d09e1c0fdfe460c1cd
5985 Author: Stefan Roese <sr@denx.de>
5986 Date:   Thu Nov 19 11:49:36 2009 +0100
5987
5988     ppc4xx: Remove some testing code from 4xx_pcie.c
5989
5990     This code got included accidentally.
5991
5992     Signed-off-by: Stefan Roese <sr@denx.de>
5993
5994 commit 4e574c4e2d3776d9db62dca4ca3c73be1574af43
5995 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
5996 Date:   Mon May 18 13:20:54 2009 +0200
5997
5998     at91: Extended soft_i2c driver for AT91SAM9263 SoC
5999
6000     While hard_i2c support is not available
6001     (see http://lists.denx.de/pipermail/u-boot/2009-March/049751.html),
6002     this patch enables soft_i2c on AT91SAM9263 SoC.
6003
6004     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
6005
6006 commit 396fd17338b9bf1f84f494ec1860427e18868ede
6007 Author: Peter Tyser <ptyser@xes-inc.com>
6008 Date:   Fri Oct 16 17:36:27 2009 -0500
6009
6010     Add 'true' and 'false' commands
6011
6012     These commands are only enabled when the hush shell is enabled and can
6013     be useful in scripts such as:
6014
6015     while true do
6016         echo "Booting OS...";
6017         run $bootcmd;
6018         echo "Booting OS failed";
6019         sleep 10;
6020     done
6021
6022     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6023
6024 commit 4e1ca93b6bae34b68be9280b43bf0289d994656c
6025 Author: Peter Tyser <ptyser@xes-inc.com>
6026 Date:   Fri Oct 16 17:36:26 2009 -0500
6027
6028     cmd_help: General cleanup
6029
6030     Shorten the overly-verbose help message of 'help' and clean up some
6031     redundant ifdefery while we're at it.
6032
6033     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6034
6035 commit 6b8f5ad10f567362a3682840f59ba0fc470af319
6036 Author: Peter Tyser <ptyser@xes-inc.com>
6037 Date:   Fri Oct 16 17:36:25 2009 -0500
6038
6039     command.c: Break commands out to appropriate cmd_*.c files
6040
6041     command.c should contain common code related to commands, not
6042     miscellaneous command implementations.
6043
6044     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6045
6046 commit fcffb680e77fcb48598d4a9944dbe2d4503170e0
6047 Author: Mike Frysinger <vapier@gentoo.org>
6048 Date:   Wed Oct 14 19:28:03 2009 -0400
6049
6050     sf: fix stmicro offset setup while erasing
6051
6052     Reported-by: Peter Gombos <gombos@protecta.hu>
6053     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6054
6055 commit d394a7795027d96ca55799df40bd5c4a13dbeebe
6056 Author: Jason McMullan <mcmullan@netapp.com>
6057 Date:   Fri Oct 9 17:12:23 2009 -0400
6058
6059     sf: new driver for Winbond W25X16/32/64 devices
6060
6061     Signed-off-by: Jason McMullan <jason.mcmullan@gmail.com>
6062     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6063
6064 commit cada315100c88894b85972a91309a6f2413966b6
6065 Author: Marcel Ziswiler <marcel@ziswiler.com>
6066 Date:   Thu Oct 1 23:55:17 2009 +0200
6067
6068     mpc8260: move FDT memory node fixup into common CPU code.
6069
6070     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
6071     Tested-by: Heiko Schocher <hs@denx.de>
6072
6073 commit f2cea405f83da46b72098ea874fb3eefe185d312
6074 Author: Po-Yu Chuang <ratbert.chuang@gmail.com>
6075 Date:   Wed Sep 23 15:52:35 2009 +0800
6076
6077     Add driver for FTRTC010 real time clock
6078
6079     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
6080
6081     Edited commit message.
6082     Signed-off-by: Wolfgang Denk <wd@denx.de>
6083
6084 commit c0356a88011330646e960dfac8a2c909bede3304
6085 Author: Mark Jackson <mpfj-list@mimc.co.uk>
6086 Date:   Mon Aug 17 16:42:52 2009 +0100
6087
6088     MIMC200: set default fbmem value
6089
6090     This patch adds a default bootargs "fbmem" value to the
6091     CONFIG_BOOTARGS string for the MIMC200 board.
6092
6093     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
6094
6095 commit 10a5a7991258019af155bc19b3b246aaa708b0e2
6096 Author: Sandeep Paulraj <s-paulraj@ti.com>
6097 Date:   Thu Nov 19 23:04:42 2009 -0500
6098
6099     NAND: Add Support for 4K page size in DaVinci NAND driver
6100
6101     This patch adds support for NAND devices with a page size of
6102     4K in the DaVinci NAND driver. The layout matches the layout that TI uses
6103     for 4K page size NAND devices in the kernel NAND driver.
6104
6105     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6106
6107 commit 14ce02c88116316a0285cc7d9c05f83367a5aae8
6108 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6109 Date:   Wed Nov 18 16:29:29 2009 +0100
6110
6111     ppc4xx: Remove unused features from PMC440 board support
6112
6113     This patch shrinks the PMC440 u-boot binary (from next branch)
6114     to fit into 384kB again.
6115
6116     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6117     Signed-off-by: Stefan Roese <sr@denx.de>
6118
6119 commit 629ab99b3b19c1b7e06a7c4e5d666138bc924c7c
6120 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6121 Date:   Wed Nov 18 16:28:42 2009 +0100
6122
6123     ppc4xx: Remove confusing comment
6124
6125     This is not the sequoia board.
6126
6127     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6128     Signed-off-by: Stefan Roese <sr@denx.de>
6129
6130 commit 79e2d8df3776b667257e609aefefa071b4fe13a2
6131 Author: Stefan Roese <sr@denx.de>
6132 Date:   Tue Nov 17 15:53:00 2009 +0100
6133
6134     ppc4xx: alpr: Remove some not needed commands to make image fit again
6135
6136     The latest changes in the u-boot/next branch increased the size of the
6137     alpr image a bit more. Now it doesn't fit into the 256k reserved for it.
6138     This patch now removes the commands "askenv" and "irq" which are not
6139     needed in the production systems.
6140
6141     Signed-off-by: Stefan Roese <sr@denx.de>
6142     Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
6143
6144 commit 6c70049bd14e8e81764570732be7f34a89831f09
6145 Author: Stefan Roese <sr@denx.de>
6146 Date:   Thu Nov 12 17:19:37 2009 +0100
6147
6148     ppc4xx: Consolidate pci_master_init() function
6149
6150     This patch removes the duplicted implementations of the pci_master_init()
6151     function by introducing a weak default function for it. It can be
6152     overridden by a board specific version.
6153
6154     Signed-off-by: Stefan Roese <sr@denx.de>
6155
6156 commit a760b0203155da6fb8b8e9086169bb87d09d76fa
6157 Author: Stefan Roese <sr@denx.de>
6158 Date:   Thu Nov 12 16:41:09 2009 +0100
6159
6160     ppc4xx: Consolidate pci_pre_init() function
6161
6162     This patch removes the duplicted implementations of the pci_pre_init()
6163     function by introducing a weak default function for it. This weak default
6164     has a different implementation for some PPC variants. It can be
6165     overridden by a board specific version.
6166
6167     Signed-off-by: Stefan Roese <sr@denx.de>
6168
6169 commit 1095493a5d4c16f481a783f6f54d83ad0e07dfa0
6170 Author: Stefan Roese <sr@denx.de>
6171 Date:   Thu Nov 12 12:00:49 2009 +0100
6172
6173     ppc4xx: Consolidate pci_target_init() function
6174
6175     This patch removes the duplicted implementations of the pci_target_init()
6176     function by introducing a weak default function for it. This weak default
6177     has a different implementation for 440EP(x)/GR(x) PPC's. It can be
6178     overridden by a board specific version (e.g. PMC440, korat).
6179
6180     Signed-off-by: Stefan Roese <sr@denx.de>
6181     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6182
6183 commit 5e1ded558b7cc28a62c14598f6437023b6262444
6184 Author: Hui.Tang <zetalabs@gmail.com>
6185 Date:   Wed Nov 18 16:24:04 2009 +0800
6186
6187     S3C2410 NAND Flash Add Missing Function
6188
6189     This patch add nand_read_buf() for S3C2410 NAND SPL.
6190     In nand_spl/nand_boot.c, nand_boot() will check nand->select_chip,
6191     so nand->select_chip should also be initialized.
6192
6193     Signed-off-by: Hui.Tang <zetalabs@gmail.com>
6194
6195 commit 6cd752f927e515e63a038fa363edceec5a59c028
6196 Author: Sandeep Paulraj <s-paulraj@ti.com>
6197 Date:   Mon Nov 16 13:32:01 2009 -0500
6198
6199     NAND: Update read_read_subpage API check
6200
6201     This patch updates a check condition in the NAND driver.
6202     The check condition is similat to what is in linux/next.
6203
6204     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6205
6206 commit bb3e9828e7fbcc9e4518e51592876f4a0997d9ec
6207 Author: Sandeep Paulraj <s-paulraj@ti.com>
6208 Date:   Mon Nov 16 13:31:47 2009 -0500
6209
6210     NAND:Extending the nand_ecclayout structure
6211
6212     NANDs with page size of lesser than and equal to 2K are
6213     reaching EOL. They are bing replaced with NANDs of
6214     page size 4K and above.
6215     To support this we have to extend the eccpos field
6216
6217     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6218
6219 commit 3ffc0d61bad7d986e344ce7062b37c5c8f04fb0e
6220 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6221 Date:   Tue Oct 27 19:58:09 2009 +0100
6222
6223     ppc4xx: Initialize magnetic coupler on VOM405 boards
6224
6225     This patch fixes an ugly behavior of the IL712 magnetic coupler
6226     as used on VOM405. These parts will remember their last state
6227     over a power cycle which might cause unwanted behavior.
6228
6229     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6230     Signed-off-by: Stefan Roese <sr@denx.de>
6231
6232 commit be0db3e3141c6c6b4e232b51091f35a284cc54e5
6233 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6234 Date:   Mon Oct 26 09:58:45 2009 +0100
6235
6236     ppc4xx: Initialize magnetic couplers in PLU405
6237
6238     This patch fixes an ugly behavior of the IL712 magnetic couplers
6239     as used on PLU405. These parts will remember their last state
6240     over a power cycle which might cause unwanted behavior.
6241
6242     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6243     Signed-off-by: Stefan Roese <sr@denx.de>
6244
6245 commit 067f54c66acd469870ef6946e1591bfcc02de1b3
6246 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6247 Date:   Mon Oct 26 09:55:40 2009 +0100
6248
6249     Add minimal SJA1000 header for basic CAN mode
6250
6251     This patch is in preparation for the upcoming PLU405 board fix.
6252
6253     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6254     Signed-off-by: Stefan Roese <sr@denx.de>
6255
6256 commit 1d2e96de56cc57e25a19bc40d297f36c4c4443a2
6257 Author: Dirk Behme <dirk.behme@googlemail.com>
6258 Date:   Mon Nov 2 20:36:26 2009 +0100
6259
6260     OMAP2/3: I2C: Add support for second and third bus
6261
6262     Add support to use second and third I2C bus, too.
6263
6264     Bus 0 is still the default, but by calling i2c_set_bus_num(1/2) before doing
6265     I2C accesses, code can switch to bus 1 and 2, too. Don't forget to switch
6266     back afterwards, then.
6267
6268     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6269
6270 commit c758e947aa7d39a2be607ecdedd818ad300807b2
6271 Author: Amul Kumar Saha <amul.saha@samsung.com>
6272 Date:   Wed Nov 4 10:38:46 2009 +0530
6273
6274     ENV Variable support for Flex-OneNAND
6275
6276     Define and use CONFIG_ENV_ADDR_FLEX and CONFIG_ENV_SIZE_FLEX
6277     for storing environment variables.
6278
6279     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
6280     Signed-off-by: Amul Kumar Saha <amul.saha@samsung.com>
6281
6282 commit cacbe919584193f64e74088e03f068e52775bb86
6283 Author: Amul Kumar Saha <amul.saha@samsung.com>
6284 Date:   Fri Nov 6 17:15:31 2009 +0530
6285
6286     Flex-OneNAND driver support
6287
6288     This patch adds support for Flex-OneNAND devices.
6289
6290     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
6291     Signed-off-by: Amul Kumar Saha <amul.saha@samsung.com>
6292
6293 commit 35209cbceebe212a8c5ec17d552960f8bd4725f3
6294 Author: Mingkai Hu <Mingkai.hu@freescale.com>
6295 Date:   Tue Oct 20 16:58:17 2009 +0800
6296
6297     fsl_elbc_nand: remove the bbt descriptors relocation fixup
6298
6299     The commit 66372fe2 manually relocated the bbt pattern pointer,
6300     which can be removed by using full relocation.
6301
6302     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
6303
6304 commit 25643d4da257e51f6200b213c75de4fb5b345780
6305 Author: Mingkai Hu <Mingkai.hu@freescale.com>
6306 Date:   Tue Oct 20 16:58:16 2009 +0800
6307
6308     ppc/85xx: make boot from NAND full relocation to RAM
6309
6310     Take advantage of the latest full relocation commit of PPC platform
6311     for boot from NAND.
6312
6313     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
6314     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6315
6316 commit 7e86661cd777eec1e81c5e57c468e81138fda983
6317 Author: David Brownell <dbrownell@users.sourceforge.net>
6318 Date:   Sat Nov 7 16:27:01 2009 -0500
6319
6320     NAND: fix "raw" reads with ECC syndrome layouts
6321
6322     The syndrome based page read/write routines store ECC, and possibly other
6323     "OOB" data, right after each chunk of ECC'd data.  With ECC chunk size of
6324     512 bytes and a large page (2KiB) NAND, the layout is:
6325
6326       data-0 OOB-0 data-1 OOB-1 data-2 OOB-2 data-3 OOB-3 OOB-leftover
6327
6328     Where OOBx is (prepad, ECC, postpad).  However, the current "raw" routines
6329     use a traditional layout -- data OOB, disregarding the prepad and postpad
6330     values -- so when they're used with that type of ECC hardware, those calls
6331     mix up the data and OOB.  Which means, in particular, that bad block
6332     tables won't be found on startup, with data corruption and related chaos
6333     ensuing.
6334
6335     The current syndrome-based drivers in mainline all seem to use one chunk
6336     per page; presumably they haven't noticed such bugs.
6337
6338     Fix this, by adding read/write page_raw_syndrome() routines as siblings of
6339     the existing non-raw routines; "raw" just means to bypass the ECC
6340     computations, not change data and OOB layout.
6341
6342     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
6343     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
6344     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
6345
6346 commit 5df3c2b62cebaa0ddb2817364f93726e5dbe3525
6347 Author: Sandeep Paulraj <s-paulraj@ti.com>
6348 Date:   Sat Nov 7 14:25:18 2009 -0500
6349
6350     NAND: Don't walk past end of oobfree[]
6351
6352     When computing oobavail from the list of free areas in the OOB,
6353     don't assume there will always be an unused slot at the end.
6354     This syncs up with the kernel NAND driver.
6355
6356     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6357
6358 commit 18b5a4b43af3c8359cb568f4fa32d6b9dcebbf26
6359 Author: Sandeep Paulraj <s-paulraj@ti.com>
6360 Date:   Sat Nov 7 14:25:03 2009 -0500
6361
6362     NAND: Update check condition for nand_read_page_hwecc API
6363
6364     The patch updates the check condition for determining
6365     whether the ECC corrections has failed.
6366     This makes it similar to what is in the kernel NAND driver.
6367
6368     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6369
6370 commit e25ee0396226fb56679702d0361cf2645504e7f6
6371 Author: Sandeep Paulraj <s-paulraj@ti.com>
6372 Date:   Sat Nov 7 14:24:50 2009 -0500
6373
6374     NAND: Updating comments/explanations in the NAND driver
6375
6376     Patch updates the comments and explanations for
6377     the arguments to various functions.
6378
6379     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6380
6381 commit aad4a28b2518e1d24ee606d9ea31f9b4dd029777
6382 Author: Sandeep Paulraj <s-paulraj@ti.com>
6383 Date:   Sat Nov 7 14:24:34 2009 -0500
6384
6385     NAND: Subpage shift for ecc_steps equal to 16
6386
6387     This was originally part of Thomas Gleixner's patch for
6388     adding support for 4KiB pages.
6389     This is not part of the U-Boot NAND driver so updating the
6390     driver with this to sync up with the kernel NAND driver.
6391
6392     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6393
6394 commit 36e0b98ec832bb5ec42d6e249058d5b84f75dff8
6395 Author: Sandeep Paulraj <s-paulraj@ti.com>
6396 Date:   Sat Nov 7 14:24:20 2009 -0500
6397
6398     NAND: Remove commented out code
6399
6400     Patch removes already commented out dead code
6401
6402     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6403
6404 commit 4f41e7ea1a17ba7207ca41379bf344b317e72c12
6405 Author: Sandeep Paulraj <s-paulraj@ti.com>
6406 Date:   Sat Nov 7 14:24:06 2009 -0500
6407
6408     NAND: Correct the "chip_shift" calculation
6409
6410     This patch updates the "chip_shift" calculation in the
6411     NAND driver. This is being done to sync up the NAND driver with
6412     the kernel NAND driver.
6413
6414     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6415
6416 commit aaa8eec532876c47acfd31bf9b573a00eaad92ae
6417 Author: Sandeep Paulraj <s-paulraj@ti.com>
6418 Date:   Fri Oct 30 13:51:23 2009 -0400
6419
6420     NAND: Update to support 64 bit device size
6421
6422     This patch adds support for NANDs greater than 2 GB.
6423     Patch is based on the MTD NAND driver in the kernel.
6424
6425     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6426     Signed-off-by: Scott Wood <scottwood@freescale.com>
6427
6428 commit 581d04f14d7a39b63d418e2a21e44101233096d1
6429 Author: Peter Tyser <ptyser@xes-inc.com>
6430 Date:   Thu Oct 15 10:48:18 2009 -0500
6431
6432     cmd_nand: Move conditional compilation to Makefile
6433
6434     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6435
6436 commit 9574fd63a97d080e379f30b6a81a1221eaeb797e
6437 Author: Peter Tyser <ptyser@xes-inc.com>
6438 Date:   Thu Oct 15 10:48:17 2009 -0500
6439
6440     cmd_nand: Remove duplicate include
6441
6442     Also remove vague, unnecessary comment
6443
6444     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6445
6446 commit cdbdbe65f5f006cba208accee5a126c659d4b867
6447 Author: Kumar Gala <galak@kernel.crashing.org>
6448 Date:   Fri Nov 13 08:52:21 2009 -0600
6449
6450     ppc/85xx: Fix how we determine the number of CAM entries
6451
6452     We were incorrectly use the max CAM size as the number of entries in
6453     the array for setting up the addrmap.  We should be using the NENTRY
6454     field which is the low 12-bits of TLB1CFG.
6455
6456     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6457
6458 commit fbd47b6753b08162436d9ccad1e63c8d43ede54c
6459 Author: Mike Rapoport <mike@compulab.co.il>
6460 Date:   Thu Nov 12 15:35:08 2009 +0200
6461
6462     smc911x: make smc911x_initialize return correct value
6463
6464     Make smc911x_initialize return -1 on error and number of interfaces
6465     detected otherwise.
6466
6467     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
6468     Acked-by: Mike Frysinger <vapier@gentoo.org>
6469     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6470
6471 commit c44efcf97b335dcef7d014f65b7d3094e79adb13
6472 Author: Mike Frysinger <vapier@gentoo.org>
6473 Date:   Thu Nov 12 22:26:02 2009 -0500
6474
6475     smc911x_eeprom: fix building after smc911x overhaul
6476
6477     When the smc911x driver was converted to NET_MULTI, the smc911x eeprom was
6478     missed.  The config option needed updating as well as overhauling of the
6479     rergister read/write functions.
6480
6481     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6482     Tested-by: Mike Rapoport <mike.rapoport@gmail.com>
6483     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6484
6485 commit 3ad95deb30ac73bd57e966d321215a17d3236f9f
6486 Author: Dave Liu <daveliu@freescale.com>
6487 Date:   Thu Nov 12 07:26:37 2009 +0800
6488
6489     fsl-ddr: Fix the chip-select interleaving issue
6490
6491     commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
6492     introduced one new bug to chip-select interleaving.
6493
6494     Single DDR controller also can do the chip-select
6495     interleaving if there is dual-rank or qual-rank DIMMs.
6496
6497     Signed-off-by: Dave Liu <daveliu@freescale.com>
6498     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6499
6500 commit 651ef90fa6ca824c8e581aeef9e04bbbe7f7e9ce
6501 Author: javier Martin <javier.martin@vista-silicon.com>
6502 Date:   Thu Oct 29 08:22:43 2009 +0100
6503
6504     mxc_fec: avoid free() calls to already freed pointers.
6505
6506     Sometimes, inside NetLoop, eth_halt() is called before eth_init() has
6507     been called. This is harmless except for free() calls to pointers
6508     which have not been allocated yet.
6509
6510     This patch initializes those pointers to NULL and allocates them only
6511     the first time. This way we can get rid of free calls in halt callback.
6512
6513     This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains.
6514
6515     Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
6516     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6517
6518 commit e8f1546a88b4ade6a910c4a7958a774ee1b40023
6519 Author: javier Martin <javier.martin@vista-silicon.com>
6520 Date:   Thu Oct 29 08:18:34 2009 +0100
6521
6522     mxc_fec: fix some erroneous PHY accesses.
6523
6524     This patch fixes erroneous access to the ethernet PHY which broke the driver.
6525     1. Selector field in the auto-negotiation register must be 0x00001 for
6526     using 802.3, not 0x00000 which is reseved.
6527     2. Access to the PHY address specified by CONFIG_FEC_MXC_PHYADDR, not
6528     0x0 fixed address.
6529
6530     This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains.
6531
6532     Now using proper defines for auto-negotiation register.
6533
6534     Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
6535     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6536
6537 commit f865fcbbb35851e75fee9c3a3fa8e0f71d9e6463
6538 Author: Ron Lee <ron@debian.org>
6539 Date:   Wed Aug 5 20:14:01 2009 +0200
6540
6541     ARM Don't inline weak symbols
6542
6543     ------------------------------------------------------------------------
6544
6545     GCC 4.4 complains about this now.
6546
6547     Signed-off-by: Ron Lee <ron@debian.org>
6548
6549 commit efe12bcec55c3d77b9ead56e62010d26b66781f3
6550 Author: Stefan Roese <sr@denx.de>
6551 Date:   Mon Nov 9 14:15:42 2009 +0100
6552
6553     ppc4xx: Katmai: Add chip_config command
6554
6555     This patch removes the Katmai "bootstrap" command and replaces it
6556     with the now common command "chip_config".
6557
6558     Signed-off-by: Stefan Roese <sr@denx.de>
6559
6560 commit cdaed5dc31f4023610f180fe158ec8c6f5e855a3
6561 Author: Stefan Roese <sr@denx.de>
6562 Date:   Mon Nov 9 14:13:43 2009 +0100
6563
6564     ppc4xx: Switch to I2C bus numer 0 for chip_config command
6565
6566     All currently available 4xx derivats have the I2C bootstrap EEPROM
6567     located on I2C bus number 0. This patch now first sets this bus number,
6568     so that the chip_config command also works for board with multiple
6569     I2C busses, like Katmai.
6570
6571     Signed-off-by: Stefan Roese <sr@denx.de>
6572
6573 commit 985edaccc4fbaef6d357d104aed08f839058a32f
6574 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6575 Date:   Tue Oct 27 12:19:11 2009 +0100
6576
6577     ppc4xx: Add UBI support to PLU405 boards
6578
6579     -add UBI support
6580     -increase malloc'able memory size
6581     -cleanup MONITOR|FLASH_BASE|LEN constants
6582
6583     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6584     Signed-off-by: Stefan Roese <sr@denx.de>
6585
6586 commit d14c7ec2b51fb92c4a5218b299b772c3d186510d
6587 Author: Ben Warren <biggerbadderben@gmail.com>
6588 Date:   Mon Nov 9 13:09:57 2009 -0800
6589
6590     Fix SMC91111 regression: lpd7a40x build failures
6591
6592     Both lpd7a400 and lpd7a404 failed to compile because they had
6593     CONFIG_SMC_USE_IOFUNCS defined:
6594
6595     examples/standalone/smc91111_eeprom.c:388: undefined reference to `SMC_outw'
6596
6597     Also removed an orphaned paren in lpd7a404.h
6598
6599     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6600
6601 commit 1031ae960ce6ce8332190278a06e2d72c2b2793e
6602 Author: Ben Warren <biggerbadderben@gmail.com>
6603 Date:   Mon Nov 9 14:01:08 2009 -0800
6604
6605     SMC91111: Clean up SMC_inx macros on xsengine and xaeniax
6606
6607     This patch fixes the following warnings:
6608
6609     Configuring for xaeniax board...
6610     smc91111_eeprom.c: In function 'print_macaddr':
6611     smc91111_eeprom.c:278: warning: suggest parentheses around + or - in operand of &
6612     smc91111_eeprom.c:281: warning: suggest parentheses around + or - in operand of &
6613     ...
6614     Configuring for xsengine board...
6615     smc91111_eeprom.c: In function 'print_macaddr':
6616     smc91111_eeprom.c:278: warning: suggest parentheses around + or - inside shift
6617     smc91111_eeprom.c:281: warning: suggest parentheses around + or - inside shift
6618
6619     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6620
6621 commit 830c7b6722c6a9762411bf52a7bf2fae4dc71dab
6622 Author: Ben Warren <biggerbadderben@gmail.com>
6623 Date:   Mon Nov 9 11:43:18 2009 -0800
6624
6625     Fix CS8900 regression on impa7 board
6626
6627     The following error was seen on impa7 board, due to its use of a 32-bit bus
6628     on CS8900.
6629     cs8900.c:137:37: error: macro "get_reg_init_bus" passed 2 arguments, but takes just 1
6630
6631     This patch gives the macro the correct number of arguments
6632
6633     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6634
6635 commit e5c5d9e0834bacf1c4787fa76cc4e369f2597cf5
6636 Author: Mike Frysinger <vapier@gentoo.org>
6637 Date:   Sun Nov 1 22:39:56 2009 -0500
6638
6639     clarify eth driver halt/recv steps
6640
6641     The dev->halt() func can be called at any time, and the dev->recv() func
6642     does not need to use NetRxPackets[] when calling NetReceive().
6643
6644     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6645     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6646
6647 commit 497ab0eec5e1e2dfccc141a4485cd6b940e1424a
6648 Author: Hui.Tang <zetalabs@gmail.com>
6649 Date:   Thu Nov 5 09:58:44 2009 +0800
6650
6651     Fix cs8900 dev->priv not init issue
6652
6653     Ensure all CS8900 data structures are assigned before accessing device
6654
6655     Signed-off-by: Hui.Tang <zetalabs@gmail.com>
6656     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6657
6658 commit 4fe5193d464ecdac26ddc71b1351be5b86bbff29
6659 Author: Stefan Roese <sr@denx.de>
6660 Date:   Tue Nov 3 14:34:45 2009 +0100
6661
6662     ppc4xx: 44x_spd_ddr2.c: Fix register macro ECCCR -> ECCES (SDRAM_ECCES)
6663
6664     This error only appears when DEBUG is enabled in this driver. That's why
6665     it went unnoticed till now.
6666
6667     Signed-off-by: Stefan Roese <sr@denx.de>
6668
6669 commit 916ed9444d3ab7b5cd6312557005f2a764a8baf7
6670 Author: Stefan Roese <sr@denx.de>
6671 Date:   Thu Oct 29 18:37:45 2009 +0100
6672
6673     ppc4xx: Canyonlands: Change EBC bus config to drive always (no high-z)
6674
6675     This patch fixes a problem only seen very occasionally on Canyonlands.
6676     The NOR flash interface (CFI driver) doesn't work reliably in all cases.
6677     Erasing and/or programming sometimes doesn't work. Sometimes with
6678     an error message, like "flash not erased" when trying to program an
6679     area that should have just been erased. And sometimes without any error
6680     messages. As mentioned above, this problem was only seen rarely and with
6681     some PLL configuration (CPU speed, EBC speed).
6682
6683     Now I spotted this problem a few times, when running my Canyonlands with
6684     the following setup (chip_config):
6685
6686     1000-nor         - NOR  CPU:1000 PLB: 200 OPB: 100 EBC: 100
6687
6688     Changing the EBC configuration to not release the bus into high
6689     impedance state inbetween the transfers (ATC, DTC and CTC bits set to 1
6690     in EBC0_CFG) seems to fix this problem. I haven't seen any failure
6691     anymore with this patch applied.
6692
6693     Signed-off-by: Stefan Roese <sr@denx.de>
6694     Cc: David Mitchell <dmitchell@amcc.com>
6695     Cc: Jeff Mann <MannJ@embeddedplanet.com>
6696
6697 commit 56f9b39d1f5d3c51e4b19792adb65bd93a8b6fcb
6698 Author: Stefan Roese <sr@denx.de>
6699 Date:   Mon Nov 9 13:01:19 2009 +0100
6700
6701     ppc4xx: Fix NAND booting targets after 4xx linker script consolidation
6702
6703     Somehow I missed the NAND booting targets in the 4xx linker script
6704     consolidation patchset. This patch fixes this issue.
6705
6706     Signed-off-by: Stefan Roese <sr@denx.de>
6707
6708 commit 9a81c61249d8361ed57d81f496121f3eb9c0eee8
6709 Author: Stefan Roese <sr@denx.de>
6710 Date:   Thu Oct 29 16:54:52 2009 +0100
6711
6712     ppc4xx: Remove duplicated is_pci_host() functions
6713
6714     This patch introduces a weak default function for is_pci_host(),
6715     returning 1. This is the default behaviour, since most boards only
6716     implement PCI host functionality. This weak default can be overridden
6717     by a board specific version if needed.
6718
6719     Signed-off-by: Stefan Roese <sr@denx.de>
6720
6721 commit b0b867462c569e7accd6f78c942cbab028116ecf
6722 Author: Stefan Roese <sr@denx.de>
6723 Date:   Thu Oct 29 15:04:35 2009 +0100
6724
6725     ppc4xx: Consolidate 4xx PCIe board specific configuration
6726
6727     This patch consolidates the PPC4xx board specific PCIe configuration
6728     code. This way the duplicated code is removed. Boards can implement a
6729     special, non standard behaviour (e.g. number of PCIe slots, etc) by
6730     overriding the weak default functions.
6731
6732     Signed-off-by: Stefan Roese <sr@denx.de>
6733
6734 commit 25793f76bf9a7be59c9415ef0f78d034e8d53dae
6735 Author: Remy Bohmer <linux@bohmer.net>
6736 Date:   Thu Oct 29 12:29:37 2009 +0100
6737
6738     ARM: Use Linux version for unaligned access code
6739
6740     The asm-arm/unaligned.h includes linux/unaligned/access_ok.h
6741     This file is unsafe to be used on ARM, since it does an unaligned memory
6742     accesses which fails on ARM.
6743
6744     Lookin at Linux the basic difference seems to be the header
6745     "include/asm-arm/unaligned.h". The Linux version of "unaligned.h"
6746     does *not* include "access_ok.h" at all. It includes "le_byteshift.h"
6747     and "be_byteshift.h" instead.
6748
6749     Signed-off-by: Remy Bohmer <linux@bohmer.net>
6750     Signed-off-by: Stefan Roese <sr@denx.de>
6751     --
6752      include/asm-arm/unaligned.h            |    3 -
6753      include/linux/unaligned/be_byteshift.h |   70 +++++++++++++++++++++++++++++++++
6754      include/linux/unaligned/le_byteshift.h |   70 +++++++++++++++++++++++++++++++++
6755      3 files changed, 142 insertions(+), 1 deletion(-)
6756      create mode 100644 include/linux/unaligned/be_byteshift.h
6757      create mode 100644 include/linux/unaligned/le_byteshift.h
6758
6759 commit 6d6e7c53d5c75e5e24841c5506f4ed9d82adee09
6760 Author: Kumar Gala <galak@kernel.crashing.org>
6761 Date:   Wed Nov 4 18:02:10 2009 -0600
6762
6763     ppc/85xx: Fix inclusion of 83xx immap in 85xx builds
6764
6765     The nand_boot_fsl_elbc.c is shared between 83xx & 85xx however we should
6766     not be including the immap_83xx.h when building 85xx.  We can just get
6767     this all from common.h
6768
6769     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6770
6771 commit 107b579c75256212d4bf8b99ee8d68e0078f3646
6772 Author: Becky Bruce <beckyb@kernel.crashing.org>
6773 Date:   Wed Nov 4 17:34:04 2009 -0600
6774
6775     86xx: Remove redundant code in initdram
6776
6777     The same code exists both inside an #ifdef and outside of it.
6778     Remove the extra code for all the 86xx boards.
6779
6780     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6781     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6782
6783 commit 715d8f7608f77c93f1807a032644893fd5b6d08b
6784 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
6785 Date:   Mon Nov 2 09:05:49 2009 -0600
6786
6787     fsl_pci_init_port end-point initialization is broken
6788
6789     commit 70ed869e broke fsl pcie end-point initialization.
6790     Returning 0 is not correct.  The function must return the first free
6791     bus number for the next controller.
6792
6793     fsl_pci_init() must still be called and a bus allocated even if the
6794     controller is an end-point.
6795
6796     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6797     Acked-by: Vivek Mahajan <vivek.mahajan@freescale.com>
6798     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6799
6800 commit 01471d538fb163f472a769f21267d7676c91267c
6801 Author: Kumar Gala <galak@kernel.crashing.org>
6802 Date:   Wed Nov 4 01:29:04 2009 -0600
6803
6804     Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support"
6805
6806     This reverts commit 70ed869ea5f6b1d13d7b140c83ec0dcd8a127ddc.
6807
6808     There isn't any need to modify the API for fsl_pci_init_port to pass the
6809     status of host/agent(end-point) status.  We can determine that
6810     internally to fsl_pci_init_port.  Revert the patch that makes the API
6811     change.
6812
6813     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6814
6815 commit 2cd95a25cb0ee8218b271d23d64fb3f719ac5390
6816 Author: Stefan Roese <sr@denx.de>
6817 Date:   Tue Oct 27 16:20:05 2009 +0100
6818
6819     ppc4xx: Remove board specific linker scripts from most PPC4xx boards
6820
6821     All these linker scripts can be removed since the new common ppc4xx
6822     linker script should be able to handle all of those boards.
6823
6824     Please test and report problems. Thanks.
6825
6826     Signed-off-by: Stefan Roese <sr@denx.de>
6827
6828 commit 4649913ea5f440d756d150a6fdf2fb2e8ecb75fd
6829 Author: Stefan Roese <sr@denx.de>
6830 Date:   Tue Oct 27 16:11:26 2009 +0100
6831
6832     ppc4xx: Add common ppc4xx linker script
6833
6834     This linker script can be used by all PPC4xx platforms. It works for
6835     PPC405 and PPC440 platforms. Boards which need a board specific linker
6836     script can override this default linker script in board/*/config.mk.
6837
6838     Signed-off-by: Stefan Roese <sr@denx.de>
6839
6840 commit b1245dd3c6409c743f6c2768d00e909a4c8cc4ea
6841 Author: Stefan Roese <sr@denx.de>
6842 Date:   Tue Oct 27 16:16:13 2009 +0100
6843
6844     ppc4xx: Add custom linker script to board/*/config.mk
6845
6846     These boards have special linker scripts right now. We can't use the
6847     common 4xx linker script here. So overrride the linker script (LDSCRIPT)
6848     in board/*/config.mk and choose the board specific version.
6849
6850     Signed-off-by: Stefan Roese <sr@denx.de>
6851
6852 commit ceaa62a6f0237a8ddd2a5f659e6535fcd054332f
6853 Author: Stefan Roese <sr@denx.de>
6854 Date:   Tue Oct 27 15:57:24 2009 +0100
6855
6856     ppc4xx: Fix problems in some ppc4xx board Makefiles
6857
6858     Some 4xx Makefiles didn't add $(SOBJ) to their board library. This was
6859     no till now problem, since those boards included this object (init.o
6860     most of the time) directly from their linker scripts. This patch clean
6861     this up, so that all objects are now collected in the board library. This
6862     is in preparation for the upcoming PPC4xx linker script consolidation.
6863
6864     Signed-off-by: Stefan Roese <sr@denx.de>
6865
6866 commit a0ff1f129a0e1a466e4f8568fce12b7b84578e4c
6867 Author: Stefan Roese <sr@denx.de>
6868 Date:   Tue Oct 27 11:20:53 2009 +0100
6869
6870     ppc4xx: sc3: Remove unreferenced external declarations from sc3.h
6871
6872     Signed-off-by: Stefan Roese <sr@denx.de>
6873     Acked-by: Heiko Schocher <hs@denx.de>
6874
6875 commit 7ec1fedda6ac551c67f2214ced94e4b49b6680e4
6876 Author: Stefan Roese <sr@denx.de>
6877 Date:   Tue Oct 27 11:46:23 2009 +0100
6878
6879     mkconfig: Create board directory (CONFIG_BOARDDIR) in include/config.h
6880
6881     This patch extends the mkconfig script to automatically create a define
6882     for the board directory in include/config.h:
6883
6884     #define CONFIG_BOARDDIR board/amcc/canyonlands
6885
6886     This is needed for the upcoming PPC4xx linker script consolidation,
6887     where the PPC440 platforms need to include a board specific file in
6888     the common linker script.
6889
6890     Signed-off-by: Stefan Roese <sr@denx.de>
6891
6892 commit ff88229549e08fdd3f9127c1cc4db11a3576250f
6893 Author: Dave Liu <daveliu@freescale.com>
6894 Date:   Sat Oct 31 07:59:55 2009 +0800
6895
6896     ppc/85xx: Fix misc L2 cache enabling bug
6897
6898     We need loop-check the flash clear lock and enable bit for L2 cache.
6899
6900     Signed-off-by: Dave Liu <daveliu@freescale.com>
6901     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6902
6903 commit cd12f615e4dd1dd24caab93f4157894783c6c1c0
6904 Author: Wolfgang Grandegger <wg@denx.de>
6905 Date:   Fri Oct 23 12:03:16 2009 +0200
6906
6907     mpc52xx: add support for the IPEK01 board
6908
6909     This patch adds support for the board IPEK01 based on the MPC5200.
6910     The Futjitsu Lime graphics controller is configured in 16 bpp mode.
6911
6912     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
6913
6914 commit 229b6dce675c729ee0ea2d7b61fbcda89b23b6b8
6915 Author: Wolfgang Grandegger <wg@denx.de>
6916 Date:   Fri Oct 23 12:03:15 2009 +0200
6917
6918     video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01
6919
6920     In 16 bpp mode, the new IPEK01 board only requires swapping of D16 words
6921     for D32 accesses due to the diffferent connecting to the GDC bus. This
6922     patch introduces the configuration option VIDEO_FB_16BPP_WORD_SWAP,
6923     which should be set for all board using the mb862xx in 16 bpp mode. For
6924     the IPEK01, VIDEO_FB_16BPP_PIXEL_SWAP should not be set.
6925
6926     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
6927
6928 commit 5d16ca87100ea58c93c46b9f0264981eaed49568
6929 Author: Anatolij Gustschin <agust@denx.de>
6930 Date:   Fri Oct 23 12:03:14 2009 +0200
6931
6932     video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode
6933
6934     The new IPEK01 board can use the 32 bpp mode for the Lime graphics
6935     controller. For this mode, video accelaration does not work. This patch
6936     makes the accelaration configurable via CONFIG_VIDEO_MB862xx_ACCEL,
6937     which is enabled for the lwmon5 and the socrates board for backward
6938     compatibility.
6939
6940     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6941     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
6942
6943 commit c28d3bbe963f4c57937d6fdc1dd63cd3562c147c
6944 Author: Wolfgang Grandegger <wg@denx.de>
6945 Date:   Fri Oct 23 12:03:13 2009 +0200
6946
6947     video: mb862xx: improve board-specific Lime configuration
6948
6949     To avoid board-specific code accessing the mb862xx registers directly,
6950     the public function mb862xx_probe() has been introduced. Furthermore,
6951     the "Change of Clock Frequency" and "Set Memory I/F Mode" registers
6952     are now defined by CONFIG_SYS_MB862xx_CCF and CONFIG_SYS_MB862xx__MMR,
6953     respectively. The BSPs for the socrates and lwmon5 boards have been
6954     adapted accordingly.
6955
6956     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
6957
6958 commit 08ea550eef310e9d59d83f3cfd57a902373bf17f
6959 Author: Valentin Yakovenkov <yakovenkov@niistt.ru>
6960 Date:   Mon Oct 26 18:49:06 2009 -0400
6961
6962     new PCA9564 i2c bridge driver
6963
6964     Signed-off-by: Valentin Yakovenkov <yakovenkov@niistt.ru>
6965     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6966
6967 commit 08a1c6258c2a04cead33eac50d96ea89979dcb94
6968 Author: Mike Frysinger <vapier@gentoo.org>
6969 Date:   Wed Oct 14 19:27:27 2009 -0400
6970
6971     Blackfin: TWI/I2C: implement bus speed get/set functions
6972
6973     While we're here, improve the speed calculation a bit to match the HRM.
6974
6975     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6976
6977 commit 3814ea4f0002536ac592480b2cdafa319a16e329
6978 Author: Mike Frysinger <vapier@gentoo.org>
6979 Date:   Wed Oct 14 19:27:26 2009 -0400
6980
6981     Blackfin: TWI/I2C: add timeout to transfer
6982
6983     The current transfer code relies on ctrlc() to abort transfers, but this
6984     requires user interactivity.  Naturalize the process with a timeout.
6985
6986     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6987
6988 commit 59434fe243962758742af5cb8e2ced976e17c302
6989 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6990 Date:   Fri Oct 30 10:16:27 2009 +0900
6991
6992     sh: Update lowlevel_init.S of espt-giga
6993
6994     There was the point that did not use write macro.
6995     Change to write macro.
6996
6997     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6998
6999 commit f1cae1969d9e971fb72827a5731ce7e752464aa2
7000 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7001 Date:   Fri Oct 30 10:01:25 2009 +0900
7002
7003     sh: Move some defs to convince 'pcrel too far'
7004
7005     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7006     Signed-off-by: Takashi Yoshii <yoshii.takashi@gmail.com>
7007
7008 commit 0f9eaf4b323ea0ca95944b84c7465b81ba575514
7009 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7010 Date:   Thu Oct 15 13:36:34 2009 +0900
7011
7012     sh: Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios.
7013
7014     By "arm/microblaze/nios/nios2/sh: Remove relocation fixups"
7015     (commit: 0630535e2d062dd73c1ceca5c6125c86d1127a49", doesn't need
7016     malloc_bin_reloc function. This commit remove this.
7017
7018     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7019
7020 commit 0775437293a6963cb21244dfae6978cbf67c6bfe
7021 Author: Ben Warren <biggerbadderben@gmail.com>
7022 Date:   Wed Oct 21 21:53:39 2009 -0700
7023
7024     Fix DM9000 MAC address handling
7025
7026     Proper behavior is to pull MAC address from NVRAM in the initialization() an
7027     stuff it in dev->address, then program the device from dev->address in
7028     the init() function.
7029
7030     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7031
7032 commit 98d92d8c9f4021629a45261ad5ec3f3595f3a27a
7033 Author: Wolfgang Denk <wd@denx.de>
7034 Date:   Wed Oct 28 22:07:56 2009 +0100
7035
7036     sbc8349: fix incorrect comment
7037
7038     The comment for the BR0_PRELIM port size initialization incorrectly
7039     stated 32 bit, while it's actually 16 bit. The code is correct.
7040
7041     Reported-by: Guenter Koellner <guenter.koellner@nsn.com>
7042     Signed-off-by: Wolfgang Denk <wd@denx.de>
7043
7044 commit a38f85e180a30b6225808828ded1017b1a5418c6
7045 Author: Sandeep Paulraj <s-paulraj@ti.com>
7046 Date:   Wed Oct 28 11:05:03 2009 -0400
7047
7048     Fix Compliation warning for TNY-A9260 and TNY-A9G20
7049
7050     The patch fixes a compilation warning by defining
7051     CONFIG_SYS_64BIT_VSPRINTF in the config file
7052
7053     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7054
7055 commit 264e42ee54f1d322805d9068168fd362b413fd09
7056 Author: Sandeep Paulraj <s-paulraj@ti.com>
7057 Date:   Wed Oct 28 11:04:53 2009 -0400
7058
7059     Fix Compliation warning for SBC35-A9G20 board
7060
7061     The patch fixes a compilation warning by defining
7062     CONFIG_SYS_64BIT_VSPRINTF in the config file
7063
7064     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7065
7066 commit 353462f6ff9769091fb644d44d8025f20a4192d9
7067 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
7068 Date:   Wed Oct 28 09:37:33 2009 -0500
7069
7070     galaxy5200: Add default environment variables
7071
7072     Extend bootdelay to 10 seconds.  Set boot retry time to 120 seconds and use
7073     reset to retry.  Define default bootcommand and bootargs for production.
7074
7075     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
7076
7077 commit fa36ae790eb10ce70935f9a78f07703719dca422
7078 Author: Stefan Roese <sr@denx.de>
7079 Date:   Tue Oct 27 15:15:55 2009 +0100
7080
7081     cfi: Add weak default function for flash_cmd_reset()
7082
7083     Currently the CFI driver issues both AMD and Intel reset commands.
7084     This is because the driver doesn't know yet which chips are connected.
7085     This dual reset seems to cause problems with the M29W128G chips as
7086     reported by Richard Retanubun. This patch now introduces a weak default
7087     function for the CFI reset command, still with both resets. This can
7088     be overridden by a board specific version if necessary.
7089
7090     Signed-off-by: Stefan Roese <sr@denx.de>
7091     Cc: Richard Retanubun <RichardRetanubun@ruggedcom.com>
7092
7093 commit 4946775c6db52dba28f72ba3525764b54f1d4593
7094 Author: Wolfgang Denk <wd@denx.de>
7095 Date:   Wed Oct 28 00:49:47 2009 +0100
7096
7097     Coding Style cleanup; update CHANGELOG, prepare -rc1
7098
7099     Signed-off-by: Wolfgang Denk <wd@denx.de>
7100
7101 commit 246c69225c7b962d5c93e92282b78ca9fc5fefee
7102 Author: Peter Tyser <ptyser@xes-inc.com>
7103 Date:   Sun Oct 25 15:12:56 2009 -0500
7104
7105     Add 'editenv' command
7106
7107     The editenv command can be used to edit an environment variable.
7108     Editing an environment variable is useful when one wants to tweak an
7109     existing variable, for example fix a typo or change the baudrate in the
7110     'bootargs' environment variable.
7111
7112     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7113
7114 commit b0fa8e50632a628766db23f5c884ec63f1469552
7115 Author: Peter Tyser <ptyser@xes-inc.com>
7116 Date:   Sun Oct 25 15:12:55 2009 -0500
7117
7118     setenv(): Delete 0-length environment variables
7119
7120     Previously setenv() would only delete an environment variable if it
7121     was passed a NULL string pointer as a value.  It should also delete an
7122     environment variable when it encounters a valid string pointer of
7123     0-length.
7124
7125     This change/fix is generally useful and is necessary for the upcoming
7126     "editenv" command.
7127
7128     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7129
7130 commit ecc5500ee487170d8af6ff893fd1e0082380a01a
7131 Author: Peter Tyser <ptyser@xes-inc.com>
7132 Date:   Sun Oct 25 15:12:54 2009 -0500
7133
7134     readline(): Add ability to modify a string buffer
7135
7136     If the 'buf' parameter is a non-0-length string, its contents will be
7137     edited.  Previously, the initial contents of 'buf' were ignored and the
7138     user entered its contents from scratch.
7139
7140     This change is necessary to support the upcoming "editenv" command but
7141     could also be used for future commands which require a user to modify
7142     an existing string.
7143
7144     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7145
7146 commit f923943843cd617d681387e7fe81a48060cc6401
7147 Author: Peter Tyser <ptyser@xes-inc.com>
7148 Date:   Sun Oct 25 15:12:53 2009 -0500
7149
7150     cread_line(): Remove unused variables
7151
7152     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7153
7154 commit e491a71e578e93bd3b2f8f20d8ef8f111c98010d
7155 Author: Peter Tyser <ptyser@xes-inc.com>
7156 Date:   Sun Oct 25 15:12:52 2009 -0500
7157
7158     Check for NULL prompt in readline_into_buffer()
7159
7160     Previously, passing readline() or readline_into_buffer() a NULL 'prompt'
7161     parameter would result in puts() printing garbage when
7162     CONFIG_CMDLINE_EDITING was enabled.
7163
7164     Note that no board currently triggers this bug.  Enabling
7165     CONFIG_CMDLINE_EDITING on some boards (eg bab7xx) would result in
7166     the bug appearing.  This change is only intended to prevent someone
7167     from running into this issue in the future.
7168
7169     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7170
7171 commit 16d1c10783660f3fdbc3c19141f42f3b0d1834d3
7172 Author: Wolfgang Denk <wd@denx.de>
7173 Date:   Sun Oct 25 23:00:09 2009 +0100
7174
7175     drivers/net/phy/miiphybb.c: fix warning: no newline at end of file
7176
7177     Add missing newline.
7178
7179     Signed-off-by: Wolfgang Denk <wd@denx.de>
7180     Cc: Luigi Mantellini <luigi.mantellini@idf-hit.com>
7181     Cc: Ben Warren <biggerbadderben@gmail.com>
7182
7183 commit a747a7f31059b9069e97c78bba5496409c33aa05
7184 Author: Wolfgang Denk <wd@denx.de>
7185 Date:   Tue Oct 27 00:03:32 2009 +0100
7186
7187     Revert "env: only build env_embedded and envcrc when needed"
7188
7189     Breaks building on many boards, and no really clean fix available yet.
7190
7191     This reverts commit 6dab6add2d8ee80905234b326abc3de11be1d178.
7192
7193 commit 3fca80375981fe83d4674a0267183b469a1ea7ff
7194 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
7195 Date:   Thu Oct 15 17:47:16 2009 +0400
7196
7197     mpc85xx: Configure QE USB for MPC8569E-MDS boards
7198
7199     Setup QE pin multiplexing for USB function, configure needed BCSRs
7200     and add some fdt fixups.
7201
7202     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
7203     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7204
7205 commit 14809b6c21c89dd65abaf3fea7627fb5ea0f78a3
7206 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
7207 Date:   Thu Oct 15 17:47:13 2009 +0400
7208
7209     mpc85xx: Configure QE UART for MPC8569E-MDS boards
7210
7211     To make QE UART usable by Linux we should setup pin multiplexing
7212     and turn UCC2 Ethernet node into UCC2 QE UART node.
7213
7214     Also, QE UART is mutually exclusive with UART0, so we can't enable
7215     it if eSDHC is in 4-bits mode on pilot boards, or if it's a prototype
7216     board with eSDHC in 1- or 4-bits mode.
7217
7218     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
7219     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7220
7221 commit 70d665b1d230b9575a647948e8db3da1e6743e5c
7222 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
7223 Date:   Thu Oct 15 17:47:11 2009 +0400
7224
7225     mpc85xx: Setup QE pinmux for SPI Flash on MPC8569E-MDS boards
7226
7227     SPI Flash (M25P40) is connected to the SPI1 bus, we need a few
7228     qe_iop entries to actually enable SPI1 on these boards.
7229
7230     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
7231     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7232
7233 commit 65dec3b4599a17e83ec69dfd059e4ea1e795ef37
7234 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
7235 Date:   Thu Oct 15 17:47:09 2009 +0400
7236
7237     mpc85xx: Setup SRIO memory region LAW for MPC8569E-MDS boards
7238
7239     This patch sets memory window for Serial RapidIO on MPC8569E-MDS
7240     boards.
7241
7242     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
7243     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7244
7245 commit a29155e12286cc5ec2df72c1cab28e3659bfdad5
7246 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
7247 Date:   Thu Oct 15 17:47:08 2009 +0400
7248
7249     mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards
7250
7251     Simply add some defines, and adjust TLBe setup to include some
7252     space for eLBC NAND.
7253
7254     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
7255     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7256
7257 commit 7f52ed5ef1b490da282ace3316be381a6abf96a5
7258 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
7259 Date:   Thu Oct 15 17:47:06 2009 +0400
7260
7261     mpc85xx: Add eSDHC support for MPC8569E-MDS boards
7262
7263     eSDHC is mutually exlusive with UART0 (in 4-bits mode) and I2C2
7264     (in 1-bit mode). When eSDHC is used, we should switch u-boot console to
7265     UART1, and make the proper device-tree fixups.
7266
7267     Because of an erratum in prototype boards it is impossible to use eSDHC
7268     without disabling UART0 (which makes it quite easy to 'brick' the board
7269     by simply issung 'setenv hwconfig esdhc', and not able to interact with
7270     U-Boot anylonger).
7271
7272     So, but default we assume that the board is a prototype, which is a most
7273     safe assumption. There is no way to determine board revision from a
7274     register, so we use hwconfig.
7275
7276     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
7277     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7278
7279 commit 48618126f78f05042dae428811809b594f747eb9
7280 Author: Peter Tyser <ptyser@xes-inc.com>
7281 Date:   Fri Oct 23 15:55:48 2009 -0500
7282
7283     xpedite5370: Enable multi-core support
7284
7285     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7286     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7287
7288 commit 5ccd29c3679b3669b0bde5c501c1aa0f325a7acb
7289 Author: Peter Tyser <ptyser@xes-inc.com>
7290 Date:   Fri Oct 23 15:55:47 2009 -0500
7291
7292     85xx: MP Boot Page Translation update
7293
7294     This change has 3 goals:
7295     - Have secondary cores be released into spin loops at their 'true'
7296       address in SDRAM.  Previously, secondary cores were put into spin
7297       loops in the 0xfffffxxx address range which required that boot page
7298       translation was always enabled while cores were in their spin loops.
7299
7300     - Allow the TLB window that the primary core uses to access the
7301       secondary cores boot page to be placed at any address.  Previously, a
7302       TLB window at 0xfffff000 was always used to access the seconary cores'
7303       boot page.  This TLB address requirement overlapped with other
7304       peripherals on some boards (eg XPedite5370).  By default, the boot
7305       page TLB will still use the 0xfffffxxx address range, but this can be
7306       overridden on a board-by-board basis by defining a custom
7307       CONFIG_BPTR_VIRT_ADDR.  Note that the TLB used to map the boot page
7308       remains in use while U-Boot executes.  Previously it was only
7309       temporarily used, then restored to its initial value.
7310
7311     - Allow Boot Page Translation to be disabled on bootup.  Previously,
7312       Boot Page Translation was always left enabled after secondary cores
7313       were brought out of reset.  This caused the 0xfffffxxx address range
7314       to somewhat "magically" be translated to an address in SDRAM.  Some
7315       boards may not want this oddity in their memory map, so defining
7316       CONFIG_MPC8xxx_DISABLE_BPTR will turn off Boot Page Translation after
7317       the secondary cores are initialized.
7318
7319     These changes are only applicable to 85xx boards with CONFIG_MP defined.
7320
7321     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7322     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7323
7324 commit 70ed869ea5f6b1d13d7b140c83ec0dcd8a127ddc
7325 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
7326 Date:   Tue Oct 27 12:18:55 2009 +0530
7327
7328     ppc/85xx/pci: fsl_pci_init: pcie agent mode support
7329
7330     Originally written by Jason Jin and Mingkai Hu for mpc8536.
7331
7332     When QorIQ based board is configured as a PCIe agent, then unlock/enable
7333     inbound PCI configuration cycles and init a 4K inbound memory window;
7334     so that a PCIe host can access the PCIe agents SDRAM at address 0x0
7335
7336     * Supported in fsl_pci_init_port() after adding pcie_ep as a param
7337     * Revamped copyright in drivers/pci/fsl_pci_init.c
7338     * Mods in 85xx based board specific pci init after this change
7339
7340     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
7341     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7342
7343 commit 273a28ad9ef59dcfcd4c056ec1f61f1e0896cfaa
7344 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7345 Date:   Tue Oct 27 09:36:38 2009 +0530
7346
7347     85xx/p1_p2_rdb: Fixing DDR configuration for 800MHz data rate
7348
7349     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7350     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7351
7352 commit 924024c396761c267b948f38d78e9905f2036501
7353 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7354 Date:   Tue Oct 27 09:26:55 2009 +0530
7355
7356     85xx/p1_p2rdb: Fix crash while configuring 32 bit DDR i/f for P1020RDB.
7357
7358     The data being modified was in NOR flash which caused the crash.
7359
7360     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7361     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7362
7363 commit 2c0c58b92dbb68007061bdc0edd23bdf142efebf
7364 Author: Sergey Mironov <ierton@gmail.com>
7365 Date:   Wed Sep 23 16:47:38 2009 +0400
7366
7367     Fix bug in jumptable call stubs for SPARC.
7368
7369     Signed-off-by: Sergey Mironov <ierton@gmail.com>
7370     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
7371
7372 commit 3e303f748cf57fb23e8ec95ab7eac0074be50e2b
7373 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
7374 Date:   Thu Oct 15 17:47:04 2009 +0400
7375
7376     fdt_support: Add multi-serial support for stdout fixup
7377
7378     Currently fdt_fixup_stdout() is using hard-coded CONFIG_CONS_INDEX
7379     constant. With multi-serial support, the CONS_INDEX may no longer
7380     represent actual console, so we should try to extract port number
7381     from the current stdio device name instead of always hard-coding the
7382     constant value.
7383
7384     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
7385     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
7386     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7387
7388 commit da0e5f7ee828f246d85997486fff308837069453
7389 Author: Leon Woestenberg <leon.woestenberg@gmail.com>
7390 Date:   Mon Oct 26 10:03:32 2009 +0100
7391
7392     ppc/85xx: Fix crashes due to generation of SPE instruction
7393
7394     U-Boot crashed on the last instruction:
7395
7396     int parse_stream_outer(struct in_str *inp, int flag)
7397     {
7398     effa4784:       94 21 ff 38     stwu    r1,-200(r1)
7399     effa4788:       7c 08 02 a6     mflr    r0
7400     effa478c:       42 9f 00 05     bcl-    20,4*cr7+so,effa4790 <parse_stream_outer+0xc>
7401     effa4790:       7d 80 00 26     mfcr    r12
7402     effa4794:       13 c1 b3 21     evstdd  r30,176(r1)
7403
7404     ...which is a  SPE instruction, although -mno-spe was used.
7405
7406     tmp/cross/ppce500v2/bin/powerpc-angstrom-linux-gnuspe-gcc --version
7407     powerpc-angstrom-linux-gnuspe-gcc (GCC) 4.3.3
7408
7409     Seems to be a known issue (since 2008-04?!)
7410
7411     Googled some, turns out this patch/workaround works for me on MPC8536DS.
7412
7413     See http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00311.html for more info
7414
7415     Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
7416     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7417
7418 commit 654ea1f3184235694306ddc5874baa27ad3018fe
7419 Author: Dave Liu <daveliu@freescale.com>
7420 Date:   Thu Oct 22 00:10:23 2009 -0500
7421
7422     ppc/85xx: Make L2 support more robust
7423
7424     According the user manual, we need loop-check the L2 enable bit set.
7425
7426     Signed-off-by: Dave Liu <daveliu@freescale.com>
7427     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7428
7429 commit 613ad28c3da4c7fc6336ef9d94993b25a5d0586e
7430 Author: Kumar Gala <galak@kernel.crashing.org>
7431 Date:   Mon Oct 26 21:21:25 2009 -0500
7432
7433     ppc/85xx: Fix compiler warning in nand_spl/.../p1_p2_rdb/nand_boot.c
7434
7435     nand_boot.c: In function 'board_init_f':
7436     nand_boot.c:44: warning: 'sys_clk' may be used uninitialized in this function
7437
7438     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7439
7440 commit e8967d96a0e8d09d91a3b7bd292746996dd8e7ac
7441 Author: Kumar Gala <galak@kernel.crashing.org>
7442 Date:   Mon Oct 26 21:18:33 2009 -0500
7443
7444     ppc/85xx: Fix building NAND_SPL out of tree
7445
7446     We need to source files to exist in the O=<FOO> nand_spl dir when
7447     we build out of tree.
7448
7449     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7450
7451 commit f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f
7452 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
7453 Date:   Fri Oct 23 10:52:38 2009 +0200
7454
7455     License cleanup: Fix license header for some esd display configurations
7456
7457     These files were autogenerated by EPSON configuration tools.
7458     This patch replaces the autogenerated file headers by the GPL
7459     license notice.
7460
7461     This change is done with the explicit permission
7462     of Epson Research & Development / IC Software Development.
7463
7464     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
7465
7466 commit 4166ee58d30ada7b298b9c941067f0341c2dccbe
7467 Author: Mike Frysinger <vapier@gentoo.org>
7468 Date:   Fri Oct 9 17:12:44 2009 -0400
7469
7470     sf: add GPL-2 license info
7471
7472     Some of the new spi flash files were missing explicit license lines.
7473
7474     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7475     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7476
7477 commit d535a493004fb701f131b132402a7704f9c9342d
7478 Author: Kumar Gala <galak@kernel.crashing.org>
7479 Date:   Wed Oct 21 23:29:51 2009 -0500
7480
7481     fdt: Fix fdt padding issue for initrd mem_rsv
7482
7483     Its possible that we end up with a device tree that happens to be a
7484     particular size that after we call fdt_resize() we don't have any
7485     space left for the initrd mem_rsv.
7486
7487     Fix this be adding a second mem_rsv into the size calculation.  We
7488     had one to cover the fdt itself and we have the potential of adding
7489     a second for the initrd.
7490
7491     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7492     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
7493
7494 commit 4bc3d2afb380e78fdbb9c501d9a8da6d59eb178e
7495 Author: Steve Sakoman <sakoman@gmail.com>
7496 Date:   Tue Oct 20 18:21:18 2009 +0200
7497
7498     ARM: OMAP3: Refactors the SM911x driver
7499
7500     Move the test up in the function to not hang on systems without ethernet.
7501
7502     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
7503     Acked-by: Ben Warren <biggerbadderben@gmail.com>
7504
7505 commit f3807374787e4394efb767e2e8527887f57e51b8
7506 Author: Minkyu Kang <mk7.kang@samsung.com>
7507 Date:   Thu Oct 15 11:19:15 2009 +0900
7508
7509     s5pc1xx: SMDKC100: fix compile warnings
7510
7511     fix the following compile warnings
7512     warning: dereferencing type-punned pointer will break strict-aliasing rules
7513
7514     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
7515
7516 commit 8003c361deec3ee651451662efd05352f1abdd40
7517 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
7518 Date:   Tue Oct 6 08:44:22 2009 +0200
7519
7520     arm926ejs: 8-byte align stack to avoid LDRD/STRD problems
7521
7522     U-boot for Marvell Kirkwood boards no longer work after the EABI changes
7523     introduced in commit f772acf8a584067033eff1e231fcd1fb3a00d3d9. This
7524     turns out to be caused by a stack alignment issue. The armv5te
7525     instructions ldrd/strd instructions require 8-byte alignment to work
7526     properly (otherwise undefined behavior).
7527
7528     Tested on an OpenRD base board, where both printouts and ubifs stuff now
7529     works.
7530
7531     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
7532
7533 commit e63e5904b48528f3f3cc98317df6fc62fab25bf9
7534 Author: Tom Rix <Tom.Rix@windriver.com>
7535 Date:   Sat Oct 17 12:41:06 2009 -0500
7536
7537     TI OMAP3 SDP3430: Initial Support
7538
7539     Start of support of
7540     Texas Instruments Software Development Platform(SDP)
7541     for OMAP3430 - SDP3430
7542
7543     Highlights of this platform are:
7544     Flash Memory devices:
7545         Sibley NOR, Micron 8bit NAND and OneNAND
7546     Connectivity:
7547         3 UARTs and expanded 4 UART ports + IrDA
7548         Ethernet, USB
7549     Other peripherals:
7550         TWL5030 PMIC+Audio+Keypad
7551         VGA display
7552     Expansion ports:
7553         Memory devices plugin boards (PISMO)
7554         Connectivity board for GPS,WLAN etc.
7555     Completely configurable boot sequence and device mapping
7556     etc.
7557
7558     Support default jumpering and:
7559      - UART1/ttyS0 console(legacy sdp3430 u-boot)
7560      - UART3/ttyS2 console (matching other boards,
7561                  and SDP HW docs)
7562      - Ethernet
7563      - mmc0
7564      - NOR boot
7565
7566     Currently the UART1 is enabled by default.  for
7567     compatibility with other OMAP3 u-boot platforms,
7568     enable the #define of CONSOLE_J9.
7569
7570     Conflicts:
7571
7572         Makefile
7573
7574     Fixed the conflict with smdkc100_config by moving omap_sdp3430_config
7575     to it is alphabetically sorted location above zoom1.
7576
7577     Signed-off-by: David Brownell <david-b@pacbell.net>
7578     Signed-off-by: Nishanth Menon <nm@ti.com>
7579     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7580
7581 commit a4474ff8629be5f28aefb8a9f48d4411d62fb0d2
7582 Author: Sandeep Paulraj <s-paulraj@ti.com>
7583 Date:   Tue Oct 13 19:35:11 2009 -0400
7584
7585     TI DaVinci: Adding Copyright for DM365 EVM
7586
7587     Forgot to add Copyright while submitting the patch.
7588     This patch adds the copyright.
7589
7590     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7591
7592 commit 11b0102218bbb50ac5c04f1521f2a22ed4e90cf1
7593 Author: Sandeep Paulraj <s-paulraj@ti.com>
7594 Date:   Tue Oct 13 12:32:32 2009 -0400
7595
7596     TI DaVinci: Fix DM6467 EVM Compilation Warning
7597
7598     Due to new TI boards being added to U-Boot, the hardware.h
7599     is getting very messy. The warning being fixed is due to
7600     the EMIF addresses being redefined.
7601
7602     The long term solution(after 2009.11) to this is to
7603     have SOC specific header files.
7604
7605     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7606
7607 commit fac1ef4ba685606bf28349d18e050ea08b50e669
7608 Author: Sandeep Paulraj <s-paulraj@ti.com>
7609 Date:   Tue Oct 13 12:01:52 2009 -0400
7610
7611     TI DaVinci: DM355 Leopard: Fix compilation warning
7612
7613     We get a compliation warning when we enable the NAND driver
7614     for DM355 leopard. The waring we get is that we have
7615     an implicit declaration of davinci_nand_init.
7616
7617     It is fixed by including the asm/arch/nand_defs.h header file
7618
7619     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7620
7621 commit f8a812aa656bc34622303a26fa5003d19c34aeed
7622 Author: Nishanth Menon <nm@ti.com>
7623 Date:   Tue Oct 13 12:49:55 2009 -0400
7624
7625     TI OMAP3: make gpmc_config as const
7626
7627     gpmc_config should not be a variant as it is board specific
7628     hence make it a const parameter
7629
7630     Fixes issues identified by Dirk:
7631     - build issue for zoom2
7632     - warnings for all other OMAP3 platforms using nand/onenand etc
7633
7634     Signed-off-by: Nishanth Menon <nm@ti.com>
7635
7636 commit cfc25874624a328f53ad59b1206e2103f2e62d74
7637 Author: Stefan Roese <sr@denx.de>
7638 Date:   Mon Oct 19 16:19:36 2009 +0200
7639
7640     ppc4xx: Sequoia: Add chip_config command
7641
7642     This patch removes the Sequoia "bootstrap" command and replaces it
7643     with the now common command "chip_config".
7644
7645     Please note that the patches with the dynamic PCI sync clock
7646     configuration have to be applied, before this one should go in.
7647     This is because Sequoia has 2 different bootstrap EEPROMs, and
7648     the old bootstrap command configured different values depending
7649     on the detected PCI async clock (33 vs. 66MHz). With the PCI sync
7650     clock patches, this is not necessary anymore. The PCI sync clock
7651     will be configured correctly on-the-fly now.
7652
7653     Signed-off-by: Stefan Roese <sr@denx.de>
7654
7655 commit c85b58397030e25e146ccf5085c86221c40c53b3
7656 Author: Stefan Roese <sr@denx.de>
7657 Date:   Mon Oct 19 14:14:08 2009 +0200
7658
7659     ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clock
7660
7661     This patch now uses the 440EP(x)/GR(x) function to check and dynamically
7662     reconfigure the PCI sync clock.
7663
7664     Signed-off-by: Stefan Roese <sr@denx.de>
7665
7666 commit 23c51a2d6393cd3be9eb62cb42d92138ff6db8a9
7667 Author: Stefan Roese <sr@denx.de>
7668 Date:   Mon Oct 19 14:10:50 2009 +0200
7669
7670     ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clock
7671
7672     This patch now uses the 440EP(x)/GR(x) function to check and dynamically
7673     reconfigure the PCI sync clock.
7674
7675     Signed-off-by: Stefan Roese <sr@denx.de>
7676
7677 commit 08c6a2628478ace808b3767db17e4148cac5a7fb
7678 Author: Stefan Roese <sr@denx.de>
7679 Date:   Mon Oct 19 14:44:11 2009 +0200
7680
7681     ppc4xx: Print PCI synchronous clock frequency upon bootup
7682
7683     Some 4xx variants (e.g. 440EP(x)/GR(x)) have an internal
7684     synchronous PCI clock. Knowledge about the currently configured
7685     value might be helpful. So let's print it out upon bootup.
7686
7687     Signed-off-by: Stefan Roese <sr@denx.de>
7688
7689 commit 5e47f9535f53fd4cc05f32fb6166870f976fbb4e
7690 Author: Stefan Roese <sr@denx.de>
7691 Date:   Mon Oct 19 14:06:23 2009 +0200
7692
7693     ppc4xx: Add function to check and dynamically change PCI sync clock
7694
7695     PPC440EP(x)/PPC440GR(x):
7696     In asynchronous PCI mode, the synchronous PCI clock must meet
7697     certain requirements. The following equation describes the
7698     relationship that must be maintained between the asynchronous PCI
7699     clock and synchronous PCI clock. Select an appropriate PCI:PLB
7700     ratio to maintain the relationship:
7701
7702     AsyncPCIClk - 1MHz <= SyncPCIclock <= (2 * AsyncPCIClk) - 1MHz
7703
7704     This patch now adds a function to check and reconfigure the sync
7705     PCI clock to meet this requirement. This is in preparation for
7706     some AMCC boards (Sequoia/Rainier and Yosemite/Yellowstone) using this
7707     function to not violate the PCI clocking rules.
7708
7709     Signed-off-by: Stefan Roese <sr@denx.de>
7710
7711 commit 92b8964bed0d1b779d9e26be4e16755b5c635415
7712 Author: Stefan Roese <sr@denx.de>
7713 Date:   Fri Oct 16 10:01:09 2009 +0200
7714
7715     ppc4xx: Update flash size in reg property of the NOR flash node
7716
7717     Till now only the ranges in the ebc node are updated with the values
7718     currently configured in the PPC4xx EBC controller. With this patch now
7719     the NOR flash size is updated in the device tree blob as well. This is
7720     done by scanning the compatible nodes "cfi-flash" and "jedec-flash"
7721     for the correct chip select number.
7722
7723     This size fixup is enabled for all AMCC eval board right now. Other
7724     4xx boards may want to enable it as well, if this problem with multiple
7725     NOR FLASH sizes exists.
7726
7727     Signed-off-by: Stefan Roese <sr@denx.de>
7728     Cc: Wolfgang Denk <wd@denx.de>
7729
7730 commit 30d45c0d3ea2231f9131276ea113595959a0720e
7731 Author: Stefan Roese <sr@denx.de>
7732 Date:   Wed Oct 21 11:59:52 2009 +0200
7733
7734     fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb
7735
7736     This function can be used to update the size in the "reg" property
7737     of the NOR FLASH device nodes. This is necessary for boards with
7738     non-fixed NOR FLASH sizes.
7739
7740     Signed-off-by: Stefan Roese <sr@denx.de>
7741     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
7742     Acked-by: Wolfgang Denk <wd@denx.de>
7743
7744 commit 76706cb86b1c76954ff5353db6757ab99cfd95fb
7745 Author: Wolfgang Denk <wd@denx.de>
7746 Date:   Tue Oct 20 23:12:13 2009 +0200
7747
7748     cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
7749
7750     strcpy() was iused with the target address being a pointer to a
7751     constant string, which potentially is read-only. Use a (writable)
7752     array of characters instead.
7753
7754     Signed-off-by: Wolfgang Denk <wd@denx.de>
7755     Signed-off-by: Stefan Roese <sr@denx.de>
7756
7757 commit 0e1ac981194aa0d92eff0934442cec48a4f57834
7758 Author: Wolfgang Denk <wd@denx.de>
7759 Date:   Tue Oct 20 23:07:04 2009 +0200
7760
7761     cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
7762
7763     strcpy() was iused with the target address being a pointer to a
7764     constant string, which potentially is read-only. Use a (writable)
7765     array of characters instead.
7766
7767     Signed-off-by: Wolfgang Denk <wd@denx.de>
7768
7769 commit c55096c084308c08bf8891c190f90bdc3a232394
7770 Author: Daniel Mack <daniel@caiaq.de>
7771 Date:   Wed Apr 8 13:23:38 2009 +0200
7772
7773     smc911x: add support for LAN9220
7774
7775     Signed-off-by: Daniel Mack <daniel@caiaq.de>
7776     Cc: Sascha Hauer <s.hauer@pengutronix.de>
7777     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7778
7779 commit f67066b6b0740b826ed862615c5ab022aaf4779a
7780 Author: Mike Frysinger <vapier@gentoo.org>
7781 Date:   Sun Oct 18 20:43:14 2009 -0400
7782
7783     envcrc: check return value of fwrite()
7784
7785     Newer toolchains will often complain about unchecked fwrite():
7786         envcrc.c:117: warning: ignoring return value of `fwrite´, declared
7787                 with attribute warn_unused_result
7788
7789     So check the return value to silence the warnings.
7790
7791     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7792
7793 commit efd988ebaa241bab265b1511052350207cb7aaa0
7794 Author: Wolfgang Denk <wd@denx.de>
7795 Date:   Mon Oct 19 09:18:57 2009 +0200
7796
7797     mcc200: fix build error
7798
7799     Fix compile error:
7800     include/configs/mcc200.h:401:6: error: #elif with no expression
7801
7802     Signed-off-by: Wolfgang Denk <wd@denx.de>
7803
7804 commit 4e0539d2696992a5e32643a0c831e870cfe9a036
7805 Author: Nishanth Menon <nm@ti.com>
7806 Date:   Tue Oct 13 12:47:39 2009 -0400
7807
7808     OMAP3: fix warnings when NAND/ONENAND is not used
7809
7810     Fix build warnings by putting specific used variables
7811     under required #ifdefs for removing:
7812     mem.c:227: warning: unused variable 'f_sec'
7813     mem.c:226: warning: unused variable 'f_off'
7814     mem.c:225: warning: unused variable 'size'
7815     mem.c:224: warning: unused variable 'base'
7816     mem.c:222: warning: unused variable 'gpmc_config'
7817
7818     Signed-off-by: Nishanth Menon <nm@ti.com>
7819
7820 commit 73db0c71da365a2d101878ae3aeb8ff3545a1828
7821 Author: Nishanth Menon <nm@ti.com>
7822 Date:   Tue Oct 13 12:47:24 2009 -0400
7823
7824     OMAP3: export enable_gpmc_cs_config to board files
7825
7826     Export enable_gpmc_cs_config into common header to
7827     prevent warning:
7828
7829     warning: implicit declaration of function 'enable_gpmc_cs_config'
7830
7831     Signed-off-by: Nishanth Menon <nm@ti.com>
7832
7833 commit 96a27c6dc29abf11740632ecd8ccab607b209c5d
7834 Author: Tom Rix <Tom.Rix@windriver.com>
7835 Date:   Mon Oct 12 12:07:40 2009 -0400
7836
7837     Zoom2 Fix serial gpmc setup
7838
7839     The offset to the chip select is incorrect.
7840
7841     The change 187af954cf7958c24efcf0fd62289bbdb4f1f24e,
7842
7843     omap3: embedd gpmc_cs into gpmc config struct
7844
7845     introduced a problem with the serial gpmc setup.
7846
7847     This patch reverts the chip select to its previous value.
7848
7849     The symptoms of this problem are that the Zoom2
7850     currently hangs.
7851
7852     This was run tested on Zoom2.
7853
7854     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7855
7856 commit 64d945abe8cffbacdaeca5f63b9b84f895d2d9ab
7857 Author: Sandeep Paulraj <s-paulraj@ti.com>
7858 Date:   Sun Oct 11 09:10:27 2009 -0400
7859
7860     TI DaVinci Sonata: Add Config option for 64 bit Support
7861
7862     Adding the CONFIG_SYS_64BIT_VSPRINTF fot the DM644x based Sonata
7863     Without this option enabled while performing NAND operations we will get
7864     wrong diagnostic messages.
7865     Example if the MTD NAND driver find a bad block while erasing from
7866     a certain address, it will say bad block skipped at 0x00000000.
7867
7868     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7869
7870 commit 54aa603d2ce1d9374a1f5c6336362037ad2d8b51
7871 Author: Sandeep Paulraj <s-paulraj@ti.com>
7872 Date:   Sun Oct 11 09:14:58 2009 -0400
7873
7874     TI DaVinci DVEVM: Add Config option for 64 bit Support
7875
7876     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DVEVM config.
7877     Without this option enabled while performing NAND operations we will get
7878     wrong diagnostic messages.
7879     Example if the MTD NAND driver find a bad block while erasing from
7880     a certain address, it will say bad block skipped at 0x00000000.
7881
7882     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7883
7884 commit b8d0aa0c78b8c0fa51acada3c486b81085924b53
7885 Author: Sandeep Paulraj <s-paulraj@ti.com>
7886 Date:   Sat Oct 10 10:19:20 2009 -0400
7887
7888     TI DaVinci DM365: Add Config option for 64 bit Support
7889
7890     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM365 EVM config.
7891     Without this option enabled while performing NAND operations we will get
7892     wrong diagnostic messages.
7893     Example if the MTD NAND driver find a bad block while erasing from
7894     a certain address, it will say bad block skipped at 0x00000000.
7895
7896     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7897
7898 commit 86a725b9c8b829c217be90e590f3ca2c91fa1dca
7899 Author: Sandeep Paulraj <s-paulraj@ti.com>
7900 Date:   Sat Oct 10 10:18:46 2009 -0400
7901
7902     TI DaVinci DM355: Add Config option for 64 bit Support
7903
7904     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM355 EVM config.
7905     Without this option enabled while performing NAND operations we will get
7906     wrong diagnostic messages.
7907     Example if the MTD NAND driver find a bad block while erasing from
7908     a certain address, it will say bad block skipped at 0x00000000.
7909
7910     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7911
7912 commit 9c44ddccb6602f620fc037974f3e4468ad8a7c0c
7913 Author: Sandeep Paulraj <s-paulraj@ti.com>
7914 Date:   Wed Sep 9 11:50:40 2009 -0400
7915
7916     TI: OMAP3: Remove SZ_xx references
7917
7918     This patch removes dependency on the sizes.h header file
7919     and removes all references to SZ_xx.
7920
7921     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7922
7923 commit 13d2cb988ff07addce6e10ab2cb8965a9dd23c63
7924 Author: Steve Sakoman <sakoman@gmail.com>
7925 Date:   Sat Oct 10 14:29:37 2009 -0400
7926
7927     OMAP3: Update Overo and Beagle environment
7928
7929     Update default environment to support new kernel DSS2 subsystem and
7930     simplify rootfs type and location changes.
7931
7932     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
7933     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7934
7935 commit c73607c5525c6957c815e64f7e865fdd3baffe98
7936 Author: Sandeep Paulraj <s-paulraj@ti.com>
7937 Date:   Sat Oct 10 13:46:26 2009 -0400
7938
7939     TI DaVinci: Maintainer for DM355 and DM365 EVM
7940
7941     Adding entries to the MAINTAINERS directory for the
7942     DM355 and DM365 EVM.
7943
7944     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7945
7946 commit 5df65cf56aeef9fdeab83a259c37aa7d23836dd3
7947 Author: Sandeep Paulraj <s-paulraj@ti.com>
7948 Date:   Sat Oct 10 13:37:10 2009 -0400
7949
7950     TI: DaVinci: DM355 Leopard board support
7951
7952     This patch adds support for the leopard board which is
7953     based on the DM355 SOC.
7954
7955     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7956
7957 commit 6ab176d7091d21960a1bd89fcb7fd87b9e91aca1
7958 Author: Sandeep Paulraj <s-paulraj@ti.com>
7959 Date:   Sat Oct 10 12:00:47 2009 -0400
7960
7961     TI DaVinci DM646x: Adding initial support for DM6467 EVM
7962
7963     This patch adds the initial support for DM6467 EVM.
7964     Other features like NET and NAND support will be added as follow up patches.
7965
7966     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7967
7968 commit d884f64a7b8482f6c9688600e0a4731fa5678e0c
7969 Author: Sandeep Paulraj <s-paulraj@ti.com>
7970 Date:   Thu Oct 1 20:22:09 2009 -0400
7971
7972     TI DaVinci DM365: Fix Compilation warning for DM365 EVM
7973
7974     This patch fixes a compilation warning while compiling
7975     the DM365 EVM.
7976
7977     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7978
7979 commit 6fe5e87be4b944edf428835210056e020c8bb794
7980 Author: Sandeep Paulraj <s-paulraj@ti.com>
7981 Date:   Thu Oct 1 20:21:13 2009 -0400
7982
7983     TI DaVinci DM355: Fix Compilation warning for DM355 EVM
7984
7985     This patch fixes a compilation warning while compiling
7986     the DM355 EVM.
7987
7988     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7989
7990 commit 513bbe1b1720682e6de0aba2d9db5e60f3a428bb
7991 Author: Eric Benard <eric@eukrea.com>
7992 Date:   Mon Oct 12 10:15:39 2009 +0200
7993
7994     AT91 CPUAT91 Fix compiler warning
7995
7996     This change fixes the compiler warning
7997
7998     main.c: In function 'abortboot':
7999     main.c:122: warning: too few arguments for format
8000
8001     Signed-off-by: Eric Benard <eric@eukrea.com>
8002     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8003
8004 commit b1e81f701d044eee3884202b127d5d1f0668bdb9
8005 Author: Eric Benard <eric@eukrea.com>
8006 Date:   Mon Oct 12 10:15:40 2009 +0200
8007
8008     AT91 CPU9260 CPU9G20 Fix compile warnings
8009
8010     This change fixes the compiler warning
8011
8012     nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF
8013       for correct output!
8014
8015     Signed-off-by: Eric Benard <eric@eukrea.com>
8016     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8017
8018 commit 94d50c527a3cedb6a41fbe6773256cdd1855317f
8019 Author: Eric Benard <eric@eukrea.com>
8020 Date:   Mon Oct 12 10:08:20 2009 +0200
8021
8022     AT91 CPU9260 Fix machine ID when using a CPU9G20.
8023
8024     Signed-off-by: Eric Benard <eric@eukrea.com>
8025     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8026
8027 commit 8c0a92c8f4cf399e873c2611939f3617983785a9
8028 Author: Alessandro Rubini <rubini@unipv.it>
8029 Date:   Sat Oct 10 11:51:26 2009 +0200
8030
8031     lcd: remove '#if 0' 32-bit scroll, now memcpy does it
8032
8033     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
8034     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
8035
8036 commit e3ea948d4588e7efddbf0ee92147d93f827d7cea
8037 Author: Alessandro Rubini <rubini@unipv.it>
8038 Date:   Sat Oct 10 11:51:16 2009 +0200
8039
8040     lib_generic memset: fill one word at a time if possible
8041
8042     If the destination is aligned, fill ulong values until possible.
8043     Then fill remaining part by byte.
8044
8045     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
8046     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
8047     Acked-by: Mike Frysinger <vapier@gentoo.org>
8048
8049 commit ecd830b863e5c6ac5d804d3b3a92453a98d526fc
8050 Author: Alessandro Rubini <rubini@unipv.it>
8051 Date:   Sat Oct 10 11:51:05 2009 +0200
8052
8053     lib_generic memcpy: copy one word at a time if possible
8054
8055     If source and destination are aligned, this copies ulong values
8056     until possible, trailing part is copied by byte. Thanks for the details
8057     to Wolfgang Denk, Mike Frysinger, Peter Tyser, Chris Moore.
8058
8059     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
8060     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
8061     Acked-by: Mike Frysinger <vapier@gentoo.org>
8062
8063 commit 9c5586aa19bbedf290d2a663813404d2db87dfa5
8064 Author: Alessandro Rubini <rubini@unipv.it>
8065 Date:   Thu Oct 8 14:29:14 2009 +0200
8066
8067     setenv: do console redirection even if previously unset
8068
8069     If "stdout" is not previously set, doing "setenv stdout lcd" had no
8070     effect, since console redirection only worked if the environment
8071     variable was already set; the second time you run setenv it worked.
8072     Most default environments lack stdin/out/err definitions, so I'm sure
8073     I'm not alone with this problem.
8074
8075     This patch simply moves a block of code out of a conditional, to do
8076     the same work even if the variable was previously unset.
8077
8078     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
8079     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
8080
8081 commit c9ee39972a7758e883b73c6c0e3c3a14cd5b2f43
8082 Author: Martha Stan <mmarx@silicontkx.com>
8083 Date:   Wed Oct 7 04:38:46 2009 -0400
8084
8085     mpc512x: fix System Clock Control constants for USB1 & USB2
8086
8087     Signer-off-by: Martha Stan <mmarx@silicontkx.com>
8088
8089 commit 87b22b7787f397fc3daad570d711e478b1a7d253
8090 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
8091 Date:   Fri Oct 2 18:18:33 2009 -0400
8092
8093     mem_mtest: fix error reporting, allow escape with ^C
8094
8095     The basic memtest function tries to watch for ^C after each
8096     pattern pass as an escape mechanism, but if things are horribly
8097     wrong, we'll be stuck in an inner loop flooding the console with
8098     error messages and never check for ^C.  To make matters worse,
8099     if the user waits for all the error messages to complete, we
8100     then incorrectly report the test passed without errors.
8101
8102     Adding a check for ^C after any error is printed will give
8103     the end user an escape mechanism from a console flood without
8104     slowing down the overall test speed on a slow processor.
8105
8106     Also, the more extensive memtest quit after just a single error,
8107     which is inconsistent with the normal memtest, and not useful if
8108     if you are doing dynamic environmental impact testing, such as
8109     heating/cooling etc.
8110
8111     Both tests now track the error count and report it properly
8112     at test completion.
8113
8114     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
8115     Acked-by: Mike Frysinger <vapier@gentoo.org>
8116
8117 commit 9f4a420663419dc13f08a0ce65b93033c6172c69
8118 Author: Mike Frysinger <vapier@gentoo.org>
8119 Date:   Thu Oct 1 12:11:54 2009 -0400
8120
8121     new default shortcut to config & build a board
8122
8123     The majority of the time that I build things in U-Boot, I want to just
8124     build for the board.  I don't make board config tweaks after selecting the
8125     board.  So add a new pattern rule that allows people to combine two steps
8126     in one go:
8127         `make foo_config && make` => `make foo`
8128
8129     This shouldn't conflict with any existing make rules as the pattern rule
8130     is used only the rule doesn't already exist.
8131
8132     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8133
8134 commit 6dab6add2d8ee80905234b326abc3de11be1d178
8135 Author: Mike Frysinger <vapier@gentoo.org>
8136 Date:   Wed Sep 30 15:29:58 2009 -0400
8137
8138     env: only build env_embedded and envcrc when needed
8139
8140     The env code is protected by the ENV_IS_EMBEDDED define, so attempting to
8141     compile the code when this isn't defined is pointless.  Now that the env
8142     headers have unified around CONFIG_ENV_IS_EMBEDDED, convert the build
8143     system to only build the env objects when this is enabled.  And now that
8144     the env code is conditionally compiled, we can drop the source code checks.
8145
8146     For people who want to extract the environment manually, add a new option
8147     CONFIG_BUILD_ENVCRC that only enables the envcrc utility.
8148
8149     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8150
8151 commit 78f4ca7976748159080c9d920d5eb542d1b32d4f
8152 Author: Daniel Mack <daniel@caiaq.de>
8153 Date:   Mon Sep 28 11:40:38 2009 +0200
8154
8155     part_dos: check status flags of partitions
8156
8157     Only read partitions which have 0x00 or 0x80 set in their status field.
8158     All others are invalid.
8159
8160     Signed-off-by: Daniel Mack <daniel@caiaq.de>
8161
8162 commit 45def0ab9d1dedcd2a73939aad8373f760498762
8163 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
8164 Date:   Fri Sep 25 17:47:43 2009 -0500
8165
8166     galaxy5200: change cs1 configuration
8167
8168     Correct the chip select configuration for the nand flash chip select.
8169
8170     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
8171
8172 commit 7936b51165b519a16ecf3db302fb88df8b8b3b3d
8173 Author: Niklaus Giger <niklaus.giger@netstal.com>
8174 Date:   Wed Sep 23 08:12:14 2009 +0200
8175
8176     Cleanup: use constant
8177
8178     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
8179
8180 commit 7120c888101952b7e61b9e54bb42370904aa0e68
8181 Author: Kim Phillips <kim.phillips@freescale.com>
8182 Date:   Mon Oct 12 11:06:19 2009 -0500
8183
8184     mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage)
8185
8186     mpc8313e erratum IPIC1 swapped TSEC interrupt ID numbers on rev. 1
8187     h/w (see AN3545).  The base device tree in use has rev. 1 ID numbers,
8188     so if on Rev. 2 (and higher) h/w, we fix them up here.
8189
8190     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8191     Reviewed-by: Roland Lezuo <roland.lezuo@chello.at>
8192
8193 commit 91525c67153fcf2c19b2fc8d9c6376ac1a019f52
8194 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8195 Date:   Mon Oct 12 23:55:39 2009 +0400
8196
8197     mpc85xx: Fix booting on various boards
8198
8199     commit 0e870980a64584a591af775bb9c9fe9450124df9 ("8xxx: Removed
8200     CONFIG_NUM_CPUS from 85xx/86xx") breaks U-Boot on various boards,
8201     namely the ones that call get_sys_info() from board_early_init_f().
8202
8203     get_sys_info() calls cpu_numcores(), which depends on probecpu()
8204     being called before. But probecpu() is called after board_early_init_f(),
8205     and so cpu_numcores() returns random values, which in turn crashes
8206     get_sys_info().
8207
8208     To fix the issue we place probecpu() before board_early_init_f()
8209     in an initialization sequence.
8210
8211     Booting on the following boards should be revived now:
8212      mpc8540ads
8213      mpc8541cds
8214      mpc8548cds
8215      mpc8555cds
8216      mpc8560ads
8217      mpc8568mds
8218      mpc8569mds
8219      and maybe more.
8220
8221     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8222     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8223
8224 commit 26df6aa9916443077139f8f008fbc5f414ba05e5
8225 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
8226 Date:   Fri Oct 2 18:48:07 2009 -0400
8227
8228     mpc86xx: delete unused MPC86xx_DDR_SDRAM_CLK_CNTL define
8229
8230     This is an orphaned legacy leftover that is just polluting
8231     the config file namespace.
8232
8233     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
8234     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8235
8236 commit fad15096e3b34927444ba5f6133742d40d78a425
8237 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
8238 Date:   Thu Oct 8 13:33:29 2009 +0530
8239
8240     ppc/P1_P2_RDB: On-chip BootROM support
8241
8242     On Chip BootROM support for P1 and P2 series RDB platforms.
8243
8244     This patch is derived from latest On Chip BootROM support on MPC8536DS
8245
8246     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
8247     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8248
8249 commit f7780ec977e545b83bc5068e0957d640f1d98f13
8250 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
8251 Date:   Thu Oct 8 13:33:18 2009 +0530
8252
8253     ppc/P1_P2_RDB: NAND Boot Support
8254
8255     NAND Boot support for P1 and P2 series RDB platforms.
8256
8257     This patch is derived from NAND Boot support on MPC8536DS.
8258
8259     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
8260     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8261
8262 commit d11823ca3cb551814ffcd926402c8bcf3a7eff35
8263 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
8264 Date:   Wed Oct 7 16:34:28 2009 -0400
8265
8266     mpc8xxx: improve LAW error messages when setting up DDR
8267
8268     When setting up the LAWs for the DDR, if there was an error,
8269     you got the not-so-helpful error text "ERROR" and nothing
8270     else.  Not only is it non-informative, but it is also
8271     pretty frustrating trying to grep for "ERROR" in the source.
8272
8273     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
8274     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8275
8276 commit a9946e3fc7089ddc6b7711a44e07a6b0827b79a7
8277 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
8278 Date:   Wed Sep 30 16:12:31 2009 -0400
8279
8280     sbc8641d: fix LAW so board doesn't hang on DDR init
8281
8282     All versions between now and since this commit:
8283
8284       commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
8285       MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
8286
8287     will fail to allow the SBC8641D to get past DDR init, because the
8288     LAW config was overlapping.  Eventually this board will do SPD
8289     EEPROM config, but for now this gets the board working again.
8290
8291     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
8292     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8293
8294 commit 3d1988ab47cc0e265272967e07d747ec600a44c9
8295 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
8296 Date:   Sat Oct 10 13:34:09 2009 +0900
8297
8298     Clean-up of s3c24x0 nand driver
8299
8300     This patch re-formats the arm920t s3c24x0 nand driver in preparation for changes
8301     to add support for the Embest SBC2440-II Board.
8302
8303     The changes are as follows:
8304     - re-indent the code using Lindent
8305     - make sure register layouts are defined using a C struct
8306     - replace the upper-case typedef'ed C struct names with lower case
8307     non-typedef'ed ones
8308     - make sure registers are accessed using the proper accessor functions
8309     - run checkpatch.pl and fix any error reports
8310
8311     It assumes the following patch has been applied first:
8312     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
8313      - patches 1/4, 2/4 and 3/4 of this series
8314
8315     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
8316     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
8317     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
8318     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
8319     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
8320     errors were found.
8321
8322     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
8323     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8324
8325 commit eb0ae7f549b7142826a8bcdd2dc945fac9c36349
8326 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
8327 Date:   Sat Oct 10 13:33:11 2009 +0900
8328
8329     Clean-up of s3c24x0 drivers excluding nand driver
8330
8331     This patch re-formats the arm920t s3c24x0 driver files, excluding the nand
8332     driver, in preparation for changes to add support for the Embest SBC2440-II Board.
8333
8334     The changes are as follows:
8335     - re-indent the code using Lindent
8336     - make sure register layouts are defined using a C struct
8337     - replace the upper-case typedef'ed C struct names with lower case
8338       non-typedef'ed ones
8339     - make sure registers are accessed using the proper accessor functions
8340     - run checkpatch.pl and fix any error reports
8341
8342     It assumes the following patch has been applied first:
8343     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
8344     - patches 1/4 and 2/4 of this series
8345
8346     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
8347     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
8348     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
8349     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
8350     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
8351     errors were found.
8352
8353     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
8354     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8355
8356 commit 8250d0bae84229abea397f6b474b3556b0f04e80
8357 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
8358 Date:   Sat Oct 10 13:32:01 2009 +0900
8359
8360     Clean-up of s3c24x0 header files
8361
8362     This patch re-formats the arm920t s3c24x0 header files in preparation for
8363     changes to add support for the Embest SBC2440-II Board.
8364
8365     The changes are as follows:
8366     - re-indent the code using Lindent
8367     - make sure register layouts are defined using a C struct
8368     - replace the upper-case typedef'ed C struct names with lower case
8369     non-typedef'ed ones
8370     - make sure registers are accessed using the proper accessor functions
8371     - run checkpatch.pl and fix any error reports
8372
8373     It assumes the following patch has been applied first:
8374     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
8375     - patch 1/4 of this series
8376
8377     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
8378     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
8379     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
8380     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
8381     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
8382     errors were found.
8383
8384     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
8385     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8386
8387 commit d67cce2dda3a40c3bd90a6c6e129fbb26dd4cfab
8388 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
8389 Date:   Sat Oct 10 13:30:22 2009 +0900
8390
8391     Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
8392
8393     This patch re-formats the code in cpu/arm920t and cpu/arm920t/23c24x0 in
8394     preparation for changes to add support for the Embest SBC2440-II Board.
8395
8396     The changes are as follows:
8397     - re-indent the code using Lindent
8398     - make sure register layouts are defined using a C struct
8399     - replace the upper-case typedef'ed C struct names with lower case
8400       non-typedef'ed ones
8401     - make sure registers are accessed using the proper accessor functions
8402     - run checkpatch.pl and fix any error reports
8403
8404     It assumes the following patch has been applied first:
8405     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
8406
8407     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
8408     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
8409     patches for the SBC2440-II Board. Also, ran MAKEALL for all ARM9 targets and no
8410     new warnings or errors were found.
8411
8412     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
8413     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8414
8415 commit cd85662b345c0c2248fd7637f65bb2fbb4d53dd9
8416 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
8417 Date:   Sun Sep 6 00:33:13 2009 +0900
8418
8419     CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
8420
8421     This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400 and
8422     s3c2410 cpu's which fixes various problems such as the timeouts in tftp being
8423     too short.
8424
8425     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't
8426     have any s3c2400 or s3c2410 boards but need this patch applying before I can
8427     submit patches for the SBC2440-II Board. Also, ran MAKEALL for all ARM9 targets
8428     and no new warnings or errors were found.
8429
8430     It was originally submitted on 21/06/2009 but didn't get into the 2009.08
8431     release, and Jean-Pierre made one comment on the original patch (see
8432     http://lists.denx.de/pipermail/u-boot/2009-July/055470.html). I've made two
8433     changes to the original patch:
8434     - it's been re-based to the current release
8435     - I've re-named get_timer_raw() to get_ticks() in response to Jean-Pierre's comment
8436
8437     This affects the sbc2410, smdk2400, smdk2410 and trab boards. I've copied it
8438     directly to the maintainers of all except the sbc2410 which doesn't have an
8439     entry in MAINTAINERS.
8440
8441     Signed-off-by: Kevin Morfitt <kmorfitt@aselaptop-1.localdomain>
8442     Tested-by: Wolfgang Denk <wd@denx.de>
8443     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8444
8445 commit 8bc4ee9e8213abe4031ea1720aa02fa98d4402ad
8446 Author: Minkyu Kang <mk7.kang@samsung.com>
8447 Date:   Thu Oct 1 17:20:40 2009 +0900
8448
8449     s5pc1xx: add support SMDKC100 board
8450
8451     Adds new board SMDKC100 that uses s5pc100 SoC
8452
8453     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8454     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
8455
8456 commit dd2c9e6a3b67c8ff56694e515e6e3c7baddd8f52
8457 Author: Minkyu Kang <mk7.kang@samsung.com>
8458 Date:   Thu Oct 1 17:20:28 2009 +0900
8459
8460     s5pc1xx: support serial driver
8461
8462     This patch includes the serial driver for s5pc1xx.
8463     s5pc1xx uart driver needs own register setting and clock configuration.
8464     So, need to special driver.
8465
8466     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8467
8468 commit 4678d674f0cacc983dca7f6b9933cd8291c9797c
8469 Author: Minkyu Kang <mk7.kang@samsung.com>
8470 Date:   Thu Oct 1 17:20:08 2009 +0900
8471
8472     s5pc1xx: support onenand driver
8473
8474     This patch includes the onenand driver for s5pc100
8475
8476     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8477     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8478
8479 commit 399e5ae0d0b2eb4663fc5784201968c07d45afac
8480 Author: Minkyu Kang <mk7.kang@samsung.com>
8481 Date:   Thu Oct 1 17:20:01 2009 +0900
8482
8483     s5pc1xx: support Samsung s5pc1xx SoC
8484
8485     This patch adds support for the Samsung s5pc100 and s5pc110
8486     SoCs. The s5pc1xx SoC is an ARM Cortex A8 processor.
8487
8488     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8489     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
8490
8491 commit d087d19a994e741f0ce526124be117c90be482ae
8492 Author: Mike Frysinger <vapier@gentoo.org>
8493 Date:   Tue Oct 13 21:58:26 2009 -0400
8494
8495     Blackfin: drop MAC display at boot
8496
8497     The default Blackfin boot would display the MAC address for the first NIC,
8498     but this relies on the environment.  The current net multi stack no longer
8499     writes the default hardware settings to the environment, so most of the
8500     time the display shows all zeros.  This can be pretty confusing and really
8501     doesn't add anything useful, so just drop it.
8502
8503     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8504
8505 commit 1f003cf4738a199d99c818124784058526d2d40e
8506 Author: Mike Frysinger <vapier@gentoo.org>
8507 Date:   Fri Oct 9 02:24:33 2009 -0400
8508
8509     Blackfin: reset watchdog in udelay()
8510
8511     All arches apparently should reset the watchdog in their udelay loop as
8512     noted on the mailing list recently:
8513
8514       > A comment in flash_status_check() suggests that udelay() is
8515       > expected to reset the watchdog, but I can't find any architecture
8516       > where it does.
8517
8518       If this is missing in other architectures, it should be fixed at the
8519       root cause, i. e. in udelay() or in the respective support routines.
8520
8521     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8522
8523 commit 370ec734557d0b0f266e6d0953229ee12cae5edd
8524 Author: Mike Frysinger <vapier@gentoo.org>
8525 Date:   Fri Oct 9 02:22:11 2009 -0400
8526
8527     Blackfin: Remove relocation fixups
8528
8529     Blackfin pieces like commit 0630535e2d062dd73c1ceca5c6125c86d1127a49.
8530
8531     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8532
8533 commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0
8534 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
8535 Date:   Tue Sep 29 08:03:12 2009 +0200
8536
8537     at91: Update MEESC board support
8538
8539     This patch implements several updates:
8540     -disable CONFIG_ENV_OVERWRITE
8541     -add new hardware style variants and set the arch numbers appropriate
8542     -pass the serial# and hardware revision to the kernel
8543     -removed unused macros from include/configs/meesc.h
8544     -fixed multiline comment style
8545
8546     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
8547
8548 commit 9df20ce211576aa7ac75710dcd8d0a6236abfd70
8549 Author: Simon Kagstrom <[simon.kagstrom@netinsight.net]>
8550 Date:   Thu Oct 1 19:41:50 2009 +0530
8551
8552     arm: Correct build with CONFIG_SYS_HUSH_PARSER set
8553
8554     FLAG_PARSE_SEMICOLON is not defined without hush.h, so include that.
8555
8556     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
8557     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
8558
8559 commit df3826262c0efd2baec4df23d44b3942af98f5a7
8560 Author: Olof Johansson <olof@lixom.net>
8561 Date:   Tue Sep 29 10:22:45 2009 -0400
8562
8563     TI: OMAP3: Overo Tobi ethernet support
8564
8565     Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded
8566     over tftp.
8567
8568     This also refactors the smc911x driver to allow for detecting when the
8569     chip is missing. I.e. the detect_chip() function is called earlier and
8570     will abort gracefully when the Chip ID read returns all 1's.
8571
8572     Signed-off-by: Olof Johansson <olof@lixom.net>
8573     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
8574     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8575
8576 commit 2a6cc97b91997ae485312ac91ffbcea6a89b663a
8577 Author: Olof Johansson <olof@lixom.net>
8578 Date:   Tue Sep 29 10:21:29 2009 -0400
8579
8580     SMC911X: Add chip auto detection
8581
8582     Refactor the smc911x driver to allow for detecting when the chip is missing.
8583     I.e. the detect_chip() function is called earlier and will abort gracefully
8584     when the Chip ID read returns all 1's.
8585
8586     Signed-off-by: Olof Johansson <olof@lixom.net>
8587     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
8588     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8589
8590 commit 0297ec7e2a4039b8a28346f52f3ccca4db1ddc62
8591 Author: Tom Rix <Tom.Rix@windriver.com>
8592 Date:   Tue Sep 29 10:19:49 2009 -0400
8593
8594     TI OMAP3 Use arm init sequence to initialize i2c
8595
8596     This changes fixes an early i2c error.
8597
8598     It appears that I2C is working because once a read or write
8599     error is detected, the omap24xx_i2c driver calls i2c_init
8600     inside its error handling check.
8601
8602     While it is ok to attempt error handling this way, the boards
8603     must not depend on this side effect to initialize it's i2c.
8604
8605     Instead of explicitly calling i2c_init for every board, use
8606     the generic arm initialization in lib_arm/board.c. By defining
8607     the config variable CONFIG_HARD_I2C, the omap3 i2c initialization
8608     is included in the init_sequence table.
8609
8610     Run tested on Beagle.
8611     Compile tested on the omap3's
8612
8613     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8614     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
8615
8616 commit 4df30f3bb7285b2c962713a5c693c16fd90885e0
8617 Author: Sandeep Paulraj <s-paulraj@ti.com>
8618 Date:   Tue Sep 29 09:43:04 2009 -0400
8619
8620     TI: DaVinci DM365: Enabling network Support on DM365 EVM
8621
8622     This patch enables EMAC on the DM365 EVM.
8623
8624     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8625     Acked-by: Tom Rix <Tom.Rix@windriver.com>
8626
8627 commit 00e1665a3cf956e09ac2ce86ef6ec459f6bfb33c
8628 Author: Sandeep Paulraj <s-paulraj@ti.com>
8629 Date:   Tue Sep 29 10:02:38 2009 -0400
8630
8631     TI: DaVinci: GPIO header file and definitions
8632
8633     Some DaVinci SOC's use GPIOs to enable EMAC and DM9000.
8634     This patch adds some definitions for GPIO registers and also adds
8635     structures for GPIO.
8636     A separate header file is being added so that in future we
8637     can have a DaVinci GPIO driver similer to OMAP.
8638
8639     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8640     Acked-by: Tom Rix <Tom.Rix@windriver.com>
8641
8642 commit 95ae803afbdd9f673c94b992ea624a10d252afc2
8643 Author: Sandeep Paulraj <s-paulraj@ti.com>
8644 Date:   Fri Sep 18 17:30:05 2009 -0400
8645
8646     TI: DaVinci DM646x: Update flag used to represent DM646x SOC's
8647
8648     In the DaVinci specific code, we use both CONFIG_SOC_DM646X and
8649     CONFIG_SOC_DM646x to represent DM646x specific code.
8650     This patch changes occurrences of CONFIG_SOC_DM646x to
8651     CONFIG_SOC_DM646X. This is because for DM644x series of SOCs we use
8652     the flag CONFIG_SOC_DM644X. We want some uniformity.
8653
8654     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8655     Acked-by: Tom Rix <Tom.Rix@windriver.com>
8656
8657 commit fc9165fdb3b021aa8ff02417692220fe9344072b
8658 Author: Olof Johansson <olof@lixom.net>
8659 Date:   Mon Sep 28 08:19:30 2009 -0400
8660
8661     OMAP3: Clean up whitespace in mux configs
8662
8663     Switch from space-based indentation to tab-based in mux configs, as pointed
8664     out by WD at:
8665
8666     http://lists.denx.de/pipermail/u-boot/2009-September/061241.html
8667
8668     Nothing but whitespace changes in this patch (diff -w gives no output).
8669
8670     Signed-off-by: Olof Johansson <olof@lixom.net>
8671
8672 commit 9de0212bd7c4c82a7e8c2a2c8714f8c7abc57d08
8673 Author: Dirk Behme <dirk.behme@googlemail.com>
8674 Date:   Mon Sep 28 08:17:50 2009 -0400
8675
8676     OMAP3 MMC: Fix warning dereferencing type-punned pointer
8677
8678     Fix warning
8679     Dereferencing type-punned pointer will break strict-aliasing rules
8680
8681     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8682     CC: Steve Sakoman <sakoman@gmail.com>
8683     Acked-by: Tom Rix <Tom.Rix@windriver.com>
8684
8685 commit e92daeb5c2050438402b87c7d614e8a13c294348
8686 Author: Simon Kagstrom <[simon.kagstrom@netinsight.net]>
8687 Date:   Tue Sep 22 04:01:01 2009 +0530
8688
8689     Support for the OpenRD base board
8690
8691     The implementation is borrowed from the sheevaplug board and the Marvell
8692     1.1.4 code. Unsupported (or untested) is the SD card, PCIe and SATA.
8693
8694     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
8695
8696 commit a62e78fc444c67f958be48891bef3dab0e9eb285
8697 Author: Prafulla Wadaskar <prafulla@marvell.com>
8698 Date:   Mon Sep 21 20:15:17 2009 +0530
8699
8700     Kirkwood: mv88f6281gtw_ge: Add kwbimage build support
8701
8702     This patch adds kwbimage configuration file
8703     (used by mkimage utility)
8704     to support u-boot.kwb target on mv88f6281gtw_ge board.
8705
8706     To create Kirkwood boot image to be flashed on SPI Flash,
8707     additional parameter u-boot.kwb need to be passed during make.
8708
8709     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
8710
8711 commit 5bc7cbc15b1890682c0b279f708914518bd25f8d
8712 Author: Prafulla Wadaskar <prafulla@marvell.com>
8713 Date:   Mon Sep 21 18:23:11 2009 +0530
8714
8715     Kirkwood: rd6281a: Add kwbimage build support
8716
8717     This patch adds kwbimage configuration file
8718     (used by mkimage utility)
8719     to support u-boot.kwb target on rd6281a platform.
8720
8721     To create Kirkwood boot image to be flashed on NAND,
8722     additional parameter u-boot.kwb need to be passed during make.
8723
8724     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
8725
8726 commit 23b80982a02a43bf4ead91574c9d6f1b647ccc8f
8727 Author: Tom Rix <Tom.Rix@windriver.com>
8728 Date:   Sun Sep 27 11:10:09 2009 -0500
8729
8730     Add support for Eukrea CPU9260/CPU9G20 SBC
8731
8732     these boards are built around Atmel's AT91SAM9260/9G20 and have
8733     up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND
8734     and include a 10/100 Ethernet PHY in RMII mode.
8735
8736     Signed-off-by: Eric Benard <eric@eukrea.com>
8737     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8738
8739 commit d8380c9d35e88759c96e68a03738446ca0cb292f
8740 Author: Tom Rix <Tom.Rix@windriver.com>
8741 Date:   Sun Sep 27 07:47:24 2009 -0500
8742
8743     Add support for Eukrea CPUAT91 SBC
8744
8745     CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR
8746     flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII
8747     mode.
8748
8749     Signed-off-by: Eric Benard <eric@eukrea.com>
8750     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8751
8752 commit eb95aa15e644c29b01832703aa4964fe419170f0
8753 Author: Sandeep Paulraj <s-paulraj@ti.com>
8754 Date:   Mon Sep 14 14:57:47 2009 -0400
8755
8756     TI: DaVinci DM365: Minor config cleanup
8757
8758     The DM365 config was using the 'CONFIG_CMD_SAVEENV' flag.
8759     This is already included when we include the
8760     config_cmd_default.h header file. So this flag is removed.
8761     Also another flag to enable NAND functions was being
8762     enabled incorrectly.
8763
8764     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8765
8766 commit 5d783c1ffd691ffdadbc2c2f796c41481b7cdce7
8767 Author: Sandeep Paulraj <s-paulraj@ti.com>
8768 Date:   Mon Sep 14 15:03:06 2009 -0400
8769
8770     TI DaVinci DM365: Removing header file which does not exist
8771
8772     The DaVinci DM365 EVM board specific code was including a header file
8773     which does not exist. So removing this header file.
8774
8775     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8776
8777 commit 409ec37bd8ae8822d276e77419d899571891b191
8778 Author: Sandeep Paulraj <s-paulraj@ti.com>
8779 Date:   Tue Sep 8 18:08:06 2009 -0400
8780
8781     TI DaVinci: DM355: Config Cleanup and Update
8782
8783     This patch does the following
8784     1) Enables the NAND driver which is now available.
8785     2) Enables the 'CONFIG_MTD_DEVICE' as without this the
8786     compilation will fail
8787     3) We now have a safe place to store environment and defines
8788     an offset where this can be stored. This offset value is such that it is after
8789     the location where U-Boot is flashed using TI flash utilities.
8790     4) Enables Bootdelay
8791     5) Increases malloc() arena size. Manufacturers are coming out with
8792     NAND with large blocks sizes of upto 1 MiB. It has been noticed that
8793     as the block size of the NAND used is increased, if this particular
8794     value is not increased, the NAND driver will output out of memory
8795     errors.
8796
8797     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8798
8799 commit 7908c97a106765ad8816bf2271a5bf315728b274
8800 Author: Sandeep Paulraj <s-paulraj@ti.com>
8801 Date:   Tue Sep 8 11:37:39 2009 -0400
8802
8803     TI DaVinci: DM646x: Initial Support for DM646x SOC
8804
8805     DM646x is an SOC from TI which has both an ARM and a DSP.
8806     There are multiple variants of the SOC mainly dealing with different
8807     core speeds.
8808     This patch adds the initial framework for the DM646x SOC.
8809
8810     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8811
8812 commit 5d0f53624c24eaf82d58368a6a5b8476392dd5c7
8813 Author: Sandeep Paulraj <s-paulraj@ti.com>
8814 Date:   Wed Sep 9 15:26:00 2009 -0400
8815
8816     TI DaVinci: DM6446: Fix Compilation error in NAND mode
8817
8818     The Default mode that is built for the Davinci DVEVM happens
8819     to be the NOR mode.
8820     When we want to build for the NAND mode, we get a compilation
8821     error. This is overcome by defining the CONFIG_MTD_DEVICE
8822     flag in the NAND mode.
8823     The image built for NAND mode was successfully tested on the
8824     DaVinci DM6446 EVM.
8825
8826     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8827
8828 commit 7a2aa8b68120f333ed2edc33475ca195810d6cb1
8829 Author: Tom Rix <Tom.Rix@windriver.com>
8830 Date:   Thu Sep 10 15:27:57 2009 -0400
8831
8832     OMAP3 Move cache routine to cache.S
8833
8834     v7_flush_dcache_all, because it depends on omap ROM code is not
8835     generic.  Rename the function to 'invalidate_dcache' and move it
8836     to the omap cpu directory.
8837
8838     Collect the other omap cache routines l2_cache_enable and
8839     l2_cache_disable with invalide_dcache into cache.S.  This
8840     means removing the old cache.c file that contained l2_cache_enable
8841     and l2_cache_disable.
8842
8843     The conversion from cache.c to cache.S was done most through
8844     disassembling the uboot binary.  The only significant change was
8845     to change the comparision for the return of get_cpu_rev from
8846
8847        cmp      r0, #0
8848        beq      earlier_than_label
8849
8850     Which was lost information to
8851
8852        cmp      r0, #CPU_3XX_ES20
8853        blt      earlier_than_label
8854
8855     The paths through the enable routine were verified by
8856     adding an infinite loop and seeing the hang.  Then
8857     removing the infinite loop and seeing it continue.
8858
8859     The disable routine is similar enough that it was not
8860     tested with this method.
8861
8862     Run tested by cold booting from nand on beagle and zoom1.
8863     Compile tested on MAKEALL arm.
8864
8865     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8866
8867 commit a16df2c11188297eca43cf6080c70fb69b960232
8868 Author: Sandeep Paulraj <s-paulraj@ti.com>
8869 Date:   Tue Sep 8 17:09:52 2009 -0400
8870
8871     TI DaVinci: Remove references to SZ_xx
8872
8873     This patch removes the asm/sizes.h header file from being
8874     included in the DaVinci SOC configs.
8875     References to SZ_xx have been replaced by appropriate
8876     bit shifted values.
8877
8878     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8879     Acked-by: Wolfgang Denk <wd@denx.de>
8880
8881 commit 285870f75378aca41c5063e4358ad93bf3014fd8
8882 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
8883 Date:   Thu Oct 9 01:27:18 2008 -0500
8884
8885     Leave x86emu op code tables in default section
8886
8887     Forcing the tables into got2 caused extra relocation when using -mrelocatable.
8888     This patch requires any board defining CONFIG_BIOSEMU to use -mrelocatable.
8889
8890     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
8891     Acked-by: Jin Zhengxiong <Jason.Jin@freescale.com>
8892
8893 commit be2254423b86572841aa70ff05d20933d1b49823
8894 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
8895 Date:   Sat Oct 10 12:42:22 2009 +0200
8896
8897     Update all board to support new bbmiiphy driver (with multibus support)
8898
8899     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
8900     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8901
8902 commit 310cecb8ccdbc8a9be580e75b2fd362179d78535
8903 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
8904 Date:   Sat Oct 10 12:42:21 2009 +0200
8905
8906     Add bb_miiphy_init call before any ethernet bring-up code.
8907
8908     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
8909     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8910
8911 commit 4ba31ab33ac824635fcb49ac609070a9ebcab7f0
8912 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
8913 Date:   Sat Oct 10 12:42:20 2009 +0200
8914
8915     Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbitrary number of mii buses.
8916
8917     This feature is useful when your board uses different mii buses for different
8918     phys and all (or a part) of these buses are implemented via bit-banging mode.
8919
8920     The driver requires that the following macros should be defined into the board
8921     configuration file:
8922
8923     CONFIG_BITBANGMII       - Enable the miiphybb driver
8924     CONFIG_BITBANGMII_MULTI - Enable the multi bus support
8925
8926     If the CONFIG_BITBANGMII_MULTI is not defined, the board's config file needs
8927     to define at least the following macros:
8928
8929     MII_INIT      - Generic code to enable the MII bus (optional)
8930     MDIO_DECLARE  - Declaration needed to access to the MDIO pin (optional)
8931     MDIO_ACTIVE   - Activate the MDIO pin as out pin
8932     MDIO_TRISTATE - Activate the MDIO pin as input/tristate pin
8933     MDIO_READ     - Read the MDIO pin
8934     MDIO(v)       - Write v on the MDIO pin
8935     MDC_DECLARE   - Declaration needed to access to the MDC pin (optional)
8936     MDC(v)        - Write v on the MDC pin
8937
8938     The previous macros make the driver compatible with the previous version
8939     (that didn't support the multi-bus).
8940
8941     When the CONFIG_BITBANGMII_MULTI is also defined, the board code needs to fill
8942     the bb_miiphy_buses[] array with a record for each required bus and declare
8943     the bb_miiphy_buses_num variable with the number of mii buses.
8944     The record (struct bb_miiphy_bus) has the following fields/callbacks (see
8945     miiphy.h for details):
8946
8947     char name[]            - The symbolic name that must be equal to the MII bus
8948                              registered name
8949     int (*init)()          - Initialization function called at startup time (just
8950                              before the Ethernet initialization)
8951     int (*mdio_active)()   - Activate the MDIO pin as output
8952     int (*mdio_tristate)() - Activate the MDIO pin as input/tristate pin
8953     int (*set_mdio)()      - Write the MDIO pin
8954     int (*get_mdio)()      - Read the MDIO pin
8955     int (*set_mdc)()       - Write the MDC pin
8956     int (*delay)()         - Delay function
8957     void *priv             - Private data used by board specific code
8958
8959     The board code will look like:
8960
8961     struct bb_miiphy_bus bb_miiphy_buses[] = {
8962      { .name = miibus#1, .init = b1_init, .mdio_active = b1_mdio_active, ... },
8963      { .name = miibus#2, .init = b2_init, .mdio_active = b2_mdio_active, ... },
8964      ...
8965     int bb_miiphy_buses_num = sizeof(bb_miiphy_buses) /
8966                               sizeof(bb_miiphy_buses[0]);
8967
8968     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
8969     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8970
8971 commit efaf6f1bf6ebdd8f16b0d0c2960abe8d06f95af4
8972 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
8973 Date:   Fri Oct 2 18:54:20 2009 -0400
8974
8975     mpc83xx: cosmetic comment update relating to SPD EEPROM
8976
8977     commit 6d0f6bcf337c5261c08fabe12982178c2c489d76 did the big
8978     rename of CFG_ macros to CONFIG_SYS macros.  But it missed
8979     a couple of instances within comments.
8980
8981     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
8982     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8983
8984 commit afc3ba0fc4195624e79e21244380ed7cc2fd6969
8985 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
8986 Date:   Thu Oct 8 02:03:51 2009 +0200
8987
8988     relocation: Do not relocate NULL pointers.
8989
8990     NULL is an absolute value and should not be relocated.
8991     After this correction code like:
8992      void weak_fun(void) __attribute__((weak));
8993      printf("weak_fun:%p\n", weak_fun);
8994     will still print null after relocation.
8995
8996     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
8997
8998 commit 3beb40c2473f0dd373231c723d88c51e46ad96f7
8999 Author: Peter Tyser <ptyser@xes-inc.com>
9000 Date:   Wed Oct 7 11:45:00 2009 -0500
9001
9002     85xx: Ensure BSS segment isn't linked at address 0
9003
9004     When U-Boot is relocated from flash to RAM pointers are modified
9005     accordingly.  However, pointers initialzed with NULL values should not
9006     be modified so that they maintain their intended NULL value.  If the
9007     BSS segment is linked at address 0 its address will not be
9008     updated as necessary during relocation.
9009
9010     This is a temporary workaround.  The end goal is to add support to
9011     U-Boot to dynamically locate the BSS at an arbitrary address at
9012     runtime.  When the ability to fixup the BSS inteligently is
9013     added, this workaround can be removed and the 85xx link script
9014     can put the BSS at a fixed address at link time.
9015
9016     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9017
9018 commit 95c44ec485b46ffb43dbdaa299f1491a500fdadf
9019 Author: Detlev Zundel <dzu@denx.de>
9020 Date:   Wed Oct 7 16:38:05 2009 +0200
9021
9022     tqm5200: Correct comment and code in post_hotkeys_pressed.
9023
9024     This fixes the code and the comment according to the original intent of
9025     doing an intensive memory test when PSC6_3 is pulled low on the STK52xx.
9026     Notably PORT_CONFIG will be overridden with this correct code now,
9027     so beware.
9028
9029     The original code only worked by coincidence depending on the PORT_CONFIG
9030     setting from the header file.  The new code was tested to ensure that the
9031     (undocumented) memory test still works on the STK52x.
9032
9033     Signed-off-by: Detlev Zundel <dzu@denx.de>
9034     CC: Martin Krause <Martin.Krause@tqs.de>
9035
9036     Minor white-space cleanup.
9037     Signed-off-by: Wolfgang Denk <wd@denx.de>
9038
9039 commit da01f53404f99db185d196867af79371725d4683
9040 Author: Wolfgang Denk <wd@denx.de>
9041 Date:   Sun Oct 4 22:56:08 2009 +0200
9042
9043     mpc512x: fix fixed_sdram() init code.
9044
9045     Commit 054197ba and later fixes used an array to initialize some of
9046     the MDDRC parameters; however, the use of an array turned out to be a
9047     bad idea as it was not possible to correlate structure entries to
9048     array indices in readable and reliable way. Now we use a struct
9049     instead, which makes this self-explanatory.
9050
9051     Signed-off-by: Wolfgang Denk <wd@denx.de>
9052
9053 commit dbcc357166bed20df13450e93a501f30b197efd1
9054 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
9055 Date:   Sun Oct 4 20:04:22 2009 +0200
9056
9057     ppc4xx: respect 80-chars per line in ppc*.h files
9058
9059     After running checkstyle.pl on the three previous patches I noted that in
9060     the *.h files there were a lot of long lines. This patch solves this problem.
9061
9062     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
9063     Signed-off-by: Stefan Roese <sr@denx.de>
9064
9065 commit 78d2a641371ec71cc3786b167a318c7b115fbb90
9066 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
9067 Date:   Sun Oct 4 20:04:21 2009 +0200
9068
9069     ppc4xx: Rework cmd reginfo
9070
9071     The command "reginfo" got an overhaul for the ppc4xx. It dumps all the
9072     relevant HW configuration registers (address, symbolic name, content).
9073     This allows to easily detect errors in *.h files and changes in the HW
9074     configuration.
9075
9076     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
9077     Signed-off-by: Stefan Roese <sr@denx.de>
9078
9079 commit ddc922ff2c20ae0b7f9ce2df1ac28143e2f325bd
9080 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
9081 Date:   Sun Oct 4 20:04:20 2009 +0200
9082
9083     ppc_4xx: Apply new HW register names
9084
9085     Modify all existing *.c files to use the new register names
9086     as seen in the AMCC manuals.
9087
9088     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
9089     Signed-off-by: Stefan Roese <sr@denx.de>
9090
9091 commit f80e61dcfe53fa3a5936659883415c9bd1b5a3d9
9092 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
9093 Date:   Sun Oct 4 20:04:19 2009 +0200
9094
9095     ppc4xx: Cleanup some HW register names
9096
9097     Here you find all the changes in the include directory for new register names
9098     and adapting other ones to the names used by AMCC in their manuals, e.g.
9099     For 440EPx/GRPPC440EPx/GRX, Revision 1.15 â€“ September 22, 2008
9100     For PPC405GP Embedded Processor, Revision 1.02 â€“ March 22, 2006
9101
9102     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
9103     Signed-off-by: Stefan Roese <sr@denx.de>
9104
9105 commit 56f14818f66c68a8b9e45925f29ceb974405ad48
9106 Author: Stefan Roese <sr@denx.de>
9107 Date:   Tue Oct 6 07:21:08 2009 +0200
9108
9109     ppc4xx: Add PPC405EX(r) Rev D support
9110
9111     Unfortunately some Rev D PPC405EX/405EXr PVR's are identical with older
9112     405EX(r) parts. Here a list:
9113
9114     0x12911475 - 405EX Rev D with Security *and* 405EX Rev A/B witout Sec
9115     0x12911473 - 405EX Rev D without Security *and* 405EXr Rev A/B with Sec
9116
9117     Since there are only a few older parts in the field, this patch now
9118     changes the PVR's above to represent the new Rev D versions.
9119
9120     Signed-off-by: Stefan Roese <sr@denx.de>
9121     Cc: Phong Vo" <pvo@amcc.com>
9122
9123 commit 06dfaeef52a5f773ae4292432e3c74ff52ead316
9124 Author: Stefan Roese <sr@denx.de>
9125 Date:   Fri Oct 2 14:35:16 2009 +0200
9126
9127     ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan
9128
9129     This message is printed upon PCIe bus scan, not only upon error, but also
9130     if no PCIe device is detected at all. Since this is not an error, let's
9131     remove this message in this case. We already have the message
9132     "link is not up." if there is no PCIe device present.
9133
9134     Signed-off-by: Stefan Roese <sr@denx.de>
9135     Acked-by: Wolfgang Denk <wd@denx.de>
9136
9137 commit 54f5f056aa1daa3e39bad1c5c3fb43a72cdb9e84
9138 Author: Mike Nuss <mike@terascala.com>
9139 Date:   Mon Oct 5 12:33:28 2009 -0400
9140
9141     PPC4xx: Denali core: Fix incorrect DDR row bits
9142
9143     The SPD detection code for the Denali memory controller used on some
9144     ppc4xx
9145     processors incorrectly encodes DDR0_42. With certain memory
9146     configurations,
9147     this can cause the bootwrapper to incorrectly calculate the installed
9148     memory
9149     size, because the number of row bits is wrong. This patch fixes that
9150     encoding.
9151
9152     Signed-off-by: Mike Nuss <mike@terascala.com>
9153     Signed-off-by: Stefan Roese <sr@denx.de>
9154
9155 commit 99dbd4efd6d5ecc37d7e8f28b20d9be8c83055c7
9156 Author: Ben Warren <biggerbadderben@gmail.com>
9157 Date:   Mon Oct 5 00:02:51 2009 -0700
9158
9159     Add information about return values of xxx_eth_register() in documentation
9160
9161     As discussed on mailing list, <0 indicates failure, >=0 indicates number
9162     of interfaces found.
9163
9164     Also added blurb about private data
9165
9166     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9167
9168 commit 1f1e774ec6242d4ea34e5cff57232deb5bb587e0
9169 Author: Mike Frysinger <vapier@gentoo.org>
9170 Date:   Wed Sep 9 14:41:22 2009 -0400
9171
9172     document network driver framework
9173
9174     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9175     Acked-by: Wolfgang Denk <wd@denx.de>
9176     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9177
9178 commit aba8237257dd15b0e76cc517f0e741c0908ee0b9
9179 Author: Prafulla Wadaskar <prafulla@marvell.com>
9180 Date:   Wed Sep 9 15:59:19 2009 +0530
9181
9182     net: kirkwood_egiga.c: fixed build warning
9183
9184     if link up detection code is disabled through config option, it gives build warning.
9185     This patch fixes the same
9186
9187     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
9188     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9189
9190 commit 7194ab809532eeca3e2ee5dc12017cb901cc5842
9191 Author: Ben Warren <biggerbadderben@gmail.com>
9192 Date:   Sun Oct 4 22:37:03 2009 -0700
9193
9194     Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
9195
9196     All in-tree boards that use this controller have CONFIG_NET_MULTI
9197     added
9198     Also:
9199       - changed CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111
9200       - cleaned up line lengths
9201       - modified all boards that override weak function in this driver
9202       - modified all eeprom standalone apps to work with new driver
9203       - updated blackfin standalone EEPROM app after testing
9204
9205     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9206     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9207
9208 commit 32e7f239dda8638377edb0d3e7ac269cabbafbe6
9209 Author: Prafulla Wadaskar <prafulla@marvell.com>
9210 Date:   Mon Sep 21 20:28:18 2009 +0530
9211
9212     net: phy: mv88e61xx.c : fixed build warning
9213
9214     following build warning was observed
9215
9216     mv88e61xx.c: In function â€˜mv88e61xx_busychk’:
9217     mv88e61xx.c:208: warning: dereferencing type-punned pointer will break strict-aliasing rules
9218
9219     This patch fixes the same
9220     Patch tested for rd6281a board build
9221
9222     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
9223     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9224
9225 commit c0b46d8ead3c6c5b569c83544fd71b9d73356869
9226 Author: James Clough <james@rtetc.com>
9227 Date:   Thu Sep 10 09:11:50 2009 +0200
9228
9229     net: Fix problem with 405EZ ethernet interrupt
9230
9231     On 405EZ the RX-/TX-interrupts are coalesced into one IRQ bit in the
9232     UIC. We need to acknowledge the RX-/TX-interrupts in the
9233     SDR0_ICINTSTAT reg as well.
9234
9235     This problem was introduced with commit
9236     d1631fe1 [ppc4xx: Consolidate PPC4xx UIC defines]
9237
9238     Signed-off-by: James Clough <james@rtetc.com>
9239     Signed-off-by: Stefan Roese <sr@denx.de>
9240     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9241
9242 commit 91b469c95faf92435e3d5d78292ba78075a3c5ca
9243 Author: Mike Frysinger <vapier@gentoo.org>
9244 Date:   Wed Sep 2 04:18:55 2009 -0400
9245
9246     net: add random_port() prototype
9247
9248     The random_port() is meant to be used by other net code, but without a
9249     prototype, we get fun warnings like:
9250     dns.c: In function 'DnsSend':
9251     dns.c:89: warning: implicit declaration of function 'random_port'
9252
9253     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9254     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9255
9256 commit 3469424cb6d939c7aedf1e0efdec44a797c0a18c
9257 Author: Peter Tyser <ptyser@xes-inc.com>
9258 Date:   Mon Sep 21 11:20:37 2009 -0500
9259
9260     ppc: Remove reloc_off field from global_data structure
9261
9262     Now that proper relocation is supported, the reloc_off field is no longer
9263     necessary.
9264
9265     Note that the location of the standalone application jump table pointer
9266     in the global data structure is affected by this change, breaking
9267     execution of standalone applications compiled for previous versions of
9268     U-Boot.
9269
9270     We therefore increment XF_VERSION to 6
9271
9272     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9273     Signed-off-by: Wolfgang Denk <wd@denx.de>
9274
9275 commit 0630535e2d062dd73c1ceca5c6125c86d1127a49
9276 Author: Peter Tyser <ptyser@xes-inc.com>
9277 Date:   Tue Sep 22 09:27:55 2009 -0500
9278
9279     arm/microblaze/nios/nios2/sh: Remove relocation fixups
9280
9281     These architectures don't need relocation fixups, so reduce their
9282     codesize a bit by defining CONFIG_RELOC_FIXUP_WORKS.
9283
9284     Also remove the reloc_off field from their global data structures
9285     as it is no longer needed.
9286
9287     Note that the location of the standalone application jump table pointer
9288     in the global data structure is affected by this change, breaking
9289     execution of standalone applications compiled for previous versions of
9290     U-Boot. We will therefore increment XF_VERSION in the next commit,
9291     which also touches this area.
9292
9293     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9294     Signed-off-by: Wolfgang Denk <wd@denx.de>
9295
9296 commit 521af04d853361b49344b61892eb0618f9f713c5
9297 Author: Peter Tyser <ptyser@xes-inc.com>
9298 Date:   Mon Sep 21 11:20:36 2009 -0500
9299
9300     Conditionally perform common relocation fixups
9301
9302     Add #ifdefs where necessary to not perform relocation fixups.  This
9303     allows boards/architectures which support relocation to trim a decent
9304     chunk of code.
9305
9306     Note that this patch doesn't add #ifdefs to architecture-specific code
9307     which does not support relocation.
9308
9309     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9310
9311 commit 3cbcfa70b116df1bbdc90ba31c61adcaec058a8a
9312 Author: Peter Tyser <ptyser@xes-inc.com>
9313 Date:   Mon Sep 21 11:20:35 2009 -0500
9314
9315     p3mx: Remove serial relocation fixups
9316
9317     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9318
9319 commit 80f73b92a19129854876ec3f1aef531a09e86d2d
9320 Author: Peter Tyser <ptyser@xes-inc.com>
9321 Date:   Mon Sep 21 11:20:34 2009 -0500
9322
9323     lwmon, lwmon5: Remove sysmon POST relocation fixups
9324
9325     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9326
9327 commit 331ab60c4a418c39e5b1a05d4648a4155d0ad13e
9328 Author: Peter Tyser <ptyser@xes-inc.com>
9329 Date:   Mon Sep 21 11:20:33 2009 -0500
9330
9331     mpl: Remove memory test relocation fixups
9332
9333     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9334
9335 commit 6385b28116f775da4771b768ba9bf93c3aaaf26e
9336 Author: Peter Tyser <ptyser@xes-inc.com>
9337 Date:   Mon Sep 21 11:20:32 2009 -0500
9338
9339     fpga: Remove relocation fixups
9340
9341     PPC boards are the only users of the current FPGA code which is littered
9342     with manual relocation fixups.  Now that proper relocation is supported
9343     for PPC boards, remove FPGA manual relocation.
9344
9345     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9346
9347 commit cd1011db80287eef933d1599b74cff1116c93134
9348 Author: Peter Tyser <ptyser@xes-inc.com>
9349 Date:   Mon Sep 21 11:20:31 2009 -0500
9350
9351     tsec: Remove PHY command relocation fixups
9352
9353     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9354
9355 commit b5650c5d8c99100144d8e4e9af910405f857bb7a
9356 Author: Peter Tyser <ptyser@xes-inc.com>
9357 Date:   Mon Sep 21 11:20:30 2009 -0500
9358
9359     ppc: Remove board-specific command table relocation fixups
9360
9361     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9362
9363 commit e6b05e774d7ce1641613cdeffb69c1d48139a869
9364 Author: Peter Tyser <ptyser@xes-inc.com>
9365 Date:   Mon Sep 21 11:20:29 2009 -0500
9366
9367     ppc: Remove extable relocation fixups
9368
9369     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9370
9371 commit b32a894011b1436758905fa10e6a03b8539c43c9
9372 Author: Peter Tyser <ptyser@xes-inc.com>
9373 Date:   Mon Sep 21 11:20:28 2009 -0500
9374
9375     ppc: Remove pci config table pointer relocation fixups
9376
9377     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9378
9379 commit a0e2066f392782730f0398095e583c87812d97f2
9380 Author: Peter Tyser <ptyser@xes-inc.com>
9381 Date:   Mon Sep 21 11:20:27 2009 -0500
9382
9383     ppc: Remove board.c relocation fixups
9384
9385     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9386
9387 commit 244615197469dd6fe75ae082f38424b97c79aeaf
9388 Author: Peter Tyser <ptyser@xes-inc.com>
9389 Date:   Mon Sep 21 11:20:26 2009 -0500
9390
9391     ppc: Check for compilers that don't support relocation
9392
9393     Certain ppc compilers are known not to generate the .fixup section
9394     properly.  The .fixup section is necessary to create a relocatable
9395     U-Boot image.  A basic check for the existence of the .fixup section
9396     should hopefully catch the majority of broken compilers which don't
9397     support relocation.
9398
9399     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9400
9401 commit 858290178f222d998b6425d85cf06822467918f3
9402 Author: Peter Tyser <ptyser@xes-inc.com>
9403 Date:   Mon Sep 21 11:20:25 2009 -0500
9404
9405     ppc: Enable full relocation to RAM
9406
9407     The following changes allow U-Boot to fully relocate from flash to
9408     RAM:
9409      - Remove linker scripts' .fixup sections from the .text section
9410      - Add -mrelocatable to PLATFORM_RELFLAGS for all boards
9411      - Define CONFIG_RELOC_FIXUP_WORKS for all boards
9412
9413     Previously, U-Boot would partially relocate, but statically initialized
9414     pointers needed to be manually relocated.
9415
9416     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9417
9418 commit 3b4bd2d75c4b3c1a4570f47ffaaed66f56a78ff4
9419 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
9420 Date:   Wed Sep 30 11:55:04 2009 +0200
9421
9422     ppc4xx: Add SDRAM detection for PMC440 boards
9423
9424     This patch adds support to detect the amount of DDR2 SDRAM
9425     on PMC440 modules. Detection is done by probing through
9426     a list of available and supported hardware configurations
9427     from 1GByte down to 256MB.
9428
9429     The static TLB entry is replaced by dynamically created entries.
9430
9431     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
9432     Signed-off-by: Stefan Roese <sr@denx.de>
9433
9434 commit fb95169e39f2d03270bed552d27bbb02627a443e
9435 Author: Stefan Roese <sr@denx.de>
9436 Date:   Mon Sep 28 17:33:45 2009 +0200
9437
9438     ppc4xx: Merge PPC4xx DDR and DDR2 ECC handling
9439
9440     This patch merges the ECC handling (ECC parity byte writing) into one
9441     file (ecc.c) for all PPC4xx SDRAM controllers except for PPC440EPx/GRx.
9442     This exception is because only those PPC's use the completely different
9443     Denali SDRAM controller core.
9444
9445     Previously we had two routines to generate/write the ECC parity bytes.
9446     With this patch we now only have one core function left.
9447
9448     Tested on Kilauea (no ECC) and Katmai (with and without ECC).
9449
9450     Signed-off-by: Stefan Roese <sr@denx.de>
9451     Cc: Felix Radensky <felix@embedded-sol.com>
9452     Cc: Grant Erickson <gerickson@nuovations.com>
9453     Cc: Pieter Voorthuijsen <pv@prodrive.nl>
9454
9455 commit d24bd2517a2b847f773453eab0ee5b1c8ebc74ba
9456 Author: Felix Radensky <felix@embedded-sol.com>
9457 Date:   Sun Sep 27 23:56:12 2009 +0200
9458
9459     ppc4xx: Reorganize DDR2 ECC handling
9460
9461     Reorganize DDR2 ECC handling to use common code for
9462     SPD DIMMs and soldered SDRAM. Also, use common code
9463     to display SDRAM info (ECC, CAS latency) for SPD and
9464     soldered SDRAM variants.
9465
9466     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
9467     Signed-off-by: Stefan Roese <sr@denx.de>
9468
9469 commit 46a887949e11d2cddb91e17ca47e73341d71a379
9470 Author: Mike Frysinger <vapier@gentoo.org>
9471 Date:   Wed Sep 30 03:09:16 2009 -0400
9472
9473     Blackfin: update default console= settings
9474
9475     The Linux kernel has changed the way it numbers serial ports, so update
9476     the default command line to match it.
9477
9478     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9479
9480 commit 4c5f307d58604dea001cccf388aa077a902ab0a5
9481 Author: Mike Frysinger <vapier@gentoo.org>
9482 Date:   Mon Sep 21 18:04:49 2009 -0400
9483
9484     Blackfin: bf533-ezkit: update env location
9485
9486     The u-boot image has outgrown the current space and overflowed into the
9487     env sector.  So move the env to the next available sector (we've already
9488     allocated the first few sectors anyways for u-boot).
9489
9490     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9491
9492 commit 24b17d8a3c3a4b9ceaf6363ebe0021011b0b8bd8
9493 Author: Kumar Gala <galak@kernel.crashing.org>
9494 Date:   Wed Sep 30 08:39:44 2009 -0500
9495
9496     ppc/85xx: get_law_entry isn't used in CONFIG_NAND_SPL
9497
9498     Don't include get_law_entry as part of the NAND_SPL build since the
9499     code isnt used.
9500
9501     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9502
9503 commit 693a048d8ac191181f5b9adbff642d3f1bbd479f
9504 Author: Mingkai Hu <Mingkai.hu@freescale.com>
9505 Date:   Wed Sep 23 15:20:39 2009 +0800
9506
9507     Add README.mpc8536ds
9508
9509     Add boot from NAND/eSDHC/eSPI description
9510
9511     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
9512     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9513
9514 commit e40ac4870c6e72302044e98338322f45c34435bd
9515 Author: Mingkai Hu <Mingkai.hu@freescale.com>
9516 Date:   Wed Sep 23 15:20:38 2009 +0800
9517
9518     On-chip ROM boot: MPC8536DS support
9519
9520     The MPC8536E is capable of booting from the on-chip ROM - boot from
9521     eSDHC and boot from eSPI. When power on, the porcessor excutes the
9522     ROM code to initialize the eSPI/eSDHC controller, and loads the mian
9523     U-Boot image from the memory device that interfaced to the controller,
9524     such as the SDCard or SPI EEPROM, to the target memory, e.g. SDRAM or
9525     L2SRAM, then boot from it.
9526
9527     The memory device should contain a specific data structure with control
9528     word and config word at the fixed address. The config word direct the
9529     process how to config the memory device, and the control word direct
9530     the processor where to find the image on the memory device, or where
9531     copy the main image to. The user can use any method to store the data
9532     structure to the memory device, only if store it on the assigned address.
9533
9534     The on-chip ROM code will map the whole 4GB address space by setting
9535     entry0 in the TLB1, so the main image need to switch to Address space 1
9536     to disable this mapping and map the address space again.
9537
9538     This patch implements loading the mian U-Boot image into L2SRAM, so
9539     the image can configure the system memory by using SPD EEPROM.
9540
9541     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
9542     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9543
9544 commit 9a1a0aedbbd56f901bfbc124f18ec6d9dcefe282
9545 Author: Mingkai Hu <Mingkai.hu@freescale.com>
9546 Date:   Wed Sep 23 15:20:37 2009 +0800
9547
9548     NAND boot: MPC8536DS support
9549
9550     MPC8536E can support booting from NAND flash which uses the
9551     image u-boot-nand.bin. This image contains two parts: a 4K
9552     NAND loader and a main U-Boot image. The former is appended
9553     to the latter to produce u-boot-nand.bin. The 4K NAND loader
9554     includes the corresponding nand_spl directory, along with the
9555     code twisted by CONFIG_NAND_SPL. The main U-Boot image just
9556     like a general U-Boot image except the parts that included by
9557     CONFIG_SYS_RAMBOOT.
9558
9559     When power on, eLBC will automatically load from bank 0 the
9560     4K NAND loader into the FCM buffer RAM where CPU can execute
9561     the boot code directly. In the first stage, the NAND loader
9562     copies itself to RAM or L2SRAM to free up the FCM buffer RAM,
9563     then loads the main image from NAND flash to RAM or L2SRAM
9564     and boot from it.
9565
9566     This patch implements the NAND loader to load the main image
9567     into L2SRAM, so the main image can configure the RAM by using
9568     SPD EEPROM. In the first stage, the NAND loader copies itself
9569     to the second to last 4K address space, and uses the last 4K
9570     address space as the initial RAM for stack.
9571
9572     Obviously, the size of L2SRAM shouldn't be less than the size
9573     of the image used. If so, the workaround is to generate another
9574     image that includes the code to configure the RAM by SPD and
9575     load it to L2SRAM first, then relocate the main image to RAM
9576     to boot up.
9577
9578     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
9579     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9580
9581 commit 07355700523203c5f72018712cf0d93683f255c8
9582 Author: Mingkai Hu <Mingkai.hu@freescale.com>
9583 Date:   Wed Sep 23 15:19:32 2009 +0800
9584
9585     mpc8536: fix board config file line length
9586
9587     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
9588     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9589
9590 commit dd9ca98f2600000e5c2744735040100b770650e7
9591 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
9592 Date:   Fri Sep 25 11:14:11 2009 -0400
9593
9594     sbc8548: reclaim wasted sector in boot flash
9595
9596     By nature of being based off the MPC8548CDS board, this
9597     board inherited an ENV_SIZE setting of 256k.  But since
9598     it has a smaller flash device (8MB soldered on), it has
9599     a native sector size of 128k, and hence the ENV_SIZE was
9600     causing 2 sectors to be used for the environment.
9601
9602     By removing the unused sector, we can push TEXT_BASE up
9603     closer to the end of address space and reclaim that
9604     sector for any other application.  This also fixes the
9605     mismatch between TEXT_BASE and MONITOR_LEN reported by
9606     Kumar earlier.
9607
9608     Since this board also supports the ability to boot off
9609     the 64MB SODIMM flash, this change is forward looking
9610     with that in mind; i.e. the settings for MONITOR_LEN
9611     and ENV_SIZE will work when the 512k sectors of the
9612     SODIMM flash are used for alternate boot in the future.
9613
9614     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
9615     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9616
9617 commit 8280912e0657e96a7b7d8da7003656d62b0fd109
9618 Author: Kumar Gala <galak@kernel.crashing.org>
9619 Date:   Mon Sep 28 21:38:00 2009 -0500
9620
9621     ppc/85xx: Clean up immap_85xx.h
9622
9623     * Converted all white space to tabs
9624     * Converted all types to u8/u16/u32
9625     * Reduce lines to fit in 80 columns
9626     * Renamed MPC85xx_{Q,B}MAN -> FSL_CORENET_{Q,B}MAN
9627
9628     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9629
9630 commit d44e9c1736283f0abc5d3c5d28cfea8480c93a79
9631 Author: Scott Wood <scottwood@freescale.com>
9632 Date:   Mon Sep 28 16:33:18 2009 -0500
9633
9634     NAND: davinci: Fix warnings when 4-bit ECC not used
9635
9636     I accidentally left v2 of "NAND: DaVinci:Adding 4 BIT ECC support"
9637     applied when I pushed the tree last merge window, and missed these fixes
9638     which were in v3 of that patch.
9639
9640     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
9641     Signed-off-by: Scott Wood <scottwood@freescale.com>
9642
9643 commit ca6189db484882798f2a35a476c07e618e21f6d3
9644 Author: Kyungmin Park <kmpark@infradead.org>
9645 Date:   Tue Sep 22 09:05:00 2009 +0900
9646
9647     Refactor OneNAND IPL code
9648
9649     Refactoring the OneNAND IPL code
9650
9651     and some minor fixed:
9652     - Remove unnecessary header file
9653     - Fix wrong access at read interrupt
9654     - The recent OneNAND has 4KiB pagesize
9655
9656     Also Board can override OneNAND IPL image
9657
9658     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
9659
9660 commit a05e3f9a084fc8951d87745b3a91df246432df7d
9661 Author: Shinya Kuribayashi <skuribay@pobox.com>
9662 Date:   Sat Sep 12 18:01:40 2009 +0900
9663
9664     MIPS: VCT: Remove read_spareram reference
9665
9666     The commit ecad289fc6bd9d89ef4d5093cc7b6fd712fd0d29 (OneNAND: Remove
9667     unused read_spareram and add unlock_all as kernel does) forgot to remove
9668     a local reference to read_spareram in board/micronas/vct/ebi_onenand.c,
9669     which causes the following build failure when configured with OneNAND:
9670
9671     ebi_onenand.c: In function 'onenand_board_init':
9672     ebi_onenand.c:196: error: 'struct onenand_chip' has no member named 'read_spareram'
9673     make[1]: *** [ebi_onenand.o] Error 1
9674     make[1]: *** Waiting for unfinished jobs....
9675     make: *** [board/micronas/vct/libvct.a] Error 2
9676
9677     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
9678     Acked-by: Stefan Roese <sr@denx.de>
9679     Cc: Kyungmin Park <kyungmin.park@samsung.com>
9680     Signed-off-by: Scott Wood <scottwood@freescale.com>
9681
9682 commit ef37c6835eac66206a9c7c11f0c7186f5d64bf91
9683 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
9684 Date:   Fri Sep 25 14:05:57 2009 +0200
9685
9686     ubifs: Correct dereferencing of files-after-symlinks
9687
9688     Files in directories which are symlinked to were not dereferenced
9689     correctly in last commit. E.g., with a symlink
9690
9691        /boot/lnk -> /boot/real_dir
9692
9693     loading
9694
9695        /boot/lnk/uImage
9696
9697     will fail. This patch fixes that by simply seeing to it that the target
9698     base directory has a slash after it.
9699
9700     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
9701     Signed-off-by: Stefan Roese <sr@denx.de>
9702
9703 commit b306db2f1bf561b5823a655c677fe28cfad80cfb
9704 Author: Stefan Roese <sr@denx.de>
9705 Date:   Thu Sep 24 14:10:30 2009 +0200
9706
9707     ppc4xx: Remove mtsdram0() marcos and use common mtsdram() instead
9708
9709     Additionally some whitespace coding style fixes.
9710
9711     Signed-off-by: Stefan Roese <sr@denx.de>
9712
9713 commit 95b602bab5fec2fffab07a01ea3947c70d1bacc1
9714 Author: Stefan Roese <sr@denx.de>
9715 Date:   Thu Sep 24 13:59:57 2009 +0200
9716
9717     ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case
9718
9719     The latest PPC4xx register cleanup patch missed some SDRAM defines.
9720     This patch now changes lower case UIC defines to upper case. Also
9721     some names are changed to match the naming in the IBM/AMCC users
9722     manuals (e.g. mem_mcopt1 -> SDRAM0_CFG).
9723
9724     Signed-off-by: Stefan Roese <sr@denx.de>
9725
9726 commit 952e7760bfc5b0e3b142b9ce34e7fbb7d008c900
9727 Author: Stefan Roese <sr@denx.de>
9728 Date:   Thu Sep 24 09:55:50 2009 +0200
9729
9730     ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
9731
9732     The latest PPC4xx register cleanup patch missed the UIC defines.
9733     This patch now changes lower case UIC defines to upper case.
9734
9735     Signed-off-by: Stefan Roese <sr@denx.de>
9736
9737 commit d1c9e5b37901b53ffc1ce3f08ec8ed61bfd557b6
9738 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9739 Date:   Tue Sep 22 13:40:44 2009 +0200
9740
9741     fsl_i2c: Do not generate STOP after read.
9742
9743     __i2c_read always ends with a STOP condition thereby releasing
9744     the bus. It is cleaner to do the STOP magic in i2c_read(), like
9745     i2c_write() does. This may also help future multimaster systems which
9746     wants to hold on to the bus until all transactions are finished.
9747
9748     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9749
9750 commit 99404202127346b9e91503bbd69deafa18c980c4
9751 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9752 Date:   Thu Sep 17 11:07:17 2009 +0200
9753
9754     fsl_i2c: Impl. AN2919, rev 5 to calculate FDR/DFSR
9755
9756     The latest AN2919 has changed the way FDR/DFSR should be calculated.
9757     Update the driver according to spec. However, Condition 2
9758     is not accounted for as it is not clear how to do so.
9759
9760     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9761     Acked-by: Wolfgang Grandegger <wg@grandegger.com>
9762
9763 commit d01ee4db9302cfccaa5c548a1c4e873b415681a0
9764 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9765 Date:   Thu Sep 17 11:07:16 2009 +0200
9766
9767     fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR}
9768
9769     Some boards need a higher DFSR value than the spec currently
9770     recommends so give these boards the means to define there own.
9771
9772     For completeness, add CONFIG_FSL_I2C_CUSTOM_FDR too.
9773
9774     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9775
9776 commit 21f4cbb77299788e2b06c9b0f48cf20a5ab00d4a
9777 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9778 Date:   Thu Sep 17 11:07:15 2009 +0200
9779
9780     fsl_i2c: Wait for STOP condition to propagate
9781
9782     After issuing a STOP one must wait until the STOP has completed
9783     on the bus before doing something new to the controller.
9784
9785     Also add an extra read of SR as the manual mentions doing that
9786     is a good idea.
9787
9788     Remove surplus write of CR just before a write, isn't required and
9789     could potentially disturb the I2C bus.
9790
9791     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9792
9793 commit c7190f028fa950d4d36b6d0b4bb3fc72602ec54c
9794 Author: Kim Phillips <kim.phillips@freescale.com>
9795 Date:   Fri Sep 25 18:19:44 2009 -0500
9796
9797     mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields
9798
9799     some LCRR bits are not documented throughout the 83xx family RMs.
9800     New board porters copying similar board configurations might omit
9801     setting e.g., DBYP since it was not documented in their SoC's RM.
9802
9803     Prevent them bricking their board by retaining power on reset values
9804     in bit fields that the board porter doesn't explicitly configure
9805     via CONFIG_SYS_<registername>_<bitfield> assignments in the board
9806     config file.
9807
9808     also move LCRR assignment to cpu_init_r[am] to help ensure no
9809     transactions are being executed via the local bus while CLKDIV is being
9810     modified.
9811
9812     also start to use i/o accessors.
9813
9814     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9815
9816 commit 00ec0ff549b8cb6fb6d40e275aeb5a460642a3bd
9817 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
9818 Date:   Mon Sep 21 17:44:51 2009 -0400
9819
9820     sbc8349: tidy up Makefile to use new configuration script.
9821
9822     Commit 804d83a5 allows us to move all the configuration
9823     variation tweaks out of the top level Makefile and down
9824     into the board config header.  This takes advantage of
9825     that for the sbc8349 board.
9826
9827     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
9828     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9829
9830 commit da6eea0f48c24a318e6de69d6bca0bb5ab70572b
9831 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9832 Date:   Wed Sep 16 23:22:08 2009 +0400
9833
9834     mpc83xx: mpc8360emds: Add QE USB device tree fixups
9835
9836     With this patch we can change QE USB mode without need to hand-edit
9837     the device tree.
9838
9839     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9840     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9841
9842 commit 89da44ce3fe1638312d71cb3add8c6a6d2c7c1f3
9843 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9844 Date:   Wed Sep 16 23:21:59 2009 +0400
9845
9846     mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUs
9847
9848     This patch fixes various ethernet issues with gigabit links handling
9849     in U-Boot. The workarounds originally implemented by Kim Phillips for
9850     Linux kernel.
9851
9852     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9853     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9854
9855 commit 034477bb31948d698d18b84bc0834c3e25a14d04
9856 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9857 Date:   Wed Sep 16 23:21:57 2009 +0400
9858
9859     mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
9860
9861     Since commit 5c2ff323a94e27e481f70c44838d43fcd844dd46 ("mpc8360emds:
9862     rework LBC SDRAM setup"), LBC SDRAM is available for use in Linux.
9863
9864     Though, it appears that QE Ethernet in Gigabit mode can't transmit
9865     large packets when it tries to work with a data in LBC SDRAM (memtest
9866     didn't discover any issues, is LBC SDRAM just too slow?).
9867
9868     With this patch we can still use the board without DDR memory, but
9869     if DDR is available, we don't use LBC SDRAM.
9870
9871     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9872     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9873
9874 commit d77c779bc23596aa3693d1c5c4d5b6e1072f93f2
9875 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9876 Date:   Wed Sep 16 23:21:55 2009 +0400
9877
9878     net: uec: Fix uccf.h and uec.h headers to include headers they depend on
9879
9880     Headers should include headers containing prototypes and defines they
9881     depend on, don't assume that they're included by somebody else.
9882
9883     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9884     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9885
9886 commit 6185f80c311cc3bdef2f8d5096c61e40ca6f48b2
9887 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9888 Date:   Wed Sep 16 23:21:53 2009 +0400
9889
9890     net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
9891
9892     This will be needed for MPC8360E-MDS boards with rev. 2.1 CPUs.
9893
9894     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9895     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9896
9897 commit 984f10baac8ef6032df52f135943d6b0bc96f724
9898 Author: Wolfgang Denk <wd@denx.de>
9899 Date:   Fri Sep 25 14:16:00 2009 +0200
9900
9901     mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
9902
9903     Signed-off-by: Wolfgang Denk <wd@denx.de>
9904
9905 commit 6e748ea004473cce99fbde6382dd580c10ffdb60
9906 Author: Ken MacLeod <ken@bitsko.slc.ut.us>
9907 Date:   Fri Sep 11 15:16:18 2009 -0500
9908
9909     cmd_fdt.c: fix parse of byte streams and strings
9910
9911     Commit 4abd844d8e extended the fdt command parser to handle property
9912     strings which are split across multiple arguments but it was broken for
9913     byte streams and strings.
9914
9915     Byte stream parsing:
9916
9917      * Fixes where it would terminate early or go into an endless loop.
9918
9919      * Fixes a 0x00 being inserted into the data if there is a space after
9920        '[' or a separate argument.
9921
9922      * Fixes dereferencing the argument pointer after the last argument.
9923
9924      * Checks for bad characters.
9925
9926     String parsing:
9927
9928      * Treat multiple arguments as a string list.  This fixes an issue where
9929        only the last argument was stored.
9930
9931     Signed-off-by: Ken MacLeod <ken@bitsko.slc.ut.us>
9932
9933 commit 3887c3fbdbbe6bbb4df60ed415c8e1ab9fe56b5e
9934 Author: Heiko Schocher <hs@denx.de>
9935 Date:   Wed Sep 23 07:56:08 2009 +0200
9936
9937     mucmc52, uc101: delete ata@3a00 node, if no CF card is detected
9938
9939     U-Boot can detect if an IDE device is present or not.
9940     If not, and this new config option is activated, U-Boot
9941     removes the ATA node from the DTS before booting Linux,
9942     so the Linux IDE driver does not probe the device and
9943     crash. This is needed for buggy hardware (uc101) where
9944     no pull down resistor is connected to the signal IDE5V_DD7.
9945
9946     Signed-off-by: Heiko Schocher <hs@denx.de>
9947
9948 commit 7f625fc6d3ba8f890e843ac01717804c2462ed53
9949 Author: Heiko Schocher <hs@denx.de>
9950 Date:   Wed Sep 23 07:56:04 2009 +0200
9951
9952     mpc5200, mucmc52, uc101: config cleanup
9953
9954     - As these boards are similiar, collect common config options
9955       in manroland/common.h and manroland/mpc52xx-common.h
9956       for mpc5200 specific common options for this manufacturer.
9957     - add OF support
9958     - update default environment
9959
9960     Signed-off-by: Heiko Schocher <hs@denx.de>
9961
9962     Minor edit of commit message.
9963
9964     Signed-off-by: Wolfgang Denk <wd@denx.de>
9965
9966 commit 9d142ea8f787882ab732fa531a34db091bfa363d
9967 Author: Wolfgang Denk <wd@denx.de>
9968 Date:   Fri Sep 25 00:57:49 2009 +0200
9969
9970     Fix "ppc/85xx: Clean up use of LAWAR defines" breakage
9971
9972     Commit 002741ae86 modified include/asm-ppc/mmu.h such that the LAWAR_
9973     defines were only enabled for the 83xx platform, but they are also
9974     needed on MPC512x system. Enabling these for E300 systems seems thus
9975     more appropriate.
9976
9977     Signed-off-by: Wolfgang Denk <wd@denx.de>
9978
9979 commit a5aa3998ab6408a6ac738a3ce8005e647b9465f8
9980 Author: Martha M Stan <mmarx@silicontkx.com>
9981 Date:   Mon Sep 21 14:08:00 2009 -0400
9982
9983     Add Elpida Memory Configuration to mpc5121ads Boards
9984
9985     Signed-off-by: Martha M Stan <mmarx@silicontkx.com>
9986
9987     Minor coding style cleanup.
9988
9989     Signed-off-by: Wolfgang Denk <wd@denx.de>
9990
9991 commit 054197ba8ee5ef1e41694df58531b6e53ec43f2d
9992 Author: Martha M Stan <mmarx@silicontkx.com>
9993 Date:   Mon Sep 21 14:07:14 2009 -0400
9994
9995     mpc512x: Streamlined fixed_sdram() init sequence.
9996
9997     Signed-off-by: Martha M Stan <mmarx@silicontkx.com>
9998
9999     Minor cleanup:
10000
10001     Re-ordered default_mddrc_config[] to have matching indices.
10002
10003     This allows to use the same index "N" for source and target fields;
10004     before, we had code like this
10005
10006         out_be32(&im->mddrc.ddr_time_config2, mddrc_config[3]);
10007
10008     which always looked like a copy & paste error because 2 != 3.
10009
10010     Also, use NULL when meaning a null pointer.
10011
10012     Signed-off-by: Wolfgang Denk <wd@denx.de>
10013
10014 commit 39aaca1f66a0e5b1204b0789f6c0097938c00ad1
10015 Author: Kumar Gala <galak@kernel.crashing.org>
10016 Date:   Thu Mar 19 02:46:19 2009 -0500
10017
10018     ppc/p4080: Determine various chip frequencies on CoreNet platforms
10019
10020     The means to determine the core, bus, and DDR frequencies are completely
10021     new on CoreNet style platforms.  Additionally on p4080 we can have
10022     different frequencies for FMAN and PME IP blocks.  We need to keep track
10023     of the FMAN & PME frequencies since they are used for time stamping
10024     capabilities inside each block.
10025
10026     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10027
10028 commit 3c2a67eec8a0facc865b400caca52e7f6b7adf01
10029 Author: Kumar Gala <galak@kernel.crashing.org>
10030 Date:   Thu Sep 17 01:52:37 2009 -0500
10031
10032     ppc/p4080: Handle timebase enabling and frequency reporting
10033
10034     On CoreNet style platforms the timebase frequency is the bus frequency
10035     defined by 16 (on PQ3 it is divide by 8).  Also on the CoreNet platforms
10036     the core not longer controls the enabling of the timebase.  We now need
10037     to enable the boot core's timebase via CCSR register writes.
10038
10039     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10040
10041 commit 7e4259bba4c56536760e42d32dacfb3233f216fd
10042 Author: Kumar Gala <galak@kernel.crashing.org>
10043 Date:   Thu Mar 19 02:39:17 2009 -0500
10044
10045     ppc/p4080: Add various p4080 related defines (and p4040)
10046
10047     There are various locations that we have chip specific info:
10048
10049     * Makefile for which ddr code to build
10050     * Added p4080 & p4040 to cpu_type_list and SVR list
10051     * Added number of LAWs for p4080
10052     * Set CONFIG_MAX_CPUS to 8 for p4080
10053
10054     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10055
10056 commit 39a7e7fd538cdf49e7e8a2f0634ea5e15e12b4ec
10057 Author: Kumar Gala <galak@kernel.crashing.org>
10058 Date:   Thu Sep 17 01:44:39 2009 -0500
10059
10060     ppc/p4080: CoreNet platfrom style secondary core release
10061
10062     The CoreNet platform style of bringing secondary cores out of reset is
10063     a bit different that the PQ3 style.  Mostly the registers that we use
10064     to setup boot translation, enable time bases, and boot release the cores
10065     have moved around.
10066
10067     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10068
10069 commit a880cf3e0e1c220d780eccd0b101170c4499485d
10070 Author: Kumar Gala <galak@kernel.crashing.org>
10071 Date:   Thu Sep 17 01:44:00 2009 -0500
10072
10073     ppc/p4080: CoreNet platfrom style CCSRBAR setting
10074
10075     On CoreNet based platforms the CCSRBAR address is split between an high &
10076     low register and we no longer shift the address.
10077
10078     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10079     Signed-off-by: Scott Wood <scottwood@freescale.com>
10080
10081 commit 418ec8584343f04048e2cc7ee96b6b29be54ad97
10082 Author: Kumar Gala <galak@kernel.crashing.org>
10083 Date:   Thu Mar 19 02:32:23 2009 -0500
10084
10085     ppc/p4080: Add support for CoreNet style platform LAWs
10086
10087     On CoreNet based platforms the LAW address is split between an high &
10088     low register and we no longer shift the address.  Also, the target IDs
10089     on CoreNet platforms have been completely re-assigned.
10090
10091     Additionally, added a new find_law() API to which LAW an address hits in.
10092     This is need for the CoreNet style boot release code since it will need
10093     to determine what the target ID should be set to for boot window
10094     translation.
10095
10096     Finally, enamed LAWAR_EN to LAW_EN and moved to header so we can use
10097     it elsewhere.
10098
10099     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10100
10101 commit 01df521217957d77d53c2d570183eded7030938f
10102 Author: Kumar Gala <galak@kernel.crashing.org>
10103 Date:   Wed Sep 16 09:43:12 2009 -0500
10104
10105     ppc/p4080: Add p4080 platform immap definitions
10106
10107     The p4080 SoC has a significant amount of commonality with the 85xx/PQ3
10108     platform.  We reuse the 85xx immap and just add new definitions for
10109     local access and global utils.  The global utils is now broken into
10110     global utils, clocking and run control/power management.
10111
10112     The offsets from CCSR for a number of blocks have also changed.  We
10113     introduce the CONFIG_FSL_CORENET define to distinquish the PQ3 style of
10114     platform from the new p4080 platform.  We don't use QoirQ as there are
10115     products (like p2020) that are PQ3 based platforms but have the QoirQ
10116     name.
10117
10118     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10119
10120 commit 25bacf7a2b096496e2c58f2de4e5b2bce8fba038
10121 Author: Kumar Gala <galak@kernel.crashing.org>
10122 Date:   Tue Sep 22 15:45:44 2009 -0500
10123
10124     ppc/85xx: Fix enabling of L2 cache
10125
10126     We need to flash invalidate the locks in addition to the cache
10127     before we enable.
10128
10129     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10130
10131 commit cb0ff65c619efacdc0ba69aa8ee6ede7dd364a38
10132 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
10133 Date:   Tue Sep 22 12:48:27 2009 +0530
10134
10135     85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ
10136
10137     The code assumed names where just numbers and always prefixed 'mpc'.
10138     However newer QorIQ don't follow the mpc naming scheme.
10139
10140     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
10141     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10142
10143 commit 234a89d911ce28e46372f555d7c14e28424f2b0d
10144 Author: Mingkai Hu <Mingkai.hu@freescale.com>
10145 Date:   Tue Sep 22 14:53:21 2009 +0800
10146
10147     ppc/85xx: add cpu init config file for boot from NAND
10148
10149     When boot from NAND, the NAND flash must be connected to br/or0.
10150     Also init RAM(L2 SRAM or DDR SDRAM) for load the second image to
10151     it.
10152
10153     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
10154     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10155
10156 commit 266139b88b43ae1d87abb5f5431e6f57b801795f
10157 Author: Mingkai Hu <Mingkai.hu@freescale.com>
10158 Date:   Tue Sep 22 14:53:34 2009 +0800
10159
10160     immap_85xx: add porpllsr's plat ratio definition
10161
10162     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
10163     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10164
10165 commit 098bcbae3172d73d24ca8ba196328d901eed4132
10166 Author: Mingkai Hu <Mingkai.hu@freescale.com>
10167 Date:   Tue Sep 22 14:53:10 2009 +0800
10168
10169     ppc/85xx: add ld script file for boot from NAND
10170
10171     The first stage 4K image uses a seperate ld script file to
10172     generate 4K image. This patch moves it to the cpu/mpc85xx/*
10173     to make it avaliable for 85xx platform.
10174
10175     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
10176     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10177
10178 commit 8439f05cfd8cbb38485376a34d9fe297ba262737
10179 Author: Peter Tyser <ptyser@xes-inc.com>
10180 Date:   Mon Sep 21 23:09:28 2009 -0500
10181
10182     mpc8610hpcd: Use common 86xx fdt fixup code
10183
10184     Using the common 86xx fdt fixups removes some board-specific code and
10185     should make the mpc8610hpcd easier to maintain in the long run.
10186
10187     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10188     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10189
10190 commit 928435d11b898870415910efff87a4d6399cecb8
10191 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10192 Date:   Mon Sep 21 17:19:17 2009 -0400
10193
10194     sbc85x0: tidy up Makefile to use new configuration script.
10195
10196     Commit 804d83a5 allows us to move all the configuration
10197     variation tweaks out of the top level Makefile and down
10198     into the boards config header.  This takes advantage of
10199     that for the sbc8540/sbc8560 boards.
10200
10201     There were a couple of cheezy comments pointing at incorrect
10202     files, or files that don't exist, so I've cleaned those up too.
10203
10204     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10205     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10206
10207 commit 2738bc8df65ec905094d83f62f87fed123a03b9c
10208 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10209 Date:   Sun Sep 20 20:36:06 2009 -0400
10210
10211     sbc8548: allow enabling PCI via a make config option
10212
10213     Prior to this commit, to enable PCI, you had to go manually
10214     edit the board config header, and if you had 33MHz PCI, you
10215     had to manually change CONFIG_SYS_NS16550_CLK too, which was
10216     not real user friendly,
10217
10218     This adds the typical PCI and clock speed make targets to the
10219     toplevel Makefile in accordance with what is being done with
10220     other boards (i.e. using the "-t" to mkconfig).
10221
10222     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10223     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10224
10225 commit fdc7eb90b504daa020f290604d50da8f7cb70d8a
10226 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10227 Date:   Sun Sep 20 20:36:05 2009 -0400
10228
10229     sbc8548: update PCI/PCI-e support code
10230
10231     The PCI/PCI-e support for the sbc8548 was based on an earlier
10232     version of what the MPC8548CDS board was using, and in its
10233     current state it won't even compile.  This re-syncs it to match
10234     the latest codebase and makes use of the new shared PCI functions
10235     to reduce board duplication.
10236
10237     It borrows from the MPC8568MDS, in that it pulls the PCI-e I/O
10238     back to 0xe280_0000 (where PCI2 would be on MPC8548CDS), and
10239     similarly it coalesces the PCI and PCI-e mem into one single TLB.
10240
10241     Both PCI-x and PCI-e have been tested with intel e1000 cards
10242     under linux (with an accompanying dts change in place)
10243
10244     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10245     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10246
10247 commit a8b3e90f798e0cca5f11c912f9d0823a1c5b6c24
10248 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10249 Date:   Sun Sep 20 20:36:01 2009 -0400
10250
10251     fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
10252
10253     Recycle the recently added PCI-e wrapper used to reduce board
10254     duplication of code by creating a similar version for plain PCI.
10255
10256     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10257     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10258
10259 commit 11d5a629f8a40f9d7cffc74e58f4e3ed258e56ab
10260 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10261 Date:   Sun Sep 20 20:36:04 2009 -0400
10262
10263     sbc8548: correct local bus SDRAM size from 64M to 128M
10264
10265     The size of the LB SDRAM on this board is 128MB, spanning CS3
10266     and CS4.  It was previously only being configured for 64MB on
10267     CS3, since that was what the original codebase of the MPC8548CDS
10268     had.  In addition to setting up BR4/OR4, this also adds the TLB
10269     entry for the second half of the SDRAM.
10270
10271     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10272     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10273
10274 commit 0c7e4d45d9fb3c9e503ee93d50572d346dae150e
10275 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10276 Date:   Sun Sep 20 20:36:03 2009 -0400
10277
10278     sbc8548: use I/O accessors
10279
10280     Sweep throught the board specific file and replace the various
10281     register proddings with the equivalent I/O accessors.
10282
10283     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10284     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10285
10286 commit fc38eb98ff226f2c53eecbee033a6ab7619473dc
10287 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10288 Date:   Sun Sep 20 20:36:02 2009 -0400
10289
10290     sbc8548: remove eTSEC3/4 voltage hack
10291
10292     With only eTSEC1 and 2 being brought out to RJ-45 connectors, we
10293     aren't interested in the eTSEC3/4 voltage hack on this board
10294
10295     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10296     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10297
10298 commit 9b3ba24f18900633a394416cc056c44a1a6eb754
10299 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10300 Date:   Fri Sep 18 19:08:41 2009 -0400
10301
10302     sbc8548: enable access to second bank of flash
10303
10304     The sbc8548 has a 64MB SODIMM flash module off of CS6 that
10305     previously wasn't enumerated by u-boot.  There were already
10306     BR6/OR6 settings for it [used by cpu_init_f()] but there
10307     was no TLB entry and it wasn't in the list of flash banks
10308     reported to u-boot.
10309
10310     The location of the 64MB flash is "pulled back" 8MB from
10311     a 64MB boundary, in order to allow address space for the
10312     8MB boot flash that is at the end of 32 bit address space.
10313     This means creating two 4MB TLB entries for the 8MB chunk,
10314     and then expanding the original boot flash entry to 64MB
10315     in order to cover the 8MB boot flash and the remainder
10316     (56MB) of the user flash.
10317
10318     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10319     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10320
10321 commit ded58f4153923dfff16d2f96495bd7acf1f7e10e
10322 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10323 Date:   Wed Sep 23 17:30:57 2009 -0400
10324
10325     sbc8548: cosmetic line re-wrap
10326
10327     Fix the extra long lines to be consistent with u-boot coding style.
10328     No functional change here.
10329
10330     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10331
10332 commit 2c40acd3525b75db3fcd3f5a5bd40445679b5547
10333 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10334 Date:   Fri Sep 18 19:08:40 2009 -0400
10335
10336     sbc8548: get_clock_freq is not valid for this board
10337
10338     The get_clock_freq() comes from freescale/common/cadmus.c and is
10339     only valid for the CDS based 85xx reference platforms.  It would
10340     be nice if we could read the 33 vs. 66MHz status somehow, but in
10341     the meantime, tie it to CONFIG_SYS_CLK_FREQ like all the other
10342     non-CDS boards do.
10343
10344     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10345     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10346
10347 commit 7b1f1399e876587e0a268a5a471dd444bfbc3114
10348 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10349 Date:   Fri Sep 18 19:08:39 2009 -0400
10350
10351     sbc8548: delete unused MPC8548CDS info carried over from port
10352
10353     There are a couple defines and PCI bridge quirks related to the PCI
10354     backplane of the MPC8548CDS that have no meaning in the context of
10355     the port to the sbc8548 board, so delete them.
10356
10357     Also, the form factor of the sbc8548 is a standalone board with a
10358     single PCI-X and a single PCI-e slot.  That pretty much guarantees
10359     that it will never be a PCI agent itself, so the host/agent and root
10360     complex/end node distinctions have been removed.
10361
10362     Similarly, since there is no physical connector mapping to PCI2, so
10363     all references of PCI2 in the board support files have been removed
10364     as well.
10365
10366     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10367     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10368
10369 commit 94ca091456d5c3040ddd6351c80cf3e74393f9be
10370 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10371 Date:   Fri Sep 18 19:08:44 2009 -0400
10372
10373     sbc8548: enable use of PCI network cards
10374
10375     Create a board_eth_init to allow a place to hook in
10376     the PCI ethernet init after all the eTSEC are up
10377     and configured.
10378
10379     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10380     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10381
10382 commit 82b7725b6d46d9ad2b962b4cdfa896bd5ee32fb5
10383 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
10384 Date:   Sat Sep 19 17:50:17 2009 +0530
10385
10386     ppc/85xx: 32bit DDR changes for P1020/P1011
10387
10388     The P1020/P1011 SOCs support max 32bit DDR width as opposed to P2020/P2010
10389     where max DDR data width supported is 64bit.
10390
10391     As a next step the DDR data width initialization would be made more dynamic
10392     with more flexibility from the board perspective and user choice.
10393     Going forward we would also remove the hardcodings for platforms with onboard
10394     memories and try to use the FSL SPD code for DDR initialization.
10395
10396     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
10397     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10398
10399 commit bd42bbb858dde713f023fc2e4f512ec174a1a8d2
10400 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10401 Date:   Fri Sep 18 19:08:46 2009 -0400
10402
10403     sbc8548: replace README with completely new document
10404
10405     The previous README.sbc8548 was pretty much content-free. Replace
10406     it with something that actually gives the end user some relevant
10407     hardware details, and also lists the u-boot configuration choices.
10408
10409     Also in the cosmetic department, fix the bogus line in the Makefile
10410     that was carried over from the SBC8560 Makefile, and the typo in
10411     the sbc8548.c copyright.
10412
10413     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10414     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10415
10416 commit 002741ae862c1c7e3dad89d020e392e6add1c05d
10417 Author: Kumar Gala <galak@kernel.crashing.org>
10418 Date:   Sat Sep 19 11:20:54 2009 -0500
10419
10420     ppc/85xx: Clean up use of LAWAR defines
10421
10422     On 85xx platforms we shouldn't be using any LAWAR_* defines
10423     but using the LAW_* ones provided by fsl-law.h.  Rename any such
10424     uses and limit the LAWAR_ to the 83xx platform as the only user so
10425     we will get compile errors in the future.
10426
10427     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10428
10429 commit f61dae7c9dc526410faec15ce352b11fc36a560b
10430 Author: Kumar Gala <galak@kernel.crashing.org>
10431 Date:   Thu Sep 3 10:20:09 2009 -0500
10432
10433     ppc/85xx: Clean up mpc8572DS PCI setup code
10434
10435     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
10436     board ports, use IO accessors and clean up printing of status info.
10437
10438     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10439
10440 commit 4958af8735207640181c4423e41b24ee7418361a
10441 Author: Kumar Gala <galak@kernel.crashing.org>
10442 Date:   Thu Sep 3 09:42:01 2009 -0500
10443
10444     ppc/85xx: Clean up p2020ds PCI setup code
10445
10446     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
10447     board ports, use IO accessors and clean up printing of status info.
10448
10449     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10450
10451 commit 93a83872c707891bad22f7776d79a650c870601f
10452 Author: Kumar Gala <galak@kernel.crashing.org>
10453 Date:   Thu Sep 3 10:09:04 2009 -0500
10454
10455     ppc/85xx: Clean up p1_p2_rdb PCI setup
10456
10457     General code cleanup to use in/out IO accessors as well as making
10458     the code that prints out info sane between board and generic fsl pci
10459     code.
10460
10461     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10462
10463 commit 62ca21c442e18fec118ec83e183d64ea49966ce7
10464 Author: Kumar Gala <galak@kernel.crashing.org>
10465 Date:   Thu Sep 10 16:31:53 2009 -0500
10466
10467     ppc/85xx: Simplify the top makefile for P1_P2_RDB boards
10468
10469     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10470
10471 commit a0f9e0e0f06033807de0ae017ad4d9cf5ddff84b
10472 Author: Kumar Gala <galak@kernel.crashing.org>
10473 Date:   Thu Sep 10 16:26:37 2009 -0500
10474
10475     ppc/85xx: Simplify the top makefile for 36-bit config for P2020DS
10476
10477     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10478
10479 commit f9edcc10e6cb497dd7dcbaf691cfd1859abae27a
10480 Author: Kumar Gala <galak@kernel.crashing.org>
10481 Date:   Thu Sep 10 16:23:45 2009 -0500
10482
10483     ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
10484
10485     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10486
10487 commit 0e905ac28b1e039d74e63232293972bff6b5a0ce
10488 Author: Mingkai Hu <Mingkai.hu@freescale.com>
10489 Date:   Fri Sep 18 11:45:09 2009 +0800
10490
10491     ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
10492
10493     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
10494     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10495
10496 commit 202d94875c98b7b573f136c4f353609758ed9733
10497 Author: Kumar Gala <galak@kernel.crashing.org>
10498 Date:   Tue Sep 15 22:21:58 2009 -0500
10499
10500     ppc/85xx: Fix LCRR_CLKDIV defines
10501
10502     For some reason the CLKDIV field varies between SoC in how it interprets
10503     the bit values.
10504
10505     All 83xx and early (e500v1) PQ3 devices support:
10506      clk/2: CLKDIV = 2
10507      clk/4: CLKDIV = 4
10508      clk/8: CLKDIV = 8
10509
10510     Newer PQ3 (e500v2) and MPC86xx support:
10511      clk/4: CLKDIV = 2
10512      clk/8: CLKDIV = 4
10513      clk/16: CLKDIV = 8
10514
10515     Ensure that the MPC86xx and MPC85xx still get the same behavior and make
10516     the defines reflect their logical view (not the value of the field).
10517
10518     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10519     Acked-by: Peter Tyser <ptyser@xes-inc.com>
10520
10521 commit 55f786d8ba8ce58a81428536da34a2192b9bad9f
10522 Author: Peter Tyser <ptyser@xes-inc.com>
10523 Date:   Mon Sep 21 12:04:33 2009 -0500
10524
10525     MAKEALL: Use POSIX math
10526
10527     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10528
10529 commit 40a28f0885e62b6607e12ed6baa6284927f5263e
10530 Author: Peter Tyser <ptyser@xes-inc.com>
10531 Date:   Mon Sep 21 12:04:32 2009 -0500
10532
10533     MAKEALL: Add summary information
10534
10535     This change adds some basic summary information to the MAKEALL script.
10536     The summary information includes how many boards were compiled, how many
10537     boards had compile warnings or errors, and which specific boards had
10538     compile warnings or errors.
10539
10540     This information is useful when doing compile testing to quickly
10541     determine which boards are broken.
10542
10543     As a side benefit, no empty $BOARD.ERR files are generated by MAKEALL.
10544     Previously, each board had a corresponding $BOARD.ERR file, even if the
10545     board compiled cleanly.
10546
10547     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10548
10549 commit 71ce9bd7f551e44c4ddb4c985c095da6d3452d79
10550 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
10551 Date:   Mon Sep 21 11:05:55 2009 -0500
10552
10553     galaxy5200: enable version environment variable
10554
10555     Add version environment variable configuration to the galaxy5200
10556     board header file.
10557
10558     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
10559
10560     Edited commit message.
10561
10562     Signed-off-by: Wolfgang Denk <wd@denx.de>
10563
10564 commit c569ad6e1e8768a0fec513ffc156412240b7eb35
10565 Author: Werner Pfister <werner.pfister@intercontrol.de>
10566 Date:   Mon Sep 21 14:49:56 2009 +0200
10567
10568     digsy_mtc: Add TCR register value for RTC (DS1339)
10569
10570     Signed-off-by: Werner Pfister <werner.pfister@intercontrol.de>
10571     Signed-off-by: Detlev Zundel <dzu@denx.de>
10572
10573 commit b0078c8792badd81aed51b7eabe85e960036361c
10574 Author: Werner Pfister <werner.pfister@intercontrol.de>
10575 Date:   Mon Sep 21 14:49:55 2009 +0200
10576
10577     rtc/ds1337.c: Allow to set TCR register
10578
10579     This is needed to correctly start the charging of an attached capacitor
10580     or battery.
10581
10582     Signed-off-by: Werner Pfister <werner.pfister@intercontrol.de>
10583     Signed-off-by: Detlev Zundel <dzu@denx.de>
10584
10585 commit 9d7952e4c636b8c99289a44dbe28c6f93c43b9f7
10586 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
10587 Date:   Tue Sep 15 09:53:29 2009 +0200
10588
10589     ubifs: Add support for looking up directory and relative symlinks
10590
10591     This patch adds support for resolving symlinks to directories as well as
10592     relative symlinks. Symlinks are now always resolved during file lookup,
10593     so the load stage no longer needs to special-case them.
10594
10595     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
10596     Signed-off-by: Stefan Roese <sr@denx.de>
10597
10598 commit fcdb36b85ac033c09a9762a0a14808f7cb2ed54c
10599 Author: Rupjyoti Sarmah <rsarmah@amcc.com>
10600 Date:   Mon Sep 21 11:26:19 2009 -0700
10601
10602     ppc4xx: Fix PCIE PLL lock on 440SPe Yucca board
10603
10604     u-boot reports a PCIE PLL lock error at boot time on Yucca board, and
10605     left PCIe nonfunctional. This is fixed by making u-boot function
10606     ppc4xx_init_pcie() to wait 300 uS after negating reset before the
10607     first check of the PLL lock.
10608
10609     Signed-off-by: Rupjyoti Sarmah <rsarmah@amcc.com>
10610     Signed-off-by: Stefan Roese <sr@denx.de>
10611
10612 commit 91d599044caac4a8c228115b16cf3b073f902080
10613 Author: Dirk Eibach <eibach@gdsys.de>
10614 Date:   Mon Sep 21 13:27:14 2009 +0200
10615
10616     ppc4xx: Make DDR2 timing for intip more robust
10617
10618     DDR2 timing for intip was on the edge for some of the available chips
10619     for this board. Now it is verfied to work with all of them.
10620
10621     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
10622     Signed-off-by: Stefan Roese <sr@denx.de>
10623
10624 commit 184a3a27f5cd2c64666f74df94c86b94c4383ef8
10625 Author: Wolfgang Denk <wd@denx.de>
10626 Date:   Tue Sep 15 00:26:02 2009 +0200
10627
10628     board/linkstation/ide.c: Fix compile warning
10629
10630     Fix warning: ide.c:60: warning: dereferencing type-punned pointer will
10631     break strict-aliasing rules
10632
10633     Signed-off-by: Wolfgang Denk <wd@denx.de>
10634     Cc: Guennadi Liakhovetski <lg@denx.de>
10635
10636 commit 004eca0c9ba328de457d5dc9ef8805639dfef893
10637 Author: Peter Tyser <ptyser@xes-inc.com>
10638 Date:   Wed Sep 16 22:03:08 2009 -0500
10639
10640     ppc: Clean up calling of phy_reset() during init
10641
10642     Remove board-specific #ifdefs for calling phy_reset() during
10643     initializtion
10644
10645     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10646
10647 commit 3a8f28d0a6d9f8505017680233064c13e4587174
10648 Author: Peter Tyser <ptyser@xes-inc.com>
10649 Date:   Wed Sep 16 22:03:07 2009 -0500
10650
10651     ppc: Clean up calling of misc_init_r() during init
10652
10653     Remove board-specific #ifdefs for calling misc_init_r() during
10654     initializtion
10655
10656     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10657     Acked-by: Heiko Schocher <hs@denx.de>
10658
10659 commit 3202d33169df04da5cf3dea8c5ab0a902b90ecaa
10660 Author: Peter Tyser <ptyser@xes-inc.com>
10661 Date:   Wed Sep 16 21:38:10 2009 -0500
10662
10663     Remove deprecated 'autoscr' command/variables
10664
10665     The more standard 'source' command provides identical functionality to
10666     the autoscr command.
10667
10668     Environment variable names/values on the MVBC_P, MVBML7, kmeter1,
10669     mgcoge, and km8xx boards are updated to no longer refernce 'autoscr'.
10670
10671     The 'autoscript' and 'autoscript_uname' environment variables are
10672     also removed.
10673
10674     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10675     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10676     Acked-by: Heiko Schocher <hs@denx.de>
10677
10678 commit d3f4941874a20d8a390a36ba71335ae1db2f9ba0
10679 Author: Paul Gibson <paul.gibson2074@gmail.com>
10680 Date:   Wed Sep 16 10:05:00 2009 +1000
10681
10682     mpc512x. Micron nand flash needs a reset before a read command is issued.
10683
10684     Micron nand flash needs a reset before a read command is issued.
10685     The current mpc5121_nfc driver ignores the reset command.
10686
10687 commit b55ae40249545eabb9d6bfb850b1400a32561b1f
10688 Author: Marcel Ziswiler <marcel@ziswiler.com>
10689 Date:   Wed Sep 9 21:18:41 2009 +0200
10690
10691     FDT: remove obsolete OF_CPU and OF_SOC macros.
10692
10693     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
10694     Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10695     Acked-by: Heiko Schocher <hs@denx.de>
10696
10697 commit 3b6a9267f0de7b85d387fa4123d0b58379363447
10698 Author: Wolfgang Denk <wd@denx.de>
10699 Date:   Tue Sep 15 00:09:21 2009 +0200
10700
10701     board/flagadm/flash.c: fix compile warning
10702
10703     Fix warning: flash.c:531: warning: dereferencing type-punned pointer
10704     will break strict-aliasing rules
10705
10706     Signed-off-by: Wolfgang Denk <wd@denx.de>
10707     Cc: Kári Davíðsson <kd@flaga.is>
10708
10709 commit 0413cfecea350000eab5e591a0965c3e3ee0ff00
10710 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
10711 Date:   Thu Sep 17 15:15:52 2009 +0200
10712
10713     Correct ffs/fls regression for PowerPC etc
10714
10715     Commits
10716
10717       02f99901ed1c9d828e3ea117f94ce2264bf8389e
10718       52d61227b66d4099b39c8309ab37cb67ee09a405
10719
10720     introduced a regression where platform-specific ffs/fls implementations
10721     were defined away. This patch corrects that by using PLATFORM_xxx
10722     instead of the name itself.
10723
10724     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
10725     Acked-by: Kumar Gala <galak@kernel.crashing.org>
10726     Acked-by: Stefan Roese <sr@denx.de>
10727
10728 commit e67af44d0167d8237dd2c2ddf8e301d19ca12914
10729 Author: Stefan Roese <sr@denx.de>
10730 Date:   Mon Sep 14 11:13:34 2009 +0200
10731
10732     ppc4xx: Consolidate get_OPB_freq()
10733
10734     All 4xx variants had their own, mostly identical get_OPB_freq()
10735     function. Some variants even only had the OPB frequency calculated
10736     in this routine and not supplied the sys_info.freqOPB variable
10737     correctly (e.g. 405EZ). This resulted in incorrect OPB values passed
10738     via the FDT to Linux.
10739
10740     This patch now removes all those copies and only uses one function
10741     for all 4xx variants (except for IOP480 which doesn't have an OPB).
10742
10743     Signed-off-by: Stefan Roese <sr@denx.de>
10744
10745 commit 84a45d33c2cc261dbd5411f7c2ad45f6003025b6
10746 Author: Stefan Roese <sr@denx.de>
10747 Date:   Fri Sep 11 17:09:45 2009 +0200
10748
10749     ppc4xx: Enable commands for FDT enabled Linux booting on AMCC Acadia
10750
10751     Acadia still used the "old" arch/ppc bootm commands for booting
10752     Linux images without FDT. This patch now enables these fdt-aware
10753     boot commands for Acadia as well.
10754
10755     Signed-off-by: Stefan Roese <sr@denx.de>
10756
10757 commit 95a4a593b577b6e2f1da2d4b0f5ec86975c33413
10758 Author: Stefan Roese <sr@denx.de>
10759 Date:   Fri Sep 11 17:07:55 2009 +0200
10760
10761     ppc4xx: Fix 405EZ uart base baud calculation
10762
10763     With this fix, Linux correctly configures the baudrate when booting
10764     with FDT passed from U-Boot to Linux.
10765
10766     Signed-off-by: Stefan Roese <sr@denx.de>
10767
10768 commit 15fba3279b56333bdb65ead366f82c945ed320d1
10769 Author: Kumar Gala <galak@kernel.crashing.org>
10770 Date:   Fri Sep 11 15:28:41 2009 -0500
10771
10772     ppc/85xx: Disable all async interrupt sources when we boot
10773
10774     We should make sure to clear MSR[ME, CE, DE] when we boot an OS image
10775     since we have changed the exception vectors and the OSes vectors might
10776     not be setup we should avoid async interrupts at all costs.
10777
10778     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10779
10780 commit 9f00409a9d04cf533305531da32437130802f3a3
10781 Author: Kumar Gala <galak@kernel.crashing.org>
10782 Date:   Fri Sep 11 13:52:45 2009 -0500
10783
10784     ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL
10785
10786     By pulling out cpu_init_early we can build just it and not all of
10787     cpu_init for NAND_SPL.
10788
10789     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10790
10791 commit 0456dbf3475d0aec42873a967ac97ed81f376119
10792 Author: Kumar Gala <galak@kernel.crashing.org>
10793 Date:   Fri Sep 11 13:41:49 2009 -0500
10794
10795     ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL
10796
10797     Use write_tlb and don't use memset so we can use the same code for
10798     cpu_init_early_f between NAND SPL and not.
10799
10800     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10801
10802 commit 6e1385d5f8d137e741dfef02465d7dc328040ad7
10803 Author: Mingkai Hu <Mingkai.hu@freescale.com>
10804 Date:   Fri Sep 11 10:53:08 2009 +0800
10805
10806     NAND boot: change NAND loader's relocate SP to CONFIG param
10807
10808     So that we can set the NAND loader's relocate stack pointer
10809     to the value other than the relocate address + 0x10000.
10810
10811     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
10812     Acked-by: Kim Phillips <kim.phillips@freescale.com>
10813     Acked-by: Scott Wood <scottwood@freescale.com>
10814     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10815
10816 commit 7da53351d817c6d77364cfde922891f37d0e5ed8
10817 Author: Mingkai Hu <Mingkai.hu@freescale.com>
10818 Date:   Fri Sep 11 14:19:10 2009 +0800
10819
10820     ppc/85xx: add boot from NAND/eSDHC/eSPI support
10821
10822     The MPC8536E is capable of booting form NAND/eSDHC/eSPI, this patch
10823     implements these three bootup methods in a unified way - all of these
10824     use the general cpu/mpc85xx/start.S, and load the main image to L2SRAM
10825     which lets us use the SPD to initialize the SDRAM.
10826
10827     For all three bootup methods, the bootup process can be divided into two
10828     stages: the first stage will initialize the corresponding controller,
10829     configure the L2SRAM, then copy the second stage image to L2SRAM and
10830     jump to it. The second stage image is just like the general U-Boot image
10831     to configure all the hardware and boot up to U-Boot command line.
10832
10833     When boot from NAND, the eLBC controller will first load the first stage
10834     image to internal 4K RAM buffer because it's also stored on the NAND
10835     flash. The first stage image, also call 4K NAND loader, will initialize
10836     the L2SRAM, load the second stage image to L2SRAM and jump to it. The 4K
10837     NAND loader's code comes from the corresponding nand_spl directory, along
10838     with the code twisted by CONFIG_NAND_SPL.
10839
10840     When boot from eSDHC/eSPI, there's no such a first stage image because
10841     the CPU ROM code does the same work. It will initialize the L2SRAM
10842     according to the config addr/word pairs on the fixed address and
10843     initialize the eSDHC/eSPI controller, then load the second stage image
10844     to L2SRAM and jump to it.
10845
10846     The macro CONFIG_SYS_RAMBOOT is used to control the code to produce the
10847     second stage image for all different bootup methods. It's set in the
10848     board config file when one of the bootup methods above is selected.
10849
10850     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
10851     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10852
10853 commit b2eec281a811bb52941f61203d8fe35256b3582c
10854 Author: Kumar Gala <galak@kernel.crashing.org>
10855 Date:   Fri Sep 11 12:32:01 2009 -0500
10856
10857     ppc/85xx: Move code around to prep for NAND_SPL
10858
10859     If we move some of the functions in tlb.c around we need less
10860     ifdefs.  The first stage loader just needs invalidate_tlb and
10861     init_tlbs.
10862
10863     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10864
10865 commit 206af3527c05e520e28d38a48a1d15433e34675d
10866 Author: Kumar Gala <galak@kernel.crashing.org>
10867 Date:   Fri Sep 11 11:30:30 2009 -0500
10868
10869     ppc/85xx: Repack tlb_table to save space
10870
10871     We can pack the initial tlb_table in MAS register format and use
10872     write_tlb to set things up.  This savings can be helpful for NAND
10873     style first stage boot loaders.
10874
10875     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10876
10877 commit d30f9043539d372cf66406bc2f21bb8c20e67009
10878 Author: Kumar Gala <galak@kernel.crashing.org>
10879 Date:   Fri Sep 11 11:27:00 2009 -0500
10880
10881     ppc/85xx: Introduce low level write_tlb function
10882
10883     Factor out the code we use to actually write a tlb entry.
10884
10885     set_tlb is a logical view of the TLB while write_tlb is a low level
10886     matching the MAS registers.
10887
10888     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10889
10890 commit 0ead6f2ed7cf4e1f70dab5b529ad121e38359485
10891 Author: Roy Zang <tie-fei.zang@freescale.com>
10892 Date:   Thu Sep 10 14:44:48 2009 +0800
10893
10894     ppc/85xx: Enable usb ehci support for p2020ds board
10895
10896     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10897     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10898
10899 commit 6d8565a1ed5acb01bad4a4cd74a93be5f7fb7f7c
10900 Author: Kumar Gala <galak@kernel.crashing.org>
10901 Date:   Thu Sep 10 14:54:55 2009 -0500
10902
10903     ppc/8xxx: Misc DDR related fixes
10904
10905     * Fix setting of ESDMODE (MR1) register - the bit shifting was wrong
10906     * Fix the format string to match size in a debug print
10907
10908     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10909
10910 commit 3e3c9c157b89eab2dc2f897899b1b95cd70c1a58
10911 Author: Scott Wood <scottwood@freescale.com>
10912 Date:   Thu Aug 20 17:45:00 2009 -0500
10913
10914     ppc/85xx: Remove some bogus code from external interrupt handler.
10915
10916     Skipping the interrupted instruction will accomplish nothing other
10917     than turning a spurious interrupt into a crash.
10918
10919     External interrupts are not machine checks, so don't count them as such.
10920
10921     Signed-off-by: Scott Wood <scottwood@freescale.com>
10922
10923 commit dcc87dd58db466caa2d66755c5ec9455edf42fe8
10924 Author: Scott Wood <scottwood@freescale.com>
10925 Date:   Thu Aug 20 17:45:05 2009 -0500
10926
10927     ppc/85xx: Ensure that MAS8 is zero when writing TLB entries.
10928
10929     Its reset value is random, and we sometimes read uninitialized TLB
10930     arrays.  Make sure that we don't retain MAS8 from reading such an entry
10931     if the VF bit in MAS8 is set, attempts to use the mapping will trap.
10932
10933     Signed-off-by: Scott Wood <scottwood@freescale.com>
10934
10935 commit 1b72dbecca2d7ad7a21c92d80227daa2d8ec5a57
10936 Author: Scott Wood <scottwood@freescale.com>
10937 Date:   Thu Aug 20 17:44:20 2009 -0500
10938
10939     ppc/85xx: Don't enable interrupts before we're ready
10940
10941     We cannot handle any exceptions while running in AS1, as the exceptions
10942     will transition back to AS0 without a valid mapping.
10943
10944     Signed-off-by: Scott Wood <scottwood@freescale.com>
10945
10946 commit 3ca55bce9c8bf00df06a20487fafc16fa2f8084b
10947 Author: Marcel Ziswiler <marcel@ziswiler.com>
10948 Date:   Fri Sep 11 07:50:33 2009 -0400
10949
10950     mpc8260: remove Ethernet node fixup to use generic FDT code.
10951
10952     Remove Ethernet node fixup from mgcoge and muas3001 boards and modify its
10953     configs for the common mpc8260 code to use generic Ethernet fixup.
10954
10955     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
10956     Tested-by: Heiko Schocher <hs@denx.de>
10957
10958 commit 1c20e4a9fbc531e2149ae061e8583f5fad82f163
10959 Author: Mike Frysinger <vapier@gentoo.org>
10960 Date:   Wed Sep 9 12:20:21 2009 -0400
10961
10962     tools/netconsole: use ncb automatically if available
10963
10964     The standard netcat, while ubiquitous, doesn't handle broadcast udp packets
10965     properly.  The local ncb util does however.  So if ncb can be located in
10966     the standard locations, automatically use that instead.
10967
10968     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10969
10970 commit 770931805d292908a57a3d2c5f9a4fcde888b5a2
10971 Author: Mike Frysinger <vapier@gentoo.org>
10972 Date:   Wed Sep 9 12:20:20 2009 -0400
10973
10974     tools/netconsole: make a bit more robust
10975
10976     The netcat utility likes to exit when it receives an empty packet (as it
10977     thinks this means EOF).  This can easily occur when working with command
10978     line editing as this behavior will be triggered when using backspace.  Or
10979     with tabs and command line completion.  So create two netcat processes -
10980     one to only listen (and put it into a loop), and one to do the sending.
10981     Once the user quits the transmitting netcat, the listening one will be
10982     killed automatically.
10983
10984     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10985
10986 commit a6e19d69f63c14b7672c65ca4b014621c6fd0201
10987 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
10988 Date:   Mon Aug 24 09:10:16 2009 +0200
10989
10990     arm: Define test_and_set_bit and test_and_clear bit for ARM
10991
10992     Needed for (e.g.) ubifs support to work.
10993
10994     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
10995
10996 commit 52d61227b66d4099b39c8309ab37cb67ee09a405
10997 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
10998 Date:   Mon Aug 24 09:10:12 2009 +0200
10999
11000     Define ffs/fls for all architectures
11001
11002     UBIFS requires fls(), which is not defined for arm (and some other
11003     architectures) and this patch adds it. The implementation is taken from
11004     Linux and is generic. ffs() is also defined for those that miss it.
11005
11006     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
11007
11008 commit 4b15de08fe4d2c9d12a3764394731018a763216b
11009 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
11010 Date:   Mon Aug 24 09:10:03 2009 +0200
11011
11012     arm: Make arm bitops endianness-independent
11013
11014     Bring over the bitop implementations from the Linux
11015     include/asm-generic/bitops/non-atomic.h to provide
11016     endianness-independence.
11017
11018     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
11019
11020 commit 02f99901ed1c9d828e3ea117f94ce2264bf8389e
11021 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
11022 Date:   Mon Aug 24 09:09:50 2009 +0200
11023
11024     Move __set/clear_bit from ubifs.h to bitops.h
11025
11026     __set_bit and __clear_bit are defined in ubifs.h as well as in
11027     asm/include/bitops.h for some architectures. This patch moves
11028     the generic implementation to include/linux/bitops.h and uses
11029     that unless it's defined by the architecture.
11030
11031     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
11032
11033 commit 557555fe0b82940ba7cc69f81d31d6ef4d4933b4
11034 Author: Mike Frysinger <vapier@gentoo.org>
11035 Date:   Fri Sep 4 19:54:45 2009 -0400
11036
11037     standalone: convert to kbuild style
11038
11039     Clean up the arch/cpu/board/config checks as well as redundant setting of
11040     srec/bin variables by using the kbuild VAR-$(...) style.
11041
11042     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11043
11044 commit 804d83a563c47b55e1f14f5de3b6e9d7e2a7ef5e
11045 Author: Wolfgang Denk <wd@denx.de>
11046 Date:   Tue Sep 15 22:12:31 2009 +0200
11047
11048     mkconfig: split the board make target to multiple config targets
11049
11050     To simplify the top level makefile it useful to be able to parse
11051     the top level makefile target to multiple individual target, then
11052     put them to the config.h, leave the board config file to handle
11053     the different targets.
11054
11055     Note that this method uses the '_'(underline) as the delimiter when
11056     splits the board make target.
11057
11058     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
11059
11060     This also reverts commit 511c02f611cb5afa1b8ca5980caaaabaa0de377f.
11061
11062     Signed-off-by: Wolfgang Denk <wd@denx.de>
11063
11064 commit ceb2d57c2205db5bbd868577f756c74a2568160c
11065 Author: Wolfgang Denk <wd@denx.de>
11066 Date:   Tue Sep 15 21:13:27 2009 +0200
11067
11068     kwbimage.c: Fix compile warning when building on 64 bit systems (again)
11069
11070     Commit 51003b89 attempted to fix a build problem on 64 bit systems,
11071     but just turned it into a build problem on 32 bit systems (silly me).
11072
11073     Now do the Right Thing (TM) and use a "%zu" printf format.
11074
11075     Also fix spelling error.
11076
11077     Signed-off-by: Wolfgang Denk <wd@denx.de>
11078
11079 commit 6c7bc91fb3dba186d3398a1653f6db236510ffa7
11080 Author: Wolfgang Denk <wd@denx.de>
11081 Date:   Fri Sep 11 11:30:34 2009 +0200
11082
11083     board/amcc/common/flash.c: Fix compile warning
11084
11085     Fix warning: ../common/flash.c:917: warning: dereferencing type-punned
11086     pointer will break strict-aliasing rules
11087
11088     Signed-off-by: Wolfgang Denk <wd@denx.de>
11089     Cc: Stefan Roese <sr@denx.de>
11090     Acked-by: Stefan Roese <sr@denx.de>
11091
11092 commit 70fb809c563c340538264d2a9436135e74c38bfe
11093 Author: Wolfgang Denk <wd@denx.de>
11094 Date:   Fri Sep 11 11:47:07 2009 +0200
11095
11096     board/amcc/yucca/flash.c: Fix compile warning
11097
11098     Fix warning: flash.c:919: warning: dereferencing type-punned pointer
11099     will break strict-aliasing rules
11100
11101     Signed-off-by: Wolfgang Denk <wd@denx.de>
11102     Cc: Stefan Roese <sr@denx.de>
11103     Acked-by: Stefan Roese <sr@denx.de>
11104
11105 commit 030ec52f8cc83015f968db30208f4bd07feffa6c
11106 Author: Wolfgang Denk <wd@denx.de>
11107 Date:   Fri Sep 11 11:44:39 2009 +0200
11108
11109     board/amcc/taihu/flash.c: Fix compile warning
11110
11111     Fix warnings:
11112     flash.c: In function 'write_word_1':
11113     flash.c:696: warning: dereferencing type-punned pointer will break strict-aliasing rules
11114     flash.c: In function 'write_word_2':
11115     flash.c:1044: warning: dereferencing type-punned pointer will break strict-aliasing rules
11116
11117     Signed-off-by: Wolfgang Denk <wd@denx.de>
11118     Cc: Stefan Roese <sr@denx.de>
11119     Acked-by: Stefan Roese <sr@denx.de>
11120
11121 commit 0fd3d902d920f3e60f88530c33f1ae7581260951
11122 Author: Wolfgang Denk <wd@denx.de>
11123 Date:   Fri Sep 11 11:37:20 2009 +0200
11124
11125     board/etin/debris/phantom.c: Fix compile error
11126
11127     Fix build problem caused by commit e84aba13: "Replace BCD2BIN and
11128     BIN2BCD macros with inline functions"
11129
11130     phantom.c:163: error: redefinition of 'bcd2bin'
11131     /home/wd/git/u-boot/work/include/bcd.h:16: error: previous definition of 'bcd2bin' was here
11132     phantom.c:168: error: redefinition of 'bin2bcd'
11133     /home/wd/git/u-boot/work/include/bcd.h:21: error: previous definition of 'bin2bcd' was here
11134
11135     Signed-off-by: Wolfgang Denk <wd@denx.de>
11136     Cc: Sangmoon Kim <dogoil@etinsys.com>
11137
11138 commit 5168801f4b71c2f8dcd92a80cfcfda84246e67fe
11139 Author: Wolfgang Denk <wd@denx.de>
11140 Date:   Fri Sep 11 11:28:21 2009 +0200
11141
11142     board/dave/common/flash.c: fix compile warning
11143
11144     Fix warning: ../common/flash.c:668: warning: dereferencing type-punned
11145     pointer will break strict-aliasing rules
11146
11147     Signed-off-by: Wolfgang Denk <wd@denx.de>
11148     Cc: Andrea Marson <andrea.marson@dave-tech.it>
11149
11150 commit 97138fc48091f2b063c4e32f36d05854b9d113fb
11151 Author: Wolfgang Denk <wd@denx.de>
11152 Date:   Fri Sep 11 11:15:31 2009 +0200
11153
11154     board/esd/cpci750/ide.c: fix compile warning
11155
11156     Fix warning: ide.c:54: warning: dereferencing type-punned pointer will
11157     break strict-aliasing rules
11158
11159     Signed-off-by: Wolfgang Denk <wd@denx.de>
11160     Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11161     Cc: Stefan Roese <sr@denx.de>
11162     Acked-by: Stefan Roese <sr@denx.de>
11163
11164 commit ba73060cf4163bd5eb1711020126e2f7f62d363e
11165 Author: Wolfgang Denk <wd@denx.de>
11166 Date:   Fri Sep 11 10:13:26 2009 +0200
11167
11168     board/esd/common/flash.c: Fix compile warning
11169
11170     Fix warning: ../common/flash.c:635: warning: dereferencing type-punned
11171     pointer will break strict-aliasing rules
11172
11173     Signed-off-by: Wolfgang Denk <wd@denx.de>
11174     Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11175     Cc: Stefan Roese <sr@denx.de>
11176     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11177     Acked-by: Stefan Roese <sr@denx.de>
11178
11179 commit 2d6d9f0848e952ea33c658dfba335685a2725b8b
11180 Author: Wolfgang Denk <wd@denx.de>
11181 Date:   Fri Sep 11 09:36:31 2009 +0200
11182
11183     sk98lin: fix compile warnings
11184
11185     Fix warnings:
11186     skge.c: In function 'BoardInitMem':
11187     skge.c:1389: warning: dereferencing type-punned pointer will break strict-aliasing rules
11188     skge.c:1390: warning: dereferencing type-punned pointer will break strict-aliasing rules
11189     skge.c:1391: warning: dereferencing type-punned pointer will break strict-aliasing rules
11190     skgesirq.c: In function 'SkGePortCheckUpXmac':
11191     skgesirq.c:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules
11192     skgesirq.c:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules
11193     skgesirq.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules
11194     skgesirq.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules
11195     skrlmt.c: In function 'SkRlmtInit':
11196     skrlmt.c:661: warning: dereferencing type-punned pointer will break strict-aliasing rules
11197     skxmac2.c: In function 'SkMacPromiscMode':
11198     skxmac2.c:753: warning: dereferencing type-punned pointer will break strict-aliasing rules
11199     skxmac2.c:753: warning: dereferencing type-punned pointer will break strict-aliasing rules
11200     skxmac2.c: In function 'SkMacHashing':
11201     skxmac2.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules
11202     skxmac2.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules
11203     skxmac2.c: In function 'SkMacFlushTxFifo':
11204     skxmac2.c:1115: warning: dereferencing type-punned pointer will break strict-aliasing rules
11205     skxmac2.c:1115: warning: dereferencing type-punned pointer will break strict-aliasing rules
11206     skxmac2.c: In function 'SkMacFlushRxFifo':
11207     skxmac2.c:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules
11208     skxmac2.c:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules
11209     skxmac2.c: In function 'SkXmInitPauseMd':
11210     skxmac2.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules
11211     skxmac2.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules
11212     skxmac2.c: In function 'SkXmOverflowStatus':
11213     skxmac2.c:4236: warning: dereferencing type-punned pointer will break strict-aliasing rules
11214     skxmac2.c:4236: warning: dereferencing type-punned pointer will break strict-aliasing rules
11215     skxmac2.c:4242: warning: dereferencing type-punned pointer will break strict-aliasing rules
11216     skxmac2.c:4242: warning: dereferencing type-punned pointer will break strict-aliasing rules
11217
11218     Signed-off-by: Wolfgang Denk <wd@denx.de>
11219     Cc: Ben Warren <biggerbadderben@gmail.com>
11220
11221 commit 3708e4cdb1f1d3d5128cf87be040d7e6b85f60dd
11222 Author: Wolfgang Denk <wd@denx.de>
11223 Date:   Fri Sep 11 09:13:58 2009 +0200
11224
11225     drivers/net/natsemi.c: fix compile warning
11226
11227     Fix warning: natsemi.c:757: warning: dereferencing type-punned pointer
11228     will break strict-aliasing rules
11229
11230     Signed-off-by: Wolfgang Denk <wd@denx.de>
11231     Cc: Ben Warren <biggerbadderben@gmail.com>
11232
11233 commit 78d19a398778a58d7b40b0c78e026515271b1a84
11234 Author: Michal Simek <monstr@monstr.eu>
11235 Date:   Mon Sep 7 09:08:02 2009 +0200
11236
11237     net: emaclite: Cleanup license to be GPL compatible
11238
11239     Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
11240     Signed-off-by: Michal Simek <monstr@monstr.eu>
11241
11242 commit 0900bee9ab9818439b2d1298fa8909a88f74ec0d
11243 Author: Michal Simek <monstr@monstr.eu>
11244 Date:   Fri Aug 14 13:41:17 2009 +0200
11245
11246     microblaze: Enable hush parser
11247
11248     With Hush parser is possible to change command line in dtb
11249
11250     Signed-off-by: Michal Simek <monstr@monstr.eu>
11251
11252 commit 13916abf996b127b681ddc26664c236ded28ba7f
11253 Author: Michal Simek <monstr@monstr.eu>
11254 Date:   Thu Aug 20 22:44:02 2009 +0200
11255
11256     microblaze: Remove AtmarkTechno Suzaku board
11257
11258     Users should use microblaze-generic platform.
11259     This platform is longer not supported.
11260
11261     Signed-off-by: Michal Simek <monstr@monstr.eu>
11262
11263 commit 3ceba1d45d007144d10368f91ff9e36f3b5f39a1
11264 Author: Michal Simek <monstr@monstr.eu>
11265 Date:   Thu Aug 20 22:36:20 2009 +0200
11266
11267     net: Remove old Xilinx Emac driver
11268
11269     Signed-off-by: Michal Simek <monstr@monstr.eu>
11270
11271 commit 2fddd44464d02e0f3ade06dabe0e165835fa61f0
11272 Author: Michal Simek <monstr@monstr.eu>
11273 Date:   Wed Aug 19 08:10:08 2009 +0200
11274
11275     microblaze: Short size of global data and fix malloc size
11276
11277     If is full malloc area global, data are rewrite because
11278     there was bad size of malloc area.
11279
11280     Signed-off-by: Michal Simek <monstr@monstr.eu>
11281
11282 commit aedb4683097d3e5de8833f4a9e34664d3d2bd077
11283 Author: Michal Simek <monstr@monstr.eu>
11284 Date:   Fri Aug 14 17:02:35 2009 +0200
11285
11286     microblaze: Add sbss, scommon and COMMON symbols for clearing
11287
11288     Signed-off-by: Michal Simek <monstr@monstr.eu>
11289
11290 commit 4c1883670acbf1cc83c04df1876235c3aedde128
11291 Author: Dirk Eibach <eibach@gdsys.de>
11292 Date:   Wed Sep 9 12:36:07 2009 +0200
11293
11294     ppc4xx: Rename compactcenter to intip
11295
11296     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
11297     Signed-off-by: Stefan Roese <sr@denx.de>
11298
11299 commit d1c3b27525b664e8c4db6bb173eed51bfc8220de
11300 Author: Stefan Roese <sr@denx.de>
11301 Date:   Wed Sep 9 16:25:29 2009 +0200
11302
11303     ppc4xx: Big cleanup of PPC4xx defines
11304
11305     This patch cleans up multiple issues of the 4xx register (mostly
11306     DCR, SDR, CPR, etc) definitions:
11307
11308     - Change lower case defines to upper case (plb4_acr -> PLB4_ACR)
11309     - Change the defines to better match the names from the
11310       user's manuals (e.g. cprpllc -> CPR0_PLLC)
11311     - Removal of some unused defines
11312
11313     Please test this patch intensive on your PPC4xx platform. Even though
11314     I tried not to break anything and tested successfully on multiple
11315     4xx AMCC platforms, testing on custom platforms is recommended.
11316
11317     Signed-off-by: Stefan Roese <sr@denx.de>
11318
11319 commit d8d8724be06df43772162dc344ae20dfa814dc72
11320 Author: Wolfgang Denk <wd@denx.de>
11321 Date:   Fri Sep 11 09:05:32 2009 +0200
11322
11323     net/bootp.c: fix compile warning
11324
11325     Fix warning: bootp.c:695: warning: dereferencing type-punned pointer
11326     will break strict-aliasing rules
11327
11328     Signed-off-by: Wolfgang Denk <wd@denx.de>
11329     Cc: Ben Warren <biggerbadderben@gmail.com>
11330
11331 commit 51003b89816848cbe86a8fe48f970ba8b14005f5
11332 Author: Wolfgang Denk <wd@denx.de>
11333 Date:   Fri Sep 11 08:58:11 2009 +0200
11334
11335     kwbimage.c: Fix compile warning when building on 64 bit systems
11336
11337     Fix this warning when building on 64 bit systems:
11338     tools/kwbimage.c: In function 'kwbimage_checksum32':
11339     tools/kwbimage.c:135: warning: format '%d' expects type 'int',
11340     but argument 4 has type 'long unsigned int'
11341
11342     Signed-off-by: Wolfgang Denk <wd@denx.de>
11343     Cc: Prafulla Wadaskar <prafulla@marvell.com>
11344
11345 commit e7963772eb78a6aa1fa65063d64eab3a8626daac
11346 Author: Marcel Ziswiler <marcel@ziswiler.com>
11347 Date:   Wed Sep 9 21:11:18 2009 +0200
11348
11349     muas3001: remove BRG clock node fixup to use common mpc8260 code.
11350
11351     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
11352     Acked-by: Heiko Schocher <hs@denx.de>
11353
11354 commit c7c1dbbf7159b38f3302b845dd97d28a543ff91b
11355 Author: Marcel Ziswiler <marcel@ziswiler.com>
11356 Date:   Wed Sep 9 21:09:00 2009 +0200
11357
11358     r7780mp: fix typo in Ethernet chip model number comment.
11359
11360     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
11361
11362 commit 45f89f340b4d8aa099fd022260dcb13cf3321b61
11363 Author: Marcel Ziswiler <marcel@ziswiler.com>
11364 Date:   Wed Sep 9 21:22:08 2009 +0200
11365
11366     ep8248: add support for device tree and secondary Ethernet interface.
11367
11368     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
11369
11370 commit aa0c7a86cd236b8193218a09e1365c8991bb5ddc
11371 Author: Prafulla Wadaskar <prafulla@marvell.com>
11372 Date:   Mon Sep 7 15:05:02 2009 +0530
11373
11374     mkimage: Add Kirkwood Boot Image support (kwbimage)
11375
11376     This patch adds support for "kwbimage" (Kirkwood Boot Image)
11377     image types to the mkimage code.
11378
11379     For details refer to docs/README.kwbimage
11380
11381     This patch is tested with Sheevaplug board
11382
11383     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11384     Acked-by: Ron Lee <ron@debian.org>
11385
11386     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11387
11388 commit 7809fbb9aafd60e3a6e5dfe456ae30b93ac61338
11389 Author: Prafulla Wadaskar <prafulla@marvell.com>
11390 Date:   Mon Sep 7 14:59:09 2009 +0530
11391
11392     Kirkwood: Sheevaplug: Add kwimage configuration file
11393
11394     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11395
11396 commit b029dddc9ae958b1ccf875649f52c6db396a742d
11397 Author: Prafulla Wadaskar <prafulla@marvell.com>
11398 Date:   Mon Sep 7 14:59:08 2009 +0530
11399
11400     mkimage: Make table_entry code global
11401
11402     - make get_table_entry_id() global
11403     - make get_table_entry_name() global
11404     - move struct table_entry to image.h
11405
11406     Currently this code is used by image.c only.
11407
11408     This patch makes this API global so it can be used by other parts of
11409     code, too.
11410
11411     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11412     Acked-by: Ron Lee <ron.debian.org>
11413
11414     Edit comments and commit message.
11415
11416     Signed-off-by: Wolfgang Denk <wd@denx.de>
11417
11418 commit f666dea8ab215c76c3c2a077ad299f90dd1ace7c
11419 Author: Prafulla Wadaskar <prafulla@marvell.com>
11420 Date:   Mon Sep 7 14:59:07 2009 +0530
11421
11422     mkimage: Make genimg_print_size() global
11423
11424     Currently it is used by image.c only, but the the function can be
11425     used to support additional mkimage types like for example kwbimage,
11426     so make this function globally visible.
11427
11428     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11429
11430     Edited commit message.
11431
11432     Signed-off-by: Wolfgang Denk <wd@denx.de>
11433
11434 commit 37b801888cf73b18f78c1109140ff44e3e37914f
11435 Author: Prafulla Wadaskar <prafulla@marvell.com>
11436 Date:   Mon Sep 7 14:59:06 2009 +0530
11437
11438     mkimage: Include missing files in build dependency calculations
11439
11440     Include default_image.o and fit_image.o into the build dependency
11441     calculations. This makes sure they get rebuilt if any of the headers
11442     they include are modified
11443
11444     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11445     Acked-by: Ron Lee <ron@debian.org>
11446
11447     Edited commit message.
11448
11449     Signed-off-by: Wolfgang Denk <wd@denx.de>
11450
11451 commit 3a2003f61ee79ac53d20c24cc896c2637a2dfc24
11452 Author: Wolfgang Denk <wd@denx.de>
11453 Date:   Wed Aug 19 11:42:56 2009 +0200
11454
11455     tools/mkimage: fix compiler warnings, use "const"
11456
11457     This fixes some compiler warnings:
11458     tools/default_image.c:141: warning: initialization from incompatible pointer type
11459     tools/fit_image.c:202: warning: initialization from incompatible pointer type
11460     and changes to code to use "const" attributes in a few places where
11461     it's appropriate.
11462
11463     Signed-off-by: Wolfgang Denk <wd@denx.de>
11464
11465 commit 89a4d6b12fd6394898b8a454cbabeaf1cd59bae5
11466 Author: Prafulla Wadaskar <prafulla@marvell.com>
11467 Date:   Wed Aug 19 17:36:46 2009 +0530
11468
11469     tools: mkimage: split code into core, default and FIT image specific
11470
11471     This is a first step towards reorganizing the mkimage code to make it
11472     easier to add support for additional images types. Current mkimage
11473     code is specific to generating uImage and FIT image files, but the
11474     same framework can be used to generate other image types like
11475     Kirkwood boot images (kwbimage-TBD). For this, the mkimage code gets
11476     reworked:
11477
11478     Here is the brief plan for the same:-
11479     a) Split mkimage code into core and image specific support
11480     b) Implement callback functions for image specific code
11481     c) Move image type specific code to respective C files
11482            Currently there are two types of file generation/list
11483            supported (i.e uImage, FIT), the code is abstracted from
11484            mkimage.c/.h and put in default_image.c and fit_image.c;
11485            all code in these file is static except init function call
11486     d) mkimage_register API is added to add new image type support
11487     All above is addressed in this patch
11488     e) Add kwbimage type support to this new framework (TBD)
11489     This will be implemented in a following commit.
11490
11491     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11492     Edit commit message, fix coding style and typos.
11493     Signed-off-by: Wolfgang Denk <wd@denx.de>
11494
11495 commit 449609f5b11cce6beba7338bc4ce0f3345376a0b
11496 Author: Prafulla Wadaskar <prafulla@marvell.com>
11497 Date:   Sun Aug 16 05:28:19 2009 +0530
11498
11499     tools: mkimage: Fixed build warnings
11500
11501     uninitialized retval variable warning fixed
11502     crc32 APIs moved to crc.h (newly added) and build warnings fixed
11503
11504     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11505     Signed-off-by: Wolfgang Denk <wd@denx.de>
11506
11507 commit 14821d7dea8d7209f2457c3179fa6551c088ba71
11508 Author: Prafulla Wadaskar <prafulla@marvell.com>
11509 Date:   Mon Aug 10 20:44:06 2009 +0530
11510
11511     tools: mkimage: Makefile sorted
11512
11513     The tools/Makefile is sorted for all entries,
11514
11515     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11516
11517 commit f7644c0bf3502529031657a869fa213cda5a2424
11518 Author: Prafulla Wadaskar <prafulla@marvell.com>
11519 Date:   Mon Aug 10 18:49:37 2009 +0530
11520
11521     tools: mkimage : bugfix returns correct value for list command
11522
11523     List command always return "EXIT_SUCCESS" even in case of
11524     failure by any means.
11525
11526     This patch return 0 if list command is sucessful,
11527     returns negative value reported by check_header functions
11528
11529     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11530     Signed-off-by: Wolfgang Denk <wd@denx.de>
11531
11532 commit 511c02f611cb5afa1b8ca5980caaaabaa0de377f
11533 Author: Mingkai Hu <Mingkai.hu@freescale.com>
11534 Date:   Tue Sep 8 15:07:12 2009 +0800
11535
11536     mkconfig: pass the board name to board config file
11537
11538     Then we can handle different config targets in the board file, which
11539     simplifies the top level Makefile for boards that have multiple
11540     config targets.
11541
11542     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
11543
11544 commit d640ac58dbf61c769864b3fe76314306b7336cf1
11545 Author: Wolfgang Denk <wd@denx.de>
11546 Date:   Mon Sep 7 23:52:31 2009 +0200
11547
11548     Remove "atmel_df_pow2" binary with "make clean"
11549
11550     Commit 65f6f07b added support for the atmel_df_pow2 standalone program
11551     but missed to add a rule to remove it to the "clean" make target.
11552
11553     Signed-off-by: Wolfgang Denk <wd@denx.de>
11554
11555 commit 0b34dbbd0b6969c98c44313b291836d9056ec40a
11556 Author: Stefan Roese <sr@denx.de>
11557 Date:   Mon Sep 7 10:52:24 2009 +0200
11558
11559     ppc4xx: Fix compilation warning in 4xx miiphy.c
11560
11561     This patch fixes the following compilation warning:
11562
11563     miiphy.c: In function 'emac4xx_miiphy_read':
11564     miiphy.c:353: warning: dereferencing type-punned pointer will break
11565     strict-aliasing rules
11566
11567     Signed-off-by: Stefan Roese <sr@denx.de>
11568
11569 commit 82379b5564819e62624a3c58fbc43f1afedf4f5f
11570 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
11571 Date:   Mon Sep 7 17:00:41 2009 +0200
11572
11573     ppc4xx: Add CONFIG_PCI_4xx_PTM_OVERWRITE to some esd 4xx boards
11574
11575     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11576     Signed-off-by: Stefan Roese <sr@denx.de>
11577
11578 commit 99bcf14d553f399148a7660b98f7acbd8cc72d80
11579 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
11580 Date:   Mon Sep 7 17:00:40 2009 +0200
11581
11582     ppc4xx: Allow overwriting pci target registers for all 4xx boards
11583
11584     This patch adds the CONFIG_PCI_4xx_PTM_OVERWRITE option and replaces
11585     the ugly 'if defined(BOARD1) || ... || defined(BOARDn)' construct
11586     in 4xx pci code.
11587
11588     When CONFIG_PCI_4xx_PTM_OVERWRITE is defined the default ptm register
11589     setup can be overwritten through environment variables ptm1la, ptm1ms,
11590     ptm2la and ptm2ms to do application specific pci target BAR configuration.
11591
11592     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11593     Signed-off-by: Stefan Roese <sr@denx.de>
11594
11595 commit cfab2ae322a99ad55364d054054f138f51130c2a
11596 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
11597 Date:   Fri Sep 4 10:37:04 2009 +0200
11598
11599     ppc4xx: Fix PMC405DE support
11600
11601     This patch fixes PMC405DE support. Patch 85d6bf0b fixed out-of-tree
11602     building for this board but the loadpci object did not get linked
11603     after that.
11604
11605     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11606     Signed-off-by: Stefan Roese <sr@denx.de>
11607
11608 commit c8355b9d9f778bd12ee19c8f34d88e13758a4efd
11609 Author: Detlev Zundel <dzu@denx.de>
11610 Date:   Wed Sep 2 17:24:57 2009 +0200
11611
11612     amcc-common.h: Use filenames from environment variables for update procedure.
11613
11614     Using a separate "u-boot" environment variable allows to easily
11615     specify different filenames for the update procedure.  This is also in
11616     line with many other board configurations defining an "update" script.
11617
11618     Signed-off-by: Detlev Zundel <dzu@denx.de>
11619     Acked-by: Wolfgang Denk <wd@denx.de>
11620     Signed-off-by: Stefan Roese <sr@denx.de>
11621
11622 commit 6c97a20d0b2f56cb4f3745d94b1f96986e8cced5
11623 Author: Kumar Gala <galak@kernel.crashing.org>
11624 Date:   Wed Sep 9 11:40:41 2009 -0500
11625
11626     ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address
11627
11628     Some board ports place TEXT_BASE at a location that would cause the
11629     RESET_VECTOR_ADDRESS not to be at 0xfffffffc when we link.  By default
11630     we assume RESET_VECTOR_ADDRESS will be 0xfffffffc if the board doesn't
11631     explicitly set it.
11632
11633     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11634     Acked-by: Wolfgang Denk <wd@denx.de>
11635
11636 commit c348322ac7f76318295cf25ffab2cc2a4900a234
11637 Author: Kumar Gala <galak@kernel.crashing.org>
11638 Date:   Tue Sep 8 13:46:46 2009 -0500
11639
11640     ppc/85xx: Clean up do_reset
11641
11642     There is no reason to do a run time check for e500 v1 based cores to
11643     determine if we have the GUTs RSTCR facility.  Only the first generation
11644     of PQ3 parts (MPC8540/41/55/60) do not have it.  So checking to see if
11645     we are e500 v2 would miss future parts (like e500mc).
11646
11647     Just change this to be ifdef'd based on CONFIG_MPC85{40,41,55,60}.
11648
11649     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11650
11651 commit 21170c80a83f1e60ce7f6f83005e06a5c2d15a8e
11652 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
11653 Date:   Thu Sep 3 19:42:40 2009 +0530
11654
11655     ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().
11656
11657     While in probecpu() UART is still not initialized.
11658
11659     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
11660     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11661
11662 commit f8027f6b4789e3340f10620d8fb6113b95b88d9c
11663 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
11664 Date:   Wed Sep 2 19:40:36 2009 +0530
11665
11666     ppc/85xx/86xx: Device tree fixup for number of cores
11667
11668     Fixing the number of cores in the device tree based on the actual number of
11669     cores on the system.  With this same device tree image can be used for dual
11670     core and single core members of otherwise exactly same SOC.
11671
11672     For example:
11673     * P2020RDB and P2010RDB
11674     * P1020RDB and P1011RDB
11675     * MPC8641D and MPC8641
11676
11677     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
11678     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11679
11680 commit 58442dc01e47cc8ce42af4f29486a34cad60b9d2
11681 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
11682 Date:   Wed Sep 2 13:35:21 2009 +0530
11683
11684     ppc/85xx,86xx: Handling Unknown SOC version
11685
11686     Incase the system is detected with Unknown SVR, let the system boot
11687     with a default value and a proper message.
11688
11689     Now with dynamic detection of SOC properties from SVR, this is necessary
11690     to prevent a crash.
11691
11692     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
11693     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11694
11695 commit 3e7b6c1f2db5ec31f9e7dbc3e0cbca602167a46a
11696 Author: Kumar Gala <galak@kernel.crashing.org>
11697 Date:   Wed Sep 2 09:03:08 2009 -0500
11698
11699     ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
11700
11701     Refactor the code into a simple bitmask lookup table that determines if
11702     a given PCI controller is enabled and if its in host/root-complex or
11703     agent/end-point mode.
11704
11705     Each processor in the PQ3/MPC86xx family specified different encodings
11706     for the cfg_host_agt[] and cfg_IO_ports[] boot strapping signals.
11707
11708     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11709
11710 commit 5052a771cf1722c37c732f3c340775b55fbe3a22
11711 Author: Kumar Gala <galak@kernel.crashing.org>
11712 Date:   Wed Sep 2 09:00:50 2009 -0500
11713
11714     ppc/85xx: Cleanup makefile and related optional files
11715
11716     Cleaned up cpu/mpc85xx/Makefile to use CONFIG_* for those obvious cases
11717     we have like PCI, CPM2, QE.  Also reworked it to use one line per file
11718     for everything and sorted in alphabetical order.
11719
11720     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11721
11722 commit 74c5dfd81f94a2a1f0d6990d17c491d718e8b9ea
11723 Author: Timur Tabi <timur@freescale.com>
11724 Date:   Fri Sep 4 17:05:24 2009 -0500
11725
11726     fsl: add register read-back to set_law()
11727
11728     After programming a new LAW, we should read-back the LAWAR register so that
11729     we sync the writes.  Otherwise, code that attempts to use the new LAW-mapped
11730     memory might fail right away.
11731
11732     Signed-off-by: Timur Tabi <timur@freescale.com>
11733     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11734
11735 commit c7259086816405fe0eb77f4dc22e76980a040cef
11736 Author: Kumar Gala <galak@kernel.crashing.org>
11737 Date:   Thu Sep 3 08:41:31 2009 -0500
11738
11739     ppc/85xx: Fix bug in setup_mp code
11740
11741     Its possible that we try and copy the boot page code out of flash into a
11742     DDR location that doesn't have a TLB cover it.  For example, if we have
11743     3G of DDR we typically only map the first 2G.  In the cases of 4G+ this
11744     wasn't an issue since the reset page TLB mapping covered the last page
11745     of memory which we wanted to copy to.
11746
11747     We now change the physical address of the reset page TLB to map to the
11748     true physical location of the boot page code, copy and than set the
11749     TLB back to its 1:1 mapping of the reset page.
11750
11751     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11752
11753 commit c2287af1552bd630956568d3957c370f86801b7d
11754 Author: Kumar Gala <galak@kernel.crashing.org>
11755 Date:   Thu Sep 3 08:20:24 2009 -0500
11756
11757     ppc/85xx: Add a simple function to search the TLB
11758
11759     Allow us to search the TLB array based on an address.  This is useful
11760     if we want to change an entry but dont know where it happens to be
11761     located.
11762
11763     For example, the boot page mapping we use on MP or the flash TLB that
11764     we change the WIMGE settings for after we've relocated.
11765
11766     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11767
11768 commit 26f4cdba6b51deab4ec99d60be381244068ef950
11769 Author: Kumar Gala <galak@kernel.crashing.org>
11770 Date:   Fri Aug 14 13:37:54 2009 -0500
11771
11772     85xx: Add support for setting IVORs to fixed offset defaults
11773
11774     In future Book-E implementations IVORs will most likely go away and be
11775     replaced with fixed offsets.  The IVPR will continue to exist to allow
11776     for relocation of the interrupt vectors.
11777
11778     This code adds support to setup the IVORs as their fixed offset values
11779     per the ISA 2.06 spec when we transition from u-boot to another OS
11780     either via 'bootm' or a cpu release.
11781
11782     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11783
11784 commit da1cd955dfec35b0e15381ad1ee248fa194eed82
11785 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
11786 Date:   Wed Sep 2 11:25:08 2009 +0530
11787
11788     ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
11789
11790     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
11791     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11792
11793 commit 2abbd31da6d900473ed678ca50789ee58bc9bb00
11794 Author: Kumar Gala <galak@kernel.crashing.org>
11795 Date:   Tue Sep 1 22:01:54 2009 -0500
11796
11797     ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist
11798
11799     The ddr_pd_cntl isn't defined in any reference manual and thus we wil
11800     remove especially since we set it to 0, which would most likely be its
11801     POR value.
11802
11803     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11804
11805 commit 13d46ab2572c0283d34f93bebc9a41295ef84ca5
11806 Author: Kumar Gala <galak@kernel.crashing.org>
11807 Date:   Tue Sep 1 21:07:08 2009 -0500
11808
11809     ppc/8xxx: relocate cpu pointer in global data
11810
11811     Now that we have a pointer to the cpu struct we need to relocate it once
11812     we get into ram.
11813
11814     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11815
11816 commit 9c671e7062720074f894ee329eaa6995b0823727
11817 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11818 Date:   Wed Sep 2 02:17:24 2009 +0400
11819
11820     fsl: sys_eeprom: Fix 'may be used uninitialized' warning
11821
11822     The warning is bogus, so silence it by initializing the 'ret' variable.
11823
11824     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11825     Acked-by: Timur Tabi <timur@freescale.com>
11826     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11827
11828 commit 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc
11829 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
11830 Date:   Tue Sep 1 17:27:00 2009 +0530
11831
11832     ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
11833
11834     Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a
11835     platform define.  This will enable all the 85xx platforms to use sdhc_clk
11836     based on CONFIG_FSL_ESDHC.
11837
11838     Signed-off-by: Gao Guanhua <B22826@freescale.com>
11839     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
11840     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11841
11842 commit 92477a631bbda2dc0dd2194e03f9bd3ddb8b9c21
11843 Author: Timur Tabi <timur@freescale.com>
11844 Date:   Fri Sep 4 16:28:35 2009 -0500
11845
11846     fsl_i2c: increase I2C timeout values and make them configurable
11847
11848     The value of I2C_TIMEOUT in fsl_i2c.c has several problems.  First, it is
11849     defined as CONFIG_HZ/4, but it is used as a count of microseconds, so it makes
11850     no sense to derive it from a clock rate.  Second, the current value (250) is
11851     too low for some boards, so it needs to be increased.  Third, the timeout
11852     necessary for multiple-master arbitration is larger than the timeout for basic
11853     read/write operations, so we shouldn't have a single constant for both timeouts.
11854     Finally, it would be nice if we could override these values on a per-board
11855     basis.
11856
11857     Signed-off-by: Timur Tabi <timur@freescale.com>
11858     Acked-by: Wolfgang Denk <wd@denx.de>
11859     Tested-by: Peter Tyser <ptyser@xes-inc.com>
11860     Acked-by: Peter Tyser <ptyser@xes-inc.com>
11861
11862 commit 5da71efa18e8b4eac9afd8bfa13e3c7e7ddde1d0
11863 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
11864 Date:   Thu Sep 3 08:09:44 2009 -0500
11865
11866     Reset i2c slave devices during init on mpc5xxx cpus
11867
11868     Reset any i2c devices that may have been interrupted during a system reset.
11869     Normally this would be accomplished by clocking the line until SCL and SDA
11870     are released and then sending a start condtiion (From an Atmel datasheet).
11871     There is no direct access to the i2c pins so instead create start commands
11872     through the i2c interface.  Send a start command then delay for the SDA Hold
11873     time, repeat this by disabling/enabling the bus a total of 9 times.
11874
11875     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
11876
11877 commit 2d4072c06b5549444e4140231bba3d47d9b0bc53
11878 Author: Sandeep Paulraj <s-paulraj@ti.com>
11879 Date:   Sat Aug 15 11:20:58 2009 -0400
11880
11881     ARM: DaVinci: Adding Support for DaVinci DM365 EVM
11882
11883     This patch adds support for the DM365 EVM.
11884     It has been tested on a DM365 EVM.
11885
11886     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11887
11888 commit cf463091bce8b0f8951dd08f94754d08d64793b8
11889 Author: Sandeep Paulraj <s-paulraj@ti.com>
11890 Date:   Sat Aug 15 11:20:44 2009 -0400
11891
11892     ARM: DaVinci: DaVinci DM365 SOC specific code
11893
11894     This patch adds support for DaVinci DM365 SOC.
11895
11896     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11897
11898 commit e830b66b3592f115316600d370399f3ee148e909
11899 Author: Ilko Iliev <iliev@ronetix.at>
11900 Date:   Sat Sep 5 02:51:34 2009 +0200
11901
11902     DM9000 init for pm9261
11903
11904     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
11905
11906 commit c35d7cf071f171bd6bba69f1563a6ac578a18ea6
11907 Author: Frederik Kriewitz <frederik@kriewitz.eu>
11908 Date:   Sun Aug 23 12:56:42 2009 +0200
11909
11910     Add support for the DevKit8000 board
11911
11912     This patch adds support for the DevKit8000 board.
11913
11914     Signed-off-by: Frederik Kriewitz <frederik@kriewitz.eu>
11915
11916 commit 127f9ae575991aee3e105e1448c49b5b4e254998
11917 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11918 Date:   Sun Aug 23 16:32:40 2009 +0200
11919
11920     omap3: move the other boards to board/
11921
11922     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11923
11924 commit 350f3ac5731faf0f02ca55ab016694b7c7269f97
11925 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11926 Date:   Sun Aug 23 16:32:39 2009 +0200
11927
11928     arm: move Logicpd's boards to board/logicpd/
11929
11930     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11931
11932 commit 0a0e4bad9693ef1d2ca8c33ba551d395a4e3d641
11933 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11934 Date:   Sun Aug 23 16:32:38 2009 +0200
11935
11936     omap: move TI's boards to board/ti/
11937
11938     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11939
11940 commit 9f23ca42b3ba19b24e66fade572f2b86d929b6e8
11941 Author: Wolfgang Denk <wd@denx.de>
11942 Date:   Fri Sep 4 23:20:29 2009 +0200
11943
11944     ARM: Update mach-types
11945
11946     Signed-off-by: Wolfgang Denk <wd@denx.de>
11947
11948 commit 262ae0a6193f10b6a94e86d2f752e7f5510416fa
11949 Author: Mike Frysinger <vapier@gentoo.org>
11950 Date:   Thu Sep 3 23:12:47 2009 -0400
11951
11952     push LOAD_ADDR out to arch mk files
11953
11954     Rather than maintain/extend the current ifeq($(ARCH)) mess that exists in
11955     the standalone Makefile, push the setting up of LOAD_ADDR out to the arch
11956     config.mk (and rename to STANDALONE_LOAD_ADDR in the process).  This keeps
11957     the common code clean and lets the arch do whatever crazy crap it wants in
11958     its own area.
11959
11960     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11961
11962 commit 7662eb2b9d6fbc95ecb1fb3e5b5147215e251e7d
11963 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
11964 Date:   Thu Sep 3 07:37:46 2009 -0400
11965
11966     zlib: fix code when DEBUG is defined
11967
11968     Removed stdio.h inclusion and moved trace macros to use printf avoiding to
11969     write debug informations to standard error.
11970
11971     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
11972
11973 commit cfcbf8c4cf3da96b9e3f652506b664bfd766a520
11974 Author: Scott Wood <scottwood@freescale.com>
11975 Date:   Wed Sep 2 16:45:31 2009 -0500
11976
11977     mxc_nand: Remove Freescale's "All Rights Reserved."
11978
11979     Signed-off-by: Scott Wood <scottwood@freescale.com>
11980
11981 commit 001d615681333569c555e6cde07d8d23e2c536fb
11982 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11983 Date:   Wed Sep 2 17:58:48 2009 +0400
11984
11985     mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice
11986
11987     "All Rights Reserved" conflicts with the GPL.
11988
11989     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11990
11991 commit 46ff6d461321f5b565cc790e02679237ffd9a20f
11992 Author: Wolfgang Denk <wd@denx.de>
11993 Date:   Wed Sep 2 14:57:27 2009 +0200
11994
11995     License cleanup: remove unintended "All Rights Reserved" notices.
11996
11997     Some files included my old standerd file header which had a "All
11998     Rights Reserved" part. As this has never been my intention, I remove
11999     these lines to make the files compatible with GPL v.2 and later.
12000
12001     Signed-off-by: Wolfgang Denk <wd@denx.de>
12002
12003 commit 37daa77f3cafb5ec9a974eff3db2af4a0560a9ef
12004 Author: Wolfgang Denk <wd@denx.de>
12005 Date:   Wed Sep 2 10:21:20 2009 +0200
12006
12007     cmd_mtdparts.c: fix compiler warning in debug code
12008
12009     Fix warning messages:
12010     cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
12011     unsigned int', but argument 6 has type 'u32'
12012     cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
12013     unsigned int', but argument 7 has type 'u32'
12014
12015     Signed-off-by: Wolfgang Denk <wd@denx.de>
12016
12017 commit d8bc55a6fb28876abcbf4a3fc3b6c3ce429c1bb3
12018 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12019 Date:   Tue Sep 1 20:58:03 2009 +0400
12020
12021     Move uninitialized_var() macro from ubi_uboot.h to compiler.h
12022
12023     This is needed so that we could use this macro for non-UBI code.
12024
12025     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12026
12027 commit d72871e1387094972569e4b77c25e88020f7b68f
12028 Author: Kumar Gala <galak@kernel.crashing.org>
12029 Date:   Tue Sep 1 11:24:45 2009 -0500
12030
12031     arm: Remove -fno-strict-aliasing
12032
12033     -fno-strict-aliasing is hidding warnings.
12034
12035     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12036
12037 commit d6281ff0cc2ebb5d6a5c3e1021837334074f92ec
12038 Author: Kumar Gala <galak@kernel.crashing.org>
12039 Date:   Tue Sep 1 11:24:44 2009 -0500
12040
12041     ppc: Remove -fno-strict-aliasing
12042
12043     -fno-strict-aliasing is hidding warnings.
12044
12045     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12046
12047 commit 795d246c278e70b4ba9868cc9f2c8fbada49d388
12048 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
12049 Date:   Fri Aug 28 07:14:04 2009 -0500
12050
12051     galaxy5200: Add chip select region for an Epson S1D15313
12052
12053     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
12054
12055 commit 3dfad40a0459f63099e177dc15a1df39d048f860
12056 Author: Kumar Gala <galak@kernel.crashing.org>
12057 Date:   Thu Aug 27 08:23:55 2009 -0500
12058
12059     Add ability for arch code to make changes before we boot
12060
12061     Added a arch_preboot_os() function that cpu specific code can implement to
12062     allow for various modifications to the state of the machine right before
12063     we boot.  This can be useful to setup register state to a specific
12064     configuration.
12065
12066     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12067
12068 commit 9ea005fb4428c922536fa75991ce9972304a02fb
12069 Author: Roy Zang <tie-fei.zang@freescale.com>
12070 Date:   Sat Aug 22 03:49:52 2009 +0800
12071
12072     Use different PBA value for E1000 PCI and PCIe cards
12073
12074     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
12075     Acked-by: André Schwarz <andre.schwarz@matrix-vision.de>
12076
12077 commit 5b34a296d47b236dafbcaf1c91ae11b5aeb1ef51
12078 Author: Graeme Russ <graeme.russ@gmail.com>
12079 Date:   Sun Aug 23 12:59:58 2009 +1000
12080
12081     Add PCI support to eNET board
12082
12083     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12084
12085 commit f50b619d9cb297b0125fe78dcd6f255eb0d91659
12086 Author: Graeme Russ <graeme.russ@gmail.com>
12087 Date:   Sun Aug 23 12:59:57 2009 +1000
12088
12089     i386: Moved PCI from #ifdef to conditional compile for sc520 boards
12090
12091     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12092
12093 commit ed7a1b681de1e31d18d5b92e2767ae8df3241687
12094 Author: Graeme Russ <graeme.russ@gmail.com>
12095 Date:   Sun Aug 23 12:59:56 2009 +1000
12096
12097     i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structure
12098
12099     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12100
12101 commit 9b32f96b5b92ba13fdb4b5eb637734752235f260
12102 Author: Graeme Russ <graeme.russ@gmail.com>
12103 Date:   Sun Aug 23 12:59:55 2009 +1000
12104
12105     Misc sc520 cdp fixups
12106
12107     Now that the PCI, SATA et al compile problems have been resolved, the
12108     cludge that was applied to avoid them can be removed
12109
12110     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12111
12112 commit 91ee4e183cb7ac5f86e7673ead51400f19906635
12113 Author: Graeme Russ <graeme.russ@gmail.com>
12114 Date:   Sun Aug 23 12:59:54 2009 +1000
12115
12116     Fixup sc520_spunk board
12117
12118     Primary intent is to resolve build errors for this board which has been
12119     neglected for a very long time. I do not have one of these boards, so I
12120     cannot test functionality
12121
12122     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12123
12124 commit 8907b8dbc5805094f1316d64737d3428b3863693
12125 Author: Graeme Russ <graeme.russ@gmail.com>
12126 Date:   Sun Aug 23 12:59:53 2009 +1000
12127
12128     Misc ds1722 fixups
12129
12130     This patch is based on a patch submitted by Jean-Christophe PLAGNIOL-VILLARD
12131     on 18th May 2008 as part of a general i386 / sc520 fixup which was never
12132     applied
12133
12134     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12135
12136 commit a92510e7fae523145b58765cdc46110f1162260d
12137 Author: Graeme Russ <graeme.russ@gmail.com>
12138 Date:   Sun Aug 23 12:59:52 2009 +1000
12139
12140     Misc ti_pci1410a fixups
12141
12142     Removed do_pinit() - now declared in cmd_pcmcia.c
12143
12144     Added #define CONFIG_CMD_PCMCIA around pcmcia_off() in line with other
12145     PCMCIA drivers
12146
12147     signed/unsigned type fixups
12148
12149     Added semi-colon after default: label as required by newer gcc
12150
12151     The only board that appears to use this driver is the sc520_spunk which
12152     is very old and very likely very broken anyway. I do not have one to test
12153     whether this patch breaks anything functionaly, I have can only check
12154     that it compiles without warning or error
12155
12156     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12157
12158 commit 31b9ab33d93d88ff89f3046aa45c68667a378a56
12159 Author: Graeme Russ <graeme.russ@gmail.com>
12160 Date:   Sun Aug 23 12:59:51 2009 +1000
12161
12162     Misc SATA fixups
12163
12164     Cast first parameter to sata_cpy()
12165
12166     In /drivers/block/ata_piix.h, ata_id_has_lba48(), ata_id_has_lba(),
12167     ata_id_has_dma(), ata_id_u32(), ata_id_u64() are all defined in
12168     include/libata.h which is included in ata.h which is included by all files
12169     which include ata_piix.h (only ata_piix.c) so these definitions are
12170     supurflous to (and conlict with) this in libata.h. Interestingly, my
12171     compiler complains about ata_id_u64 already being defined, but not
12172     ata_id_u32
12173
12174     ata_dump_id() is defined in include/libata.h and should not be static
12175     (maybe should even use ata_dump_id() in libata.c
12176
12177     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12178
12179 commit d7549024098af093785151261266a02be19af633
12180 Author: Graeme Russ <graeme.russ@gmail.com>
12181 Date:   Sun Aug 23 12:59:50 2009 +1000
12182
12183     i386: Misc PCI fixups
12184
12185     Change PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY (Originally done in
12186     commit ff4e66e93c1a, regressed by commit 6d7f610b09f8)
12187
12188     Cast PCI_ROM_ADDRESS_MASK to u32
12189
12190     Wrap probe_pci_video() call inside #ifdef CONFIG_VIDEO
12191
12192     Change call to pci_find_class() to pci_find_devices(). This is based on a
12193     patch submitted on 1st March 2007 (Patch that fixes the compilation errors
12194     for sc520_cdp board) by mushtaq_k
12195
12196     This patch requires that PCI_VIDEO_VENDOR_ID and PCI_VIDEO_DEVICE_ID be
12197     specified in the board config file.  Dummy values have been added for the
12198     SC520 CDP board to enable compilation, but since I do not have one of these,
12199     I do know what the values should be
12200
12201     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12202
12203 commit 04ff9ab158714d43cdf2f4f6f0235c3ea9d241a2
12204 Author: Graeme Russ <graeme.russ@gmail.com>
12205 Date:   Sun Aug 23 12:59:49 2009 +1000
12206
12207     Fix sc520 timer interrupt generation
12208
12209     The current implementation has the timer being started before the interrupt
12210     handler is installed. It the interrupt occurs before the handler is
12211     installed, the timer interrupt is never reset and the timer stops
12212
12213     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12214
12215 commit f3a8d6b29b1cd01fdd940e8ff7a62b1df0ebbf82
12216 Author: Graeme Russ <graeme.russ@gmail.com>
12217 Date:   Sun Aug 23 12:59:48 2009 +1000
12218
12219     Fix environment configuration for eNET board
12220
12221     The current configuration of the Environment has the redundant copy of the
12222     environment in the Boot Flash - This was never the intent. The Environment
12223     should instead be in the first two sectors of the first Strata Flash
12224
12225     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12226
12227 commit ea0c37798c3823fdd77edfffd27b20191f8ca1f0
12228 Author: Graeme Russ <graeme.russ@gmail.com>
12229 Date:   Sun Aug 23 12:59:47 2009 +1000
12230
12231     i386: Fix regression introduced by commit 8c63d47651f7
12232
12233     A local variable was deleted that should not have been
12234
12235     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12236
12237 commit cfb3a736ffcff3e3753b902cad536f22fcf8961d
12238 Author: Graeme Russ <graeme.russ@gmail.com>
12239 Date:   Sun Aug 23 12:59:46 2009 +1000
12240
12241     i386: Change inline asm global symbols to local
12242
12243     gcc 4.3.2 optimiser creates multiple copies of inline asm (who knows why)
12244     Remove use of global names for labels to prevent 'symbol already defined'
12245     errors
12246
12247     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12248
12249 commit a3ab8caee696a1d53fc82fa321e2b2f179970168
12250 Author: Graeme Russ <graeme.russ@gmail.com>
12251 Date:   Sun Aug 23 12:59:45 2009 +1000
12252
12253     i386: Add errno.h
12254
12255     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12256
12257 commit d4e8ada0f6d51e0e3b80790fb9375ac8910f5352
12258 Author: Peter Tyser <ptyser@xes-inc.com>
12259 Date:   Fri Aug 21 23:05:21 2009 -0500
12260
12261     Consolidate arch-specific mem_malloc_init() implementations
12262
12263     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12264
12265 commit a483a167bc8d808145ca1224a2c238cda90aa60c
12266 Author: Peter Tyser <ptyser@xes-inc.com>
12267 Date:   Fri Aug 21 23:05:20 2009 -0500
12268
12269     Standardize mem_malloc_init() implementation
12270
12271     This lays the groundwork to allow architectures to share a common
12272     mem_malloc_init().
12273
12274     Note that the x86 implementation was not modified as it did not fit the
12275     mold of all other architectures.
12276
12277     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12278
12279 commit 5e93bd1c9aaea886c5e5c7c1b6114ab36c30668f
12280 Author: Peter Tyser <ptyser@xes-inc.com>
12281 Date:   Fri Aug 21 23:05:19 2009 -0500
12282
12283     Consolidate arch-specific sbrk() implementations
12284
12285     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12286
12287 commit 65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d
12288 Author: Mike Frysinger <vapier@gentoo.org>
12289 Date:   Thu Jul 23 16:37:03 2009 -0400
12290
12291     atmel_df_pow2: standalone to convert dataflashes to pow2
12292
12293     Atmel DataFlashes by default operate with pages that are slightly bigger
12294     than normal binary sizes (i.e. many are 1056 byte pages rather than 1024
12295     bytes).  However, they also have a "power of 2" mode where the pages show
12296     up with the normal binary size.  The latter mode is required in order to
12297     boot with a Blackfin processor, so many people wish to convert their
12298     DataFlashes on their development systems to this mode.  This standalone
12299     application does just that.
12300
12301     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12302
12303 commit cb95c7a935ab9b52dac5d08e5ba4007c5a480f97
12304 Author: Mike Frysinger <vapier@gentoo.org>
12305 Date:   Wed Sep 2 05:52:37 2009 -0400
12306
12307     Blackfin: cm-bf548: fix device->stdio_dev fallout
12308
12309     The recent 52cb4d4fb348 commit which renamed device to stdio_dev missed the
12310     cm-bf548's video board.
12311
12312     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12313
12314 commit c7bcdde46a7ef78628f0f09fdc6cb61bb1bd7e79
12315 Author: Mike Frysinger <vapier@gentoo.org>
12316 Date:   Wed Sep 2 04:21:16 2009 -0400
12317
12318     Blackfin: enable 64bit printf for nand
12319
12320     Since the NAND code now uses 64bit code, make sure we enable support for
12321     ADI Blackfin boards in printf to avoid the warning:
12322     nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output!
12323
12324     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12325
12326 commit 9c46e71af2b03ccd721c56b1dc906ead702d6fb5
12327 Author: Mike Frysinger <vapier@gentoo.org>
12328 Date:   Mon Aug 24 20:48:04 2009 -0400
12329
12330     Blackfin: use scratch pad for exception stack
12331
12332     If the memory layout pushes the stack out of the default DCPLB coverage,
12333     the exception handler may trigger a double fault by trying to push onto
12334     the uncovered stack.  So handle the exception stack similar to the kernel
12335     by using the top of the scratch pad SRAM.
12336
12337     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12338
12339 commit 69a25ce3578f34c8accb476f70089f3a44b78ed9
12340 Author: Mike Frysinger <vapier@gentoo.org>
12341 Date:   Mon Aug 24 20:36:25 2009 -0400
12342
12343     Blackfin: increase default console size
12344
12345     The default console size indirectly applies to length of env vars, so a
12346     smaller length makes it hard to pass longer command lines to kernels.
12347
12348     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12349
12350 commit f541e1d6d99c22bbd4bc8c84fdb02baad0277847
12351 Author: Mike Frysinger <vapier@gentoo.org>
12352 Date:   Mon Aug 24 19:03:18 2009 -0400
12353
12354     Blackfin: fix debug printf modifiers
12355
12356     The display_global_data() function generated warnings with pretty much
12357     every variable.
12358
12359     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12360
12361 commit 4640c2b8699bcdd2346a2c633486f07f061a2939
12362 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
12363 Date:   Thu Aug 20 19:20:41 2009 -0400
12364
12365     Blackfin: cm-bf537u: new board port
12366
12367     The CM-BF537U is similar to the CM-BF537E module, but enough to need its
12368     own board port.
12369
12370     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
12371     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12372
12373 commit c4db335c2e0805e1ce4c33d278b77492c0812353
12374 Author: Robin Getz <robin.getz@analog.com>
12375 Date:   Mon Aug 17 15:23:02 2009 +0000
12376
12377     Blackfin: change global data register from P5 to P3
12378
12379     Since the Blackfin ABI favors higher scratch registers by default, use the
12380     last scratch register (P3) for global data rather than the first (P5).
12381     This allows the compiler's register allocator to use higher number scratch
12382     P registers, which in turn better matches the Blackfin instruction set,
12383     which reduces the size of U-Boot by more than 1024 bytes...
12384
12385     Signed-off-by: Robin Getz <robin.getz@analog.com>
12386     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12387
12388 commit 574b70df03fba0ea635e2fe71fbd7b97d19b706a
12389 Author: Robin Getz <robin.getz@analog.com>
12390 Date:   Tue Aug 11 14:20:13 2009 +0000
12391
12392     Blackfin: enable more network commands for ADI dev boards
12393
12394     Add dns and ntp to default networking commands, and ask for more dhcp
12395     options to better configure the network environment.
12396
12397     Signed-off-by: Robin Getz <robin.getz@analog.com>
12398     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12399
12400 commit aa7b248a05323d4720969227603e39a22777ed95
12401 Author: Michael Hennerich <michael.hennerich@analog.com>
12402 Date:   Thu Jun 18 09:12:50 2009 +0000
12403
12404     Blackfin: bf537-stamp: comment CF-Flash Card Support better
12405
12406     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
12407     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12408
12409 commit 69c6d268a29cf6d61e096d815abf5abf24136f45
12410 Author: Robin Getz <robin.getz@analog.com>
12411 Date:   Fri Jul 10 18:37:15 2009 +0000
12412
12413     Blackfin: use +(filesize) to make sure we are only doing what is necessary
12414
12415     Signed-off-by: Robin Getz <robin.getz@analog.com>
12416     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12417
12418 commit 2dc851e3b0f07a56f83060f13882ff4b62cf5112
12419 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
12420 Date:   Thu Aug 20 16:04:49 2009 +0200
12421
12422     Support for the Calao TNY-A9260/TNY-A9G20 boards
12423
12424     The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by
12425     Calao Systems <http://www.calao-systems.com>. Their components are very
12426     similar to the AT91SAM9260EK board, so their configuration is based on
12427     the configuration of this board. There are however some differences:
12428     different clocks, no LCD, no ethernet. They also can use SPI EEPROM to
12429     store the environment.
12430
12431     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
12432     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12433
12434 commit 49d2cb4d6153a6c18249dccb5de5cffeb261a61c
12435 Author: Prafulla Wadaskar <prafulla@marvell.com>
12436 Date:   Thu Aug 20 20:59:28 2009 +0530
12437
12438     arm: Kirkwood: add SYSRSTn Duration Counter Support
12439
12440     This feature can be used to trigger special command "sysrstcmd" using
12441     reset key long press event and environment variable "sysrstdelay" is set
12442     (useful for reset to factory or manufacturing mode execution)
12443
12444     Kirkwood SoC implements a hardware-based SYSRSTn duration counter.
12445     When SYSRSTn is asserted low, a SYSRSTn duration counter is running.
12446     The counter value is stored in the SYSRSTn Length Counter Register
12447     The counter is based on the 25-MHz reference clock (40ns)
12448     It is a 29-bit counter, yielding a maximum counting duration of
12449     2^29/25 MHz (21.4 seconds). When the counter reach its maximum value,
12450     it remains at this value until counter reset is triggered by setting
12451     bit 31 of KW_REG_SYSRST_CNT
12452
12453     Implementation:
12454     Upon long reset assertion (> ${sysrstdelay} in secs) sysrstcmd will be
12455     executed if pre-defined in environment variables.
12456     This feature will be disabled if "sysrstdelay" variable is unset.
12457
12458     for-ex.
12459     setenv sysrst_cmd "echo starting factory reset;
12460                    nand erase 0xa0000 0x20000;
12461                    echo finish ed sysrst command;"
12462     will erase particular nand sector if triggered by this event
12463
12464     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
12465
12466 commit 9453967e28c5e3abbf856f95735ea69bae1e77fa
12467 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
12468 Date:   Mon Aug 24 18:03:26 2009 +0200
12469
12470     Add support for the Calao SBC35-A9G20 board
12471
12472     The Calao SBC35-A9G20 board is manufactured and sold by Calao Systems
12473     <http://www.calao-systems.com>. It is built around an AT91SAM9G20 ARM SoC
12474     running at 400MHz. It features an Ethernet port, an SPI RTC backed by an onboard
12475     battery , an SD/MMC slot, a CompactFlash slot, 64Mo of SDRAM, 256Mo of NAND
12476     flash, two USB host ports, and an USB device port. More informations can be
12477     found at <http://www.calao-systems.com/articles.php?lng=en&pg=5936>
12478
12479     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
12480
12481 commit 10bc241dfc15a0820d9c52469173b7ccafec0b84
12482 Author: Ilya Yanok <yanok@emcraft.com>
12483 Date:   Tue Aug 11 02:32:09 2009 +0400
12484
12485     imx27lite: add support for imx27lite board from LogicPD
12486
12487     This patch adds support for i.MX27-LITEKIT development board from
12488     LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND
12489     flash, FEC ethernet controller integrated into i.MX27.
12490
12491     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12492     Acked-by: Wolfgang Denk <wd@denx.de>
12493
12494 commit 50b5fff55827946c86a60db8b21a9358be720666
12495 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
12496 Date:   Tue Sep 1 11:26:20 2009 +0200
12497
12498     at91sam9260/afeb9260: Fix SPI initialization
12499
12500     Commit 7ebafb7ec1a0285af8380623c009576f92583b98 introduced a mistake in the spi
12501     init function call for those boards. This patch fixes this.
12502
12503     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
12504
12505 commit f3d4f8870e69e0fd177397778d97d0751bbd020a
12506 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
12507 Date:   Tue Aug 18 11:13:44 2009 +0200
12508
12509     Remove duplicate set_cr
12510
12511     Remove duplicate set_cr
12512
12513     set_cr is defined in both asm-arm/proc-armv/system.h and
12514     include/asm-arm/system.h. This patch removes it (and some duplicate
12515     defines) from the former.
12516
12517     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
12518
12519 commit 3d35d87d5482de23cd5dc4d7721b1086107cae50
12520 Author: Wolfgang Denk <wd@denx.de>
12521 Date:   Mon Aug 31 19:57:42 2009 +0200
12522
12523     Prepare 2009.08
12524
12525     Update CHANGELOG
12526
12527     Signed-off-by: Wolfgang Denk <wd@denx.de>
12528
12529 commit 632a6dd0b612eb7b143f789f2a0273917468c041
12530 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
12531 Date:   Mon Aug 31 16:18:24 2009 +0200
12532
12533     Add common code dir for Matrix Vision boards.
12534
12535     This fixes current build failure.
12536
12537     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
12538
12539     mvblm7.c: fix warning: implicit declaration of function
12540     'mv_reset_environment'
12541
12542     Signed-off-by: Wolfgang Denk <wd@denx.de>
12543
12544 commit 52f6c34c85d6c16f2a41433b5000490ecf374992
12545 Author: David Brownell <dbrownell@users.sourceforge.net>
12546 Date:   Sun Aug 30 11:05:29 2009 -0700
12547
12548     bugfix CONFIG_SYS_CONSOLE_INFO_QUIET
12549
12550     The "console: unify printing current devices" patch goofed:
12551     CONFIG_SYS_CONSOLE_INFO_QUIET is supposed to *REMOVE* boot
12552     time noise, not add it.  Said patch changed the #ifndefs
12553     to #ifdef; this one restores them to the proper sense.
12554
12555     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
12556
12557 commit 2d04db088e6df8a008bb09f604876a45031df93b
12558 Author: Timur Tabi <timur@freescale.com>
12559 Date:   Fri Aug 28 16:56:45 2009 -0500
12560
12561     fsl: simplify the "mac id" command, improve boot-time informational message
12562
12563     The "mac id" command took a 4-character parameter as the identifier string.
12564     However, for any given board, only one kind of identifier is acceptable, so it
12565     makes no sense to ask the user to type it in.  Instead, if the user enters
12566     "mac id", the identifier (and also the version, if it's NXID) will
12567     automatically be set to the correct value.
12568
12569     Improve the message that is displayed when EEPROM is read during boot.  It now
12570     displays "EEPROM:" and then either an error message or the EEPROM identifier
12571     if successful.
12572
12573     If the identifier in EEPROM is valid, then always reject a bad CRC, even if the
12574     CRC field has not been initialized.
12575
12576     Don't force the MAC address count to MAX_NUM_PORTS or less.  Forcing the value
12577     to be changed resulting in an in-memory copy that does not match what's in
12578     hardware, even though the user did not request that change.
12579
12580     Finally, always update the CRC value in the in-memory copy after any field
12581     is changed, so that the CRC is always correct.
12582
12583     Signed-off-by: Timur Tabi <timur@freescale.com>
12584     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12585
12586 commit 33f3f34255bd7cf0be502275c59f0ff22dc50080
12587 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12588 Date:   Fri Aug 21 07:29:58 2009 +0530
12589
12590     85xx: Added PCIe support for P1 P2 RDB
12591
12592     Call fsl_pci_init_port() to initialize all the PCIe ports on the board.
12593
12594     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12595     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12596
12597 commit 0d3d68b25a8e7790f58530ddccbd61f9fc0245ef
12598 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12599 Date:   Fri Aug 21 07:29:42 2009 +0530
12600
12601     driver/fsl_pci: Add fsl_pci_init_port function to initialize a PCI controller
12602
12603     fsl_pci_init_port can be called from board specific PCI initialization
12604     routines to setup the PCI (or PCIe) controller.  This will reduce code
12605     redundancy in most of the 85xx/86xx FSL board ports that setup PCI.
12606
12607     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12608     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12609
12610 commit 05f6f66474312ad03c39b4ca4875af46c87366bf
12611 Author: Timur Tabi <timur@freescale.com>
12612 Date:   Thu Aug 20 17:41:11 2009 -0500
12613
12614     85xx: Improve MPIC initialization
12615
12616     The MPIC initialization code for Freescale e500 CPUs was not using I/O
12617     accessors, and it was not issuing a read-back to the MPIC after setting
12618     mixed mode.  This may be the cause of a spurious interrupt on some systems.
12619
12620     Signed-off-by: Timur Tabi <timur@freescale.com>
12621     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12622
12623 commit c17b79fbd0c7923948331d65cb588734a9c681ff
12624 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12625 Date:   Thu Aug 20 18:59:18 2009 +0530
12626
12627     85xx: Added support for P1011RDB and P2010RDB
12628
12629     P1011 and P2010 are single core variants of P1010 and P2020 respectively.
12630     The board(RDB) will be same.
12631
12632     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12633     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12634
12635 commit a713ba926b45da9a6f923f1ac9e60a66852e5f2d
12636 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12637 Date:   Thu Aug 20 18:57:45 2009 +0530
12638
12639     85xx: Added single core members of FSL P1xx/P2xx processors series
12640
12641     P1011 - Single core variant of P1020
12642     P2010 - Single core variant of P2020
12643
12644     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12645     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12646
12647 commit bf488bc0949fc900d1296a7f35a38a6a28cb5fab
12648 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12649 Date:   Thu Aug 20 18:57:02 2009 +0530
12650
12651     85xx: P1020RDB Support Added
12652
12653     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12654     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12655
12656 commit 3b1f243b8dad30a646a0f056b0268519eadbc3c5
12657 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12658 Date:   Thu Aug 20 18:55:35 2009 +0530
12659
12660     85xx: Added CONFIG_MAX_CPUS for P1020
12661
12662     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12663     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12664
12665 commit 76b474e2f5a223fcabfeaa4f1c8fb699062b986c
12666 Author: Mingkai Hu <Mingkai.hu@freescale.com>
12667 Date:   Tue Aug 18 15:37:15 2009 +0800
12668
12669     85xx: Add L2SRAM Register's macro definition
12670
12671     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
12672     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12673
12674 commit 158c6724c99368a4d8eef11ee7e3c7ad0ef03a15
12675 Author: Felix Radensky <felix@embedded-sol.com>
12676 Date:   Sat Aug 15 15:08:37 2009 +0300
12677
12678     85xx: Fix memory test range on MPC8536DS
12679
12680     With current values of CONFIG_SYS_MEMTEST_START and CONFIG_SYS_MEMTEST_END
12681     memory test hangs if run without arguments. Set them to sane values, so
12682     that all available 512MB of RAM excluding exception vectors at the bottom
12683     and u-boot code and stack at the top can be tested.
12684
12685     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
12686     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12687
12688 commit ef41f2a25c554604156b59f5945feadae2f3cb55
12689 Author: Kumar Gala <galak@kernel.crashing.org>
12690 Date:   Wed Aug 12 00:10:44 2009 -0500
12691
12692     85xx: Removed BEDBUG support on P1_P2_RDB
12693
12694     To match all other 85xx platforms we are removing BEDBUG support.
12695
12696     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12697
12698 commit b560ab85edfb68da653bf2527c390c3e182392a1
12699 Author: Kumar Gala <galak@kernel.crashing.org>
12700 Date:   Sat Aug 8 10:42:30 2009 -0500
12701
12702     85xx: Init pci ethernet cards if we enable any on MPC8572DS
12703
12704     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12705
12706 commit 1bb61b69f7aba4931ede35fdcabd8e5ecad121d7
12707 Author: Peter Tyser <ptyser@xes-inc.com>
12708 Date:   Fri Aug 7 13:16:34 2009 -0500
12709
12710     xes: Use proper IO access functions
12711
12712     Also fix some minor whitespace oddities while we're cleaning up
12713
12714     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12715     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12716
12717 commit ec79d33b2c41ee8b6d1354cc0910217b769c5036
12718 Author: Kumar Gala <galak@kernel.crashing.org>
12719 Date:   Fri Aug 7 13:00:55 2009 -0500
12720
12721     85xx: Move to a common linker script
12722
12723     There are really no differences between all the 85xx linker scripts so
12724     we can just move to a single common one.  Board code is still able to
12725     override the common one if need be.
12726
12727     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12728
12729 commit 87c7661b42aa7672539b54b51d3d5c4013ec6f6c
12730 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12731 Date:   Fri Jul 31 12:08:27 2009 +0530
12732
12733     85xx: Added P1020 Processor Support.
12734
12735     P1020 is another member of QorIQ series of processors which falls in ULE
12736     category. It is an e500 based dual core SOC.
12737
12738     Being a scaled down version of P2020 it has following differences:
12739     - 533MHz - 800MHz core frequency.
12740     - 256Kbyte L2 cache
12741     - Ethernet controllers with classification capabilities.
12742     Also the SOC is pin compatible with P2020
12743
12744     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12745     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12746
12747 commit 728ece343e8bb2a66ee977c49d455439e3b28da9
12748 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12749 Date:   Wed Aug 5 13:29:24 2009 +0530
12750
12751     85xx: Add support for P2020RDB board
12752
12753     The code base adds P1 & P2 RDB platforms support.
12754     The folder and file names can cater to future SOCs of P1/P2 family.
12755     P1 & P2 processors are 85xx platforms, part of Freescale QorIQ series.
12756
12757     Tested following on P2020RDB:
12758     1. eTSECs
12759     2. DDR, NAND, NOR, I2C.
12760
12761     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12762     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12763
12764 commit 0e870980a64584a591af775bb9c9fe9450124df9
12765 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12766 Date:   Fri Jul 31 12:08:14 2009 +0530
12767
12768     8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx
12769
12770     The number of CPUs are getting detected dynamically by checking the
12771     processor SVR value.  Also removed CONFIG_NUM_CPUS references from all
12772     the platforms with 85xx/86xx processors.
12773
12774     This can help to use the same u-boot image across the platforms.
12775
12776     Also revamped and corrected few Freescale Copyright messages.
12777
12778     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12779     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12780
12781 commit 18bacc2027f8531d8dec15ba8da3242dfb4e63f3
12782 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12783 Date:   Fri Jul 31 12:07:45 2009 +0530
12784
12785     8xxx: Refactored common cpu specific code for 85xx/86xx into one file.
12786
12787     Removed same code pieces from cpu/mpc85xx/cpu.c and cpu/mpc86xx/cpu.c
12788     and moved to cpu/mpc8xxx/cpu.c(new file)
12789
12790     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
12791     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12792
12793 commit 7b18c227b847e4782eb1492219ebd555f521b08b
12794 Author: Alex Dubov <oakad@yahoo.com>
12795 Date:   Fri Aug 7 15:28:32 2009 +1000
12796
12797     stx: create common vendor/board hierarchy for STx boards
12798
12799     Move files belonging to the STx boards into common vendor directory and
12800     update the Makefile to reflect this.
12801
12802     Signed-off-by: Alex Dubov <oakad@yahoo.com>
12803     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12804
12805 commit bafdf9aa9dbb69d937b72db17ed5800998c59523
12806 Author: Peter Tyser <ptyser@xes-inc.com>
12807 Date:   Tue Aug 4 17:38:00 2009 -0500
12808
12809     85xx: Remove unused CONFIG_CLEAR_LAW0 defines
12810
12811     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12812     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12813
12814 commit 73aacc522849486b60a5611f678f0bf1c3053779
12815 Author: Kumar Gala <galak@kernel.crashing.org>
12816 Date:   Thu Aug 6 18:38:43 2009 -0500
12817
12818     86xx: Remove redudant PLATFORM_CPPFLAGS
12819
12820     For historic reasons we had defined some additional PLATFORM_CPPFLAGS like:
12821
12822     PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx=1
12823     PLATFORM_CPPFLAGS += -DCONFIG_MPC8641=1
12824
12825     However these are all captured in the config.h and thus redudant.  Also
12826     moved common 86xx flags into cpu/mpc86xx/config.mk.
12827
12828     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12829
12830 commit 53efa1f1acacacb76fa9a21b09b3294783a11c03
12831 Author: Kumar Gala <galak@kernel.crashing.org>
12832 Date:   Thu Aug 6 18:28:34 2009 -0500
12833
12834     85xx: Remove redudant PLATFORM_CPPFLAGS
12835
12836     For historic reasons we had defined some additional PLATFORM_CPPFLAGS
12837     like:
12838
12839     PLATFORM_CPPFLAGS += -DCONFIG_E500=1
12840     PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx=1
12841     PLATFORM_CPPFLAGS += -DCONFIG_MPC8548=1
12842
12843     However these are all captured in the config.h and thus redudant.
12844
12845     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12846
12847 commit 337f9fde2e9317c1d9e85a4a8955a2f14730a00f
12848 Author: Kumar Gala <galak@kernel.crashing.org>
12849 Date:   Thu Jul 30 15:54:07 2009 -0500
12850
12851     85xx: Add a 36-bit physical configuration for MPC8536DS
12852
12853     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
12854     to allow for larger memory sizes.
12855
12856     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12857     Acked-by: Wolfgang Denk <wd@denx.de>
12858
12859     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12860
12861 commit ecead84d56b0ced67b727f5ce21ba08c53b5f09e
12862 Author: Kumar Gala <galak@kernel.crashing.org>
12863 Date:   Tue Aug 4 09:10:03 2009 -0500
12864
12865     85xx: Cleanup whitespace in mpc8536ds.c
12866
12867     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12868
12869 commit ad19e7a5d2de337064ce7728d6504df9648f5d31
12870 Author: Kumar Gala <galak@kernel.crashing.org>
12871 Date:   Wed Aug 5 07:59:35 2009 -0500
12872
12873     pci/fsl_pci_init: Rework PCI ATMU setup to handle >4G of memory
12874
12875     The old PCI ATMU setup code would just mimic the PCI regions into the
12876     ATMU registers.  For simple memory maps in which all memory, MMIO, etc
12877     space fit into 4G this works ok.  However there are issues with we have
12878     >4G of memory as we know can't access all of memory and we need to
12879     ensure that PCICSRBAR (PEXCSRBAR on PCIe) isn't overlapping with
12880     anything since we can't turn it off.
12881
12882     We first setup outbound windows based on what the board code setup
12883     in the pci regions for MMIO and IO access.  Next we place PCICSRBAR
12884     below the MMIO window.  After which we try to setup the inbound windows
12885     to map as much of memory as possible.
12886
12887     On PCIe based controllers we are able to overmap the ATMU setup since
12888     RX & TX links are separate but report the proper amount of inbound
12889     address space to the region tracking to ensure there is no overlap.
12890
12891     On PCI based controllers we use as many inbound windows as available to
12892     map as much of the memory as possible.
12893
12894     Additionally we changed all the CCSR register access to use proper IO
12895     accessor functions.  Also had to add CONFIG_SYS_CCSRBAR_PHYS to some
12896     86xx platforms that didn't have it defined.
12897
12898     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12899
12900 commit 8295b94400449586505ffe34ec024feb3d2c8fe4
12901 Author: Kumar Gala <galak@kernel.crashing.org>
12902 Date:   Wed Aug 5 07:49:27 2009 -0500
12903
12904     pci/fsl_pci_init: Use PCIe capability to determine if controller is PCIe
12905
12906     Change the code to use the PCIe capabilities register to determine if we
12907     are a PCIe controller or not.  Additionally cleaned up some white space
12908     and formatting in the file.
12909
12910     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12911
12912 commit cb151aa2cf5fbb1e412fc763a3a611758f066238
12913 Author: Kumar Gala <galak@kernel.crashing.org>
12914 Date:   Mon Aug 3 21:02:02 2009 -0500
12915
12916     pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init
12917
12918     Every platform that calls fsl_pci_init calls fsl_pci_setup_inbound_windows
12919     before it calls fsl_pci_init.  There isn't any reason to just call it
12920     from fsl_pci_init and simplify things a bit.
12921
12922     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12923
12924 commit fb3143b35eb5890ec72e79d17a6068a84a057d47
12925 Author: Kumar Gala <galak@kernel.crashing.org>
12926 Date:   Mon Aug 3 20:44:55 2009 -0500
12927
12928     pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init
12929
12930     Every platform that calls fsl_pci_init calls pci_setup_indirect before
12931     it calls fsl_pci_init.  There isn't any reason to just call it from
12932     fsl_pci_init and simplify things a bit.
12933
12934     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12935
12936 commit 28887d831b02c66ccc10d7f1379204b5a62f4543
12937 Author: André Schwarz <andre.schwarz@matrix-vision.de>
12938 Date:   Thu Aug 27 14:48:35 2009 +0200
12939
12940     Use common code for Matrix Vision boards
12941
12942     Clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by
12943     using common code.
12944
12945     Signed-off-by: André Schwarz <andre.schwarz@matrix-vision.de>
12946
12947 commit 05f91a65abc3180e2896cd8ddee7a34b1d1ce6e0
12948 Author: Kim Phillips <kim.phillips@freescale.com>
12949 Date:   Wed Aug 26 21:27:37 2009 -0500
12950
12951     mpc83xx: mpc8349itx - accommodate larger kernel sizes & unzero the bootdelay
12952
12953     apparently the ITX was missed last round.
12954
12955     Also make bootdelay consistent with other boards, so as to give on the
12956     opportunity to fix mistakenly set bootcmd without having checked for an
12957     bootdelay zero setting first.
12958
12959     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12960
12961 commit cc861f7127f200e704baaf061a7f508e3c93f2a3
12962 Author: Kim Phillips <kim.phillips@freescale.com>
12963 Date:   Wed Aug 26 21:25:46 2009 -0500
12964
12965     mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
12966
12967     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12968
12969 commit 77b351cd0f20483eefa09bebebb3e0cbf5555b2c
12970 Author: Sandeep Paulraj <s-paulraj@ti.com>
12971 Date:   Tue Aug 18 10:10:42 2009 -0400
12972
12973     NAND: DaVinci: V2 Adding 4 BIT ECC support
12974
12975     This patch adds 4 BIT ECC support in the DaVinci NAND
12976     driver. Tested on both the DM355 and DM365.
12977
12978     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12979     Signed-off-by: Scott Wood <scottwood@freescale.com>
12980
12981 commit f83b7f9e8a5d1334e24506ea5953dd871596ea8a
12982 Author: Sandeep Paulraj <s-paulraj@ti.com>
12983 Date:   Mon Aug 10 13:27:56 2009 -0400
12984
12985     MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
12986
12987     This patch adds the new mode NAND_ECC_HW_OOB_FIRST in the nand code to
12988     support 4-bit ECC on TI DaVinci devices with large page (up to 2K) NAND
12989     chips.  This ECC mode is similar to NAND_ECC_HW, with the exception of
12990     read_page API that first reads the OOB area, reads the data in chunks,
12991     feeds the ECC from OOB area to the ECC hw engine and perform any
12992     correction on the data as per the ECC status reported by the engine.
12993
12994     This patch has been accepted by Andrew Morton and can be found at
12995
12996     http://userweb.kernel.org/~akpm/mmotm/broken-out/mtd-nand-add-new-ecc-mode-ecc_hw_oob_first.patch
12997
12998     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12999     Signed-off-by: Sneha Narnakaje <nsnehaprabha@ti.com>
13000     Signed-off-by: Scott Wood <scottwood@freescale.com>
13001
13002 commit 36fab997d85d89ee7fd2c7fd6057fab786d556aa
13003 Author: Ilya Yanok <yanok@emcraft.com>
13004 Date:   Tue Aug 11 02:32:54 2009 +0400
13005
13006     mxc_nand: add nand driver for MX2/MX3
13007
13008     Driver for NFC NAND controller found on Freescale's MX2 and MX3
13009     processors. Ported from Linux. Tested only with i.MX27 but should
13010     works with other MX2 and MX3 processors too.
13011
13012     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13013     Signed-off-by: Scott Wood <scottwood@freescale.com>
13014
13015 commit a2c65b47effcb3d0aa23e58596538acd338ac7c5
13016 Author: Sandeep Paulraj <s-paulraj@ti.com>
13017 Date:   Mon Aug 10 13:27:46 2009 -0400
13018
13019     NAND: ADD page Parameter to all read_page/read_page_raw API's
13020
13021     This patch adds a new "page" parameter to all NAND read_page/read_page_raw
13022     APIs.  The read_page API for the new mode ECC_HW_OOB_FIRST requires the
13023     page information to send the READOOB command and read the OOB area before
13024     the data area.
13025
13026     This patch has been accepted by Andrew Morton and can be found at
13027     http://userweb.kernel.org/~akpm/mmotm/broken-out/mtd-nand-add-page-parameter-to-all-read_page-read_page_raw-apis.patch
13028
13029     WE would like this to become part of the u-boot GIT as well
13030
13031     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13032     Signed-off-by: Sneha Narnakaje <nsnehaprabha@ti.com>
13033     Signed-off-by: Scott Wood <scottwood@freescale.com>
13034
13035 commit de4250929f37e6c16860741b74546bedbe0bdaba
13036 Author: Heiko Schocher <hs@denx.de>
13037 Date:   Tue Jul 21 17:13:40 2009 +0200
13038
13039     83xx, kmeter1: added NAND support
13040
13041     Signed-off-by: Heiko Schocher <hs@denx.de>
13042     Signed-off-by: Scott Wood <scottwood@freescale.com>
13043
13044 commit ecad289fc6bd9d89ef4d5093cc7b6fd712fd0d29
13045 Author: Kyungmin Park <kmpark@infradead.org>
13046 Date:   Tue Jul 21 11:58:04 2009 +0900
13047
13048     OneNAND: Remove unused read_spareram
13049
13050     Remove unused read_spareram and add unlock_all as kernel does
13051
13052     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13053     Signed-off-by: Scott Wood <scottwood@freescale.com>
13054
13055 commit 403ce1f759b5acec8514cd7e10ce76704fed519c
13056 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
13057 Date:   Thu Jul 16 21:19:29 2009 +0200
13058
13059     KB9202: Add NAND support
13060
13061     Add KB9202 NAND driver
13062
13063     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
13064     Signed-off-by: Scott Wood <scottwood@freescale.com>
13065
13066 commit ce3277a6f2c082f39596d3d3d88dd0a5bc91439d
13067 Author: Kyungmin Park <kmpark@infradead.org>
13068 Date:   Tue Jul 21 11:58:04 2009 +0900
13069
13070     OneNAND: Remove unused read_spareram
13071
13072     Remove unused read_spareram and add unlock_all as kernel does
13073
13074     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13075
13076 commit 0d042037b3cf8693ea0f793d0c292430bfc5a95c
13077 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
13078 Date:   Tue Aug 25 10:30:26 2009 -0500
13079
13080     galaxy5200: Cleanup typo and trailing whitespace
13081
13082     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
13083
13084 commit f6a309080b2da9e509b5ee8d091dca5e175415b7
13085 Author: TsiChung Liew <tsicliew@gmail.com>
13086 Date:   Wed Jul 22 18:42:45 2009 +0000
13087
13088     ColdFire: Fix compile warning messages
13089
13090     Change %08lX to %08X in board.c. Remove unused variable
13091     'oscillator' in mcf5227x/cpu_init.c and 'scm2' in
13092     mcf532x/cpu_init.c. Provide argument type cast in
13093     drivers/dma/MCD_dmaApi.c.
13094
13095     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
13096
13097 commit 88c811b153771a3d1bfe958297c69722efb278e9
13098 Author: TsiChung Liew <tsicliew@gmail.com>
13099 Date:   Wed Jul 22 16:32:39 2009 +0000
13100
13101     ColdFire: Fix missing _IO_BASE which caused compile error
13102
13103     The compile error was caused by a recent patch. Affected platforms -
13104     M5253DEMO.h, M5253EVBE.h, and M54455EVB.h. Adding the _IO_BASE
13105     automatically defined to 0 in asm-m68k/io.h if it isn't set in
13106     platform configuration file.
13107
13108     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
13109
13110 commit 3a7b2c21fb08b022e3e624cd071002b4aaed1606
13111 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13112 Date:   Wed Jul 22 17:13:24 2009 +0200
13113
13114     Support up to 7 banks for ids as specified in JEDEC JEP106Z
13115
13116     see http://www.jedec.org/download/search/jep106Z.pdf
13117     Add some second source legacy flash chips 256x8.
13118
13119     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13120     Signed-off-by: Stefan Roese <sr@denx.de>
13121
13122 commit 0d071cdd782e917b43e04869843df31670231ffd
13123 Author: Kim Phillips <kim.phillips@freescale.com>
13124 Date:   Mon Aug 24 14:32:26 2009 -0500
13125
13126     net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete
13127
13128     if you don't have firmware installed for the PHY to come to life, this
13129     wait can be painful - let's give the option to avoid it if we want.
13130
13131     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13132     Acked-by: Andy Fleming <afleming@freescale.com>
13133     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13134
13135 commit 4fccb818e7ee1190602e79aa5729a23bc349bf0c
13136 Author: Robin Getz <rgetz@blackfin.uclinux.org>
13137 Date:   Thu Aug 20 10:50:20 2009 -0400
13138
13139     Add Transfer Size Option to tftp
13140
13141     Optionally add RFC 2349 "Transfer Size Option", so we can minimize the
13142     time spent sending data over the UART (now print a single line during a
13143     tftp transfer).
13144
13145      - If turned on (CONFIG_TFTP_TSIZE), U-Boot asks for the size of the file.
13146      - if receives the file size, a single line (50 chars) are printed.
13147          one hash mark == 2% of the file downloaded.
13148      - if it doesn't receive the file size (the server doesn't support RFC
13149          2349, prints standard hash marks (one mark for each UDP frame).
13150
13151     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
13152     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13153
13154 commit 488feef85229c08cd3aa1fa183bc8f483d2ae832
13155 Author: Robin Getz <rgetz@blackfin.uclinux.org>
13156 Date:   Mon Aug 24 10:33:39 2009 -0400
13157
13158     Add debug message for Blackfin Ethernet Rx function.
13159
13160     Add a simple print for the Blackfin's Ethernet Rx function,
13161     so we can debug incomming Ethernet functions easier.
13162
13163     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
13164     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13165
13166 commit b1c0eaac110bc919e5b4e88821348e714493f266
13167 Author: Ben Warren <biggerbadderben@gmail.com>
13168 Date:   Tue Aug 25 13:09:37 2009 -0700
13169
13170     Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
13171
13172     All in-tree boards that use this controller have CONFIG_NET_MULTI added
13173     Also:
13174       - changed CONFIG_DRIVER_CS8900 to CONFIG_CS8900
13175       - changed CS8900_BASE to CONFIG_CS8900_BASE
13176       - changed CS8900_BUS?? to CONFIG_CS8900_BUS??
13177       - cleaned up line lengths
13178       - modified VCMA9 command function that accesses the device
13179       - removed MAC address initialization from lib_arm/board.c
13180
13181     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13182     Tested-by: Wolfgang Denk <wd@denx.de>
13183     Acked-by: Wolfgang Denk <wd@denx.de>
13184
13185 commit d47628a6ecf80cd4584a50b6c795b90c985a48e5
13186 Author: Alessandro Rubini <rubini-list@gnudd.com>
13187 Date:   Fri Aug 7 13:59:26 2009 +0200
13188
13189     arm nomadik: activate defrag choose 4k transfer block size
13190
13191     This chooses 4kB data size for both TFTP and NFS, as an example
13192     about how to use support for IP fragments.
13193
13194     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
13195     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13196
13197 commit bd931ca61c84039241d438ade4a9755ae0e5372f
13198 Author: Alessandro Rubini <rubini-list@gnudd.com>
13199 Date:   Fri Aug 7 13:59:16 2009 +0200
13200
13201     nfs: accept CONFIG_NFS_READ_SIZE from config file
13202
13203     To take advantage of defragmented packets, the config file
13204     can define CONFIG_NFS_READ_SIZE to override the 1kB default.
13205     No support is there for an environment variable by now.
13206
13207     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
13208     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13209
13210 commit 89ba81d1079a07b8430a98c1746c6d411312eb0d
13211 Author: Alessandro Rubini <rubini-list@gnudd.com>
13212 Date:   Fri Aug 7 13:59:06 2009 +0200
13213
13214     tftp: get the tftp block size from config file and from the environment
13215
13216     Increasing the block size is useful if CONFIG_IP_DEFRAG is
13217     used. Howerver, the last fragments in a burst may overflow the
13218     receiving ethernet, so the default is left at 1468, with thre new
13219     CONFIG_TFTP_BLOCKSIZE for config files. Further, "tftpblocksize"
13220     can be set in the environment.
13221
13222     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
13223     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13224
13225 commit 5cfaa4e54d0eb8232fa1cf092d955fdaed5b673d
13226 Author: Alessandro Rubini <rubini-list@gnudd.com>
13227 Date:   Fri Aug 7 13:58:56 2009 +0200
13228
13229     net: defragment IP packets
13230
13231     The defragmenting code is enabled by CONFIG_IP_DEFRAG; the code is
13232     useful for TFTP and NFS transfers.  The user can specify the maximum
13233     defragmented payload as CONFIG_NET_MAXDEFRAG (default 16k).
13234     Since NFS has a bigger per-packet overhead than TFTP, the static
13235     reassembly buffer can hold CONFIG_NET_MAXDEFRAG + the NFS overhead.
13236
13237     The packet buffer is used as an array of "hole" structures, acting as
13238     a double-linked list. Each new fragment can split a hole in two,
13239     reduce a hole or fill a hole. No support is there for a fragment
13240     overlapping two diffrent holes (i.e., thre new fragment is across an
13241     already-received fragment).
13242
13243     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
13244     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13245
13246 commit 68e74567cf317318df52dbcb2ac170ffc5e7758a
13247 Author: Feng Kan <fkan@amcc.com>
13248 Date:   Fri Aug 21 10:59:42 2009 -0700
13249
13250     ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver
13251
13252     Fix ECC Correction bug where the byte offset location were double
13253     flipped causing correction routine to toggle the wrong byte location
13254     in the ECC segment. The ndfc_calculate_ecc routine change the order
13255     of getting the ECC code.
13256             /* The NDFC uses Smart Media (SMC) bytes order */
13257             ecc_code[0] = p[2];
13258             ecc_code[1] = p[1];
13259             ecc_code[2] = p[3];
13260     But in the Correction algorithm when calculating the byte offset
13261     location, the s1 is used as the upper part of the address. Which
13262     again reverse the order making the final byte offset address
13263     location incorrect.
13264         byteoffs = (s1 << 0) & 0x80;
13265         .
13266         .
13267         byteoffs |= (s0 >> 4) & 0x08;
13268     The order is change to read it in straight and let the correction
13269     function to revert it to SMC order.
13270
13271     Signed-off-by: Feng Kan <fkan@amcc.com>
13272     Acked-by: Victor Gallardo <vgallardo@amcc.com>
13273     Acked-by: Prodyut Hazarika <phazarika@amcc.com>
13274     Signed-off-by: Stefan Roese <sr@denx.de>
13275
13276 commit 307ecb6db04eebdc06b8c87d48bf48d3cbd5e9d7
13277 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
13278 Date:   Thu Aug 13 08:32:37 2009 -0500
13279
13280     Add support for USB on PSC3 for the mpc5200
13281
13282     Support USB on PSC3 on the mpc5200.  Before this patch, enabling USB support
13283     would reconfigure PSC4 and PSC5 to USB.  The mpc5200 does not support USB
13284     enabled on both the standard USB port and PSC3.  This patch masks the
13285     appropriate bits when enabling USB.
13286
13287     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
13288     Acked-by: Grant Likely <grant.likely@secretlab.ca>
13289     Acked-by: Remy Bohmer <linux@bohmer.net>
13290
13291 commit 6b8548b0f7068379ad1efa4fa28725f361b2d3cd
13292 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13293 Date:   Thu Aug 13 19:12:44 2009 +0200
13294
13295     Add driver for the ST M41T94 SPI RTC
13296
13297     This RTC is used in some Calao boards. The driver code is taken from
13298     the linux rtc-m41t94 driver
13299
13300     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13301
13302 commit 885fc78c28fbe773bcb4edc9dd0fdac05ebb5b38
13303 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13304 Date:   Thu Aug 13 15:31:12 2009 +0200
13305
13306     Switch from per-driver to common definition of bin2bcd and bcd2bin
13307
13308     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13309     Acked-by: Stefan Roese <sr@denx.de>
13310
13311 commit e84aba135ed7145299304ef550e92f08b2c99d7a
13312 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13313 Date:   Thu Aug 13 15:31:11 2009 +0200
13314
13315     Replace BCD2BIN and BIN2BCD macros with inline functions
13316
13317     In the process, also remove backward-compatiblity macros BIN_TO_BCD and
13318     BCD_TO_BIN and update the sole board using them to use the new bin2bcd
13319     and bcd2bin instead
13320
13321     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13322     Acked-by: Stefan Roese <sr@denx.de>
13323     Acked-by: Detlev Zundel <dzu@denx.de>
13324
13325 commit 5b53b29bc2e82b80b669f1d2402068c60d7fecd0
13326 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
13327 Date:   Thu Aug 13 10:14:21 2009 -0500
13328
13329     Add support for the galaxy5200
13330
13331     Add support for the DEKA Research and Development galaxy5200 board
13332
13333     The galaxy5200 is an Freescale mpc5200 based embedded industrial
13334     control board.
13335
13336     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
13337
13338 commit 0a9e4e772123fe3e2bb499d7d2160c4cfd8a3a8d
13339 Author: Mike Frysinger <vapier@gentoo.org>
13340 Date:   Fri Jul 24 16:34:32 2009 -0400
13341
13342     unify {CONFIG_,}ENV_IS_EMBEDDED
13343
13344     Some boards have fallen out of sync by defining CONFIG_ENV_IS_EMBEDDED
13345     manually.  While it is useful to have this available to the build system,
13346     let's do it automatically rather than forcing people to opt into it.
13347
13348     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13349     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13350     Signed-off-by: Wolfgang Denk <wd@denx.de>
13351
13352 commit 02c9aa1d41f73fdcf8383a36cc0cbbfaf952855d
13353 Author: Robin Getz <rgetz@blackfin.uclinux.org>
13354 Date:   Mon Jul 27 00:07:59 2009 -0400
13355
13356     Add md5sum and sha1 commands...
13357
13358     Now that we have sha1 and md5 in lib_generic, allow people to use
13359     them on the command line, for checking downloaded files.
13360
13361     Signed-off-by: Robin Getz <rgetz@analog.com>
13362
13363 commit 30fc5cd3116cb112d0aab7e6d7c8eef1b67ed075
13364 Author: Wolfgang Denk <wd@denx.de>
13365 Date:   Tue Aug 25 12:22:38 2009 +0200
13366
13367     include/s3c24x0.h: fix S3C24X0_SPI_CHANNEL declaration
13368
13369     The SPI controller on the S3C24X0 has 8 bit registers, not 32 bit.
13370
13371     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13372     Signed-off-by: Wolfgang Denk <wd@denx.de>
13373
13374 commit e637385e69f63bc73b9dfd2ddd8d0f383790ca28
13375 Author: Mike Frysinger <vapier@gentoo.org>
13376 Date:   Thu Aug 20 19:17:59 2009 -0400
13377
13378     Blackfin: fix typos in gpio comments
13379
13380     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13381
13382 commit c2fbcb6ae86c10621a386c13be57eaa766221ed5
13383 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
13384 Date:   Tue Aug 18 04:49:57 2009 -0400
13385
13386     Blackfin: cm-bf527/cm-bf537: increase flash sectors
13387
13388     Newer revisions of these boards have slightly larger flashes, so increase
13389     the configured number of sectors so that U-Boot works on all revisions.
13390
13391     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
13392     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13393
13394 commit a794f59a75bf9fd4a44f1ad2349cae903c42b89c
13395 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13396 Date:   Sun Aug 23 14:14:52 2009 +0200
13397
13398     sh/rsk7203: add missing include net.h
13399
13400     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13401
13402 commit 6ac9f47977a9fc1876979871eeb14f26ba1bdbe6
13403 Author: Mike Frysinger <vapier@gentoo.org>
13404 Date:   Sun Aug 23 02:47:59 2009 -0400
13405
13406     start a linker script helper file
13407
13408     Start a common header file for common linker script code (such as
13409     workarounds for older linkers) rather than doing this in the build system.
13410
13411     As fallout, we no longer execute the linker every time config.mk is
13412     included by a build file (which can easily be 70+ times), but rather only
13413     execute it once.
13414
13415     This also fixes a bug in the major version checking by creating a macro to
13416     easily compare versions and keep people from making the same common
13417     mistake (forgetting to check major and minor together).
13418
13419     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13420
13421 commit 2ed0869d30602eb660569eababb8fedff36bd23a
13422 Author: Mike Frysinger <vapier@gentoo.org>
13423 Date:   Sat Aug 22 19:50:22 2009 -0400
13424
13425     Blackfin: use common code to preprocess linker script
13426
13427     Now that the common code preprocesses the linker script, the Blackfin code
13428     no longer needs to do it.
13429
13430     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13431
13432 commit 4d3758c835c7e96da2a291e7fb5acfc19bc06e8e
13433 Author: Mike Frysinger <vapier@gentoo.org>
13434 Date:   Sat Aug 22 19:48:56 2009 -0400
13435
13436     .gitignore: ignore generated u-boot.lds
13437
13438     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13439
13440 commit 79b91de958511840d2a7491be92d435b7ef43f17
13441 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13442 Date:   Sat Aug 22 14:21:53 2009 +0200
13443
13444     include/mmc.h: Fix typo in IS_SD() macro
13445
13446     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13447
13448 commit 963f2f611741f8d9c38bd7caf20ae8c95cab7b3f
13449 Author: Wolfgang Denk <wd@denx.de>
13450 Date:   Sat Aug 22 23:27:26 2009 +0200
13451
13452     Prepare 2009.08-rc3
13453
13454     Update CHANGELOG, minor Coding Style cleanup.
13455
13456     Signed-off-by: Wolfgang Denk <wd@denx.de>
13457
13458 commit 5b2da6a309266f21cbb68f06fcfdf9ba141022e7
13459 Author: Michal Simek <monstr@monstr.eu>
13460 Date:   Fri Aug 21 06:52:25 2009 +1000
13461
13462     qemu-mips: Fix Qemu website
13463
13464     Signed-off-by: Michal Simek <monstr@monstr.eu>
13465     Signed-off-by: Michal Simek <michal.simek@petalogix.com>
13466     Acked-by: Shinya Kuribayashi <skuribay@pobox.com>
13467
13468 commit 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde
13469 Author: Kim Phillips <kim.phillips@freescale.com>
13470 Date:   Fri Aug 21 16:34:38 2009 -0500
13471
13472     mpc83xx: accommodate larger kernel sizes by default
13473
13474     linux mpc83xx_defconfig kernels are getting bigger, accommodate for
13475     their growth by adjusting default load and fdt addresses.
13476
13477     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13478
13479 commit 8eceeb7fd656d6d071c0a8b615e178aca5775fff
13480 Author: Kim Phillips <kim.phillips@freescale.com>
13481 Date:   Fri Aug 21 16:33:15 2009 -0500
13482
13483     mpc83xx: mpc8377erdb - change DDR settings to those from latest bsp
13484
13485     when using Linus' 83xx_defconfig, the mpc8377rdb would hang at boot
13486     at either:
13487
13488     NET: Registered protocol family 16
13489
13490     or the
13491
13492     io scheduler cfq registered
13493
13494     message.  Fixing up these DDR settings appears to fix the problem.
13495
13496     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13497
13498 commit 27c5248dd4c9ba4a36899689595956c5e59e349a
13499 Author: Kim Phillips <kim.phillips@freescale.com>
13500 Date:   Fri Aug 21 16:31:20 2009 -0500
13501
13502     mpc83xx: tqm8349 - remove pci & flash window conflict
13503
13504     commit 9993e196da707a0a1cd4584f1fcef12382c1c144 "mpc83xx: convert all
13505     remaining boards over to 83XX_GENERIC_PCI" remapped pci windows on
13506     tqm834x to make it more consistent with the other 83xx boards.  During
13507     that time however, the author failed to realize that FLASH_BASE was
13508     occupying the same range as what PCI1_MEM_BASE was being assigned.
13509
13510     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13511     Tested-by: Wolfgang Denk <wd@denx.de>
13512
13513 commit 6d2c26ac831f033b0025cfb256365a047f8dd115
13514 Author: Heiko Schocher <hs@denx.de>
13515 Date:   Fri Aug 21 16:30:30 2009 -0500
13516
13517     mpc83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs
13518
13519     Signed-off-by: Heiko Schocher <hs@denx.de>
13520     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13521
13522 commit 193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb
13523 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13524 Date:   Fri Aug 21 16:27:05 2009 -0500
13525
13526     mpc83xx: mpc8349 - delete unused SYS_MID_FLASH_JUMP
13527
13528     This was introduced with the MPC8349EMDS board, and then copied to
13529     a couple other boards by nature of being the reference implementation.
13530
13531       u-boot$git grep CONFIG_SYS_MID_FLASH_JUMP
13532       include/configs/MPC8349EMDS.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000
13533       include/configs/sbc8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
13534       include/configs/vme8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
13535       u-boot$
13536
13537     It currently isn't used, so delete it before it spreads further.
13538
13539     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13540     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13541
13542 commit c0d660fbbede322648ec79d3e39389e48f5fab24
13543 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13544 Date:   Fri Aug 21 16:21:58 2009 -0500
13545
13546     mpc83xx: sbc8349 - make enabling PCI more user friendly
13547
13548     Prior to this commit, to enable PCI, you had to go manually
13549     edit the board config header, which isn't really user friendly.
13550     This adds the typical PCI make targets to the toplevel Makefile
13551     in accordance with what is being done with other boards.
13552
13553     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13554     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13555
13556 commit a3c5057a6c05b4c7235a270486220e4511366133
13557 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13558 Date:   Fri Aug 7 23:37:54 2009 +0200
13559
13560     eeprom_m95xxx: remove unused variable i
13561
13562     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13563
13564 commit 8cf19b9fec92d8aa22b2fe4b4e6976743b1daa51
13565 Author: Ilya Yanok <yanok@emcraft.com>
13566 Date:   Fri Jul 17 15:02:42 2009 +0400
13567
13568     jffs2: some fixes to summary support
13569
13570     This patch fixes some issues with JFFS2 summary support in U-Boot.
13571     1/ Summary support made compilation configurable (as summary support
13572     considered expiremental even in Linux).
13573     2/ Summary code can do unaligned 16-bit and 32-bit memory accesses.
13574     We need to get data byte by byte to exclude data aborts.
13575     3/ Make summary scan in two passes so we can safely fall back to full
13576     scan if we found unsupported entry in the summary.
13577
13578     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13579
13580 commit 11906936e168d12d684bb3d2930a62693ba3d84e
13581 Author: Prafulla Wadaskar <prafulla@marvell.com>
13582 Date:   Mon Aug 10 18:55:54 2009 +0530
13583
13584     arm: rd6281a: Fixed NAND specific warning
13585
13586     It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
13587     for NAND specific warning removal, same is done in this patch
13588
13589     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13590
13591 commit b5ffb193330113d2e00489d96bf8ec1f541ed4e1
13592 Author: Wolfgang Denk <wd@denx.de>
13593 Date:   Thu Aug 13 00:37:16 2009 +0200
13594
13595     TRAB: make independent of specific libgcc helper routines
13596
13597     The TRAB board references local libgcc helper routines
13598     (lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems
13599     when we try to use the normal, compiler provided libgcc instead.
13600     Removing these references allows to build both with and without the
13601     local libgcc helper routines.
13602
13603     Signed-off-by: Wolfgang Denk <wd@denx.de>
13604
13605 commit 1aada9cd643567d351667138851e9231ccfa245a
13606 Author: Wolfgang Denk <wd@denx.de>
13607 Date:   Mon Aug 17 14:00:53 2009 +0200
13608
13609     Fix all linker scripts for older binutils versions (pre-2.16)
13610
13611     Commit f62fb99941c6 fixed handling of all rodata sections by using a
13612     wildcard combined with calls to ld's builtin functions SORT_BY_ALIGNMENT()
13613     and SORT_BY_NAME().  Unfortunately these functions were only
13614     introduced with biunutils version 2.16, so the modification broke
13615     building with all tool chains using older binutils.
13616
13617     This patch makes it work again.  This is done by omitting the use of
13618     these functions for such old tool chains.  This will result in
13619     slightly larger target binaries, as the rodata sections are no longer
13620     in optimal order alignment-wise which reauls in unused gaps, but the
13621     effect was found to be insignificant - especially compared to the fact
13622     that you cannot build U-Boot at all in the current state.
13623
13624     As ld seems to have no support for conditionals we run the linker
13625     script through the C preprocessor which can be easily used to remove
13626     the unwanted function calls.
13627
13628     Note that the C preprocessor must be run with the "-ansi" (or a
13629     "-std=") option to make sure all the system-specific predefined
13630     macros outside the reserved namespace are suppressed. Otherise, cpp
13631     might for example substitute "powerpc" to "1", thus corrupting for
13632     example "OUTPUT_ARCH(powerpc)" etc.
13633
13634     Signed-off-by: Wolfgang Denk <wd@denx.de>
13635     Cc: Mike Frysinger <vapier@gentoo.org>
13636
13637 commit f772acf8a584067033eff1e231fcd1fb3a00d3d9
13638 Author: Wolfgang Denk <wd@denx.de>
13639 Date:   Mon Aug 17 13:17:29 2009 +0200
13640
13641     ARM: compiler options cleanup - improve tool chain support
13642
13643     For some time there have been repeated reports about build problems
13644     with some ARM (cross) tool chains.  Especially issues about
13645     (in)compatibility with the tool chain provided runtime support
13646     library libgcc.a caused to add and support a private implementation
13647     of such runtime support code in U-Boot.  A closer look at the code
13648     indicated that some of these issues are actually home-made.  This
13649     patch attempts to clean up some of the most obvious problems and make
13650     building of U-Boot with different tool chains easier:
13651
13652     - Even though all ARM systems basicy used the same compiler options
13653       to select a specific ABI from the tool chain, the code for this was
13654       distributed over all cpu/*/config.mk files.  We move this one level
13655       up into lib_arm/config.mk instead.
13656
13657     - So far, we only checked if "-mapcs-32" was supported by the tool
13658       chain; if yes, this was used, if not, "-mabi=apcs-gnu" was
13659       selected, no matter if the tool chain actually understood this
13660       option.  There was no support for EABI conformant tool chains.
13661       This patch implements the following logic:
13662
13663       1) If the tool chain supports
13664         "-mabi=aapcs-linux -mno-thumb-interwork"
13665          we use these options (EABI conformant tool chain).
13666       2) Otherwise, we check first if
13667         "-mapcs-32"
13668          is supported, and then check for
13669         "-mabi=apcs-gnu"
13670          If one test succeeds, we use the first found option.
13671       3) In case 2), we also test if "-mno-thumb-interwork", and use
13672          this if the test succeeds. [For "-mabi=aapcs-linux" we set
13673          "-mno-thumb-interwork" mandatorily.]
13674
13675       This way we use a similar logic for the compile options as the
13676       Linux kernel does.
13677
13678     - Some EABI conformant tool chains cause external references to
13679       utility functions like raise(); such functions are provided in the
13680       new file lib_arm/eabi_compat.c
13681
13682       Note that lib_arm/config.mk gets parsed several times, so we must
13683       make sure to add eabi_compat.o only once to the linker list.
13684
13685     Signed-off-by: Wolfgang Denk <wd@denx.de>
13686     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13687     Cc: Dirk Behme <dirk.behme@googlemail.com>
13688     Cc: Magnus Lilja <lilja.magnus@gmail.com>
13689     Cc: Tom Rix <Tom.Rix@windriver.com>
13690     Cc: Prafulla Wadaskar <prafulla@marvell.com>
13691     Acked-by: Sergey Kubushyn <ksi@koi8.net>
13692     Tested-by: Magnus Lilja <lilja.magnus@gmail.com>
13693     Tested-by: Andrzej Wolski <awolski@poczta.fm>
13694     Tested-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
13695     Tested-by: Tom Rix <Tom.Rix@windriver.com>
13696     Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13697
13698 commit 269610f6ba2e4a7bc27d2e53d43160614016964f
13699 Author: Mingkai Hu <Mingkai.hu@freescale.com>
13700 Date:   Thu Jul 30 17:56:51 2009 +0800
13701
13702     NAND boot: fix nand_load overlap issue
13703
13704     The code copy data from NAND flash block by block, so when
13705     the data length isn't a whole-number multiple of the block
13706     size, it will overlap the rest space.
13707
13708     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
13709     Signed-off-by: Scott Wood <scottwood@freescale.com>
13710
13711 commit 1fc1d9aed08f2b3366d634fda6712a710b2cff9a
13712 Author: Giulio Benetti <giulio.benetti@micronovasrl.com>
13713 Date:   Fri Jul 31 17:30:34 2009 -0500
13714
13715     add WATCHDOG_RESET() on nand write and read
13716
13717     Signed-off-by: giulio.benetti@micronovasrl.com
13718     Acked-by: Wolfgang Denk <wd@denx.de>
13719     Signed-off-by: Scott Wood <scottwood@freescale.com>
13720
13721 commit b1e849f2201bbbf3ca81fde164f154f9caf7f0e9
13722 Author: Peter Tyser <ptyser@xes-inc.com>
13723 Date:   Wed Feb 4 15:14:05 2009 -0600
13724
13725     tsec: Wait for auto-negotiation to complete without link
13726
13727     Previously, waiting for auto-negotiation would only occur if a valid
13728     link had been detected.  Problems arose when attempting to use a
13729     tsec immediately after bootup but before link was achieved, eg:
13730     => dhcp
13731     Auto-neg error, defaulting to 10BT/HD
13732     eTSEC1: No link.
13733     Auto-neg error, defaulting to 10BT/HD
13734     eTSEC2: No link.
13735     =>
13736
13737     With this patch applied the same operation as above resulted in:
13738     => dhcp
13739     Waiting for PHY auto negotiation to complete. done
13740     Enet starting in 1000BT/FD
13741     Speed: 1000, full duplex
13742
13743     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13744     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13745
13746 commit 477fa6378fbd3e47a5e2e83d0dd3970d5b1c8371
13747 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
13748 Date:   Thu Aug 20 10:14:11 2009 +0200
13749
13750     arm: kirkwood: See to it that sent data is 8-byte aligned
13751
13752     U-boot might use non-8-byte-aligned addresses for sending data, which
13753     the kwgbe_send doesn't accept (bootp does this for me). This patch
13754     copies the data to be sent to a malloced temporary buffer if it is
13755     non-aligned.
13756
13757     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
13758     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13759
13760 commit cad713bf7548b9e90433dac8270165402a6c9cc3
13761 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
13762 Date:   Thu Aug 20 10:13:06 2009 +0200
13763
13764     Wait for the link to come up on kirkwood network init
13765
13766     This patch makes the device wait for up to 5 seconds for the link to
13767     come up, similar to what many of the other network drivers do. This
13768     avoids confusing situations where, e.g., a tftp fails when initiated
13769     early after U-boot has started (before the link has come up).
13770
13771     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
13772     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13773
13774 commit bb1ca3b27f7fba8c73cb10279a6a8b8b69a308ff
13775 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
13776 Date:   Thu Aug 20 10:12:28 2009 +0200
13777
13778     arm:kirkwood Define kirkwood phy address magic number
13779
13780     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
13781     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13782
13783 commit f81ecb5d3300bf92d17302d3712f30585c182da9
13784 Author: Timur Tabi <timur@freescale.com>
13785 Date:   Mon Aug 17 15:55:38 2009 -0500
13786
13787     e1000: fix PCI memory addressing
13788
13789     The Intel E1000 driver was making assumptions about the relationship between
13790     some virtual, physical, and PCI addresses.
13791
13792     Also fix some bad usage of the DEBUGOUT macro
13793
13794     Signed-off-by: Timur Tabi <timur@freescale.com>
13795     Acked-by: Kumar Gala <galak@kernel.crashing.org>
13796     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13797
13798 commit b644006e1a7baa227aedc606ecdf0bb5eeb24cab
13799 Author: Ilya Yanok <yanok@emcraft.com>
13800 Date:   Wed Aug 12 16:42:48 2009 +0400
13801
13802     jffs2: clean the cache in case of malloc fails in build_lists
13803
13804     We should call jffs2_clean_cache() if we return from jffs2_build_lists()
13805     with an error to prevent usage of incomplete lists. Also we should
13806     free() a local buffer to prevent memory leaks.
13807
13808     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13809
13810 commit 7ff66bb0be80cadd681be22a72e5eb02ee14c878
13811 Author: Heiko Schocher <hs@denx.de>
13812 Date:   Wed Aug 12 10:17:03 2009 +0200
13813
13814     ppc: trigger WDT before starting Linux
13815
13816     Signed-off-by: Heiko Schocher <hs@denx.de>
13817
13818 commit 918319c705d8a3d6251919a660baef32ff3a829a
13819 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13820 Date:   Wed Jul 22 18:30:03 2009 +0200
13821
13822     Update the mtd driver name in bootargs for at91-based boards
13823
13824     The name of the atmel nand driver in the kernel changed from at91_nand
13825     to atmel_nand back in June 2008, but the at91-based boards config files
13826     still refer to at91_nand. This patch updates them with the new name
13827
13828     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
13829
13830 commit 8fa656aa5289815d942ebdc26182ccb9f2b9c86f
13831 Author: Ben Goska <goskab@onid.oregonstate.edu>
13832 Date:   Fri Aug 14 10:03:36 2009 -0700
13833
13834     omap3: Fixed a problem with hwecc
13835
13836     In commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e there
13837     was a typo that offset all the ecc registers by 4 bytes, fixed that.
13838
13839     Signed-off-by: Ben Goska <goskab@onid.oregonstate.edu>
13840     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
13841
13842 commit 514bab6609acd1a2a19fdd75c2f6255178db7c96
13843 Author: Stefan Roese <sr@denx.de>
13844 Date:   Mon Aug 17 16:57:53 2009 +0200
13845
13846     ppc4xx: Fix "chip_config" command for AMCC Arches
13847
13848     This patch fixes the "chip_config" command for I2C bootstrap EEPROM
13849     configuration. First it changes the I2C bootstrap EEPROM address to
13850     0x54 as this is used on Arches (instead of 0x52 on Canyonlands/
13851     Glacier). Additionally, the NAND bootstrap settings are removed
13852     for Arches since Arches doesn't support NAND-booting.
13853
13854     Signed-off-by: Stefan Roese <sr@denx.de>
13855
13856 commit 4af34177b657e91263919a307fd0b0865a299e52
13857 Author: Wolfgang Denk <wd@denx.de>
13858 Date:   Sun Aug 16 23:40:13 2009 +0200
13859
13860     Monahans: avoid floating point calculations
13861
13862     Current code for the Monahans CPU defined OSCR_CLK_FREQ as 3.250 (MHz)
13863     which caused floating point operations to be used. This resulted in
13864     unresolved references to some FP related libgcc functions when using
13865     U-Boot's private libgcc functions.
13866
13867     Change the code to use fixed point math only.
13868
13869     Signed-off-by: Wolfgang Denk <wd@denx.de>
13870
13871 commit e393e2e9bc5cd3d5484e193d1380e7cd7587ab5c
13872 Author: Kumar Gala <galak@kernel.crashing.org>
13873 Date:   Fri Aug 14 16:43:22 2009 -0500
13874
13875     85xx: Fix addrmap to include memory
13876
13877     When we init the addrmap based on the TLB we will not end up getting
13878     the TLB that covers memory if we are using SPD.  The reason is we
13879     haven't relocated at the point that we setup the memory TLB and thus it
13880     will not get setup in the addrmap.
13881
13882     Instead we can just walk over the TLB array after we've relocated and
13883     see all the TLBs that have been set and use that information to populate
13884     the initial addrmap.  By doing this we insure that we get the TLB
13885     entries that cover memory.
13886
13887     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13888
13889 commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030
13890 Author: John Schmoller <jschmoller@xes-inc.com>
13891 Date:   Wed Aug 12 10:55:47 2009 -0500
13892
13893     flash: Fix CFI buffer size bug
13894
13895     Fix bug introduced by 9c048b523413ae5f3ff34e00cf57569c3368ab51.
13896
13897     The cfi_flash.c driver cast the flash buffer size to a uchar in
13898     flash_write_cfibuffer(). On some flash parts, (tested on Numonyx
13899     part PC32F512M29EWH), the buffer size is 1KB. Remove the cast to
13900     uchar to enable buffer sizes to be larger.
13901
13902     Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
13903     Signed-off-by: Stefan Roese <sr@denx.de>
13904
13905 commit f6e3a1fa92f61083885178101e973c86b419a6f7
13906 Author: Mike Frysinger <vapier@gentoo.org>
13907 Date:   Thu Aug 13 00:32:14 2009 -0400
13908
13909     trab: rename spi_init()
13910
13911     The local board-specific spi_init() function conflicts with the common SPI
13912     layer, so rename it to something board-specific.
13913
13914     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13915
13916 commit 253cb831f5861358a7fa673305cdf7ded1096f44
13917 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
13918 Date:   Wed Jul 29 06:05:20 2009 -0400
13919
13920     zlib: add watchdog reset call
13921
13922     This patch adds watchdog reset call to allow its invokation during decompression
13923     phase. This control was present on old zlib version and here it is
13924     backported for those relevant routines. This patch is sent as a zlib separate
13925     one beacuse it was not tested due to specific board lack.
13926     zlib patches will be unified just in one when this will be validated through
13927     tests.
13928
13929     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
13930
13931 commit dce3d797102b6618e8bdd4a09cfd35969f165d86
13932 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
13933 Date:   Wed Jul 29 08:05:08 2009 -0400
13934
13935     zlib: updated to v.1.2.3
13936
13937     This patch updates zlib to the latest stable version.
13938     Only relevant zlib parts were ported to u-boot tree, as already did for the
13939     current zlib (0.95). New zlib guarantees a faster inflate performances
13940     other then others improvements as explained at www.zlib.net.
13941     It also includes Alessandro Rubini's patches to allow 0 as destination pointer
13942     and to call watchdog reset if required by architecture.
13943
13944     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
13945     Reviewed-by: Angelo Castello <angelo.castello@st.com>
13946     Reviewed-by: Alessandro Rubini <rubini-list@gnudd.com>
13947
13948 commit 3426d65daab6af483b177ed502038f52ed2e5aef
13949 Author: Heiko Schocher <hs@denx.de>
13950 Date:   Tue Aug 11 10:37:58 2009 +0200
13951
13952     dtt, lm81: move unneccessary printf into a debug printf
13953
13954     Signed-off-by: Heiko Schocher <hs@denx.de>
13955
13956 commit 54e399f110bbaa24e662e6dd9e88ddb86989d668
13957 Author: Mark Jackson <mpfj-list@mimc.co.uk>
13958 Date:   Tue Aug 11 11:33:47 2009 +0100
13959
13960     MIMC200: reduce LCD pixclock
13961
13962     The initial pixclock for the MIMC200 board is wrong (and causes
13963     screen corruption due to DMA underruns).
13964
13965     This patch simply reduces the pixel clock to fix the problem.
13966
13967     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
13968
13969 commit 1443cd7e54d6893ab7cc51d93fe7759cdaa8b31f
13970 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13971 Date:   Wed Jul 1 14:04:05 2009 -0400
13972
13973     UEC FIXED PHY: Determine fixed-phy port using UEC interface name.
13974
13975     Fixed a misunderstanding in the original implementation, 'devnum' that
13976     was used in the cpu/ppc4xx/4xx_enet.c implementation was NOT the
13977     PHY's SMI address, rather it was the number of the MAC interface on
13978     the CPU. The equivalent of this for uec_phy will be the UEC number
13979     stored in mii_info->dev->name. Usage example is updated for uec.
13980
13981     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13982     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13983
13984 commit 1a9519373b977ef3f7c9563ad3acb6c6f2424657
13985 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13986 Date:   Wed Jul 1 14:03:15 2009 -0400
13987
13988     Assigned a static SMI address to all UECs TBIPA address.
13989
13990     It is set to 0x1F by default and can be overwritten on the board
13991     header file by defining CONFIG_UTBIPAR_INIT_TBIPA. This allows
13992     the CPU to simply "reserve" one SMI address instead of using
13993     a different one for each UEC.
13994
13995     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13996     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13997
13998 commit 9fd38a01cbc0ce4a8db41f72677103ed04b23db5
13999 Author: Prafulla Wadaskar <prafulla@marvell.com>
14000 Date:   Mon Aug 10 19:43:06 2009 +0530
14001
14002     net: kirkwood: updates: used eth_setenv_enetaddr api
14003
14004     eth_setenv_enetaddr is avaible by upper layer
14005     using this saves 204 bytes on total image size
14006
14007     used Local OUI instead of Marvell OUI for
14008     random MAC address generation logic
14009
14010     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
14011     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14012
14013 commit ecbd2078a1f56c85b6c56afaaed862bf92ccd3f3
14014 Author: Roy Zang <tie-fei.zang@freescale.com>
14015 Date:   Tue Aug 11 03:48:05 2009 +0800
14016
14017     Fix E1000 build warning on AP1000 board
14018
14019      Fix E1000 build warning on AP1000 board
14020      Fix the build warning on AP1000 board:
14021      e1000.c:131: warning: 'e1000_read_eeprom' used but never defined
14022      e1000.c:2012: warning: 'e1000_set_phy_mode' defined but not used
14023
14024     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
14025     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14026
14027 commit b3af1d698b031e721bacaee8715d79daaf823de6
14028 Author: Sandeep Paulraj <s-paulraj@ti.com>
14029 Date:   Mon Aug 10 12:24:40 2009 -0400
14030
14031     ARM: Davinci DM355: Enabling DM9000 on DM355 EVM
14032
14033     Due to recent changes to the NET support on U-boot, DM9000
14034     is no longer detected on the DM355 EVM.
14035     This minor update enables DM9000 on the DM355 EVM.
14036     Tested on the DM355 EVM
14037
14038     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14039     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14040
14041 commit 08c2df33f1cd5935938486e968696f94ad406313
14042 Author: Prafulla Wadaskar <prafulla@marvell.com>
14043 Date:   Mon Aug 10 19:23:19 2009 +0530
14044
14045     net: phy: bugfixes: mv88E61xx compiler warnings fixed
14046
14047     1. mv88E61xx driver compiler warnings fixed
14048     2. idstr if-else statements changed to switch() construct
14049        and added default case too.
14050        This fixed idstr may be uninitialized warning
14051
14052     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
14053     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14054
14055 commit 750326e5d540885e3ec36bda9464b8269249f6ce
14056 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
14057 Date:   Mon Aug 10 11:00:00 2009 +0800
14058
14059     arm: A320: driver for FTMAC100 ethernet controller
14060
14061     This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board.
14062
14063     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
14064     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14065
14066 commit f90dc43fd67eea71124b999a7d5e617d0d86795b
14067 Author: Kumar Gala <galak@kernel.crashing.org>
14068 Date:   Mon Aug 10 16:40:55 2009 -0500
14069
14070     85xx: Removed BEDBUG support from FSL 85xx boards
14071
14072     For some reason the MPC8544 enabled BEDBUG if PCI was enabled and that
14073     got copied int the MPC8536, MPC8572 and P2020 DS boards.  The BEDBUG
14074     support has never been made to work completely on e500/85xx so we
14075     just disable it to save space and match the other FSL 85xx boards.
14076
14077     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14078
14079 commit eb1a4d0a471505c169bef19a73a60f8641f0b875
14080 Author: Wolfgang Denk <wd@denx.de>
14081 Date:   Mon Aug 10 10:39:12 2009 +0200
14082
14083     Prepare 2009.08-rc2
14084
14085     Update CHANGELOG
14086
14087     Signed-off-by: Wolfgang Denk <wd@denx.de>
14088
14089 commit 53cc18c71b2b920cca171874c6663e274fa80556
14090 Author: Wolfgang Denk <wd@denx.de>
14091 Date:   Mon Aug 10 10:38:34 2009 +0200
14092
14093     Minor coding style cleanup.
14094
14095     Signed-off-by: Wolfgang Denk <wd@denx.de>
14096
14097 commit d371708a1beda0f529756e614af785b30461379e
14098 Author: Wolfgang Denk <wd@denx.de>
14099 Date:   Mon Aug 10 09:59:10 2009 +0200
14100
14101     net/tftp.c: fix warning: pointer targets differ in signedness
14102
14103     tftp.c:294: warning: pointer targets in passing argument 1 of 'strlen'
14104     differ in signedness
14105
14106     This was only visible for the utx8245 board which seems to have DEBUG
14107     enabled.
14108
14109     Signed-off-by: Wolfgang Denk <wd@denx.de>
14110
14111 commit 3ed9e943fdfe51174b23989d48563b8c1b7d2ea8
14112 Author: Dirk Behme <dirk.behme@googlemail.com>
14113 Date:   Sat Aug 8 16:06:47 2009 +0200
14114
14115     ARM Cortex A8: Remove bogus config.mk entries
14116
14117     Remove bogus config.mk entry, fix newline and remove redundant
14118     omap3/config.mk
14119
14120     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14121
14122 commit cd3dcba1422d3441503251fbc69cf2437c440781
14123 Author: Dirk Behme <dirk.behme@googlemail.com>
14124 Date:   Sat Aug 8 12:46:09 2009 +0200
14125
14126     OMAP3: Fix missing GPMC_CONFIG_CS0_BASE
14127
14128     Applying two indepenent OMAP3 patches resulted in missing
14129     GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc
14130     config struct" removes GPMC_CONFIG_CS0_BASE, independent patch
14131     "omap3: bug fix for NOR boot support" introduces it's usage.
14132     Re-introduce GPMC_CONFIG_CS0_BASE.
14133
14134     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14135
14136 commit ba3dbaf281130029ecb970a922551902c1d80b50
14137 Author: Ilya Yanok <yanok@emcraft.com>
14138 Date:   Mon Jun 8 04:12:49 2009 +0400
14139
14140     mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
14141
14142     This is a port of Linux driver for SDHC host controller hardware
14143     found on Freescale's MX2 and MX3 processors. Uses new generic MMC
14144     framework (CONFIG_GENERIC_MMC) and it looks like there are some
14145     problems with a framework (at least on LE cpus). Some of these
14146     problems are addressed in the following patches.
14147
14148     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
14149
14150 commit 642d7b63c343633dcafc4e23a20e32604a05ff13
14151 Author: Alessandro Rubini <rubini-list@gnudd.com>
14152 Date:   Fri Aug 7 12:35:47 2009 +0200
14153
14154     kirkwood/gpio.h: remove duplicate definition
14155
14156     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
14157
14158 commit 3ac374c0f0b7d856f1a43317a286f2079106bd6a
14159 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
14160 Date:   Fri Aug 7 12:37:36 2009 +0200
14161
14162     Add driver for the ST M95xxx SPI EEPROM
14163
14164     This chip is used in a number of boards manufactured by Calao-Systems
14165     which should be supported soon. This driver provides the necessary
14166     spi_read and spi_write functions necessary to communicate with the chip.
14167
14168     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
14169
14170 commit 30951960bae9a2c33e324a7165962a082e913f9e
14171 Author: Prafulla Wadaskar <prafulla@marvell.com>
14172 Date:   Fri Aug 7 22:27:32 2009 +0530
14173
14174     arm: Sheevaplug: Fixed NAND specific warning
14175
14176     It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
14177     for NAND specific warning removal, same is done in this patch
14178
14179     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
14180
14181 commit 317734966e763fdee183898c0ed940c9bada2541
14182 Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
14183 Date:   Fri Aug 7 13:53:20 2009 -0400
14184
14185     Dual-license IBM code contributions
14186
14187     It was brought to our attention that U-Boot contains code derived from the
14188     IBM OpenBIOS source code originally provided with some of the older PowerPC
14189     4xx development boards.  As a result, the original license of this code has
14190     been carried in the various files for a number of years in the U-Boot project.
14191
14192     IBM is dual-licensing the IBM code contributions already present in U-Boot
14193     under either the terms of the GNU General Public License version 2, or the
14194     original code license already present.
14195
14196     Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
14197
14198 commit cfd700be9f5ed289fd57a9bd61e266319badcb0d
14199 Author: Kumar Gala <galak@kernel.crashing.org>
14200 Date:   Wed Aug 5 09:03:54 2009 -0500
14201
14202     fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges
14203
14204     If the size of a region equal to 4G it can't be represnted in a 32-bit
14205     BAR so we should have marked that case as MEM64.
14206
14207     Additionally bump the number of inbound windows up to 4 to handle the
14208     fact that Freescale PPCs that have an implicit window for CCSRBAR.
14209
14210     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14211
14212 commit 59b4d7471c42e955bd9846892a0cc7478171778d
14213 Author: Wolfgang Denk <wd@denx.de>
14214 Date:   Thu Aug 6 21:29:59 2009 +0200
14215
14216     ARM EABI: add new helper functions resp. function names
14217
14218     The ARM EABI defines new names for GCC helper functions,
14219     and GCC seems to need some new functions as well.
14220
14221     This patch is a minimal-invasive approach to fix problems with EABI
14222     conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes").
14223
14224     Signed-off-by: Wolfgang Denk <wd@denx.de>
14225     Tested-by: Dirk Behme <dirk.behme@googlemail.com>
14226
14227 commit 197324d7d998a791e5137b8176981b4af25220ae
14228 Author: Peter Tyser <ptyser@xes-inc.com>
14229 Date:   Wed Aug 5 16:18:44 2009 -0500
14230
14231     hush: Fix bogus free() call
14232
14233     An off-by-one error in hush.c resulted in an unintentional free() call
14234     every time a command was executed
14235
14236     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14237
14238 commit ff27650bb255e2275a212357b78c3b77cbf1d2e9
14239 Author: Detlev Zundel <dzu@denx.de>
14240 Date:   Wed Aug 5 18:37:45 2009 +0200
14241
14242     digsy_mtc: Update default environment
14243
14244     Signed-off-by: Detlev Zundel <dzu@denx.de>
14245
14246 commit 0b40bd439a33bde9e3cccf1acb5744225d0c6103
14247 Author: Detlev Zundel <dzu@denx.de>
14248 Date:   Wed Aug 5 18:37:44 2009 +0200
14249
14250     digsy_mtc: Add delay in SPI transfers to the companion controller.
14251
14252     While at it, remove initialization of variables which will be set
14253     before usage in all cases.
14254
14255     Signed-off-by: Detlev Zundel <dzu@denx.de>
14256
14257 commit 0bf00750e082a004e5fb058925622ae72890cc56
14258 Author: Anatolij Gustschin <agust@denx.de>
14259 Date:   Wed Aug 5 18:37:43 2009 +0200
14260
14261     digsy_mtc: minor fixes for mtc command help
14262
14263     Add mtc state subcommand description to the
14264     help of mtc command.
14265
14266     Remove some newlines in description of commands
14267     for proper help formating.
14268
14269     Signed-off-by: Anatolij Gustschin <agust@denx.de>
14270
14271 commit 5cc69084189bf49aa99d13d57515be72d1844bdf
14272 Author: Grzegorz Bernacki <gjb@semihalf.com>
14273 Date:   Wed Aug 5 18:37:42 2009 +0200
14274
14275     digsy_mtc: Add mtc state command.
14276
14277     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
14278
14279 commit 716655288a53c95fad203ebf21d0b8ffdc2f7525
14280 Author: Wolfgang Denk <wd@denx.de>
14281 Date:   Tue Jul 28 22:35:39 2009 +0200
14282
14283     Partition support: remove newline from partition name
14284
14285     Remove bogus newline character that got added to the .name field of
14286     the disk_partition_t structure.
14287
14288     Signed-off-by: Wolfgang Denk <wd@denx.de>
14289
14290 commit 3f1649fb0dfb1e5c8890de154c332c394db5cdb5
14291 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
14292 Date:   Tue Jul 28 09:33:17 2009 +0200
14293
14294     Fix LZMA string.h header inclusion issue and remove unused variables.
14295
14296     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
14297
14298 commit 1c6232f1e2eae87e0e36d489611eb6891dff21e1
14299 Author: Jens Scharsig <esw@bus-elektronik.de>
14300 Date:   Mon Jul 27 15:28:42 2009 +0200
14301
14302     bus_vcxk.c: fix warning: unused variable 'lineptr'
14303
14304     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
14305
14306 commit 18304f7675e84252965b4e24cba279071f1da472
14307 Author: Mike Frysinger <vapier@gentoo.org>
14308 Date:   Fri Jul 24 17:51:27 2009 -0400
14309
14310     env: kill off default_environment_size
14311
14312     The only environment type that uses this variable is spi flash, and that is
14313     only because it is reimplementing the common set_default_env() function.
14314     So fix the spi flash code and kill off the default_environment_size in the
14315     process.
14316
14317     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14318
14319 commit bedd8403f77f790e9876578885eab1200ba2f8d8
14320 Author: Mike Frysinger <vapier@gentoo.org>
14321 Date:   Thu Jul 23 16:37:48 2009 -0400
14322
14323     export SPI functions to standalone apps
14324
14325     While we're here, fix the broken #ifdef handling in _exports.h.
14326
14327     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14328
14329 commit 3b9043a7c03290c9bdbef03848307263f5f3472c
14330 Author: Penda Naveen Kumar <pnaveen@ti.com>
14331 Date:   Fri Jul 31 00:06:36 2009 +0530
14332
14333     omap3: bug fix for NOR boot support
14334
14335     This patch provides bug fix, when omap3 uses nor boot.
14336
14337     Signed-off-by: Penda Naveen Kumar<pnaveen@ti.com>
14338     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
14339
14340 commit 61c68ae0b43bb5d6ab32958c45289aa197b1a2d1
14341 Author: Michael Evans <horse_dung@hotmail.com>
14342 Date:   Mon Jul 13 20:13:45 2009 +0100
14343
14344     Fix examples for OMAP3 boards...
14345
14346     The attached patch corrects an error in the examples/Makefile which
14347     causes the applications in the examples directory to hang on OMAP3
14348     based boards. The current Makefile sets -Ttext during linking to
14349     0x0c100000 which is outside of addressable SDRAM memory. The script
14350     corrects the existing ifeq...else...endif logic to look at the VENDOR
14351     tag rather than the CPU tag.
14352
14353     The patch affects the following configs: omap3_beagle_config,
14354     omap3_overo_config, omap3_evm_config, omap3_pandora_config,
14355     omap3_zoom1_config and omap3_zoom2_config.
14356
14357     Signed-off-by: Michael Evans <horse_dung@hotmail.com>
14358
14359     Edited commit message.
14360     Signed-off-by: Wolfgang Denk <wd@denx.de>
14361
14362 commit a3d1421dfd0bb1a729e171f8a093ac837f92cec6
14363 Author: Dirk Behme <dirk.behme@googlemail.com>
14364 Date:   Sat Aug 8 09:30:23 2009 +0200
14365
14366     omap3: use only fixed-size types inside ctrl_structs
14367
14368     replace variable types in ctrl_structs for omap3 by those with
14369     fixed size (u8, u16, u32).
14370     Additional ifndef-protection is needed by examples which do not
14371     compile when including asm/types.h
14372
14373     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
14374     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14375
14376 commit 894113529e3a04871544dde977d6d7adee05d3bf
14377 Author: Dirk Behme <dirk.behme@googlemail.com>
14378 Date:   Sat Aug 8 09:30:22 2009 +0200
14379
14380     omap3: replace all instances of gpmc config struct by one global
14381
14382     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
14383     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14384
14385 commit 97a099eaa48d5c762c4f73c52c3090c513b8b877
14386 Author: Dirk Behme <dirk.behme@googlemail.com>
14387 Date:   Sat Aug 8 09:30:21 2009 +0200
14388
14389     omap3: remove typedefs for configuration structs
14390
14391     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
14392     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14393
14394 commit aa0707897c49c330b7d6b8d8362e44f60f224732
14395 Author: Roy Zang <tie-fei.zang@freescale.com>
14396 Date:   Fri Jul 31 13:34:02 2009 +0800
14397
14398     Add Intel E1000 PCIE card support
14399
14400     Based on Intel PRO/1000 Network Driver 7.3.20-k2
14401       Add Intel E1000 PCIE card support. The following cards are added:
14402       INTEL_82571EB_COPPER
14403       INTEL_82571EB_FIBER,
14404       INTEL_82571EB_SERDES
14405       INTEL_82571EB_QUAD_COPPER
14406       INTEL_82571PT_QUAD_COPPER
14407       INTEL_82571EB_QUAD_FIBER
14408       INTEL_82571EB_QUAD_COPPER_LOWPROFILE
14409       INTEL_82571EB_SERDES_DUAL
14410       INTEL_82571EB_SERDES_QUAD
14411       INTEL_82572EI_COPPER
14412       INTEL_82572EI_FIBER
14413       INTEL_82572EI_SERDES
14414       INTEL_82572EI
14415       INTEL_82573E
14416       INTEL_82573E_IAMT
14417       INTEL_82573L
14418       INTEL_82546GB_QUAD_COPPER_KSP3
14419       INTEL_80003ES2LAN_COPPER_DPT
14420       INTEL_80003ES2LAN_SERDES_DPT
14421       INTEL_80003ES2LAN_COPPER_SPT
14422       INTEL_80003ES2LAN_SERDES_SPT
14423
14424      82571EB_COPPER dual ports,
14425      82572EI single port,
14426      82572EI_COPPER single port PCIE cards
14427      and
14428      82545EM_COPPER,
14429      82541GI_LF
14430      pci cards are tested on both  P2020 board
14431      and MPC8544DS board.
14432
14433      Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
14434
14435     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14436
14437 commit 86848a74c3c8eb2f8dd179d039ee604dc45288cf
14438 Author: Mike Frysinger <vapier@gentoo.org>
14439 Date:   Wed Jul 15 21:31:28 2009 -0400
14440
14441     net: sync env ethaddr to device enetaddr in eth_init()
14442
14443     In the previous enetaddr refactoring, the assumption with commit 56b555a644
14444     was that the eth layer would handle the env -> device enetaddr syncing.
14445     This was not the case as eth_initialize() is called only once and the sync
14446     occurs there.  So make sure the eth_init() function does the env -> device
14447     sync with every network init.
14448
14449     Reported-by: Andrzej Wolski <awolski@poczta.fm>
14450     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14451     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14452
14453 commit 0ebf04c607b54a352629dcf7e76b76f1785dae54
14454 Author: Robin Getz <rgetz@blackfin.uclinux.org>
14455 Date:   Thu Jul 23 03:01:03 2009 -0400
14456
14457     minor debug cleanups in ./net
14458
14459      Minor ./net cleanups - no functional changes
14460       - change #ifdef DEBUG printf(); #endif to just debug()
14461       - changed __FUNCTION__ to __func__
14462       - got rid of extra whitespace between function and opening brace
14463       - removed unnecessary braces on if statements
14464
14465      gcc dead code elimination should make this functionally/size equivalent
14466      when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
14467
14468      Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
14469
14470     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14471
14472 commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e
14473 Author: Matthias Ludwig <mludwig@ultratronik.de>
14474 Date:   Tue May 19 09:09:31 2009 +0200
14475
14476     omap3: embedd gpmc_cs into gpmc config struct
14477
14478     Embedd chip select configuration into struct for gpmc config
14479     instead of having it completely separated as suggested by
14480     Wolfgang Denk on
14481     http://lists.denx.de/pipermail/u-boot/2009-May/052247.html
14482
14483     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
14484
14485 commit 06bffc6ea52d4b390843d295d438b2037d12e5fd
14486 Author: David Brownell <david-b@pacbell.net>
14487 Date:   Thu Jul 16 18:40:55 2009 -0700
14488
14489     rm9200 lowevel_init: don't touch reserved/readonly registers
14490
14491     For some reason the AT91rm9200 lowlevel init writes to a bunch of
14492     reserved or read-only addresses.  All the boards seem to define the
14493     value-to-be-written values as zero ... but they shouldn't actually
14494     be writing *anything* there.
14495
14496     No documented erratum justifies these accesses.  It looks like maybe
14497     some pre-release BDI-2000 setup code has been carried along by cargo
14498     cult programming since at least late 2004 (per GIT history).
14499
14500     Here's a patch disabling what seems to be bogosity.  Tested on a
14501     csb337; there were no behavioral changes.
14502
14503     Signed-off-by: David Brownell <david-b@pacbell.net>
14504
14505     on RM9200ek
14506     Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14507
14508 commit 301b7db88fbdf7d118efb79b371b2527a2c31868
14509 Author: David Hunter <hunterd42@gmail.com>
14510 Date:   Thu Jul 30 14:32:49 2009 -0700
14511
14512     pxa: Fix typo in GCDR(x)
14513
14514     Fix a typo in the GCDR(x) macro. It's a good thing no one was using it.
14515
14516     Signed-off-by: David Hunter <hunterd42@gmail.com>
14517
14518 commit 3c448e648221879ae0e030e94508b4f9f63b7ab8
14519 Author: Eric Benard <eric@eukrea.com>
14520 Date:   Sat Jul 18 23:45:15 2009 +0200
14521
14522     Add AT91SAM9260 to at91's lowlevel_init.S
14523
14524     Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260.
14525
14526     Signed-off-by: Eric Benard <eric@eukrea.com>
14527
14528 commit 56bdfa961242fc6acaeebc800640a12b28db3899
14529 Author: Dirk Eibach <eibach@gdsys.de>
14530 Date:   Thu Jul 30 09:36:33 2009 +0200
14531
14532     ppc4xx: Remove check for PPC460EX from CompactCenter
14533
14534     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
14535     Signed-off-by: Stefan Roese <sr@denx.de>
14536
14537 commit c3fa4f0c8684c862ecd3fb622fab1e17e44e82e1
14538 Author: Stefan Roese <sr@denx.de>
14539 Date:   Wed Jul 29 08:46:10 2009 +0200
14540
14541     ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC Canyonlands
14542
14543     This patch is based on a diff created by Phong Vo from AMCC.
14544
14545     Signed-off-by: Phong Vo <pvo@amcc.com>
14546     Signed-off-by: Stefan Roese <sr@denx.de>
14547
14548 commit 89bcc4875007ef6608297dc11e7a0d1fbd9900d2
14549 Author: Stefan Roese <sr@denx.de>
14550 Date:   Wed Jul 29 08:45:27 2009 +0200
14551
14552     ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chips
14553
14554     This patch is based on a diff created by Phong Vo from AMCC.
14555
14556     Signed-off-by: Phong Vo <pvo@amcc.com>
14557     Signed-off-by: Stefan Roese <sr@denx.de>
14558
14559 commit 82a7edc7ea8f5fe55fed4ff7e127469569e539c4
14560 Author: Stefan Roese <sr@denx.de>
14561 Date:   Tue Jul 28 15:12:04 2009 +0200
14562
14563     ppc4xx: Canyonlands-NAND-boot: Support 2 Crucial 512MByte SODIMM's
14564
14565     Some Canyonlands boards are equipped with different SODIMM's. This is no
14566     problem with the "normal" NOR booting Canyonlands U-Boot, since it
14567     automatically detects the SODIMM's via SPD data and correctly configures
14568     them. But the NAND booting version is different. Here we only have 4k
14569     of image size to completely setup the hardware, including DDR2 setup.
14570     So we need to use a fixed DDR2 setup here. This doesn't work for different
14571     SODIMM's right now.
14572
14573     Currently only this Crucial SODIMM is support:
14574     CT6464AC667.8FB (dual ranked)
14575
14576     Now some boards are shipped with this SODIMM:
14577     CT6464AC667.4FE (single ranked)
14578
14579     This patch now supports both SODIMM's by configuring first for the dual
14580     ranked DIMM. A quick shows, if this module is really installed. If this test
14581     fails, the DDR2 controller is re-configured for the single
14582     ranked SODIMM.
14583
14584     Tested with those SODIMM's:
14585
14586     CT6464AC667.8FB (dual ranked)
14587     CT6464AC667.4FE (single ranked)
14588
14589     Signed-off-by: Stefan Roese <sr@denx.de>
14590
14591 commit 27dd5f8e1062684f1ba685760409d9b2ab6691bf
14592 Author: Stefan Roese <sr@denx.de>
14593 Date:   Tue Jul 28 10:56:03 2009 +0200
14594
14595     ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
14596
14597     This patch moves the load addresses for kernel, fdt and ramdisk to higher
14598     addresses (>= 16MB). This enables booting of bigger kernel images (e.g.
14599     lockdep enabled).
14600
14601     Signed-off-by: Stefan Roese <sr@denx.de>
14602
14603 commit 6942efc2be1b90054fa4afa5cda7023469fe08b9
14604 Author: Stefan Roese <sr@denx.de>
14605 Date:   Tue Jul 28 10:50:32 2009 +0200
14606
14607     ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB for big kernels
14608
14609     This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the
14610     initial TLB on 40x PPC's in the Linux kernel. With this change even bigger
14611     Linux kernels (> 8MB) can be booted.
14612
14613     This patch also sets CONFIG_SYS_BOOTM_LEN to 16MB (default 8MB) to enable
14614     decompression of bigger images.
14615
14616     Signed-off-by: Stefan Roese <sr@denx.de>
14617
14618 commit 901be89a27e11b2627c132ee87c7761bd6886091
14619 Author: Heiko Schocher <hs@denx.de>
14620 Date:   Tue Jul 28 14:53:44 2009 +0200
14621
14622     83xx, kmeter1, fix: update in the DTS the correct size for the first flash
14623
14624     When updating the "reg" in the "/localbus/flash@f0000000,0" node
14625     size was wrong updated for the first flash, because the total
14626     size was filled in, instead of the right size for it.
14627
14628     Signed-off-by: Heiko Schocher <hs@denx.de>
14629     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14630
14631 commit 4c2e3da82dc2b7f8b39b7f1d57f570e4bc5caa6d
14632 Author: Kumar Gala <kumar.gala@freescale.com>
14633 Date:   Tue Jul 28 21:49:52 2009 -0500
14634
14635     Update Freescale copyrights to remove "All Rights Reserved"
14636
14637     "All Rights Reserved" conflicts with the GPL.
14638
14639     Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
14640
14641 commit bb4291e62579dbc611e84eaaf973631e0bf129c7
14642 Author: Alessandro Rubini <rubini@unipv.it>
14643 Date:   Fri Jul 24 11:27:14 2009 +0200
14644
14645     arm nomadik: add i2c
14646
14647     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
14648     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
14649     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14650
14651 commit 60cbfbfd0fbebb4682f10ba96f622bfe17317598
14652 Author: Alessandro Rubini <rubini@unipv.it>
14653 Date:   Fri Jul 24 11:27:03 2009 +0200
14654
14655     arm nomadik: add gpio support
14656
14657     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
14658     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
14659     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14660
14661 commit 549b98306d897ae5991362d6096a36df50efe686
14662 Author: Tom Rix <Tom.Rix@windriver.com>
14663 Date:   Sun Jun 28 12:52:32 2009 -0500
14664
14665     OMAP3 Remove twl4030 defines
14666
14667     These defines have been subplanted by the equivelent defines in
14668     include/twl4030.h
14669
14670     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
14671     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14672     Acked-by: Heiko Schocher <hs@denx.de>
14673
14674 commit fccc0fcaaae5154612f8259365d26d04f204859f
14675 Author: Tom Rix <Tom.Rix@windriver.com>
14676 Date:   Sun Jun 28 12:52:31 2009 -0500
14677
14678     OMAP3 Move twl4030 mmc function
14679
14680     Because twl4030 now has its own device files, move and rename
14681     twl4030_mmc_config.
14682
14683     twl4030_mmc_config initializes the twl4030 power setting to
14684     the mmc device.  Because it is in the twl4030 power domain, move
14685     it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
14686
14687     The function was renamed to twl4030_power_mmc_init because all
14688     the functions in this file are to have the format
14689
14690     twl4030_power_<device>_<action>
14691
14692     In this case the suffix is mmc_init so
14693     device : mmc
14694     action : init
14695
14696     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
14697     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14698     Acked-by: Heiko Schocher <hs@denx.de>
14699
14700 commit 2c15513010493435c78f83202940ac3be11de2c3
14701 Author: Tom Rix <Tom.Rix@windriver.com>
14702 Date:   Sun Jun 28 12:52:30 2009 -0500
14703
14704     OMAP3 Move twl4030 power and led functions
14705
14706     Because twl4030 now has its own device files, move exiting
14707     omap3 power_init_r to a new location.
14708
14709     power_init_r is the only function in board/omap3/common.
14710     It initializes the twl4030 power for the board and enables
14711     the led.
14712
14713     The power part of the the function is moved to twl4030_power_init in
14714     drivers/power/twl4030.c The power compilation is conditional on the
14715     existing config variable CONFIG_TWL4030_POWER.
14716
14717     The led part is moved to twl4030_led_init in the new file
14718     drivers/misc/twl4030_led.c  The led compilation is conditional on
14719     the new config variable CONFIG_TWL4030_LED
14720
14721     The directory board/omap3/common was removed because power_init_r
14722     was the only function in it.
14723
14724     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
14725     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14726     Acked-by: Heiko Schocher <hs@denx.de>
14727
14728 commit 3cb7a4805fc8fb4c09e4801e1c7d531186f20190
14729 Author: Wolfgang Denk <wd@denx.de>
14730 Date:   Tue Jul 28 22:13:52 2009 +0200
14731
14732     TQM8xx* boards: set larger SMC Rx buffer len
14733
14734     Commit 2b3f12c2 added support for configurable SMC Rx buffer length on
14735     8xx systems. Enable this feature on TQM8xx* based boards.
14736
14737     This fixes the problem that pasting text in the middle of a line
14738     (i. e. inserting in edit mode) did not work - only the first two
14739     characters got inserted, the rest was lost.
14740
14741     Signed-off-by: Wolfgang Denk <wd@denx.de>
14742
14743 commit 4b7511478b62a539e5b066d19a986b75e5d9a527
14744 Author: Wolfgang Denk <wd@denx.de>
14745 Date:   Tue Jul 28 22:07:37 2009 +0200
14746
14747     Fix ext2load return code
14748
14749     Make the ext2load command return 0 on success (instead of the file
14750     length).
14751
14752     Also fix output format (get rid of random newlines) and some coding
14753     style issues (long lines etc.).
14754
14755     Signed-off-by: Wolfgang Denk <wd@denx.de>
14756
14757 commit 56fdaadc124a8ef9ec0fd8ff578233ec3b1137be
14758 Author: Weirich, Bernhard <Bernhard.Weirich@riedel.net>
14759 Date:   Wed Jun 10 14:00:37 2009 +0200
14760
14761     ext2: fix inode size and calculations
14762
14763     Signed-off-by: unsik Kim <donari75@gmail.com>
14764     Signed-off-by: Bernhard Weirich <bernhard.weirich@riedel.net>
14765     Signed-off-by: Wolfgang Denk <wd@denx.de>
14766     Tested-by: Wolfgang Denk <wd@denx.de>
14767
14768 commit cd7826359ee71e8f6f3d68331930ab9cbe1c990e
14769 Author: Tom Rix <Tom.Rix@windriver.com>
14770 Date:   Sun Jun 28 12:52:29 2009 -0500
14771
14772     TWL4030 Add power reset button
14773
14774     The Zoom2 power reset button is on the top right side of the
14775     main board.  Press and hold for about to 8 seconds to completely
14776     reset the board.
14777
14778     Some of the beta boards have a hardware problem that prevents
14779     using this feature.  If is difficult to further characterize the
14780     boards that fail.  So disable resetting for all beta boards.
14781
14782     The Zoom1 reset button is the red circle on the top right,
14783     front of the board.  Press and hold the button for 8 seconds to
14784     completely reset the board.
14785
14786     After analyzing beagle, it was determined that other boards
14787     that use the twl4030 for power managment can also make use
14788     this function.
14789
14790     The resetting is done by the power management part of the twl4030.
14791     Since there is no existing drivers/power, add one.
14792
14793     The compilation of power/twl4030.h is controlled by the config
14794     variable CONFIG_TWL4030_POWER
14795
14796     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
14797     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14798     Acked-by: Heiko Schocher <hs@denx.de>
14799
14800 commit 8966eb4c1c2d894b2a76174ba904c26c5af815b8
14801 Author: Tom Rix <Tom.Rix@windriver.com>
14802 Date:   Sun Jun 28 12:52:28 2009 -0500
14803
14804     TWL4030 Add initial support
14805
14806     The TWL4030 supplies many peripherals for OMAP3 boards. These include
14807     power management, usb and, keyboard.
14808
14809     The product description is found here:
14810
14811     http://focus.ti.com/docs/prod/folders/print/tps65950.html
14812
14813     Product reference document, tps65950.pdf, is found here:
14814
14815     http://www.ti.com/lit/gpn/tps65950
14816
14817     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
14818     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14819     Acked-by: Heiko Schocher <hs@denx.de>
14820
14821 commit 7f79dfb48b7419d5caa1cf932fcff4e2fb7040af
14822 Author: Tom Rix <Tom.Rix@windriver.com>
14823 Date:   Sun Jun 28 12:52:27 2009 -0500
14824
14825     OMAP I2C Fix the sampling clock.
14826
14827     This problem is seen on Zoom1 and Zoom2 in the startup and
14828     when i2c probe is used
14829
14830     Before :
14831
14832     In:    serial
14833     Out:   serial
14834     Err:   serial
14835     timed out in wait_for_bb: I2C_STAT=1000
14836     timed out in wait_for_bb: I2C_STAT=1000
14837     timed out in wait_for_bb: I2C_STAT=1000
14838     timed out in wait_for_pin: I2C_STAT=1000
14839     I2C read: I/O error
14840     timed out in wait_for_bb: I2C_STAT=1000
14841     timed out in wait_for_bb: I2C_STAT=1000
14842     Die ID #327c00020000000004013ddd05026013
14843     Hit any key to stop autoboot:  0
14844     OMAP3 Zoom1# i2c probe
14845     Valid chip addresses:timed out in wait_for_bb: I2C_STAT=1000
14846      02 03 04 05 06 07 08 09 0A 0B 0C 0D <snip>
14847
14848     After :
14849
14850     In:    serial
14851     Out:   serial
14852     Err:   serial
14853     Die ID #327c00020000000004013ddd05026013
14854     Hit any key to stop autoboot:  0
14855     OMAP3 Zoom1# i2c probe
14856     Valid chip addresses: 48 49 4A 4B
14857
14858     The addresses are for the twl4030.
14859
14860     The prescalar that converts the function clock to the sampling
14861     clock is hardcoded to 0.  The reference manual recommends 7
14862     if the function clock is 96MHz.
14863
14864     Instead of just changing the hardcoded values, the prescalar
14865     is calculated from the value I2C_IP_CLK.
14866
14867     The i2c #defines are in kHz.  The speed passed into the
14868     i2c init routine is in Hz.  To be consistent, change the
14869     defines to be in Hz.
14870
14871     The timing calculations are based on what is done in the
14872     linux 2.6.30 kernel in drivers/i2c/buses/i2c_omap.c as
14873     apposed to what is done in TRM.
14874
14875     The major variables in the timing caculations are
14876     specified as #defines that can be overriden as required.
14877
14878     The variables and their defaults are
14879
14880     I2C_IP_CLK                          SYSTEM_CLOCK_96
14881     I2C_INTERNAL_SAMPLING_CLK           19200000
14882     I2C_FASTSPEED_SCLL_TRIM                     6
14883     I2C_FASTSPEED_SCLH_TRIM                     6
14884     I2C_HIGHSPEED_PHASE_ONE_SCLL_TRIM   I2C_FASTSPEED_SCLL_TRIM
14885     I2C_HIGHSPEED_PHASE_ONE_SCLH_TRIM   I2C_FASTSPEED_SCLH_TRIM
14886     I2C_HIGHSPEED_PHASE_TWO_SCLL_TRIM   I2C_FASTSPEED_SCLL_TRIM
14887     I2C_HIGHSPEED_PHASE_TWO_SCLH                I2C_FASTSPEED_SCLH_TRIM
14888
14889     This was runtime verified on Zoom1, Zoom2, Beagle and Overo.
14890     The 400kHz and 3.4M cases were verifed on test Zoom1,
14891     Zoom2, Beagle and Overo configurations.
14892
14893     Testing for omap2 will be done in a second step as Nishanth
14894     and Jean-Christophe commented.
14895
14896     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
14897     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14898     Acked-by: Heiko Schocher <hs@denx.de>
14899
14900 commit 4ce5a72851ff2960543b125866c6132e0094e1ee
14901 Author: Heiko Schocher <hs@denx.de>
14902 Date:   Mon Jul 20 09:59:37 2009 +0200
14903
14904     arm, i2c: added support for the TWSI I2C Interface
14905
14906     Signed-off-by: Heiko Schocher <hs@denx.de>
14907
14908 commit 042d01c72e0ea95731708dd24bb8b6cf42e75c80
14909 Author: Stefan Roese <sr@denx.de>
14910 Date:   Mon Jul 27 09:13:38 2009 +0200
14911
14912     ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup
14913
14914     This patch fixes the problem, that the current fdt board fixup code only
14915     set's one range, the one for NOR. By this it's overwriting the already
14916     correctly configured values done in __ft_board_setup(). Just remove this
14917     now unneeded NOR fixup and all the ranges are correctly defined.
14918
14919     Signed-off-by: Stefan Roese <sr@denx.de>
14920     Cc: Dirk Eibach <eibach@gdsys.de>
14921     Cc: Felix Radensky <felix@embedded-sol.com>
14922
14923 commit 11a1604f8d0a8d936b42f6435d004b4aa33a5d87
14924 Author: Stefan Roese <sr@denx.de>
14925 Date:   Mon Jul 27 07:42:48 2009 +0200
14926
14927     ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd
14928
14929     This patch adds some I2C bootstrap setting for NAND booting to the Kilauea
14930     chip_config command ("533-nand" and "600-nand").
14931
14932     Additionally some incorrectly indented lines are fixed.
14933
14934     Signed-off-by: Stefan Roese <sr@denx.de>
14935
14936 commit 5b34691ff87821891375b28ec5bcf5154575a735
14937 Author: Stefan Roese <sr@denx.de>
14938 Date:   Mon Jul 27 07:42:37 2009 +0200
14939
14940     ppc4xx: Kilauea: Fix SDRAM init in NAND booting version
14941
14942     DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx
14943     targets. Otherwise the configured fixed init values for some DDR2
14944     controller registers (e.g. RQDC) are not initialized at all resulting
14945     in a non working SDRAM.
14946
14947     Signed-off-by: Stefan Roese <sr@denx.de>
14948
14949 commit f3ed3c9b7441cde936d06a1ff7b1490ff0d600e6
14950 Author: Stefan Roese <sr@denx.de>
14951 Date:   Mon Jul 27 10:53:43 2009 +0200
14952
14953     ppc4xx: Fix Arches DDR2 initialization
14954
14955     Testing on AMCC Arches with the latest U-Boot version yielded that DDR2
14956     initialization is currently broken. U-Boot hangs upon relocation to SDRAM
14957     or crashes with random traps. This patch fixes this problem. Arches now
14958     uses a different WRDTR and CLKTR default setting than Canyonlands/Glacier.
14959
14960     Signed-off-by: Stefan Roese <sr@denx.de>
14961
14962 commit ab4c62c1ba788bf7f673a985d99a76d9c2fd7eca
14963 Author: Dirk Eibach <eibach@gdsys.de>
14964 Date:   Mon Jul 27 08:49:48 2009 +0200
14965
14966     ppc4xx: Add GDsys CompactCenter board support.
14967
14968     Board support for the Guntermann & Drunck CompactCenter and
14969     DevCon-Center.
14970     Based on the AMCC Canyonlands board support by Stefan Roese.
14971
14972     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
14973     Signed-off-by: Stefan Roese <sr@denx.de>
14974
14975 commit c2e49f706ba13213f3c8da3a33e88010214e1997
14976 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
14977 Date:   Sat Jul 25 06:19:12 2009 +0200
14978
14979     mpc83xx: Add esd VME8349 board support
14980
14981     This patch adds support for the esd VME8349 board equipped with the
14982     MPC8349. It's a VME PMC carrier board equipped with the Tundra
14983     TSI148 VME-bridge.
14984
14985     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
14986     Signed-off-by: Stefan Roese <sr@denx.de>
14987     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14988
14989 commit fe613cdd4eb2c5b257a60d8dfb7759742318c28a
14990 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14991 Date:   Thu Jul 23 17:10:55 2009 -0400
14992
14993     sbc8349: combine HRCW flash and u-boot image flash
14994
14995     Up to this point in time, the sbc8349 board was storing the u-boot
14996     image in flash 2x.  One for the HRCW value at the beginning of
14997     flash (0xff80_0000), and once close to the end of flash (0xfff8_0000)
14998     for the actual image that got executed.
14999
15000     This moves the TEXT_BASE to be the beginning of flash, which makes
15001     the second copy of the image redundant, and frees up the flash
15002     from the end of the environment storage to the end of the flash
15003     device itself.
15004
15005     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15006     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15007
15008 commit be9b56df02168ca97562d6b9ec791136e4cd925a
15009 Author: Kim Phillips <kim.phillips@freescale.com>
15010 Date:   Thu Jul 23 14:09:38 2009 -0500
15011
15012     mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former
15013
15014     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15015
15016 commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69
15017 Author: Wolfgang Denk <wd@denx.de>
15018 Date:   Mon Jul 27 10:37:37 2009 +0200
15019
15020     Prepare 2009.08-rc1 (again, after fixing last minute issues).
15021
15022     Update CHANGELOG
15023
15024     Signed-off-by: Wolfgang Denk <wd@denx.de>
15025
15026 commit 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3
15027 Author: Wolfgang Denk <wd@denx.de>
15028 Date:   Mon Jul 27 10:06:39 2009 +0200
15029
15030     cpu/arm920t/start.S: include <common.h> to have ROUND() defined
15031
15032     Commit fcd3c87e made include/common.h usable by assembler code but
15033     failed to update cpu/arm920t/start.S
15034
15035     Signed-off-by: Wolfgang Denk <wd@denx.de>
15036
15037 commit c9ed38cb6de50fdb4aaa60b668c555002903b211
15038 Author: Wolfgang Denk <wd@denx.de>
15039 Date:   Mon Jul 27 10:01:11 2009 +0200
15040
15041     at91cap9adk: fix #ifdef/#endif pairing (2nd try)
15042
15043     Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in
15044     include/configs/at91cap9adk.h, but did not cate all problems.
15045
15046     Signed-off-by: Wolfgang Denk <wd@denx.de>
15047
15048 commit fb364bec5f29164d3ee681fcd9d187be8435db12
15049 Author: Wolfgang Denk <wd@denx.de>
15050 Date:   Mon Jul 27 09:58:14 2009 +0200
15051
15052     Fix include/common.h for boards with CONFIG_STATUS_LED
15053
15054     The reordering of include/common.h by commit fcd3c87e495f3c48 broke
15055     boards with status LED support, resulting in
15056         error: #error Status LED configuration missing
15057     errors. Undo this reordering to avoid this issue.
15058
15059     Signed-off-by: Wolfgang Denk <wd@denx.de>
15060
15061 commit 942828a0980b3cea7db698784cc7f6a3e7740b2b
15062 Author: Wolfgang Denk <wd@denx.de>
15063 Date:   Mon Jul 27 09:19:15 2009 +0200
15064
15065     ABI: fix build problems due to now needed div64 routine.
15066
15067     Signed-off-by: Wolfgang Denk <wd@denx.de>
15068
15069 commit 85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb
15070 Author: Wolfgang Denk <wd@denx.de>
15071 Date:   Mon Jul 27 08:50:59 2009 +0200
15072
15073     PMC405DE: fix out of tree building
15074
15075     Signed-off-by: Wolfgang Denk <wd@denx.de>
15076
15077 commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff
15078 Author: Wolfgang Denk <wd@denx.de>
15079 Date:   Mon Jul 27 00:24:55 2009 +0200
15080
15081     Prepare 2009.08-rc1
15082
15083     Update CHANGELOG, minor coding style fix.
15084
15085     Signed-off-by: Wolfgang Denk <wd@denx.de>
15086
15087 commit fafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22
15088 Author: rhabarber1848@web.de <rhabarber1848@web.de>
15089 Date:   Fri Jul 24 08:16:30 2009 +0200
15090
15091     add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines
15092
15093     Signed-off-by: rhabarber1848@web.de
15094
15095 commit 3c972849f2becbf19c13a24f090d293f37ecf616
15096 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
15097 Date:   Thu Jul 23 23:31:58 2009 +0200
15098
15099     Less verbose output when loading vxworks 6.x images
15100
15101     Loading vxWorks 5.x images resulted just into 3 or 4 lines of output.
15102     With vxWorks 6.x and the new GCC it emits about 30 lines, which is
15103     far too noisy in my opinion.
15104
15105     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
15106
15107 commit fcd3c87e495f3c48b70c919869fb1e0b93d4880b
15108 Author: Wolfgang Denk <wd@denx.de>
15109 Date:   Fri Jul 24 00:17:48 2009 +0200
15110
15111     Make include/common.h usable by assembler code
15112
15113     Commit 70ebf316 factored out the ROUND() macro into include/common.h,
15114     not realizing that the primary use of this macro on AT91 systems was
15115     in start.S where common.h was not included, and could not be included
15116     because it contains a lot of C code which the assembler doesn't
15117     understand.
15118
15119     This patch wraps such code in common.h in a "#ifndef __ASSEMBLY__"
15120     construct, and then adds an include to cpu/arm926ejs/start.S thus
15121     solving the problem.
15122
15123     Signed-off-by: Wolfgang Denk <wd@denx.de>
15124
15125 commit deec15b3064d3bb0189aede3c2921fd7ee401a0f
15126 Author: Heiko Schocher <heiko.schocher@invitel.hu>
15127 Date:   Thu Jul 23 13:27:04 2009 +0200
15128
15129     arm: add _lshrdi3.S
15130
15131     Signed-off-by: Heiko Schocher <hs@denx.de>
15132
15133 commit 52b1bf2c5cd2f8af880dab503d0039b35570665b
15134 Author: Wolfgang Denk <wd@denx.de>
15135 Date:   Thu Jul 23 13:15:59 2009 +0200
15136
15137     Make linking against libgcc configurable
15138
15139     Many (especially ARM) tool chains seem to come with broken or
15140     otherwise unusable (for the purposes of builing U-Boot) run-time
15141     support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC"
15142     setting we allow to use alternative libraries instead.
15143
15144     "USE_PRIVATE_LIBGCC" can either be set as an environment variable in
15145     the shell, or as a command line argument when running "make", i. e.
15146         $ make USE_PRIVATE_LIBGCC=yes
15147     or
15148         $ USE_PRIVATE_LIBGCC=yes
15149         $ export USE_PRIVATE_LIBGCC
15150         $ make
15151
15152     The value of "USE_PRIVATE_LIBGCC" is the name of the directory which
15153     contains the alternative run-time support library `libgcc.a'. The
15154     special value "yes" selects the directory $(OBJTREE)/lib_$(ARCH) .
15155
15156     Note that not all architectures provide an alternative `libgcc.a' in
15157     their lib_$(ARCH) directories - so far, only ARM does.
15158
15159     Signed-off-by: Wolfgang Denk <wd@denx.de>
15160     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15161     Cc: Prafulla Wadaskar <prafulla@marvell.com>
15162     cc: Stefan Roese <sr@denx.de>
15163
15164 commit 479105065d965121f57b55dcfe83a940cba46ac1
15165 Author: Dirk Behme <dirk.behme@googlemail.com>
15166 Date:   Wed Jul 22 17:51:56 2009 +0200
15167
15168     Use do_div from div64.h for vsprintf
15169
15170     Use do_div from div64.h for vsprintf in case of 64bit division.
15171     For 32bit division, do_div from div64.h can't be used as it
15172     needs a 64bit parameter.
15173
15174     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15175     Acked-by: Stefan Roese <sr@denx.de>
15176     CC: Simon Kagstrom <simon.kagstrom@netinsight.net>
15177
15178 commit 48287792384a93d77d43aaaa1c06cac275bbe1bb
15179 Author: Kyungmin Park <kmpark@infradead.org>
15180 Date:   Mon Jul 20 09:47:47 2009 +0900
15181
15182     Fix compiler warnings after loff_t change
15183
15184     Now 'env_addr' type is loff_t so use correct field type.
15185
15186     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
15187
15188 commit 9c67352f727a5b5eff531c852f9cff59fcb17f7f
15189 Author: Wolfgang Denk <wd@denx.de>
15190 Date:   Sun Jul 26 23:28:02 2009 +0200
15191
15192     Revert "ppc: Unlock cache-as-ram in a consistent manner"
15193
15194     This reverts commit 982adfc610669482a32127282fe489857a92cfe3.
15195
15196     This patch causes problems on MPC83xx boards - flash recognition stops
15197     working.
15198
15199     Signed-off-by: Wolfgang Denk <wd@denx.de>
15200
15201 commit 35cf3b57eafe3ee1f693e24267e0ecfefab60251
15202 Author: Jens Scharsig <esw@bus-elektronik.de>
15203 Date:   Fri Jul 24 10:31:48 2009 +0200
15204
15205     update the EB+MCF-EV123 board support
15206
15207     This patch updates the support for EB+MCF-EV123 board and needs
15208     the [PATCH 1/2 V3] new video driver for bus vcxk framebuffers
15209
15210     * remove the board framebuffer driver
15211     * use the common bus_vcxk framebuffer driver
15212     * adds bmp support
15213     * adds splashimage support
15214     * fix serveral cosmetical errors
15215
15216     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
15217     [agust@denx.de: fixed some style issues before applying]
15218     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15219
15220 commit 04538cdb752eeea8fd23cf7ac3394439f189fb77
15221 Author: Anatolij Gustschin <agust@denx.de>
15222 Date:   Sun Jul 26 12:05:25 2009 +0200
15223
15224     video: bus_vcxk.c: fix style issues added by 50217dee
15225
15226     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15227
15228 commit 50217deeb07911d686790d34d468eb9a5245f68d
15229 Author: Jens Scharsig <esw@bus-elektronik.de>
15230 Date:   Fri Jul 24 10:09:02 2009 +0200
15231
15232     new video driver for bus vcxk framebuffers
15233
15234     This patch adds a new video driver
15235
15236     * adds common bus_vcxk framebuffer driver
15237
15238     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
15239     [agust@denx.de: fixed lots of style issues before applying]
15240     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15241
15242 commit 60e97419246d0a3615758ad6af40680aefb5f7f1
15243 Author: Alessandro Rubini <rubini@gnudd.com>
15244 Date:   Tue Jul 21 14:09:45 2009 +0200
15245
15246     lcd.h: define extern vidinfo_t for all cases
15247
15248     include/lcd.h has different vidinfo for different platforms,
15249     and several extern declaration, but one for the default case was
15250     missing. This makes them a single extern declaration for everyone.
15251
15252     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
15253
15254 commit bcf0b5248952c6b03081dc5cc4ff9e0b2299c5fa
15255 Author: Anatolij Gustschin <agust@denx.de>
15256 Date:   Sun Jul 26 11:04:59 2009 +0200
15257
15258     mimc200.c: fix too long lines added by f68378d6
15259
15260     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15261
15262 commit f68378d60a905d43155f2e89bf81999d3c93a90a
15263 Author: Mark Jackson <mpfj-list@mimc.co.uk>
15264 Date:   Tue Jul 21 11:35:22 2009 +0100
15265
15266     Add LCD support to MIMC200 board
15267
15268     This patch updates the MIMC200 files to enable the LCD.
15269
15270     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
15271
15272 commit 69f32e6c24d41fcdf347ff64e9c13b25059ace58
15273 Author: Mark Jackson <mpfj-list@mimc.co.uk>
15274 Date:   Tue Jul 21 11:18:44 2009 +0100
15275
15276     Add 16bit colour support in lcd.h
15277
15278     This patch adds support for LCD_COLOR16 in include/lcd.h.
15279
15280     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
15281
15282 commit bdc873ea063b8cc6d44c6ab748b7723a97d8d7b3
15283 Author: Anatolij Gustschin <agust@denx.de>
15284 Date:   Sun Jul 26 10:34:58 2009 +0200
15285
15286     lib_avr32/board.c: fix too long line added by 716ece1d
15287
15288     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15289
15290 commit 716ece1de9a7d43a61d8698ac41b71b64f66f9e9
15291 Author: Mark Jackson <mpfj-list@mimc.co.uk>
15292 Date:   Tue Jul 21 11:11:37 2009 +0100
15293
15294     Add AVR32 LCD support
15295
15296     This patch adds support for the AVR32 LCD controller.  This patch is
15297     based off the latest u-boot-video.
15298
15299     A quick summary of what's going on:-
15300
15301     Enable LCDC pixel clock
15302     Enable LCDC port pins
15303     Add framebuffer pointer to global_data struct
15304     Allocate framebuffer
15305
15306     To use the new code, update your board config to include something like
15307     this:-
15308
15309     #define CONFIG_LCD                  1
15310
15311     #if defined(CONFIG_LCD)
15312     #define CONFIG_CMD_BMP
15313     #define CONFIG_ATMEL_LCD            1
15314     #define LCD_BPP                             LCD_COLOR16
15315     #define CONFIG_BMP_16BPP            1
15316     #define CONFIG_FB_ADDR                      0x10600000
15317     #define CONFIG_WHITE_ON_BLACK               1
15318     #define CONFIG_VIDEO_BMP_GZIP               1
15319     #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE              262144
15320     #define CONFIG_ATMEL_LCD_BGR555             1
15321     #define CONFIG_SYS_CONSOLE_IS_IN_ENV        1
15322     #define CONFIG_SPLASH_SCREEN                1
15323     #endif
15324
15325     The standard U-Boot BMP and Splash-screen features should just work.
15326
15327     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
15328     [agust@denx.de: fixed some style issues]
15329     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15330
15331 commit 6111722a9281c6e04a7304d502556afff6a5a1f8
15332 Author: Alessandro Rubini <rubini@gnudd.com>
15333 Date:   Sun Jul 19 17:52:27 2009 +0200
15334
15335     video: move extern declarations from C to headers
15336
15337     This moves some extern declaration from lcd.c to lcd.h, removing
15338     unneeded ifdef around a pair of them.  Additionally, since
15339     gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I
15340     removed the static.  The extra "#include <lcd.h>" in cmd_bmp.c is
15341     added to ensure the header is consistent with the source.
15342
15343     This has been compile-tested on both ARM (at91 boards) and PowerPC
15344     (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use
15345     combinations.
15346
15347     Signed-off-by: Alessandro Rubini <rubini@gnudd.it>
15348     [agust@denx.de: removed gunzip_bmp() fixes as commit c01171ea did it]
15349     Signed-off-by: Anatolij Gustschin <agust@denx.de>
15350
15351 commit f51e001143c58447eb50e7aefa2b09eb4cc1410c
15352 Author: Mike Frysinger <vapier@gentoo.org>
15353 Date:   Thu Jul 23 16:26:58 2009 -0400
15354
15355     Blackfin: restore EVT1 handling in linker script
15356
15357     Sadly, the Blackfin linker script unification lost a small #ifdef logic
15358     needed on older parts.  Restore that CONFIG_BFIN_BOOTROM_USES_EVT1 logic.
15359
15360     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15361
15362 commit f33b325af666b12eafa9ab235b2cd59832d6e51c
15363 Author: Wolfgang Denk <wd@denx.de>
15364 Date:   Fri Jul 24 14:24:07 2009 +0200
15365
15366     Revert "zlib: updated to v.1.2.3"
15367
15368     This reverts commit b201171f2b4d509f3ad510b214bee70ff902e3d6.
15369
15370     The commit caused problems for example when unpacking kernel images:
15371
15372            Uncompressing Kernel Image ... Error: inflate() returned -2
15373            GUNZIP: uncompress, out-of-mem or overwrite error - must
15374            RESET board to recover
15375
15376     Conflicts:
15377
15378         include/u-boot/zlib.h
15379         lib_generic/zlib.c
15380
15381     Signed-off-by: Wolfgang Denk <wd@denx.de>
15382
15383 commit 4b1389e0ceb19e9b50b96fd3908483a6c2274fb0
15384 Author: Stefan Roese <sr@denx.de>
15385 Date:   Tue Jul 21 14:06:29 2009 +0200
15386
15387     ppc4xx: Add chip_config command to AMCC Kilauea eval board
15388
15389     This patch removes the "alterpll" command and replaces it with the now
15390     ppc4xx standard "chip_config" command to configure the I2C bootstrap
15391     EEPROM.
15392
15393     Signed-off-by: Stefan Roese <sr@denx.de>
15394
15395 commit f6af8ce0c80327cb6aaa347642026ad838335c23
15396 Author: Stefan Roese <sr@denx.de>
15397 Date:   Tue Jul 21 14:33:52 2009 +0200
15398
15399     ppc4xx: Fix EEPROM configuration on Kilauea
15400
15401     Kilauea has an AT24C02 EEPROM which has an 8 byte page. Without defining
15402     CONFIG_SYS_EEPROM_PAGE_WRITE_BITS to 3 the "eeprom" command doesn't
15403     work correctly.
15404
15405     Additionally the page write delay (CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS)
15406     is set to a more defensive value of 10ms.
15407
15408     Signed-off-by: Stefan Roese <sr@denx.de>
15409
15410 commit 99d8b23bc7e2be04fcbf49c5cec9f5ae76df290c
15411 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
15412 Date:   Wed Jul 22 13:56:21 2009 +0200
15413
15414     ppc4xx: Add 405EP based PMC405DE board
15415
15416     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
15417     Signed-off-by: Stefan Roese <sr@denx.de>
15418
15419 commit da799f66ad1d4fc36dd20cc2d7e584493fda8546
15420 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
15421 Date:   Mon Jul 20 12:15:38 2009 +0200
15422
15423     ppc4xx: Add struct for 4xx GPIO controller registers
15424
15425     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
15426     Signed-off-by: Stefan Roese <sr@denx.de>
15427
15428 commit 58ea142fb2e969f32306c8da1dabfaebd6fa141a
15429 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
15430 Date:   Wed Jul 22 17:27:56 2009 +0200
15431
15432     ppc4xx: Replace 4xx lowercase SPR references
15433
15434     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
15435     Signed-off-by: Stefan Roese <sr@denx.de>
15436
15437 commit 87c0b72908e05662b8b415e26e1042f4779629da
15438 Author: Stefan Roese <sr@denx.de>
15439 Date:   Mon Jul 20 06:57:27 2009 +0200
15440
15441     Add "chip_config" command for PPC4xx bootstrap configuration
15442
15443     This patch adds a generic command for programming I2C bootstrap
15444     eeproms on PPC4xx. An implementation for Canyonlands board is
15445     included.
15446
15447     The command name is intentionally chosen not to be PPC4xx specific.
15448     This way other CPU's/SoC's can implement a similar command under
15449     the same name, perhaps with a different syntax.
15450
15451     Usage on Canyonlands:
15452
15453     => chip_config
15454     Available configurations (I2C address 0x52):
15455     600-nor          - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
15456     600-nand         - NAND CPU: 600 PLB: 200 OPB: 100 EBC: 100
15457     800-nor          - NOR  CPU: 800 PLB: 200 OPB: 100 EBC: 100
15458     800-nand         - NAND CPU: 800 PLB: 200 OPB: 100 EBC: 100
15459     1000-nor         - NOR  CPU:1000 PLB: 200 OPB: 100 EBC: 100
15460     1000-nand        - NAND CPU:1000 PLB: 200 OPB: 100 EBC: 100
15461     1066-nor         - NOR  CPU:1066 PLB: 266 OPB:  88 EBC:  88 ***
15462     1066-nand        - NAND CPU:1066 PLB: 266 OPB:  88 EBC:  88
15463     => chip_config 600-nor
15464     Using configuration:
15465     600-nor          - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
15466     done (dump via 'i2c md 52 0.1 10')
15467     Reset the board for the changes to take effect
15468
15469     Other 4xx boards will be migrated to use this command soon
15470     as well.
15471
15472     Signed-off-by: Stefan Roese <sr@denx.de>
15473     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
15474     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
15475
15476 commit 10c1b218556ed9871f36bc0c407f4f2f6196353b
15477 Author: Peter Tyser <ptyser@xes-inc.com>
15478 Date:   Fri Jul 17 19:01:16 2009 -0500
15479
15480     xpedite1k: Move to X-ES vendor directory
15481
15482     The XPedite1000 is an X-ES product thus it can be put in board/xes along
15483     with other X-ES boards.  Along with the move, the board was renamed to
15484     XPedite1000 from XPedite1K to fit X-ES's standard naming convention.
15485     Maintainership was also transfered to Peter Tyser.
15486
15487     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15488     Signed-off-by: Stefan Roese <sr@denx.de>
15489
15490 commit 54381b79d268e1bead5d78ed8423df31a3cb0e2c
15491 Author: Peter Tyser <ptyser@xes-inc.com>
15492 Date:   Fri Jul 17 19:01:15 2009 -0500
15493
15494     xpedite1k: Sync checkboard() with other X-ES boards
15495
15496     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15497     Signed-off-by: Stefan Roese <sr@denx.de>
15498
15499 commit 9b4ef1f5dc0daab64f46249a32e67279c4d44fd2
15500 Author: Peter Tyser <ptyser@xes-inc.com>
15501 Date:   Fri Jul 17 19:01:14 2009 -0500
15502
15503     xpedite1k: Sync up board config options with other X-ES boards
15504
15505     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15506     Signed-off-by: Stefan Roese <sr@denx.de>
15507
15508 commit 4cdad5f43ae67e4ceeac69ef4af4392bd2f7381f
15509 Author: Peter Tyser <ptyser@xes-inc.com>
15510 Date:   Fri Jul 17 19:01:13 2009 -0500
15511
15512     xpedite1k: Sync organization of board config with other X-ES boards
15513
15514     This change should have no functional effect
15515
15516     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15517     Signed-off-by: Stefan Roese <sr@denx.de>
15518
15519 commit c4ae1a0257a0f5008ee2686e8aa92fba3992f279
15520 Author: Peter Tyser <ptyser@xes-inc.com>
15521 Date:   Fri Jul 17 19:01:12 2009 -0500
15522
15523     xpedite1k: Sync up commands and environment with other X-ES boards
15524
15525     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15526     Signed-off-by: Stefan Roese <sr@denx.de>
15527
15528 commit fbc7951ea84c2fe6da0f6007b672ed35bae91acb
15529 Author: Peter Tyser <ptyser@xes-inc.com>
15530 Date:   Fri Jul 17 19:01:11 2009 -0500
15531
15532     xpedite1k: Disable unused ethernet port 1
15533
15534     The XPedite1000 only has 2 available ethernet ports:
15535     ppc_4xx_eth2 (EMAC2) and ppc_4xx_eth3 (EMAC3)
15536
15537     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15538     Signed-off-by: Stefan Roese <sr@denx.de>
15539
15540 commit 767e32ad369d83f55f950e6938e68b6dba7fa65f
15541 Author: Peter Tyser <ptyser@xes-inc.com>
15542 Date:   Fri Jul 17 19:01:10 2009 -0500
15543
15544     xpedite1k: Store environment in flash
15545
15546     Previously an I2C EEPROM was used.  The EEPROM had size, reliability,
15547     and access issues which are resolved by storing the environment in
15548     flash.
15549
15550     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15551     Signed-off-by: Stefan Roese <sr@denx.de>
15552
15553 commit b88da157f9990cd2cb081e4faea4b9581b5d0e2f
15554 Author: Peter Tyser <ptyser@xes-inc.com>
15555 Date:   Fri Jul 17 19:01:09 2009 -0500
15556
15557     xpedite1k: Add support for additional GPIO pins
15558
15559     Enable GPIO pins for an I2C EEPROM write protect, a system reset pin,
15560     and a PMC #MONARCH pin.  These pins are not currently used in U-Boot,
15561     but are used in OSes and may be used in U-Boot in the future.
15562
15563     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15564     Signed-off-by: Stefan Roese <sr@denx.de>
15565
15566 commit 42735815dd9ba39efe51203868aebce04053c8de
15567 Author: Peter Tyser <ptyser@xes-inc.com>
15568 Date:   Fri Jul 17 19:01:08 2009 -0500
15569
15570     xpedite1k: Add support for optional flashes
15571
15572     The XPedite1000 can be built with 4 total flashes:
15573     - 512KB AMD socketed
15574     - 16MB Intel soldered
15575     - 2 x 32MB AMD MirrorBit flashes
15576
15577     Add support for the optional 2 32MB CFI-compliant AMD flashes
15578
15579     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15580     Signed-off-by: Stefan Roese <sr@denx.de>
15581
15582 commit e02990764c7415c84668823a0fc8c5b4dd8d8cf0
15583 Author: Peter Tyser <ptyser@xes-inc.com>
15584 Date:   Fri Jul 17 19:01:07 2009 -0500
15585
15586     xpedite1k: Cleanup coding style
15587
15588     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15589     Signed-off-by: Stefan Roese <sr@denx.de>
15590
15591 commit 086ff34a3a7e5e595630d658c1c13778399452d1
15592 Author: Peter Tyser <ptyser@xes-inc.com>
15593 Date:   Fri Jul 17 19:01:06 2009 -0500
15594
15595     xpedite1k: Remove support for reading MACs from EEPROM
15596
15597     By default, the XPedite1000 comes installed with xMon, a proprietary
15598     bootloader.  xMon stores its MAC address in an onboard EEPROM.  Rather
15599     than requiring a non-standard location in the EEPROM to be reserved for
15600     MAC addresses, store the MAC addresses in U-Boot's standard environment.
15601     A U-Boot application or OS application can be used to migrate xMon MAC
15602     addresses to U-Boot's environment if necessary.
15603
15604     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15605     Signed-off-by: Stefan Roese <sr@denx.de>
15606
15607 commit 108d6d0099372f9f6532c3198fbaacabc121c9b3
15608 Author: Peter Tyser <ptyser@xes-inc.com>
15609 Date:   Fri Jul 17 19:01:05 2009 -0500
15610
15611     xpedite1k: Remove support for fixed SDRAM configuration
15612
15613     All XPedite1000's have SPD EEPROMs present and no fixed configuration
15614     parameters are currently defined or used
15615
15616     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15617     Signed-off-by: Stefan Roese <sr@denx.de>
15618
15619 commit c86d00a2ed923002f1ab0bfb0a925522628302e9
15620 Author: Peter Tyser <ptyser@xes-inc.com>
15621 Date:   Fri Jul 17 19:01:04 2009 -0500
15622
15623     xpedite1k: Remove CONFIG_SYS_DRAM_TEST support
15624
15625     POST or command line tests provide similar functionality
15626
15627     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15628     Signed-off-by: Stefan Roese <sr@denx.de>
15629
15630 commit 11ad309c183b176d8866944026a63c0f1c626f56
15631 Author: Peter Tyser <ptyser@xes-inc.com>
15632 Date:   Fri Jul 17 19:01:03 2009 -0500
15633
15634     xpedite1k: Use standard CFI flash driver
15635
15636     Using the CFI flash driver will allow write access to the 16MB Intel
15637     StrataFlash present on the XPedite1000.  The 512KB socketed (non
15638     CFI-compliant flash) will no longer be writable.
15639
15640     The mapping of the 16MB Strata flash was moved to 0xff000000 and the
15641     512KB AMD socketed flash was moved to 0xfe000000.
15642
15643     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15644     Signed-off-by: Stefan Roese <sr@denx.de>
15645
15646 commit d4d2e79bb433fc7ec18c68cc49cc6b7433d1320c
15647 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15648 Date:   Thu Jul 16 22:13:57 2009 +0200
15649
15650     ppc4xx: Cleanup PLU405 board code
15651
15652     Some Coding style cleanup (braces, whitespaces, long lines)
15653
15654     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
15655     Signed-off-by: Stefan Roese <sr@denx.de>
15656
15657 commit b209a114829dc8a7a0e39a9335b6e4aebf9742cb
15658 Author: Dirk Eibach <eibach@gdsys.de>
15659 Date:   Fri Jul 17 14:16:40 2009 +0200
15660
15661     ppc4xx: Add DL-Vision 405EP board support
15662
15663     Board support for the Guntermann & Drunck DL-Vision.
15664
15665     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
15666     Signed-off-by: Stefan Roese <sr@denx.de>
15667
15668 commit 9b1b8c8a1bf52e9b65e1958e5205838576066cbc
15669 Author: Dirk Eibach <eibach@gdsys.de>
15670 Date:   Fri Jul 10 14:47:32 2009 +0200
15671
15672     ppc4xx: Fix missing freqOPB for 405EP
15673
15674     In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was
15675     left out for no obvious reason.
15676
15677     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
15678     Signed-off-by: Stefan Roese <sr@denx.de>
15679
15680 commit 0a371ca08908c9b2a58171223a79bffea1f7c6f5
15681 Author: Stefan Roese <sr@denx.de>
15682 Date:   Tue Jul 14 15:53:08 2009 +0200
15683
15684     ppc4xx: Fix TLB reset problem with recent 44x images
15685
15686     Patch d873133f [ppc4xx: Add Sequoia RAM-booting target] broke "normal"
15687     booting on some 44x platforms. This breakage is only noticed in some
15688     cases while powercycling. As it seems, the code in question in start.S
15689     didn't invalidate TLB #0. This makes sense since this TLB is used for
15690     the bootrom mapping. With the patch mentioned above even TLB #0 got
15691     invalidated resulting in an error later on.
15692
15693     This patch now fixes this issue by only invalidating TLB #0 in the RAM-
15694     booting case.
15695
15696     Tested succesfully on Sequoia and Canyonlands.
15697
15698     Signed-off-by: Stefan Roese <sr@denx.de>
15699     Cc: Dirk Eibach <Eibach@gdsys.de>
15700
15701 commit 44259bb9e696d22bf1773181111855a29f00cf33
15702 Author: Prafulla Wadaskar <prafulla@marvell.com>
15703 Date:   Fri Jul 17 19:56:30 2009 +0530
15704
15705     usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
15706
15707     This change is cheked in Linux source and fix found to be in sync.
15708     This patch is tested for USB host interface on Kirkwood based
15709     Sheevaplug platform (ARM little endian board)
15710
15711     Risk: the impact of this patch is not validated on big endian board.
15712     This need to be checked...
15713
15714     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
15715     Signed-off-by: Remy Bohmer <linux@bohmer.net>
15716
15717 commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d
15718 Author: Wolfgang Denk <wd@denx.de>
15719 Date:   Thu Jul 23 22:23:23 2009 +0200
15720
15721     Coding Style cleanup; update CHANGELOG.
15722
15723     Signed-off-by: Wolfgang Denk <wd@denx.de>
15724
15725 commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6
15726 Author: Mike Frysinger <vapier@gentoo.org>
15727 Date:   Tue Jul 21 22:59:36 2009 -0400
15728
15729     autoconf.mk: include before config.mk for top level files
15730
15731     By including autoconf.mk before config.mk, all top level files can use any
15732     config options it sets up (like <arch>_config.mk) or the Makefile itself
15733     without being forced to use lazy evaluation.
15734
15735 commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c
15736 Author: Mark Jackson <mpfj-list@mimc.co.uk>
15737 Date:   Tue Jul 21 11:30:53 2009 +0100
15738
15739     Remove static declaration from gunzip_bmp()
15740
15741     This patch removes the static declaration from gunzip_bmp()
15742
15743     Without it, the gunzip_bmp() function is not visible to
15744     common/lcd.c and fails to compile with an error.
15745
15746     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
15747
15748 commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b
15749 Author: Peter Tyser <ptyser@gmail.com>
15750 Date:   Mon Jul 20 21:51:38 2009 -0500
15751
15752     cmd_tsi148: General cleanup
15753
15754     - Fix command help message
15755     - Disable DEBUG by default
15756     - Fix whitespace issues
15757     - Fix lines > 80 characters
15758
15759     Signed-off-by: Peter Tyser <ptyser@gmail.com>
15760     Acked-by: Stefan Roese <sr@denx.de>
15761
15762 commit 9aef73888509d10193615ee5cd9cf439ca44e937
15763 Author: Mike Frysinger <vapier@gentoo.org>
15764 Date:   Sun Jul 19 15:17:03 2009 -0400
15765
15766     unify HOST_CFLAGS and HOSTCFLAGS
15767
15768     The top build system sets up HOSTCFLAGS a bit and exports it, but other
15769     places use HOST_CFLAGS instead.  Unify the two as HOSTCFLAGS so that the
15770     values stay in sync.
15771
15772     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15773
15774 commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936
15775 Author: Wolfgang Denk <wd@denx.de>
15776 Date:   Thu Jul 23 21:16:59 2009 +0200
15777
15778     Update CHANGELOG
15779
15780     Signed-off-by: Wolfgang Denk <wd@denx.de>
15781
15782 commit e3b39f84e974df70065fa248f0f63993b1708c9d
15783 Author: André Schwarz <andre.schwarz@matrix-vision.de>
15784 Date:   Fri Jul 17 14:50:24 2009 +0200
15785
15786     update config for mvBC-P (MPC5200)
15787
15788     This patch adds I2C support for mvBC-P and defines flash layout
15789     matching the shipped product.
15790
15791     Signed-off-by: André Schwarz <andre.schwarz@matrix-vision.de>
15792
15793 commit cb6d0b72c2c4f13c0075a7ae92e11682ec94a311
15794 Author: Kumar Gala <galak@kernel.crashing.org>
15795 Date:   Mon Jul 13 09:24:00 2009 -0500
15796
15797     ahci: Fix gcc 4.4 compiler warning
15798
15799     ahci.c: In function 'ata_scsiop_read_capacity10':
15800     ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules
15801
15802     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15803
15804 commit 51d91e1a253c97713c7f3e5c0b910a4db4979283
15805 Author: Kumar Gala <galak@kernel.crashing.org>
15806 Date:   Mon Jul 13 09:23:59 2009 -0500
15807
15808     drivers/bios_emulator: Fix gcc 4.4 compiler warning
15809
15810     biosemu.c: In function 'BE_setVGA':
15811     biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules
15812
15813     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15814
15815 commit f97ec30bb3c5a4a456159eb2b75b3bc68772bf2a
15816 Author: Detlev Zundel <dzu@denx.de>
15817 Date:   Mon Jul 13 16:01:19 2009 +0200
15818
15819     Re-add support for image type 'Standalone Program'
15820
15821     Support for this type was lost during the bootm refactoring.
15822
15823     Signed-off-by: Detlev Zundel <dzu@denx.de>
15824
15825 commit ca95c9df0280f40e8e4befadbaae21fa67d92331
15826 Author: Detlev Zundel <dzu@denx.de>
15827 Date:   Mon Jul 13 16:01:18 2009 +0200
15828
15829     Add error checking for unsupported OS types.
15830
15831     Signed-off-by: Detlev Zundel <dzu@denx.de>
15832
15833 commit 982adfc610669482a32127282fe489857a92cfe3
15834 Author: Peter Tyser <ptyser@xes-inc.com>
15835 Date:   Fri Jul 10 18:46:10 2009 -0500
15836
15837     ppc: Unlock cache-as-ram in a consistent manner
15838
15839     Previously, non-e500 architectures only unlocked their data cache which
15840     was used as early RAM when booting to Linux using the "bootm" command.
15841     This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined
15842     to unlock their data cache during U-Boot's initialization.  This
15843     improves U-Boot performance and provides a common cache state when
15844     booting to different OSes.
15845
15846     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15847
15848 commit b201171f2b4d509f3ad510b214bee70ff902e3d6
15849 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
15850 Date:   Thu Jul 23 04:54:45 2009 -0400
15851
15852     zlib: updated to v.1.2.3
15853
15854     This patch updates zlib to the latest stable version.
15855
15856     Only relevant zlib parts were ported to u-boot tree, as was done for
15857     the previously used version of zlib (0.95). New zlib gives faster
15858     inflate performance and other improvements, see www.zlib.net
15859
15860     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
15861     Reviewed-by: Angelo Castello <angelo.castello@st.com>
15862
15863     Edited commit message
15864
15865     Signed-off-by: Wolfgang Denk <wd@denx.de>
15866
15867 commit 97cfe86163505ea18e7ff7b71e78df5bb03dad57
15868 Author: Robin Getz <rgetz@blackfin.uclinux.org>
15869 Date:   Tue Jul 21 12:15:28 2009 -0400
15870
15871     Save server's MAC address in environment
15872
15873     Linux's netconsole works much better when you can pass it the MAC address of
15874     the server. (otherwise it just uses broadcast, which everyone else on my
15875     network complains about :)
15876
15877     This sets the env var "serveraddr" (to match ethaddr), so that you can pass
15878     it to linux with whatever bootargs you want to....
15879
15880     addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr)
15881
15882     Signed-of-by: Robin Getz <rgetz@blackfin.uclinux.org>
15883
15884     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15885
15886 commit 0b23fb368d08c9669fac647971ff249c3f9fee8f
15887 Author: Ilya Yanok <yanok@emcraft.com>
15888 Date:   Tue Jul 21 19:32:21 2009 +0400
15889
15890     fec_mxc: driver for FEC ethernet controller on i.MX27
15891
15892     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
15893     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15894
15895 commit 0544c63681d2ea3607faf374e9c56f101e365b42
15896 Author: Alessio Centazzo <centazzo@gmail.com>
15897 Date:   Sat Jul 11 11:56:06 2009 -0700
15898
15899     ppc4xx: Fixed compilation warning in 4xx_enet.c
15900
15901     This patch fixes a compilation warning for some Ethernet PHY-less
15902     PPC4xx platforms (440SPE based ones) and a potential compilation
15903     error for 440SP platforms (use of undefined 'ethgroup' variable).
15904     In the original code and in case of 440SPE platforms, 'ethgroup'
15905     is initialized to -1 and never modified.  Later in the function,
15906     within an #ifdef statement, an 'if statement' executes code only
15907     if 'ethgroup' is set to 4, therefore it is harmless to avoid
15908     executing the 'if statement' by removing the CONFIG_440SPE from
15909     the affected #ifdefs.  In case of 440SP platforms  with on-board
15910     Ethernet PHY, 'ethgroup' is undefined but used (there are not such
15911     platforms in the repository yet). All other architectures are not
15912     affected by this change.
15913
15914     Signed-off-by: Alessio Centazzo acpatin@yahoo.com
15915     Acked-by: Stefan Roese <sr@denx.de>
15916     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15917
15918 commit 09133f8580f0106429ba3600f1855bd3577ae58b
15919 Author: Michael Zaidman <michael.zaidman@gmail.com>
15920 Date:   Tue Jul 14 23:37:12 2009 +0300
15921
15922     DHCP regression on 2009-06
15923
15924     Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
15925     by initializing our IP addr to 0 in order to accept any IP addr
15926     assigned to us by the DHCP/BOOTP/RARP server.
15927
15928     Ack-by: Robin Getz <rgetz@blackfin.uclinux.org>
15929     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
15930     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15931
15932 commit 443ce4ac9d1138ae5ae6863b2d40a96fd6edf523
15933 Author: Prafulla Wadaskar <prafulla@marvell.com>
15934 Date:   Thu Jul 16 20:58:02 2009 +0530
15935
15936     net: phy: bugfixes: mv88E61xx multichip addressing support
15937
15938     With these fixes, this driver works properly for multi chip
15939     addressging mode
15940
15941     Bugfixes:
15942     1. Build error fixed for function mv88e61xx_busychk_multic-fixed
15943     2. PHY dev address error detection- fixed
15944     3. wrong busy bit was refered in function mv88e61xx_busychk -fixed
15945     4. invalid data read ptr was refered for RD_PHY in case of
15946         multichip addressing mode -fixed
15947
15948     The Multichip Address mode is tested with RD6281A board having
15949     MV88E6165 switch on it
15950
15951     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
15952     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15953
15954 commit 16025ea45539219f2a7c750c6f0ae983ea5c2737
15955 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15956 Date:   Wed Jul 8 13:05:11 2009 +0200
15957
15958     arm: Kirkwood: Check the error summary bit for error detection
15959
15960     The Marvell documentation for the 88f6281 states that the error coding
15961     is only valid if the error summary and last frame bits in the transmit
15962     descriptor status field are set. This patch adds checks for these for
15963     transmit (I would get transmit errors on bootp with the current check,
15964     which I believe are spurious).
15965
15966     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15967     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15968
15969 commit 7b05f5e027b81cd3a9a41c6c6d3fe09c72fa93f6
15970 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15971 Date:   Wed Jul 8 13:03:18 2009 +0200
15972
15973     arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
15974
15975     kwgbe_send/recv both have loops waiting for the hardware to set  a bit.
15976     GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This
15977     patch uses readl to force a read from device memory. Other volatile
15978     accesses have also been replaced with readl/writel where appropriate
15979     (as per suggestions on the U-boot mailing list).
15980
15981     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15982     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15983
15984 commit 3f6b18ffd94621625de961bc566022b0266790f5
15985 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15986 Date:   Thu Jul 2 13:21:22 2009 -0400
15987
15988     MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
15989
15990     This patch sets the returned value to 0xFFFF if the PHY does not exist
15991     and does not assert Transfer Acknowledge. A NULL check for the value
15992     pointer is also added for buffer overflow protection.
15993
15994     Without this patch 'mii info' will  show 'phantom' devices because the
15995     value will be not be initialized and return with some random value.
15996
15997     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15998     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15999
16000 commit 736fead8fdbf8a8407048bebc373cd551d01ec98
16001 Author: Ben Warren <biggerbadderben@gmail.com>
16002 Date:   Mon Jul 20 22:01:11 2009 -0700
16003
16004     Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
16005
16006     All in-tree boards that use this controller have CONFIG_NET_MULTI added
16007     Also:
16008      - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X*
16009      - cleaned up line lengths
16010      - modified all boards that override weak function in this driver
16011      - added
16012
16013     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16014     Tested-by: Mike Frysinger <vapier@gentoo.org>
16015
16016 commit 3bd0a877b74b9c005ae7cb892480ccedfa308c20
16017 Author: Ben Warren <biggerbadderben@gmail.com>
16018 Date:   Fri Jul 17 00:50:15 2009 -0700
16019
16020     Add warning about upcoming removal of old Ethernet API
16021
16022     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16023
16024 commit b7fe25d2a8d1cede401d09e1f9c84f8fe47bdbb1
16025 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16026 Date:   Thu Jul 2 16:15:13 2009 +0530
16027
16028     P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
16029
16030     These PHYs are on P2020RDB platform.
16031
16032     Also revamped Freescale copyright message in drivers/net/tsec.c.
16033
16034     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16035     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16036
16037 commit 1a32bf41881b5dbe3119cb77a33572b4d462cabf
16038 Author: Robin Getz <rgetz@blackfin.uclinux.org>
16039 Date:   Mon Jul 20 14:53:54 2009 -0400
16040
16041     Add DNS support
16042
16043     On 04 Oct 2008 Pieter posted a dns implementation for U-Boot.
16044
16045     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg10216.html
16046     >
16047     > DNS can be enabled by setting CFG_CMD_DNS. After performing a query,
16048     > the serverip environment var is updated.
16049     >
16050     > Probably there are some cosmetic issues with the patch. Unfortunatly I
16051     > do not have the time to correct these. So if anybody else likes DNS
16052     > support in U-Boot and has the time, feel free to patch it in the main tree.
16053
16054     Here it is again - slightly modified & smaller:
16055       - update to 2009-06 (Pieter's patch was for U-Boot 1.2.0)
16056       - README.dns is added
16057       - syntax is changed (now takes a third option, the env var to store
16058         the result in)
16059       - add a random port() function in net.c
16060       - sort Makefile in ./net/Makefile
16061       - dns just returns unless a env var is given
16062       - run through checkpatch, and clean up style issues
16063       - remove packet from stack
16064       - cleaned up some comments
16065       - failure returns much faster (if server responds, don't wait for
16066         timeout)
16067       - use built in functions (memcpy) rather than byte copy.
16068
16069     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
16070     Signed-off-by: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
16071     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16072
16073 commit 88ad3fd91c83a4343b25385fd78fd8e29ebb723f
16074 Author: Kim Phillips <kim.phillips@freescale.com>
16075 Date:   Fri Jul 17 12:17:00 2009 -0500
16076
16077     net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
16078
16079     fix this gcc 4.4 warning:
16080
16081     tsec.c: In function 'tsec_init':
16082     tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules
16083
16084     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16085     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16086
16087 commit d9bec9f42ab34383737c8a94429aa02fe76d7946
16088 Author: Mike Frysinger <vapier@gentoo.org>
16089 Date:   Sat Jul 18 21:04:08 2009 -0400
16090
16091     net: rename NetRxPkt to NetRxPacket
16092
16093     The net code is mostly consistent in using 'Packet' rather than 'Pkt', so
16094     rename the minor detractor to follow suite.
16095
16096     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16097     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16098
16099 commit 88a4c2e77cd5674db745d0c2ebbad68c9baf760c
16100 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16101 Date:   Thu Jun 25 16:33:04 2009 +0900
16102
16103     sh: sh_eth: Remove garbage from printf
16104
16105     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16106     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16107     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16108
16109 commit 2ea20efa47da9d98ff38223ff51dea5439ad8708
16110 Author: Andreas Pretzsch <apr@cn-eng.de>
16111 Date:   Thu Jul 9 21:50:05 2009 +0200
16112
16113     smc911x: add support for LAN9221
16114
16115     Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
16116     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16117
16118 commit 7168eba729b9e6d730db7cd1028767f7b1a6128b
16119 Author: David Brownell <david-b@pacbell.net>
16120 Date:   Tue Jun 9 11:14:24 2009 -0700
16121
16122     rm9200 ethernet driver: board-specific quirk (csb337)
16123
16124     CSB337 boards originally shipped with MicroMonitor, not U-Boot;
16125     and with a version using a different convention for recording
16126     Ethernet addresses than anyone else.  To avoid breaking Linux
16127     when it uses U-Boot, have it use the same convention on that
16128     hardware.
16129
16130     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
16131     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16132
16133 commit 57215cd2e59fd403248df8f2f195e382900d5fc2
16134 Author: Heiko Schocher <hs@denx.de>
16135 Date:   Thu Jul 16 09:58:31 2009 +0200
16136
16137     arm, kirkwood: added kw_gpio_set_valid() in gpio.h
16138
16139     Signed-off-by: Heiko Schocher <hs@denx.de>
16140
16141 commit ec16441085f471c03a8c0909579463e31e5b947a
16142 Author: Dieter Kiermaier <dk-arm-linux@gmx.de>
16143 Date:   Mon Jun 29 14:45:08 2009 +0200
16144
16145     Kirkwood: add Marvell Kirkwood gpio driver
16146
16147     Signed-off-by: Dieter Kiermaier <dk-arm-linux@gmx.de>
16148     Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
16149     Tested-by: Heiko Schocher <hs@denx.de>
16150
16151 commit 688b6a0ff2dcbb0c7e63ef63cbbcc291f14f321f
16152 Author: Heiko Schocher <hs@denx.de>
16153 Date:   Thu Jul 16 09:59:10 2009 +0200
16154
16155     arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
16156
16157     Signed-off-by: Heiko Schocher <hs@denx.de>
16158
16159 commit fbc8365ad7ab0afd4143bdbffab2fd0b24df004f
16160 Author: Prafulla Wadaskar <prafulla@marvell.com>
16161 Date:   Thu Jul 16 21:02:24 2009 +0530
16162
16163     Marvell RD6281A Board support
16164
16165     This is Marvell's 88F6281_A0 based reference design board
16166
16167     This patch is tested for-
16168     1. Boot from DRAM/NAND flash/NFS
16169     2. File transfer using tftp and loadb
16170     3. NAND flash read/write/erase
16171
16172     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16173     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16174
16175 commit 2906e6d654fcc7f2451fde225e4e8b3f20c9555f
16176 Author: Piotr Ziecik <kosmo@semihalf.com>
16177 Date:   Fri Jul 17 16:35:19 2009 +0200
16178
16179     api: Fix broken build on ARM.
16180
16181     This patch fixes broken build introduced by commit
16182     84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed
16183     ifdef CONFIG_API already handle by the Makefile).
16184
16185     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
16186
16187 commit 48677a1ef5f82adca49145a7baf11ece77f51945
16188 Author: Wolfgang Denk <wd@denx.de>
16189 Date:   Wed Jul 22 23:53:23 2009 +0200
16190
16191     Fix "ld: cannot find -lstubs" build error
16192
16193     Commit 1bc15386 moved the examples/ to examples/standalone but failed
16194     to adapt the Makefiles that need to link against libstubs.a
16195
16196     Signed-off-by: Wolfgang Denk <wd@denx.de>
16197     Cc: Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16198
16199 commit ae71121a111ddf9dd057cacbbdd0f51054be428a
16200 Author: Wolfgang Denk <wd@denx.de>
16201 Date:   Sat Jul 18 20:47:36 2009 +0200
16202
16203     at91cap9adk: fix #ifdef/#endif pairing
16204
16205     The #ifdef/#endif pairing in this file was obviously messed up.
16206
16207     Signed-off-by: Wolfgang Denk <wd@denx.de>
16208
16209 commit 6b96a20d512b04a808438553874c00cf40812c44
16210 Author: Minkyu Kang <mk7.kang@samsung.com>
16211 Date:   Mon Jul 20 11:40:01 2009 +0900
16212
16213     ARM Cortex A8: Move OMAP3 specific reset handler
16214
16215     Because of the reset_cpu is soc specific, should be move to soc
16216
16217     Cc: Dirk Behme <dirk.behme@googlemail.com>
16218     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
16219
16220 commit 048e7efe91f66094f868281c12e488ce2bae8976
16221 Author: Kumar Gala <galak@kernel.crashing.org>
16222 Date:   Wed Jul 22 10:12:39 2009 -0500
16223
16224     85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
16225
16226     The pixis code used in8/out8 all over the place.  Replace it with
16227     in_8/out_8 macros.
16228
16229     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16230
16231 commit 0a6d0c6320b77bd6572393a93e6b8ccdf39c7100
16232 Author: Peter Tyser <ptyser@xes-inc.com>
16233 Date:   Tue Jul 21 13:51:08 2009 -0500
16234
16235     xpedite5370: Enable NAND command support
16236
16237     Use the MPC8572's eLBC to access 1 GB (or greater) onboard NAND flash
16238     via the 'nand' command.
16239
16240     Previously, the XPedite5370's NAND chip selects were properly
16241     configured, but NAND support was not enabled.
16242
16243     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16244     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16245
16246 commit 39121c0896a6760bd436d88c17892f49a97902d0
16247 Author: Peter Tyser <ptyser@xes-inc.com>
16248 Date:   Tue Jul 21 13:51:07 2009 -0500
16249
16250     xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB
16251
16252     Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to
16253     support uncompressing images larger than 8 MB when using the bootm
16254     command.
16255
16256     Note that recent Linux kernels for the 85xx and 86xx map greater than
16257     16MB of memory on bootup, but we use 16MB to maintain compatibility with
16258     older Linux kernels for now.
16259
16260     Signed-off-by: Nate Case <ncase@xes-inc.com>
16261     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16262     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16263
16264 commit 58f31b602dfd52eb7836ab82caa587514e046f02
16265 Author: Peter Tyser <ptyser@xes-inc.com>
16266 Date:   Sun Jul 19 19:17:41 2009 -0500
16267
16268     xpedite5370: Fix I2C GPIO initialization typo
16269
16270     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16271     Acked-by: Heiko Schocher<hs@denx.de>
16272     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16273
16274 commit 5ff821006c6e7647d183ea95817044943bb22e7e
16275 Author: Peter Tyser <ptyser@xes-inc.com>
16276 Date:   Sun Jul 19 19:17:40 2009 -0500
16277
16278     xpedite5200,5370: Use buffered NOR flash writes
16279
16280     Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly
16281     improve NOR flash write speeds
16282
16283     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16284     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16285
16286 commit d9c147f371800a479a507a816b2fe572c97da197
16287 Author: Peter Tyser <ptyser@xes-inc.com>
16288 Date:   Fri Jul 17 10:14:48 2009 -0500
16289
16290     85xx, 86xx: Add common board_add_ram_info()
16291
16292     Previously, 85xx and 86xx boards would display DRAM information on
16293     bootup such as:
16294
16295     ...
16296     I2C:   ready
16297     DRAM:
16298     Memory controller interleaving enabled: Bank interleaving!
16299      2 GB
16300     FLASH: 256 MB
16301     ...
16302
16303     This patch moves the printing of the DRAM controller configuration to a
16304     common board_add_ram_info() function which prints out DDR type, width,
16305     CAS latency, and ECC mode.  It also makes the DDR interleaving
16306     information print out in a more sane manner:
16307
16308     ...
16309     I2C:   ready
16310     DRAM:   2 GB (DDR2, 64-bit, CL=4, ECC on)
16311            DDR Controller Interleaving Mode: bank
16312     FLASH: 256 MB
16313     ...
16314
16315     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16316     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16317
16318 commit 12a440ae6d09445140f1a0c2023dba76a9f1a617
16319 Author: Peter Tyser <ptyser@xes-inc.com>
16320 Date:   Fri Jul 17 10:14:47 2009 -0500
16321
16322     tqm85xx: Remove board_add_ram_info()
16323
16324     This is in preparation for adding one common 8xxx board_add_ram_info()
16325     function for all 8xxx boards
16326
16327     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16328     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16329
16330 commit ed2c9488bbe389b7b25cada1e42bdae5d0976327
16331 Author: Peter Tyser <ptyser@xes-inc.com>
16332 Date:   Fri Jul 17 10:14:46 2009 -0500
16333
16334     xes: Remove 8xxx board_add_ram_info() function
16335
16336     This is in preparation for adding one common 8xxx board_add_ram_info()
16337     fuction for all 8xxx boards
16338
16339     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16340     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16341
16342 commit e7ee23ec1788d8cf269a4cf6b9cd3722cbc7d592
16343 Author: Peter Tyser <ptyser@xes-inc.com>
16344 Date:   Fri Jul 17 10:14:45 2009 -0500
16345
16346     86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
16347
16348     Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match
16349     the 86xx user's manual and other Freescale architectures
16350
16351     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16352     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16353
16354 commit f6155c6fbb1d85f517b7c160570f0995ef14c43f
16355 Author: Roy Zang <tie-fei.zang@freescale.com>
16356 Date:   Thu Jul 9 10:05:48 2009 +0800
16357
16358     85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
16359
16360     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
16361     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16362
16363 commit 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f
16364 Author: Kumar Gala <galak@kernel.crashing.org>
16365 Date:   Tue Jul 14 22:42:01 2009 -0500
16366
16367     85xx: Report which "bank" of NOR flash we are booting from on FSL boards
16368
16369     The p2020DS, MPC8536DS, MPC8572DS, MPC8544DS boards are capable of
16370     swizzling the upper address bits of the NOR flash we boot out of which
16371     creates the concept of "virtual" banks.  This is useful in that we can
16372     flash a test of image of u-boot and reset to one of the virtual banks
16373     while still maintaining a working image in "bank 0".
16374
16375     The PIXIS FPGA exposes registers on LBC which we can use to determine
16376     which "bank" we are booting out of (as well as setting which bank to
16377     boot out of).
16378
16379     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16380
16381 commit 9af9c6bdc16da53772c56b1a79c2c91701fe94e6
16382 Author: Kumar Gala <galak@kernel.crashing.org>
16383 Date:   Wed Jul 15 13:45:00 2009 -0500
16384
16385     86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
16386
16387     The MPC8641HPCN board is capable of swizzling the upper address bit of
16388     the NOR flash we boot out of which creates the concept of "virtual"
16389     banks.  This is useful in that we can flash a test of image of u-boot
16390     and reset to one of the virtual banks while still maintaining a
16391     working image in "bank 0".
16392
16393     The PIXIS FPGA exposes registers on LBC which we can use to determine
16394     which "bank" we are booting out of (as well as setting which bank to
16395     boot out of).
16396
16397     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16398
16399 commit caf72ff329759b4da71352ab098537c7698c0e9f
16400 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
16401 Date:   Tue Jul 21 10:45:49 2009 +0200
16402
16403     Refresh LZMA-lib to v4.65
16404
16405     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
16406
16407 commit 70ebf31633f372a24505e47846b2628e8435ea37
16408 Author: Wolfgang Denk <wd@denx.de>
16409 Date:   Fri Jul 17 23:35:29 2009 +0200
16410
16411     AT91: factor out ROUND() macro
16412
16413     A large number of boards (all AT91 based) duplicated the ROUND()
16414     macro in their board specific config files. Add the definition to
16415     include/common.h and clean up the board config files.
16416
16417     Signed-off-by: Wolfgang Denk <wd@denx.de>
16418
16419 commit 89188a62333c0841a7166783d2ebdd39d7044eb2
16420 Author: Kumar Gala <galak@kernel.crashing.org>
16421 Date:   Wed Jul 15 08:54:50 2009 -0500
16422
16423     85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
16424
16425     We have always mapped at least 16M in the kernel and we have seen cases
16426     with new kernel features that a kernel image needs more than 8M of
16427     memory.
16428
16429     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16430
16431 commit d4abc757c26c531293f5bbc4262ade44a317eec9
16432 Author: Peter Tyser <ptyser@xes-inc.com>
16433 Date:   Mon Jul 20 19:02:21 2009 -0500
16434
16435     Move api_examples to examples/api
16436
16437     Also add a rule to remove demo.bin which was previously leftover
16438     after a "make clean"
16439
16440     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16441
16442 commit af1d7d984a23a0faa1f436ebfeb55c876b1a99e1
16443 Author: Heiko Schocher <hs@denx.de>
16444 Date:   Tue Jul 21 06:37:28 2009 +0200
16445
16446     83xx, kmeter: fix compile error
16447
16448     CONFIG_SYS_MALLOC_LEN is defined in the board config, and
16449     the keymile-common.h, which collects common options used
16450     by all keymile-boards. This results in a compile error
16451     when compiling the kmeter1 board. So remove this define
16452     in the board config file.
16453
16454     Signed-off-by: Heiko Schocher <hs@denx.de>
16455
16456 commit 39df00d9aecfb465b9eec9af593f9b763fb5209a
16457 Author: Heiko Schocher <hs@denx.de>
16458 Date:   Thu Jul 9 12:04:26 2009 +0200
16459
16460     i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c
16461
16462     This patch adds the possibility to call a board specific
16463     i2c bus reset routine for the fsl_i2c bus driver, and adds
16464     this option for the keymile kmeter1 board.
16465
16466     The deblock sequence for this board is implemented and
16467     tested in the following way:
16468
16469     CR = 0x20 (release SDA and SCL pin)
16470     CR = 0xa0 (start read)
16471     dummy read
16472     dummy read
16473     if 2. dummy read == 0x00
16474         3. dummy read
16475
16476     CR = 0x80 (SDA and SCL now 1 SR = 0x86)
16477     CR = 0x00 (Modul reset SR=0x81)
16478     CR = 0x80 (SDA and SCL = 1, SR = 0x81)
16479
16480     Signed-off-by: Heiko Schocher <hs@denx.de>
16481
16482 commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0
16483 Author: Peter Tyser <ptyser@xes-inc.com>
16484 Date:   Fri Jul 10 11:03:19 2009 -0500
16485
16486     Move examples/ to examples/standalone
16487
16488     The current files in examples are all standalone application examples,
16489     so put them in their own subdirectory for organizational purposes
16490
16491     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16492
16493 commit b220c64d86f7c705a183302c3b50076d7e5d876c
16494 Author: Peter Tyser <ptyser@xes-inc.com>
16495 Date:   Fri Jul 10 11:03:15 2009 -0500
16496
16497     Move architecture specific config.mk files into subdirs
16498
16499     This cleans up U-Boot's toplevel directory a bit and makes the
16500     architecture 'config.mk' file naming and location similar to board
16501     and cpu 'config.mk' files
16502
16503     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16504
16505 commit 082becd0d546399637fa94fdf9f1730a0f7bf348
16506 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
16507 Date:   Fri Jul 10 18:25:34 2009 +0800
16508
16509     Add "tags" to .gitignore file.
16510
16511     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
16512     Signed-off-by: Wolfgang Denk <wd@denx.de>
16513
16514 commit dc71b248ef0d5e12b19f33c6efb873e31df91fa9
16515 Author: Heiko Schocher <hs@denx.de>
16516 Date:   Thu Jul 9 12:04:18 2009 +0200
16517
16518     powerpc: updates for the keymile boards
16519
16520     - CONFIG_SYS_MAX_I2C_BUS changed to 1
16521       We use only one I2C hardwarecontroller on this boards, so
16522       change the CONFIG_SYS_MAX_I2C_BUS to 1.
16523     - common: dont print errormsg if second IVM Block lacks.
16524     - 82xx, mgcoge: fix double mtdpart entry in environment
16525     - 82xx, mgcoge: activate on second Flash the second bank.
16526     - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards
16527     - common: Change malloc size to 1MByte for all Keymile boards
16528         We need a bigger malloc area for the environment support (128k)
16529         on some Keymile boards (kmeter1) and the upcoming UBI support.
16530         Change it to 1MB for all Keymile boards to be on the save side.
16531         Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for
16532         UBI/UBIFS support.
16533     - Add UBI support to all Keymile boards
16534     - change manner of writing "/localbus/ranges" node
16535         instead of writting the complete "/localbus/ranges" node
16536         before booting Linux, only update the ranges entries
16537         which gets dynamical detected (size of flashes).
16538         This is needed, because keymile adds in the DTS
16539         "/localbus/ranges" node entries, which u-boot must
16540         not overwrite/delete.
16541     - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips
16542         The Intel P30 chip has 2 non-identical chips on
16543         one die, so we need to define 2 seperate regions
16544         that are scanned by physmap_of independantly.
16545     - kmeter1: Add MTD concat support to Keymile boards
16546     - 82xx, mgcoge: add "unlock=yes" to default environment
16547     - added CONFIG_MTD_DEVICE to get in sync with mainline code
16548
16549     Signed-off-by: Heiko Schocher <hs@denx.de>
16550     Signed-off-by: Stefan Roese <sr@denx.de>
16551
16552 commit f14d81050a9e0fa57aedb1bc746c60a07c1ad67f
16553 Author: galak <galak@ducky.am.freescale.net>
16554 Date:   Tue Jul 7 15:53:21 2009 -0500
16555
16556     fsl_sata: Fix compiler warnings shown by gcc-4.4
16557
16558     Update fsl_sata to use common structures instead of casting
16559     back and forth between the fsl specific ones and the common ones
16560     (which are identical).
16561
16562     fsl_sata.c: In function 'scan_sata':
16563     fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
16564     fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
16565     fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
16566     fsl_sata.c:545: note: initialized from here
16567     fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
16568     fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
16569     fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
16570     fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
16571     fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
16572     ...
16573
16574     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16575
16576 commit 20938e54a207472a090f04f20f30c9e32b14137e
16577 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
16578 Date:   Tue Jul 7 15:58:51 2009 +0200
16579
16580     Add unaligned.h for arm
16581
16582     This patch adds unaligned.h for ARM (needed to build with LZO
16583     compression). The file is taken from the linux kernel, but includes
16584     u-boot headers instead.
16585
16586     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
16587     Acked-by: Stefan Roese <sr@denx.de>
16588
16589 commit 433ea8abd6adfae3138dd4ce238237a037e1e537
16590 Author: Peter Tyser <ptyser@xes-inc.com>
16591 Date:   Sun Jul 19 19:17:42 2009 -0500
16592
16593     Remove last remanants of unused CONFIG_I2C_CMD_TREE
16594
16595     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16596
16597 commit f6ca3b70949790ab5438d6c9a592216cc3616110
16598 Author: Andrzej Wolski <awolski@poczta.fm>
16599 Date:   Fri Jul 17 22:26:54 2009 +0200
16600
16601     ubi: help message correction
16602
16603     Fix incorrect information about size units and correct typo.
16604
16605     Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
16606     Signed-off-by: Stefan Roese <sr@denx.de>
16607
16608 commit 22f2017c31bc682e9b15612a5c2580ab5b84418e
16609 Author: Peter Tyser <ptyser@xes-inc.com>
16610 Date:   Sun Jul 19 19:17:42 2009 -0500
16611
16612     Remove last remanants of unused CONFIG_I2C_CMD_TREE
16613
16614     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16615
16616 commit f99a292aa6083057f5db8283d2ce4a2be22b8856
16617 Author: Andrzej Wolski <awolski@poczta.fm>
16618 Date:   Fri Jul 17 22:26:54 2009 +0200
16619
16620     ubi: help message correction
16621
16622     Fix incorrect information about size units and correct typo.
16623
16624     Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
16625     Signed-off-by: Stefan Roese <sr@denx.de>
16626
16627 commit b86b85e2611d57d834795a92453431a1a340c3c9
16628 Author: Ilya Yanok <yanok@emcraft.com>
16629 Date:   Mon Jun 29 17:53:16 2009 +0400
16630
16631     mmc: set bus width to 1 and clock to minimum early during initialization
16632
16633     We need to switch back to 1-bit before initialization or SD 2.0 cards
16634     will fail to send SCR if we've switched to 4-bit already.
16635
16636     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16637
16638 commit cff80f2cd12bf9767509b5334ecfc90cd7de5502
16639 Author: Shinya Kuribayashi <skuribay@pobox.com>
16640 Date:   Sat Jun 20 19:14:33 2009 +0900
16641
16642     config.mk: Remove unused HPATH
16643
16644     This variable is not unused anywhere.
16645
16646     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
16647
16648 commit a781de12700e2cb3d3011fc83b47f7dd8cc3c154
16649 Author: Grzegorz Bernacki <gjb@semihalf.com>
16650 Date:   Wed Jun 17 16:20:14 2009 +0200
16651
16652     digsy mtc: Enable command line history.
16653
16654     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16655
16656 commit 37566090766d61beef70c62986b90749920255d8
16657 Author: Mike Frysinger <vapier@gentoo.org>
16658 Date:   Thu Jul 2 19:23:25 2009 -0400
16659
16660     compiler.h: unify system ifdef cruft here
16661
16662     Shove a lot of the HOSTCC and related #ifdef checking crap into the new
16663     compiler.h header so that we can keep all other headers nice and clean.
16664
16665     Also introduce custom uswap functions so we don't have to rely on the non
16666     standard implementations that a host may (or may not in the case of OS X)
16667     provide.  This allows mkimage to finally build cleanly on an OS X system.
16668
16669     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16670
16671 commit 2a2ed845c085eb093b69fa6382fcf7534bb1f4b0
16672 Author: Kim Phillips <kim.phillips@freescale.com>
16673 Date:   Mon Jun 15 11:50:40 2009 -0500
16674
16675     common: fix 'dummy' is used uninitialized in this function warning
16676
16677     fix this gcc 4.4 warning:
16678
16679     xyzModem.c: In function 'xyzModem_stream_open':
16680     xyzModem.c:564: warning: 'dummy' is used uninitialized in this function
16681
16682     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16683
16684 commit 1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460
16685 Author: Mike Frysinger <vapier@gentoo.org>
16686 Date:   Sun Jun 14 23:33:14 2009 -0400
16687
16688     push CROSS_COMPILE out to $(ARCH)_config.mk
16689
16690     Each arch should handle setting a proper default CROSS_COMPILE value in
16691     their own config.mk file rather than having to maintain a large ugly list
16692     in the Makefile.  By using conditional assignment, we don't have to worry
16693     about the variable already being set (env/cmdline/etc...).
16694
16695     The common config.mk file takes care of exporting CROSS_COMPILE already,
16696     and while a few variables (toolchain ones) utilize CROSS_COMPILE before
16697     including the arch config.mk, they do so with deferred assignment.
16698
16699     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16700
16701 commit 60a3f404acbf8238a3138fe1f80a6bac75da4582
16702 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16703 Date:   Sat Jun 13 12:55:37 2009 +0200
16704
16705     malloc.h: protect it against multiple include
16706
16707     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16708
16709 commit 7640f41988a456a0b1f05263d2e2dc5cd7d93984
16710 Author: Wolfgang Denk <wd@denx.de>
16711 Date:   Sun Jul 19 19:37:24 2009 +0200
16712
16713     Fix boards broken after removal of legacy NAND and DoC support
16714
16715     Commit 2419169f removed support for legacy NAND and disk on chip but
16716     missed to update the code for a few boards. This patch fixes the
16717     resulting build issues.
16718
16719     Signed-off-by: Wolfgang Denk <wd@denx.de>
16720
16721 commit 1a4664b53aaf23687b52d64b94be06a9aa260b86
16722 Author: Wolfgang Denk <wd@denx.de>
16723 Date:   Sun Jul 19 19:32:37 2009 +0200
16724
16725     cmd_flash.c: fix fix compile error for boards with DataFlash
16726
16727     Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable
16728     'addr_first'/'addr_last'") changed the #ifdef logic areound the
16729     declaration of these variables and missed a combination of settings
16730     of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this.
16731
16732     Also spotted by Alessandro Rubini <rubini@gnudd.com>
16733
16734     Signed-off-by: Wolfgang Denk <wd@denx.de>
16735
16736 commit 341245a28830d3261c41b09d958eeea7bb93587a
16737 Author: Wolfgang Denk <wd@denx.de>
16738 Date:   Sun Jul 19 12:05:15 2009 +0200
16739
16740     pcm030: fix out-of-tree building
16741
16742     Commit 0a87dd90 that was supposed to fix out-of-tree building for the
16743     pcm030 board was unfortunately incomplete.
16744
16745     Signed-off-by: Wolfgang Denk <wd@denx.de>
16746
16747 commit 8bf29b59fce8cc381114929082202d800e313ad5
16748 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
16749 Date:   Tue Jul 7 13:58:51 2009 +0200
16750
16751     Add unaligned.h for arm
16752
16753     This patch adds unaligned.h for ARM (needed to build with LZO
16754     compression). The file is taken from the linux kernel, but includes
16755     u-boot headers instead.
16756
16757     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
16758     Acked-by: Stefan Roese <sr@denx.de>
16759
16760 commit e405afab1dda66c9df3733f6b779d72fc36a0162
16761 Author: Kazuaki Ichinohe <kazuichi@fsi.co.jp>
16762 Date:   Fri Jun 12 18:10:12 2009 +0900
16763
16764     Canyonlands SATA harddisk driver
16765
16766     This patch adds a SATA harddisk driver for the canyonlands.
16767     This patch is kernel driver's porting.
16768     This patch corresponded to not cmd_scsi but cmd_sata.
16769     This patch divided an unused member with ifndef __U_BOOT__ in the structure.
16770
16771     [environment variable, boot script]
16772     setenv bootargs root=/dev/sda7 rw
16773     setenv bootargs ${bootargs} console=ttyS0,115200
16774     ext2load sata 0:2 0x400000 /canyonlands/uImage
16775     ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb
16776     fdt addr 0x800000 0x4000
16777     bootm 0x400000 - 0x800000
16778
16779     If you drive SATA-2 disk on Canyonlands, you must change parts from
16780     PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using
16781     following disks:
16782
16783     1.Vendor: Fujitsu    Type: MHW2040BS
16784     2.Vendor: Fujitsu    Type: MHW2060BK
16785     3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT
16786     4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required)
16787     5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required)
16788     6.Vendor: Hitachi    Type: HTS543232L9A300 (CONFIG_LBA48 required)
16789     7.Vendor: Seagate    Type: ST31000333AS (CONFIG_LBA48 required)
16790     8.Vendor: Transcend  Type: TS32GSSD25S-M
16791     9.Vendor: MTRON              Type: MSD-SATA1525-016
16792
16793     Signed-off-by: Kazuaki Ichinohe <kazuichi at fsi.co.jp>
16794
16795 commit 52a0e2dee90c17e39634de814b16b96061cfb472
16796 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
16797 Date:   Wed Jun 10 19:09:40 2009 +0200
16798
16799     Add support for the Tundra TSI148 VME-bridge
16800
16801     From: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
16802
16803     This patch adds support for the Tundra TSI148 VME-bridge. It's used on
16804     the upcoming esd VME8349 board.
16805
16806     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
16807     Signed-off-by: Stefan Roese <sr@denx.de>
16808
16809 commit 8d1fea2c4041e665c96944e3f6fcffbde55db34b
16810 Author: Mike Frysinger <vapier@gentoo.org>
16811 Date:   Thu Jul 16 19:05:30 2009 -0400
16812
16813     Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR
16814
16815     MAC addresses should not be hardcoded in boards to avoid random link level
16816     conflicts.
16817
16818     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16819
16820 commit baf357050353aee30c04f3f4b868426cb54468ca
16821 Author: Mike Frysinger <vapier@gentoo.org>
16822 Date:   Fri Jul 10 10:42:06 2009 -0400
16823
16824     Blackfin: bf533-stamp: back down SCLK a bit
16825
16826     While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher
16827     SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with
16828     the shortened SDRAM traces.  So lower the SCLK speed down to a value that
16829     all three can handle.
16830
16831     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16832
16833 commit 490fe7349102012c48730f6fc14ef36c8d155068
16834 Author: Mike Frysinger <vapier@gentoo.org>
16835 Date:   Thu Jul 9 20:56:56 2009 -0400
16836
16837     Blackfin: split cpu COBJS into multilines
16838
16839     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16840
16841 commit 909878fd3fda056d19b8b51a5cc51cb1c0b563d1
16842 Author: Mike Frysinger <vapier@gentoo.org>
16843 Date:   Thu Jul 9 01:15:05 2009 -0400
16844
16845     Blackfin: add os log functions
16846
16847     Part of the mini Blackfin ABI with operating systems is that they can use
16848     0x4f0-0x4f8 to pass log buffers to/from bootloaders.  So add support to
16849     U-Boot for reading the log buffer.
16850
16851     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16852
16853 commit 9993e196da707a0a1cd4584f1fcef12382c1c144
16854 Author: Kim Phillips <kim.phillips@freescale.com>
16855 Date:   Sat Jul 18 18:42:13 2009 -0500
16856
16857     mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI
16858
16859     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16860
16861 commit d39041fcadb1231430201d298c31f6be03d654f7
16862 Author: Wolfgang Denk <wd@denx.de>
16863 Date:   Sun Jul 19 01:15:52 2009 +0200
16864
16865     PATI board: fix compiler warnings
16866
16867     Fix these:
16868     pati.c: In function 'checkboard':
16869     pati.c:358: warning: pointer targets in passing argument 2 of 'getenv_r' differ in signedness
16870     ../common/flash.c: In function 'write_word':
16871     ../common/flash.c:824: warning: dereferencing type-punned pointer will break strict-aliasing rules
16872     cmd_pati.c: In function 'do_pati':
16873     cmd_pati.c:279: warning: 'value' may be used uninitialized in this function
16874
16875     Signed-off-by: Wolfgang Denk <wd@denx.de>
16876
16877 commit 28c345042eafc550a34b9f52431bd4a22af6ac25
16878 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16879 Date:   Sat May 16 12:14:56 2009 +0200
16880
16881     mpl: printing current stdio devices cleanup
16882
16883     Currently the mpl boards duplicate the code to print the current
16884     devices from common/console.c; use stdio_print_current_devices()
16885     instead
16886
16887     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16888
16889     Edited commit message.
16890
16891     Signed-off-by: Wolfgang Denk <wd@denx.de>
16892
16893 commit 7e3be7cf3bb344f717b6ec3d47a081269ea67ead
16894 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16895 Date:   Sat May 16 12:14:55 2009 +0200
16896
16897     console: unify printing current devices
16898
16899     Create stdio_print_current_devices() for this purpose
16900
16901     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16902
16903 commit 5669ed4557edf2714203aa8625c9fcd5a753b338
16904 Author: Wolfgang Denk <wd@denx.de>
16905 Date:   Sat Jul 18 23:18:14 2009 +0200
16906
16907     cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'
16908
16909     Signed-off-by: Wolfgang Denk <wd@denx.de>
16910
16911 commit 6bb6e6c75ec4ef496f00f7f530e549d3e073c5de
16912 Author: Tom Rix <Tom.Rix@windriver.com>
16913 Date:   Tue Jun 30 15:04:13 2009 -0500
16914
16915     OMAP3 Fix compiler warning for v7_flush_dcache_all
16916
16917     On build of omap3 targets in MAKEALL, the *.ERR files have
16918
16919     cpu.c: In function 'cleanup_before_linux':
16920     cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all'
16921     cpu.c:64: warning: implicit declaration of function 'get_device_type
16922
16923     The functions v7_flush_dcache_all and get_device_type are declared
16924     in include/asm-arm/arch-omap3/sys_proto.h, so use this file to
16925     declare the functions.
16926
16927     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
16928
16929 commit dba107b967332fc8a35867f4d58038626c968800
16930 Author: Wolfgang Denk <wd@denx.de>
16931 Date:   Sat Jul 18 22:09:38 2009 +0200
16932
16933     ARM: make split_by_variant.sh output more useful
16934
16935     The board/armltd/integrator/split_by_variant.sh script used to print
16936     "Configuring for integrator*p board..." no matter which board name
16937     was being compiled. This made it difficult to match MAKEALL output to
16938     board names. This patch fixes this.
16939
16940     Signed-off-by: Wolfgang Denk <wd@denx.de>
16941
16942 commit 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd
16943 Author: Wolfgang Denk <wd@denx.de>
16944 Date:   Sat Jul 18 21:52:24 2009 +0200
16945
16946     NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
16947
16948     Commit 8d2effea added a warning for configurations that use NAND
16949     without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
16950     failed to fix the affected boards.
16951
16952     This patch covers the non-PPC boards that were missed in the previous
16953     patch (commit 170c1972).
16954
16955     Signed-off-by: Wolfgang Denk <wd@denx.de>
16956
16957 commit 7024aa14df2981b4e65c6189909da9aadb1c22da
16958 Author: Wolfgang Denk <wd@denx.de>
16959 Date:   Sat Jul 18 20:46:38 2009 +0200
16960
16961     at91cap9adk: fix #ifdef/#endif pairing
16962
16963     The #ifdef/#endif pairing in this file was obviously messed up.
16964
16965     Signed-off-by: Wolfgang Denk <wd@denx.de>
16966
16967 commit 4abc5bffea244589fa1097e4c899a63efc609c8e
16968 Author: Prafulla Wadaskar <prafulla@marvell.com>
16969 Date:   Thu Jul 16 20:58:01 2009 +0530
16970
16971     Marvell MV88F6281GTW_GE Board support
16972
16973     This is Marvell's 88F6281_A0 based custom board developed
16974     for wireless access point product
16975
16976     This patch is tested for-
16977     1. Boot from DRAM/SPI flash/NFS
16978     2. File transfer using tftp and loadb
16979     3. SPI flash read/write/erase
16980     4. Booting Linux kernel and RFS from SPI flash
16981     5. Boot from USB supported
16982
16983     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
16984     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16985
16986 commit 55dd4ba5413b14e8ee24058c89ac5c05376c331c
16987 Author: Prafulla Wadaskar <prafulla@marvell.com>
16988 Date:   Thu Jul 16 20:58:00 2009 +0530
16989
16990     Marvell Sheevaplug Board support
16991
16992     Reference:
16993     http://plugcomputer.org/
16994     http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support
16995
16996     This patch is tested for-
16997     1. Boot from DRAM/NAND flash
16998     2. File transfer using tftp
16999     3. NAND flash read/write/erase
17000     4. Linux kernel and RFS Boot from NAND
17001     5. Enabled USB PHY init for kernel need
17002     6. Boot from USB supported
17003
17004     Note: to boot Kirkwood kernel with USB support,
17005         you should add "usb start" in the boot sequence
17006
17007     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
17008
17009 commit 0a87dd90a75d034301496285026fbd8106c7c6d5
17010 Author: Wolfgang Denk <wd@denx.de>
17011 Date:   Sat Jul 18 18:00:25 2009 +0200
17012
17013     pcm030: fix out-of-tree building
17014
17015     Commit c9969947, which added support for the pcm030 board
17016     (aka phyCORE-MPC5200B-tiny), broke out-of-tree building.
17017
17018     Signed-off-by: Wolfgang Denk <wd@denx.de>
17019
17020 commit 9ff59601c71e800b9d0dfde22fa70d12c71c12b4
17021 Author: Wolfgang Denk <wd@denx.de>
17022 Date:   Sat Jul 18 16:36:11 2009 +0200
17023
17024     MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined
17025
17026     Signed-off-by: Wolfgang Denk <wd@denx.de>
17027
17028 commit 2b5243fc24a724e83409c0b70caa1a3180e997ae
17029 Author: Wolfgang Denk <wd@denx.de>
17030 Date:   Sat Jul 18 16:13:18 2009 +0200
17031
17032     8xxx: fix warning: implicit declaration of function 'uec_standard_init'
17033
17034     Commit 8e55258f created function uec_standard_init() to initialize
17035     all UEC interfaces for 83xx and 85xx but failed to provide a
17036     prototype for it.
17037
17038     Signed-off-by: Wolfgang Denk <wd@denx.de>
17039
17040 commit 5b54df2674fdad5e7d316484c67efc68e79f3f0d
17041 Author: Wolfgang Denk <wd@denx.de>
17042 Date:   Sat Jul 18 15:46:02 2009 +0200
17043
17044     MIP405T: fix compile problem
17045
17046     The "stdio/device: rework function naming convention" patch
17047     (commit 52cb4d4f) broke the MIP405T board; this patch fixes it.
17048
17049     Signed-off-by: Wolfgang Denk <wd@denx.de>
17050
17051 commit 170c19725ecd3a0e2e517dfd49979ca8822edec0
17052 Author: Wolfgang Denk <wd@denx.de>
17053 Date:   Sat Jul 18 15:32:10 2009 +0200
17054
17055     NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
17056
17057     Commit 8d2effea added a warning for configurations that use NAND
17058     without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
17059     failed to fix the affected boards.
17060
17061     Signed-off-by: Wolfgang Denk <wd@denx.de>
17062
17063 commit 6e897a661fb9968ce354165a12cce82e4b889e04
17064 Author: Wolfgang Denk <wd@denx.de>
17065 Date:   Sat Jul 18 15:05:44 2009 +0200
17066
17067     CPCI750: fix compile problem
17068
17069     Commit bc0d3296 removed ppc_error_no.h from Marvell boards
17070     but forgot to update board/esd/cpci750/mv_eth.h
17071
17072     Signed-off-by: Wolfgang Denk <wd@denx.de>
17073
17074 commit 6aee3048348f1b19ab89156da98bfa4f7babf24b
17075 Author: Alessandro Rubini <rubini-list@gnudd.com>
17076 Date:   Fri Jul 17 14:42:11 2009 +0200
17077
17078     cmd_i2c: bugfix: add missing brace
17079
17080     The sub-command parser missed a brace, so "return 0;" is always
17081     taken and no error message is diplayed if you say "i2c scan"
17082     instead of "i2c probe", for example.
17083
17084     Proper brace is added. Also, a misleading and unneeded else
17085     is removed.
17086
17087     Signed-off-by: Alessandro Rubini <rubini@gnudd.com.it>
17088
17089 commit 52cb4d4fb3487313f5a72ea740f527a4aefaa365
17090 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17091 Date:   Sat May 16 12:14:54 2009 +0200
17092
17093     stdio/device: rework function naming convention
17094
17095     So far the console API uses the following naming convention:
17096
17097         ======Extract======
17098         typedef struct device_t;
17099
17100         int     device_register (device_t * dev);
17101         int     devices_init (void);
17102         int     device_deregister(char *devname);
17103         struct list_head* device_get_list(void);
17104         device_t* device_get_by_name(char* name);
17105         device_t* device_clone(device_t *dev);
17106         =======
17107
17108     which is too generic and confusing.
17109
17110     Instead of using device_XX and device_t we change this
17111     into stdio_XX and stdio_dev
17112
17113     This will also allow to add later a generic device mechanism in order
17114     to have support for multiple devices and driver instances.
17115
17116     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17117
17118     Edited commit message.
17119
17120     Signed-off-by: Wolfgang Denk <wd@denx.de>
17121
17122 commit f732a7598fa36d48241df20b1a1f4cdbf09f75ee
17123 Author: Peter Tyser <ptyser@xes-inc.com>
17124 Date:   Wed Jul 15 00:01:08 2009 -0500
17125
17126     ppc: Fix compile error for boards with CONFIG_DDR_ECC
17127
17128     A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
17129     which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC
17130     defined and resulted in errors such as:
17131
17132     Configuring for canyonlands board...
17133     fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your
17134     processor"
17135     make[1]: *** No rule to make target `.depend', needed by `libdma.a'.  Stop.
17136
17137     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17138
17139 commit 18e067de9b6ed087fa60496e64887f0b7458dbaa
17140 Author: Prafulla Wadaskar <prafulla@marvell.com>
17141 Date:   Thu Jul 16 20:57:59 2009 +0530
17142
17143     include/config_cmd_default.h cleanup
17144
17145     arranged configurations in alphabetical order
17146     CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH
17147
17148     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
17149
17150 commit 569460ebf14b87bd8fdb2352bde95d35ee96e13b
17151 Author: Mike Frysinger <vapier@gentoo.org>
17152 Date:   Sun Jun 14 21:35:22 2009 -0400
17153
17154     sata: namespace curr_device variable
17155
17156     The curr_device variable really should be namespaced with a "sata_" prefix
17157     since it is only used by the sata code.  It also avoids random conflicts
17158     with other pieces of code (like cmd_mmc):
17159     common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
17160         multiple definition of `curr_device'
17161     common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
17162
17163     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17164
17165 commit 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa
17166 Author: Mike Frysinger <vapier@gentoo.org>
17167 Date:   Sun Jun 14 21:35:21 2009 -0400
17168
17169     cmd_mmc: make curr_device static
17170
17171     The curr_device variable isn't used outside of cmd_mmc, so mark it static
17172     to avoid conflicts with other pieces of code (like sata which also exports
17173     a curr_device).  Otherwise we end up with stuff like:
17174     common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
17175         multiple definition of `curr_device'
17176     common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
17177
17178     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17179
17180 commit 2d8d2adde3fce1152e4ad9f47238f07e70793c53
17181 Author: Mike Frysinger <vapier@gentoo.org>
17182 Date:   Sun Jun 14 21:35:16 2009 -0400
17183
17184     envcrc: add missing dependencies on env storage
17185
17186     When the envcrc building was made conditional, it missed a bunch of env
17187     storage types, so add all currently supported types.
17188
17189     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17190
17191 commit 2419169f5749d7af501b3b77a5336d1d535320de
17192 Author: Scott Wood <scottwood@freescale.com>
17193 Date:   Thu Jul 16 19:08:04 2009 -0500
17194
17195     Remove legacy NAND and disk on chip references from boards.
17196
17197     Signed-off-by: Scott Wood <scottwood@freescale.com>
17198
17199 commit 12e9043c7ed961b60df865f45d9a3c74d6a38199
17200 Author: Shinya Kuribayashi <skuribay@pobox.com>
17201 Date:   Sat Jun 20 19:10:14 2009 +0900
17202
17203     config.mk: Remove $(PCI_CLOCK) reference
17204
17205     The following commit introduced $(PCI_CLOCK) reference so that
17206     we could tweak `PCI_66M' definition via an environment variable.
17207
17208     > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6
17209     > Author: Eran Liberty <liberty@freescale.com>
17210     > Date:   Thu Jul 28 10:08:46 2005 -0500
17211     >
17212     >     * Patch by Eran Liberty
17213     >       Add support for the Freescale MPC8349ADS board.
17214
17215     But I suggest a removal of it for the following reasons:
17216
17217     * In 2006, MPC8349ADS was merged into MPC8349EMDS port,
17218       and it seems that MPC8349EMDS port is PCI_66M free.
17219
17220     * OTOH, PCI_66M is used by MPC832XEMDS an MPC8360EMDS ports,
17221       but they don't need $(PCI_CLOCK) environment variable at all.
17222       PCI_66M is automatically configured via $(BOARD)_config names
17223       with the help of $(findstring _66_,$@).
17224
17225     * Unfortunately $(PCI_CLOCK) has been undocumented anywhere,
17226       so only a few people know the existence of it these days.
17227
17228     * Keep config.mk independent from $(BOARD) as much as possible.
17229
17230     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
17231     Acked-by: Kim Phillips <kim.phillips@freescale.com>
17232
17233 commit 3db75d9c11d37cc1d28bebd91b19f4e548b68155
17234 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17235 Date:   Sat May 23 21:42:36 2009 +0200
17236
17237     fix: missing autoconfig.mk from general Makefile
17238
17239     At the first run of make we generate the autoconf.mk and
17240     autoconf.mk.dep if not already the case and we currently include only
17241     to .dep
17242
17243     In order to use these autogenerated values we need to include it also
17244     even if it's included in config.mk but it's done before their
17245     generation
17246
17247     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17248     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17249
17250 commit 1ca298ced07327749b54321815f76fcddb2f9479
17251 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
17252 Date:   Thu Jul 9 16:07:30 2009 +0200
17253
17254     Added support for splash screen positioning
17255
17256     This patch adds support splash image positioning by adding an
17257     additional variable "splashpos" to the environment. Please see
17258     README for details.
17259
17260     Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
17261     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
17262     Signed-off-by: Anatolij Gustschin <agust@denx.de>
17263
17264 commit 9d173e0233493113c9b1aa81bd2208d0057ab9db
17265 Author: Anatolij Gustschin <agust@denx.de>
17266 Date:   Tue Jul 7 13:11:36 2009 +0200
17267
17268     video: mb862xx: replace printf with puts
17269
17270     Signed-off-by: Anatolij Gustschin <agust@denx.de>
17271
17272 commit cce99b2a7dd80683d61360aee56a6ece344950b2
17273 Author: Anatolij Gustschin <agust@denx.de>
17274 Date:   Tue Jul 7 13:27:07 2009 +0200
17275
17276     video: mb862xx: use macros instead of magic numbers
17277
17278     Signed-off-by: Anatolij Gustschin <agust@denx.de>
17279
17280 commit e86528671ece6d5c1162656a37fc68a8e0bf67f8
17281 Author: Anatolij Gustschin <agust@denx.de>
17282 Date:   Tue Jul 7 13:24:08 2009 +0200
17283
17284     video: mb862xx: fix coding style and remove dead code
17285
17286     Signed-off-by: Anatolij Gustschin <agust@denx.de>
17287
17288 commit 292ed489dba8cc97b458579003a8001cd4703cd8
17289 Author: Michal Simek <monstr@monstr.eu>
17290 Date:   Tue Jun 30 12:03:50 2009 +0200
17291
17292     microblaze: Remove ignored return type for __arch__swab16 function
17293
17294     This change remove compilation warnings.
17295
17296     Signed-off-by: Michal Simek <monstr@monstr.eu>
17297
17298 commit e2776587c0eac131954ae100fda89cc3e7ed8b57
17299 Author: Michal Simek <monstr@monstr.eu>
17300 Date:   Tue Jun 30 12:02:45 2009 +0200
17301
17302     microblaze: Removed unused variables
17303
17304     Signed-off-by: Michal Simek <monstr@monstr.eu>
17305
17306 commit be33b046b549ad88c204c209508cd7657232ffbd
17307 Author: Scott Wood <scottwood@freescale.com>
17308 Date:   Wed Apr 1 15:02:13 2009 -0500
17309
17310     Remove legacy NAND and disk on chip code.
17311
17312     Legacy NAND had been scheduled for removal.  Any boards that use this
17313     were already not building in the previous release due to an #error.
17314
17315     The disk on chip code in common/cmd_doc.c relies on legacy NAND,
17316     and it has also been removed.  There is newer disk on chip code
17317     in drivers/mtd/nand; someone with access to hardware and sufficient
17318     time and motivation can try to get that working, but for now disk
17319     on chip is not supported.
17320
17321     Signed-off-by: Scott Wood <scottwood@freescale.com>
17322
17323 commit fbdaafaee71e2c7f2c31b3582ab6d8679efee8d3
17324 Author: Stefan Roese <sr@denx.de>
17325 Date:   Thu Jun 4 16:40:36 2009 +0200
17326
17327     nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
17328
17329     This is needed for the MPC512x NAND driver (fsl_nfc_nand.c) which already
17330     defines such a 4k plus 218 bytes ECC layout.
17331
17332     Signed-off-by: Stefan Roese <sr@denx.de>
17333     Cc: Scott Wood <scottwood@freescale.com>
17334     Signed-off-by: Scott Wood <scottwood@freescale.com>
17335
17336 commit f2f376ab956c17d4a0c42a993133ca25cdc87278
17337 Author: Stefan Roese <sr@denx.de>
17338 Date:   Thu Jul 16 15:13:04 2009 +0200
17339
17340     nand: ndfc: Remove unnecessary #ifdef's
17341
17342     Now that the 4xx NAND driver ndfc is moved to the common NAND driver
17343     directory we don't need this #ifdef's anymore.
17344
17345     Signed-off-by: Stefan Roese <sr@denx.de>
17346     Cc: Scott Wood <scottwood@freescale.com>
17347     Signed-off-by: Scott Wood <scottwood@freescale.com>
17348
17349 commit 12582ac771b0bf3852817c3bfa4be326522a0665
17350 Author: Stefan Roese <sr@denx.de>
17351 Date:   Thu Jul 16 15:12:48 2009 +0200
17352
17353     nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
17354
17355     Signed-off-by: Stefan Roese <sr@denx.de>
17356     Cc: Scott Wood <scottwood@freescale.com>
17357     Signed-off-by: Scott Wood <scottwood@freescale.com>
17358
17359 commit 3ebf70db5452d3d47c316ddef09f40e76553bcba
17360 Author: Valeriy Glushkov <gvv@lstec.com>
17361 Date:   Tue Jul 14 13:51:10 2009 +0300
17362
17363     nand: fixed failed reads on corrected ECC errors in nand_util.c
17364
17365     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
17366     Signed-off-by: Paulraj, Sandeep <s-paulraj@ti.com>
17367     Signed-off-by: Scott Wood <scottwood@freescale.com>
17368
17369 commit ed727d394c5ab139033719772dc95dc25cfa14f7
17370 Author: David Brownell <david-b@pacbell.net>
17371 Date:   Mon Jul 13 16:29:04 2009 -0700
17372
17373     Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
17374
17375     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
17376     Signed-off-by: Scott Wood <scottwood@freescale.com>
17377
17378 commit 937076f84c5064f0a79105fce352ac7cf7b33643
17379 Author: Kyungmin Park <kmpark@infradead.org>
17380 Date:   Sat Jul 11 16:49:55 2009 +0900
17381
17382     MTD: OneNAND: Increase the environment size to 4KiB
17383
17384     Also use mtd operation instead of onenand functions
17385
17386     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17387     Signed-off-by: Scott Wood <scottwood@freescale.com>
17388
17389 commit bfadb17f69c256196620c32164775f063a59c34f
17390 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17391 Date:   Wed Jun 10 00:25:38 2009 +0400
17392
17393     mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable
17394
17395     Since we have simple hwconfig interface now, we don't need
17396     pci_external_arbiter variable any longer.
17397
17398     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17399     Acked-by: Kim Phillips <kim.phillips@freescale.com>
17400
17401 commit b8b71ffbc35fde6905e65ffdbf4e4b87efc26b7e
17402 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17403 Date:   Wed Jun 10 00:25:36 2009 +0400
17404
17405     mpc83xx: MPC8315ERDB: Use hwconfig for board type selection
17406
17407     This patch simply converts the board to the hwconfig infrastructure.
17408
17409     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17410     Acked-by: Kim Phillips <kim.phillips@freescale.com>
17411
17412 commit c78c678354c8321737aa07e86831ff14176f4ed5
17413 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17414 Date:   Wed Jun 10 00:25:31 2009 +0400
17415
17416     mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree
17417
17418     fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and
17419     also will fixup clock-frequency property.
17420
17421     Plus, since DR USB and eSDHC are mutually exclusive, we should
17422     only configure the eSDHC if asked through hwconfig.
17423
17424     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17425     Acked-by: Kim Phillips <kim.phillips@freescale.com>
17426
17427 commit c9646ed758804fa1fa6c1425369a4eee5d618b1d
17428 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17429 Date:   Wed Jun 10 00:25:30 2009 +0400
17430
17431     mpc83xx: MPC837XERDB: Add support for FSL eSDHC
17432
17433     This patch adds support for eSDHC on MPC837XERDB boards. The WP
17434     switch doesn't seem to work on RDB boards though, the WP pin is
17435     always asserted (can see the pin state when it's in GPIO mode).
17436
17437     FSL DR USB and FSL eSDHC are mutually exclusive because of pins
17438     multiplexing, so user should specify 'esdhc' or 'dr_usb' options
17439     in the hwconfig environment variable to choose between the
17440     devices.
17441
17442     p.s.
17443     Now we're very close to a monitor len limit (196 bytes left using
17444     gcc-4.2.0), so also increase the monitor len by one sector (64 KB).
17445
17446     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17447     Acked-by: Kim Phillips <kim.phillips@freescale.com>
17448
17449 commit b33433a63fe08c9e723ea15a7c7c7143bf527c6d
17450 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17451 Date:   Wed Jun 10 00:25:29 2009 +0400
17452
17453     fsl_esdhc: Add device tree fixups
17454
17455     This patch implements fdt_fixup_esdhc() function that is used to fixup
17456     the device tree.
17457
17458     The function adds status = "disabled" propery if esdhc pins muxed away,
17459     otherwise it fixups clock-frequency for esdhc nodes.
17460
17461     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17462     Acked-by: Kim Phillips <kim.phillips@freescale.com>
17463
17464 commit 93f9dcf9e8b8182e97aeb7965c687176cbd0b933
17465 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17466 Date:   Wed Jun 10 00:25:27 2009 +0400
17467
17468     Add simple hwconfig infrastructure
17469
17470     This patch implements simple hwconfig infrastructure: an
17471     interface for software knobs to control a hardware.
17472
17473     This is very simple implementation, i.e. it is implemented
17474     via `hwconfig' environment variable. Later we could write
17475     some "hwconfig <enable|disable|list>" commands, ncurses
17476     interface for Award BIOS-like interface, and frame-buffer
17477     interface for AMI GUI[1] BIOS-like interface with mouse
17478     support[2].
17479
17480     Current implementation details/limitations:
17481
17482     1. Doesn't support options dependencies and mutual exclusion.
17483        We can implement this by integrating apt-get[3] into the
17484        u-boot. But I didn't bother yet.
17485
17486     2. Since we don't implement hwconfig command, i.e. we're working
17487        with the environement directly, there is no way to tell that
17488        toggling a particular option will need a reboot to take
17489        an effect. So, for now it's advised to always reboot the
17490        target after modifying hwconfig variable.
17491
17492     3. We support hwconfig options with arguments. For example,
17493
17494        set hwconfig dr_usb:mode=peripheral,phy_type=ulpi
17495
17496        That means:
17497        - dr_usb - enable Dual-Role USB controller;
17498        - dr_usb:mode=peripheral - USB in Function mode;
17499        - dr_usb:phy_type=ulpi - USB should work with ULPI PHYs;
17500
17501     The purpose of this simple implementation is to define some
17502     internal API and then we can continue improving user experience
17503     by adding more mature interface, like hwconfig command with
17504     bells and whistles. Or not adding, if we feel that current
17505     interface fits its needs.
17506
17507     [1] http://en.wikipedia.org/wiki/American_Megatrends
17508     [2] Regarding ncurses and GUI with mouse support -- I'm just
17509         kidding.
17510     [3] The comment regarding apt-get is also a joke, meaning that
17511         dependency tracking could be non-trivial. For example, for
17512         enabling HW feature X we may need to disable Y, and turn Z
17513         into reduced mode (like RMII-only interface for ethernet,
17514         no MII).
17515
17516         It's quite trivial to implement simple cases though.
17517
17518     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17519     Acked-by: Kim Phillips <kim.phillips@freescale.com>
17520
17521 commit 6c3fef28b9fff0d7f3fa4c51c3ee0ae8c2a3b043
17522 Author: Jerry Van Baren <gvb.uboot@gmail.com>
17523 Date:   Wed Jul 15 20:42:59 2009 -0400
17524
17525     Improve U-Boot Porting Guide in the README
17526
17527     Update for...
17528     * BDI2000 -> BDI3000 (BDI2000 is obsolete).
17529     * Add a line to read the doc/README.* files
17530     * Fix coding standard violations
17531
17532     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
17533
17534 commit 9578718c1b085cac73017d834001bc5cb0b2f73f
17535 Author: Kim Phillips <kim.phillips@freescale.com>
17536 Date:   Tue Jul 14 16:00:24 2009 -0500
17537
17538     mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations
17539
17540     a.k.a cfi_mtd.c does as cfi_flash.c does.  This also prevents
17541     the TQM834x build from doing a:
17542
17543     cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope
17544     cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope
17545
17546     using gcc 4.4.
17547
17548     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17549     Signed-off-by: Stefan Roese <sr@denx.de>
17550
17551 commit 4a9932a4364b548773bc131bf85e24a2ec15f2b0
17552 Author: Kim Phillips <kim.phillips@freescale.com>
17553 Date:   Tue Jul 7 18:04:21 2009 -0500
17554
17555     mpc83xx: increase MONITOR_LEN to offset growing pains
17556
17557     Saving the environment leads to overwriting u-boot itself,
17558     bricking boards.  Increase u-boot's image size so the environment
17559     base address doesn't end up overlapping u-boot text.
17560
17561     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17562
17563 commit c31e13260bcd048a94412a47b004386ea6112acf
17564 Author: Valeriy Glushkov <gvv@lstec.com>
17565 Date:   Tue Jun 30 15:48:41 2009 +0300
17566
17567     usb: mpx8349itx: added support of loading images from USB storage (MPH/DR)
17568
17569     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
17570     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17571
17572 commit d89e1c36891de793a20a929282acc0fc7b98feac
17573 Author: Valeriy Glushkov <gvv@lstec.com>
17574 Date:   Tue Jun 30 15:48:40 2009 +0300
17575
17576     usb: mpc834x: added support of the MPH USB controller in addition to the DR one
17577
17578     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
17579     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17580
17581 commit d9ac3d5a17ecef0beb70073018925e011b11684e
17582 Author: Kim Phillips <kim.phillips@freescale.com>
17583 Date:   Mon Jun 15 11:51:47 2009 -0500
17584
17585     mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
17586
17587     When enabling NAND support for a board, one must also define
17588     CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
17589     for correct output.
17590
17591     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17592     Cc: Dave Liu <daveliu@freescale.com>
17593     Cc: Ron Madrid <ron_madrid@sbcglobal.net>
17594     Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
17595
17596 commit 052c08916532d1d9c2f69eb9229709c7b2fc1f02
17597 Author: TsiChung Liew <tsicliew@gmail.com>
17598 Date:   Wed Jul 8 07:41:24 2009 +0000
17599
17600     ColdFire: Update bootargs
17601
17602     Add a bootargs for M53017EVB and update bootargs
17603     for M54451EVB
17604
17605     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17606
17607 commit 6e8d58d36691520f8da74cd948661d28d5a5dc66
17608 Author: TsiChung Liew <tsicliew@gmail.com>
17609 Date:   Tue Jun 30 14:30:19 2009 +0000
17610
17611     Command for accessing serial flash update
17612
17613     Change strtoul number base of argv 3 from 0 to 16
17614
17615     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17616
17617 commit ee0a8462466dd284968536eb57c6eef4be0d6aad
17618 Author: TsiChung Liew <tsicliew@gmail.com>
17619 Date:   Tue Jun 30 14:18:29 2009 +0000
17620
17621     ColdFire: Add DSPI support for MCF5227x and MCF5445x
17622
17623     Remove individual CPU specific DSPI driver.
17624     Add required feature for the common DSPI driver in cpu_init and
17625     in platform configuration file.
17626
17627     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17628
17629 commit dec61c7851baa72151ef1d3657e7bb3b68907d48
17630 Author: TsiChung Liew <tsicliew@gmail.com>
17631 Date:   Tue Jun 30 14:09:47 2009 +0000
17632
17633     Coldfire: Consolidate DSPI driver
17634
17635     Unify both MCF5227x and MCF5445x DSPI driver in CPU to
17636     driver/spi folder for common use.
17637
17638     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17639
17640 commit 11d88b26a68bd4bf98b1c962fde6257a50978231
17641 Author: TsiChung Liew <tsicliew@gmail.com>
17642 Date:   Fri Jun 12 13:03:34 2009 +0000
17643
17644     ColdFire: Remove compiler warning messages
17645
17646     Remove unused variables and printf type mismatch in
17647     lib_m68k/board.c
17648
17649     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17650
17651 commit 4567c7bff2503fb1a7c738ff9b9f0bd00d274d9a
17652 Author: TsiChung Liew <tsicliew@gmail.com>
17653 Date:   Fri Jun 12 11:31:31 2009 +0000
17654
17655     ColdFire: Fix M53017EVB flash size
17656
17657     Increase the flash size from 8MB to 16MB
17658
17659     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17660
17661 commit bf9a521529e484b15e8fdb583a607cf7945d2f6b
17662 Author: TsiChung Liew <tsicliew@gmail.com>
17663 Date:   Fri Jun 12 11:29:00 2009 +0000
17664
17665     ColdFire: Add M5208EVB and MCF520x CPU support
17666
17667     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17668
17669 commit 709b384b6493d9726dce20663ebe31bf7cab2925
17670 Author: TsiChung Liew <tsicliew@gmail.com>
17671 Date:   Thu Jun 11 15:39:57 2009 +0000
17672
17673     ColdFire: Update for M54451EVB
17674
17675     Update serial boot DRAM's Internal RAM, vector table and DRAM in
17676     start.S, serial flash's read status command over SPI and NOR
17677     flash.
17678
17679     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17680
17681 commit bbf6bbffcaf694c03504c661e58fbd1aefe5bf64
17682 Author: TsiChung Liew <tsicliew@gmail.com>
17683 Date:   Thu Jun 11 12:50:05 2009 +0000
17684
17685     ColdFire: Update configuration file to use flash buffer write
17686
17687     Update M52277EVB, M53017EVB and M54455EVB platform configuration
17688     file to use flash buffer write
17689
17690     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17691
17692 commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1
17693 Author: Wolfgang Denk <wd@denx.de>
17694 Date:   Sun Jun 14 20:58:53 2009 +0200
17695
17696     mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
17697
17698     Signed-off-by: Wolfgang Denk <wd@denx.de>
17699
17700 commit 1f1f82f3de1660f398bf42bfd709b9859582ce5e
17701 Author: Wolfgang Denk <wd@denx.de>
17702 Date:   Sun Jun 14 20:58:52 2009 +0200
17703
17704     aria: add JFFS2 and MTDPARTS support; adjust flash map
17705
17706     Signed-off-by: Wolfgang Denk <wd@denx.de>
17707
17708 commit a6d6d46a4fef876455e11b45ed699c0fb3bd1ca1
17709 Author: Wolfgang Denk <wd@denx.de>
17710 Date:   Sun Jun 14 20:58:51 2009 +0200
17711
17712     aria: enable NAND flash support
17713
17714     Signed-off-by: Wolfgang Denk <wd@denx.de>
17715
17716 commit 13946925e850db5351982acb691d51716fc754e2
17717 Author: Wolfgang Denk <wd@denx.de>
17718 Date:   Sun Jun 14 20:58:50 2009 +0200
17719
17720     MPC512x: fix typo in comment listing the NAND driver name
17721
17722     Signed-off-by: Wolfgang Denk <wd@denx.de>
17723     Cc: Stefan Roese <sr@denx.de>
17724     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
17725
17726 commit 2ca6f74d09653f8041b52cafd0d650fdc2a56c51
17727 Author: Wolfgang Denk <wd@denx.de>
17728 Date:   Sun Jun 14 20:58:49 2009 +0200
17729
17730     mecp5123: cleanup - remove dead code
17731
17732     Remove dead code that was obviously a left-over from copy & paste.
17733
17734     Signed-off-by: Wolfgang Denk <wd@denx.de>
17735     Cc: Stefan Roese <sr@denx.de>
17736     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
17737
17738 commit 25671c8672f2d7b39555416a6b7a6b7b39b810bf
17739 Author: Wolfgang Denk <wd@denx.de>
17740 Date:   Sun Jun 14 20:58:48 2009 +0200
17741
17742     aria: adjust memory controller initialization
17743
17744     Needed for Rev. 2 silicon at 400 MHz
17745
17746     Signed-off-by: Wolfgang Denk <wd@denx.de>
17747
17748 commit 7629f1c06b6dea36bbc7bf70820b824e9b6d2227
17749 Author: Wolfgang Denk <wd@denx.de>
17750 Date:   Sun Jun 14 20:58:47 2009 +0200
17751
17752     MPC512x: factor out common code
17753
17754     Now that we have 3 boards for the MPC512x it turns out that they all
17755     use the very same fixed_sdram() code.
17756
17757     This patch factors out this common code into cpu/mpc512x/fixed_sdram.c
17758     and adds a new header file, include/asm-ppc/mpc512x.h, with some
17759     macros, inline functions and prototype definitions specific to MPC512x
17760     systems.
17761
17762     Signed-off-by: Wolfgang Denk <wd@denx.de>
17763     Cc: Stefan Roese <sr@denx.de>
17764     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
17765
17766 commit 0549353a6ba5aa03420c0962b9072e9cf1fa49d9
17767 Author: Wolfgang Denk <wd@denx.de>
17768 Date:   Sun Jun 14 20:58:46 2009 +0200
17769
17770     mecp5123: fix build error
17771
17772     The mecp5123 board did not compile because the MSCAN Clock Control
17773     Registers were missing; these got added, but as an array instead
17774     of 4 individual registers. Adapt the code so it builds.
17775
17776     Signed-off-by: Wolfgang Denk <wd@denx.de>
17777     Cc: Stefan Roese <sr@denx.de>
17778     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
17779
17780 commit a9905db5d29a56aedd7db5bcb56b0385873aa6a3
17781 Author: Wolfgang Denk <wd@denx.de>
17782 Date:   Sun Jun 14 20:58:45 2009 +0200
17783
17784     MPC512x: Add MSCAN1...4 Clock Control Registers
17785
17786     Signed-off-by: Wolfgang Denk <wd@denx.de>
17787     Cc: Stefan Roese <sr@denx.de>
17788     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
17789
17790 commit f5489c4200b37c9a1d6dbde116f5adc0539610de
17791 Author: Wolfgang Denk <wd@denx.de>
17792 Date:   Sun Jun 14 20:58:44 2009 +0200
17793
17794     MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF
17795
17796     When enabling NAND support for a board, one must also define
17797     CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
17798     for correct output.
17799
17800     Signed-off-by: Wolfgang Denk <wd@denx.de>
17801     Cc: Stefan Roese <sr@denx.de>
17802     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
17803
17804 commit b4db4a7638ef90cf0aacf7b954d9bf3043dda780
17805 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
17806 Date:   Fri Jul 10 18:03:57 2009 +0800
17807
17808     issue write command to base for JEDEC flash
17809
17810     For JEDEC flash, we should issue word programming command relative to
17811     base address rather than sector base address. Original source makes
17812     SST Flash fails to program sectors which are not on the 0x10000 boundaries.
17813
17814     e.g.
17815     SST39LF040 uses addr1=0x5555 and addr2=0x2AAA, however, each sector
17816     is 0x1000 bytes.
17817
17818     Thus, if we issue command to "sector base (0x41000) + offset(0x5555)",
17819     it sends to 0x46555 and the chip fails to recognize that address.
17820
17821     This patch is tested with SST39LF040.
17822
17823     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
17824     Signed-off-by: Stefan Roese <sr@denx.de>
17825
17826 commit 986922714ffd21ad39f48522d285fffc7aed56b1
17827 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17828 Date:   Sat May 2 11:53:50 2009 +0200
17829
17830     versatile: update config and merge to cfi flash driver
17831
17832     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17833     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
17834     Cc: Catalin Marinas <catalin.marinas@arm.com>
17835
17836 commit d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e
17837 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17838 Date:   Sat May 2 11:53:49 2009 +0200
17839
17840     versatile: specify the board type on the prompt
17841
17842     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17843     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
17844     Cc: Catalin Marinas <catalin.marinas@arm.com>
17845
17846 commit 5ccc2d99d61c81805348b0cd9f79731b271f7daf
17847 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
17848 Date:   Thu Jun 25 17:04:15 2009 +0200
17849
17850     at91: Introduction of at91sam9g10 SOC.
17851
17852     AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a
17853     faster clock speed: 266/133MHz.
17854
17855     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
17856
17857 commit 22ee647380c42f44528f99b7c1b423725e542102
17858 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
17859 Date:   Thu Jul 9 10:16:29 2009 +0200
17860
17861     at91: Introduction of at91sam9g45 SOC.
17862
17863     AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz.
17864     It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of
17865     peripherals.
17866
17867     The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES.
17868     On the board you can find 2 USART, USB high speed,
17869     a 480*272 LG lcd, ethernet, gpio/joystick/buttons.
17870
17871     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
17872
17873 commit c33c5990cec7ced9ef1ef148debbca34adafa12b
17874 Author: Daniel Mack <daniel@caiaq.de>
17875 Date:   Tue Jun 23 17:30:05 2009 +0200
17876
17877     pxa: fix CKEN_B register bits
17878
17879     The current defition for CKEN_B register bits is nonsense. Adding 32 to
17880     the shifted value is equal to '| (1 << 5)', and this bit is marked
17881     'reserved' in the PXA docs.
17882
17883     Signed-off-by: Daniel Mack <daniel@caiaq.de>
17884
17885 commit bd876be46f28b5fc2896537f6d01353f332789f7
17886 Author: Daniel Mack <daniel@caiaq.de>
17887 Date:   Tue Jun 23 17:30:04 2009 +0200
17888
17889     pxa: add clock for system bus 2 arbiter
17890
17891     This clock is needed for systems using the USB2 device unit or the 2d
17892     graphics accelerator.
17893
17894     Signed-off-by: Daniel Mack <daniel@caiaq.de>
17895
17896 commit b016000a95514c08cab50e1cba00b019c0801bc4
17897 Author: Grazvydas Ignotas <notasas@gmail.com>
17898 Date:   Wed Jul 8 00:30:01 2009 +0300
17899
17900     OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
17901
17902     Pandora is using both SDRC CSes. The MUX setting is needed
17903     for the second CS clock signal to allow the 2 RAM parts to
17904     be put in self-refresh correctly.
17905
17906     Based on similar patch for beagle and overo by
17907     Jean Pihet and Steve Sakoman.
17908
17909 commit 8672c288703f3c51c829851c8fe6608c7869faaa
17910 Author: Grazvydas Ignotas <notasas@gmail.com>
17911 Date:   Wed Jul 8 00:30:00 2009 +0300
17912
17913     OMAP3 pandora: setup pulls for various GPIOs
17914
17915     Set pullups or pulldowns for GPIOs which need them.
17916     Disable them for others, which have external pulls.
17917     Also make disabled pull setting consistent (some pins had
17918     type set to "up" even if pull type selection was disabled).
17919
17920 commit 5ff78122f229946862a3f67a2f50a329e8e1bcf5
17921 Author: Grazvydas Ignotas <notasas@gmail.com>
17922 Date:   Wed Jul 8 00:29:59 2009 +0300
17923
17924     OMAP3 pandora: setup pin mux for pins used on rev3 boards
17925
17926     Setup pin mux for GPIO pins connected on rev3 or later
17927     boards. Also change NUB2 IRQ pin. This should not affect
17928     older boards because they don't have any nubs (analog
17929     controllers) attached to them.
17930
17931 commit 67c97c346b27c586a7263564f7afff6d1f8d8d0a
17932 Author: Grazvydas Ignotas <notasas@gmail.com>
17933 Date:   Wed Jul 8 00:29:58 2009 +0300
17934
17935     OMAP3 pandora: pin mux cleanup
17936
17937     Remove configuration of not unused pins, effectively
17938     leaving them in safe mode.
17939
17940 commit b996165f5a1623a055c03b22d64d6d5da81835d0
17941 Author: Prafulla Wadaskar <prafulla@marvell.com>
17942 Date:   Mon Jul 6 15:50:47 2009 +0530
17943
17944     arm: Kirkwood: bugfix: UART1 bar correction
17945
17946     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
17947
17948 commit 50243e3e7a96a96c5418ce6c90b7252d26fdd5b0
17949 Author: Kumar Gala <galak@kernel.crashing.org>
17950 Date:   Tue Jul 7 15:48:58 2009 -0500
17951
17952     usb: Fix compiler warning with gcc4.4
17953
17954     ehci-hcd.c: In function 'ehci_submit_root':
17955     ehci-hcd.c:719: warning: value computed is not used
17956     ehci-hcd.c:748: warning: value computed is not used
17957
17958     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17959     Signed-off-by: Remy Bohmer <linux@bohmer.net>
17960
17961 commit 04366d070a1a3f7affddf15aaaea87bcf44cdbb0
17962 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17963 Date:   Wed Jul 8 11:42:19 2009 +0900
17964
17965     sh: Update pci config for Renesas r7780mp board
17966
17967     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17968
17969 commit 74d9c16a681aa24bb4125191fe39dc7c75cde56a
17970 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17971 Date:   Thu Jun 25 16:31:26 2009 +0900
17972
17973     sh: Add support ESPT-GIGA borad
17974
17975     ESPT-Giga is SH7763-based reference board.
17976     Board support is relatively sparse, presently supporting serial,
17977     gigabit ethernet, USB host, and MTD.
17978
17979     More information (in Japanese) available at:
17980     http://www.cente.jp/product/cente_hard/ESPT-Giga.html
17981
17982     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17983     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17984
17985 commit dae4e0148a1146a5610025ae4b445e841410b659
17986 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
17987 Date:   Fri Jul 3 16:06:37 2009 +0200
17988
17989     Add ESD PCI vendor ID
17990
17991     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
17992
17993 commit 876b3cef537aab2cba8c19505db2876f6057f818
17994 Author: Peter Tyser <ptyser@xes-inc.com>
17995 Date:   Mon Jun 22 18:01:41 2009 -0500
17996
17997     api_examples/Makefile: General cleanup
17998
17999     * Remove symlinking of files located outside api_examples/
18000
18001     * Auto generate dependencies for files located outside api_examples/
18002
18003     * Update names of variables to be similar to those in tools/Makefile
18004
18005     * Fix out of tree build error
18006       Dependencies are calculated for all files in the SRCS variable.
18007       Previously, the SRCS variable contained files which were symlinked
18008       into the api_examples/ directory.  These symlinked files did not exist
18009       when dependencies were calculated when building out of tree.  This
18010       resulted in errors such as:
18011         make[1]: *** No rule to make target `/work/wd/tmp-ppc/api_examples/.depend', needed by `_depend'.  Stop.
18012         make[1]: Leaving directory `/home/wd/git/u-boot/work/api_examples'
18013         make: *** [depend] Error 2
18014
18015       Since symlinked source files are no longer used, this bug no longer
18016       exists.
18017
18018     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18019     Acked-by: Rafal Jaworowski <raj@semihalf.com>
18020
18021 commit 522f6f02adb93194e337016fe2e4e53c58d5d5ea
18022 Author: Peter Tyser <ptyser@xes-inc.com>
18023 Date:   Mon Jun 22 18:01:40 2009 -0500
18024
18025     api_examples/Makefile: Get rid of unnecessary intermediate LIB target
18026
18027     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18028     Acked-by: Rafal Jaworowski <raj@semihalf.com>
18029
18030 commit 117d0ab5e6f3b3dd48fc346df4919555a78afd39
18031 Author: Peter Tyser <ptyser@xes-inc.com>
18032 Date:   Mon Jun 22 18:01:39 2009 -0500
18033
18034     api_examples/Makefile: Combine ELF and BIN targets
18035
18036     Combining the two rules cleans up the Makefile a bit
18037
18038     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18039     Acked-by: Rafal Jaworowski <raj@semihalf.com>
18040
18041 commit 644cb38108b8dc22e0ef3cf5f404fe310d1995f8
18042 Author: Peter Tyser <ptyser@xes-inc.com>
18043 Date:   Mon Jun 22 18:01:38 2009 -0500
18044
18045     api_examples/Makefile: Split up variable declarations
18046
18047     This cleans up the Makefile a bit and simplifies future changes
18048
18049     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18050     Acked-by: Rafal Jaworowski <raj@semihalf.com>
18051
18052 commit 890d242facc4079ed21e979ced2e8c6d6974f6d3
18053 Author: Timur Tabi <timur@freescale.com>
18054 Date:   Fri Jun 19 14:10:52 2009 -0500
18055
18056     remove _IO_BASE and KSEG1ADDR from board configuration files
18057
18058     The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet
18059     driver, but the code that used that macro was removed over a year
18060     ago, so board configuration files no longer need to define it.
18061
18062     The _IO_BASE macro is also automatically defined to 0 if it isn't
18063     already set, so there's no need to define that macro either in the
18064     board configuration files.
18065
18066     Signed-off-by: Timur Tabi <timur@freescale.com>
18067     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18068     Acked-by: Andy Fleming <afleming@freescale.com>
18069     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
18070     Acked-by: Kim Phillips <kim.phillips@freescale.com>
18071
18072 commit c9969947a4687de90e2bb58e76842b491aa0e0b9
18073 Author: Jon Smirl <jonsmirl@gmail.com>
18074 Date:   Sun Jun 14 18:21:28 2009 -0400
18075
18076     board support patch for phyCORE-MPC5200B-tiny
18077
18078     Add support for the Phytec phyCORE-MPC5200B-tiny.
18079     Code originally from Pengutronix.de.
18080     Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on
18081     Timer 0/1
18082
18083     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
18084     Acked-by: Grant Likely <grant.likely@secretlab.ca>
18085
18086 commit 7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d
18087 Author: Mike Frysinger <vapier@gentoo.org>
18088 Date:   Mon Jun 15 13:37:20 2009 -0400
18089
18090     kallsyms: fix escaping of NUL char in strings
18091
18092     The current kallsyms code is using \\0 to escape the backslash in the awk
18093     code, but the shell too needs escaping.  This way we make sure gcc is
18094     passed the \0.  Then gcc itself will consume this as an octal, so we have
18095     to use 000 so gcc will create the final NUL.
18096
18097     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18098
18099 commit ed540f07b8ad86909704e9806c1762462cb4995a
18100 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
18101 Date:   Fri Jun 26 10:18:49 2009 -0400
18102
18103     Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on
18104
18105     The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender
18106     board, so add a simple example of how to do that in the board config.
18107
18108     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
18109     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18110
18111 commit f8bf54b4081c3c3d518830df0017a23ec672a841
18112 Author: Mike Frysinger <vapier@gentoo.org>
18113 Date:   Thu Jun 25 19:40:28 2009 -0400
18114
18115     Blackfin: blackstamp: update spi flash settings
18116
18117     The latest blackstamp boards can only run the SPI flash at 15MHz before
18118     they start to crap out, so lower the max speeds accordingly.  The new SPI
18119     flash also has different sector requirements, so update the environment
18120     sizes as well.
18121
18122     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18123
18124 commit 286070ddc8339666c09bd7912e960b850a8a0318
18125 Author: Mike Frysinger <vapier@gentoo.org>
18126 Date:   Mon Oct 6 03:31:52 2008 -0400
18127
18128     Blackfin: add cache_dump commands
18129
18130     A few debug-type commands used to dump the raw icache/dcache data.  Useful
18131     when trying to track down cache-related bugs.
18132
18133     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18134
18135 commit 632e9b671efb0a6c900499f7a49fe5b63292b5fc
18136 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
18137 Date:   Wed Jul 8 15:31:57 2009 +0200
18138
18139     ppc4xx: Set default PCI device ID for 405EP boards
18140
18141     Current code only sets the PCI vendor id to 0x1014 and
18142     leaved device id to 0x0000.
18143
18144     Ths patch ....
18145     a) uses the correct PCI_VENDOR_ID_IBM macro for this
18146     b) sets the default device ID as stated in the UM to 0x0156
18147        by using PCI_DEVICE_ID_IBM_405GP for this.
18148
18149     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
18150     Signed-off-by: Stefan Roese <sr@denx.de>
18151
18152 commit 123f102ec093fba6967066acdf9beb637df2e2d1
18153 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
18154 Date:   Wed Jul 8 13:43:55 2009 +0200
18155
18156     ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()
18157
18158     This patch moves some basic PCI initialisation from the 4xx cpu_init_f()
18159     to cpu/ppc4xx/4xx_pci.c.
18160
18161     The original cpu_init_f() function enabled the 405EP's internal arbiter
18162     in all situations. Also the HCE bit in cpc0_pci is always set.
18163     The first is not really wanted for PCI adapter designs and the latter
18164     is a general bug for PCI adapter U-Boots. Because it enables
18165     PCI configuration by the system CPU even when the PCI configuration has
18166     not been setup by the 405EP. The one and only correct place is
18167     in pci_405gp_init() (see "Set HCE bit" comment).
18168
18169     So for compatibility reasons the arbiter is still enabled in any case,
18170     but from weak pci_pre_init() so that it can be replaced by board specific
18171     code.
18172
18173     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
18174     Signed-off-by: Stefan Roese <sr@denx.de>
18175
18176 commit c71103f9dc66dfcce8ad6df942364043bf27ade8
18177 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
18178 Date:   Wed Jul 8 13:43:23 2009 +0200
18179
18180     ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs
18181
18182     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
18183     Signed-off-by: Stefan Roese <sr@denx.de>
18184
18185 commit 1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17
18186 Author: Prafulla Wadaskar <prafulla@marvell.com>
18187 Date:   Mon Jun 29 20:56:43 2009 +0530
18188
18189     usb: add Marvell Kirkwood ehci host controller driver
18190
18191     This driver is tested on Sheevaplug platform
18192
18193     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18194     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18195
18196 commit db7b43e4681f6f93c336132708157a8a0cca1f8b
18197 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
18198 Date:   Wed Jun 24 10:08:40 2009 +0530
18199
18200     mpc83xx: USB: fix: access of ehci struct elements
18201
18202     It fixes the access to the 'ehci' struct elements for mpc83xx which
18203     should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
18204     Sorry about that.
18205
18206     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
18207     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18208
18209 commit 08066152735417fc55a5c9de2cec0714c529e4f3
18210 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
18211 Date:   Fri Jun 19 17:56:00 2009 +0530
18212
18213     mpc8xxx: USB: fix: access of ehci struct elements
18214
18215     This patch fixes the access to the 'ehci' struct elements which should
18216     have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
18217     Sorry about that.
18218
18219     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
18220     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18221
18222 commit c3a012ce65818beb274195cd47f31ed80d0fbaa5
18223 Author: Bryan Wu <bryan.wu@analog.com>
18224 Date:   Tue Jun 16 05:26:27 2009 -0400
18225
18226     usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
18227
18228     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
18229     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18230     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18231
18232 commit 7984967a9405672db1581402d2c2cfae268d1a67
18233 Author: Mike Frysinger <vapier@gentoo.org>
18234 Date:   Tue Jun 16 05:26:25 2009 -0400
18235
18236     usb: musb: drop old musb read/write prototypes
18237
18238     These functions are no longer defined, so remove their prototypes.
18239
18240     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18241     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18242
18243 commit 4e04f16020115ab5ccf53158e100de58bcaf29bd
18244 Author: Kim Phillips <kim.phillips@freescale.com>
18245 Date:   Mon Jun 15 11:50:07 2009 -0500
18246
18247     usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
18248
18249     fix a stray CONFIG_MPC83XX that escaped commit
18250     0f898604945af4543c1525fc33b6bae621a3b805.
18251
18252     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18253     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18254
18255 commit bc0d3296f1780b50e6b9630aee5eb368f2afb6cb
18256 Author: Michal Simek <monstr@monstr.eu>
18257 Date:   Tue Jun 30 23:47:30 2009 +1000
18258
18259     asm-generic: Consolidate errno.h to asm-generic/errno.h
18260
18261     This patch use blackfin errno.h implementation which
18262     correspond Linux kernel one.
18263
18264     MIPS implemetation is different that's why I keep it.
18265
18266     I removed ppc_error_no.h from Marvell boards which
18267     was the same too.
18268
18269     I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians.
18270
18271     Acked-by: Stefan Roese <sr@denx.de>
18272     Signed-off-by: Michal Simek <monstr@monstr.eu>
18273
18274 commit 2896b5851f0430bf16529376a4193630e966c788
18275 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
18276 Date:   Tue Jul 7 16:01:02 2009 +0200
18277
18278     Command improvements for ubifs
18279
18280     Check that an argument is passed to ubifsmount and that addresses and
18281     sizes are actually numbers for ubifsload. Also improve the instructions
18282     a bit.
18283
18284     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
18285     Signed-off-by: Stefan Roese <sr@denx.de>
18286
18287 commit 25c8f4005979ab2d190713ba341d96a5fa905cdb
18288 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
18289 Date:   Tue Jul 7 16:59:46 2009 +0200
18290
18291     Handle VID header offset in ubi part command
18292
18293     The VID header offset is sometimes needed to initialize the UBI
18294     partition. This patch adds it (optionally) to the command line
18295     for the ubi part command.
18296
18297     (Lines have been properly wrapped since last version)
18298
18299     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
18300     Acked-by: Stefan Roese <sr@denx.de>
18301     Signed-off-by: Stefan Roese <sr@denx.de>
18302
18303 commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52
18304 Author: Wolfgang Denk <wd@denx.de>
18305 Date:   Thu Jul 9 09:56:16 2009 +0200
18306
18307     MAINTAINERS: fix sorting, remove duplicates.
18308
18309     Signed-off-by: Wolfgang Denk <wd@denx.de>
18310
18311 commit efbf14e9a2394a154b12643d4a011994b5096b5a
18312 Author: Heiko Schocher <heiko.schocher@invitel.hu>
18313 Date:   Wed Dec 10 08:27:01 2008 +0100
18314
18315     all platforms: make show_boot_progress() work again
18316
18317     Signed-off-by: Heiko Schocher <hs@denx.de>
18318
18319 commit 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2
18320 Author: Prafulla Wadaskar <prafulla@marvell.com>
18321 Date:   Mon Jun 29 15:25:18 2009 +0530
18322
18323     nand: Add Marvell Kirkwood NAND driver
18324
18325     This patch adds a NAND driver for the Marvell Kirkwood SoC's
18326
18327     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18328     Acked-by: Scott Wood <scottwood@freescale.com>
18329
18330 commit 0580e48f53f972783e56fcedadb9ce6e5b0b6f32
18331 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
18332 Date:   Mon Jul 6 16:27:33 2009 +0200
18333
18334     ppc4xx: Make pll_write global
18335
18336     This patch makes pll_write on PPC405EP boards
18337     global and callable from C code.
18338
18339     pll_write can be used to dynamically modify the PLB:PCI divider
18340     as it is required for 33/66 MHz pci adapters based on the 405EP.
18341
18342     board_early_init_f() is a good place to do that (check M66EN signal
18343     and call pll_write() when it is required).
18344
18345     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
18346     Signed-off-by: Stefan Roese <sr@denx.de>
18347
18348 commit 20b3c4b528606d51799aed5e4c71783720cd2b72
18349 Author: Stefan Roese <sr@denx.de>
18350 Date:   Mon Jul 6 11:44:33 2009 +0200
18351
18352     ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"
18353
18354     Signed-off-by: Stefan Roese <sr@denx.de>
18355
18356 commit d0a1364f91c80d29daff6b27a7904a50cdc00b35
18357 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
18358 Date:   Fri Jul 3 16:06:06 2009 +0200
18359
18360     ppc4xx: Implement is_pci_host() for 405 CPUs
18361
18362     This patch implements the is_pci_host() function in a similiar way
18363     as it is used on 440 targets.
18364
18365     The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not
18366     build on 405EP targets because checking the PCI arbiter is different.
18367     So putting the fixed code into a separate function makes the code
18368     more readable.
18369
18370     Also using is_pci_host() on 405 brings 405 and 440 PCI code
18371     a little bit closer.
18372
18373     In preparation for an upcoming 405EP based PMC module I made this
18374     function weak so that it can be overwritten from board specific code.
18375
18376     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
18377     Signed-off-by: Stefan Roese <sr@denx.de>
18378
18379 commit 04ddae915f295dee301f15c32100533a48e3b433
18380 Author: Alessio Centazzo <centazzo@gmail.com>
18381 Date:   Wed Jul 1 22:20:51 2009 -0700
18382
18383     ppc4xx: Fixed PPC4xx debug compilation error in uic.c
18384
18385     This patch fixes a debug compilation error for PPC4xx platforms, all
18386     other architectures are not affected by this change.  The 'handler'
18387     pointer was undefined.  The fix is exercised and has effect only if
18388     DEBUG is defined.
18389
18390     Signed-off-by: Alessio Centazzo acpatin@yahoo.com
18391     Signed-off-by: Stefan Roese <sr@denx.de>
18392
18393 commit 48e2b535a0dd3a7b77b674130934a24f9de6f48d
18394 Author: Felix Radensky <felix@embedded-sol.com>
18395 Date:   Wed Jul 1 11:37:46 2009 +0300
18396
18397     4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code
18398
18399     This patch fixes printf format string compilation warnings in several
18400     debug statements. It also fixes the dump of DDR controller MQ registers
18401     found on some 44x and 46x platforms. The current register dump code
18402     uses incorrect DCRs to access these registers.
18403
18404     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
18405     Signed-off-by: Stefan Roese <sr@denx.de>
18406
18407 commit 26d37f0061ad05e5c383c910f00e6006f3c89a3a
18408 Author: Felix Radensky <felix@embedded-sol.com>
18409 Date:   Mon Jun 22 15:30:42 2009 +0300
18410
18411     ppc4xx: Fix FDT EBC mappings on Canyonlands
18412
18413     This patch fixes 2 problems with FDT EBC mappings on Canyonlands.
18414     First, NAND EBC mapping was missing, making Linux NAND driver
18415     unusable on this board. Second, NOR remapping code assumed that
18416     NOR is always on CS0, however when booting from NAND NOR is on CS3.
18417
18418     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
18419     Signed-off-by: Stefan Roese <sr@denx.de>
18420
18421 commit baa9f9ba4345ed6dc5c403871c32e6295316ea52
18422 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18423 Date:   Tue Jun 16 22:29:15 2009 +0900
18424
18425     sh: Revised the build with newest compiler
18426
18427     The check of data became severe from newest gcc.
18428     This patch checked in gcc-4.2 and 4.3 .
18429
18430     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18431
18432 commit be45c632568ba76343c1453b3951ad793f482fd5
18433 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18434 Date:   Thu Jun 4 12:06:48 2009 +0200
18435
18436     sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
18437
18438     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18439     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18440     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18441
18442 commit 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4
18443 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18444 Date:   Thu Jun 4 12:06:47 2009 +0200
18445
18446     sh3/sh4: fix CONFIG_SYS_HZ to 1000
18447
18448     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18449     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18450     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18451
18452 commit add380f51f34ed1e2678c2abac8d53c91d652f26
18453 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18454 Date:   Thu Jun 4 12:06:46 2009 +0200
18455
18456     sh: introduce clock framework
18457
18458     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18459     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18460     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18461
18462 commit 3931a375de2c381d9ff5ec2767b2da9f62a41aef
18463 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18464 Date:   Thu Jun 4 12:06:45 2009 +0200
18465
18466     sh: unify linker script
18467
18468     all sh boards use the same cpu linker script so move it to cpu/$(CPU)
18469
18470     that could be overwrite in following order
18471     SOC
18472     BOARD
18473     via the corresponding config.mk
18474
18475     tested on r2dplus
18476
18477     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18478     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18479     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18480
18481 commit 236aad875817771eb1f25ed32784b3cd7760b2e6
18482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18483 Date:   Thu Jun 4 12:06:44 2009 +0200
18484
18485     sh: make the linker scripts more generic
18486
18487     currently we need to sync the linker script enty and TEXT_BASE manualy
18488     and the reloc_dst is based on it
18489
18490     instead provide it now from the ldflags
18491
18492     tested on r2dplus
18493
18494     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18495     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18496     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18497
18498 commit ce29817212792113cd2d67a9767049a2e262c406
18499 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18500 Date:   Thu Jun 4 12:06:43 2009 +0200
18501
18502     sh7785lcr: fix out of tree build
18503
18504     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18505     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18506     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18507
18508 commit 2e8a6f551cba550e9220dca4d8504066203b1f74
18509 Author: HeungJun Kim <riverful.kim@gmail.com>
18510 Date:   Tue Jun 30 14:42:22 2009 +0900
18511
18512     env_onenand: change env_address type from unsigned long to loff_t
18513
18514     If use the onenand boot, the env_relocate_spec() calls mtd->read(),
18515     and the type of the argument #2 of mtd->read() was changed to loff_t.
18516     But, the "env_addr" type is still unsigned long, thus this patch change
18517     the type from unsigned long to loff_t.
18518
18519     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
18520     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
18521     Signed-off-by: Scott Wood <scottwood@freescale.com>
18522
18523 commit 66372fe2ab11cdeb0e841ad9eb6ba79769db4909
18524 Author: Mingkai Hu <Mingkai.hu@freescale.com>
18525 Date:   Thu Jun 18 18:23:27 2009 +0800
18526
18527     fsl_elbc_nand: redirect the pointer of bbt pattern to RAM
18528
18529     The bbt descriptors contains the pointer to the bbt pattern which
18530     are statically initialized memory struct. When relocated to RAM,
18531     these pointers will continue point to NOR flash(or L2 SRAM, or
18532     other boot device). If the contents of NOR flash changed or L2
18533     SRAM disabled, it'll hang the system.
18534
18535     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
18536     Signed-off-by: Scott Wood <scottwood@freescale.com>
18537
18538 commit 1dac3a51875967f32641bbc0d26dc382ef02330a
18539 Author: Scott Wood <scottwood@freescale.com>
18540 Date:   Wed Jun 24 17:23:49 2009 -0500
18541
18542     nand_spl: Fix cmd_ctrl usage in nand_boot.c.
18543
18544     When adding large page NAND support to this file, I had a misunderstanding
18545     about the exact semantics of NAND_CTRL_CHANGE (which isn't documented
18546     anywhere I can find) -- it is apparently just a hint to drivers,
18547     which aren't required to preserve the old value for subsequent
18548     non-"change" invocations.
18549
18550     This change makes nand_boot.c no longer assume this.  Note that this
18551     happened to work by chance with some NAND drivers, which don't preserve
18552     the value, but treat 0 equivalently to NAND_CTRL_ALE.
18553
18554     I don't have hardware to test this, so any testing is appreciated.
18555
18556     Signed-off-by: Scott Wood <scottwood@freescale.com>
18557
18558 commit 98713d2663d5d30dde74f48f547114a2bfd9d463
18559 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
18560 Date:   Thu Jun 18 18:41:03 2009 +0100
18561
18562     Bug-fix in drivers mtd nand Makefile
18563
18564     The S3C2410 NAND driver source file is included in the makefile instead of
18565     the object file.
18566
18567     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
18568     Signed-off-by: Scott Wood <scottwood@freescale.com>
18569
18570 commit b74ab737369bbbe66c15cbe6c0d0b6a351b00c96
18571 Author: Guennadi Liakhovetski <lg@denx.de>
18572 Date:   Mon May 18 16:07:22 2009 +0200
18573
18574     nand_spl: read environment early, when booting from NAND using nand_spl
18575
18576     Currently, when booting from NAND using nand_spl, in the beginning the default
18577     environment is used until later in boot process the dynamic environment is read
18578     out. This way environment variables that must be interpreted early, like the
18579     baudrate or "silent", cannot be modified dynamically and remain at their
18580     default values. Fix this problem by reading out main and redundand (if used)
18581     copies of the environment in the nand_spl code.
18582
18583     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18584     Signed-off-by: Scott Wood <scottwood@freescale.com>
18585
18586 commit 378adfcdf4bbd77ee4cbc3276d4733e218308a21
18587 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18588 Date:   Sat May 16 14:27:40 2009 +0200
18589
18590     mtd: nand: use loff_t for offset
18591
18592     nand_util currently uses size_t which is arch dependent and not always a
18593     unsigned long.  Now use loff_t, as does the linux mtd layer.
18594
18595     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18596     Signed-off-by: Scott Wood <scottwood@freescale.com>
18597
18598 commit 8360b66bac9567701027a0087274d0c9b2fe8d6b
18599 Author: Wolfgang Denk <wd@denx.de>
18600 Date:   Sun May 24 17:34:33 2009 +0200
18601
18602     nand/onenand: Fix missing argument checking for "markbad" command
18603
18604     The "nand markbad" and "onenand markbad" commands did not check if an
18605     argument was passed; if this was forgotten, no error was raised but
18606     block 0 was marked as bad.
18607
18608     While fixing this bug, clean up the code a bit and allow to pass more
18609     than one block address, thus allowing to mark several blocks as bad
18610     in a single command invocation.
18611
18612     Signed-off-by: Wolfgang Denk <wd@denx.de>
18613     Signed-off-by: Scott Wood <scottwood@freescale.com>
18614
18615 commit cd84423a09f3a08029fe41c1db96168debd0b51f
18616 Author: Mike Frysinger <vapier@gentoo.org>
18617 Date:   Mon May 25 22:42:28 2009 -0400
18618
18619     mtd: nand: new base driver for memory mapped nand devices
18620
18621     The BF537-STAMP Blackfin board had a driver for working with NAND devices
18622     that are simply memory mapped.  Since there is nothing Blackfin specific
18623     about this, generalize the driver a bit so that everyone can leverage it.
18624
18625     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18626     Signed-off-by: Scott Wood <scottwood@freescale.com>
18627
18628 commit d27bc728cf35e7d7996fbd77154335e66615b213
18629 Author: Guennadi Liakhovetski <lg@denx.de>
18630 Date:   Mon May 18 16:06:45 2009 +0200
18631
18632     env_nand: remove unused variable.
18633
18634     Remove an unused "total" variable in multiple functions.
18635
18636     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18637     Signed-off-by: Scott Wood <scottwood@freescale.com>
18638
18639 commit 154b5484ac7dcbcd0fb5ba388d930b02f87fa302
18640 Author: David Brownell <dbrownell@users.sourceforge.net>
18641 Date:   Sun May 10 15:43:01 2009 -0700
18642
18643     davinci_nand chipselect/init cleanup
18644
18645     Update chipselect handling in davinci_nand.c so that it can
18646     handle 2 GByte chips the same way Linux does:  as one device,
18647     even though it has two halves with independent chip selects.
18648     For such chips the "nand info" command reports:
18649
18650       Device 0: 2x nand0, sector size 128 KiB
18651
18652     Switch to use the default chipselect function unless the board
18653     really needs its own.  The logic for the Sonata board moves out
18654     of the driver into board-specific code.  (Which doesn't affect
18655     current build breakage if its NAND support is enabled...)
18656
18657     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
18658     Signed-off-by: Scott Wood <scottwood@freescale.com>
18659
18660 commit 496863b2440dd7cd69a1ad2443a9badd5f8968d1
18661 Author: Sandeep Paulraj <s-paulraj@ti.com>
18662 Date:   Sat May 9 12:35:20 2009 -0400
18663
18664     NAND DaVinci: Update to ALE/CLE Mask values
18665
18666     All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8
18667     except the DM646x. This was decided by the design team driving the design.
18668     This patch updates the CLE and ALE values for DM646x.
18669     Updated patches for DM646x will be sent shortly.
18670     This applies to u-boot-nand-flash git
18671
18672     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
18673     Signed-off-by: Scott Wood <scottwood@freescale.com>
18674
18675 commit 0c1684437ef810c503df29e8d73f63191aa63862
18676 Author: Sandeep Paulraj <s-paulraj@ti.com>
18677 Date:   Wed Apr 29 09:47:09 2009 -0400
18678
18679     ARM DaVinci: Changing ALE Mask Value
18680
18681     The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value
18682     from '0xa' to '0x8'. This is the mask we use for all TI releases.
18683
18684     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
18685     Signed-off-by: Scott Wood <scottwood@freescale.com>
18686
18687 commit 6e29ed8e576a6900c5d8dcde36b423ac576894dc
18688 Author: David Brownell <dbrownell@users.sourceforge.net>
18689 Date:   Tue Apr 28 13:19:53 2009 -0700
18690
18691     davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
18692
18693     Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option.  It's not just nasty;
18694     it's also unused by any current boards, and doesn't even match the
18695     main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC
18696     on newer chips that support it).
18697
18698     DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30,
18699     match non-BROKEN code paths for 1-bit HW ECC.  The BROKEN code paths
18700     do seem to partially match what MontaVista/TI kernels (4.0/2.6.10,
18701     and 5.0/2.6.18) do ... but only for small pages.  Large page support
18702     is really broken (and it's unclear just what software it was trying
18703     to match!), and the ECC layout was making three more bytes available
18704     for use by filesystem (or whatever) code.
18705
18706     Since this option itself seems broken, remove it.  Add a comment
18707     about the MV/TI compat issue, and the most straightforward way to
18708     address it (should someone really need to solve it).
18709
18710     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
18711     Signed-off-by: Scott Wood <scottwood@freescale.com>
18712
18713 commit fcb774777562bb7bcdc53c608d0e6bae906ce0f6
18714 Author: David Brownell <dbrownell@users.sourceforge.net>
18715 Date:   Tue Apr 28 13:19:50 2009 -0700
18716
18717     davinci_nand: cleanup I (minor)
18718
18719     Minor cleanup for DaVinci NAND code:
18720
18721      - Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't
18722        be defined when there are multiple chipselect lines in use
18723        (as with common 2 GByte chips).
18724
18725      - Cleanup handling of EMIF control registers
18726         * Only need one pointer pointing to them
18727         * Remove incorrect and unused struct supersetting them
18728
18729      - Use the standard waitfunc; we don't need a custom version
18730
18731      - Partial legacy cleanup:
18732         * Don't initialize every board like it's a DM6446 EVM
18733         * #ifdef a bit more code for BROKEN_ECC
18734
18735     Sanity checked with small page NAND on dm355 and dm6446 EVMs;
18736     and large page on dm355 EVM (packaged as two devices, not one).
18737
18738     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
18739     Signed-off-by: Scott Wood <scottwood@freescale.com>
18740
18741 commit 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a
18742 Author: Wolfgang Denk <wd@denx.de>
18743 Date:   Tue Jul 7 22:35:02 2009 +0200
18744
18745     Coding style cleanup; update CHANGELOG
18746
18747     Signed-off-by: Wolfgang Denk <wd@denx.de>
18748
18749 commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8
18750 Author: Stefan Roese <sr@denx.de>
18751 Date:   Mon Jun 29 13:30:50 2009 +0200
18752
18753     UBI: Fix build problem noticed on Apollon (arm/testing repo)
18754
18755     This patch fixes a build problem noticed on Apollon by using
18756     mtd_dev_by_eb() instead of "/" as done in the Linux UBI version.
18757     So this brings the U-Boot UBI version more in sync with the Linux
18758     version again.
18759
18760     Signed-off-by: Stefan Roese <sr@denx.de>
18761
18762 commit 2efee52b09657e9353655b9dae9e1d1a67a2abe4
18763 Author: Prafulla Wadaskar <prafulla@marvell.com>
18764 Date:   Mon Jul 6 20:29:15 2009 +0530
18765
18766     sf: Macronix additional chips supported
18767
18768     new chips supported:-
18769     MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E
18770     out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms
18771
18772     Modified the Macronix flash support to use 2 bytes of device id instead of 1
18773     This was required to support MX25L12855E
18774
18775     Signed-off-by: Piyush Shah <spiyush@marvell.com>
18776     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18777     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18778
18779 commit dd54126715b89ed0c43322aa78b0dad306f043b6
18780 Author: Mike Frysinger <vapier@gentoo.org>
18781 Date:   Fri Jun 19 03:27:28 2009 -0400
18782
18783     sf: sst: add sst25vf###b ids
18784
18785     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18786
18787 commit 7d907f0ea993b179a197d8db2a36f122bc673c2d
18788 Author: Mike Frysinger <vapier@gentoo.org>
18789 Date:   Fri Jun 19 03:20:06 2009 -0400
18790
18791     sf: sst: fix sector size
18792
18793     Looks like when I was encoding the sector sizes, I forgot to divide by 8
18794     (due to the stupid marketing driven process that declares all sizes in
18795     useless megabits and not megabytes).
18796
18797     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18798
18799 commit ceb70b466e75ceb1a621b6163f7e31116bfc8094
18800 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18801 Date:   Sun Jul 5 01:06:06 2009 +0200
18802
18803     nhk8815: fix MAKEALL
18804
18805     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18806
18807 commit d08e5ca301b69ab77ecdd34e2b06aee30d6057d1
18808 Author: Magnus Lilja <lilja.magnus@gmail.com>
18809 Date:   Sat Jul 4 10:31:24 2009 +0200
18810
18811     MX31: Add NAND SPL boot support to i.MX31 PDK board.
18812
18813     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18814
18815 commit 78eabb90b793fafe875a7469526d1715fa56cbb4
18816 Author: Prafulla Wadaskar <prafulla@marvell.com>
18817 Date:   Mon Jun 29 20:55:54 2009 +0530
18818
18819     arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support
18820
18821     This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver
18822
18823     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18824
18825 commit 095a460b49022e64df76134300643606e3acb4e9
18826 Author: Alessandro Rubini <rubini@unipv.it>
18827 Date:   Mon Jun 29 10:52:37 2009 +0200
18828
18829     arm nomadik: use 1000 as HZ value and rewrite timer code
18830
18831     This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites
18832     timer code, which is now both correct and much smaller.  Unused
18833     functions like udelay_masked() have been removed as no driver uses
18834     them, even the ones that are not currently active for this board.
18835     mtu.h is copied literally from the kernel sources.
18836
18837     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
18838     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
18839     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18840
18841 commit f7aa59b29a451cc502078a9e4ba32345a4250c05
18842 Author: Alessandro Rubini <rubini@unipv.it>
18843 Date:   Mon Jun 22 09:18:57 2009 +0200
18844
18845     arm nomadik: allow Nand and OneNand to coexists
18846
18847     The evaluation kit has both Nand and OneNand, both drivers are there
18848     and the two configurations only select a different default for the
18849     jffs partition. This adds the OneNand driver and cleans up storage.
18850
18851     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
18852     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
18853
18854 commit fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9
18855 Author: Alessandro Rubini <rubini@unipv.it>
18856 Date:   Mon Jun 22 09:18:47 2009 +0200
18857
18858     arm nomadik: cleanup reset
18859
18860     There is only one public release of the Nomadik chip, so the ifdef
18861     in reset code as well as a define in the config file are not needed
18862
18863     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
18864     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
18865
18866 commit ee1363f2da3996bafdecdd8f4e48862ebff3f271
18867 Author: Alessandro Rubini <rubini@unipv.it>
18868 Date:   Mon Jun 22 09:18:37 2009 +0200
18869
18870     arm nomadik: rename board to nhk8815
18871
18872     This is an error in my side in the initial submission: nobody
18873     calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead.
18874
18875     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
18876     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
18877
18878 commit 040f8f63e922bbfb8ba0958bf637f11a917f5c38
18879 Author: Stefano Babic <sbabic@denx.de>
18880 Date:   Wed Jul 1 20:40:41 2009 +0200
18881
18882     xscale: add support for the polaris board
18883
18884     The Polaris board is based on the TrizepsIV module of
18885     Keith & Koep (http://www.keith-koep.com).
18886
18887     Signed-off-by: Stefano Babic <sbabic@denx.de>
18888
18889 commit 88bd97501314683b87f3f1edcf55b347c041b722
18890 Author: Stefano Babic <sbabic@denx.de>
18891 Date:   Wed Jul 1 04:33:56 2009 +0200
18892
18893     xscale: fix USB initialization for Trizepsiv module
18894
18895     Due to change in the usb_board_init() prototype, the USB for
18896     the TrizepsIV was not correctly initialized.
18897     Removed dummy print from usb_board_stop().
18898
18899     Signed-off-by: Stefano Babic <sbabic@denx.de>
18900
18901 commit 0b785ddd60120cfb74d18e58c56054238219f6db
18902 Author: Prafulla Wadaskar <prafulla@marvell.com>
18903 Date:   Wed Jul 1 20:34:51 2009 +0200
18904
18905     net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
18906
18907     This patch looks okay on u-boot-net.git/next branch
18908     but when it was merged to u-boot.git/master the last line is missing
18909
18910     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18911     Acked-by: Ben Warren <biggerbadderben@gmail.com>
18912
18913 commit 33b1d3f43a16fbb79004075ce89ae4e618b288a2
18914 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
18915 Date:   Tue Jun 30 21:03:37 2009 +0200
18916
18917     at91: Add esd gmbh MEESC board support
18918
18919     This patch adds support for esd gmbh MEESC board.
18920     The MEESC is based on an Atmel AT91SAM9263 SoC.
18921
18922     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
18923
18924 commit 21761540b43c7086c75ee9afb412da1e5ddde2e9
18925 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18926 Date:   Tue Jun 30 21:03:35 2009 +0200
18927
18928     ARM: Update mach-types
18929
18930     update against linux v2.6.30
18931
18932     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18933
18934 commit 45627fce18139a74e0755124d27376b520db156c
18935 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
18936 Date:   Tue Jun 30 23:03:33 2009 +0200
18937
18938     at91: Add CAN init function
18939
18940     To enable CAN init, CONFIG_CAN has to be defined in the board config file
18941     and at91_can_hw_init() has to be called in the board specific code.
18942
18943     CAN is available on AT91SAM9263 and AT91CAP9 SoC.
18944
18945     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
18946
18947 commit 2e23008e5dbde7fe4c4758bee5a393e1db796cdf
18948 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
18949 Date:   Tue Jun 30 23:03:31 2009 +0200
18950
18951     arm: Kirkwood: Correct header define
18952
18953     Correct define typo (. -> ,)
18954
18955     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
18956
18957 commit 8449f287f5c53d59db13c3c512e6bd1750b692d1
18958 Author: Magnus Lilja <lilja.magnus@gmail.com>
18959 Date:   Wed Jul 1 01:07:55 2009 +0200
18960
18961     MX31: Add basic support for Freescale i.MX31 PDK board.
18962
18963     Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
18964
18965     This patch assumes that some other program performs the actual
18966     NAND boot.
18967
18968     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18969     Acked-by: Fabio Estevam <fabioestevam@yahoo.com>
18970     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18971
18972 commit 8d460a573e2a2ac4834636903865a0428ad0e629
18973 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18974 Date:   Tue Jun 23 00:12:01 2009 +0200
18975
18976     S3C24x0: extract interrupts from timer
18977
18978     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18979
18980 commit c8badbe500a752f42049e51042767ee62ea714e0
18981 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18982 Date:   Sun Jun 28 14:14:21 2009 +0200
18983
18984     dm355/pm9261: add missing CONFIG_NET_MULTI
18985
18986     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18987
18988 commit 798bf9a9ade1cfbe85a16d180cad720927d8e10a
18989 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18990 Date:   Tue Jun 23 00:12:01 2009 +0200
18991
18992     arm920t/interrupts: Move conditional compilation to Makefile
18993
18994     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18995
18996 commit 06e758e75c79ce8761866bf8165c443584a20893
18997 Author: Kim, Heung Jun <riverful@gmail.com>
18998 Date:   Sat Jun 20 11:02:17 2009 +0200
18999
19000     move L2 cache enable/disable function to cache.c in the omap3 SoC directory
19001
19002     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
19003     CC: Dirk Behme <dirk.behme@googlemail.com>
19004     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19005
19006 commit d583ef5147066d3609de21f3beebbab99a19bad4
19007 Author: Thomas Lange <thomas@corelatus.se>
19008 Date:   Sat Jun 20 11:02:17 2009 +0200
19009
19010     ARM DaVinci: EMIF settings
19011
19012     NAND module should not modify EMIF registers unrelated to CS2
19013     that is used for NAND, i.e. do not modify EWAIT config register
19014     or registers for other Chip Selects.
19015
19016     Without this patch, EMIF configurations made in board_init()
19017     will be invalidated.
19018
19019     Signed-off-by: Thomas Lange <thomas@corelatus.se>
19020
19021 commit 2600b8571a26c10c1c43401d7af38e2333cc5381
19022 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19023 Date:   Sat Jun 20 11:02:17 2009 +0200
19024
19025     versatile: config coding style cleanup
19026
19027     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19028     Cc: Peter Pearse <peter.pearse@arm.com>
19029
19030 commit 4efb77d41f9c5d93f0f92dda60e742023fa03c72
19031 Author: Prafulla Wadaskar <prafulla@marvell.com>
19032 Date:   Sat Jun 20 11:01:53 2009 +0200
19033
19034     arm: Kirkwood: Basic SOCs support
19035
19036     Kirkwood family controllers are highly integrated SOCs
19037     based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.
19038
19039     SOC versions supported:-
19040     1) 88F6281-A0       define CONFIG_KW88F6281_A0
19041     2) 88F6192-A0       define CONFIG_KW88F6192_A0
19042
19043     Other supported features:-
19044     1) get_random_hex() fucntion
19045     2) PCI Express port initialization
19046     3) NS16550 driver support
19047
19048     Contributors:
19049     Yotam Admon <yotam@marvell.com>
19050     Michael Blostein <michaelbl@marvell.com
19051
19052     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
19053     Acked-by: Stefan Rose <sr@denx.de>
19054     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
19055
19056 commit 5c3d5817e5e68b828c165c501c215e793dc63aac
19057 Author: Prafulla Wadaskar <prafulla@marvell.com>
19058 Date:   Sat Jun 20 11:01:52 2009 +0200
19059
19060     arm: generic cache.h for ARM architectures
19061
19062     This patch is required for Kirkwood SoC support
19063     may be used by other ARM architectures
19064
19065     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
19066
19067 commit 9c8c706c92e53433a871a563946c38075d76504d
19068 Author: Matthias Ludwig <mludwig@ultratronik.de>
19069 Date:   Sat Jun 20 11:01:50 2009 +0200
19070
19071     OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
19072
19073     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
19074
19075 commit 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9
19076 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
19077 Date:   Wed Jun 24 08:32:09 2009 +0200
19078
19079     at91sam9260/9263: add back up for the rst(reset controller).
19080
19081     On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was
19082     set to 0 after being set to 500 ms for the PHY reset.
19083     Do backup the old reset length and restore it after the MACB initialisation.
19084
19085     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
19086     Signed-off-by: Stelian Pop <stelian@popies.net>
19087
19088 commit afb0b1315c048ce2b1f35f0183b8b118ad0c14e1
19089 Author: Kumar Gala <galak@kernel.crashing.org>
19090 Date:   Fri Jul 3 12:45:44 2009 -0500
19091
19092     fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code
19093
19094     sys_eeprom.c: In function 'do_mac':
19095     sys_eeprom.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules
19096     sys_eeprom.c: In function 'mac_read_from_eeprom':
19097     sys_eeprom.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules
19098
19099     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19100
19101 commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
19102 Author: Peter Tyser <ptyser@xes-inc.com>
19103 Date:   Tue Jun 30 17:15:51 2009 -0500
19104
19105     83xx: Add support for fsl_dma driver
19106
19107     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19108     Reviewed-by: Ira W. Snyder <iws@ovro.caltech.edu>
19109     Tested-by: Ira W. Snyder <iws@ovro.caltech.edu>
19110     Acked-by: Kim Phillips <kim.phillips@freescale.com>
19111     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19112
19113 commit 9adda5459ca62120c0c50b82b766fe1cf6925bbf
19114 Author: Peter Tyser <ptyser@xes-inc.com>
19115 Date:   Tue Jun 30 17:15:50 2009 -0500
19116
19117     83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references
19118
19119     Update 83xx architecture's CONFIG_ECC_INIT_VIA_DDRC references to
19120     CONFIG_ECC_INIT_VIA_DDRCONTROLLER, which other Freescale architectures
19121     use
19122
19123     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19124     Acked-by: Kim Phillips <kim.phillips@freescale.com>
19125     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19126
19127 commit 039594a4301dadceb267db5e8b9c8c78b1bb86b5
19128 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
19129 Date:   Thu Jul 2 16:15:01 2009 +0530
19130
19131     8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
19132
19133     Defining the next two configs allows to switch the serial port from the
19134     console using the setenv stdin and stdout
19135       1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */
19136       2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */
19137
19138     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
19139     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
19140     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19141
19142 commit 546b1032907df70f2dd0f98f3ad09885a88411e5
19143 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
19144 Date:   Thu Jul 2 16:14:40 2009 +0530
19145
19146     85xx: Adds GPIO registers to MPC85xx Memory Map.
19147
19148     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
19149     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19150
19151 commit 5da6f806b400372b8a0664f3282c9e83a402eb66
19152 Author: Peter Tyser <ptyser@xes-inc.com>
19153 Date:   Tue Jun 30 17:26:01 2009 -0500
19154
19155     86xx: XPedite5170 board support
19156
19157     Initial support for Extreme Engineering Solutions XPedite5170 -
19158     a MPC8640-based 3U VPX single board computer with a PMC/XMC
19159     site.
19160
19161     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19162     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19163
19164 commit e66f38da8434425aca8df08d06d9ef41b3478d3b
19165 Author: Timur Tabi <timur@freescale.com>
19166 Date:   Wed Jul 1 16:51:59 2009 -0500
19167
19168     fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more
19169
19170     The calculate for rank density in compute_ranksize() for DDR3 used all
19171     integers for the expression, so the result was also a 32-bit integer, even
19172     though the 'bsize' variable is a u64.  Fix the expression to calculate a
19173     true 64-bit value.
19174
19175     Signed-off-by: Timur Tabi <timur@freescale.com>
19176     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19177
19178 commit 6af015b86b86d94de7ca1b23a3890bc93a50c2ab
19179 Author: Peter Tyser <ptyser@xes-inc.com>
19180 Date:   Tue Jun 30 17:15:49 2009 -0500
19181
19182     fsl_dma: Make DMA transactions snoopable
19183
19184     Make DMA transactions snoopable so that CPUs can keep caches up-to-date.
19185     This allows dma transactions to be used for operations such as memory
19186     copies without any additional cache control operations.
19187
19188     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19189     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19190
19191 commit 0d595f76bc9c7c8dff5bd31dffed87a840a03c56
19192 Author: Peter Tyser <ptyser@xes-inc.com>
19193 Date:   Tue Jun 30 17:15:48 2009 -0500
19194
19195     fsl_dma: Break out common memory initialization function
19196
19197     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19198     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19199
19200 commit 79f4333ceb059049b3ee560167d6cbaec493695f
19201 Author: Peter Tyser <ptyser@xes-inc.com>
19202 Date:   Tue Jun 30 17:15:47 2009 -0500
19203
19204     8xxx: Move dma_init() call to common code
19205
19206     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19207     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19208
19209 commit 191c7118592cd182f2dc7f46b4f72d9bed0e2c76
19210 Author: Peter Tyser <ptyser@xes-inc.com>
19211 Date:   Tue Jun 30 17:15:46 2009 -0500
19212
19213     fsl_dma: Move dma function prototypes to common header file
19214
19215     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19216     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19217
19218 commit 7892f619d40f4196e41e7114c5dfee9fad0f572f
19219 Author: Peter Tyser <ptyser@xes-inc.com>
19220 Date:   Tue Jun 30 17:15:45 2009 -0500
19221
19222     8xxx: Rename dma_xfer() to dmacpy()
19223
19224     Also update dmacpy()'s argument order to match memcpy's and use
19225     phys_addr_t/phy_size_t for address/size arguments
19226
19227     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19228     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19229
19230 commit 484919cf3351212ebf748b9b13ece1ddaf7e7d1c
19231 Author: Peter Tyser <ptyser@xes-inc.com>
19232 Date:   Tue Jun 30 17:15:44 2009 -0500
19233
19234     fsl_dma: Fix Channel Start bug in dma_check()
19235
19236     The Channel Start (CS) bit in the Mode Register (MR) should actually be
19237     cleared as the comment in the code suggests.  Previously, CS was being
19238     set, not cleared.
19239
19240     Assuming normal operation of the DMA engine, this change shouldn't have
19241     any real affect.
19242
19243     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19244     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19245
19246 commit 51402ac12be9a0025f16db51fbde7c050a54e5fe
19247 Author: Peter Tyser <ptyser@xes-inc.com>
19248 Date:   Tue Jun 30 17:15:43 2009 -0500
19249
19250     fsl_dma: Add support for arbitrarily large transfers
19251
19252     Support DMA transfers larger than the DMA controller's limit of
19253     (2 ^ 26 - 1) bytes
19254
19255     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19256     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19257
19258 commit a730393a362741c318b21771b8d7b2647e546c3e
19259 Author: Peter Tyser <ptyser@xes-inc.com>
19260 Date:   Tue Jun 30 17:15:42 2009 -0500
19261
19262     fsl_dma: Use proper I/O access functions
19263
19264     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19265     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19266
19267 commit 9c06071a6077ba95e9d43226156e39567d5d064a
19268 Author: Peter Tyser <ptyser@xes-inc.com>
19269 Date:   Tue Jun 30 17:15:41 2009 -0500
19270
19271     fsl_dma: Add bitfield definitions for common registers
19272
19273     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19274     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19275
19276 commit 017f11f68ef543e866be033bcb7b8058a8a380d8
19277 Author: Peter Tyser <ptyser@xes-inc.com>
19278 Date:   Tue Jun 30 17:15:40 2009 -0500
19279
19280     8xxx: Break out DMA code to a common file
19281
19282     DMA support is now enabled via the CONFIG_FSL_DMA define instead of the
19283     previous CONFIG_DDR_ECC
19284
19285     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19286     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19287
19288 commit 6bbced671719518d0e28ff422623cd7ce396cbda
19289 Author: Mark Jackson <mpfj-list@mimc.co.uk>
19290 Date:   Mon Jun 29 15:59:10 2009 +0100
19291
19292     Atmel LCD driver GUARDTIME fix
19293
19294     This patch allows the guard time parameter to be set in
19295     the Atmel LCDC driver.
19296
19297     By default, the previous value of 1 is used, unless the
19298     setting is defined elsewhere.
19299
19300     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
19301
19302 commit 29c35182462feea09f322e51913759a53359a3e0
19303 Author: Roy Zang <tie-fei.zang@freescale.com>
19304 Date:   Tue Jun 30 13:56:23 2009 +0800
19305
19306     85xx: Add pci e1000 Ethernet support for P2020 board
19307
19308     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
19309     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19310
19311 commit 156984a3611c28093919d3e3c042f722b5548253
19312 Author: Kumar Gala <galak@kernel.crashing.org>
19313 Date:   Thu Jun 18 08:39:42 2009 -0500
19314
19315     8xxx: Fix PCI bus address setup for 36-bit configs
19316
19317     We want the outbound PCI memory map to end at the 4G boundary so we
19318     can maximize the amount of space available for inbound mappings if
19319     we have large amounts of memory.
19320
19321     This matches the device tree setup in the kernel for the 36-bit physical
19322     configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS).
19323
19324     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19325
19326 commit 480f61790565d77432b70b4016b73f2ae27d530f
19327 Author: Kumar Gala <galak@kernel.crashing.org>
19328 Date:   Thu Jun 18 08:23:01 2009 -0500
19329
19330     86xx: Add CPU_TYPE_ENTRY support
19331
19332     Unify with 83xx and 85xx and use CPU_TYPE_ENTRY.  We are going to use
19333     this to convey the # of cores and DDR width in the near future so its
19334     good to keep in sync.
19335
19336     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19337
19338 commit 98ab14e858bf60306d0aa3f0df5a7a5f88264aff
19339 Author: Peter Meerwald <pmeerw@pmeerw.net>
19340 Date:   Mon Jun 29 15:48:33 2009 -0400
19341
19342     Blackfin: TWI/I2C: fix pure writes
19343
19344     If doing a pure write with register address and data (not a read/write
19345     combo transfer), we don't set the initial transfer length properly which
19346     ends up causing only the register address to be transferred.
19347
19348     While we're here, fix the i2c_write() parameter description of the buffer.
19349
19350     Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
19351     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19352
19353 commit 5710de45808eb8f1cc34b51dc3e67e2422113249
19354 Author: Prafulla Wadaskar <prafulla@marvell.com>
19355 Date:   Sat May 30 01:13:33 2009 +0530
19356
19357     spi: Add Marvell Kirkwood SPI driver
19358
19359     This patch adds a SPI driver for the Marvell Kirkwood SoC's.
19360
19361     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
19362
19363 commit 6bde171a4c4116cee179167cb65335a28f99932d
19364 Author: Minkyu Kang <mk7.kang@samsung.com>
19365 Date:   Thu Jun 25 19:21:33 2009 +0900
19366
19367     s3c64xx: move the reset_cpu function
19368
19369     Because of the reset_cpu is soc specific, should be move to soc
19370     And read reset value from SYS_ID register instead of hard code
19371     this patch also supports s3c6410
19372
19373     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
19374
19375 commit 576afd4faeba1519bcb8c0083c3e4d45e5643a48
19376 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19377 Date:   Sun May 17 00:58:37 2009 +0200
19378
19379     integrator: merge integratorap and integratorcp
19380
19381     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19382     Acked-by: Peter Pearse <peter.pearse@arm.com>
19383
19384 commit 46937b27427688a56bf7f5944a92d962dc43c3fa
19385 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19386 Date:   Sun May 17 00:58:36 2009 +0200
19387
19388     integratorap/cp: use cfi driver
19389
19390     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19391     Acked-by: Peter Pearse <peter.pearse@arm.com>
19392
19393 commit de7a01abd8aeb167946f391327e1e0d1e01f90c9
19394 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19395 Date:   Sun May 17 00:58:36 2009 +0200
19396
19397     integratorap/cp/versatile: remove non used functions
19398
19399     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19400     Acked-by: Peter Pearse <peter.pearse@arm.com>
19401
19402 commit f54851a6e3844b7e01581b5a9681f294118b7529
19403 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19404 Date:   Sun May 17 00:58:36 2009 +0200
19405
19406     integratorcp: split timer support
19407
19408     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19409     Acked-by: Peter Pearse <peter.pearse@arm.com>
19410
19411 commit 2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1
19412 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19413 Date:   Sun May 17 00:58:36 2009 +0200
19414
19415     integratorap: split timer support
19416
19417     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19418     Acked-by: Peter Pearse <peter.pearse@arm.com>
19419
19420 commit 86baa085c52a7f3377a88074679c5aca9b9e4d38
19421 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19422 Date:   Sun May 17 00:58:36 2009 +0200
19423
19424     integratorap: split pci support
19425
19426     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19427     Acked-by: Peter Pearse <peter.pearse@arm.com>
19428
19429 commit 379e9fc0a319b8f6ae16d763590bf023f3afb87c
19430 Author: Ilya Yanok <yanok@emcraft.com>
19431 Date:   Mon Jun 8 04:12:50 2009 +0400
19432
19433     arm: add support for CONFIG_GENERIC_MMC
19434
19435     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
19436
19437 commit 47d19da4d3f9ac4787abe9dee32406478424be52
19438 Author: Ilya Yanok <yanok@emcraft.com>
19439 Date:   Mon Jun 8 04:12:46 2009 +0400
19440
19441     serial_mx31: allow it to work with mx27 too and rename to serial_mxc
19442
19443     UART hardware on i.MX27 is the same as on the i.MX31 so we just
19444     need to provide the driver with correct address of the registers.
19445
19446     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
19447
19448 commit 1dc4da749dbde27ec862f5b65703e8e4541fbba3
19449 Author: Ilya Yanok <yanok@emcraft.com>
19450 Date:   Mon Jun 8 04:12:45 2009 +0400
19451
19452     mx27: basic cpu support
19453
19454     This patch adds generic code to support Freescale's i.MX27 SoCs.
19455
19456     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
19457
19458 commit dd2f6965a6c71f6f711ec98827880152e022c236
19459 Author: Magnus Lilja <lilja.magnus@gmail.com>
19460 Date:   Sat Jun 13 20:50:03 2009 +0200
19461
19462     i.MX31: Create a common device file.
19463
19464     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
19465
19466 commit 958f7da7887fea4a2091ae60944d62c1708c2c55
19467 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19468 Date:   Sat Jun 13 20:50:02 2009 +0200
19469
19470     ARM: Add macros.h to be used in assembler file.
19471
19472     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19473
19474 commit 40c642bc19b9fa2906e3172487a522fee456340b
19475 Author: Magnus Lilja <lilja.magnus@gmail.com>
19476 Date:   Sat Jun 13 20:50:01 2009 +0200
19477
19478     MX31: Add NAND SPL for i.MX31.
19479
19480     This patch adds the NAND SPL framework needed to boot i.MX31 boards
19481     from NAND.
19482
19483     It has been tested on a i.MX31 PDK board with large page NAND. Small
19484     page NANDs should work as well, but this has not been tested.
19485
19486     Note: The i.MX31 NFC uses a non-standard layout for large page NANDs,
19487     whether this is compatible with a particular setup depends on how
19488     the NAND device is programmed by the flash programmer (e.g. JTAG
19489     debugger).
19490
19491     The patch is based on the work by Maxim Artamonov.
19492
19493     Signed-off-by: Maxim Artamonov <scn1874@yandex.ru>
19494     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
19495
19496 commit df81238b3e27a791da996a9208402ac8f40b9862
19497 Author: Magnus Lilja <lilja.magnus@gmail.com>
19498 Date:   Sat Jun 13 20:50:00 2009 +0200
19499
19500     ARM1136: Introduce CONFIG_PRELOADER macro.
19501
19502     Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's
19503     in start.S. In preparation for adding support for NAND SPL
19504     the macro CONFIG_PRELOADER is introducted and replaces the
19505     CONFIG_ONENAND_IPL in start.S.
19506
19507     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
19508
19509 commit 8096c51fd4e611ed666dbe77767e81af5d94fc7b
19510 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19511 Date:   Sat Jun 13 12:50:04 2009 +0200
19512
19513     at91: unify nor boot support
19514
19515     the lowlevel init sequence is the same so unify it
19516
19517     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19518
19519 commit 1b3b7c640d04df2ba9a9d947117d112a75fee7f4
19520 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19521 Date:   Sat Jun 13 12:48:36 2009 +0200
19522
19523     at91sam9263ek: add nor flash support
19524
19525     this will allow you to store use it for the env and to boot directly U-Boot from
19526
19527     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19528
19529 commit 329492329700812c6df275aa0fda09d609cd0fd4
19530 Author: Ilko Iliev <iliev@ronetix.at>
19531 Date:   Fri Jun 12 21:20:39 2009 +0200
19532
19533     at91: add support for the PM9261 board of Ronetix GmbH
19534
19535     The PM9261 board is based on the AT91SAM9261-EK board.
19536
19537     Here is the page on Ronetix website:
19538     http://www.ronetix.at/starter_kit_9261.html
19539
19540     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
19541     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19542
19543 commit 01550a2b650fbabc03334f9eadcc6083601a2414
19544 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19545 Date:   Fri Jun 12 21:20:38 2009 +0200
19546
19547     pm9263: use macro instead of hardcode value for the lowlevel_init
19548
19549     optimize a few the RAM init
19550
19551     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
19552     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19553
19554 commit 7a11c7f9747240dc770954d320569596c0fbcb50
19555 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19556 Date:   Fri Jun 12 21:20:37 2009 +0200
19557
19558     pm9263: lowlevel init update
19559
19560     move PSRAM init to pm9263.c
19561     this will allow us after to make the nor lowlevel_init generic
19562
19563     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19564
19565 commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0
19566 Author: Mike Frysinger <vapier@gentoo.org>
19567 Date:   Mon Jun 15 00:25:19 2009 -0400
19568
19569     Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
19570
19571     The way the ALL variable is used allows for config.mk's to add more
19572     targets themselves without having to clutter up the top level Makefile.
19573
19574     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19575
19576 commit afac8b07172d7e4a65f86ce1ec4c783a6165ba1f
19577 Author: Mike Frysinger <vapier@gentoo.org>
19578 Date:   Sun Jun 14 22:29:35 2009 -0400
19579
19580     Blackfin: fix SPI flash speed define name
19581
19582     The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not
19583     CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards.
19584
19585     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19586
19587 commit 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106
19588 Author: Mike Frysinger <vapier@gentoo.org>
19589 Date:   Sun Jun 14 22:26:31 2009 -0400
19590
19591     Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards
19592
19593     Building the compression code in lib_generic/ with -O2 rather than -Os
19594     gives a nice speed boost without too much code size increase.
19595
19596     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19597
19598 commit fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4
19599 Author: Mike Frysinger <vapier@gentoo.org>
19600 Date:   Sun Jun 14 21:23:27 2009 -0400
19601
19602     Blackfin: bf548-ezkit: bump up monitor size
19603
19604     The latest version of U-Boot got a bit fatter in the BSS section which
19605     caused overflows in the RAM region, so increase the monitor size.
19606
19607     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19608
19609 commit bc43a8d8994c2f0be29e09b13b15da7f79e2c081
19610 Author: Vivi Li <vivi.li@analog.com>
19611 Date:   Fri Jun 12 10:53:22 2009 +0000
19612
19613     Blackfin: bf533-stamp/bf537-stamp: fix env settings for SPI flash
19614
19615     The SPI flash layer is much stricter about sector usage than the eeprom
19616     layer we used to use, so update the env settings to better match the
19617     sector alignment of the flashes we use.
19618
19619     Signed-off-by: Vivi Li <vivi.li@analog.com>
19620     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19621
19622 commit 63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c
19623 Author: Vivi Li <vivi.li@analog.com>
19624 Date:   Fri Jun 12 10:33:23 2009 +0000
19625
19626     Blackfin: bump up default JTAG console timeout
19627
19628     The debug tools that interface with the other side of the JTAG console
19629     got much slower when generalizing things, so bump up the default timeout
19630     value on the U-Boot side to cope.  Hopefully at some point we can improve
19631     the debug tools to speed things back up.
19632
19633     Signed-off-by: Vivi Li <vivi.li@analog.com>
19634     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19635
19636 commit c11ff779f4e0e0c7edc322e84dd229ad28709595
19637 Author: Mike Frysinger <vapier@gentoo.org>
19638 Date:   Mon Jun 1 19:08:33 2009 -0400
19639
19640     Blackfin: add jtagconsole helper script
19641
19642     This script is similar to the netconsole script, but instead works with
19643     the JTAG console device driver that exists on Blackfin parts.
19644
19645     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19646
19647 commit 60f61e6d7655400bb785a2ef637581679941f6d1
19648 Author: Remy Bohmer <linux@bohmer.net>
19649 Date:   Sat May 2 21:49:18 2009 +0200
19650
19651     Convert DM9000 driver for CONFIG_NET_MULTI
19652
19653     All drivers need to be converted to CONFIG_NET_MULTI.
19654     This patch converts the dm9000 driver.
19655
19656     Signed-off-by: Thomas Smits <ts.smits@gmail.com>
19657     Signed-off-by: Remy Bohmer <linux@bohmer.net>
19658     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19659
19660 commit 9131589ada4dda0718604d0a425ca46e52775f6e
19661 Author: Prafulla Wadaskar <prafulla@marvell.com>
19662 Date:   Sun Jun 14 22:33:46 2009 +0530
19663
19664     net: Add Marvell Kirkwood gigabit ethernet driver
19665
19666     This patch adds a egiga driver for the Marvell Kirkwood SoC's.
19667
19668     Contributors:
19669     Yotam Admon <yotam@marvell.com>
19670     Michael Blostein <michaelbl@marvell.com
19671
19672     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
19673     Acked-by: Stefan Rose <sr@denx.de>
19674     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
19675     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19676
19677 commit 7835f4b94927ecb5affd99aad62592108db606ad
19678 Author: s-paulraj@ti.com <s-paulraj@ti.com>
19679 Date:   Tue May 12 11:45:34 2009 -0400
19680
19681     DaVinci Network Driver Updates
19682
19683     Different flavours of DaVinci SOC's have differences in their EMAC IP
19684     This patch does the following
19685     1) Updates base addresses for DM365
19686     2) Updates MDIO frequencies for DM365 and DM646x
19687     3) Update EMAC wrapper registers for DM365 and DM646x
19688
19689     Patch applies to u-boot-net git. the EMAC driver itself
19690     will be updated shortly to add support for DM365 and DM646x
19691
19692     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
19693     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19694
19695 commit 44578bea14e49035331a8f0e000e935e0d830ff4
19696 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
19697 Date:   Tue May 26 08:29:29 2009 -0400
19698
19699     Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
19700
19701      From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001
19702     From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
19703     Date: Wed, 20 May 2009 18:26:01 -0400
19704     Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
19705
19706     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
19707     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19708
19709 commit c9a2aab1512fb2d132670fff9c27656d2eb949cd
19710 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
19711 Date:   Thu Jun 4 09:39:48 2009 +0200
19712
19713     A VLAN tagged DHCP request/discover is 4 bytes short
19714
19715     The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes.
19716     If sending a VLAN tagged frame (when env variable vlan is set) this
19717     should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns.
19718
19719     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
19720     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19721
19722 commit 6e0d2fc7fe0dcfa2f51ab8931d706940ee364193
19723 Author: Ben Warren <biggerbadderben@gmail.com>
19724 Date:   Tue Apr 28 16:39:19 2009 -0700
19725
19726     Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
19727
19728     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19729
19730 commit 8453587ef9137daf98b7c9cf4f3b865f4039cea0
19731 Author: Ben Warren <biggerbadderben@gmail.com>
19732 Date:   Tue May 26 00:34:07 2009 -0700
19733
19734     Switched davinci_emac Ethernet driver to use newer API
19735
19736     Added CONFIG_NET_MULTI to all Davinci boards
19737     Removed all calls to Davinci network driver from board code
19738     Added cpu_eth_init() to cpu/arm926ejs/cpu.c
19739
19740     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19741
19742 commit 8cc13c13f1d154c8fa8fff56cea357ed38af76bf
19743 Author: Ben Warren <biggerbadderben@gmail.com>
19744 Date:   Mon Apr 27 23:19:10 2009 -0700
19745
19746     Initial cleanup of Davinci Ethernet driver
19747
19748      Removed pointless #ifdefs
19749      Moved functions around in file in preparation for switch to newer API
19750
19751     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19752
19753 commit 09cdd1b9b01450e91786d26ff3c866dc9c8d8d6b
19754 Author: Ben Warren <biggerbadderben@gmail.com>
19755 Date:   Tue May 26 00:17:59 2009 -0700
19756
19757     Moved Davinci Ethernet driver to drivers/net
19758
19759     This driver has been renamed davinci_emac.c
19760
19761     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19762
19763 commit 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f
19764 Author: Prafulla Wadaskar <prafulla@marvell.com>
19765 Date:   Tue May 19 01:40:16 2009 +0530
19766
19767     Marvell MV88E61XX Switch Driver support
19768
19769     Chips supported:-
19770     1. 88E6161 6 port gbe swtich with 5 integrated PHYs
19771     2. 88E6165 6 port gbe swtich with 5 integrated PHYs
19772     2. 88E6132 3 port gbe swtich with 2 integrated PHYs
19773     Platform specific configuration supported for:-
19774     default or router port vlan configuration
19775     led_init configuration
19776     mdip/n polarity reversal configuration
19777
19778     Note: This driver is supported and tested against
19779     kirkwood egiga interface
19780
19781     Contributors:
19782     Yotam Admon <yotam@marvell.com>
19783     Michael Blostein <michaelbl@marvell.com
19784
19785     Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
19786     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
19787     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19788
19789 commit 091dc9f6adaf572b067ae91af92c4e7db33d7903
19790 Author: Zach LeRoy <zleroy@xes-inc.com>
19791 Date:   Fri May 22 10:26:33 2009 -0500
19792
19793     tsec: Add support for BCM5482S PHY
19794
19795     Signed-off-by: Zach LeRoy <zleroy@xes-inc.com>
19796     Acked-by: Kumar Gala <galak@kernel.crashing.org>
19797     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19798
19799 commit 9ff67e5e4c719556d57f136a6453f8e4798d85c0
19800 Author: Mike Frysinger <vapier@gentoo.org>
19801 Date:   Sun Jun 14 06:29:07 2009 -0400
19802
19803     Blackfin: unify u-boot linker scripts
19804
19805     All the Blackfin linker scripts were duplicated across the board dirs with
19806     no difference save from the semi-often used ENV_IS_EMBEDDED option.  So
19807     unify all of them in the lib_blackfin/ dir and for the few boards that
19808     need to embedded the environment directly, add a LDS_BOARD_TEXT define for
19809     them to customize via their board config file.  This is much simpler than
19810     forcing them to duplicate the rest of the linker script.
19811
19812     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19813
19814 commit f52efcae98cbb8a39f1d0535df8d9646a776af9e
19815 Author: Mike Frysinger <vapier@gentoo.org>
19816 Date:   Fri May 29 17:02:37 2009 -0400
19817
19818     Blackfin: bf518f-ezbrd: enable SST SPI flash driver
19819
19820     The BF51xF parts have an internal SST SPI flash, so make sure the driver is
19821     enabled by default so we can access it.
19822
19823     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19824
19825 commit f348ab85f741dc98b2d202c04b5f430eace94925
19826 Author: Mike Frysinger <vapier@gentoo.org>
19827 Date:   Fri Apr 24 17:22:40 2009 -0400
19828
19829     Blackfin: convert specific pre/post config headers to common method
19830
19831     The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup
19832     common Blackfin board defines.  The common method now is to use config.h,
19833     so convert blackfin-config-post.h to that.  Rename the still Blackfin
19834     specific blackfin-config-pre.h to config-pre.h so the naming conventions
19835     at least line up.
19836
19837     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19838
19839 commit 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1
19840 Author: Mike Frysinger <vapier@gentoo.org>
19841 Date:   Fri Apr 24 17:11:47 2009 -0400
19842
19843     Blackfin: enable LZMA for all ADI boards
19844
19845     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19846
19847 commit 0e63dc0679451d48f8b727c543ce48b488f7a33f
19848 Author: Mike Frysinger <vapier@gentoo.org>
19849 Date:   Mon Apr 13 05:52:45 2009 -0400
19850
19851     Blackfin: make default ADI env more flexible
19852
19853     Allow boards to easily override the root= and default bootcmd, allow
19854     people to tweak the file used in default bootcmds at runtime via one env
19855     var, and add a stock nandboot command.
19856
19857     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19858
19859 commit 0f52b560f19623ec651f9b9b40405d138ec251d3
19860 Author: Hoan Hoang <hnhoan@i-syst.com>
19861 Date:   Sun Jan 18 22:44:17 2009 -0500
19862
19863     Blackfin: ibf-dsp561: new board port
19864
19865     Signed-off-by: Hoan Hoang <hnhoan@i-syst.com>
19866     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19867
19868 commit 3088189a15d219c48fd7e71623ca4daa08b80b59
19869 Author: Mike Frysinger <vapier@gentoo.org>
19870 Date:   Sun Oct 12 23:28:33 2008 -0400
19871
19872     Blackfin: blackstamp: new board port
19873
19874     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19875
19876 commit 59ac9729700db1d4446c1a6db3ffe38398b7abb2
19877 Author: Mike Frysinger <vapier@gentoo.org>
19878 Date:   Sun Oct 12 23:22:25 2008 -0400
19879
19880     Blackfin: bf537-srv1: new board port
19881
19882     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19883
19884 commit d7fdc1410b5fa5ef623b35a283733b6bcee3753b
19885 Author: Mike Frysinger <vapier@gentoo.org>
19886 Date:   Sun Oct 12 23:16:52 2008 -0400
19887
19888     Blackfin: bf537-minotaur: new board port
19889
19890     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19891
19892 commit cb4b5e874f3c9b882a6f4394bbebbbd91fd01bbf
19893 Author: Mike Frysinger <vapier@gentoo.org>
19894 Date:   Sun Oct 12 23:08:03 2008 -0400
19895
19896     Blackfin: bf537-pnav: new board port
19897
19898     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19899
19900 commit 59e4be945b6469e31eee721e0bcdccf4940d75ac
19901 Author: Mike Frysinger <vapier@gentoo.org>
19902 Date:   Sun Oct 12 21:55:45 2008 -0400
19903
19904     Blackfin: cm-bf527: new board port
19905
19906     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19907
19908 commit 8b219cf07c186cc9d97354cf4b14f24a53d193c5
19909 Author: Mike Frysinger <vapier@gentoo.org>
19910 Date:   Sun Oct 12 21:54:07 2008 -0400
19911
19912     Blackfin: cm-bf548: new board port
19913
19914     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19915
19916 commit 9417d9a21384279308abe5b4dd8dfd418742484c
19917 Author: Mike Frysinger <vapier@gentoo.org>
19918 Date:   Sun Oct 12 21:49:28 2008 -0400
19919
19920     Blackfin: tcm-bf537: new board port
19921
19922     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19923
19924 commit e548321af00e869af7194896576beb9b68457ff7
19925 Author: Mike Frysinger <vapier@gentoo.org>
19926 Date:   Sun Oct 12 21:45:05 2008 -0400
19927
19928     Blackfin: cm-bf561: new board port
19929
19930     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19931
19932 commit 8a9bab08a6fe93e5f3bf57b90438f1d2a67fad3c
19933 Author: Mike Frysinger <vapier@gentoo.org>
19934 Date:   Sun Oct 12 21:41:06 2008 -0400
19935
19936     Blackfin: cm-bf537e: new board port
19937
19938     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19939
19940 commit e82d8a1f028bedb12c4ab88a35a935010d92898c
19941 Author: Mike Frysinger <vapier@gentoo.org>
19942 Date:   Sun Oct 12 21:36:22 2008 -0400
19943
19944     Blackfin: cm-bf533: new board port
19945
19946     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19947
19948 commit dd14af7640f7d48d8e9768eeeb09592e6f94ed38
19949 Author: Mike Frysinger <vapier@gentoo.org>
19950 Date:   Thu Nov 27 16:50:32 2008 -0500
19951
19952     Blackfin: new spibootldr command
19953
19954     Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes,
19955     so add a new 'spibootldr' command to take advantage of it.
19956
19957     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19958
19959 commit 67c2829b646bb5b859088b36fbc89e971b9c1960
19960 Author: Mike Frysinger <vapier@gentoo.org>
19961 Date:   Mon Oct 6 04:42:33 2008 -0400
19962
19963     Blackfin: support embedding the environment into loader files (LDRs)
19964
19965     For the most part, the Blackfin processor boots files in the LDR format
19966     rather than binary/ELF files.  So we want to export the environment as a
19967     raw blob to the LDR utility so it can embed it at the right location.
19968
19969     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19970
19971 commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6
19972 Author: Mike Frysinger <vapier@gentoo.org>
19973 Date:   Sun Jun 14 11:03:48 2009 -0400
19974
19975     add %.c->%.i and %.c->%.s rules
19976
19977     The Linux kernel has some helper rules which allow you to quickly produce
19978     some of the intermediary files from C source.  Specifically, you can
19979     create .i files which is the preprocessed output and you can create .s
19980     files which is the assembler output.  This is useful when you are trying
19981     to track down header/macro expansion errors or inline assembly errors.
19982
19983     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19984     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19985
19986 commit 6d1ce387874c1060f27656f70151a52c511cd0e3
19987 Author: Mike Frysinger <vapier@gentoo.org>
19988 Date:   Sat May 30 01:02:03 2009 -0400
19989
19990     make sure toplevel $(SUBDIRS) is always declared
19991
19992     The $(SUBDIRS) variable is only declared when U-Boot has been configured,
19993     but it gets used all the time.  In the non-configured case, it is used to
19994     generate a helpful error message, but it needs to be set properly for that
19995     to occur.
19996
19997     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19998
19999 commit 1260233982f7dfbdfd1adee12daa95a0c0e84a43
20000 Author: Grzegorz Bernacki <gjb@semihalf.com>
20001 Date:   Fri Jun 12 11:33:55 2009 +0200
20002
20003     digsy mtc: Add description to GPIO initial configuration.
20004
20005     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
20006
20007 commit 12304871bc7839145f2b4238923e9023616d7399
20008 Author: Grzegorz Bernacki <gjb@semihalf.com>
20009 Date:   Fri Jun 12 11:33:54 2009 +0200
20010
20011     digsy MTC: Add 'mtc' command.
20012
20013     New command allows to:
20014          o check FW version
20015          o set LED status
20016          o set digital output status
20017          o get digital input status
20018
20019     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
20020
20021 commit f1f66edfc76f4a9f5b9f63972d90309784a8cae5
20022 Author: Grzegorz Bernacki <gjb@semihalf.com>
20023 Date:   Fri Jun 12 11:33:53 2009 +0200
20024
20025     digsy MTC: Add SPI support.
20026
20027     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
20028
20029 commit 6325b7780dad8be26ba6fc25ef88ba338c50205b
20030 Author: Grzegorz Bernacki <gjb@semihalf.com>
20031 Date:   Fri Jun 12 11:33:52 2009 +0200
20032
20033     mpc52xx: Add SPI driver.
20034
20035     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
20036
20037 commit 5ec5529b82f314ca2cf9c262cdfc985d5fc468a0
20038 Author: Mike Frysinger <vapier@gentoo.org>
20039 Date:   Sun Jun 14 09:33:00 2009 -0400
20040
20041     allow boards to customize compiler options on a per-file/dir basis
20042
20043     With our Blackfin boards, we like to build the compression routines with
20044     -O2 as our tests show a pretty good size/speed tradeoff.  For the rest of
20045     U-Boot though, we want to stick with the default -Os as that is mostly
20046     control code.  So in our case, we would add a line like so to the board
20047     specific config.mk file:
20048         CFLAGS_lib_generic += -O2
20049
20050     Now all files under lib_generic/ will have -O2 appended to their build.
20051
20052     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20053     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20054
20055 commit 6b1f78ae6ad037382ad430b07064105c88f7ac02
20056 Author: Wolfgang Denk <wd@denx.de>
20057 Date:   Sun Jun 14 21:30:39 2009 +0200
20058
20059     Prepare v2009.06
20060
20061     Update CHANGELOG, fix minor coding stylke issue. Update Makefile.
20062
20063     Signed-off-by: Wolfgang Denk <wd@denx.de>
20064
20065 commit c3147c1762f8caf99649051116a2411bdf887c10
20066 Author: Wolfgang Denk <wd@denx.de>
20067 Date:   Sun Jun 14 20:31:36 2009 +0200
20068
20069     Revert "SMC911x driver fixed for NFS boot"
20070
20071     This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
20072     which causes compile warnings ("large integer implicitly truncated
20073     to unsigned type") on all systems that use this driver. The warning
20074     results from passing long constants (TX_CFG, RX_CFG) into
20075     smc911x_set_mac_csr() which is declared to accept "unsigned
20076     character" arguments only.
20077
20078     Being close to a release, with nobody available to actually test the
20079     code or the suggested fixes, it seems better to revert the patch.
20080
20081 commit 388517e4b745b00256c2fa201ce7bccb67b4f245
20082 Author: Peter Tyser <ptyser@xes-inc.com>
20083 Date:   Fri May 22 10:26:37 2009 -0500
20084
20085     xes: Update Freescale clock code to work with 86xx processors
20086
20087     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20088     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20089
20090 commit 25623937bb81cae788d767e6c59a11c96fc82866
20091 Author: Peter Tyser <ptyser@xes-inc.com>
20092 Date:   Fri May 22 10:26:36 2009 -0500
20093
20094     xes: Update Freescale DDR code to work with 86xx processors
20095
20096     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20097     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20098
20099 commit bef3013908bbc68f24084174a3ca86cc2a3eb986
20100 Author: Peter Tyser <ptyser@xes-inc.com>
20101 Date:   Fri May 22 10:26:35 2009 -0500
20102
20103     xes: Update Freescale PCI code to work with 86xx processors
20104
20105     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20106     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20107
20108 commit 6442b71b522face775c1c31bd43121db3b4bf7d6
20109 Author: Peter Tyser <ptyser@xes-inc.com>
20110 Date:   Fri May 22 10:26:32 2009 -0500
20111
20112     85xx: Add PORBMSR and PORDEVSR shift defines
20113
20114     Add defines similar to those already used for the the 86xx architecture.
20115     This will ease sharing of PCI code between the 85xx and 86xx
20116     architectures.
20117
20118     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20119     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20120
20121 commit 2f21ce4d546d31289ac49a680f78bcc9a792c6ec
20122 Author: Peter Tyser <ptyser@xes-inc.com>
20123 Date:   Thu May 21 12:10:00 2009 -0500
20124
20125     fsl/85xx, 86xx: Sync up DMA code
20126
20127     The following changes were made to sync up the DMA code between the 85xx
20128     and 86xx architectures which will make it easier to break out common
20129     8xxx DMA code:
20130
20131     85xx:
20132     - Don't set STRANSINT and SPCIORDER fields in SATR register.  These bits
20133       only have an affect when the SBPATMU bit is set.
20134     - Write 0xffffffff instead of 0xfffffff to clear errors in the DMA
20135       status register.  We may as well clear all 32 bits of the register...
20136
20137     86xx:
20138     - Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers
20139     - Add clearing of errors in the DMA status register when initializing
20140       the controller
20141     - Clear the channel start bit in the DMA mode register after a transfer
20142
20143     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20144     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20145
20146 commit b1f12650d332eadac1306a772cab6096abee6ddd
20147 Author: Peter Tyser <ptyser@xes-inc.com>
20148 Date:   Thu May 21 12:09:59 2009 -0500
20149
20150     fsl: Create common fsl_dma.h for 85xx and 86xx cpus
20151
20152     Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to
20153     reduce a large amount of code duplication
20154
20155     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20156     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20157
20158 commit 3bd8e532b5de20647aeaff94a1cbf33fb8b897b9
20159 Author: Haiying Wang <Haiying.Wang@freescale.com>
20160 Date:   Wed May 20 12:30:41 2009 -0400
20161
20162     85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS
20163
20164     On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via
20165     UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we
20166     disable UEC6 and UEC8 by default.
20167
20168     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20169     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20170
20171 commit e8efef7c1b457442583a8b9d38d8a5b667661616
20172 Author: Haiying Wang <Haiying.Wang@freescale.com>
20173 Date:   Thu Jun 4 16:12:42 2009 -0400
20174
20175     drivers/qe: add sgmii support in for UEC driver
20176
20177     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20178     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20179
20180 commit 8e55258f144764de8902e9f078a7ad4c6c022c2f
20181 Author: Haiying Wang <Haiying.Wang@freescale.com>
20182 Date:   Thu Jun 4 16:12:41 2009 -0400
20183
20184     qe: Pass in uec_info struct through uec_initialize
20185
20186     The uec driver contains code to hard code configuration information for the uec
20187     ethernet controllers. This patch creates an array of uec_info structures, which
20188     are then parsed by the corresponding driver instance to determine configuration.
20189     It also creates function uec_standard_init() to initialize all UEC interfaces
20190     for 83xx and 85xx.
20191
20192     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20193     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20194
20195 commit 9a6110897fc9282ade598bbba70ad72b940436e3
20196 Author: Haiying Wang <Haiying.Wang@freescale.com>
20197 Date:   Thu Jun 4 16:12:40 2009 -0400
20198
20199     fsl: Update the number of ethxaddr in reading system eeprom
20200
20201     We support up to 8 mac addresses in system eeprom, so we define the macro
20202     MAX_NUM_PORTS to limit the mac_count to 8, and update the number of ethxaddr
20203     according to mac_count.
20204
20205     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20206     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20207
20208 commit f82107f637f167a77803c0933f9b24741a91c711
20209 Author: Haiying Wang <Haiying.Wang@freescale.com>
20210 Date:   Wed May 20 12:30:37 2009 -0400
20211
20212     85xx: Add RMII support for MPC8569MDS
20213
20214     This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to
20215     support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to
20216     enalbe_mpc8569mds_qe_uec which is  more accurate.
20217
20218     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20219     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20220
20221 commit 750098d33bc362ac4263863e92da158cf011063f
20222 Author: Haiying Wang <Haiying.Wang@freescale.com>
20223 Date:   Wed May 20 12:30:36 2009 -0400
20224
20225     85xx: Add UEC3 and UEC4 support for MPC8569MDS
20226
20227     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20228     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20229
20230 commit 4e7b25e4fe777f525e426cbd58c3a3976c564f2e
20231 Author: Haiying Wang <Haiying.Wang@freescale.com>
20232 Date:   Wed May 20 12:30:35 2009 -0400
20233
20234     drivers/qe: Add more SNUM number for QE
20235
20236     Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII-
20237     1000 mode.
20238
20239     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20240     Acked-by: Timur Tabi <timur@freescale.com>
20241     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20242
20243 commit 7211fbfa18f3061858696150ee6e9e093d9eceae
20244 Author: Haiying Wang <Haiying.Wang@freescale.com>
20245 Date:   Thu May 21 15:34:14 2009 -0400
20246
20247     drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs
20248
20249     Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and
20250     define MAX_QE_RISC for QE based silicons.
20251
20252     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20253     Acked-by: Timur Tabi <timur@freescale.com>
20254     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20255
20256 commit b3d7f20f43a0f8d11c65e2f92153b5512b11580c
20257 Author: Haiying Wang <Haiying.Wang@freescale.com>
20258 Date:   Wed May 20 12:30:29 2009 -0400
20259
20260     85xx: Add QE clk support
20261
20262     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20263     Acked-by: Timur Tabi <Timur@freescale.com>
20264     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20265
20266 commit 71b358cc26792889bbac35054d8e89d59b3fabc4
20267 Author: Kumar Gala <galak@kernel.crashing.org>
20268 Date:   Wed May 20 01:11:33 2009 -0500
20269
20270     85xx: Added MPC8535/E identifiers
20271
20272     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20273
20274 commit 22419d77976bbd0df9fcf45513f1b96bd73e50d1
20275 Author: Kumar Gala <galak@kernel.crashing.org>
20276 Date:   Thu May 21 08:36:43 2009 -0500
20277
20278     85xx: Always attempt ethernet device tree fixup
20279
20280     Its reasonable that we may have ethernet devices but dont have drivers
20281     or support enabled for them in u-boot and want the device tree fixed up.
20282     Unconditionally calling the ethernet fixup is fine since if we dont have
20283     ethernet nodes that match (or aliases) we will not attempt to do
20284     anything.
20285
20286     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20287     Acked-by: Timur Tabi <timur@freescale.com>
20288
20289 commit 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920
20290 Author: Haiying Wang <Haiying.Wang@freescale.com>
20291 Date:   Thu May 21 15:32:13 2009 -0400
20292
20293     drivers/qe: Rename the camel-case identifiers in uec
20294
20295     Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle.
20296
20297     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20298
20299 commit feb7838f979ec2b581df3c791b9ae3284c36bb47
20300 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
20301 Date:   Fri Apr 3 15:36:13 2009 -0500
20302
20303     85xx: Add P2020DS support
20304
20305     The patch adds support for P2020DS reference platform.
20306     DDR3 interface uses hard-coded initialization rather than SPD
20307     for now and was tested at 667Mhz. Some PIXIS register
20308     definitions and associated code sections need to be fixed.
20309     TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all
20310     tested under u-boot.
20311
20312     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
20313     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
20314     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20315
20316 commit 229549a56d9ae413c00f64fd7c728c6879a1b54b
20317 Author: Stefan Roese <sr@denx.de>
20318 Date:   Tue Jun 9 16:57:47 2009 +0200
20319
20320     mpc512x: MPC5121ADS: Add NAND support
20321
20322     This patch adds NAND support to the MPC5121ADS board. Please
20323     note that the image size increased since NAND support didn't
20324     fit in the current image size (256k).
20325
20326     Signed-off-by: Stefan Roese <sr@denx.de>
20327     Signed-off-by: Wolfgang Denk <wd@denx.de>
20328     Cc: Wolfgang Denk <wd@denx.de>
20329
20330 commit 35f2edbb6cad043ccd5ea6e78fe9b7aa21d8395f
20331 Author: Stefan Roese <sr@denx.de>
20332 Date:   Tue Jun 9 16:57:03 2009 +0200
20333
20334     nand/mpc512x: Add MPC512x NAND support (NFC)
20335
20336     This patch adds NAND Flash Controller driver for MPC5121 revision 2.
20337     All device features, except hardware ECC and power management, are
20338     supported.
20339
20340     This NFC driver replaces the one orignally posted by John Rigby:
20341
20342     "[PATCH] Freescale NFC NAND driver"
20343
20344     It's a port of the Linux driver version posted by Piotr Ziecik a few
20345     weeks ago. Using this driver has the following advantages (from my
20346     point of view):
20347
20348     - Compatibility with the Linux NAND driver (e.g. ECC usage)
20349     - Better code quality in general
20350     - Resulting U-Boot image is a bit smaller (approx. 3k)
20351     - Better to sync with newer Linux driver versions
20352
20353     The only disadvantage I can see, is that HW-ECC is not supported right
20354     now. But this could be added later (e.g. port from Linux driver after
20355     it's supported there). Using HW-ECC on the MCP5121 NFC has a general
20356     problem because of the ECC usage in the spare area. This collides with
20357     JFFS2 for example.
20358
20359     Signed-off-by: Stefan Roese <sr@denx.de>
20360     Cc: Piotr Ziecik <kosmo@semihalf.com>
20361     Cc: Wolfgang Denk <wd@denx.de>
20362     Cc: John Rigby <jcrigby@gmail.com>
20363     Cc: Scott Wood <scottwood@freescale.com>
20364
20365 commit e53b507cee5d976953134a565c72fd32c967d7dd
20366 Author: Stefan Roese <sr@denx.de>
20367 Date:   Tue Jun 9 11:50:40 2009 +0200
20368
20369     mpc512x: Add esd gmbh mecp5123 board support
20370
20371     MECP5123 is a MPC5121E based module by esd gmbh.
20372
20373     Signed-off-by: Stefan Roese <sr@denx.de>
20374     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
20375
20376 commit 6bd55cc65d0c3aa84d719518254fb3c650239ed9
20377 Author: Stefan Roese <sr@denx.de>
20378 Date:   Tue Jun 9 11:50:05 2009 +0200
20379
20380     mcp512x: Add macros for SCFR LPC divisor access
20381
20382     Thos macros will be used by the esd mecp5123 board.
20383
20384     Signed-off-by: Stefan Roese <sr@denx.de>
20385
20386 commit c60dc8527dbb2a1318c03bc18bdebcfbd0164551
20387 Author: Stefan Roese <sr@denx.de>
20388 Date:   Mon Jun 8 09:38:07 2009 +0200
20389
20390     mpc512x: Fix problem with I2C access before relocation
20391
20392     This is needed for the upcoming esd MECP5123 board port which uses
20393     I2C EEPROM for environment storage.
20394
20395     Signed-off-by: Stefan Roese <sr@denx.de>
20396     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
20397     Acked-by: Heiko Schocher<hs@denx.de>
20398
20399 commit 58f10460b05e0928d986b15edd4f2e1e99403f7e
20400 Author: Stefan Roese <sr@denx.de>
20401 Date:   Thu Jun 4 13:35:39 2009 +0200
20402
20403     74xx_7xx: CPCI750: Add CPCI adapter/target support
20404
20405     The CPCI750 can be built as CPCI host or adapter/target board. This patch
20406     adds support for runtime detection of those variants.
20407
20408     Signed-off-by: Stefan Roese <sr@denx.de>
20409     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
20410
20411 commit ae7a2739d7a0704437376e229bb21940952c55be
20412 Author: Stefan Roese <sr@denx.de>
20413 Date:   Fri Jun 5 05:45:41 2009 +0200
20414
20415     74xx_7xx: CPCI750: Enable access to PCI function > 0
20416
20417     The Marvell bridge 64360 supports serveral PCI functions, not only 0. This
20418     patch enables access to those functions.
20419
20420     Signed-off-by: Stefan Roese <sr@denx.de>
20421     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
20422
20423 commit e5b563e9ec54c3f6d702c8fa2b711b4a6150243a
20424 Author: Stefan Roese <sr@denx.de>
20425 Date:   Thu Jun 4 13:35:37 2009 +0200
20426
20427     74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
20428
20429     Signed-off-by: Stefan Roese <sr@denx.de>
20430     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
20431
20432 commit 0e5ef07d0d91bd3d87ebea0534f538561aa974d5
20433 Author: Stefan Roese <sr@denx.de>
20434 Date:   Thu Jun 4 13:35:36 2009 +0200
20435
20436     74xx_7xx: CPCI750: Add loadpci command
20437
20438     This command is used to load/boot an OS-image which is transferred from
20439     the CPCI host to the CPCI target/adapter.
20440
20441     Signed-off-by: Stefan Roese <sr@denx.de>
20442     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
20443
20444 commit 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a
20445 Author: Stefan Roese <sr@denx.de>
20446 Date:   Thu Jun 4 13:35:35 2009 +0200
20447
20448     74xx_7xx: CPCI750: Add commandline editing/history
20449
20450     Signed-off-by: Stefan Roese <sr@denx.de>
20451     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
20452
20453 commit 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724
20454 Author: Stefan Roese <sr@denx.de>
20455 Date:   Thu Jun 4 16:55:34 2009 +0200
20456
20457     UBI: Add compile-time check for correct malloc area configuration
20458
20459     UBI is quite memory greedy and requires at least approx. 512k of malloc
20460     area. This patch adds a compile-time check, so that boards will not
20461     build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN).
20462
20463     Signed-off-by: Stefan Roese <sr@denx.de>
20464
20465 commit 7ce6031afc8671c8b47c6135b3678d43fcd02852
20466 Author: Prafulla Wadaskar <prafulla@marvell.com>
20467 Date:   Mon Apr 6 21:24:43 2009 +0530
20468
20469     sf: new Macronix MX25xx SPI flash driver
20470
20471     Added macronix SF driver for MTD framework
20472     MX25L12805D is supported and tested
20473     TBD: sector erase implementation, other deivces support
20474
20475     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
20476     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20477
20478 commit 2a6cc58869305f346e389eefdfa96dea5146cb0c
20479 Author: Todor I Mollov <tmollov@ucsd.edu>
20480 Date:   Sat Apr 4 07:14:44 2009 -0400
20481
20482     sf: atmel: implement power-of-two write/erase funcs
20483
20484     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
20485     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20486     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20487
20488 commit 4bc6eb79be2a7317425575184324b94e3b43fbc2
20489 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
20490 Date:   Mon May 25 17:23:18 2009 +0530
20491
20492     mpc85xx: 8536ds: Add USB related CONFIGs
20493
20494     This patch adds CONFIGs for enabling USB in mpc8536ds and also
20495     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
20496     Copyright.
20497
20498     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
20499     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20500
20501 commit 6823e9b01290977c4d9c90381459c01f66e12e79
20502 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
20503 Date:   Mon May 25 17:23:17 2009 +0530
20504
20505     mpc83xx: 8315erdb: Add USB related CONFIGs
20506
20507     This patch adds CONFIGs for enabling USB in mpc8315erdb and also
20508     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
20509     Copyright.
20510
20511     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
20512     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20513
20514 commit a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8
20515 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
20516 Date:   Thu May 21 17:32:48 2009 +0530
20517
20518     mpc85xx: USB: Add support
20519
20520     The following patch adds 85xx-specific USB support and also
20521     revamps Copyright in immap_85xx.h
20522
20523     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
20524     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20525
20526 commit 4ef01010aa4799c759d75e67007fdd3a38c88c8a
20527 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
20528 Date:   Mon May 25 17:23:16 2009 +0530
20529
20530     mpc83xx: USB: Reorganized its support
20531
20532     The following patch reorganizes/reworks the USB support for mpc83xx
20533     as under:-
20534
20535       * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to
20536         cpu/mpx83xx/cpu_init.c
20537
20538       * Board specific usb_phy_type is read from the environment
20539
20540       * Adds USB EHCI specific structure in include/usb/ehci-fsl.h
20541
20542       * Copyrights revamped in most of the following files
20543
20544     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
20545     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20546
20547 commit ed90d2c87158e5114b6009fa95bb6417e4b27b3e
20548 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
20549 Date:   Thu May 21 17:32:27 2009 +0530
20550
20551     mpc8xxx: USB: Relocates ehci-fsl.h to include/usb
20552
20553     The following patch moves 8xxx-specifc USB #defines from
20554     drivers/usb/host/ehci-fsl.h to include/usb.
20555
20556     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
20557     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20558
20559 commit cfd39cdf9422d3d25e9b3c058865f4c1f66f34da
20560 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
20561 Date:   Thu May 21 17:32:15 2009 +0530
20562
20563     mpc8xxx: USB: Removed reenablement of its interface
20564
20565     To prepare for the 85xx USB support, which requires interface enablement
20566     only once in (specified) order, no different than instructions for
20567     enabling the interface under 83xx.  It is unknown why the original author
20568     enabled the interface twice (checked for references in errata, etc).
20569
20570     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
20571     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20572
20573 commit 2c7920afaf96d9779304202cd8a355b4f7576a83
20574 Author: Peter Tyser <ptyser@xes-inc.com>
20575 Date:   Fri May 22 17:23:25 2009 -0500
20576
20577     83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
20578
20579     Use the standard lowercase "x" capitalization that other Freescale
20580     architectures use for CPU defines to prevent confusion and errors
20581
20582     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20583     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20584
20585 commit 0f898604945af4543c1525fc33b6bae621a3b805
20586 Author: Peter Tyser <ptyser@xes-inc.com>
20587 Date:   Fri May 22 17:23:24 2009 -0500
20588
20589     83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
20590
20591     Use the standard lowercase "xx" capitalization that other Freescale
20592     architectures use for CPU defines to prevent confusion and errors
20593
20594     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20595     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20596
20597 commit ba4feae90ca71de1681d5808f17e73224d8f03c4
20598 Author: Stefan Roese <sr@denx.de>
20599 Date:   Tue Jun 2 16:53:16 2009 +0200
20600
20601     mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
20602
20603     This patch removes the duplicated code for baudrate generator configuration
20604     in the PSC serial_init() implementation by calling serial_setbrg() instead
20605     of duplicating the code.
20606
20607     Signed-off-by: Stefan Roese <sr@denx.de>
20608
20609 commit b8c1d6a54ff8195488b68e163de8ec31f1603496
20610 Author: Stefan Roese <sr@denx.de>
20611 Date:   Tue Jun 2 16:53:15 2009 +0200
20612
20613     mpc512x: Fix PSC divisor calculation for baudrate setting
20614
20615     The wrong input frequency was used in serial_setbrg(). This patch fixes
20616     this by using ips_clk as input frequency for the PSC baudrate generator.
20617
20618     Signed-off-by: Stefan Roese <sr@denx.de>
20619
20620 commit 52568c3654b2b257016d52167805ae132faac14e
20621 Author: Wolfgang Denk <wd@denx.de>
20622 Date:   Sat May 16 10:47:46 2009 +0200
20623
20624     MPC512x: add support for ARIA board
20625
20626     ARIA is a MPC5121E based COM Express module by Dave/DENX.
20627
20628     Signed-off-by: Wolfgang Denk <wd@denx.de>
20629     Cc: John Rigby <jcrigby@gmail.com>
20630
20631 commit 3b74e7ec58e2cc352b0a396a614065cfeb8d138f
20632 Author: Wolfgang Denk <wd@denx.de>
20633 Date:   Sat May 16 10:47:45 2009 +0200
20634
20635     MPC512x: remove include/mpc512x.h
20636
20637     Move needed definitions (register descriptions etc.) from
20638     include/mpc512x.h  into  include/asm-ppc/immap_512x.h.
20639
20640     Instead of using a #define'd register offset, use a function that
20641     provides the PATA controller's base address.
20642
20643     All the rest of include/mpc512x.h are register offset definitions
20644     which can be eliminated by proper use of C structures.
20645
20646     There are only a few register offsets remaining that are needed in
20647     cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h
20648     which is intended as a temporary workaround only. In a later patch
20649     this file will be removed, too, and then auto-generated from the
20650     respective C structs.
20651
20652     Signed-off-by: Wolfgang Denk <wd@denx.de>
20653     Cc: John Rigby <jcrigby@gmail.com>
20654
20655 commit a927e491b2a326c1e9c4313e3ce4042988422697
20656 Author: Wolfgang Denk <wd@denx.de>
20657 Date:   Sat May 16 10:47:44 2009 +0200
20658
20659     MPC512x FEC: get rid of duplicated struct ethernet_regs
20660
20661     Use existing struct fec512x instead.
20662
20663     Signed-off-by: Wolfgang Denk <wd@denx.de>
20664     Cc: John Rigby <jcrigby@gmail.com>
20665     Acked-by: Ben Warren <biggerbadderben@gmail.com>
20666
20667 commit 843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2
20668 Author: Wolfgang Denk <wd@denx.de>
20669 Date:   Sat May 16 10:47:43 2009 +0200
20670
20671     MPC512x: use I/O accessors instead of pointer accesses
20672
20673     This commit changes the MPC512x code to use I/O accessor calls (i.e.
20674     out_*() and in_*()) instead of using deprecated pointer accesses.
20675
20676     Signed-off-by: Wolfgang Denk <wd@denx.de>
20677     Cc: John Rigby <jcrigby@gmail.com>
20678
20679 commit 19dc7e179268be148e550c36203208c662610d76
20680 Author: Wolfgang Denk <wd@denx.de>
20681 Date:   Sat May 16 10:47:42 2009 +0200
20682
20683     MPC512x: add more hardware description to immap_512x.h
20684
20685     - add GPIO module description
20686     - add Address Latch Timing Register description
20687     - add IO Control Memory Map
20688     - add FEC Memory Map
20689
20690     Also change board/freescale/mpc5121ads/mpc5121ads.c and
20691     cpu/mpc512x/iopin.c as needed.
20692
20693     Signed-off-by: Wolfgang Denk <wd@denx.de>
20694     Cc: John Rigby <jcrigby@gmail.com>
20695
20696 commit 72601d04fdfdd4c7597afcf1f6aab654bd99366c
20697 Author: Wolfgang Denk <wd@denx.de>
20698 Date:   Sat May 16 10:47:41 2009 +0200
20699
20700     Rename ads5121 board into mpc5121ads
20701
20702     We rename the board so we use a consistent name in U-Boot and in
20703     Linux.  Also, we use this opportunity to move the board into the
20704     Freecale vendor directory.
20705
20706     Signed-off-by: Wolfgang Denk <wd@denx.de>
20707     Cc: John Rigby <jcrigby@gmail.com>
20708
20709 commit debf87415579c0f50aab9e0832976d4506babe0f
20710 Author: Wolfgang Denk <wd@denx.de>
20711 Date:   Sat May 16 10:47:40 2009 +0200
20712
20713     cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer type
20714
20715     Signed-off-by: Wolfgang Denk <wd@denx.de>
20716     Cc: John Rigby <jcrigby@gmail.com>
20717
20718 commit 8b251263191ec554967dd1add6237c1ba7f7eb25
20719 Author: Wolfgang Denk <wd@denx.de>
20720 Date:   Sat May 16 10:47:39 2009 +0200
20721
20722     cpu/mpc512x/pci.c: minor coding style cleanup
20723
20724     Get rid of variable declaration in the middle of the code.
20725
20726     Signed-off-by: Wolfgang Denk <wd@denx.de>
20727     Cc: John Rigby <jcrigby@gmail.com>
20728
20729 commit de26ef99bddbce4ed225f93afcf0bee99c3b6f87
20730 Author: Wolfgang Denk <wd@denx.de>
20731 Date:   Sat May 16 10:47:38 2009 +0200
20732
20733     mpc512x: Move common files to share them by several boards
20734
20735     We will soon see several new MPC521x based boards added.  This patch
20736     moves files that are not board specific to a common directory so they
20737     can be shared by all such ports.  It also splits off common IDE code
20738     into a new file, cpu/mpc512x/ide.c .
20739
20740     Signed-off-by: Wolfgang Denk <wd@denx.de>
20741     Cc: John Rigby <jcrigby@gmail.com>
20742
20743 commit 03e069dc0a765d506f78a68319acf33d432e035b
20744 Author: Wolfgang Denk <wd@denx.de>
20745 Date:   Sat May 16 10:47:37 2009 +0200
20746
20747     mpc512x: change cpu/mpc512x/Makefile to use Kconfig style
20748
20749     Signed-off-by: Wolfgang Denk <wd@denx.de>
20750     Cc: John Rigby <jcrigby@gmail.com>
20751
20752 commit a89c33db96a1e55319a286dd4c3c05ca64ac6bfd
20753 Author: Wolfgang Denk <wd@denx.de>
20754 Date:   Sun May 24 17:06:54 2009 +0200
20755
20756     General help message cleanup
20757
20758     Many of the help messages were not really helpful; for example, many
20759     commands that take no arguments would not print a correct synopsis
20760     line, but "No additional help available." which is not exactly wrong,
20761     but not helpful either.
20762
20763     Commit ``Make "usage" messages more helpful.'' changed this
20764     partially. But it also became clear that lots of "Usage" and "Help"
20765     messages (fields "usage" and "help" in struct cmd_tbl_s respective)
20766     were actually redundant.
20767
20768     This patch cleans this up - for example:
20769
20770     Before:
20771         => help dtt
20772         dtt - Digital Thermometer and Thermostat
20773
20774         Usage:
20775         dtt         - Read temperature from digital thermometer and thermostat.
20776
20777     After:
20778         => help dtt
20779         dtt - Read temperature from Digital Thermometer and Thermostat
20780
20781         Usage:
20782         dtt
20783
20784     Signed-off-by: Wolfgang Denk <wd@denx.de>
20785
20786 commit 94796d8544d4248028141bad11c6a74b840e9d6e
20787 Author: Wolfgang Denk <wd@denx.de>
20788 Date:   Sun May 24 19:17:29 2009 +0200
20789
20790     Make "usage" messages more helpful.
20791
20792     In case of incorrect command invocations U-Boot used to print pretty
20793     useless "usage" messages, for example:
20794
20795         => nand markbad
20796         Usage:
20797         nand - NAND sub-system
20798
20799     In the result, the user would have to run the "help" command to get
20800     the (available) information about correct command usage. Change this,
20801     so that this information gets always printed.
20802
20803     Note that this changes the user interface of all commands, but
20804     hopefully to the better.
20805
20806     Signed-off-by: Wolfgang Denk <wd@denx.de>
20807
20808 commit 4c94f6c54bbc4dc5f418da01d8ec01e2adf636be
20809 Author: Mike Frysinger <vapier@gentoo.org>
20810 Date:   Sun May 24 02:26:19 2009 -0400
20811
20812     nvedit: speed up printing of environment
20813
20814     The printing code would check the same environment byte multiple times and
20815     write to the console one byte at a time.  For some devices (such as the
20816     Blackfin JTAG console which operates in 8 bytes at a time), this is pretty
20817     damned slow.  So create a small 16 byte buffer to fill up and send to puts
20818     as needed.  In the process, unify the different print functions, shrink
20819     the resulting code (source and compiled), and avoid excess env reads as
20820     those too can be somewhat expensive depending on the board.
20821
20822     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20823
20824 commit 3112030a430553768de5d30c05bedf8710784452
20825 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20826 Date:   Fri May 22 19:28:52 2009 +0200
20827
20828     config.mk: remove un-needed REMOTE_BUILD check
20829
20830     as $(obj) is empty when in tree build
20831
20832     %.s:        %.S
20833         $(CPP) $(AFLAGS) -o $@ $<
20834
20835     and
20836
20837     $(obj)%.s:  %.S
20838         $(CPP) $(AFLAGS) -o $@ $<
20839
20840     are the same
20841
20842     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20843     Acked-by: Mike Frysinger <vapier@gentoo.org>
20844
20845 commit 651351fe980b20217b014b9a888398f18d77951c
20846 Author: Tom Rix <Tom.Rix@windriver.com>
20847 Date:   Wed May 20 07:55:41 2009 -0500
20848
20849     FAT replace compare_sign with strncmp.
20850
20851     The static function compare_sign is only used to compare the fs_type string
20852     and does not do anything more than what strncmp does.
20853
20854     The addition of the trailing '\0' to fs_type, while legal, is not needed
20855     because the it is never printed out and strncmp does not depend on NULL
20856     terminated strings.
20857
20858     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
20859
20860 commit ecb1dc892297d5d99876907328fed732feefeab2
20861 Author: Mike Frysinger <vapier@gentoo.org>
20862 Date:   Wed May 20 04:35:14 2009 -0400
20863
20864     Add support for Linux-like kallsysms
20865
20866     The kernel stores address<->symbol names in it so things can be decoded at
20867     runtime.  Do it in U-Boot, and we get nice symbol decoding when crashing.
20868
20869     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20870
20871 commit 36c9169aa6f79ddf604a3bca64e145654f94888b
20872 Author: Wolfgang Denk <wd@denx.de>
20873 Date:   Sun May 17 16:01:54 2009 +0200
20874
20875     cmd_mtdparts.c: allow to omit definitions for default settings
20876
20877     There is actually no good reason to enforce that all board
20878     configuations must define default settings for "mtdids" and
20879     "mtdparts".  Actually this may be difficult to handle, especially on
20880     boards where different sizes of flash chips can be fit, so there is no
20881     real "default" partition map for all boards.
20882
20883     Lift this arbitrary limitation.
20884
20885     Signed-off-by: Wolfgang Denk <wd@denx.de>
20886
20887 commit 864aa034f3a0e10ce710e8bbda171df3cab59414
20888 Author: Stefan Roese <sr@denx.de>
20889 Date:   Tue May 12 14:31:56 2009 +0200
20890
20891     cmd_mtdparts: Move to common handling of FLASH devices via MTD layer
20892
20893     This patch removes all references to the direct CFI FLASH interface
20894     (via flash_info[]). Now that all FLASH types currently handled in
20895     mtdparts are available (if selected, see below) via the MTD infrastructure.
20896     This is NOR, NAND and OneNAND right now. This can be achieved by defining
20897     the following options:
20898
20899     CONFIG_MTD_DEVICE (for all FLASH types)
20900
20901     plus
20902
20903     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
20904
20905     So we need to add those defines to the board config headers currently
20906     using the mtdparts commands. This is done via another patch, so
20907     we shouldn't break mtdparts compatibility.
20908
20909     One big advantage from this solution is that the cmd_mtdparts.c is
20910     *much* cleaner now. Lot's of #ifdef's are removed and the code itself
20911     is smaller. Additionally the newly added MDT concatenation feature
20912     can new be used via the mtdparts infrastructure and therefor via
20913     UBI etc.
20914
20915     Signed-off-by: Stefan Roese <sr@denx.de>
20916     Cc: Ladislav Michl <ladis@linux-mips.org>
20917     Cc: Scott Wood <scottwood@freescale.com>
20918
20919 commit d558107c18708050f05b6639b2192efb67c905dc
20920 Author: Stefan Roese <sr@denx.de>
20921 Date:   Tue May 12 14:31:18 2009 +0200
20922
20923     mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o
20924
20925     This new define enables mtdcore.c compilation and with this we can
20926     select the MTD device infrastructure needed for the reworked mtdparts
20927     command.
20928
20929     We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and
20930     CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above)
20931     for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI.
20932
20933     Signed-off-by: Stefan Roese <sr@denx.de>
20934     Cc: Scott Wood <scottwood@freescale.com>
20935
20936 commit 942556a92a8c1eb1bd76584a5143f6f57dcb25ad
20937 Author: Stefan Roese <sr@denx.de>
20938 Date:   Tue May 12 14:32:58 2009 +0200
20939
20940     mtd: MTD related config header changes (mtdparts command)
20941
20942     By changing the cmd_mtdparts to only use the MTD infrastructure and
20943     not the direct interface to the CFI NOR FLASH driver we now need
20944     to add the MTD infrastructure to all boards using those mtdparts
20945     commands. This patch adds those components:
20946
20947     CONFIG_MTD_DEVICE (for all FLASH types)
20948
20949     plus
20950
20951     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
20952
20953     To all board maintainers: Please test this on your platforms and
20954     report any problems/issues found. Thanks.
20955
20956     Signed-off-by: Stefan Roese <sr@denx.de>
20957     Cc: Wolfgang Denk <wd@denx.de>
20958     Cc: Ron Madrid <info@sheldoninst.com>
20959     Cc: Georg Schardt <schardt@team-ctech.de>
20960     Cc: Michal Simek <monstr@monstr.eu>
20961     Cc: Ladislav Michl <ladis@linux-mips.org>
20962     Cc: Martin Krause <martin.krause@tqs.de>
20963     Cc: Gary Jennejohn <garyj@denx.de>
20964     Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
20965
20966 commit 8d2effea23e938631126a7888008a0637e13b389
20967 Author: Stefan Roese <sr@denx.de>
20968 Date:   Mon May 11 16:03:55 2009 +0200
20969
20970     mtd: Update MTD infrastructure to support 64bit device size
20971
20972     This patch brings the U-Boot MTD infrastructure in sync with the current
20973     Linux MTD version (2.6.30-rc3). Biggest change is the 64bit device size
20974     support and a resync of the mtdpart.c file which has seen multiple fixes
20975     meanwhile.
20976
20977     Signed-off-by: Stefan Roese <sr@denx.de>
20978     Cc: Scott Wood <scottwood@freescale.com>
20979     Cc: Kyungmin Park <kmpark@infradead.org>
20980
20981 commit 0a57265533c412adf6024f4b4955141f4346b2b9
20982 Author: Stefan Roese <sr@denx.de>
20983 Date:   Tue May 12 14:29:39 2009 +0200
20984
20985     mtd: Add MTD concat support to concatenate multiple MTD NOR devices
20986
20987     This patch adds concatenation support to the U-Boot MTD infrastructure.
20988     By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate
20989     all found NOR devices into one single MTD device. This can be used by
20990     e.g by UBI to access a partition that spans over multiple NOR chips.
20991
20992     Signed-off-by: Stefan Roese <sr@denx.de>
20993
20994 commit 55e0ed6078b10b0d425b6a0677f38a015c277df6
20995 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20996 Date:   Sat Apr 25 14:57:52 2009 +0200
20997
20998     make MODEM SUPPORT generic instead of duplicate it
20999
21000     and fix comment
21001
21002     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21003
21004     Adjusted Copyright message.
21005
21006     Signed-off-by: Wolfgang Denk <wd@denx.de>
21007
21008 commit a30f519bd0cde78ba46b424314de94fdab863726
21009 Author: Tom Rix <Tom.Rix@windriver.com>
21010 Date:   Tue Jun 2 20:53:56 2009 -0500
21011
21012     ZOOM2 detect the version of the zoom2 board at runtime.
21013
21014     There are currently 3 versions of the zoom2 board.
21015     The production board, that is currently being released.
21016     The beta board, similar in form to the production board but not released.
21017     The alpha board, a set of PCBs with a very limited circulation.
21018
21019     GPIO 94 is used to determine the version of the board. If GPIO 94 is clear,
21020     the board is a production board, otherwise it is a beta board.
21021
21022     The alpha board will likely be mistaken for a beta board.  An alpha board
21023     was unavailible for testing.
21024
21025     This has been tested on the beta and production boards.
21026
21027     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21028     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21029
21030 commit 718763c4745fd3d987a5576d2a67325e9444f9d4
21031 Author: Tom Rix <Tom.Rix@windriver.com>
21032 Date:   Wed Jun 3 01:53:57 2009 -0500
21033
21034     Beagle Convert the board version detection to use the OMAP3 GPIO interface.
21035
21036     There is no new functionality in the change.
21037
21038     This change is a conversion from the using raw register access to using
21039     the OMAP3 GPIO API described in doc/README.omap3.
21040
21041     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21042     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
21043
21044 commit 7caa13fdd2d3dc957b4e0a228810a3a4a8ba499b
21045 Author: Tom Rix <Tom.Rix@windriver.com>
21046 Date:   Wed Jun 3 01:53:55 2009 -0500
21047
21048     Fix a typo in the instructions on using omap3's gpio interface.
21049
21050     Using the example for reading a gpio, shows the problem.
21051     NULL should be the gpio number.
21052
21053     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21054     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
21055
21056 commit 0c9520efd651ce13451654a35307ec87d4a13a69
21057 Author: Tom Rix <Tom.Rix@windriver.com>
21058 Date:   Fri May 29 18:57:32 2009 -0500
21059
21060     ZOOM2 Define GPIO banks used.
21061
21062     Enable the function and interface clocks for banks 2,3,5 and 6.
21063
21064     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21065     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
21066
21067 commit 708cfb74b7c6df9c37d3c48988a154be79daefeb
21068 Author: Tom Rix <Tom.Rix@windriver.com>
21069 Date:   Fri May 29 18:57:31 2009 -0500
21070
21071     OMAP3 Turn on the GPIO bank clocks
21072
21073     The function and interface clocks for each GPIO bank, except the first, must
21074     be explicitly turned on.  These are controlled by the config level defines
21075     CONFIG_OMAP3_GPIO_n where n is from 2 to 6.
21076
21077     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21078     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
21079
21080 commit 59272620c24549b5bcd03c94ba12ec302c1476a2
21081 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
21082 Date:   Thu Mar 26 15:26:01 2009 -0400
21083
21084     Coldfire M5271: Activate u-boot system timer interrupt.
21085
21086     This patch assigns the u-boot system timer interrupt to
21087     interrupt level 3, priority 6. Without this patch the interrupt
21088     will be a level 0, priority 0, which disables it and cause
21089     u-boot functions that relies on the timer (e.g. sleep command)
21090     to never return.
21091
21092     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
21093
21094 commit dc26965ad3acdfb18780361d77a276b2843a90af
21095 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
21096 Date:   Mon Mar 23 13:35:48 2009 -0400
21097
21098     Compier warning cleanup
21099
21100     Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456
21101
21102     Cleanup on compiler warnings on unused variables now that
21103     bd->bi_enetaddr is no longer used.
21104
21105     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
21106
21107 commit 42a83765d54f042b4079e05a3438789542429981
21108 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
21109 Date:   Fri Mar 20 15:30:10 2009 -0400
21110
21111     Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.
21112
21113     Ported from lib_ppc/interrupts.c, this adds the ability for
21114     the coldfire system timer to auto-reset the watchdog when
21115     dtimer_interrupts is called.
21116
21117     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
21118
21119 commit a24d96e40e1ca66dde6e6c158e7ecffafc5a2199
21120 Author: Prafulla Wadaskar <prafulla@marvell.com>
21121 Date:   Sun May 31 14:53:20 2009 +0200
21122
21123     arch_misc_init support for ARM architectures
21124
21125     This patch is required for Kirkwood support
21126     may be used by other ARM architectures
21127
21128     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
21129
21130 commit b2403589b4d9996394bafc73eca3623f43ac2c31
21131 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21132 Date:   Sun May 31 14:53:18 2009 +0200
21133
21134     at91: move cpu info print to cpu
21135
21136     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21137
21138 commit b32e189079fa16e1b647ac6b949fd4e0a9435343
21139 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21140 Date:   Sun May 31 12:44:46 2009 +0200
21141
21142     at91: move cpu name define to arm/arch/ cpu header
21143
21144     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21145
21146 commit 5bb59b3c906ee01adfaac9565443e5236a793079
21147 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21148 Date:   Sun May 31 12:44:45 2009 +0200
21149
21150     at91: extract reset from timer
21151
21152     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21153
21154 commit 61cf851b09cf8b67009ec11fc47c16add6b142a5
21155 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21156 Date:   Sun May 31 12:44:43 2009 +0200
21157
21158     omap24xx: rename reset file
21159
21160     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21161
21162 commit 9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32
21163 Author: Dirk Behme <dirk.behme@googlemail.com>
21164 Date:   Sun May 31 12:44:42 2009 +0200
21165
21166     OMAP3: Fix CKE1 MUX setting to allow self-refresh
21167
21168     The Beagle rev Cx and Overo boards are using both SDRC CSes. The MUX
21169     setting is needed for the second CS clock signal to allow the 2 RAM
21170     parts to be put in self-refresh correctly. This also works on rev B
21171     Beagle boards with 128M of RAM.
21172
21173     From: Steve Sakoman <steve@sakoman.com>
21174     From: Jean Pihet <jpihet@mvista.com>
21175     Signed-off-by: Jean Pihet <jpihet@mvista.com>
21176     Signed-off-by: Steve Sakoman <steve@sakoman.com>
21177     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
21178
21179 commit 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a
21180 Author: Dirk Behme <dirk.behme@googlemail.com>
21181 Date:   Sun May 31 12:44:41 2009 +0200
21182
21183     OMAP3: Zoom2: Enable Board and CPU info
21184
21185     With other OMAP3 boards we recently switched to CPU and Board
21186     info API. From parallel merge, this is missing for Zoom2.
21187     Enable it for Zoom2, too.
21188
21189     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
21190     Acked-by: Tom Rix <Tom.Rix@windriver.com>
21191
21192 commit 83ae698ff26b81b569ca32f7f2b008ad0da15e66
21193 Author: Tom Rix <Tom.Rix@windriver.com>
21194 Date:   Sun May 31 12:44:39 2009 +0200
21195
21196     ZOOM2 Add led support.
21197
21198     This patch controls the large LED on the top left of the zoom2.
21199
21200     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21201
21202 commit 660888b7fb8840ce169dcd2589e49ab44c46b87b
21203 Author: Tom Rix <Tom.Rix@windriver.com>
21204 Date:   Sun May 31 12:44:37 2009 +0200
21205
21206     ZOOM2 Add serial support.
21207
21208     Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
21209     The default serial is from the USB connector on left side of the debug board.
21210     The USB connector will produce 2 of the 4 UARTS.  On your host pick the first
21211     enumeration.
21212
21213     The details of the setting of the serial gpmc setup are not available.
21214     The values were provided by another party.
21215
21216     The serial port set up is the same with Zoom1.
21217     Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow.
21218
21219     The kernel bootargs are
21220     console=ttyS3,115200n8
21221
21222     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21223
21224 commit 3ea201b016ab259a5ac8824af767569522768c47
21225 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21226 Date:   Sun May 31 12:44:27 2009 +0200
21227
21228     lh7a40x: move serial driver to drivers/serial
21229
21230     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21231
21232 commit 379be585eb2343d8814a5cee5fb3da930d846bee
21233 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21234 Date:   Sat May 16 22:48:46 2009 +0200
21235
21236     pxa: move serial driver to drivers/serial
21237
21238     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21239
21240 commit ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1
21241 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21242 Date:   Sat May 9 13:21:19 2009 +0200
21243
21244     arm: remove cpu_init
21245
21246     move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it
21247
21248     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21249
21250 commit c358d9c3f16571e8f825e81b75eaf32e228cb669
21251 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21252 Date:   Sat May 9 13:21:18 2009 +0200
21253
21254     arm: unify interrupt init
21255
21256     all arm init the IRQ stack the same way
21257     so unify it in lib_arm/interrupts.c and then call arch specific interrupt init
21258
21259     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21260
21261 commit 10a451cd57cffbca875c97bbd8929059c5627ec6
21262 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21263 Date:   Fri May 8 20:24:12 2009 +0200
21264
21265     arm: unify linker script
21266
21267     all arm boards except a few use the same cpu linker script
21268     so move it to cpu/$(CPU)
21269
21270     that could be overwrite in following order
21271     SOC
21272     BOARD
21273     via the corresponding config.mk
21274
21275     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21276
21277 commit 9475c63c7855edd863c93a9bb0f4b8e240d9d212
21278 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21279 Date:   Sat May 16 10:02:05 2009 +0200
21280
21281     afeb9260: fix macb device init
21282
21283     uses PA10, PA11 for ETX2 and ETX3.
21284
21285     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21286
21287 commit 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7
21288 Author: Stefan Roese <sr@denx.de>
21289 Date:   Wed May 27 10:34:32 2009 +0200
21290
21291     ppc4xx: Remove PCI async bootup message if PCI is not used
21292
21293     Signed-off-by: Stefan Roese <sr@denx.de>
21294
21295 commit a3455c00510c5abf1e91743c4a02d8393b6df18d
21296 Author: Wolfgang Denk <wd@denx.de>
21297 Date:   Fri May 15 09:19:52 2009 +0200
21298
21299     TQM834x: use buffered writes to accelerate writing to flash
21300
21301     Also enable display of 'E'mpty sectors in "flinfo" output.
21302
21303     Signed-off-by: Wolfgang Denk <wd@denx.de>
21304     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21305
21306 commit 4681e673a51c48f4c096aa3c8fae5e6217ffd58d
21307 Author: Wolfgang Denk <wd@denx.de>
21308 Date:   Thu May 14 23:18:34 2009 +0200
21309
21310     TQM834x: add FDT support
21311
21312     Signed-off-by: Wolfgang Denk <wd@denx.de>
21313     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21314
21315 commit 929b79a0b5e48303ab04aae9d0abceb0c707f111
21316 Author: Wolfgang Denk <wd@denx.de>
21317 Date:   Thu May 14 23:18:33 2009 +0200
21318
21319     TQM834x: fix environment size; add redundant env.
21320
21321     Also reserve more space for U-Boot as it will probably grow soon.
21322
21323     Signed-off-by: Wolfgang Denk <wd@denx.de>
21324     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21325
21326 commit 2ae0f35fd60c7345446835b95a4daff356e1f031
21327 Author: Thomas Lange <thomas@corelatus.se>
21328 Date:   Sun May 3 20:07:33 2009 +0200
21329
21330     ARM DaVinci: Reset with watchdog enabled
21331
21332     Once the Davinci watchdog has been enabled, the timeout
21333     value cannot be changed. If the timeout in use is long,
21334     it can take a long time for card to reset. By writing
21335     an invalid service key, we can trigger an immediate reset.
21336
21337     Signed-off-by: Thomas Lange <thomas@corelatus.se>
21338
21339 commit 6cc7ba9ed43106946aa9aa868302aa2faf1d17be
21340 Author: Wolfgang Denk <wd@denx.de>
21341 Date:   Fri May 15 10:07:43 2009 +0200
21342
21343     video: Add an option to skip video initialization
21344
21345     This patch adds an option to skip the video initialization on for all
21346     video drivers. This is needed for the CPCI750 which can be built as
21347     CPCI host and adapter/target board. And the adapter board can't
21348     access the video cards located on the CompactPCI bus.
21349
21350     Signed-off-by: Stefan Roese <sr@denx.de>
21351     Cc: Anatolij Gustschin <agust@denx.de>
21352
21353     Rebased against simplifying patch.
21354     Signed-off-by: Wolfgang Denk <wd@denx.de>
21355
21356 commit f62f64692ff7f6226ad221d5df6487ea5ef39bdd
21357 Author: Wolfgang Denk <wd@denx.de>
21358 Date:   Fri May 15 10:07:42 2009 +0200
21359
21360     drv_video_init(): simplify logic
21361
21362     Simplify nesting of drv_video_init() and use a consistent way of
21363     indicating failure / success. Before, it took me some time to realize
21364     which of the returns was due to an error condition and which of them
21365     indicated success.
21366
21367     Signed-off-by: Wolfgang Denk <wd@denx.de>
21368     Cc: Anatolij Gustschin <agust@denx.de>
21369
21370 commit 1699da6297b8c22da16cf85b3c79192f1a6d70ca
21371 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21372 Date:   Wed May 13 21:01:13 2009 +0200
21373
21374     at91: regroup IP hw init in one file per soc
21375
21376     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21377
21378 commit 28b00324becf3552134ae1e086509dc9c3d6e932
21379 Author: David Brownell <dbrownell@users.sourceforge.net>
21380 Date:   Fri May 15 23:48:37 2009 +0200
21381
21382     dm355 evm support
21383
21384     Initial U-Boot support for the DaVinci DM355 EVM.  This is a board
21385     from Spectrum Digital.  Board docs include schematic and firmware
21386     for its microcontroller:
21387
21388       http://c6000.spectrumdigital.com/evmdm355/revd/
21389
21390     Most of the DM355 chip is fully documented by TI, the most notable
21391     exception being the MPEG/JPEG coprocessor (programmable using codecs
21392     available at no cost from TI), which is omitted from its DM335 sibling:
21393
21394       http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
21395
21396     This version can boot from the on-board DM9000 Ethernet chip, after
21397     being loaded (from NAND, MMC/SD, or UART).  In the near future, NAND
21398     and USB support could be added ... NAND support is being held back
21399     until the support for the 4-bit ECC hardware is ready.
21400
21401     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21402
21403 commit 136cf92dc9e84c9a1bf567f1fe741092bf765495
21404 Author: Sanjeev Premi <premi@ti.com>
21405 Date:   Fri May 15 23:48:37 2009 +0200
21406
21407     OMAP3EVM: Set default bootfile
21408
21409     The current configuration doesn't define default
21410     bootfile; leading to this warning at execution:
21411
21412     OMAP3_EVM # dhcp
21413     ...
21414     ...
21415     DHCP client bound to address 192.168.1.11
21416     *** Warning: no boot file name; using 'AC18BE16.img'
21417     TFTP from server 0.0.0.0; our IP address is 192.168.1.11;
21418     sending through gateway 192.168.1.1
21419     Filename 'AC18BE16.img'.
21420     Load address: 0x82000000
21421     Loading: *
21422     TFTP error: 'File not found' (1)
21423
21424     Signed-off-by: Sanjeev Premi <premi@ti.com>
21425
21426 commit 1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5
21427 Author: s-paulraj@ti.com <s-paulraj@ti.com>
21428 Date:   Fri May 15 23:48:36 2009 +0200
21429
21430     ARM DaVinci: Minor Updates to base addresses
21431
21432     Patch adds base addresses for DaVinci DM365. Updated patches for DM365
21433     will be posted soon.
21434
21435     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
21436
21437 commit de193e8e369f5f029ed3b6e2fc60341098eea766
21438 Author: Tom Rix <Tom.Rix@windriver.com>
21439 Date:   Fri May 15 23:48:36 2009 +0200
21440
21441     ZOOM2 Add support for debug board detection.
21442
21443     The logicpd web site is a good source for general information on this board.
21444     Please start looking here if the below links are broken.
21445     http://www.logicpd.com
21446
21447     This is a pdf of the product
21448     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
21449
21450     This is a pdf of the product quick start guide.
21451     The debug board is described here.
21452     http://support.logicpd.com/downloads/1165/
21453
21454     This is a wiki showing the debug board in use
21455     https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP
21456
21457     The zoom2 has an auxillary board that contains the serial, net, jtag and
21458     battery simulator.  This change supports a runtime check if the debug board is
21459     connected.
21460
21461     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21462
21463 commit 0c872ecd01d6782ae9d37b6eb721404a4a48f356
21464 Author: Tom Rix <Tom.Rix@windriver.com>
21465 Date:   Fri May 15 23:48:36 2009 +0200
21466
21467     OMAP3 Port kernel omap gpio interface.
21468
21469     Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot.
21470     The orignal source is in linux/arch/arm/plat-omap/gpio.c
21471
21472     See doc/README.omap3 for instructions on use.
21473
21474     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21475
21476 commit 376aee78dd66ae0dc4ce496cbe93ecc80aaad48e
21477 Author: Tom Rix <Tom.Rix@windriver.com>
21478 Date:   Fri May 15 23:48:36 2009 +0200
21479
21480     ZOOM2 Add initial support for Zoom2
21481
21482     Zoom2 is a new board from Texas Instruments and LogicPD
21483
21484     The logicpd web site is a good source for general information on this board.
21485     Please start looking here if the below links are broken.
21486     http://www.logicpd.com
21487
21488     This is a pdf of the product
21489     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
21490     This is the product description web page
21491     http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp
21492
21493     This patch provides a zoom2 base target by copying zoom1 and by making some
21494     obvious changes.
21495
21496     To configure, run
21497     make omap3_zoom2_config
21498
21499     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21500
21501 commit 53925acf1b5c1a1e6230cda2697640cd05bd1104
21502 Author: Sandeep Paulraj <s-paulraj@ti.com>
21503 Date:   Fri May 15 23:48:33 2009 +0200
21504
21505     ARM DaVinci:Consolidate common u-boot.lds
21506
21507     The u-boot.lds is common for all DaVinci boards. The patch removes
21508     multiple instances and moves the u-boot.lds to /cpu/arm926ejs/davinci
21509     folder. This addresses one of the comments i received while submitting
21510     patches for DM3xx
21511
21512     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
21513
21514 commit 68a531fd465f5c0b3d373e0010afed32e88d37c4
21515 Author: Tom Rix <Tom.Rix@windriver.com>
21516 Date:   Fri May 15 23:47:52 2009 +0200
21517
21518     OMAP Consolidate common u-boot.lds to cpu layer.
21519
21520     The u-boot.lds file is common for all omap boards.
21521     Move a cleaned up version to the cpu layer and add makefile logic to use it.
21522
21523     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21524
21525 commit 65a76d4f947a193e57bb8f8093c481f27e059f8f
21526 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21527 Date:   Fri May 15 23:47:14 2009 +0200
21528
21529     arm/dcc: add xscale support
21530
21531     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21532
21533 commit 66e8f9da6879fe37f3159b3997bff874842dc51d
21534 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21535 Date:   Fri May 15 23:47:14 2009 +0200
21536
21537     arm/dcc: use static support to allow to use it at anytime
21538
21539     the dcc can be used at the start of the cpu
21540
21541     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21542
21543 commit 7893aa1eb6f52c3957efc301b436f1fa11e91a00
21544 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21545 Date:   Fri May 15 23:47:13 2009 +0200
21546
21547     ARM: Update mach-types
21548
21549     update against linux v2.6.29
21550
21551     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21552
21553 commit 2907798926ee932f453ac8538e7a6c05c18428a5
21554 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21555 Date:   Fri May 15 23:47:13 2009 +0200
21556
21557     arm920/926/926: remove non needed header
21558
21559     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21560
21561 commit 269dfea017b09c5a999d3053d00505c19789c350
21562 Author: David Brownell <david-b@pacbell.net>
21563 Date:   Fri May 15 23:47:13 2009 +0200
21564
21565     davinci dm6446evm NAND update
21566
21567     This updates the optional (non-default!) NAND support for the
21568     DaVinci DM6446 EVM:
21569
21570      - include MTD partitioning, defaulting to what Linux uses
21571
21572      - use a flash-based BBT, which among other things speeds bootup
21573
21574     This matches code that's now queued for mainline Linux, and might
21575     even merge in an upcoming 2.6.30-rc; and the MTIDS are set up so
21576     that the U-Boot $mtdparts environment variable can be passed as-is
21577     on the kernel command line as a cmdlinepart override.
21578
21579     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21580
21581 commit 7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc
21582 Author: David Brownell <dbrownell@users.sourceforge.net>
21583 Date:   Fri May 15 23:47:12 2009 +0200
21584
21585     davinci: display correct clock info
21586
21587     Move the clock-rate dumping code into the cpu/.../davinci area
21588     where it should have been, enabled by CONFIG_DISPLAY_CPUINFO,
21589     updating the format and showing the DSP clock (where relevant).
21590
21591     Switch boards to use the cpuinfo() hook for this stuff.
21592
21593     Remove a few now-obsolete PLL #defines.
21594
21595     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21596
21597 commit daea928829098cae3c9ec6b801e52ba616725034
21598 Author: Tom Rix <Tom.Rix@windriver.com>
21599 Date:   Fri May 15 23:47:12 2009 +0200
21600
21601     ZOOM1 Remove more legacy NAND defines.
21602
21603     These legacy NAND defines are no longer needed by this target.
21604
21605     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21606
21607 commit 65fd21c80fcaca2bbfe3ab06ab6ac68207408078
21608 Author: Tom Rix <Tom.Rix@windriver.com>
21609 Date:   Fri May 15 23:47:12 2009 +0200
21610
21611     LED Add documentation describing the status_led and colour led API.
21612
21613     This document describes the u-boot status LED API.
21614     This allows common u-boot commands to use a board's leds to
21615     provide status for activities like booting and downloading files.
21616
21617     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21618
21619 commit 7cdf804f34378b910b4c4edd2dac7e3ca61c0825
21620 Author: Tom Rix <Tom.Rix@windriver.com>
21621 Date:   Fri May 15 23:47:12 2009 +0200
21622
21623     ARM Add blue colour LED to status_led.
21624
21625     There is exiting support for red,yellow,green but no blue.
21626     The main LED on the zoom2 is a blue LED.
21627
21628     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21629
21630 commit b54384e3ba6b5535751f317fcd3940a53eed0d3a
21631 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21632 Date:   Fri May 15 23:47:02 2009 +0200
21633
21634     arm: timer and interrupt init rework
21635
21636     actually the timer init use the interrupt_init as init callback
21637     which make the interrupt and timer implementation difficult to follow
21638
21639     so now rename it as int timer_init(void) and use interrupt_init for interrupt
21640
21641     btw also remane the corresponding file to the functionnality implemented
21642
21643     as ixp arch implement two timer - one based on interrupt - so all the timer
21644     related code is moved to timer.c
21645
21646     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21647
21648 commit 5b4bebe1d20c4f2b70d48b06aed1016785efcc25
21649 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21650 Date:   Fri May 15 23:45:22 2009 +0200
21651
21652     OMAP3: Reorganize Makefile style
21653
21654     Reformat COBJS handling.
21655
21656     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21657     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
21658
21659 commit b1966982718347f67317b3fb356439743ca68a37
21660 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21661 Date:   Fri May 15 23:45:22 2009 +0200
21662
21663     OMAP3: Remove dublicated interrupt code
21664
21665     Remove duplicated interrupt code. Original, identical code can be found
21666     in lib_arm/interrupts.c
21667
21668     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21669     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
21670
21671 commit ac7260a4190315eba4a6e526c764f6cad0bbf8c5
21672 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21673 Date:   Fri May 15 23:45:22 2009 +0200
21674
21675     at91rm9200: move reset code to reset.c
21676
21677     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21678
21679 commit 2c75c78d94574ee996db2aa9b511258519471dd6
21680 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21681 Date:   Fri May 15 23:45:22 2009 +0200
21682
21683     ixp/interrupts: Move conditional compilation to Makefile
21684
21685     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21686
21687 commit 8fc3bb4b0603516ad641e2de252a400b85fd869b
21688 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21689 Date:   Fri May 15 23:45:20 2009 +0200
21690
21691     arm: cleanup remaining CONFIG_INIT_CRITICAL
21692
21693     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21694
21695 commit c20e28f49aaf38c7dede46d8f8fe8234fe90822c
21696 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21697 Date:   Fri May 15 23:45:12 2009 +0200
21698
21699     arm946es: remove non used timer
21700
21701     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21702
21703 commit f1d944e30eb8ff89080fa03fb98d8fb5c82388d2
21704 Author: David Brownell <dbrownell@users.sourceforge.net>
21705 Date:   Fri May 15 23:44:09 2009 +0200
21706
21707     davinci: add basic dm355/dm350/dm335 support
21708
21709     Add some basic declarations for DaVinci DM355/DM350/DM335 support,
21710     keyed on CONFIG_SOC_DM355.  (DM35X isn't quite right because the
21711     DM357 is very different; while the DM355 is like a DM355 without
21712     the MPEG/JPEG coprocessor).
21713
21714     These have different peripherals than the DM6446, and some of
21715     the peripherals are at different addresses.  Notably for U-Boot,
21716     there's no EMAC, and the NAND controller address is different
21717
21718     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21719
21720 commit bd36fdc146654f9de4e2ad346126e6bd2990fb19
21721 Author: David Brownell <dbrownell@users.sourceforge.net>
21722 Date:   Fri May 15 23:44:09 2009 +0200
21723
21724     davinci: fix dm644x buglets
21725
21726     Fix two buglets in the dm644x support:  don't set two must-be-zero
21727     bits in the UART management register; and only include the I2C hooks
21728     if the I2C driver is being included.
21729
21730     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21731
21732 commit f79043681ff44bae435c06f830e51e1546db7e19
21733 Author: David Brownell <dbrownell@users.sourceforge.net>
21734 Date:   Fri May 15 23:44:08 2009 +0200
21735
21736     davinci: split out some dm644x-specific bits from psc
21737
21738     Split out DaVinci DM6446-specific bits from more generic bits:
21739
21740      - Add a CONFIG_SOC_DM644X.  All current boards use DM6446 chips;
21741        DM6443 and DM6441 chips differ in available peripherals.
21742
21743      - Move most DM644X-specific bits from psc.c to a new dm644x.c file,
21744        which is conditionally built.  It provides device-specific setup.
21745
21746     Plus minor coding style and comment updates with respect to the PSC.
21747
21748     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21749
21750 commit 48ef5729555f41f51618b6a3016ac5c53c7c75dc
21751 Author: David Brownell <dbrownell@users.sourceforge.net>
21752 Date:   Fri May 15 23:44:08 2009 +0200
21753
21754     davinci: cpu-specific build uses conditional make syntax
21755
21756     Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax.
21757     Add the first conditional: for EMAC driver support.  Not all
21758     chips have an EMAC; and boards might not use it, anyway.
21759
21760     This doesn't touch PHY configuration; that should eventually
21761     become conditional too.
21762
21763     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21764
21765 commit 7b7808ae6dace59287f565e9323cda7b098a5612
21766 Author: David Brownell <dbrownell@users.sourceforge.net>
21767 Date:   Fri May 15 23:44:06 2009 +0200
21768
21769     davinci: move psc support board-->cpu
21770
21771     Move DaVinci PSC support from board/* to cpu/* where it belongs.
21772     The PSC module manages clocks and resets for all DaVinci-family
21773     SoCs, and isn't at all board-specific.
21774
21775     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21776
21777 commit 84f7411cb901b8df2391cf7e967ad0737f6194aa
21778 Author: David Brownell <david-b@pacbell.net>
21779 Date:   Tue Apr 14 08:52:58 2009 -0700
21780
21781     DaVinci now respects SKIP_LOWLEVEL_INIT
21782
21783     Don't needlessly include lowlevel init code; that's only really
21784     needed with boot-from NOR (not boot-from-NAND).  The 2nd stage
21785     loader (UBL) handles that before it loads U-Boot.
21786
21787     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21788
21789 commit 641e0925e4bf7adf8e2e04e3ad81b840fd71cadd
21790 Author: David Brownell <dbrownell@users.sourceforge.net>
21791 Date:   Sun Apr 12 22:49:26 2009 -0700
21792
21793     DaVinci Ethernet cleanup
21794
21795     Chips without the EMAC controller won't need the utilities
21796     it uses to read an Ethernet address from EEPROM; so don't
21797     include them needlessly.
21798
21799     Use is_valid_ether() to validate the address from EEPROM.
21800     All-zero addresses aren't the only invalid addresses.
21801     A fully erased EEPROM returns all-ones, also invalid...
21802
21803     Switch those Ethernet utilities to use "%pM" for printing
21804     MAC addresses; and not say ROM when they mean EEPROM.
21805
21806     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21807     Acked-by: Ben Warren <biggerbadderben@gmail.com>
21808
21809 commit c790b04d230363d03939dc008bcc80f3ba4de1ae
21810 Author: Stefan Roese <sr@denx.de>
21811 Date:   Mon May 11 15:50:12 2009 +0200
21812
21813     lib_arch/board.c: Move malloc initialization before flash_init()
21814
21815     This patch moves the malloc initialization before calling flash_init().
21816     Upcoming changes to the NOR FLASH common CFI driver with optional
21817     MTD infrastructure and MTD concatenation support will call malloc().
21818     And nothing really speaks against enabling malloc just a little earlier
21819     in the boot stage. Some architectures already enable malloc before
21820     calling flash_init() so they don't need any changes here.
21821
21822     Signed-off-by: Stefan Roese <sr@denx.de>
21823     Cc: Wolfgang Denk <wd@denx.de>
21824     Cc: Mike Frysinger <vapier@gentoo.org>
21825     Cc: Scott McNutt <smcnutt@psyent.com>
21826     Cc: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
21827     Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21828     Cc: Daniel Hellstrom <daniel@gaisler.com>
21829     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21830     Cc: John Rigby <jcrigby@gmail.com>
21831
21832 commit d873133f2ba9bd613d5f6552c31cc70fb13f15d3
21833 Author: Stefan Roese <sr@denx.de>
21834 Date:   Mon May 11 13:46:14 2009 +0200
21835
21836     ppc4xx: Add Sequoia RAM-booting target
21837
21838     This patch adds another build target for the AMCC Sequoia PPC440EPx
21839     eval board. This RAM-booting version is targeted for boards without
21840     NOR FLASH (NAND booting) which need a possibility to initially
21841     program their NAND FLASH. Using a JTAG debugger (e.g. BDI2000/3000)
21842     configured to setup the SDRAM, this debugger can load this RAM-
21843     booting image to the target address in SDRAM (in this case 0x1000000)
21844     and start it there. Then U-Boot's standard NAND commands can be
21845     used to program the NAND FLASH (e.g. "nand write ...").
21846
21847     Here the commands to load and start this image from the BDI2000:
21848
21849     440EPX>reset halt
21850     440EPX>load 0x1000000 /tftpboot/sequoia/u-boot.bin
21851     440EPX>go 0x1000000
21852
21853     Please note that this image automatically scans for an already
21854     initialized SDRAM TLB (detected by EPN=0). This TLB will not be
21855     cleared. This TLB doesn't need to be TLB #0, this RAM-booting
21856     version will detect it and preserve it. So booting via BDI2000
21857     will work and booting with a complete different TLB init via
21858     U-Boot works as well.
21859
21860     Signed-off-by: Stefan Roese <sr@denx.de>
21861
21862 commit 837db3d87f4bfe9261629fb4a1bb433506a3056a
21863 Author: Mike Frysinger <vapier@gentoo.org>
21864 Date:   Wed May 6 08:41:45 2009 -0400
21865
21866     tools/envcrc: add --binary option to export embedded env
21867
21868     The --binary option to envcrc can be used to export the embedded env as a
21869     binary blob so that it can be manipulated/examined/whatever externally.
21870
21871     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21872
21873 commit 18cc7afd9a153a66854af862d14ba01c5496cf07
21874 Author: Ben Warren <biggerbadderben@gmail.com>
21875 Date:   Tue Apr 28 16:50:53 2009 -0700
21876
21877     Enable CONFIG_NET_MULTI on all remaining PPC4xx boards
21878
21879     All in-tree PPC4xx boards now use CONFIG_NET_MULTI
21880
21881     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21882     Signed-off-by: Stefan Roese <sr@denx.de>
21883
21884 commit 70be6c2d40076f14062b892152649f9a62832fc9
21885 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21886 Date:   Wed Apr 29 09:51:01 2009 +0200
21887
21888     4xx: Add support for DP405 hardware variants
21889
21890     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21891     Signed-off-by: Stefan Roese <sr@denx.de>
21892
21893 commit de47a34d4de1d007a8951efd072283516d580ffa
21894 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21895 Date:   Wed Apr 29 09:51:00 2009 +0200
21896
21897     4xx: Remove binary cpld bitstream from DP405 board
21898
21899     This patch removes the cpld binary bitstream that is
21900     used by esd's cpld command on DP405 boards.
21901
21902     Because u-boot with an external cpld bitstream may not
21903     take more space in flash than before the u-boot binary is
21904     shrinked a little bit. Some unused featues have been
21905     removed therefore.
21906
21907     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21908     Signed-off-by: Stefan Roese <sr@denx.de>
21909
21910 commit 700d553fd3afe804086de8f73d95153315eb0c32
21911 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21912 Date:   Wed Apr 29 09:50:59 2009 +0200
21913
21914     4xx: Remove binary cpld bitstream from VOM405 board
21915
21916     This patch removes the cpld binary bitstream that is
21917     used by esd's cpld command on VOM405 boards.
21918
21919     Because u-boot with an external cpld bitstream may not
21920     take more space in flash than before the u-boot binary is
21921     shrinked a little bit.
21922
21923     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21924     Signed-off-by: Stefan Roese <sr@denx.de>
21925
21926 commit 0bb10630364c48d9857cbf5353da609fc4dd6751
21927 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21928 Date:   Wed Apr 29 09:50:58 2009 +0200
21929
21930     4xx: Remove binary cpld bitstream from PMC405 board
21931
21932     This patch removes the cpld binary bitstream that is
21933     used by esd's cpld command on PMC405 boards.
21934
21935     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21936     Signed-off-by: Stefan Roese <sr@denx.de>
21937
21938 commit 7cc635fb35f5b94e304fa2243d56758f57f6416b
21939 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21940 Date:   Wed Apr 29 09:50:57 2009 +0200
21941
21942     4xx: Remove binary cpld bitstream from CMS700 board
21943
21944     This patch removes the cpld binary bitstream that is
21945     used by esd's cpld command on CMS700 boards.
21946
21947     Because u-boot with an external cpld bitstream may not
21948     take more space in flash than before the u-boot binary is
21949     shrinked a little bit. Some unused featues have been
21950     removed therefore.
21951
21952     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21953     Signed-off-by: Stefan Roese <sr@denx.de>
21954
21955 commit c1b2f79788deec75773b1d944d8aaf4a6d5baf9e
21956 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21957 Date:   Wed Apr 29 09:50:56 2009 +0200
21958
21959     esd/common: extend cpld command with address parameter
21960
21961     This patch adds support for an address parameter to esd's
21962     cpld command. This is in preparation to remove compiled-in
21963     binary cpld (xsvf) bitstreams.
21964
21965     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21966     Signed-off-by: Stefan Roese <sr@denx.de>
21967
21968 commit 9166b776350d16460c7330bfb0a50154ea0a1903
21969 Author: Peter Tyser <ptyser@xes-inc.com>
21970 Date:   Sat Apr 18 22:34:06 2009 -0500
21971
21972     cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
21973
21974     When CONFIG_I2C_MUX was defined the output of 'help i2c' was not
21975     correct, eg:
21976
21977     => help i2c
21978     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes.
21979     speed [speed] - show or set I2C bus speed
21980     i2c dev [dev] - show or set current I2C bus
21981     ...
21982
21983     It has been changed to:
21984     i2c speed [speed] - show or set I2C bus speed
21985     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes
21986     i2c dev [dev] - show or set current I2C bus
21987     ...
21988
21989     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21990
21991 commit 0a45a6357b02e5ce5bf899a60db09def6a129fee
21992 Author: Peter Tyser <ptyser@xes-inc.com>
21993 Date:   Sat Apr 18 22:34:05 2009 -0500
21994
21995     cmd_i2c: Clean up trivial helper functions
21996
21997     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21998
21999 commit e96ad5d3aba42f8ffe99f7cc5ec1bb9f21810035
22000 Author: Peter Tyser <ptyser@xes-inc.com>
22001 Date:   Sat Apr 18 22:34:04 2009 -0500
22002
22003     cmd_i2c: Clean up i2c command argument parsing
22004
22005     argc and argv should only be modified once instead of once for
22006     every i2c sub-command
22007
22008     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22009
22010 commit 0f89c54be92773b23d66ac401ba6acb6144100c3
22011 Author: Peter Tyser <ptyser@xes-inc.com>
22012 Date:   Sat Apr 18 22:34:03 2009 -0500
22013
22014     i2c: Update references to individual i2c commands
22015
22016     The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop,
22017     and isdram are no longer available so all references to them have been
22018     updated to the new form of "i2c <cmd>".
22019
22020     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22021
22022 commit d48eb5131d287f52bb85b4c58c8680a2e8e3b641
22023 Author: Peter Tyser <ptyser@xes-inc.com>
22024 Date:   Sat Apr 18 22:34:02 2009 -0500
22025
22026     i2c: Remove deprecated individual i2c commands
22027
22028     The following individual I2C commands have been removed: imd, imm, inm,
22029     imw, icrc32, iprobe, iloop, isdram.
22030
22031     The functionality of the individual commands is still available via
22032     the 'i2c' command.
22033
22034     This change only has an impact on those boards which did not have
22035     CONFIG_I2C_CMD_TREE defined.
22036
22037     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22038
22039 commit 655b34a78adf60ef260981688837904208883ae9
22040 Author: Peter Tyser <ptyser@xes-inc.com>
22041 Date:   Sat Apr 18 22:34:01 2009 -0500
22042
22043     i2c: Create common default i2c_[set|get]_bus_speed() functions
22044
22045     New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions
22046     replace a number of architecture-specific implementations.
22047
22048     Also, providing default functions will allow all boards to enable
22049     CONFIG_I2C_CMD_TREE.  This was previously not possible since the
22050     tree-form of the i2c command provides the ability to display and modify
22051     the i2c bus speed which requires i2c_[set|get]_bus_speed() to be
22052     present.
22053
22054     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22055
22056 commit 8229e9c04f7019ddd76aea05d4dca044cbc9a34a
22057 Author: Peter Tyser <ptyser@xes-inc.com>
22058 Date:   Sat Apr 18 22:34:00 2009 -0500
22059
22060     cm5200: Make function test command names more unique
22061
22062     Add "_test" to cm5200's function test command names to prevent
22063     overlap with common, global function names.  Originally, the
22064     "do_i2c" function test command interfered with
22065     common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined.
22066
22067     The functions were also made static as they are not globally accessed.
22068
22069     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22070
22071 commit f0722ee762e8dada9d7f74ac2745e043f83aae85
22072 Author: Peter Tyser <ptyser@xes-inc.com>
22073 Date:   Fri Apr 24 15:34:09 2009 -0500
22074
22075     tsi108_i2c: Add i2c_init() stub function
22076
22077     Add the i2c_init() function so that the tsi108_i2c.c driver fits
22078     U-Boot's standard I2C API which is utilized by cmd_i2c.c
22079
22080     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22081
22082 commit 8d907e79bc9babb27396e34be54cfdc36ff62fb9
22083 Author: Peter Tyser <ptyser@xes-inc.com>
22084 Date:   Fri Apr 24 15:34:08 2009 -0500
22085
22086     mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define
22087
22088     Add standard CONFIG_SYS_I2C_SPEED define for the mpc7448hpc2 so that
22089     it can use the common 'i2c speed' command.  Note that the I2C controller
22090     utilized by the mpc7448hpc2 has a fixed speed and cannot be changed
22091     dynamically.
22092
22093     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22094
22095 commit a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f
22096 Author: Peter Tyser <ptyser@xes-inc.com>
22097 Date:   Fri Apr 24 15:34:07 2009 -0500
22098
22099     Marvell: i2c cleanup
22100
22101     The following changes were made, primarily to bring the Marvell i2c
22102     driver in line with U-Boot's current I2C API:
22103     - Made i2c_init() globally accessible
22104     - Made i2c_read() and i2c_write() return an integer
22105     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
22106       offhand chance someone adds slave support in the future
22107
22108     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22109
22110 commit 54afc6ee10c8cd09598d814d49e601359b005e49
22111 Author: Peter Tyser <ptyser@xes-inc.com>
22112 Date:   Fri Apr 24 15:34:06 2009 -0500
22113
22114     cpci750: i2c cleanup
22115
22116     The following changes were made, primarily to bring the cpci750 i2c
22117     driver in line with U-Boot's current I2C API:
22118     - Made i2c_init() globally accessible
22119     - Made i2c_read() and i2c_write() return an integer
22120     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
22121       offhand chance someone adds slave support in the future
22122
22123     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22124
22125 commit 9c90a2c8e87414007a016b7cd099ac1e32fd301b
22126 Author: Peter Tyser <ptyser@xes-inc.com>
22127 Date:   Fri Apr 24 15:34:05 2009 -0500
22128
22129     i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value
22130
22131     Many boards/controllers/drivers don't support an I2C slave interface,
22132     however CONFIG_SYS_I2C_SLAVE is used in common code so provide a
22133     default
22134
22135     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22136
22137 commit e7563aff174f77aa61dab1ef5d9b47bebaa43702
22138 Author: Kumar Gala <galak@kernel.crashing.org>
22139 Date:   Thu Jun 11 23:42:35 2009 -0500
22140
22141     fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT
22142
22143     The ddr code computes most things as 64-bit quantities and had some places
22144     in the middle that it was using phy_addr_t and phys_size_t.
22145
22146     Instead we use unsigned long long through out and only at the last stage of
22147     setting the LAWs and reporting the amount of memory to the board code do we
22148     truncate down to what we can cover via phys_size_t.
22149
22150     This has the added benefit that the DDR controller itself is always setup
22151     the same way regardless of how much memory we have.  Its only the LAW
22152     setup that limits what is visible to the system.
22153
22154     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22155
22156 commit d4b130dc80761b430dc5b410159cd158fca1a348
22157 Author: Kumar Gala <galak@kernel.crashing.org>
22158 Date:   Thu Jun 11 23:40:34 2009 -0500
22159
22160     85xx: Use print_size to report amount of memory not mapped by TLBs
22161
22162     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22163
22164 commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e
22165 Author: Haiying Wang <Haiying.Wang@freescale.com>
22166 Date:   Wed May 20 12:30:42 2009 -0400
22167
22168     85xx: Add README for MPC8569MDS
22169
22170     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
22171     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22172
22173 commit b2aab386e957ba684d4f2a466bfaa91770e5058a
22174 Author: Haiying Wang <Haiying.Wang@freescale.com>
22175 Date:   Wed May 20 12:30:33 2009 -0400
22176
22177     85xx: Add UART1 support for MPC8569MDS
22178
22179     MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
22180     those pins before using UART1.
22181
22182     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
22183     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22184
22185 commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719
22186 Author: Haiying Wang <Haiying.Wang@freescale.com>
22187 Date:   Wed May 20 12:30:32 2009 -0400
22188
22189     85xx: Add PIB support at CS4/CS5 for MPC8569MDS
22190
22191     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
22192     Signed-off-by: Yu Liu <Yu.Liu@freescale.com>
22193     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22194
22195 commit fb27949059f1bc84381a6216a819090f0cdbaa70
22196 Author: Haiying Wang <Haiying.Wang@freescale.com>
22197 Date:   Thu Jun 4 16:12:39 2009 -0400
22198
22199     85xx: Fix some settings for MPC8569MDS board
22200
22201     - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for
22202     malloc to support up to eight Ethernet interfaces.
22203     - Move Environment address out of uboot thus the saved environment variables
22204     will not be erased after u-boot is re-programmed.
22205
22206     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
22207     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22208
22209 commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d
22210 Author: Haiying Wang <Haiying.Wang@freescale.com>
22211 Date:   Wed May 20 12:30:30 2009 -0400
22212
22213     85xx: Fix MURAM size for MPC8569
22214
22215     MPC8569 has 128K bytes MURAM.
22216
22217     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
22218     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22219
22220 commit a53c997dd7fc858f2a27f5a47b200567b9343ae5
22221 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22222 Date:   Fri May 22 20:23:51 2009 +0200
22223
22224     at91/cpu.c: add missing Copyright & GPL header
22225
22226     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22227
22228 commit aa446a591aca46ef2b53cc6598ea8091feb45444
22229 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22230 Date:   Sun Jun 7 21:45:16 2009 +0900
22231
22232     apollon: Fix a OBJCFLAGS typo
22233
22234     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
22235
22236 commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002
22237 Author: Wolfgang Denk <wd@denx.de>
22238 Date:   Wed Jun 10 00:19:28 2009 +0200
22239
22240     Prepare 2009.06-rc3
22241
22242     Update CHANGELOG
22243
22244     Signed-off-by: Wolfgang Denk <wd@denx.de>
22245
22246 commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
22247 Author: Wolfgang Denk <wd@denx.de>
22248 Date:   Wed Jun 10 00:15:11 2009 +0200
22249
22250     rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared
22251
22252     Signed-off-by: Wolfgang Denk <wd@denx.de>
22253
22254 commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
22255 Author: Daniel Mack <daniel@caiaq.de>
22256 Date:   Thu Jun 4 19:44:12 2009 +0200
22257
22258     ubifs: fix small error path mismatch
22259
22260     In do_readpage(), don't free 'dn' if its allocation failed.
22261
22262     Signed-off-by: Daniel Mack <daniel@caiaq.de>
22263
22264 commit de7cf709ebd3c01fbd094e8853dabb410c0370a1
22265 Author: Wolfgang Denk <wd@denx.de>
22266 Date:   Thu Jun 4 00:31:07 2009 +0200
22267
22268     EP88x: fix broken linker script
22269
22270     Signed-off-by: Wolfgang Denk <wd@denx.de>
22271     Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
22272
22273 commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c
22274 Author: Wolfgang Denk <wd@denx.de>
22275 Date:   Fri May 15 00:16:02 2009 +0200
22276
22277     TQM85xx: minor config file cleanup
22278
22279     Remove "saveenv" from "update" definition: the environment is outside
22280     the U-Boot image on TQM85xx and therefor not affected by updates.
22281
22282     Also "beautify" code a bit (vertical alignment).
22283
22284     Signed-off-by: Wolfgang Denk <wd@denx.de>
22285
22286 commit c0296b1801fc9426d772fa75fe58458db605dfee
22287 Author: Wolfgang Denk <wd@denx.de>
22288 Date:   Fri May 15 00:16:01 2009 +0200
22289
22290     TQM85xx: adapt for new flash types
22291
22292     Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
22293     series while new boards have 'N' type Flashes from the S29GLxxxN
22294     series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
22295
22296     We now change the configuration to the new flash types for all
22297     boards; this also works on old boards - we just waste two flash
22298     sectors for the environment which could be smaller there.
22299
22300     Signed-off-by: Wolfgang Denk <wd@denx.de>
22301
22302 commit 6735104924f06340071a6914a9ee3345607fc102
22303 Author: Dave Liu <daveliu@freescale.com>
22304 Date:   Mon May 18 17:49:23 2009 +0800
22305
22306     85xx: Fix the wrong SYS_CLK_IN for 8569MDS
22307
22308     The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
22309     The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
22310     so, change the SYS_CLK_IN from 66MHz to 66.66MHz.
22311
22312     Signed-off-by: Dave Liu <daveliu@freescale.com>
22313
22314 commit 16e7559c08b6f29db4596d795b92914c01e6a1b3
22315 Author: Dave Liu <daveliu@freescale.com>
22316 Date:   Fri May 15 10:27:44 2009 +0800
22317
22318     85xx: Fix the wrong BCSR address of 8569MDS
22319
22320     The BCSR17[7] = 1 will unlock the write protect of FLASH.
22321     The WP# pin only controls the write protect of top/bottom sector,
22322     That is why we can save env, but we can't write the first sector
22323     before the patch.
22324
22325     Signed-off-by: Dave Liu <daveliu@freescale.com>
22326
22327 commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6
22328 Author: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
22329 Date:   Tue Jun 2 16:27:10 2009 -0500
22330
22331     85xx: bugfix for reading maximum TLB size on mpc85xx
22332
22333     The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits.
22334     This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum
22335     (256 MB)
22336     which made u-boot hang in board_init_f() when trying to create a new stack
22337     in RAM.
22338     I have an mpc8540 with one 1GB dimm.
22339
22340     Signed-off-by: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
22341     Signed-off-by: Andy Fleming <afleming@freescale.com>
22342     Acked-by: Kumar Gala <galak@kernel.crashing.org>
22343
22344 commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26
22345 Author: Dave Liu <daveliu@freescale.com>
22346 Date:   Fri Mar 27 14:32:43 2009 +0800
22347
22348     85xx: Fix the clock adjust of mpc8569mds board
22349
22350     Currently the clk_adj is 6 (3/4 cycle), The settings will cause
22351     the DDR controller hang at the data init. Change the clk_adj
22352     from 6 to 4 (1/2 cycle), make the memory system stable.
22353
22354     Signed-off-by: Dave Liu <daveliu@freescale.com>
22355
22356 commit faa14babd7466dfade358f9cac128ae246b9bf1b
22357 Author: RONETIX - Ilko Iliev <iliev@ronetix.at>
22358 Date:   Fri Jun 5 16:54:31 2009 +0200
22359
22360     at91: fix a USB problem for AT91SAM9261
22361
22362     This patch corrects the missing PLLB initialization in usb_cpu_init()
22363     for AT91SAM9261.
22364     Because of the missing PLLB initialization, the USB support for all
22365     AT91SAM9261 based boards will work only if the PLLB is configured by a
22366     precedent bootloader.
22367
22368     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
22369     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22370     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22371
22372 commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2
22373 Author: Felix Radensky <felix@embedded-sol.com>
22374 Date:   Sun May 31 20:44:15 2009 +0300
22375
22376     ppc4xx/net: Fix MDIO clock setup
22377
22378     This patch fixes MDIO clock setup in case when OPB frequency is 100MHz.
22379     Current code assumes that the value of sysinfo.freqOPB is 100000000
22380     when OPB frequency is 100MHz. In reality it is 100000001. As a result
22381     MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating
22382     the standard. This in not a problem on boards equipped with Marvell PHYs
22383     (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz,
22384     but can be a problem for other PHYs (e.g. Realtek ones).
22385
22386     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
22387     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22388
22389 commit d65e34d12514de2bbe3b8f519761d641c081bad0
22390 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22391 Date:   Wed Feb 25 14:27:29 2009 +0900
22392
22393     rtl8169: fix PCI system memory address
22394
22395     When PCI device use system memory, some PCI host controller should be
22396     set physical memory address.
22397
22398     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22399     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22400
22401 commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43
22402 Author: Manikandan Pillai <mani.pillai@ti.com>
22403 Date:   Wed Apr 8 09:14:35 2009 +0530
22404
22405     SMC911x driver fixed for NFS boot
22406
22407     eth_halt() function in the smc911x drivers used to call the
22408     smc911x_reset() function. eth_halt() used to be called after
22409     tftp transfers. This used to put the ethernet chip in reset
22410     while the linux boots up resulting in the ethernet driver
22411     not coming up. NFS boot used to fail as a result.
22412
22413     This patch calls smc911x_shutdown() instead of smc911x_reset().
22414     Some comments received has also been fixed.
22415
22416     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
22417     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22418
22419 commit e5a3bc2401a23f1890611f020f57f94824a534db
22420 Author: Remy Bohmer <linux@bohmer.net>
22421 Date:   Sun May 3 12:11:40 2009 +0200
22422
22423     Add config option for disabling DM9000-SROM support.
22424
22425     Some boards do not have SROM support for the DM9000 network adapter.
22426     Instead of listing these board names in the driver code, make this
22427     option configurable from the board config file.
22428
22429     It also removes a build warning for the at91sam9261ek board:
22430     'dm9000x.c:545: warning: 'read_srom_word' defined but not used'
22431
22432     And it repaires the trizepsiv board build which was broken around the
22433     same routines
22434
22435     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22436     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22437
22438 commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713
22439 Author: Kim Phillips <kim.phillips@freescale.com>
22440 Date:   Fri Jun 5 14:11:33 2009 -0500
22441
22442     mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation
22443
22444     In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer
22445     impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0.
22446     SICRH[TSIOB1] was erroneously being set high.
22447
22448     U-Boot always operated this PHY interface in GMII mode.  It is assumed this
22449     was missed in the clean up by the original board porters, and copied along
22450     to the TQM and sbc boards.
22451
22452     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22453     Acked-by: Ira Snyder <iws@ovro.caltech.edu>
22454     Reviewed-by: David Hawkins <dwh@ovro.caltech.edu>
22455     Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
22456     CC: Dave Liu <DaveLiu@freescale.com>
22457
22458 commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
22459 Author: Daniel Mack <daniel@caiaq.de>
22460 Date:   Wed Apr 8 13:23:37 2009 +0200
22461
22462     smc911x: write back the manually set MAC address
22463
22464     If the MAX address is given by the environment, write it back to the
22465     hardware.
22466
22467     Signed-off-by: Daniel Mack <daniel@caiaq.de>
22468     Cc: Sascha Hauer <s.hauer@pengutronix.de>
22469     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22470
22471 commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c
22472 Author: Wolfgang Denk <wd@denx.de>
22473 Date:   Fri May 15 00:16:03 2009 +0200
22474
22475     Redundant Environment: protect full sector size
22476
22477     Several boards used different ways to specify the size of the
22478     protected area when enabling flash write protection for the sectors
22479     holding the environment variables: some used CONFIG_ENV_SIZE and
22480     CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
22481     a mix of both for the "normal" and the "redundant" areas.
22482
22483     Normally, this makes no difference at all. However, things are
22484     different when you have to deal with boards that can come with
22485     different types of flash chips, which may have different sector
22486     sizes.
22487
22488     Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
22489     biggest sector size, which may include several sectors on boards using
22490     the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
22491     or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
22492     case that only the first of these sectors get protected, while the
22493     following ones aren't.
22494
22495     This is no real problem, but it can be confusing for the user -
22496     especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
22497     "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
22498     "redundant" area.
22499
22500     To avoid such inconsistencies, I changed all sucn boards that I found
22501     to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
22502     not cause any functional changes to the code.
22503
22504     Signed-off-by: Wolfgang Denk <wd@denx.de>
22505     Cc: Paul Ruhland
22506     Cc: Pantelis Antoniou <panto@intracom.gr>
22507     Cc: Stefan Roese <sr@denx.de>
22508     Cc: Gary Jennejohn <garyj@denx.de>
22509     Cc: Dave Ellis <DGE@sixnetio.com>
22510     Acked-by: Stefan Roese <sr@denx.de>
22511
22512 commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a
22513 Author: Ilya Yanok <yanok@emcraft.com>
22514 Date:   Thu May 14 14:03:09 2009 +0400
22515
22516     mmc: it's safe to ignore mmc_send_if_cond() return value
22517
22518     Return value of mmc_send_if_cond() can be safely ignored (as it is
22519     done in Linux). This makes older cards work with MXC MCI controller.
22520
22521     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22522
22523 commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5
22524 Author: Stefan Roese <sr@denx.de>
22525 Date:   Mon May 11 15:54:13 2009 +0200
22526
22527     cfi_mtd: Fix bug in last sector detection
22528
22529     This patch now enabled this cfi-mtd wrapper to correctly detect and
22530     erase the last sector in an NOR FLASH device.
22531
22532     Signed-off-by: Stefan Roese <sr@denx.de>
22533
22534 commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320
22535 Author: Yauhen Kharuzhy <jekhor@gmail.com>
22536 Date:   Thu May 7 00:43:30 2009 +0300
22537
22538     mmc: Fix decoding of SCR & function switch data on little-endian machines
22539
22540     SCR & switch data are read from card as big-endian words and should be
22541     converted to CPU byte order.
22542
22543     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
22544     Signed-off-by: Andy Fleming <afleming@freescale.com>
22545
22546 commit f33cb34b3971dabe3720d577b0e1b8601c09fe17
22547 Author: Yauhen Kharuzhy <jekhor@gmail.com>
22548 Date:   Thu May 7 13:08:53 2009 +0300
22549
22550     mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
22551
22552     Cards which are not compatible with SD 2.0 standard, may return response
22553     for CMD8 command, but it will be invalid in terms of SD 2.0. We should
22554     accept this case as admissible, just like Linux does.
22555
22556     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
22557     Signed-off-by: Andy Fleming <afleming@freescale.com>
22558
22559 commit 998be3dd59ed0af4bec38324047fecfa88ac45db
22560 Author: Rabin Vincent <rabin@rab.in>
22561 Date:   Sun Apr 5 13:30:56 2009 +0530
22562
22563     mmc: drop unnecessary casts
22564
22565     Now that response is a uint, we can drop all the casts.
22566
22567     Signed-off-by: Rabin Vincent <rabin@rab.in>
22568
22569 commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7
22570 Author: Rabin Vincent <rabin@rab.in>
22571 Date:   Sun Apr 5 13:30:55 2009 +0530
22572
22573     mmc: fix response decoding on little endian
22574
22575     The mmc code defines the response as an array of chars.  However, it
22576     access the response bytes both as (i) an array of four uints (with
22577     casts) and (ii) as individual chars.  The former case is used more
22578     often, including by the driver when it assigns the response.
22579
22580     The char-wise accesses are broken on little endian systems because they
22581     assume that the bytes in the uints are in big endian byte order.
22582
22583     This patch fixes this by changing the response to be an array of four
22584     uints and replacing the char-wise accesses with equivalent uint-wise
22585     accesses.
22586
22587     Signed-off-by: Rabin Vincent <rabin@rab.in>
22588
22589 commit 9b1f942c09dd942e6de3185caa81c111b14de567
22590 Author: Rabin Vincent <rabin@rab.in>
22591 Date:   Sun Apr 5 13:30:54 2009 +0530
22592
22593     mmc: use lldiv to fix arm eabi build
22594
22595     The generic MMC core uses direct long long divisions, which do not build
22596     with ARM EABI toolchains.  Use lldiv() instead, which works everywhere.
22597
22598     Signed-off-by: Rabin Vincent <rabin@rab.in>
22599
22600 commit e85649c7e683faea1ccfddc9fa9abc62f38e4201
22601 Author: Rabin Vincent <rabin@rab.in>
22602 Date:   Sun Apr 5 13:30:53 2009 +0530
22603
22604     mmc: check find_mmc_device return value
22605
22606     find_mmc_device returns NULL if an invalid device number is specified.
22607     Check for this to avoid dereferencing NULL pointers.
22608
22609     Signed-off-by: Rabin Vincent <rabin@rab.in>
22610
22611 commit ac0865ff33870cdf2cd480165045e1bc311e9fa2
22612 Author: Rabin Vincent <rabin@rab.in>
22613 Date:   Sun Apr 5 13:30:52 2009 +0530
22614
22615     mmc: clean up help texts
22616
22617     Remove some repeated words and superfluous newlines in the mmc command
22618     help entries.
22619
22620     Signed-off-by: Rabin Vincent <rabin@rab.in>
22621
22622 commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39
22623 Author: Mike Frysinger <vapier@gentoo.org>
22624 Date:   Fri May 29 17:01:48 2009 -0400
22625
22626     Blackfin: spi: fix pin handling of SPI0 SSEL4
22627
22628     CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a
22629     peripheral in order to work.
22630
22631     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22632
22633 commit 2157359dad2533987f5eb0181ef543693fad6a33
22634 Author: Mike Frysinger <vapier@gentoo.org>
22635 Date:   Tue May 26 02:51:57 2009 -0400
22636
22637     Blackfin: fix if() logic in bootrom evt1 check
22638
22639     A missing set of parenthesis caused the silicon revision to apply only to
22640     the BF533 and not the BF531/BF532 variants.
22641
22642     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22643
22644 commit 76b5883da2cf049cd410901c04ea450e5f5c27c3
22645 Author: Stefan Roese <sr@denx.de>
22646 Date:   Sat May 16 12:04:22 2009 +0200
22647
22648     jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
22649
22650     Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because
22651     mtdparts_init() is available in both files, cmd_mtdparts.c and
22652     cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before
22653     the jffs2/mtdparts command/file split those 2 different versions
22654     already existed. So this is nothing new. The main problem is that the
22655     variables "current_dev" and "current_partnum" are declared in both
22656     files now. This doesn't work.
22657
22658     This patch now changes the names of those variable to more specific
22659     names: "current_mtd_dev" and "current_mtd_partnum". This is because
22660     this patch also changes the declaration from static to global, so
22661     that they can be used from both files.
22662
22663     Please note that my first tests were not successful. The MTD devices
22664     selected via mtdparts are now accessed but I'm failing to see the
22665     directory listed via the "ls" command. Nothing is displayed. Perhaps
22666     I didn't generate the JFFS2 image correctly (I never used JFFS2 in
22667     U-Boot before). Not sure. Perhaps somebody else could take a look at
22668     this as well. I'll continue looking into this on Monday.
22669
22670     Signed-off-by: Stefan Roese <sr@denx.de>
22671     Cc: Wolfgang Denk <wd@denx.de>
22672     Cc: Detlev Zundel <dzu@denx.de>
22673     Cc: Ilya Yanok <yanok@emcraft.com>
22674     Cc: Renaud barbier <renaud.barbier@ge.com>
22675
22676 commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d
22677 Author: Graf Yang <graf.yang@analog.com>
22678 Date:   Sun May 24 02:34:34 2009 -0400
22679
22680     Blackfin: bf518f-ezbrd: setup portmux for async flash
22681
22682     The pins for async memory where parallel flash lives are not enabled by
22683     default, so make sure we mux them as needed.
22684
22685     Signed-off-by: Graf Yang <graf.yang@analog.com>
22686     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22687
22688 commit f40f6db278f602b55820693634a7256b0b4e4b80
22689 Author: Stefan Roese <sr@denx.de>
22690 Date:   Wed May 20 10:58:03 2009 +0200
22691
22692     nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
22693
22694     This patch enables Smart Media (SMC) ECC byte ordering which is used
22695     on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have
22696     incompatible ECC byte ordering to the Linux kernel NDFC driver.
22697
22698     Signed-off-by: Stefan Roese <sr@denx.de>
22699     Acked-by: Scott Wood <scottwood@freescale.com>
22700
22701 commit 399aab7748bef053d59612211e1bd7a3fabfce18
22702 Author: Stefan Roese <sr@denx.de>
22703 Date:   Wed May 20 10:58:02 2009 +0200
22704
22705     ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
22706
22707     This patch now uses the correct ECC byte order (Smart Media - SMC)
22708     to be used on the 4xx NAND FLASH driver. Without this patch we have
22709     incompatible ECC byte ordering to the Linux kernel NDFC driver.
22710
22711     Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in
22712     drivers/mtd/nand/nand_ecc.c for correct operation. This is done with
22713     a seperate patch.
22714
22715     Signed-off-by: Stefan Roese <sr@denx.de>
22716     Acked-by: Scott Wood <scottwood@freescale.com>
22717
22718 commit 5d841fac8249a2b3f9a814da2140132be0a9f60d
22719 Author: Stefan Roese <sr@denx.de>
22720 Date:   Wed May 20 10:58:01 2009 +0200
22721
22722     ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
22723
22724     This patch moves the definition for the PPC4xx NAND FLASH controller
22725     (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the
22726     upcoming fix for the ECC byte ordering of the NDFC driver.
22727
22728     Signed-off-by: Stefan Roese <sr@denx.de>
22729     Acked-by: Scott Wood <scottwood@freescale.com>
22730
22731 commit 2df72b82bc9e17b88dc82735a067749220beb025
22732 Author: Kim Phillips <kim.phillips@freescale.com>
22733 Date:   Tue May 19 12:53:36 2009 -0500
22734
22735     common: fix inline--weak error spotted by gcc 4.4
22736
22737     cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak
22738
22739     removing the inline attribute fixes it.
22740
22741     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22742
22743 commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3
22744 Author: Kim Phillips <kim.phillips@freescale.com>
22745 Date:   Tue May 19 12:53:32 2009 -0500
22746
22747     TQM834x: remove defines causing gcc4.4 warnings
22748
22749     Configuring for TQM834x board...
22750     cpu_init.c: In function 'cpu_init_f':
22751     cpu_init.c:262: warning: array subscript is above array bounds
22752     cpu_init.c:263: warning: array subscript is above array bounds
22753     cpu_init.c:270: warning: array subscript is above array bounds
22754     ...
22755
22756     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22757
22758 commit 0850301747228a3327f2815a85284d26ade3de95
22759 Author: Andreas Huber <andreas.huber@keymile.com>
22760 Date:   Tue May 19 11:06:30 2009 +0200
22761
22762     UBI: fix return code in ubi_volume_read
22763
22764     Return -ENODEV instead of 0 when trying to read from a non existing volume.
22765
22766     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
22767     Signed-off-by: Stefan Roese <sr@denx.de>
22768
22769 commit ec01481ddc4cf302c7f6d760b776ca94819ec21e
22770 Author: Graf Yang <graf.yang@analog.com>
22771 Date:   Tue May 19 04:40:08 2009 -0400
22772
22773     Blackfin: fix timer_init()/timer_reset()
22774
22775     The timer_init() function was not using the right csync instruction, nor
22776     was it doing it right after disabling the core timer.
22777
22778     The timer_reset() function would reset the timestamp, but not the actual
22779     timer, so there was a common edge case where get_timer() return a jump of
22780     one timestamp (couple milliseconds) right after resetting.  This caused
22781     many functions to improperly timeout right away.
22782
22783     Signed-off-by: Graf Yang <graf.yang@analog.com>
22784     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22785
22786 commit c06326c73bf90e48a8e1cf8893ad31c575423f50
22787 Author: Shinya Kuribayashi <skuribay@pobox.com>
22788 Date:   Sat May 16 09:12:09 2009 +0900
22789
22790     MIPS: lib_mips/board.c: Remove unused variables
22791
22792     This fixes the following build warnings:
22793
22794     board.c: In function 'board_init_r':
22795     board.c:328: warning: unused variable 'i'
22796     board.c:326: warning: unused variable 'e'
22797
22798     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
22799
22800 commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769
22801 Author: Shinya Kuribayashi <skuribay@pobox.com>
22802 Date:   Sat May 16 09:12:09 2009 +0900
22803
22804     MIPS: Make all extern-ed functions in bitops.h static
22805
22806     All these functions are expected to be static inline-ed.
22807     This patch also fixes the following build warnings on MIPS targets:
22808
22809     include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
22810     include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
22811     include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
22812     include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
22813
22814     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
22815
22816 commit 87423d740b91329b8d1d0b73cafd6930993b558a
22817 Author: Thomas Lange <thomas@corelatus.se>
22818 Date:   Fri Apr 24 16:22:16 2009 +0200
22819
22820     MIPS: Implement ethernet halt for au1x00
22821
22822     Implement ethernet halt() by putting MAC0 in reset.
22823     If we do not do this, we will get memory corruption
22824     when ethernet frames are received during early OS boot.
22825
22826     Signed-off-by: Thomas Lange <thomas@corelatus.se>
22827     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
22828
22829 commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47
22830 Author: Wolfgang Denk <wd@denx.de>
22831 Date:   Fri May 15 23:29:23 2009 +0200
22832
22833     Prepare v2009.06-rc2
22834
22835     Update CHANGELOG.
22836
22837     Signed-off-by: Wolfgang Denk <wd@denx.de>
22838
22839 commit f4317ea91942f44cc1c433277927b61618e9b0a5
22840 Author: Daniel Mack <daniel@caiaq.de>
22841 Date:   Tue May 5 12:48:29 2009 +0200
22842
22843     ARM: fix PXA build by defining UP2OCR
22844
22845     U-Boot does not currently build for PXA platforms with USB support
22846     enabled:
22847
22848     usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
22849
22850     Signed-off-by: Daniel Mack <daniel@caiaq.de>
22851     Cc: Markus Klotzbuecher <mk@denx.de>
22852
22853     Edited commit message.
22854     Signed-off-by: Wolfgang Denk <wd@denx.de>
22855
22856 commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
22857 Author: Wolfgang Denk <wd@denx.de>
22858 Date:   Fri May 15 22:32:57 2009 +0200
22859
22860     Minor Coding Style fix; update CHANGELOG.
22861
22862     Signed-off-by: Wolfgang Denk <wd@denx.de>
22863
22864 commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
22865 Author: Wolfgang Denk <wd@denx.de>
22866 Date:   Fri May 15 09:27:58 2009 +0200
22867
22868     IDE: bail out of dev_print() for unknown device types
22869
22870     Commit 574b319512 introduced a subtle bug by mixing a list of tests
22871     for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
22872     then mostly did not work because "dev_desc->type" cannot take any
22873     "IF_*" type values. A later fix in commit 8ec6e332ea changed the
22874     switch() into testing "dev_desc->if_type", but at this point the
22875     initial test for unknown device types was completely lost, which
22876     resulted in output like that for IDE ports without device attached:
22877
22878       Device 1: Model:  Firm:  Ser#:
22879                 Type: # 1F #
22880                 Capacity: not available
22881
22882     This patch re-introduces the missing test for unknown device types.
22883
22884     Signed-off-by: Wolfgang Denk <wd@denx.de>
22885     Cc: Stefan Roese <sr@denx.de>
22886     Cc: Detlev Zundel <dzu@denx.de>
22887     Tested-by: Stefan Roese <sr@denx.de>
22888
22889 commit c21f62d8483fbab44cd98d93ff2e9355a330d225
22890 Author: Stefan Roese <sr@denx.de>
22891 Date:   Thu May 14 07:25:13 2009 +0200
22892
22893     74xx_7xx: Fix rounding problem in CPU frequency calculation
22894
22895     This patch fixes a problem in the CPU frequency calculation. Without it
22896     a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
22897
22898     Signed-off-by: Stefan Roese <sr@denx.de>
22899
22900 commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
22901 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22902 Date:   Wed May 13 22:24:12 2009 +0200
22903
22904     console.h: remove unused prototype 'console_realloc'
22905
22906     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22907
22908 commit 84bf7ca522e94ec402a1264b01971b924b7e268f
22909 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22910 Date:   Wed May 13 22:16:31 2009 +0200
22911
22912     api: remove un-needed ifdef CONFIG_API already handle by the Makefile
22913
22914     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22915
22916 commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
22917 Author: Detlev Zundel <dzu@denx.de>
22918 Date:   Wed May 13 10:54:10 2009 +0200
22919
22920     Fix e-mail address of Gary Jennejohn.
22921
22922     Signed-off-by: Detlev Zundel <dzu@denx.de>
22923
22924 commit 5e2c08c3ac90808e9be64856916bfd6df984823c
22925 Author: Emil Medve <Emilian.Medve@Freescale.com>
22926 Date:   Tue May 12 13:48:32 2009 -0500
22927
22928     Remove inline qualifier from show_boot_progress()
22929
22930     The 'inline' is conflicting with the semantic of 'weak' attribute and with the
22931     way the show_boot_progress() function is used.
22932
22933     Also gcc 4.4 is complaining about it:
22934
22935     main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
22936
22937     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
22938
22939 commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
22940 Author: Wolfgang Denk <wd@denx.de>
22941 Date:   Tue May 12 15:17:35 2009 +0200
22942
22943     MPC8260: fixup device tree by property instead of path
22944
22945     cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
22946     clock frequencies in the device tree, using a CPU path
22947     "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
22948
22949     However, this does not work when one board config file (here:
22950     MPC8260ADS.h) is intended to be used for several diffrent CPUs and
22951     therefor contains a generic definition like "cpu@0", as the device
22952     trees that will then be loaded will contain specific names like
22953     "PowerPC,8272@0".
22954
22955     We switch to using do_fixup_by_prop_u32() instead, so we can search
22956     for device_type="cpu", as it is done in other architectures, too.
22957
22958     Signed-off-by: Wolfgang Denk <wd@denx.de>
22959     Cc: Heiko Schocher <hs@denx.de>
22960     Acked-by: Heiko Schocher <hs@denx.de>
22961     Tested-by: Heiko Schocher <hs@denx.de>
22962
22963 commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
22964 Author: Rohit Hagargundgi <h.rohit@samsung.com>
22965 Date:   Mon Mar 9 19:45:46 2009 +0530
22966
22967     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
22968
22969     Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
22970     CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
22971     and is used by OneNAND ipl when reading U-Boot image.
22972
22973     Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
22974     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
22975
22976 commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
22977 Author: Ben Warren <biggerbadderben@gmail.com>
22978 Date:   Tue Apr 28 17:04:51 2009 -0700
22979
22980     Schedule removal of non-CONFIG_NET_MULTI net driver API
22981
22982     This will make CONFIG_NET_MULTI the only net driver configuration and
22983     we'll be able to remove this option.
22984
22985     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22986
22987 commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
22988 Author: Detlev Zundel <dzu@denx.de>
22989 Date:   Tue May 5 16:04:06 2009 +0200
22990
22991     powerpc/inka4x0: Remove left-over ide reset code.
22992
22993     The pin which was used in preliminary versions of the board for ide
22994     reset is really connected to the rtc clock.
22995
22996     Signed-off-by: Detlev Zundel <dzu@denx.de>
22997
22998 commit f578a2da6770951239ad91ee9a1875fdc71dbe48
22999 Author: Marco Stornelli <marco.stornelli@gmail.com>
23000 Date:   Tue Apr 28 19:04:02 2009 +0200
23001
23002     Add imls utility command
23003
23004     This patch adds, under tools folder, a new command called imls. Its
23005     goal is the same of UBoot's imls but it can be used as Linux shell
23006     command. It reads from raw mtd partition and prints the list of the
23007     stored images.
23008
23009     Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
23010
23011 commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
23012 Author: Heiko Schocher <hs@denx.de>
23013 Date:   Tue Apr 28 08:36:11 2009 +0200
23014
23015     netloop: updates for NetLoop
23016
23017     Fix some issues introduced from commit:
23018     2f70c49e5b9813635ad73666aa30f304c7fdeda9
23019     suggested by Mike Frysinger.
23020
23021     - added some comment for the env_id variable in common_cmd_nvedit.c
23022     - moved some variables in fn scope instead of file scope
23023     - NetInitLoop now static void
23024
23025     Signed-off-by: Heiko Schocher <hs@denx.de>
23026     Acked-by: Ben Warren <biggerbadderben@gmail.com>
23027
23028 commit 3c1d89545de11822f8b5afb5646a57757620bd95
23029 Author: Heiko Schocher <hs@denx.de>
23030 Date:   Tue Apr 28 07:48:39 2009 +0200
23031
23032     82xx, ids8247: added ids8247 board to MAKEALL script
23033
23034     Signed-off-by: Heiko Schocher <hs@denx.de>
23035
23036 commit 890a017a8a995c921d1e889d360e8d6538ceecfe
23037 Author: Detlev Zundel <dzu@denx.de>
23038 Date:   Thu May 7 13:08:55 2009 +0200
23039
23040     arm/imx31_phycore: Fix bi_arch_number
23041
23042     Signed-off-by: Detlev Zundel <dzu@denx.de>
23043     Cc: Sascha Hauer <s.hauer@pengutronix.de>
23044
23045 commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
23046 Author: Sascha Hauer <s.hauer@pengutronix.de>
23047 Date:   Fri May 15 10:21:33 2009 +0200
23048
23049     remove myself as phycore/litekit Maintainer
23050
23051     I never acked a patch that adds me as phycore i.MX31 maintainer nor was
23052     it me who pushed the patches, so remove myself from the maintainer list
23053     so that other people do not longer wait for my ack.
23054
23055     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
23056
23057 commit c63254ef5628efe1c77cb2fdba20753f9666f55d
23058 Author: Sergey Lapin <slapin@ossfans.org>
23059 Date:   Tue May 12 12:25:14 2009 +0400
23060
23061     AFEB9260 network fix
23062
23063     AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
23064     Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
23065     not 0.
23066
23067     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
23068
23069 commit f8ddcd58221cab63dd25c2324dd2032487f748b1
23070 Author: Graf Yang <graf.yang@analog.com>
23071 Date:   Tue May 5 02:26:27 2009 -0400
23072
23073     Blackfin: bf518f-ezbrd: reset ethernet PHY during init
23074
23075     We don't know what state the ethernet PHY is in when starting up, so make
23076     sure we set it to a sane state.  This fixes troubles seen when Linux boots
23077     up, configures the PHY is a non-default state, and then the system reboots
23078     into U-Boot which previously expected a reset state only.
23079
23080     Signed-off-by: Graf Yang <graf.yang@analog.com>
23081     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23082
23083 commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
23084 Author: Mike Frysinger <vapier@gentoo.org>
23085 Date:   Tue May 5 01:35:41 2009 -0400
23086
23087     Blackfin: bf527-ezkit: fix SPI flash env params
23088
23089     The BF527-EZKIT settings for storing the environment in SPI flash wasn't
23090     using the correct sector settings for the SPI flash part that is actually
23091     on the board.
23092
23093     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23094
23095 commit f58bf804a14324c6c9186a7a664fa23281780e8b
23096 Author: Mike Frysinger <vapier@gentoo.org>
23097 Date:   Fri Apr 24 23:54:19 2009 -0400
23098
23099     Blackfin: avoid get_sclk() with early serial debug
23100
23101     When the clock functions were changed to use cached values (and thereby
23102     avoiding expensive math functions), early serial debug broke because the
23103     baud programming is called before external memory is available.
23104
23105     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23106
23107 commit 02778f2f1b4b1a28b492367477db27c58d45ae35
23108 Author: Mike Frysinger <vapier@gentoo.org>
23109 Date:   Fri Apr 24 23:39:41 2009 -0400
23110
23111     Blackfin: fix booting with older bootroms (no EVT1)
23112
23113     When dropping jump block support, the assumption was that all bootroms
23114     supported entry point redirection via the EVT1 register.  Unfortunately,
23115     this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
23116     and older and BF561).  No one really noticed earlier because these parts
23117     usually are booted by bypassing the bootrom entirely, and older BF533
23118     parts are not supported at all (too many anomalies).
23119
23120     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23121
23122 commit af2c37378f203857d5e6c957e77a14c2da5b59d2
23123 Author: Mike Frysinger <vapier@gentoo.org>
23124 Date:   Fri Apr 24 23:22:48 2009 -0400
23125
23126     Blackfin: recurse with early serial initcode
23127
23128     Make sure we recurse through serial_putc() rather than bang on the UART
23129     transmit register directly to avoid hardware overflows when using \n.
23130
23131     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23132
23133 commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
23134 Author: Wolfgang Denk <wd@denx.de>
23135 Date:   Fri May 1 21:59:12 2009 +0200
23136
23137     Prepare v2009.06-rc1
23138
23139     Update CHANGELOG.
23140
23141     Signed-off-by: Wolfgang Denk <wd@denx.de>
23142
23143 commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
23144 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23145 Date:   Fri May 1 15:38:06 2009 +0200
23146
23147     at91: remove lowlevel_init.S
23148
23149     lowlevel_init.S is not used any more so remove it.
23150     As consequence, we also don't have to generate u-boot.lds
23151     but can use a static version as before.
23152
23153     This also fixes the out-of-tree build problem introduced
23154     with commit f0a2c7b4 "at91: add support for the PM9263 board"
23155
23156     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23157     Signed-off-by: Wolfgang Denk <wd@denx.de>
23158
23159 commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
23160 Author: Wolfgang Denk <wd@denx.de>
23161 Date:   Fri May 1 00:16:11 2009 +0200
23162
23163     Update CHANGELOG; minor coding style cleanup.
23164
23165     Signed-off-by: Wolfgang Denk <wd@denx.de>
23166
23167 commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
23168 Author: Manikandan Pillai <mani.pillai@ti.com>
23169 Date:   Tue Apr 21 17:29:05 2009 +0200
23170
23171     OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
23172
23173     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
23174     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
23175
23176 commit ac9140037a84629c5583066ff1a177396c47d89d
23177 Author: Dirk Behme <dirk.behme@googlemail.com>
23178 Date:   Fri Apr 17 14:27:56 2009 +0200
23179
23180     OMAP3: Beagle: Set pinmux conditionally for Rev C boards
23181
23182     The Beagle Rev C boards pull UART2 from an alternate set of balls.
23183
23184     Signed-off-by: Steve Sakoman <steve@sakoman.com>
23185     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
23186
23187 commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
23188 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23189 Date:   Mon Apr 27 18:33:33 2009 +0200
23190
23191     ubifs: BUG: Blocks commpressed with zlib
23192
23193     Blocks compressed with zlib dont have the full gzip header.
23194
23195     Without this patch, block compressed with zlib cannot be readed!
23196
23197     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23198
23199 commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
23200 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23201 Date:   Mon Apr 27 18:33:32 2009 +0200
23202
23203     lib_generic: gunzip: New function zunzip
23204
23205     Separate gunzip in
23206
23207     gunzip: Find the end of the header and call zunzip.
23208     zunzip: Inflate gunzip block without header.
23209
23210     UBI fs blocks can be compresed in lzo, zlib or no-compression. The
23211     current implementation of u-boot supported all the compressions but
23212     there was a bug in the implementation of the zlib blocks.
23213
23214     UBIFS's Zlib blocks do not have header but they were compressed using
23215     gunzip, a function used to decompress gunzip files/sectors with a
23216     header.
23217
23218     This patch adds a new function zunzip that uncompress a zlib block with
23219     no header.
23220
23221     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23222
23223 commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
23224 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
23225 Date:   Thu Apr 23 15:37:16 2009 +0200
23226
23227     at91: fixed plla calc when no USB support is active
23228
23229     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
23230     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23231
23232 commit 3791a1187c1401c33c9512595e6e89dbb46230c5
23233 Author: Ladislav Michl <ladis@linux-mips.org>
23234 Date:   Wed Apr 22 01:12:04 2009 +0200
23235
23236     arm925t: Fix CONFIG_SYS_HZ to 1000
23237
23238     Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
23239     get_timer.
23240
23241     Changes since original version:
23242     * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
23243       improve timer resolution.
23244
23245     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
23246
23247 commit 42bf4b2248146abdc592bde0009c6ea42067f437
23248 Author: Dirk Behme <dirk.behme@googlemail.com>
23249 Date:   Tue Apr 14 20:15:17 2009 +0200
23250
23251     OMAP3: Remove legacy NAND defines
23252
23253     Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
23254
23255     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
23256
23257 commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
23258 Author: Sanjeev Premi <premi@ti.com>
23259 Date:   Mon Apr 27 21:27:54 2009 +0530
23260
23261     OMAP3: Print correct silicon revision
23262
23263     The function display_board_info() displays incorrect
23264     silicon revision - based on the return value from
23265     function get_cpu_rev().
23266
23267     This patch fixes the problem.
23268
23269     Signed-off-by: Sanjeev Premi <premi@ti.com>
23270
23271 commit 90006e9b33bcdbf241b0295d186e3634137907a9
23272 Author: Sanjeev Premi <premi@ti.com>
23273 Date:   Mon Apr 27 21:27:44 2009 +0530
23274
23275     OMAP3: Remove unused board-types
23276
23277     The board-types defined in struct omap3_sysinfo seem to be
23278     unused. The function display_board_info() is passed
23279     board type as an argument; which is ignored.
23280
23281     This patch removes all uses of board-type, related definitions
23282     and functions.
23283
23284     Signed-off-by: Sanjeev Premi <premi@ti.com>
23285
23286 commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
23287 Author: Sanjeev Premi <premi@ti.com>
23288 Date:   Mon Apr 27 21:27:27 2009 +0530
23289
23290     OMAP3: Use functions print_cpuinfo() and checkboard()
23291
23292     Use the functions print_cpuinfo() and checkboard() to
23293     display the cpu and board specific information.
23294
23295     These functions reuse content from the existing function
23296     display_board_info() - which has been removed.
23297
23298     Also, updated the existig OMAP3 configurations to
23299     define:
23300      - CONFIG_DISPLAY_CPUINFO
23301      - CONFIG_DISPLAY_BOARDINFO
23302
23303     Signed-off-by: Sanjeev Premi <premi@ti.com>
23304
23305 commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
23306 Author: Stefan Roese <sr@denx.de>
23307 Date:   Wed Mar 18 11:17:37 2009 +0100
23308
23309     MTD: Change cfi-mtd to accept non-uniform sector sizes
23310
23311     With this patch non-uniform NOR FLASH chips (chips with multiple erase
23312     regions) can be exported via the cfi-mtd layer and therefor used by UBI.
23313     We select the largest sector size as erasesize. The cfi driver will make
23314     sure that the smaller sectors are handled correctly.
23315
23316     Signed-off-by: Stefan Roese <sr@denx.de>
23317
23318 commit 3dcbe628d66b648e954bc8147d4faff2983206d9
23319 Author: Anatolij Gustschin <agust@denx.de>
23320 Date:   Thu Apr 23 12:35:22 2009 +0200
23321
23322     video: fix bug in cfb_console.c code
23323
23324     Fix bug in drawing long version/info strings:
23325     U-Boot version string like
23326     "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
23327     is long and doesn't wrap around correctly while drawing
23328     beside the logo. Such long strings partially overwrite
23329     the logo. This patch is an attempt to fix it.
23330
23331     Signed-off-by: Anatolij Gustschin <agust@denx.de>
23332
23333 commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
23334 Author: Wolfgang Denk <wd@denx.de>
23335 Date:   Tue Apr 28 08:50:31 2009 +0200
23336
23337     cmd_ext2.c: fix compile warnings
23338
23339     Get rid of these warnings:
23340
23341     cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
23342     cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
23343
23344     Signed-off-by: Wolfgang Denk <wd@denx.de>
23345
23346 commit 28afe0160f87ff74574150d703055a965f91422a
23347 Author: Heiko Schocher <hs@denx.de>
23348 Date:   Mon Apr 27 10:48:20 2009 +0200
23349
23350     ids8247: Remove legacy NAND defines
23351
23352     because legacy NAND support is deprecated converting to current
23353     NAND interface. !This just compile, because I have no more the
23354     hardware to test it.
23355
23356     Signed-off-by: Heiko Schocher <hs@denx.de>
23357
23358 commit dbd33614404b65aa441c5620c3dbd560c4460c09
23359 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23360 Date:   Mon Apr 27 09:13:31 2009 +0200
23361
23362     ubifs: BUG realpath string must be ended with NULL
23363
23364     If the memory used to copy the link_make is "dirty" the string wont
23365     be ended with NULL, throwing out multiple memory bugs.
23366
23367     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23368     Acked-by: Stefan Roese <sr@denx.de>
23369
23370 commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
23371 Author: Peter Tyser <ptyser@xes-inc.com>
23372 Date:   Fri Apr 24 15:59:56 2009 -0500
23373
23374     bmp_logo: Check return value of fread()
23375
23376     Add basic error handling to fread() function calls.  This prevents
23377     compililation warnings such as:
23378
23379     bmp_logo.c: In function â€˜main’:
23380     bmp_logo.c:71: warning: ignoring return value of â€˜fread’, declared with
23381     attribute warn_unused_result
23382     ...
23383
23384     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23385
23386 commit eea8be86d1c2b570660d1f6c553845e13164231a
23387 Author: Peter Tyser <ptyser@xes-inc.com>
23388 Date:   Fri Apr 24 15:59:46 2009 -0500
23389
23390     ncb: Check return value of write()
23391
23392     This prevents the compilation warning:
23393
23394     ncb.c: In function 'main':
23395     ncb.c:32: warning: ignoring return value of â€˜write’, declared with
23396     attribute warn_unused_result
23397
23398     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23399
23400 commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
23401 Author: Stefan Roese <sr@denx.de>
23402 Date:   Fri Apr 24 15:59:35 2009 +0200
23403
23404     mtd: nand/onenand: Register mtd device upon device scanning
23405
23406     With this patch the NAND and OneNAND devices are registered in the MTD
23407     subsystem and can then be referenced by the mtdcore code (e.g.
23408     get_mtd_device_nm()). This is needed for the new "ubi part" command
23409     syntax without the flash type parameter (nor|nand|onenand).
23410
23411     Signed-off-by: Stefan Roese <sr@denx.de>
23412
23413 commit 10bb62d85a0850dbad1fdd34123378686373f166
23414 Author: Stefan Roese <sr@denx.de>
23415 Date:   Fri Apr 24 15:58:33 2009 +0200
23416
23417     mtd: nand: Include linux/mtd/partitions.h in nand_base.h
23418
23419     This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
23420     defined:
23421
23422     nand_base.c: In function 'nand_release':
23423     nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
23424
23425     Signed-off-by: Stefan Roese <sr@denx.de>
23426
23427 commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
23428 Author: Stefan Roese <sr@denx.de>
23429 Date:   Fri Apr 24 20:24:19 2009 +0200
23430
23431     ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
23432
23433     This patch removes the now unnecessary flash type parameter from the
23434     "ubi part" command. Currently the user has to define the type of flash
23435     he will be using UBI on. Example:
23436
23437     => ubi part nor partition1
23438
23439     With this patch this type parameter is not needed anymore. The user can
23440     now select the partition directly without the flash type paramter.
23441     Example:
23442
23443     => ubi part partition1
23444
23445     This breaks backward compatibility right now because of the change in the
23446     command syntax. But UBI support is still quite fresh and the advantage of
23447     this new command is syntax big enough for this change. Additionally the
23448     code is much cleaner now.
23449
23450     Signed-off-by: Stefan Roese <sr@denx.de>
23451     CC: Kyungmin Park <kyungmin.park@samsung.com>
23452
23453 commit 294f10ca9ea82a15e135dcb0fc658382ab206940
23454 Author: Detlev Zundel <dzu@denx.de>
23455 Date:   Thu Apr 23 13:14:20 2009 +0200
23456
23457     mips/vcth: Use generic 16550 uart driver
23458
23459     As the common code also handles baudrate switching, which the board
23460     specific vct.c driver did not support, this is one of the rare
23461     occassions where deleting code actually adds a feature :)
23462
23463     Signed-off-by: Detlev Zundel <dzu@denx.de>
23464     Acked-by: Stefan Roese <sr@denx.de>
23465     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23466
23467 commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
23468 Author: Ladislav Michl <ladis@linux-mips.org>
23469 Date:   Tue Apr 21 02:26:31 2009 +0200
23470
23471     Separate mtdparts command from jffs2
23472
23473     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
23474     > Currently the mtdparts commands are included in the jffs2 command support.
23475     > This doesn't make sense anymore since other commands (e.g. UBI) use this
23476     > infrastructure as well now. This patch separates the mtdparts commands from
23477     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
23478     > support is needed.
23479
23480     One more leftover... Let nboot command know about partitions even if JFFS2
23481     support is not enabled.
23482
23483     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
23484     Acked-by: Stefan Roese <sr@denx.de>
23485
23486 commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
23487 Author: Peter Tyser <ptyser@xes-inc.com>
23488 Date:   Mon Apr 20 11:22:13 2009 -0500
23489
23490     cmd_ide: Remove unused AmigaOneG3SE code
23491
23492     The output_data_short() and input_data_short() functions for the
23493     AmigaOneG3SE are unused and result in compiler warnings.
23494
23495     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23496
23497 commit c93c102ace00764a56dbdf78bac134a23906721e
23498 Author: Peter Tyser <ptyser@xes-inc.com>
23499 Date:   Mon Apr 20 11:21:40 2009 -0500
23500
23501     AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
23502
23503     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23504
23505 commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
23506 Author: Peter Tyser <ptyser@xes-inc.com>
23507 Date:   Mon Apr 20 11:09:05 2009 -0500
23508
23509     Replace __asm references with __asm__
23510
23511     __asm__ follows gcc's documented syntax and is generally more common
23512     than __asm.  This change is only asthetic and should not affect
23513     functionality.
23514
23515     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23516
23517 commit f9a109b3adc5e8647535357500e2a38f0558b5c2
23518 Author: Peter Tyser <ptyser@xes-inc.com>
23519 Date:   Mon Apr 20 11:08:46 2009 -0500
23520
23521     Replace __attribute references with __attribute__
23522
23523     __attribute__ follows gcc's documented syntax and is generally more
23524     common than __attribute.  This change is only asthetic and should not
23525     affect functionality.
23526
23527     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23528
23529 commit 08f077da9298ff65cc6f85f90d2770000a1beee9
23530 Author: David Brownell <dbrownell@users.sourceforge.net>
23531 Date:   Thu Apr 16 19:55:48 2009 -0700
23532
23533     mtdpart command: align output columns
23534
23535     Make the headers in the "mtdparts" command output line up
23536     with their columns ... strike the extra TAB character.
23537
23538     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23539
23540 commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
23541 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23542 Date:   Thu Apr 16 10:51:03 2009 +0900
23543
23544     Remove sa1100.h
23545
23546     sa1100.h is not used anywhere, then remove it.
23547
23548     $ find . -name '*.h' -empty -print
23549     ./include/sa1100.h
23550     $ git grep 'sa1100.h' .
23551     $
23552
23553     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23554     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23555
23556 commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
23557 Author: Stefan Roese <sr@denx.de>
23558 Date:   Tue Apr 14 17:51:21 2009 +0200
23559
23560     UBIFS: Remove tnc_commit.c which is not used in the read-only version
23561
23562     I missed removing this file while implementing the UBIFS support. It's
23563     not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
23564     for spotting.
23565
23566     Signed-off-by: Stefan Roese <sr@denx.de>
23567
23568 commit 6356daff70867822bdb23cea49f98e65421a25b8
23569 Author: Adrian Hunter <adrian.hunter@nokia.com>
23570 Date:   Tue Apr 14 17:50:38 2009 +0200
23571
23572     UBIFS: fix recovery bug
23573
23574     UBIFS did not recovery in a situation in which it could
23575     have. The relevant function assumed there could not be
23576     more nodes in an eraseblock after a corrupted node, but
23577     in fact the last (NAND) page written might contain anything.
23578     The correct approach is to check for empty space (0xFF bytes)
23579     from then on.
23580
23581     Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
23582     Signed-off-by: Stefan Roese <sr@denx.de>
23583
23584 commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
23585 Author: Gao Guanhua <B22826@freescale.com>
23586 Date:   Tue Apr 14 14:37:35 2009 +0800
23587
23588     fs: Fix the wrong type of var
23589
23590     The filelen should be signed type, not unsigned type.
23591     otherwise, The condition as below never take.
23592         if (filelen < 0)
23593
23594     Signed-off-by: Gao Guanhua <B22826@freescale.com>
23595     Signed-off-by: Dave Liu <daveliu@freescale.com>
23596
23597 commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
23598 Author: Wolfgang Denk <wd@denx.de>
23599 Date:   Tue Apr 28 00:29:34 2009 +0200
23600
23601     Update CHANGELOG
23602
23603     Signed-off-by: Wolfgang Denk <wd@denx.de>
23604
23605 commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
23606 Author: David Brownell <dbrownell@users.sourceforge.net>
23607 Date:   Thu Apr 16 23:15:15 2009 -0700
23608
23609     dm9000 EEPROM reading bugfix
23610
23611     Make the U-Boot dm9000 driver read addresses from EEPROM just
23612     like Linux does ... read six bytes, instead of reading twelve
23613     bytes and then discarding every other one.
23614
23615     Using the right Ethernet address is a big win.
23616
23617     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23618     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23619     Acked-by: Ben Warren <biggerbadderben@gmail.com>
23620
23621 commit d4c02e6f5d49880123e7f584b88f857ffd874381
23622 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
23623 Date:   Wed Feb 25 14:27:24 2009 +0900
23624
23625     rtl8169: fix cache coherency problem
23626
23627     Fix the problem that cannot access actual data when CPU data cache enabled.
23628
23629     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
23630     Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23631     Acked-by: Ben Warren <biggerbadderben@gmail.com>
23632
23633 commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
23634 Author: Dirk Behme <dirk.behme@googlemail.com>
23635 Date:   Tue Apr 21 17:30:51 2009 +0200
23636
23637     OMAP3: Fix changed mmc init command
23638
23639     In recent U-Boot mmcinit changed to mmc init.
23640
23641     Signed-off-by: Steve Sakoman <steve@sakoman.com>
23642     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
23643
23644 commit 34b76a14f676bc6501c27a96564e4dfb4793f033
23645 Author: Wolfgang Denk <wd@denx.de>
23646 Date:   Sun Apr 26 20:39:26 2009 +0200
23647
23648     lib_arm/board.c: remove misleading "test-only" comment.
23649
23650     For a long time, the print_cpuinfo() declaration in lib_arm/board.c
23651     had been marked as "test-only", which is plain wrong considering
23652     current usage.  Delete this misleading comment.
23653
23654     Signed-off-by: Wolfgang Denk <wd@denx.de>
23655
23656 commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
23657 Author: David Brownell <dbrownell@users.sourceforge.net>
23658 Date:   Sun Apr 12 15:40:16 2009 -0700
23659
23660     minor DaVinci clock cleanup
23661
23662     Minor cleanup to clock-related defines for DaVinci DM6446 boards:
23663
23664      - CONFIG_SYS_CLK_FREQ is unused; remove it.
23665
23666      - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
23667
23668     On DM6446 both of those peripheral clocks actually come from the
23669     same source, the primary oscillator.  Having them use the same
23670     symbol avoids bugs in the clone'n'modify development cycle.
23671
23672     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23673
23674 commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
23675 Author: Minkyu Kang <mk7.kang@samsung.com>
23676 Date:   Mon Apr 6 19:59:29 2009 +0900
23677
23678     s3c64xx: remove unnecessary definition
23679
23680     CONFIG_S3C6400 is must defined at config header file
23681     That definition is unnecessary at this file
23682
23683     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
23684
23685 commit 14b9308d511b53042ef478936e367a67282df66a
23686 Author: Heiko Schocher <hs@denx.de>
23687 Date:   Fri Apr 24 06:50:45 2009 +0200
23688
23689     83xx: searching "muram-data" by compatible property
23690
23691     if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
23692     in the muram-data node, the reg entry needs to be updated.
23693     This is done in fdt_fixup_muram(), but we should use
23694     the compatible "fsl,qe-muram-data" for searching the
23695     node instead of searching the muram-data node with
23696     an absolute path.
23697
23698     Signed-off-by: Heiko Schocher <hs@denx.de>
23699     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23700
23701 commit 8e15088794807944b221c11609d36789efc7f767
23702 Author: Anatolij Gustschin <agust@denx.de>
23703 Date:   Thu Apr 23 21:29:34 2009 +0200
23704
23705     mpc83xx: MPC8360ERDK: fix environment offset configuration bug
23706
23707     The size of U-Boot binary for MPC8360ERDK increased
23708     (> 2 flash sectors now), so 'saveenv' will partially
23709     overwrite U-Boot in flash and will brick the board.
23710     This patch moves environment offset to fourth flash
23711     sector and also fixes CONFIG_SYS_MONITOR_LEN.
23712
23713     Signed-off-by: Anatolij Gustschin <agust@denx.de>
23714     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23715
23716 commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
23717 Author: Michael Zaidman <michael.zaidman@gmail.com>
23718 Date:   Sat Apr 4 01:43:00 2009 +0300
23719
23720     NetLoop initialization bug
23721
23722     The patch fixes the bug of partial initialization of global network
23723     parameters.
23724
23725     Upon u-boot's start up the first ping command causes a failure of the
23726     consequent TFTP command. It happens in the recently added mechanism of
23727     the NetLoop initialization where initialization of global network
23728     parameters is separated in the NetInitLoop routine which is called per
23729     env_id change. Thus, ping request will initialize the network parameters
23730     necessary for ping operation only, afterwards the env_changed_id will be
23731     set to the env_id that will prevent all following initialization requests
23732     from other protocols.
23733     The problem is that the initialized by ping subset of network parameters
23734     is not sufficient for other protocols and particularly for TFTP which
23735     requires the NetServerIp also.
23736
23737     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
23738     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23739
23740 commit b11f664f52c2855990107c18f242223377183575
23741 Author: Timur Tabi <timur@freescale.com>
23742 Date:   Thu Apr 9 10:27:05 2009 -0500
23743
23744     net: fix ULI 526x macro usage in netdev.h
23745
23746     Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526.  CONFIG_ULI526X
23747     is used everywhere else, so that's the correct macro name.  Without this fix,
23748     Ethernet will not work on the Freescale MPC8610 HPCD.
23749
23750     Signed-off-by: Timur Tabi <timur@freescale.com>
23751     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23752
23753 commit 7ee38c044ca5041d3378d6507580ea4ec344af96
23754 Author: David Brownell <dbrownell@users.sourceforge.net>
23755 Date:   Sun Apr 12 15:38:06 2009 -0700
23756
23757     fix DaVinci NS16550_REG_SIZE regression
23758
23759     Update the DaVinci DM6446 boards to use the new convention
23760     for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
23761     from the original 4 bytes, but these chips are little-endian.
23762
23763     (Resolves a regression added recently by the include/ns16550.h
23764     patch to "Unify structure declaration for registers".  The code
23765     previously worked just fine because the registers were accessed
23766     as host-endian words, not as bytes.)
23767
23768     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23769
23770 commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
23771 Author: Mike Frysinger <vapier@gentoo.org>
23772 Date:   Sun Apr 12 22:29:20 2009 -0400
23773
23774     cmd_nand: drop duplicate NULL ptr check
23775
23776     The first if statement checks for NULL ptrs, so there is no need to check
23777     it again in later else cases (such as .oob).
23778
23779     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23780     CC: Scott Wood <scottwood@freescale.com>
23781
23782 commit 7732cef2eeb4e339cfcd8553fab773af73a20805
23783 Author: David Brownell <dbrownell@users.sourceforge.net>
23784 Date:   Mon Apr 13 08:03:38 2009 -0700
23785
23786     CMD_UBI != MTD_PARTITIONS
23787
23788     Fix dependency goofage:  it should certainly be possible to have the
23789     partition support without bringing in UBI commands.
23790
23791     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23792     Acked-by: Stefan Roese <sr@denx.de>
23793
23794 commit 6ebff365eb63093ca35b687316002535c6a18820
23795 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23796 Date:   Thu Apr 16 21:30:48 2009 +0200
23797
23798     at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
23799
23800     The timer has been rewrote with a precision at ~0,18%
23801
23802     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23803     Tested-by: Sergey Lapin <slapin@ossfans.org>
23804     Tested-by: Eric BENARD <ebenard@free.fr>
23805
23806 commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
23807 Author: Ilko Iliev <iliev@ronetix.at>
23808 Date:   Thu Apr 16 21:30:48 2009 +0200
23809
23810     at91: add support for the PM9263 board of Ronetix GmbH
23811
23812     The PM9263 board is based on the AT91SAM9263-EK board.
23813
23814     Here is the page on Ronetix website:
23815     http://www.ronetix.at/starter_kit_9263.html
23816
23817     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
23818     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23819
23820 commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
23821 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23822 Date:   Thu Apr 16 21:30:44 2009 +0200
23823
23824     at91sam9/at91cap: improve clock framework
23825
23826     calculate dynamically the clock rate and pllb setting for usb
23827
23828     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23829
23830 commit dd7c302099ef5590069bdbf292aaa8230cd59de7
23831 Author: Stefan Roese <sr@denx.de>
23832 Date:   Wed Apr 15 14:08:48 2009 +0200
23833
23834     ppc4xx: Disable POST memory test on NAND-booting Kilauea
23835
23836     Don't run the memory POST on the NAND-booting version. It will
23837     overwrite part of the U-Boot image which is already loaded from NAND
23838     to SDRAM. We were just lucky that it booted at all with this SDRAM
23839     test enabled.
23840
23841     Signed-off-by: Stefan Roese <sr@denx.de>
23842
23843 commit 9a929170be89b27bce677504da27e88600c06c49
23844 Author: Stefan Roese <sr@denx.de>
23845 Date:   Wed Apr 15 14:06:26 2009 +0200
23846
23847     ppc4xx: Disable POST memory test on NAND-booting Sequoia
23848
23849     Don't run the memory POST on the NAND-booting version. It will
23850     overwrite part of the U-Boot image which is already loaded from NAND
23851     to SDRAM. We were just lucky that it booted at all with this SDRAM
23852     test enabled.
23853
23854     Signed-off-by: Stefan Roese <sr@denx.de>
23855
23856 commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
23857 Author: Stefan Roese <sr@denx.de>
23858 Date:   Wed Apr 15 11:32:53 2009 +0200
23859
23860     ppc4xx: Remove unused code for Sequoia NAND booting version
23861
23862     The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
23863     used at all. This patch changes it's define to the currently used value of
23864     133333333 and removes the unnecessary code.
23865
23866     Signed-off-by: Stefan Roese <sr@denx.de>
23867
23868 commit cf9409885cbe01405bad76790e99f8adf3351f4d
23869 Author: Stefan Roese <sr@denx.de>
23870 Date:   Wed Apr 15 10:50:48 2009 +0200
23871
23872     ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
23873
23874     This additional text in the bootup log helps to see if the board is
23875     configured for NAND-booting. Especially helpful for boards that can
23876     boot from NOR and NAND (e.g. most of the AMCC eval boards).
23877
23878     Signed-off-by: Stefan Roese <sr@denx.de>
23879
23880 commit 5132106a27b8fb302677852b26ffd319b40d17e2
23881 Author: Stefan Roese <sr@denx.de>
23882 Date:   Wed Apr 8 10:36:22 2009 +0200
23883
23884     ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
23885
23886     Currently the NOR & NAND support in Linux only works for the "standard"
23887     Sequoia, the version booting for NOR flash. The NAND-booting version
23888     has the chip-selects swapped. Here the chip-select mappings:
23889
23890     "Standard" NOR-booting version:
23891     CS0 NOR
23892     CS3 NAND
23893
23894     NAND-booting version:
23895     CS0 NAND
23896     CS3 NOR
23897
23898     With this path the dtb gets fixed-up, so that the correct chip-select
23899     numbers are patched in the dtb enabling correct NOR & NAND support
23900     in Linux on the NAND-booting Sequoia version.
23901
23902     Signed-off-by: Stefan Roese <sr@denx.de>
23903
23904 commit aad4eca4ba8d597747199d8af723426681557dda
23905 Author: Mike Frysinger <vapier@gentoo.org>
23906 Date:   Sat Apr 4 09:10:27 2009 -0400
23907
23908     Blackfin: audit UART for all known anomalies
23909
23910     There is no code change here, just new comments, but this keeps me from
23911     having to do another audit from scratch in the future.
23912
23913     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23914
23915 commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
23916 Author: Mike Frysinger <vapier@gentoo.org>
23917 Date:   Sat Apr 4 08:40:13 2009 -0400
23918
23919     Blackfin: add check for anomaly 05000362
23920
23921     DESCRIPTION:
23922     The column address width settings for banks 2 and 3 are misconnected in
23923     the SDRAM controller.  Accesses to bank 2 will result in an error if the
23924     Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
23925     that of bank 2.
23926
23927     WORKAROUND:
23928     If using bank 2, make sure that banks 2 and 3 have the same column address
23929     width settings in the EBIU_SDBCTL register.  This must be the case
23930     regardless of whether or not bank 3 is enabled.
23931
23932     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23933
23934 commit c2e07449f546fb375289cdac1a608fdc20357873
23935 Author: Mike Frysinger <vapier@gentoo.org>
23936 Date:   Sat Apr 4 08:29:55 2009 -0400
23937
23938     Blackfin: add comment about anomaly 05000430 avoidance
23939
23940     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23941
23942 commit 48ab1509254a4c175e4f65c478a978928ffe09ec
23943 Author: Mike Frysinger <vapier@gentoo.org>
23944 Date:   Sat Apr 4 08:10:22 2009 -0400
23945
23946     Blackfin: add workaround for anomaly 05000242
23947
23948     DESCRIPTION:
23949     If the DF bit is set prior to a hardware reset, the PLL will continue to
23950     divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
23951     cleared in the PLL_CTL register.
23952
23953     WORKAROUND:
23954     Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
23955     2 after reset.
23956
23957     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23958
23959 commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
23960 Author: Mike Frysinger <vapier@gentoo.org>
23961 Date:   Sat Apr 4 08:09:24 2009 -0400
23962
23963     Blackfin: add workaround for anomaly 05000171
23964
23965     DESCRIPTION:
23966     The Boot ROM is executed at power up/reset and changes the value of the
23967     SICA_IWR registers from their default reset value of 0xFFFF, but does not
23968     restore them.
23969
23970     WORKAROUND:
23971     User code should not rely on the default value of these registers.  Set
23972     the desired values explicitly.
23973
23974     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23975
23976 commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
23977 Author: Mike Frysinger <vapier@gentoo.org>
23978 Date:   Sat Apr 4 08:22:36 2009 -0400
23979
23980     Blackfin: update anomaly sheets
23981
23982     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23983
23984 commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
23985 Author: Graf Yang <graf.yang@analog.com>
23986 Date:   Sat Apr 4 07:45:57 2009 -0400
23987
23988     Blackfin: nand: flush peripheral before polling it
23989
23990     We need to make sure the data written to the nand flash controller makes
23991     it there before we start polling its status register.  Otherwise, we may
23992     get stale data and return before the controller is actually ready.
23993
23994     Signed-off-by: Graf Yang <graf.yang@analog.com>
23995     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23996     Acked-by: Scott Wood <scottwood@freescale.com>
23997
23998 commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
23999 Author: Remy Bohmer <linux@bohmer.net>
24000 Date:   Sun Apr 5 11:43:28 2009 +0200
24001
24002     Support for PXA27X UDC.
24003
24004         This Patch adds Support for PXA27X UDC.
24005         (Rebased to drivers/usb reorganisation)
24006
24007     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
24008     Signed-off-by: Remy Bohmer <linux@bohmer.net>
24009
24010 commit 2731b9a86685190d26b1883f27afda5ac8e1a313
24011 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24012 Date:   Fri Apr 3 12:46:58 2009 +0200
24013
24014     drivers/usb: regorganisation
24015
24016     move to linux usb driver organisation
24017
24018     as following
24019
24020     drivers/usb/gadget
24021     drivers/usb/host
24022     drivers/usb/musb
24023
24024     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24025     Signed-off-by: Remy Bohmer <linux@bohmer.net>
24026
24027 commit d04371a116d102e587ba7aa4c329b441cdbea3f4
24028 Author: Todor I Mollov <tmollov@ucsd.edu>
24029 Date:   Sat Apr 4 06:53:06 2009 -0400
24030
24031     Blackfin: spi: make cs deassert function deterministic
24032
24033     Blackfin SPI driver was not driving the SPI chip-select high before
24034     putting the chip-select signals into tri-state mode.  This is probably
24035     something that slipped by unnoticed in most designs.  If the signals are
24036     put directly into a tri-state mode, then the board is relying on the
24037     pull-up resistors to pull up the chip-select before the next transaction.
24038     Most of the time this is fine, except when you have two transactions that
24039     follow each other very closely, such as the flash erase and read status
24040     register commands.  In this case I was seeing a 500ns separation between
24041     the transactions.  In my setup, with a 10kOhm pull-up, it would meet
24042     timing spec about half the time and resulted in intermittent errors.  (A
24043     stronger pull up would fix this, but our design is targeted for low power
24044     consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
24045     I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
24046     chip-selects high before putting them into tri-state.  For me, this
24047     resulted in a rise time of 5ns instead of the previous rise time of about
24048     1us, and fully satisfied the timing spec of the chip.
24049
24050     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
24051     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24052
24053 commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
24054 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24055 Date:   Sat Dec 13 21:08:05 2008 +0100
24056
24057     integratorap: fix PCI support
24058
24059     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24060
24061 commit 1c397508c836dfcb01fb2471c71de0727051f117
24062 Author: Dirk Behme <dirk.behme@googlemail.com>
24063 Date:   Mon Mar 30 21:15:23 2009 +0200
24064
24065     OMAP3: Update Overo pin mux for new expansion board
24066
24067     A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
24068     switches. This patch changes the pinmux configuration for those pins.
24069     They were previously set up for unused MMC3_DAT4-7.
24070
24071     Signed-off-by: Steve Sakoman <steve@sakoman.com>
24072     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
24073
24074 commit ab298231518675b3784aea88ee9b978438f99e63
24075 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24076 Date:   Sun Apr 5 13:08:03 2009 +0200
24077
24078     arm: unify reset command
24079
24080     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24081
24082 commit b3acb6cd4059dfb29a5e99095d802717f53ff784
24083 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24084 Date:   Sun Apr 5 13:06:31 2009 +0200
24085
24086     arm: clean cache management
24087
24088     unify arm cache management except for non standard cache as ARM7TDMI
24089
24090     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24091
24092 commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
24093 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24094 Date:   Sun Apr 5 13:02:43 2009 +0200
24095
24096     arm: update co-processor 15 access
24097
24098     import system.h from linux
24099
24100     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24101
24102 commit 23e4af49e066a53cd3e3659b68ef90572d88de84
24103 Author: Guennadi Liakhovetski <lg@denx.de>
24104 Date:   Sun Apr 5 00:42:02 2009 +0200
24105
24106     ARM: add the imx31_phycore_eet target to MAINTAINERS
24107
24108     imx31_phycore_eet is a variant of the imx31_phycore board with a few
24109     extensions, which justifies a separate entry in the MAINTAINERS list,
24110     whereas normally all entries sharing a single configuration file and a
24111     board/ directory have only one entry in MAINTAINERS.
24112
24113     Reported-by: Wolfgang Denk <wd@denx.de>
24114     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24115
24116 commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
24117 Author: Guennadi Liakhovetski <lg@denx.de>
24118 Date:   Sun Apr 5 00:37:07 2009 +0200
24119
24120     ARM: fix out-of-tree build of imx31_phycore_eet
24121
24122     Fix out-of-tree build of the imx31_phycore_eet target.
24123
24124     Reported-by: Wolfgang Denk <wd@denx.de>
24125     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24126
24127 commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
24128 Author: Jon Smirl <jonsmirl@gmail.com>
24129 Date:   Sat Apr 4 17:44:51 2009 -0400
24130
24131     mpc5200: reduce delays in i2c
24132
24133     The previous code waited 1000us before checking i2c
24134     status. Measurement shows i2c is usually ready in
24135     under 50us. Change the polling interval to 15us,
24136     loop 6,667 times to keep the polling timeout constant
24137     at 100ms.
24138
24139 commit 36003268968949110ef145d9f2eaf8439c96d25b
24140 Author: Sanjeev Premi <premi@ti.com>
24141 Date:   Fri Apr 3 14:00:07 2009 +0530
24142
24143     OMAP: Fix compile issue
24144
24145     Fixes this compile error:
24146     board.c: In function 'do_switch_ecc':
24147     board.c:339: error: 'cmd_tbl_t' has no member named 'help'
24148     make[1]: *** [board.o] Error 1
24149     make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
24150     make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
24151
24152     This is due to the fact that current command uses long
24153     help for the usage print even if the CONFIG_SYS_LONGHELP
24154     is not enabled. (Thanks Jean-Christophe for explanation).
24155
24156     Signed-off-by: Sanjeev Premi <premi@ti.com>
24157
24158 commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
24159 Author: Minkyu Kang <mk7.kang@samsung.com>
24160 Date:   Fri Apr 3 09:56:16 2009 +0900
24161
24162     s3c64xx: fix the wrong gpio offset
24163
24164     This patch fix the wrong gpio offset
24165
24166     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
24167
24168 commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
24169 Author: Kyungmin Park <kmpark@infradead.org>
24170 Date:   Wed Nov 26 10:18:13 2008 +0900
24171
24172     Move machine specific code to board at s3c64xx (v2)
24173
24174     Move machine specific code to smdk6400.
24175     Some board use OneNAND instead of NAND.
24176
24177     Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
24178     So it's better to use macro instead of hard-coded value.
24179
24180     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
24181
24182 commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
24183 Author: Tom Rix <Tom.Rix@windriver.com>
24184 Date:   Wed Apr 1 22:02:19 2009 -0500
24185
24186     ZOOM1 Remove legacy NAND defines
24187
24188     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
24189
24190 commit 5891151707ee5902fe62d554c247f42865815757
24191 Author: Tom Rix <Tom.Rix@windriver.com>
24192 Date:   Wed Apr 1 22:02:20 2009 -0500
24193
24194     OMAP3 Fix multiline formatting in board init files.
24195
24196     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
24197
24198 commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
24199 Author: Wolfgang Denk <wd@denx.de>
24200 Date:   Sun Apr 5 00:27:57 2009 +0200
24201
24202     Update CHANGELOG, coding style cleanup.
24203
24204 commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
24205 Author: Wolfgang Denk <wd@denx.de>
24206 Date:   Sun Apr 5 00:18:44 2009 +0200
24207
24208     One more fix for building env_embedded.o
24209
24210     In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
24211     commit afcbce07, we also need to do the same for
24212     CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
24213
24214     Signed-off-by: Wolfgang Denk <wd@denx.de>
24215
24216 commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
24217 Author: Scott Wood <scottwood@freescale.com>
24218 Date:   Thu Apr 2 16:15:10 2009 -0500
24219
24220     common/image.c: Relocate strings in tables.
24221
24222     Without this, u-boot can crash or print garbage if the original link
24223     address no longer points to a valid string.
24224
24225     Signed-off-by: Scott Wood <scottwood@freescale.com>
24226
24227 commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
24228 Author: Scott Wood <scottwood@freescale.com>
24229 Date:   Thu Apr 2 16:10:36 2009 -0500
24230
24231     mpc8260: Fill in brg's clock-frequency in device tree.
24232
24233     Signed-off-by: Scott Wood <scottwood@freescale.com>
24234
24235 commit c73ed274a211699739d83c2cef92853dc6716e15
24236 Author: Scott Wood <scottwood@freescale.com>
24237 Date:   Thu Apr 2 18:20:43 2009 -0500
24238
24239     MPC8260ADS: Add nfsboot/ramboot to default environment.
24240
24241     This brings it in line with other Freescale boards.
24242
24243     Signed-off-by: Scott Wood <scottwood@freescale.com>
24244
24245 commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
24246 Author: Andreas Huber <andreas.huber@keymile.com>
24247 Date:   Thu Apr 2 17:15:34 2009 +0200
24248
24249     UBI/cfi-mtd: Fix mtd name for multiple chips
24250
24251     On platforms with multiple NOR chips, currently only the first one
24252     can be selected using the "ubi part" command. This patch fixes this
24253     problem by using different names for the NOR "mtd devices".
24254
24255     It also changes the name of the NOR MTD device from "cfi-mtd" to
24256     "norX" (X indexing the device numer) to better match the mtdparts
24257     defaults.
24258
24259     Signed-off-by: Stefan Roese <sr@denx.de>
24260     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
24261
24262 commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
24263 Author: Peter Korsgaard <jacmet@sunsite.dk>
24264 Date:   Tue Mar 31 17:52:16 2009 +0200
24265
24266     tools/setlocalversion: use git svn instead of git-svn
24267
24268     Use the new "git <subcmd>" syntax instead of the deprecated
24269     "git-<subcmd>".
24270
24271     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
24272
24273 commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
24274 Author: Mingkai Hu <Mingkai.hu@freescale.com>
24275 Date:   Tue Mar 31 14:09:40 2009 +0800
24276
24277     eSPI: add the eSPI register support
24278
24279     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
24280
24281 commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
24282 Author: Minkyu Kang <mk7.kang@samsung.com>
24283 Date:   Mon Mar 30 14:55:51 2009 +0900
24284
24285     cmd_mmc: add support for device command for selecting mmc device
24286
24287     This patch improves device command for selecting mmc device
24288
24289     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
24290
24291 commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
24292 Author: Alan Carvalho de Assis <acassis@gmail.com>
24293 Date:   Sat Mar 28 19:50:16 2009 -0300
24294
24295     Small fix to m5282evb
24296
24297     This is just a small fix to get u-boot on m5282evb.
24298
24299     Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
24300
24301 commit febd7e4174e54579c9aa165c85c519fe5288f9d2
24302 Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
24303 Date:   Fri Mar 27 10:21:14 2009 +0100
24304
24305     UBIFS: add R/O compatibility
24306
24307     Now UBIFS is supported by u-boot. If we ever decide to change the
24308     media format, then people will have to upgrade their u-boots to
24309     mount new format images. However, very often it is possible to
24310     preserve R/O forward-compatibility, even though the write
24311     forward-compatibility is not preserved.
24312
24313     This patch introduces a new super-block field which stores the
24314     R/O compatibility version.
24315
24316     Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
24317     Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
24318     Signed-off-by: Stefan Roese <sr@denx.de>
24319
24320 commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
24321 Author: Mike Frysinger <vapier@gentoo.org>
24322 Date:   Mon Mar 23 22:27:34 2009 -0400
24323
24324     more command usage cleanup
24325
24326     Fix up a few dangling commands like in "Command usage cleanup" commit.
24327
24328     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24329
24330 commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
24331 Author: Ladislav Michl <ladis@linux-mips.org>
24332 Date:   Mon Mar 23 12:06:07 2009 +0100
24333
24334     Separate mtdparts command from jffs2
24335
24336     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
24337     > Currently the mtdparts commands are included in the jffs2 command support.
24338     > This doesn't make sense anymore since other commands (e.g. UBI) use this
24339     > infrastructure as well now. This patch separates the mtdparts commands from
24340     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
24341     > support is needed.
24342
24343     ... and to make it useful for NAND chips as well, we should also remove now
24344     unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
24345     jffs2/load_kernel.h which is a bit misleading filename for that purpose,
24346     but that can be fixed later (tm).
24347
24348     Signed-off-by:  Ladislav Michl <ladis@linux-mips.org>
24349
24350 commit b196ca75503ce307c535b87bf47d51f05e7530df
24351 Author: Mike Frysinger <vapier@gentoo.org>
24352 Date:   Sun Mar 22 22:18:01 2009 -0400
24353
24354     smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
24355
24356     Rather than sticking Blackfin-specific stuff into the eeprom example, use
24357     an indirect macro so that any board can override it with their own magic
24358     sauce in their board config file.
24359
24360     Also fix some spurious semi-colons in defines while I'm at it ...
24361
24362     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24363     CC: Ben Warren <biggerbadderben@gmail.com>
24364
24365 commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
24366 Author: Sascha Hauer <s.hauer@pengutronix.de>
24367 Date:   Sat Mar 21 09:38:46 2009 -0400
24368
24369     mpc52xx phy: initialize only when needed
24370
24371     Do not initialize phy on startup, instead initialize it
24372     when we actually need it.
24373
24374     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
24375
24376 commit 03bab0091948196b9558248684c04f60943ca4b5
24377 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24378 Date:   Mon Mar 30 16:51:40 2009 +0200
24379
24380     at91sam9263ek: enable hush and auto complete support
24381
24382     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24383     Acked-by: Stelian Pop <stelian@popies.net>
24384
24385 commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
24386 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24387 Date:   Fri Mar 27 23:26:44 2009 +0100
24388
24389     at91: move dataflash spi driver to drivers/spi
24390
24391     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24392
24393 commit 2b7178afce59f71e95da657273f4132012098c1f
24394 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24395 Date:   Fri Mar 27 23:26:44 2009 +0100
24396
24397     at91: move usb driver to drivers/usb
24398
24399     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24400
24401 commit f82518d7f443ebac5f8821103a3c521c963aa6ee
24402 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24403 Date:   Fri Mar 27 23:26:43 2009 +0100
24404
24405     at91rm9200: Reset update
24406
24407     Update the rm9200 reset sequence to try executing a board-specific reset
24408     function and move specific board reset to board.
24409
24410     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24411
24412 commit 3524049cd053746298e4cfab2449882e75c146fc
24413 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24414 Date:   Fri Mar 27 23:26:43 2009 +0100
24415
24416     at91rm9200: move serial shutdown code to serial drivers
24417
24418     introduce serial_exit for this purpose. Use it only when the rm9200
24419     serial driver is active
24420
24421     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24422
24423 commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
24424 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24425 Date:   Fri Mar 27 23:26:43 2009 +0100
24426
24427     at91rm9200: move serial driver to drivers/serial
24428
24429     add CONFIG_AT91RM9200_USART to activate the driver
24430
24431     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24432
24433 commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
24434 Author: Ulf Samuelsson <ulf@atmel.com>
24435 Date:   Fri Mar 27 23:26:43 2009 +0100
24436
24437     Add support for the AT91RM9200EK Board.
24438
24439     The AT91RM9200-EK Evaluation Board supports the AT91RM9200
24440     ARM9-based 32-bit RISC microcontroller and enables real-time code development
24441     and evaluation.
24442
24443     Here is the chip page on Atmel website:
24444     http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
24445
24446     with
24447         - NOR (cfi driver)
24448         - DataFlash
24449         - USB OHCI
24450         - Net
24451         - I2C (hard)
24452
24453     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
24454     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24455
24456 commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
24457 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24458 Date:   Fri Mar 27 23:26:42 2009 +0100
24459
24460     add dataflash mmc mux missing support
24461
24462     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24463
24464 commit 2a325ce3c705ab2d82760afc541c511328472df8
24465 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24466 Date:   Fri Mar 27 23:26:42 2009 +0100
24467
24468     at91rm9200dk: Move conditional compilation to Makefile
24469
24470     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24471
24472 commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
24473 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24474 Date:   Fri Mar 27 23:26:42 2009 +0100
24475
24476     at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
24477
24478     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24479
24480 commit 843a2654bce74192de2b5a43474fdc27a572ab40
24481 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24482 Date:   Fri Mar 27 23:26:42 2009 +0100
24483
24484     at91sam9: add watchdog support
24485
24486     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
24487     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24488
24489 commit a47492ac60657dd9d59c713aa049319ea6eabd52
24490 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24491 Date:   Fri Mar 27 13:14:52 2009 +0100
24492
24493     at91sam9/at91cap: spi init add hardware chip select support
24494
24495     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24496
24497 commit 66932ac3929c7a145a6ef6574a96fd7535154951
24498 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24499 Date:   Sat Apr 4 19:15:40 2009 +0200
24500
24501     netstar: fix crc32.c dependancy location
24502
24503     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24504
24505 commit 42f9ebff2f758bef524780a00c712eb63a72d99b
24506 Author: Scott Wood <scottwood@freescale.com>
24507 Date:   Fri Apr 3 15:24:40 2009 -0500
24508
24509     MPC8260ADS: Define CONFIG_HAS_ETH0.
24510
24511     This is required so that the MAC address will be updated in the device tree.
24512
24513     Signed-off-by: Scott Wood <scottwood@freescale.com>
24514
24515 commit 8701eceffdf77e2908d0b58add0dabc16edf6087
24516 Author: Scott Wood <scottwood@freescale.com>
24517 Date:   Fri Apr 3 15:26:45 2009 -0500
24518
24519     PQ2FADS: Enable PCI.
24520
24521     PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
24522
24523     Signed-off-by: Scott Wood <scottwood@freescale.com>
24524
24525 commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
24526 Author: Wolfgang Denk <wd@denx.de>
24527 Date:   Sat Apr 4 16:57:50 2009 +0200
24528
24529     Fix quoting bug introduced by commit 74de7aef
24530
24531     Signed-off-by: Wolfgang Denk <wd@denx.de>
24532
24533 commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
24534 Author: Wolfgang Denk <wd@denx.de>
24535 Date:   Sat Apr 4 16:14:51 2009 +0200
24536
24537     Fix implicit declaration of function 'htons'
24538
24539     Include <netinet/in.h> instead of <linux/in.h> to get htons()
24540     prototpye.
24541
24542     Signed-off-by: Wolfgang Denk <wd@denx.de>
24543
24544 commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
24545 Author: Kumar Gala <galak@kernel.crashing.org>
24546 Date:   Sat Apr 4 10:21:02 2009 -0500
24547
24548     fsl_law: Fix bug in calculation of LAW sizing
24549
24550     In set_ddr_laws() when we determined how much of the size requested
24551     to be mapped was covered by the the first LAW we needed to recalculate
24552     the size based on what was actually mapped.
24553
24554     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24555
24556 commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
24557 Author: Kumar Gala <galak@kernel.crashing.org>
24558 Date:   Thu Apr 2 13:57:05 2009 -0500
24559
24560     fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
24561
24562     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24563
24564 commit c8514622e2713d9c47919acfe23fce386782afe7
24565 Author: Kumar Gala <galak@kernel.crashing.org>
24566 Date:   Thu Apr 2 13:22:48 2009 -0500
24567
24568     fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
24569
24570     Rename the pci header for FSL HW so we can move some prototypes
24571     in there and stop doing explicit externs
24572
24573     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24574
24575 commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
24576 Author: Wolfgang Denk <wd@denx.de>
24577 Date:   Sat Apr 4 16:10:40 2009 +0200
24578
24579     Fix building of env_embedded.o
24580
24581     Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
24582     only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
24583     building for many boards.
24584
24585     We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
24586     set.
24587
24588     Signed-off-by: Wolfgang Denk <wd@denx.de>
24589
24590 commit a31e091ad70915278fb15b79d6ae53ea2d44b251
24591 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24592 Date:   Sat Apr 4 12:49:11 2009 +0200
24593
24594     rename include/zlib.h to include/u-boot/zlib.h
24595
24596     Some systems have zlib.h installed in /usr/include/. This isn't the
24597     desired file for u-boot code - we want the one in include/zlib.h.
24598     This rename will avoid the conflict.
24599
24600     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24601     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24602
24603 commit ae644c178f097874a92a6d934f364985fc7e075a
24604 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24605 Date:   Sat Apr 4 12:46:31 2009 +0200
24606
24607     tools/Makefile: fix image.c dependancy location
24608
24609     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24610     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24611
24612 commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
24613 Author: Mike Frysinger <vapier@gentoo.org>
24614 Date:   Sat Apr 4 07:42:25 2009 -0400
24615
24616     tools: add ncb to gitignore
24617
24618     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24619
24620 commit 453c0d7558215cbc8636d94af172886d84e0dbba
24621 Author: Detlev Zundel <dzu@denx.de>
24622 Date:   Fri Apr 3 16:45:46 2009 +0200
24623
24624     include/ns16550.h: Unify structure declaration for registers
24625
24626     Instead of special casing the different access patterns, use common
24627     code with light macros sprinkled in to accomodate for the different
24628     layouts of the register structure.
24629
24630     Note that this also changes the types of the registers for the
24631     "positively packed (>1)" cases.  As the registers truly are unsigned
24632     chars, this is surely the Right Thing, but it is a semantic change.
24633     Note that for this case depending on the endianness on the bus, we may
24634     see a change of behaviour.
24635
24636     Signed-off-by: Detlev Zundel <dzu@denx.de>
24637
24638 commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
24639 Author: Peter Tyser <ptyser@xes-inc.com>
24640 Date:   Fri Mar 13 18:54:52 2009 -0500
24641
24642     Delete now unused tools/Makefile.win32
24643
24644     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24645
24646 commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
24647 Author: Peter Tyser <ptyser@xes-inc.com>
24648 Date:   Fri Mar 13 18:54:51 2009 -0500
24649
24650     Add support for building native win32 tools
24651
24652     Add support for compiling the host tools in the tools directory using
24653     the MinGW toolchain.  This produces executables which can be used on
24654     standard Windows computers without requiring cygwin.
24655
24656     One must specify the MinGW compiler and strip utilities as if they
24657     were the host toolchain in order to build win32 executables, eg:
24658
24659     make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
24660
24661     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24662
24663 commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
24664 Author: Peter Tyser <ptyser@xes-inc.com>
24665 Date:   Fri Mar 13 18:54:50 2009 -0500
24666
24667     tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
24668
24669     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24670
24671 commit b0d4d7219a4806e46affc96bd1f65397194a6e72
24672 Author: Peter Tyser <ptyser@xes-inc.com>
24673 Date:   Fri Mar 13 18:54:49 2009 -0500
24674
24675     tools/Makefile: Create generic build rules
24676
24677     Create a few generic build rules to replace the current method which has
24678     1 build target for each file
24679
24680     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24681
24682 commit 273174ddbcce215c42f6c307470cd5580a3f72bf
24683 Author: Peter Tyser <ptyser@xes-inc.com>
24684 Date:   Fri Mar 13 18:54:48 2009 -0500
24685
24686     tools/Makefile: Use auto-generated object file dependencies
24687
24688     Files in the SRCS variable have their dependencies automatically
24689     generated so remove duplicate explicit dependencies
24690
24691     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24692
24693 commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
24694 Author: Peter Tyser <ptyser@xes-inc.com>
24695 Date:   Fri Mar 13 18:54:47 2009 -0500
24696
24697     tools/Makefile: Remove symlinks for remaining source files
24698
24699     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24700
24701 commit eed073315b6447eceadf7468a4c2b757442c7c6f
24702 Author: Peter Tyser <ptyser@xes-inc.com>
24703 Date:   Fri Mar 13 18:54:46 2009 -0500
24704
24705     tools/Makefile: Dynamically generate libfdt object dependencies
24706
24707     Add the libfdt files to the SRCS variable so that they have their
24708     dependencies automatically generated
24709
24710     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24711
24712 commit c0170175393b94560fa7a5da6dd31377df5f4a72
24713 Author: Peter Tyser <ptyser@xes-inc.com>
24714 Date:   Fri Mar 13 18:54:45 2009 -0500
24715
24716     tools/Makefile: Remove symlinks for fdt targets
24717
24718     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24719
24720 commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
24721 Author: Peter Tyser <ptyser@xes-inc.com>
24722 Date:   Fri Mar 13 18:54:44 2009 -0500
24723
24724     tools/Makefile: Add libfdt/ to the include search path
24725
24726     This change makes the process of symlinking libfdt_internal.h
24727     unnecessary
24728
24729     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24730
24731 commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
24732 Author: Peter Tyser <ptyser@xes-inc.com>
24733 Date:   Fri Mar 13 18:54:43 2009 -0500
24734
24735     tools: Remove unecessary symlinking of zlib.h
24736
24737     crc32.c uses the zlib.h header in include/u-boot/zlib.h.  The symlink
24738     was previously necessary to give U-Boot's version of zlib.h precedence
24739     over the host computer's version of zlib.h.
24740
24741     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24742
24743 commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
24744 Author: Peter Tyser <ptyser@xes-inc.com>
24745 Date:   Fri Mar 13 18:54:42 2009 -0500
24746
24747     tools/Makefile: Add tools/ to the include search path
24748
24749     This change makes the process of symlinking mkimage.h and fdt_host.h
24750     unnecessary
24751
24752     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24753
24754 commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
24755 Author: Peter Tyser <ptyser@xes-inc.com>
24756 Date:   Fri Mar 13 18:54:41 2009 -0500
24757
24758     tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
24759
24760     Also conditionally add ncb.o to OBJ_FILES list
24761
24762     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24763
24764 commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
24765 Author: Peter Tyser <ptyser@xes-inc.com>
24766 Date:   Fri Mar 13 18:54:40 2009 -0500
24767
24768     tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
24769
24770     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24771
24772 commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
24773 Author: Peter Tyser <ptyser@xes-inc.com>
24774 Date:   Fri Mar 13 18:54:39 2009 -0500
24775
24776     tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
24777
24778     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24779
24780 commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
24781 Author: Peter Tyser <ptyser@xes-inc.com>
24782 Date:   Fri Mar 13 18:54:38 2009 -0500
24783
24784     tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
24785
24786     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24787
24788 commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
24789 Author: Peter Tyser <ptyser@xes-inc.com>
24790 Date:   Fri Mar 13 18:54:37 2009 -0500
24791
24792     tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
24793
24794     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24795
24796 commit eeba8617908e33f7e7db3b1588c04ca65b856793
24797 Author: Peter Tyser <ptyser@xes-inc.com>
24798 Date:   Fri Mar 13 18:54:36 2009 -0500
24799
24800     tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
24801
24802     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24803
24804 commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
24805 Author: Peter Tyser <ptyser@xes-inc.com>
24806 Date:   Fri Mar 13 18:54:35 2009 -0500
24807
24808     tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
24809
24810     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24811
24812 commit ee3584a5970230ee96aae19505ad3226734ee4ff
24813 Author: Peter Tyser <ptyser@xes-inc.com>
24814 Date:   Fri Mar 13 18:54:34 2009 -0500
24815
24816     tools/Makefile: Split variable declarations into multiple lines
24817
24818     Split variable declarations into multiple lines and use the standard
24819     VAR-y convention.  Also move object and binary variable declarations to
24820     after config.mk has been included to allow for these lists to utilize
24821     the CONFIG_XXX variables.
24822
24823     These changes lay the groundwork for conditional compilation of files
24824     in the tools directory.
24825
24826     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24827
24828 commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
24829 Author: Peter Tyser <ptyser@xes-inc.com>
24830 Date:   Fri Mar 13 18:54:33 2009 -0500
24831
24832     tools/Makefile: Remove inappropriate double-tabs
24833
24834     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24835
24836 commit 652f4ba076689fd0acd447561a777b1c440a4b57
24837 Author: Peter Tyser <ptyser@xes-inc.com>
24838 Date:   Fri Mar 13 18:54:32 2009 -0500
24839
24840     tools/Makefile: Remove HOSTARCH HOSTOS defines
24841
24842     The values of HOSTARCH and HOSTOS which are exported from the top-level
24843     Makefile should be used
24844
24845     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24846
24847 commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
24848 Author: Peter Tyser <ptyser@xes-inc.com>
24849 Date:   Fri Mar 13 18:54:31 2009 -0500
24850
24851     gen_eth_addr: Use POSIX rand() and srand()
24852
24853     Replace random()/srandom() use with rand()/srand() to support
24854     compilation with the mingw toolchain.  The rand()/srand() functions are
24855     generally more common and are functionally equivalent to the original
24856     random()/srandom() calls.
24857
24858     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24859
24860 commit 24d2ae5e9debe4b75151a55251031a14477fa875
24861 Author: Peter Tyser <ptyser@xes-inc.com>
24862 Date:   Fri Mar 13 18:54:28 2009 -0500
24863
24864     elf.h: Use stdint.h to provide standard typedefs for WIN32
24865
24866     The original code provided an incomplete set of typedefs for WIN32
24867     compiles and replicated the standard typedefs that are already
24868     provided by stdint.h
24869
24870     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24871
24872 commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
24873 Author: Peter Tyser <ptyser@xes-inc.com>
24874 Date:   Fri Mar 13 18:54:27 2009 -0500
24875
24876     common/Makefile: Conditionally compile env_embedded.o
24877
24878     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24879
24880 commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
24881 Author: Peter Tyser <ptyser@xes-inc.com>
24882 Date:   Fri Mar 13 18:54:26 2009 -0500
24883
24884     Makefile: Add removal of *.exe files to clean target
24885
24886     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24887
24888 commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
24889 Author: Peter Tyser <ptyser@xes-inc.com>
24890 Date:   Fri Mar 13 18:54:25 2009 -0500
24891
24892     Makefile: Make autoconf.mk a dependency of the depend target
24893
24894     The original code did not generate autoconf.mk until after some targets
24895     dependencies had already been calculated, for example the directories in
24896     the SUBDIRS variable
24897
24898     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24899
24900 commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
24901 Author: unsik Kim <donari75@gmail.com>
24902 Date:   Wed Feb 25 11:31:24 2009 +0900
24903
24904     mflash: Initial mflash support
24905
24906     Mflash is fusion memory device mainly targeted consumer eletronic and
24907     mobile phone.
24908     Internally, it have nand flash and other hardware logics and supports
24909     some different operation (ATA, IO, XIP) modes.
24910
24911     IO mode is custom mode for the host that doesn't have IDE interface.
24912     (Many mobile targeted SoC doesn't have IDE bus)
24913
24914     This driver support mflash IO mode.
24915
24916     Followings are brief descriptions about IO mode.
24917
24918     1. IO mode based on ATA protocol and uses some custom command. (read
24919        confirm, write confirm)
24920     2. IO mode uses SRAM bus interface.
24921
24922     Signed-off-by: unsik Kim <donari75@gmail.com>
24923
24924 commit 200779e3e2a9aeda7030b171a8c39d7797019917
24925 Author: Detlev Zundel <dzu@denx.de>
24926 Date:   Fri Apr 3 11:53:01 2009 +0200
24927
24928     Rename common ns16550 constants with UART_ prefix to prevent conflicts
24929
24930     Fix problems introduced in commit
24931     7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
24932     diagnosis functions for inka4x0] which redefined MSR_RI which is
24933     already used on PowerPC systems.
24934
24935     Also eliminate redundant definitions in ps2mult.h.  More cleanup will
24936     be needed for other redundant occurrences though.
24937
24938     Signed-off-by: Detlev Zundel <dzu@denx.de>
24939
24940 commit 99067b08f4a0ce20ff337a35211239f334d8f451
24941 Author: Scott Wood <scottwood@freescale.com>
24942 Date:   Wed Apr 1 15:33:24 2009 -0500
24943
24944     Noisily disable the legacy NAND subsystem.
24945
24946     Legacy NAND is marked for feature removal after April 2009 (i.e. this
24947     upcoming release).  There are still several boards that reference it
24948     (though many do so only for disk-on-chip support which has been silently
24949     disabled for a while now).  These boards will now fail to build
24950     with #error, though the code is still there if the user removes #error.
24951
24952     The plan is to remove the code outright in the next release, along with
24953     any board code that refers to it (such as board/esd/common/auto_update.c).
24954
24955     Also, remove the legacy NAND API description from README.nand.
24956
24957     Signed-off-by: Scott Wood <scottwood@freescale.com>
24958
24959 commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
24960 Author: apgmoorthy <moorthy.apg@samsung.com>
24961 Date:   Fri Mar 27 14:45:23 2009 +0530
24962
24963     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
24964
24965     Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
24966     However, u-boot image for apollon board is 195KB making the board
24967     unbootable with OneNAND.
24968
24969     Fix ipl to read CONFIG_SYS_MONITOR_LEN.
24970     CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
24971
24972     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
24973     Signed-off-by: Gangheyamoorthy   <moorthy.apg@samsung.com>
24974     Signed-off-by: Scott Wood <scottwood@freescale.com>
24975
24976 commit 74de7aefd79690bae8cf5a5120f5962d444be089
24977 Author: Wolfgang Denk <wd@denx.de>
24978 Date:   Wed Apr 1 23:34:12 2009 +0200
24979
24980     Add "source" command; prepare removal of "autoscr" command
24981
24982     According to the doc/feature-removal-schedule.txt, the "autoscr"
24983     command will be replaced by the "source" command in approximately 6
24984     months from now.
24985
24986     This patch prepares this change and starts a 6 month transition
24987     period as follows:
24988
24989     - The new "source" command has been added, which implements exactly
24990       the same functionlaity as the old "autoscr" command before
24991     - The old "autoscr" command name is kept as an alias for compatibility
24992     - Command sequences, script files atc. have been adapted to use the
24993       new "source" command
24994     - Related environment variables ("autoscript", "autoscript_uname")
24995       have *not* been adapted yet; these will be renamed resp. removed in
24996       a separate patch when the support for the "autoscr" command get's
24997       finally dropped.
24998
24999     Signed-off-by: Wolfgang Denk <wd@denx.de>
25000
25001 commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
25002 Author: Wolfgang Denk <wd@denx.de>
25003 Date:   Thu Apr 2 17:31:09 2009 +0200
25004
25005     Add "GPL cleanup" task to feature-removal-schedule.txt
25006
25007     Announce removal of all non-GPL or GPL-incompatible files
25008     after August 2009.
25009
25010     Signed-off-by: Wolfgang Denk <wd@denx.de>
25011
25012 commit d9596ffbdc79cea285010b67dd20a4618303f624
25013 Author: Mike Frysinger <vapier@gentoo.org>
25014 Date:   Thu Apr 2 12:51:28 2009 -0400
25015
25016     sf: stmicro: dont send 4 bytes when reading status register
25017
25018     I can't find anywhere in the datasheet that says the status register needs
25019     3 dummy bytes sent to it before being able to read back the first real
25020     result.  Tests on a Blackfin board show that after writing the opcode, the
25021     status register starts coming back immediately.  So only write out the
25022     read status register opcode before polling the result.
25023
25024     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25025     CC: Jason McMullan <mcmullan@netapp.com>
25026     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25027
25028 commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
25029 Author: Mike Frysinger <vapier@gentoo.org>
25030 Date:   Thu Apr 2 08:11:31 2009 -0400
25031
25032     sf: set common timeouts in seconds, not milliseconds
25033
25034     Since timeouts are only hit when there is a problem in the system, we
25035     don't want to prematurely timeout on a functioning setup.  Thus having
25036     low timeouts (in milliseconds) doesn't gain us anything in the production
25037     case, but rather increases likely hood of causing problems where none
25038     otherwise exist.
25039
25040     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25041     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25042
25043 commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
25044 Author: Mike Frysinger <vapier@gentoo.org>
25045 Date:   Thu Apr 2 06:51:49 2009 -0400
25046
25047     sf: stmicro: use common page timeout define
25048
25049     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25050     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25051
25052 commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
25053 Author: Mike Frysinger <vapier@gentoo.org>
25054 Date:   Sat Mar 28 06:41:09 2009 -0400
25055
25056     sf: always read 5 bytes for the idcode
25057
25058     Some SPI flash drivers like to have extended id information available
25059     (like the spansion flash), so rather than making it re-issue the ID cmd
25060     to get at the last 2 bytes, have the common code read 5 bytes rather than
25061     just 3.  This also matches the Linux behavior where it always reads 5 id
25062     bytes from all flashes.
25063
25064     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25065     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25066     CC: Mingkai Hu <Mingkai.hu@freescale.com>
25067
25068 commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
25069 Author: Mike Frysinger <vapier@gentoo.org>
25070 Date:   Fri Mar 27 16:34:21 2009 -0400
25071
25072     sf: stmicro: drop redundant id read
25073
25074     The common SPI flash code reads the idcode and passes it down to the SPI
25075     flash driver, so there is no need to read it again ourselves.
25076
25077     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25078     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25079     CC: Jason McMullan <mcmullan@netapp.com>
25080     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25081
25082 commit 1c5874374e091b4bb62917c519861f7682fe066e
25083 Author: Mike Frysinger <vapier@gentoo.org>
25084 Date:   Fri Mar 27 19:27:58 2009 -0400
25085
25086     sf: add driver for SST flashes
25087
25088     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25089     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25090
25091 commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
25092 Author: Mike Frysinger <vapier@gentoo.org>
25093 Date:   Mon Mar 23 23:03:58 2009 -0400
25094
25095     sf: drop DEBUG defines
25096
25097     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25098     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25099
25100 commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
25101 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25102 Date:   Sun Jan 4 07:44:07 2009 +0100
25103
25104     mtd: add some at45 spi flash support
25105
25106      - AT45DB321D
25107      - AT45DB161D
25108      - AT45DB081D
25109      - AT45DB041D
25110      - AT45DB021D
25111      - AT45DB011D
25112
25113     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25114     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25115
25116 commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
25117 Author: Mingkai Hu <Mingkai.hu@freescale.com>
25118 Date:   Tue Mar 31 14:09:41 2009 +0800
25119
25120     mtd: SPI Flash: Support the Spansion Flash
25121
25122     Add MTD SPI Flash support for S25FL008A, S25FL016A,
25123     S25FL032A, S25FL064A, S25FL128P.
25124
25125     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
25126     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25127
25128 commit 40587701924aa0afc86b3840421b4cc6de42c748
25129 Author: Mike Frysinger <vapier@gentoo.org>
25130 Date:   Mon Mar 30 20:56:45 2009 -0400
25131
25132     Blackfin: force all boards to HZ of 1000
25133
25134     Since the Blackfin timer code requires HZ to be 1000, barf on any board
25135     that tries to use a different value.
25136
25137     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25138
25139 commit f4032d2eec9d71a59c6c724671e577f67a76839b
25140 Author: Mike Frysinger <vapier@gentoo.org>
25141 Date:   Fri Mar 27 21:07:45 2009 -0400
25142
25143     Blackfin: bf533-stamp: drop old spi flash driver
25144
25145     Now that the common SPI flash code supports all the flashes, we can stop
25146     using the old driver.
25147
25148     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25149
25150 commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
25151 Author: Mike Frysinger <vapier@gentoo.org>
25152 Date:   Thu Mar 26 15:42:12 2009 -0400
25153
25154     Blackfin: add BF538/BF539 SPI portmux handling
25155
25156     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25157
25158 commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
25159 Author: Mike Frysinger <vapier@gentoo.org>
25160 Date:   Mon Mar 23 22:36:10 2009 -0400
25161
25162     Blackfin: do not delay on output bytes
25163
25164     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25165
25166 commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
25167 Author: Mike Frysinger <vapier@gentoo.org>
25168 Date:   Mon Mar 23 22:17:27 2009 -0400
25169
25170     Blackfin: drop newline from OTP help
25171
25172     Looks like I accidentally added a newline to the OTP help when merging and
25173     older change.
25174
25175     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25176
25177 commit d3c38d96b991d641a33f7748130dae008563cdc9
25178 Author: Mike Frysinger <vapier@gentoo.org>
25179 Date:   Sun Mar 22 23:43:31 2009 -0400
25180
25181     Blackfin: convert bfin_sdh to legacy mmc
25182
25183     The Blackfin SDH controller is still using the legacy framework, so update
25184     the driver to use the renamed functions.
25185
25186     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25187
25188 commit d248cfb2d940b742f6bfdba9b832a3df96da3101
25189 Author: Mike Frysinger <vapier@gentoo.org>
25190 Date:   Sun Feb 22 16:30:38 2009 -0500
25191
25192     Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
25193
25194     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25195
25196 commit ad9073211ca9e62162a39851e082b8d07a662fb6
25197 Author: Mike Frysinger <vapier@gentoo.org>
25198 Date:   Fri Feb 13 17:10:58 2009 -0500
25199
25200     Blackfin: fix crash when booting from external memory
25201
25202     When testing a u-boot binary that hasn't been booted from the bootrom, we
25203     have to make sure the bootstruct structure has sane storage space.  If we
25204     don't, the initcode will crash when it tries to dereference an invalid
25205     pointer.
25206
25207     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25208
25209 commit 84a9dda324c3faa56be14449d7519b993d9397a9
25210 Author: Mike Frysinger <vapier@gentoo.org>
25211 Date:   Sun Oct 12 21:32:52 2008 -0400
25212
25213     Blackfin: bf518f-ezbrd: new board port
25214
25215     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25216
25217 commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
25218 Author: Mike Frysinger <vapier@gentoo.org>
25219 Date:   Sun Oct 12 21:30:48 2008 -0400
25220
25221     Blackfin: bf526-ezbrd: new board port
25222
25223     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25224
25225 commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
25226 Author: Mike Frysinger <vapier@gentoo.org>
25227 Date:   Sun Oct 12 21:25:33 2008 -0400
25228
25229     Blackfin: bf538f-ezkit: new board port
25230
25231     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25232
25233 commit d9a5d113b93583c984711127ab8503e136ed1e4a
25234 Author: Mike Frysinger <vapier@gentoo.org>
25235 Date:   Sun Oct 12 20:59:12 2008 -0400
25236
25237     Blackfin: bf527-ezkit: new board port
25238
25239     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25240
25241 commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
25242 Author: Mike Frysinger <vapier@gentoo.org>
25243 Date:   Sun Oct 12 05:05:42 2008 -0400
25244
25245     Blackfin: bf548-ezkit: new board port
25246
25247     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25248
25249 commit 67b89c79e72fe86b0ea0199425d880630beb95d8
25250 Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
25251 Date:   Tue Mar 3 14:23:59 2009 +0100
25252
25253     libfdt: Fix C++ compile-time cast error on gnu 4.2.1
25254
25255     Allow the inclusion of libfdt.h in C++ source.
25256
25257     Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
25258     Acked-by: David Gibson <david@gibson.dropbear.id.au>
25259
25260 commit 13d93f38e86818739317b0206d597265cf9e675e
25261 Author: Emil Medve <Emilian.Medve@Freescale.com>
25262 Date:   Mon Feb 23 10:43:36 2009 -0600
25263
25264     Fix a possible overflow case detected by gcc 4.3.2
25265
25266     .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
25267     .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
25268
25269     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
25270
25271 commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
25272 Author: David Gibson <david@gibson.dropbear.id.au>
25273 Date:   Fri Feb 6 14:03:24 2009 +1100
25274
25275     libfdt: Rework/cleanup fdt_next_tag()
25276
25277     Currently, callers of fdt_next_tag() must usually follow the call with
25278     some sort of call to fdt_offset_ptr() to verify that the blob isn't
25279     truncated in the middle of the tag data they're going to process.
25280     This is a bit silly, since fdt_next_tag() generally has to call
25281     fdt_offset_ptr() on at least some of the data following the tag for
25282     its own operation.
25283
25284     This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
25285     verify the data between its starting offset and the offset it returns
25286     in nextoffset.  This simplifies fdt_get_property() which no longer has
25287     to verify itself that the property data is all present.
25288
25289     At the same time, I neaten and clarify the error handling for
25290     fdt_next_tag().  Previously, fdt_next_tag() could return -1 instead of
25291     a tag value in some circumstances - which almost none of the callers
25292     checked for.  Also, fdt_next_tag() could return FDT_END either because
25293     it encountered an FDT_END tag, or because it reached the end of the
25294     structure block - no way was provided to tell between these cases.
25295
25296     With this patch, fdt_next_tag() always returns FDT_END with a negative
25297     value in nextoffset for an error.  This means the several places which
25298     loop looking for FDT_END will still work correctly - they only need to
25299     check for errors at the end.  The errors which fdt_next_tag() can
25300     report are:
25301         - -FDT_ERR_TRUNCATED if it reached the end of the structure
25302            block instead of finding a tag.
25303
25304         - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
25305                tag data couldn't be verified with fdt_offset_ptr().
25306
25307     This patch also updates the callers of fdt_next_tag(), where
25308     appropriate, to make use of the new error reporting.
25309
25310     Finally, the prototype for the long gone _fdt_next_tag() is removed
25311     from libfdt_internal.h.
25312
25313     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
25314
25315 commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
25316 Author: David Gibson <david@gibson.dropbear.id.au>
25317 Date:   Fri Feb 6 14:01:56 2009 +1100
25318
25319     libfdt: Rework fdt_next_node()
25320
25321     Currently fdt_next_node() will find the next node in the blob
25322     regardless of whether it is above, below or at the same level in the
25323     tree as the starting node - the depth parameter is updated to indicate
25324     which is the case.  When a depth parameter is supplied, this patch
25325     makes it instead terminate immediately when it finds the END_NODE tag
25326     for a node at depth 0.  In this case it returns the offset immediately
25327     past the END_NODE tag.
25328
25329     This has a couple of advantages.  First, this slightly simplifies
25330     fdt_subnode_offset(), which no longer needs to explicitly check that
25331     fdt_next_node()'s iteration hasn't left the starting node.  Second,
25332     this allows fdt_next_node() to be used to implement
25333     _fdt_node_end_offset() considerably simplifying the latter function.
25334
25335     The other users of fdt_next_node() either don't need to iterate out of
25336     the starting node, or don't pass a depth parameter at all.  Any
25337     callers that really need to iterate out of the starting node, but keep
25338     tracking depth can do so by biasing the initial depth value.
25339
25340     This is a semantic change, but I think it's very unlikely to break any
25341     existing library users.
25342
25343     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
25344
25345 commit c123098035be8bae3859bbfbd06861f197c07631
25346 Author: Scott Wood <scottwood@freescale.com>
25347 Date:   Tue Mar 31 17:49:36 2009 -0500
25348
25349     mpc83xx: Set guarded bit on BAT that covers the end of the address space
25350
25351     The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
25352     address space; however, not all of this space is covered by a device.  In
25353     particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
25354     at the far end of the address space.
25355
25356     In zlib, there is a loop that references p[-1] if p is non-NULL.  Under
25357     some circumstances, this leads to the CPU speculatively loading from
25358     0xfffffff8 if p is NULL.  This leads to a machine check.
25359
25360     Signed-off-by: Scott Wood <scottwood@freescale.com>
25361
25362     continuation to the remaining mpc83xx boards that suffer from the same problem.
25363
25364     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25365
25366 commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
25367 Author: Kim Phillips <kim.phillips@freescale.com>
25368 Date:   Mon Mar 30 14:28:05 2009 -0500
25369
25370     rtc: remove broken rtc_read and rtc_write declarations
25371
25372     commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
25373     EPSON)" introduces the following build error on boards configuring e.g,
25374     the ds1374 rtc:
25375
25376     Configuring for MPC837XEMDS board...
25377     ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
25378     /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
25379     ds1374.c:104: error: conflicting types for 'rtc_write'
25380     /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
25381
25382     this reverts the erroneous chunk.
25383
25384     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25385     Acked-by: Detlev Zundel <dzu@denx.de>
25386     CC: Detlev Zundel <dzu@denx.de>
25387     CC: Andreas Pfefferle <ap@denx.de>
25388
25389 commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
25390 Author: Kumar Gala <galak@kernel.crashing.org>
25391 Date:   Tue Mar 31 17:58:13 2009 -0500
25392
25393     85xx/86xx: Ensure MP boot page is not used
25394
25395     We had a bug on 86xx in which the boot page used to bring up secondary
25396     cores was being overwritten and used for the malloc region in u-boot.
25397
25398     We need to reserve the region of memory that the boot page is going to
25399     be put at so nothing uses it.
25400
25401     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25402     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
25403
25404 commit c840d26c752141b94bbc24ac748ddd45752a955a
25405 Author: Kumar Gala <galak@kernel.crashing.org>
25406 Date:   Tue Mar 31 23:11:05 2009 -0500
25407
25408     85xx: Introduce determine_mp_bootpg() helper.
25409
25410     Match determine_mp_bootpg() that was added for 86xx.  We need this to
25411     address a bug introduced in v2009.03 with 86xx MP booting.  We have to
25412     make sure to reserve the region of memory used for the MP bootpg() so
25413     other u-boot code doesn't use it.
25414
25415     Also added a comment about how cpu_reset() is dealing w/an errata on
25416     early 85xx MP HW.
25417
25418     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25419
25420 commit 7649a590b53ee548f41428bf20780f74ce9fc099
25421 Author: Kumar Gala <galak@kernel.crashing.org>
25422 Date:   Tue Mar 31 23:02:38 2009 -0500
25423
25424     86xx: Cleanup MP support
25425
25426     * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
25427     * Introduce determine_mp_bootpg() helper.  We'll need this to address a
25428       bug introduced in v2009.03 with 86xx MP booting.  We have to make sure
25429       to reserve the region of memory used for the MP bootpg() so other
25430       u-boot code doesn't use it.
25431     * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
25432       allow cmd_mp.c to build and work. In the future we should look at
25433       implementing all these functions. This could be common w/85xx if we
25434       use spin tables on 86xx.
25435
25436     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25437
25438 commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
25439 Author: Becky Bruce <beckyb@kernel.crashing.org>
25440 Date:   Tue Mar 31 18:38:37 2009 -0500
25441
25442     mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
25443
25444     We're missing the board_lmb_reserve definitions that allow
25445     cpu_mp_lmb_reserve to be called; this means that Linux
25446     is free to reallocate reserved pages.  Linux currently boots
25447     because we're getting lucky - the page we've reserved is
25448     high enough in memory that it isn't allocated by Linux
25449     while we still need it to be in existence.
25450
25451     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
25452     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25453
25454 commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
25455 Author: Ladislav Michl <ladis@linux-mips.org>
25456 Date:   Tue Mar 31 13:43:10 2009 +0200
25457
25458     NetStar: fix NAND
25459
25460     Fix NAND support broken during new NAND code merge. Move those few lines of
25461     code to board/netstar/netstar.c
25462
25463     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
25464
25465 commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
25466 Author: Jens Scharsig <esw@bus-elektronik.de>
25467 Date:   Tue Mar 31 08:18:29 2009 +0200
25468
25469     soft_i2c.c compiler/linker error
25470
25471     This patch fix the compiler/linker errors
25472
25473     common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
25474     common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
25475
25476     if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
25477     uesd/undef (wrong define order)
25478
25479     and
25480
25481     removes additional empty lines
25482
25483     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
25484
25485 commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
25486 Author: Haiying Wang <Haiying.Wang@freescale.com>
25487 Date:   Fri Mar 27 17:02:45 2009 -0400
25488
25489     MPC85xx: Add MPC8569MDS board support
25490
25491     This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
25492     EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
25493
25494     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25495     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
25496     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25497
25498 commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
25499 Author: Haiying Wang <Haiying.Wang@freescale.com>
25500 Date:   Fri Mar 27 17:02:44 2009 -0400
25501
25502     MPC85xx: Add MPC8569 CPU support
25503
25504     There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
25505     LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
25506     then invalidate it after LBCR bit 13 is set.
25507
25508     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25509     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25510
25511 commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
25512 Author: Haiying Wang <Haiying.Wang@freescale.com>
25513 Date:   Thu Mar 26 17:01:49 2009 -0400
25514
25515     MPC85xx: Load and enable QE microcode patch in IRAM
25516
25517     For the silicon which doesn't have ROM support in QE, it always needs to load
25518     a pre-built ucode binary to IRAM so that QE can work.
25519
25520     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25521     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
25522
25523 commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
25524 Author: Kumar Gala <galak@kernel.crashing.org>
25525 Date:   Thu Mar 19 09:16:10 2009 -0500
25526
25527     85xx: Add support for additional e500mc features
25528
25529     * Enable backside L2
25530     * e500mc no longer has timebase enable in HID (moved to CCSR register)
25531
25532     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25533
25534 commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
25535 Author: Dave Liu <daveliu@freescale.com>
25536 Date:   Sat Mar 14 12:48:30 2009 +0800
25537
25538     fsl-ddr: add the DDR3 SPD infrastructure
25539
25540     - support mirrored DIMMs, not support register DIMMs
25541     - test passed on P2020DS board with MT9JSF12872AY-1G1D1
25542     - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
25543
25544     Signed-off-by: Dave Liu <daveliu@freescale.com>
25545     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
25546
25547 commit 6a8197836702991468cead5ead073f589e2623ad
25548 Author: Dave Liu <daveliu@freescale.com>
25549 Date:   Sat Mar 14 12:48:19 2009 +0800
25550
25551     fsl-ddr: Fix two bugs in the ddr infrastructure
25552
25553     1. wr_lat
25554        UM said the total write latency for DDR2 is equal to
25555        WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
25556        so, the WR_LAT = CL - 1;
25557     2. rd_to_pre
25558        we missed to add the ADD_LAT for DDR2 case.
25559
25560     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
25561     Signed-off-by: Dave Liu <daveliu@freescale.com>
25562
25563 commit 540dcf1cb86961e11aa92c47671f27762c581d8c
25564 Author: Kumar Gala <galak@kernel.crashing.org>
25565 Date:   Thu Mar 26 01:34:39 2009 -0500
25566
25567     83xx: Use common LSDMR defines from asm/fsl_lbc.h
25568
25569     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25570     Acked-by: Kim Phillips <kim.phillips@freescale.com>
25571
25572 commit b0fe93eda69721aef1fdef576164b668fad83bbd
25573 Author: Kumar Gala <galak@kernel.crashing.org>
25574 Date:   Thu Mar 26 01:34:38 2009 -0500
25575
25576     85xx: Use common LSDMR defines from asm/fsl_lbc.h
25577
25578     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25579
25580 commit 0088c298f0eeb90ec001f744e9959dea83dd563a
25581 Author: Kumar Gala <galak@kernel.crashing.org>
25582 Date:   Thu Mar 26 01:34:37 2009 -0500
25583
25584     Add LSDMR (SDRAM Mode Register) definition on localbus
25585
25586     The masks for various bit defines of LSDMR are common and thus we can
25587     define them in one place rather than replicating them in each config.h
25588
25589     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25590
25591 commit 89c00fb15859213788f0ad089934c376fb356099
25592 Author: Ladislav Michl <ladis@linux-mips.org>
25593 Date:   Mon Mar 30 18:58:41 2009 +0200
25594
25595     OMAP: use {read,write}l to access timer registers
25596
25597     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
25598
25599 commit 81472d893fa565c9d300928a40e504a689bde131
25600 Author: Ladislav Michl <ladis@linux-mips.org>
25601 Date:   Mon Mar 30 18:58:41 2009 +0200
25602
25603     OMAP: rename timer divisor
25604
25605     Divisor field is called PTV not PVT.
25606
25607     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
25608     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25609
25610 commit fe672d60b2a8c9e803596ba4533fa1776015551d
25611 Author: Ladislav Michl <ladis@linux-mips.org>
25612 Date:   Mon Mar 30 18:58:40 2009 +0200
25613
25614     OMAP: reindent timer code
25615
25616     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
25617
25618 commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
25619 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25620 Date:   Mon Mar 30 18:58:40 2009 +0200
25621
25622     s3c2410: move nand driver to drivers/mtd/nand
25623
25624     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25625
25626 commit d3b635774194404bcd424f6b376419bce22076ad
25627 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25628 Date:   Mon Mar 30 18:58:40 2009 +0200
25629
25630     s3c24x0: move i2c driver to drivers/i2c
25631
25632     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25633
25634 commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
25635 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25636 Date:   Mon Mar 30 18:58:39 2009 +0200
25637
25638     s3c24x0: move serial driver to drivers/serial
25639
25640     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25641
25642 commit 942ba9969b9efa25f816c238861ecb339c54ed73
25643 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25644 Date:   Mon Mar 30 18:58:39 2009 +0200
25645
25646     davinci: move i2c driver to drivers/i2c
25647
25648     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25649
25650 commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
25651 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25652 Date:   Mon Mar 30 18:58:39 2009 +0200
25653
25654     davinci: move nand driver to drivers/mtd/nand
25655
25656     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25657
25658 commit d3e55d0774a180c1837bd7ddec464015e883bd86
25659 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25660 Date:   Mon Mar 30 18:58:38 2009 +0200
25661
25662     imx: move serial driver to drivers/serial
25663
25664     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25665
25666 commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
25667 Author: Detlev Zundel <dzu@denx.de>
25668 Date:   Mon Mar 30 00:31:36 2009 +0200
25669
25670     inka4x0: Use proper accessor macros for memory mapped registers.
25671
25672     Signed-off-by: Detlev Zundel <dzu@denx.de>
25673
25674 commit e979e85fd39b06436922bb4d6bb5fafcbc775182
25675 Author: Detlev Zundel <dzu@denx.de>
25676 Date:   Mon Mar 30 00:31:35 2009 +0200
25677
25678     inka4x0: Add hardware diagnosis and RTC in configuration.
25679
25680     This patch adds the board specific communication routines needed by
25681     the external 4543 RTC.
25682
25683     Signed-off-by: Detlev Zundel <dzu@denx.de>
25684     Signed-off-by: Andreas Pfefferle <ap@denx.de>
25685
25686 commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
25687 Author: Detlev Zundel <dzu@denx.de>
25688 Date:   Mon Mar 30 00:31:34 2009 +0200
25689
25690     inka4x0: Add hardware diagnosis functions for inka4x0
25691
25692     This patch adds advanced diagnosis functions for the inka4x0 board.
25693
25694     Signed-off-by: Andreas Pfefferle <ap@denx.de>
25695     Signed-off-by: Detlev Zundel <dzu@denx.de>
25696
25697 commit 04e11cf383ff6231535fd981023bb1306b2133d4
25698 Author: Detlev Zundel <dzu@denx.de>
25699 Date:   Mon Mar 30 00:31:33 2009 +0200
25700
25701     rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
25702
25703     Signed-off-by: Detlev Zundel <dzu@denx.de>
25704     Signed-off-by: Andreas Pfefferle <ap@denx.de>
25705
25706 commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
25707 Author: Detlev Zundel <dzu@denx.de>
25708 Date:   Mon Mar 30 00:31:32 2009 +0200
25709
25710     drivers/twserial: Add protocol driver for "three wire serial" interface.
25711
25712     This pretty unintelligent interface is used on some RTC chips.
25713
25714     Signed-off-by: Detlev Zundel <dzu@denx.de>
25715
25716 commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
25717 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25718 Date:   Sun Mar 29 23:01:42 2009 +0200
25719
25720     arm720t/clps7111: move serial driver to drivers/serial
25721
25722     add CONFIG_CLPS7111_SERIAL to activate the driver
25723
25724     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25725
25726 commit 6790c55704531eb98f76b51d50e0f73d19fa2988
25727 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25728 Date:   Sun Mar 29 23:01:42 2009 +0200
25729
25730     lpc2292: move serial driver to drivers/serial
25731
25732     add CONFIG_LPC2292_SERIAL to activate the driver
25733
25734     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25735
25736 commit 176a600d0ecdaccbac483d2ba992d0119f853119
25737 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25738 Date:   Sun Mar 29 23:01:42 2009 +0200
25739
25740     ks8695: move serial driver to drivers/serial
25741
25742     add CONFIG_KS8695_SERIAL to activate the driver
25743
25744     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25745
25746 commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
25747 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25748 Date:   Sun Mar 29 23:01:42 2009 +0200
25749
25750     s3c64xx: move usb driver to drivers/usb
25751
25752     add CONFIG_USB_S3C64XX to activate the driver
25753
25754     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25755
25756 commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
25757 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25758 Date:   Sun Mar 29 23:01:41 2009 +0200
25759
25760     imx31: move serial driver to drivers/serial
25761
25762     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25763
25764 commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
25765 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25766 Date:   Sun Mar 29 23:01:41 2009 +0200
25767
25768     netarm: move serial driver to drivers/serial
25769
25770     add CONFIG_NETARM_SERIAL to activate the driver
25771
25772     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25773
25774 commit 412ab705888742add435dd6ffc2e8bda14962235
25775 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25776 Date:   Sun Mar 29 23:01:41 2009 +0200
25777
25778     sa1100: move serial driver to drivers/serial
25779
25780     add CONFIG_SA1100_SERIAL to activate the driver
25781
25782     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25783
25784 commit b2368754a9202225fd072e159fb78da7d2cdb623
25785 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25786 Date:   Sun Mar 29 23:01:41 2009 +0200
25787
25788     s3c44b0: extract cache from cpu.c
25789
25790     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25791
25792 commit 40fd626223eae5363719bcb9a6896f08ceeee90a
25793 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25794 Date:   Sun Mar 29 23:01:41 2009 +0200
25795
25796     s3c44b0: move serial driver to drivers/serial
25797
25798     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25799
25800 commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
25801 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25802 Date:   Sun Mar 29 23:01:40 2009 +0200
25803
25804     s3c44b0: move rtc driver to drivers/rtc
25805
25806     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25807
25808 commit 50f601cca8985615f9e3de4c34887448ade8a64b
25809 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25810 Date:   Sun Mar 29 23:01:40 2009 +0200
25811
25812     s3c44b0: move i2c driver to drivers/i2c
25813
25814     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25815
25816 commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
25817 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25818 Date:   Sun Mar 29 23:01:36 2009 +0200
25819
25820     s3c4510b: move specific code to soc directory
25821
25822     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25823
25824 commit 04531f3c11c693dc54924f82c41979d960309c9d
25825 Author: Ladislav Michl <ladis@linux-mips.org>
25826 Date:   Wed Mar 25 23:43:58 2009 +0100
25827
25828     NetStar: add RTC support
25829
25830     Add RTC support.
25831
25832     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
25833
25834 commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
25835 Author: Ladislav Michl <ladis@linux-mips.org>
25836 Date:   Wed Mar 25 23:43:50 2009 +0100
25837
25838     NetStar: use generic flash driver
25839
25840     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
25841
25842 commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
25843 Author: Ladislav Michl <ladis@linux-mips.org>
25844 Date:   Mon Mar 16 23:31:20 2009 +0100
25845
25846     NetStar: update crcit utility
25847
25848     Make crc32 function to match its prototype. Use more meaningful identifiers.
25849
25850     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
25851
25852 commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
25853 Author: Ladislav Michl <ladis@linux-mips.org>
25854 Date:   Mon Mar 23 17:46:27 2009 +0100
25855
25856     Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
25857
25858     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
25859
25860 commit 88685b5f62274167ad2ba8a58e108d89ff71955b
25861 Author: Wolfgang Denk <wd@denx.de>
25862 Date:   Sun Mar 29 00:58:16 2009 +0100
25863
25864     VCMA9: fix compile errors
25865
25866     Fix these:
25867     cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
25868     cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
25869
25870     Signed-off-by: Wolfgang Denk <wd@denx.de>
25871
25872 commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
25873 Author: Wolfgang Denk <wd@denx.de>
25874 Date:   Sun Mar 29 00:54:21 2009 +0100
25875
25876     ARM: fix warning: 'print_eth' defined but not used
25877
25878     This warning got issued for all ARM systems that don't have
25879     CONFIG_CMD_NET enabled.
25880
25881     Signed-off-by: Wolfgang Denk <wd@denx.de>
25882
25883 commit fd88d91a639ce41b825c8d50dc2182050e98fe53
25884 Author: Ladislav Michl <ladis@linux-mips.org>
25885 Date:   Mon Mar 23 18:16:34 2009 +0100
25886
25887     cs8900 compile fix
25888
25889     cs8900.c: In function 'eth_init':
25890     cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
25891     cs8900.c:165: error: invalid operands to binary <<
25892     cs8900.c:166: error: invalid operands to binary <<
25893     cs8900.c:167: error: invalid operands to binary <<
25894
25895     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
25896     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25897
25898 commit d2567be915036720693f3ddd00c39b5b4d86fb8d
25899 Author: Wolfgang Denk <wd@denx.de>
25900 Date:   Sat Mar 28 20:16:16 2009 +0100
25901
25902     Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
25903
25904     ...and some other compile warnings.
25905
25906     Signed-off-by: Wolfgang Denk <wd@denx.de>
25907
25908 commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
25909 Author: Wolfgang Denk <wd@denx.de>
25910 Date:   Sat Mar 28 16:17:29 2009 +0100
25911
25912     mpc8xx/ether.c: fix warning: unused variable 'bd'
25913
25914     Also minor coding style cleanup.
25915
25916     Signed-off-by: Wolfgang Denk <wd@denx.de>
25917
25918 commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
25919 Author: Detlev Zundel <dzu@denx.de>
25920 Date:   Wed Mar 25 17:27:52 2009 +0100
25921
25922     command.c: Expose the core of do_help as _do_help to the rest of u-boot.
25923
25924     Other commands implementing subcommands can reuse this code nicely.
25925
25926     Signed-off-by: Detlev Zundel <dzu@denx.de>
25927     Signed-off-by: Andreas Pfefferle <ap@denx.de>
25928
25929 commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
25930 Author: Detlev Zundel <dzu@denx.de>
25931 Date:   Tue Mar 24 18:02:33 2009 +0100
25932
25933     mpc5xxx: Add structure definition for several more register blocks.
25934
25935     Signed-off-by: Detlev Zundel <dzu@denx.de>
25936
25937 commit 739b0e594677a0676577bc95db4495a5563fc7f8
25938 Author: Detlev Zundel <dzu@denx.de>
25939 Date:   Fri Mar 27 15:03:55 2009 +0100
25940
25941     MAINTAINERS: Add entry for 'inka4x0' board.
25942
25943     Signed-off-by: Detlev Zundel <dzu@denx.de>
25944
25945 commit e55ecec45340755ef47cbbb13fb35ceed60eb115
25946 Author: Detlev Zundel <dzu@denx.de>
25947 Date:   Fri Mar 27 15:03:54 2009 +0100
25948
25949     MAINTAINERS: Keep list sorted.
25950
25951     Signed-off-by: Detlev Zundel <dzu@denx.de>
25952
25953 commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
25954 Author: Mike Frysinger <vapier@gentoo.org>
25955 Date:   Thu Mar 26 11:17:41 2009 -0400
25956
25957     karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
25958
25959     The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
25960
25961     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25962     CC: Ben Warren <biggerbadderben@gmail.com>
25963
25964 commit 76756e41cde0a617e781a604cc47dfaef63697cd
25965 Author: Heiko Schocher <hs@denx.de>
25966 Date:   Thu Mar 26 07:33:59 2009 +0100
25967
25968     ppc: cleanup compiler errors/warnings
25969
25970     Current u-boot top of tree builds with warnings/errors for
25971     the following boards:
25972
25973     ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
25974     RPXClassic debris PN62
25975
25976     following patch solves this.
25977
25978     Signed-off-by: Heiko Schocher <hs@denx.de>
25979     Acked-by: Mike Frysinger <vapier@gentoo.org>
25980
25981 commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
25982 Author: Stefan Roese <sr@denx.de>
25983 Date:   Thu Mar 26 16:14:13 2009 +0100
25984
25985     ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
25986
25987     This patch fixes a bug in the Sequoia TLB init code to reconfigure
25988     the correct TLB (boot space) after running from RAM. This bug was
25989     introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
25990     [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
25991     TLB in the Sequoia init.S file.
25992
25993     Signed-off-by: Stefan Roese <sr@denx.de>
25994
25995 commit e2b66fe453a3679f807b37fc5923d89214302764
25996 Author: Wolfgang Denk <wd@denx.de>
25997 Date:   Thu Mar 26 10:00:57 2009 +0100
25998
25999     ads5121: enable instruction cache
26000
26001     Enabling the instruction cache significantly accelerates U-Boot
26002     operations like CRC checking, image uncompression, etc.
26003
26004     Kudos to Andrea Scian for pointing out.
26005
26006     Signed-off-by: Wolfgang Denk <wd@denx.de>
26007
26008 commit 33e88c557b29c84c52039ba05993fa70fe62afe3
26009 Author: Jon Smirl <jonsmirl@gmail.com>
26010 Date:   Sun Mar 22 22:55:45 2009 -0400
26011
26012     mpc5200: suppress printf until console initialized
26013
26014     On boards which have the environment in eeprom, i2c_init() is called
26015     before the console and RAM are initialized.
26016     Suppress printfs until the console is initialized.
26017
26018     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
26019     Acked-by: Heiko Schocher <hs@denx.de>
26020
26021 commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
26022 Author: Guennadi Liakhovetski <lg@denx.de>
26023 Date:   Wed Mar 25 11:36:50 2009 +0100
26024
26025     ARM: Add the imx31_phycore_eet board to MAKEALL
26026
26027     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26028
26029 commit 917cfc70c18b74fa8a80189bdce8395199fa8360
26030 Author: Nishanth Menon <nm@ti.com>
26031 Date:   Wed Mar 25 22:13:56 2009 +0100
26032
26033     OMAP3:Beagle: Enable mtdparts
26034
26035     http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
26036     provides a flexible way to create and maintain u-boot mtd
26037     partitions. This allows commands such as "nand erase fs"
26038     to work and the user no longer needs to decode the absolute
26039     nand offsets. This patch enables this function for beagleboard
26040
26041     Signed-off-by: Nishanth Menon <nm@ti.com>
26042     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26043
26044 commit 4de1a5daab079ddc8ce1274144700203d692105c
26045 Author: Mike Frysinger <vapier@gentoo.org>
26046 Date:   Sun Feb 22 16:26:35 2009 -0500
26047
26048     Blackfin: bf537-stamp: split post code out into dedicated post.c
26049
26050     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26051
26052 commit 5e8f245743ed14c89e495ba2c027703db9813160
26053 Author: Mike Frysinger <vapier@gentoo.org>
26054 Date:   Sat Oct 11 22:51:56 2008 -0400
26055
26056     Blackfin: add support for S25FL128 parts
26057
26058     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26059
26060 commit bf1e028bf3eab1d702fa0627cade4460688f3913
26061 Author: Mike Frysinger <vapier@gentoo.org>
26062 Date:   Sat Oct 11 22:51:23 2008 -0400
26063
26064     Blackfin: overhaul SPI flash handling to speed things up
26065
26066     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26067
26068 commit efcc08cededa2168b96f12a22a5872340880d334
26069 Author: Mike Frysinger <vapier@gentoo.org>
26070 Date:   Sat Oct 11 22:51:05 2008 -0400
26071
26072     Blackfin: add support for SST SPI flashes
26073
26074     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26075
26076 commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
26077 Author: Mike Frysinger <vapier@gentoo.org>
26078 Date:   Sat Oct 11 22:50:10 2008 -0400
26079
26080     Blackfin: add hack for crappy m25p80
26081
26082     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26083
26084 commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
26085 Author: Mike Frysinger <vapier@gentoo.org>
26086 Date:   Wed Jan 21 20:47:12 2009 -0500
26087
26088     Blackfin: bf537-stamp: increase monitor size
26089
26090     The new jffs2 code pushed the code size just over the limit, so increase
26091     the limit a bit more.
26092
26093     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26094
26095 commit f82caaccc87e1f76448ff42a6b930e59797e4f65
26096 Author: Mike Frysinger <vapier@gentoo.org>
26097 Date:   Mon Dec 8 16:16:11 2008 -0500
26098
26099     Blackfin: bf537-stamp: bump default SCLK up to 125MHz
26100
26101     Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
26102     increase the speed of SCLK to 125MHz rather than 100MHz.
26103
26104     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26105
26106 commit 751e54c3b77311b720b794813cce20546f288ada
26107 Author: Mike Frysinger <vapier@gentoo.org>
26108 Date:   Sat Oct 11 22:44:14 2008 -0400
26109
26110     Blackfin: bf537-stamp: rewrite MAC-in-flash handling
26111
26112     Use the common net eth functions to setup the env/global data with the MAC
26113     address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
26114
26115     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26116
26117 commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
26118 Author: Mike Frysinger <vapier@gentoo.org>
26119 Date:   Tue Dec 9 13:47:39 2008 -0500
26120
26121     Blackfin: add clkin_hz= to default kernel command line for ADI boards
26122
26123     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26124
26125 commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
26126 Author: Mike Frysinger <vapier@gentoo.org>
26127 Date:   Sun Oct 12 23:49:13 2008 -0400
26128
26129     Blackfin: bf533-stamp: bump up default clocks
26130
26131     Since the hardware can handle it, bump the default clocks from 80mhz SCLK
26132     and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
26133
26134     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26135
26136 commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
26137 Author: Mike Frysinger <vapier@gentoo.org>
26138 Date:   Sat Oct 11 22:40:22 2008 -0400
26139
26140     Blackfin: bf533-stamp: rewrite startup LED notifications
26141
26142     Again, don't clobber pins that we aren't actually using, and use the common
26143     LED framework rather than our own hob-job-but-not-really-working.
26144
26145     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26146
26147 commit cf6f469e2730fc8ab3523808b828be000d6eee77
26148 Author: Mike Frysinger <vapier@gentoo.org>
26149 Date:   Sun Jun 1 09:09:48 2008 -0400
26150
26151     Blackfin: unify common ADI board settings
26152
26153     Rather than duplicate the same ADI settings in every ADI board, create a
26154     common ADI config header and have all ADI boards start using that.  This
26155     will also make merging the ~10 boards I have to forward port a lot easier.
26156
26157     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26158
26159 commit 196c74311f394c6eb08bd9ab07a35671299b9851
26160 Author: Kyungmin Park <kmpark@infradead.org>
26161 Date:   Tue Mar 3 09:05:53 2009 +0900
26162
26163     Reduce OneNAND IPL common code
26164
26165     OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
26166     bootloader, but it's common code used about 300~400 bytes. So board
26167     specific codes, such as lowlevel_init, can't has enough code. It make
26168     a difficult to implement OneNAND IPL.
26169
26170     his patch make this common code as small as possible. and give
26171     lowlevel_init can have more codes.
26172
26173     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26174     Signed-off-by: Scott Wood <scottwood@freescale.com>
26175
26176 commit 16f2f5a351004129e79e79816697a367fd9e5446
26177 Author: Wolfgang Grandegger <wg@grandegger.com>
26178 Date:   Wed Feb 11 18:38:24 2009 +0100
26179
26180     Add multi-chip NAND support for the TQM8548 modules
26181
26182     This patches configures the NAND UPM-FSL driver with multi-chip
26183     support for the Micron MT29F8G08FAB NAND flash memory on the
26184     TQM8548 modules.
26185
26186     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26187     Signed-off-by: Scott Wood <scottwood@freescale.com>
26188
26189 commit 33846df28fa1f4cf96a96c18142d48d813caa892
26190 Author: Wolfgang Grandegger <wg@grandegger.com>
26191 Date:   Wed Feb 11 18:38:23 2009 +0100
26192
26193     Add wait flags to support board/chip specific delays
26194
26195     The NAND flash on the TQM8548_BE modules requires a short delay after
26196     running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
26197     requires a further short delay after writing out a buffer. Normally the
26198     R/B pin should be checked, but it's not connected on the TQM8548_BE.
26199     The corresponding Linux FSL UPM driver uses similar delay points at the
26200     same locations. To manage these extra delays in a more general way, I
26201     introduced the "wait_flags" field allowing the board-specific driver to
26202     specify various types of extra delay.
26203
26204     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26205     Signed-off-by: Scott Wood <scottwood@freescale.com>
26206
26207 commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
26208 Author: Wolfgang Grandegger <wg@grandegger.com>
26209 Date:   Wed Feb 11 18:38:22 2009 +0100
26210
26211     Add support for TQM-specific chip select logic to FSL-UPM
26212
26213     For the NAND chips on the TQM8548 modules, a special chip-select logic is
26214     used. It uses dedicated address lines to be set via UPM machine address
26215     register (mar). This patch adds such support to the FSL-UPM driver.
26216
26217     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26218     Signed-off-by: Scott Wood <scottwood@freescale.com>
26219
26220 commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
26221 Author: Wolfgang Grandegger <wg@grandegger.com>
26222 Date:   Wed Feb 11 18:38:21 2009 +0100
26223
26224     Add multi chip support to the FSL-UPM driver
26225
26226     This patch adds support for multi-chip NAND devices to the FSL-UPM
26227     driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
26228     called with the argument "chip_nr" to allow testing the proper chip
26229     select line. The NAND support of the MPC8360ERDK is updated as well.
26230     No other boards are currently using the FSL UPM driver.
26231
26232     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26233     Signed-off-by: Scott Wood <scottwood@freescale.com>
26234
26235 commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
26236 Author: Wolfgang Grandegger <wg@grandegger.com>
26237 Date:   Wed Feb 11 18:38:20 2009 +0100
26238
26239     Enable multi chip support in the NAND layer
26240
26241     This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
26242     Multi-chips devices are displayed as shown:
26243
26244       Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
26245
26246     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26247     Signed-off-by: Scott Wood <scottwood@freescale.com>
26248
26249 commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
26250 Author: Mike Frysinger <vapier@gentoo.org>
26251 Date:   Sat Oct 11 21:58:33 2008 -0400
26252
26253     Blackfin: put memory into self-refresh before/after programming clocks
26254
26255     When initializing the core clocks, stick external memory into self-refresh.
26256     This gains us a few cool things:
26257      - support suspend-to-RAM with Linux
26258      - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
26259      - make sure settings are stable before flashing new version
26260      - finally fully unify initialize startup code path between LDR/non-LDR
26261
26262     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26263
26264 commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
26265 Author: Mike Frysinger <vapier@gentoo.org>
26266 Date:   Sat Oct 11 21:56:08 2008 -0400
26267
26268     Blackfin: do not program voltage regulator on parts that do not have one
26269
26270     Some newer Blackfins (like the BF51x) do not have an on-chip voltage
26271     regulator, so do not attempt to program the memory as if it does.
26272
26273     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26274
26275 commit 0d4f24b70f7a979f58174f3eb271874950b551b6
26276 Author: Mike Frysinger <vapier@gentoo.org>
26277 Date:   Sun Jun 1 01:28:24 2008 -0400
26278
26279     Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
26280
26281     If the board config does not specify an explicit EBIU_SDBCTL value, set it
26282     up with sane values based on other configuration options.
26283
26284     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26285
26286 commit 3986e981f565c08f10c7e526af8cb518d741c349
26287 Author: Mike Frysinger <vapier@gentoo.org>
26288 Date:   Sat Dec 6 18:06:58 2008 -0500
26289
26290     Blackfin: handle reboot anomaly 432
26291
26292     Workaround anomaly 432:
26293     The bfrom_SysControl() firmware function does not clear the SIC_IWR1
26294     register before executing the PLL programming sequence.  Therefore, any
26295     interrupt enabled in the SIC_IWR1 register prior to the call to
26296     bfrom_SysControl() can prematurely terminate the idle sequence required
26297     for the PLL to relock properly. SIC_IWR0 is properly handled.
26298
26299     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26300
26301 commit 7e1d212b6da492c6ea32c62af92e185284f41291
26302 Author: Mike Frysinger <vapier@gentoo.org>
26303 Date:   Sat Oct 18 04:04:49 2008 -0400
26304
26305     Blackfin: kill off LDR jump block
26306
26307     The Boot ROM uses EVT1 as the entry point so set that rather than having
26308     to use a tiny jump block in the default EVT1 location.
26309
26310     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26311
26312 commit a75fa148d60b1975403441e45565621bba50d2d9
26313 Author: Mike Frysinger <vapier@gentoo.org>
26314 Date:   Tue Jan 6 10:00:48 2009 -0500
26315
26316     Blackfin: simplify symbol_lookup() a bit
26317
26318     No need to skip a byte as the symbol table handles this.
26319
26320     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26321
26322 commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
26323 Author: Mike Frysinger <vapier@gentoo.org>
26324 Date:   Sat Feb 7 05:43:21 2009 -0500
26325
26326     Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
26327
26328     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26329
26330 commit 58130f8920151d9e8942bbdf3388f2defb47e415
26331 Author: Mike Frysinger <vapier@gentoo.org>
26332 Date:   Sat Feb 7 05:41:17 2009 -0500
26333
26334     Blackfin: drop SPORT_TX read helper macros
26335
26336     The SPORT_TX registers cannot be read (the hardware will trigger an error),
26337     so drop the read helper macros.
26338
26339     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26340
26341 commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
26342 Author: Mike Frysinger <vapier@gentoo.org>
26343 Date:   Sat Feb 7 05:25:35 2009 -0500
26344
26345     Blackfin: unify duplicate CPU port definitions
26346
26347     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26348
26349 commit 744fd240d181b0b05b1436e1b655c9a62526c752
26350 Author: Mike Frysinger <vapier@gentoo.org>
26351 Date:   Fri Feb 6 00:59:50 2009 -0500
26352
26353     Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
26354
26355     With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
26356     are no longer used/needed.
26357
26358     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26359
26360 commit 45c48953e8a4038bd49c46813fcff5a207867ae4
26361 Author: Mike Frysinger <vapier@gentoo.org>
26362 Date:   Mon Oct 6 04:01:26 2008 -0400
26363
26364     Blackfin: print out Flash: before checking it
26365
26366     If there is some problem in the flash init/checking code, it's nicer to see
26367     the message "Flash:" before crashing.  This way the source of the problem
26368     is a bit more straightforward.
26369
26370     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26371
26372 commit 1c7a79a04eb916f685f7275520b5eea6968a1559
26373 Author: Mike Frysinger <vapier@gentoo.org>
26374 Date:   Thu Aug 7 15:33:09 2008 -0400
26375
26376     Blackfin: safely flush data caches when in writeback mode
26377
26378     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26379
26380 commit c06f2b13022703611bc3e512bd34f9014a46f448
26381 Author: Mike Frysinger <vapier@gentoo.org>
26382 Date:   Thu Aug 7 13:21:48 2008 -0400
26383
26384     Blackfin: update lockbox api according to latest documentation
26385
26386     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26387
26388 commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
26389 Author: Mike Frysinger <vapier@gentoo.org>
26390 Date:   Sat Oct 11 21:49:06 2008 -0400
26391
26392     Blackfin: mark bfin_reset static
26393
26394     The function is only used locally, so mark it static.
26395
26396     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26397
26398 commit 974473caa732f63312687ef2bd2d22dad8e99b9a
26399 Author: Sonic Zhang <Sonic.Zhang@analog.com>
26400 Date:   Fri Mar 20 19:28:20 2009 -0400
26401
26402     Blackfin: spi: there is no PORTJ_FER MMR on BF537
26403
26404     Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
26405     then there is no PORTJ_FER register for us to worry about.
26406
26407     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
26408     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26409
26410 commit e82b762f293debc53c5afa90f37264f6b07520f9
26411 Author: Mike Frysinger <vapier@gentoo.org>
26412 Date:   Tue Mar 17 13:58:23 2009 -0400
26413
26414     Blackfin: fix jtag console tstc
26415
26416     The jtag tstc operation was checking the hardware to see if data is
26417     available from it (which is fine for the jtag getc operation), but the
26418     higher layers need to know whether any data is available.  Since we have
26419     to read up to 4 bytes at a time from the hardware, the higher layers need
26420     to know they can consume the cached bytes as well.
26421
26422     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26423
26424 commit bc683f58b1f1d8d20546fe019483967a51a49df1
26425 Author: Mike Frysinger <vapier@gentoo.org>
26426 Date:   Sun Feb 22 16:23:41 2009 -0500
26427
26428     Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
26429
26430     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26431
26432 commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
26433 Author: Mike Frysinger <vapier@gentoo.org>
26434 Date:   Sun Feb 22 16:02:27 2009 -0500
26435
26436     Blackfin: unify net-related init code
26437
26438     Unify all of the net-related init code in the common Blackfin board init
26439     code to clean up the ifdef mess a bit.
26440
26441     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26442
26443 commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
26444 Author: Mike Frysinger <vapier@gentoo.org>
26445 Date:   Wed Feb 18 12:51:48 2009 -0500
26446
26447     Blackfin: fix SWRST/SYSCR register sizes
26448
26449     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26450
26451 commit a9d6777d39154978b9ef9c682b2627a3480b194c
26452 Author: Mike Frysinger <vapier@gentoo.org>
26453 Date:   Wed Feb 18 12:51:31 2009 -0500
26454
26455     Blackfin: update anomaly lists
26456
26457     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26458
26459 commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
26460 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26461 Date:   Thu Mar 19 18:31:38 2009 +0100
26462
26463     avr32: fix cacheflush.h location introducted by d8f2aa3298610b
26464
26465     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26466     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26467
26468 commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
26469 Author: Eric Schumann <E.Schumann@phytec.de>
26470 Date:   Sat Mar 21 09:59:34 2009 -0400
26471
26472     Make flash protection work, when the environment is in EEPROM
26473
26474     On the pcm030 the environment is located in the onboard EEPROM. But we want
26475     to handle flash sector protection in a safe manner. So we must read the
26476     unlock environment variable from EEPROM instead from flash.
26477
26478     This patch is required as long the evironment is saved into the EEPROM.
26479
26480     Stefan: Additional change as suggested by Wolfgang, use bigger char array
26481     (instead of 4).
26482
26483     Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
26484     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26485     Acked-by: Wolfgang Denk <wd@denx.de>
26486     Signed-off-by: Stefan Roese <sr@denx.de>
26487
26488 commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
26489 Author: Jon Smirl <jonsmirl@gmail.com>
26490 Date:   Sat Mar 21 11:17:56 2009 -0400
26491
26492     Add define for mpc5200 CDM_CLK_ENA
26493
26494     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
26495
26496 commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
26497 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
26498 Date:   Sun Mar 22 14:48:16 2009 +0100
26499
26500     at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
26501
26502     AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
26503
26504     The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
26505     It is essentially the same, with a few minor differences.
26506
26507     Here is the chip page on Atmel website:
26508     http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
26509
26510     Signed-off-by: Justin Waters <justin.waters@timesys.com>
26511     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
26512     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26513
26514 commit 118d168035cc93f586da4812c89cb153eb9f4243
26515 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26516 Date:   Sun Mar 22 14:28:14 2009 +0100
26517
26518     cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
26519
26520     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26521
26522 commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
26523 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26524 Date:   Sun Mar 22 14:28:13 2009 +0100
26525
26526     cmc_pu2: fix misc_init_r prototype
26527
26528     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26529
26530 commit 53158aea995221706b42c7bad9f717b31ae20414
26531 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26532 Date:   Sun Jan 11 03:32:01 2009 +0100
26533
26534     at91sam9xeek: fix soc name
26535
26536     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26537
26538 commit 74c076d6c33d6d42ab065541a38383587879e7b7
26539 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26540 Date:   Sun Mar 22 10:22:34 2009 +0100
26541
26542     at91sam9/at91cap: move nand drivers to drivers/mtd/nand
26543
26544     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26545
26546 commit 163966087d62680547f188a93c61d01c8155254e
26547 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26548 Date:   Sat Mar 21 21:08:01 2009 +0100
26549
26550     atmel/at91/boards: compile dataflash partition only when dataflash is
26551
26552     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26553
26554 commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
26555 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26556 Date:   Sat Mar 21 21:08:00 2009 +0100
26557
26558     at91sam9/at91cap: move common macb initialisation to cpu
26559
26560     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26561
26562 commit f3f91f886bc8927fd692ac411b7423a87ffec532
26563 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26564 Date:   Sat Mar 21 21:08:00 2009 +0100
26565
26566     at91sam9/at91cap: move common usb host initialisation to cpu
26567
26568     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26569
26570 commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
26571 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26572 Date:   Sat Mar 21 21:08:00 2009 +0100
26573
26574     at91sam9/at91cap: move common led management to cpu
26575
26576     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26577
26578 commit 7ebafb7ec1a0285af8380623c009576f92583b98
26579 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26580 Date:   Sat Mar 21 21:07:59 2009 +0100
26581
26582     at91sam9/at91cap: move common spi initialisation to cpu
26583
26584     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26585
26586 commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
26587 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26588 Date:   Sat Mar 21 21:07:59 2009 +0100
26589
26590     at91sam9/at91cap: move common serial initialisation to cpu
26591
26592     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26593
26594 commit e60beb13cf0135dc71c541021487b5ccc4d269cb
26595 Author: Wolfgang Denk <wd@denx.de>
26596 Date:   Sat Mar 21 22:04:41 2009 +0100
26597
26598     Prepare 2009.03
26599
26600     Update CHANGELOG
26601
26602     Signed-off-by: Wolfgang Denk <wd@denx.de>
26603
26604 commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
26605 Author: Vivek Kutal <vivek.kutal@azingo.com>
26606 Date:   Mon Feb 23 21:35:11 2009 +0530
26607
26608     Replaced endpoint numbers with appropriate macros in usbtty.c.
26609
26610     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
26611     Signed-off-by: Remy Bohmer <linux@bohmer.net>
26612
26613 commit faac4fd852e39cb1d7a740801b060e41aeacef1f
26614 Author: Michael Lawnick <ml.lawnick@gmx.de>
26615 Date:   Thu Mar 19 10:06:41 2009 +0100
26616
26617     UBIFS: Missing offset relocation for compressor 'none'
26618
26619     On systems where U-Boot is linked to another address than it really lays
26620     (e.g. backup image), calls via function pointers must be fixed with a
26621     '+= gd->reloc_off'.
26622     This was not done for none_compr in ubifs_compressors_init() what leads
26623     to system crash on ubifsmount command.
26624
26625     Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
26626     Acked-by: Stefan Roese <sr@denx.de>
26627
26628 commit ce6d0c8de031f345bde745f3b855082adf1c4e45
26629 Author: Stefan Roese <sr@denx.de>
26630 Date:   Thu Mar 19 15:35:50 2009 +0100
26631
26632     UBIFS: Add UBIFS commands
26633
26634     This patchset adds these UBIFS related commands:
26635
26636     - ubifsmount
26637       Mount an UBIFS volume
26638
26639     - ubifsls
26640       List a directory of the mounted UBIFS volume
26641
26642     - ubifsload
26643       Load a file from the mounted UBIFS volume to memory
26644
26645     Signed-off-by: Stefan Roese <sr@denx.de>
26646
26647 commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
26648 Author: Stefan Roese <sr@denx.de>
26649 Date:   Thu Mar 19 15:35:05 2009 +0100
26650
26651     UBIFS: Implement read-only UBIFS support in U-Boot
26652
26653     The U-Boot UBIFS implementation is largely a direct copy from the current
26654     Linux version (2.6.29-rc6). As already done in the UBI version we have an
26655     "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
26656     ...). This makes it possible to use the original Linux code with very
26657     little changes. And by this we can better update to later Linux versions.
26658
26659     I removed some of the Linux features that are not used in the U-Boot
26660     version (e.g. garbage-collection, write support).
26661
26662     Signed-off-by: Stefan Roese <sr@denx.de>
26663     CC: Artem Bityutskiy <dedekind@infradead.org>
26664     CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
26665
26666 commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
26667 Author: Stefan Roese <sr@denx.de>
26668 Date:   Thu Mar 19 15:34:56 2009 +0100
26669
26670     Add LZO decompressor support
26671
26672     This patch adds LZO decompression support to U-Boot. It is needed for
26673     the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
26674     decompressor. Since we only support read-only in UBIFS, only the
26675     decompressor is needed.
26676
26677     All this is copied with minor changes from the current Linux kernel
26678     version (2.6.28-rc8).
26679
26680     This patch only implements this LZO decompressor support for PPC.
26681     Other platforms using UBIFS will have to add the required
26682     "include/asm/unaligned.h" as well. It should be fairly easy to copy this
26683     from the Linux source tree as I have done it for PPC in this patch.
26684
26685     Signed-off-by: Stefan Roese <sr@denx.de>
26686
26687 commit 68d7d65100e84df00bca971c114092731b441090
26688 Author: Stefan Roese <sr@denx.de>
26689 Date:   Thu Mar 19 13:30:36 2009 +0100
26690
26691     Separate mtdparts command from jffs2
26692
26693     Currently the mtdparts commands are included in the jffs2 command support.
26694     This doesn't make sense anymore since other commands (e.g. UBI) use this
26695     infrastructure as well now. This patch separates the mtdparts commands from
26696     the jffs2 commands making it possible to only select mtdparts when no JFFS2
26697     support is needed.
26698
26699     Signed-off-by: Stefan Roese <sr@denx.de>
26700     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26701
26702 commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
26703 Author: Stefan Roese <sr@denx.de>
26704 Date:   Wed Feb 25 12:11:15 2009 +0100
26705
26706     powerpc: Only use eth_getenv_enetaddr() if networking is enabled
26707
26708     Signed-off-by: Stefan Roese <sr@denx.de>
26709
26710 commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
26711 Author: Grzegorz Bernacki <gjb@semihalf.com>
26712 Date:   Tue Mar 17 10:06:40 2009 +0100
26713
26714     Add support for the digsy MTC board.
26715
26716     This is the InterControl custom device based on the MPC5200B chip.
26717
26718     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
26719
26720 commit ff7dc067369e30066744f096995aef7d97574d15
26721 Author: Stefan Roese <sr@denx.de>
26722 Date:   Mon Feb 23 16:52:36 2009 +0100
26723
26724     powerpc: Fix compilation warning in board.c
26725
26726     Fix this warning:
26727
26728     board.c: In function 'board_init_r':
26729     board.c:653: warning: unused variable 'i'
26730     board.c:651: warning: unused variable 'e'
26731
26732     Signed-off-by: Stefan Roese <sr@denx.de>
26733
26734 commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
26735 Author: Stefan Roese <sr@denx.de>
26736 Date:   Mon Feb 23 16:42:51 2009 +0100
26737
26738     ppc4xx: Don't write the MAC address into the internal SoC registers
26739
26740     Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
26741     addresses into the SoC registers instead.
26742
26743     Signed-off-by: Stefan Roese <sr@denx.de>
26744
26745 commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
26746 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26747 Date:   Fri Feb 20 10:19:19 2009 +0100
26748
26749     ppc4xx: Use correct io accessors for esd 405/440 boards
26750
26751     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
26752     macros. Also volatile pointer references are replaced by the
26753     new accessors.
26754
26755     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26756     Signed-off-by: Stefan Roese <sr@denx.de>
26757
26758 commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
26759 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26760 Date:   Fri Feb 20 10:19:18 2009 +0100
26761
26762     ppc4xx: Use correct io accessors for esd 405 boards
26763
26764     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
26765     macros. Also volatile pointer references are replaced by the
26766     new accessors.
26767
26768     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26769     Signed-off-by: Stefan Roese <sr@denx.de>
26770
26771 commit a59205d1519375d027f97a545ad642ab20fce6f8
26772 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26773 Date:   Fri Feb 20 10:19:17 2009 +0100
26774
26775     ppc4xx: Cleanup linker scripts of esd 4xx boards
26776
26777     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26778     Signed-off-by: Stefan Roese <sr@denx.de>
26779
26780 commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
26781 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26782 Date:   Fri Feb 20 10:19:16 2009 +0100
26783
26784     ppc4xx: Update TEXT_BASE for DASA_SIM boards
26785
26786     Fix building DASA_SIM boards by increasing U-Boot's size in flash.
26787
26788     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26789     Signed-off-by: Stefan Roese <sr@denx.de>
26790
26791 commit 09db8f4de6805f1dde510c167f20e56a5405d29e
26792 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26793 Date:   Fri Feb 20 10:19:15 2009 +0100
26794
26795     ppc4xx: DU405 maintenance fix
26796
26797     -strip unused features
26798     -fix resetting phy
26799
26800     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26801     Signed-off-by: Stefan Roese <sr@denx.de>
26802
26803 commit 75511b47ac2647be48218dbb93af05b21f404f67
26804 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26805 Date:   Fri Feb 20 10:19:14 2009 +0100
26806
26807     ppc4xx: Abort autoboot only by space key on CPCI405 boards
26808
26809     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26810     Signed-off-by: Stefan Roese <sr@denx.de>
26811
26812 commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
26813 Author: Graeme Russ <graeme.russ@gmail.com>
26814 Date:   Tue Feb 24 21:14:56 2009 +1100
26815
26816     Add basic relocation to i386 port
26817
26818     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
26819
26820 commit 8c63d47651f77d9fb887cad433370b866eb0a193
26821 Author: Graeme Russ <graeme.russ@gmail.com>
26822 Date:   Tue Feb 24 21:14:45 2009 +1100
26823
26824     Implement SC520 timers
26825
26826     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
26827
26828 commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
26829 Author: Graeme Russ <graeme.russ@gmail.com>
26830 Date:   Tue Feb 24 21:14:32 2009 +1100
26831
26832     Factor out SC520 sub-features
26833
26834     Moved sub-features of the SC520 code which is currently selectively compiled
26835     using #ifdef out of sc520.c into individual files selectively compiled via
26836     the makefile
26837
26838     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
26839
26840 commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
26841 Author: Graeme Russ <graeme.russ@gmail.com>
26842 Date:   Tue Feb 24 21:13:40 2009 +1100
26843
26844     Rewrite i386 interrupt handling
26845
26846     Rewrite interrupt handling functionality for the i386 port. Separated
26847     functionality into separate CPU and Architecture components.
26848
26849     It appears as if the i386 interrupt handler functionality was intended
26850     to allow multiple handlers to be installed for a given interrupt.
26851     Unfortunately, this functionality was not fully implemented and also
26852     had the problem that irq_free_handler() does not allow the passing
26853     of the handler function pointer and therefore could never be used to
26854     free specific handlers that had been installed for a given IRQ.
26855
26856     There were also various issues with array bounds not being fully
26857     tested.
26858
26859     I had two objectives in mind for the new implementation:
26860
26861     1) Keep the implementation as similar as possible to existing
26862        implementations. To that end, I have used the leon2/3
26863        implementations as the reference
26864
26865     2) Seperate CPU and Architecture specific elements. All specific i386
26866        interrupt functionality is now in cpu/i386/ with the high level
26867        API and architecture specific code in lib_i386. Functionality
26868        specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
26869        been further split out into an individual file to allow for the
26870        implementation of the PIC architecture of the SC520 CPU (supports
26871        more IRQs)
26872
26873     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
26874
26875 commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
26876 Author: Graeme Russ <graeme.russ@gmail.com>
26877 Date:   Tue Feb 24 21:12:35 2009 +1100
26878
26879     Move ali512x.h
26880
26881     Moved ali512x.h from include/asm-i386/ic/ to /include
26882
26883     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
26884
26885 commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
26886 Author: Graeme Russ <graeme.russ@gmail.com>
26887 Date:   Tue Feb 24 21:12:20 2009 +1100
26888
26889     Rename SC520 Configuration Options
26890
26891     Options are now all uniformly CONFIG_SYS_SC520_<option>
26892
26893     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
26894
26895 commit f62fb99941c625605aa16a0097b396a5c16d2c88
26896 Author: Trent Piepho <xyzzy@speakeasy.org>
26897 Date:   Wed Feb 18 15:22:05 2009 -0800
26898
26899     Fix all linker script to handle all rodata sections
26900
26901     A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
26902     which needs to be added the the linker script.  Instead of just adding this
26903     one section, we use a wildcard ".rodata*" to get all rodata linker section
26904     gcc has now and might add in the future.
26905
26906     However, '*(.rodata*)' by itself will result in sub-optimal section
26907     ordering.  The sections will be sorted by object file, which causes extra
26908     padding between the unaligned rodata.str.1.1 of one object file and the
26909     aligned rodata of the next object file.  This is easy to fix by using the
26910     SORT_BY_ALIGNMENT command.
26911
26912     This patch has not be tested one most of the boards modified.  Some boards
26913     have a linker script that looks something like this:
26914
26915     *(.text)
26916     . = ALIGN(16);
26917     *(.rodata)
26918     *(.rodata.str1.4)
26919     *(.eh_frame)
26920
26921     I change this to:
26922
26923     *(.text)
26924     . = ALIGN(16);
26925     *(.eh_frame)
26926     *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
26927
26928     This means the start of rodata will no longer be 16 bytes aligned.
26929     However, the boundary between text and rodata/eh_frame is still aligned to
26930     16 bytes, which is what I think the real purpose of the ALIGN call is.
26931
26932     Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
26933
26934 commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
26935 Author: Mike Frysinger <vapier@gentoo.org>
26936 Date:   Wed Feb 11 18:26:08 2009 -0500
26937
26938     remove bi_enet*addr from global data for all arches
26939
26940     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26941     CC: Ben Warren <biggerbadderben@gmail.com>
26942     CC: Daniel Hellstrom <daniel@gaisler.com>
26943     CC: Michal Simek <monstr@seznam.cz>
26944     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26945     CC: Scott McNutt <smcnutt@psyent.com>
26946     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26947
26948 commit eb85aa594c1b57a1e3be9689b65171a137a36432
26949 Author: Mike Frysinger <vapier@gentoo.org>
26950 Date:   Wed Feb 11 20:07:19 2009 -0500
26951
26952     ppc: mark global bi_enet*addr as legacy
26953
26954     The environment is the canonical storage location of the mac address, so
26955     we're killing off the global data location and moving everything to
26956     querying the env directly.
26957
26958     In the ppc case, these things are part of the legacy ABI, so keep them
26959     around but mark them as legacy so no new code will touch them.
26960
26961     Also stop calling load_sernum_ethaddr() since all boards now implement
26962     this as a stub.
26963
26964     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26965     CC: Ben Warren <biggerbadderben@gmail.com>
26966
26967 commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
26968 Author: Mike Frysinger <vapier@gentoo.org>
26969 Date:   Wed Feb 11 20:09:52 2009 -0500
26970
26971     boards: get mac address from env and move load_sernum_ethaddr() to board init
26972
26973     The environment is the canonical storage location of the mac address, so
26974     we're killing off the global data location and moving everything to
26975     querying the env directly.
26976
26977     Rather than have common ppc code call a board-specific function like
26978     load_sernum_ethaddr(), have each board call it in its own board-specific
26979     misc_init_r() function.
26980
26981     The boards that get converted here are:
26982         - kup4k/kup4x
26983         - pcs440ep
26984         - tqm8xx
26985
26986     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26987     CC: Ben Warren <biggerbadderben@gmail.com>
26988     CC: Stefan Roese <sr@denx.de>
26989
26990 commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
26991 Author: Mike Frysinger <vapier@gentoo.org>
26992 Date:   Wed Feb 11 19:55:01 2009 -0500
26993
26994     cmc_pu2: get mac address from environment
26995
26996     The environment is the canonical storage location of the mac address, so
26997     we're killing off the global data location and moving everything to
26998     querying the env directly.
26999
27000     Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
27001     handle this board specially in common ARM code.
27002
27003     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27004     CC: Ben Warren <biggerbadderben@gmail.com>
27005
27006 commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
27007 Author: Mike Frysinger <vapier@gentoo.org>
27008 Date:   Mon Feb 16 18:03:14 2009 -0500
27009
27010     boards: move board_get_enetaddr() into board-specific init
27011
27012     The environment is the canonical storage location of the mac address, so
27013     we're killing off the global data location and moving everything to
27014     querying the env directly.
27015
27016     Rather than have the common ppc code have board-specific hooks, move the
27017     board_get_enetaddr() function into the board-specific init functions.
27018
27019     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27020     CC: Ben Warren <biggerbadderben@gmail.com>
27021
27022 commit f11e6ff5b1859d9213f0d501b3309e065f487543
27023 Author: Mike Frysinger <vapier@gentoo.org>
27024 Date:   Wed Feb 11 19:39:55 2009 -0500
27025
27026     arm: get mac address from environment
27027
27028     The environment is the canonical storage location of the mac address, so
27029     we're killing off the global data location and moving everything to
27030     querying the env directly.
27031
27032     Some warts are remaining and should be killed off (by moving the func to
27033     the appropriate board init code):
27034         - davinci_eth_set_mac_addr
27035         - cs8900_get_enetaddr
27036         - smc_set_mac_addr
27037
27038     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27039     CC: Ben Warren <biggerbadderben@gmail.com>
27040
27041 commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
27042 Author: Mike Frysinger <vapier@gentoo.org>
27043 Date:   Wed Feb 11 19:36:20 2009 -0500
27044
27045     nx823: get mac address from environment
27046
27047     The environment is the canonical storage location of the mac address, so
27048     we're killing off the global data location and moving everything to
27049     querying the env directly.
27050
27051     For the nx823, the serial number is moved out of load_sernum_ethaddr() and
27052     into misc_init_r() as is the env setup.  This lets us kill off the former
27053     function in the process.
27054
27055     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27056     CC: Ben Warren <biggerbadderben@gmail.com>
27057
27058 commit 19b5b533ccd522abeb501d510750693c35e20456
27059 Author: Mike Frysinger <vapier@gentoo.org>
27060 Date:   Wed Feb 11 18:27:18 2009 -0500
27061
27062     lib_*/board.c: do not initialize bi_enet*addr in global data
27063
27064     Since everyone is using the environment for mac address storage, there is
27065     no point in seeding the global data.
27066
27067     The arches that are converted here:
27068         i386
27069         m68k
27070         microblaze
27071         mips
27072         nios
27073         nios2
27074         sh
27075         sparc
27076
27077     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27078     CC: Ben Warren <biggerbadderben@gmail.com>
27079     CC: Daniel Hellstrom <daniel@gaisler.com>
27080     CC: Michal Simek <monstr@seznam.cz>
27081     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27082     CC: Scott McNutt <smcnutt@psyent.com>
27083     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27084
27085 commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
27086 Author: Mike Frysinger <vapier@gentoo.org>
27087 Date:   Wed Feb 11 19:19:54 2009 -0500
27088
27089     npe: get mac address from environment
27090
27091     The environment is the canonical storage location of the mac address, so
27092     we're killing off the global data location and moving everything to
27093     querying the env directly.
27094
27095     The resulting code can also be simplified even further.
27096
27097     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27098     CC: Stefan Roese <sr@denx.de>
27099     CC: Ben Warren <biggerbadderben@gmail.com>
27100
27101 commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
27102 Author: Mike Frysinger <vapier@gentoo.org>
27103 Date:   Wed Feb 11 19:18:41 2009 -0500
27104
27105     cpu/: get mac address from environment
27106
27107     The environment is the canonical storage location of the mac address, so
27108     we're killing off the global data location and moving everything to
27109     querying the env directly.
27110
27111     The cpus that get converted here:
27112         at91rm9200
27113         mpc512x
27114         mpc5xxx
27115         mpc8260
27116         mpc8xx
27117         ppc4xx
27118
27119     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27120     CC: Ben Warren <biggerbadderben@gmail.com>
27121     CC: John Rigby <jrigby@freescale.com>
27122     CC: Stefan Roese <sr@denx.de>
27123
27124 commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
27125 Author: Mike Frysinger <vapier@gentoo.org>
27126 Date:   Wed Feb 11 19:09:54 2009 -0500
27127
27128     lan91c96/smc91111/smc911x: get mac address from environment
27129
27130     The environment is the canonical storage location of the mac address, so
27131     we're killing off the global data location and moving everything to
27132     querying the env directly.
27133
27134     Also, do not bother checking the EEPROM if the env is setup.  This
27135     simplifies the code greatly.
27136
27137     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27138     Signed-off-by: Wolfgang Dnek <wd@denx.de>
27139     CC: Ben Warren <biggerbadderben@gmail.com>
27140     CC: Rolf Offermanns <rof@sysgo.de>
27141     CC: Erik Stahlman <erik@vt.edu>
27142     CC: Daris A Nevil <dnevil@snmc.com>
27143     CC: Sascha Hauer <s.hauer@pengutronix.de>
27144
27145 commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
27146 Author: Mike Frysinger <vapier@gentoo.org>
27147 Date:   Wed Feb 11 19:14:09 2009 -0500
27148
27149     sh_eth: get mac address from environment
27150
27151     The environment is the canonical storage location of the mac address, so
27152     we're killing off the global data location and moving everything to
27153     querying the env directly.
27154
27155     The sh_eth driver can also be simplified a bit by using enetaddr member of
27156     the eth_device structure.
27157
27158     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27159     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27160     CC: Carlos Munoz <carlos@kenati.com>
27161     CC: Ben Warren <biggerbadderben@gmail.com>
27162
27163 commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
27164 Author: Mike Frysinger <vapier@gentoo.org>
27165 Date:   Wed Feb 11 19:06:09 2009 -0500
27166
27167     cs8900: get mac address from environment
27168
27169     The environment is the canonical storage location of the mac address, so
27170     we're killing off the global data location and moving everything to
27171     querying the env directly.
27172
27173     The cs8900 driver also changes slightly in that the hardware is not
27174     consulted if the mac address in the env is sane.
27175
27176     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27177     CC: Marius Groeger <mgroeger@sysgo.de>
27178     CC: Ben Warren <biggerbadderben@gmail.com>
27179
27180 commit c4b8762f11d337e6a9d90c227b2871d65d372469
27181 Author: Mike Frysinger <vapier@gentoo.org>
27182 Date:   Wed Feb 11 19:04:25 2009 -0500
27183
27184     bcm570x: get mac address from environment
27185
27186     The environment is the canonical storage location of the mac address, so
27187     we're killing off the global data location and moving everything to
27188     querying the env directly.
27189
27190     Since the address is in the PLM_DEVICE_BLOCK structure already, there is
27191     no need to pass the NodeAddress as a second parameter.  So drop the second
27192     argument to the LM_SetMacAddress() function (and update the tigon3 driver
27193     accordingly).
27194
27195     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27196     CC: Ben Warren <biggerbadderben@gmail.com>
27197
27198 commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
27199 Author: Mike Frysinger <vapier@gentoo.org>
27200 Date:   Wed Feb 11 19:01:26 2009 -0500
27201
27202     drivers/net/: get mac address from environment
27203
27204     The environment is the canonical storage location of the mac address, so
27205     we're killing off the global data location and moving everything to
27206     querying the env directly.
27207
27208     The drivers that get converted here:
27209         3c589
27210         4xx_enet
27211         dc2114x
27212         dm9000x
27213         enc28j60
27214         fsl_mcdmafec
27215         ks8695eth
27216         mcffec
27217         rtl8019
27218         rtl8169
27219         s3c4510b_eth
27220         xilinx_emac
27221         xilinx_emaclite
27222
27223     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27224     CC: Ben Warren <biggerbadderben@gmail.com>
27225     CC: Rolf Offermanns <rof@sysgo.de>
27226     CC: Stefan Roese <sr@denx.de>
27227     CC: Sascha Hauer <saschahauer@web.de>
27228     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27229     CC: Greg Ungerer <greg.ungerer@opengear.com>
27230     CC: Xue Ligong <lgxue@hotmail.com>
27231     CC: Masami Komiya <mkomiya@sonare.it>
27232     CC: Curt Brune <curt@cucy.com>
27233     CC: Michal SIMEK <monstr@monstr.eu>
27234
27235 commit b6b4625d175019e387e5b0f65a17322a78f6bb90
27236 Author: Mike Frysinger <vapier@gentoo.org>
27237 Date:   Wed Feb 11 18:38:38 2009 -0500
27238
27239     boards: get mac address from environment
27240
27241     The boards that get converted here to use the environment for the mac
27242     address rather than global data:
27243         debris
27244         mgcoge
27245         mgsuvd
27246         muas3001
27247         netstal
27248         pn62
27249         sixnet
27250         vcma9
27251         xilinx (the ones that use xilinx_enet)
27252
27253     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27254     CC: Ben Warren <biggerbadderben@gmail.com>
27255     CC: Sangmoon Kim <dogoil@etinsys.com>
27256     CC: Heiko Schocher <hs@denx.de>
27257     CC: David Mueller <d.mueller@elsoft.ch>
27258     CC: Niklaus Giger <niklaus.giger@netstal.com>
27259     CC: Wolfgang Grandegger <wg@denx.de>
27260     CC: Dave Ellis <DGE@sixnetio.com>
27261     CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
27262
27263 commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
27264 Author: Mike Frysinger <vapier@gentoo.org>
27265 Date:   Wed Feb 11 18:36:45 2009 -0500
27266
27267     AmigaOneG3SE/enet: get mac address from environment
27268
27269     Always use the MAC address that is stored in the environment first before
27270     falling back to the ROM.  This also cuts out any comparison steps: if the
27271     mac in the env is sane, the ROM is never consulted.
27272
27273     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27274     CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
27275     CC: Ben Warren <biggerbadderben@gmail.com>
27276
27277 commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
27278 Author: Mike Frysinger <vapier@gentoo.org>
27279 Date:   Wed Feb 11 18:52:38 2009 -0500
27280
27281     nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
27282
27283     Since the ethernet layer handles updating of device addresses itself from
27284     the environment, there is no point in calling eth_set_enetaddr().
27285
27286     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27287     CC: Ben Warren <biggerbadderben@gmail.com>
27288
27289 commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
27290 Author: Mike Frysinger <vapier@gentoo.org>
27291 Date:   Wed Feb 11 18:54:07 2009 -0500
27292
27293     lynxkdi: get mac address from environment
27294
27295     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27296     CC: Ben Warren <biggerbadderben@gmail.com>
27297
27298 commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
27299 Author: Mike Frysinger <vapier@gentoo.org>
27300 Date:   Wed Feb 11 18:51:43 2009 -0500
27301
27302     bootvx: get mac address from environment
27303
27304     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27305     CC: Niklaus Giger <niklaus.giger@member.fsf.org>
27306     CC: Ben Warren <biggerbadderben@gmail.com>
27307
27308 commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
27309 Author: Mike Frysinger <vapier@gentoo.org>
27310 Date:   Wed Feb 11 18:50:10 2009 -0500
27311
27312     bdinfo: get mac address from environment
27313
27314     Add a new print_eth() function to automate the eth*addr env var acquisition
27315     and display.  Affects all arches.
27316
27317     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27318     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27319     CC: Scott McNutt <smcnutt@psyent.com>
27320     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27321     CC: Michal Simek <monstr@seznam.cz>
27322     CC: Daniel Hellstrom <daniel@gaisler.com>
27323     CC: Ben Warren <biggerbadderben@gmail.com>
27324
27325 commit 95823ca0773356860e622ee3304a4b7cafcbf19a
27326 Author: Mike Frysinger <vapier@gentoo.org>
27327 Date:   Wed Feb 11 18:23:48 2009 -0500
27328
27329     net: get mac address from environment and use eth util funcs
27330
27331     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27332     CC: Ben Warren <biggerbadderben@gmail.com>
27333
27334 commit 500b6c51e4c41f4562cb48344af98deb7e342731
27335 Author: Mike Frysinger <vapier@gentoo.org>
27336 Date:   Mon Oct 13 15:06:25 2008 -0400
27337
27338     Blackfin: bfin_mac: force boards to setup the MAC themselves
27339
27340     Since the on-chip MAC does not have an eeprom or similar interface, force
27341     all Blackfin boards that use this driver to setup the board data with a
27342     proper MAC.
27343
27344     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27345     CC: Ben Warren <biggerbadderben@gmail.com>
27346
27347 commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
27348 Author: Mike Frysinger <vapier@gentoo.org>
27349 Date:   Wed Feb 11 14:12:34 2009 -0500
27350
27351     doc/README.enetaddr: document proper MAC usage
27352
27353     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27354     CC: Ben Warren <biggerbadderben@gmail.com>
27355
27356 commit 3f6e6993e92fd0658da1746d1c84644612ee520b
27357 Author: Mike Frysinger <vapier@gentoo.org>
27358 Date:   Thu Jan 29 19:43:44 2009 -0500
27359
27360     net: new utility functions for working with enetaddr's
27361
27362     Declare new utility functions for converting between the environment
27363     variables (eth*addr) and the binary MAC address representation.  This way
27364     we can unify all the random places that already do this kind of thing.
27365
27366     The functions in question:
27367         eth_parse_enetaddr - "..." -> {...}
27368         eth_getenv_enetaddr - env -> {...}
27369         eth_setenv_enetaddr - {...} -> env
27370
27371     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27372     CC: Ben Warren <biggerbadderben@gmail.com>
27373
27374 commit b6446b67758ea1e41223f0782924bb73fd0a89d0
27375 Author: Mike Frysinger <vapier@gentoo.org>
27376 Date:   Tue Feb 17 00:00:53 2009 -0500
27377
27378     convert print_IPaddr() to %pI4
27379
27380     Now that our printf functions support the %pI4 modifier like the kernel,
27381     let's drop the inflexible print_IPaddr() function and covert over to the
27382     %pI4 modifier.
27383
27384     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27385     CC: Ben Warren <biggerbadderben@gmail.com>
27386
27387 commit 6c6166f52983dac775e3852f9d0f49d033f27108
27388 Author: Mike Frysinger <vapier@gentoo.org>
27389 Date:   Mon Feb 16 23:21:36 2009 -0500
27390
27391     vsprintf: pull updates from Linux kernel
27392
27393     This brings in support for the %p modifier which allows us to easily print
27394     out things like ip addresses, mac addresses, and pointers.
27395
27396     It also converts the rarely used 'q' length modifier to the common 'L'
27397     modifier when dealing with quad types.
27398
27399     While this new code is a bit larger (~1k .text), most of it should be made
27400     up by converting the existing ip/mac address code to use format modifiers.
27401
27402     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27403
27404 commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
27405 Author: Jon Smirl <jonsmirl@gmail.com>
27406 Date:   Thu Mar 19 23:04:18 2009 -0400
27407
27408     .gitignore for generated files in api_examples directory
27409
27410     Add .gitignore for generated files in api_examples directory
27411
27412     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
27413     Signed-off-by: Wolfgang Denk <wd@denx.de>
27414
27415 commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
27416 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27417 Date:   Wed Mar 18 12:27:04 2009 +0900
27418
27419     net: sh_eth: Remove sh_eth_reset() from halt function
27420
27421     sh_eth_reset is function to reset Ether IP.
27422     The MAC address is stored in IP, but it is initialized by this function.
27423     OS (e.g. Linux Kernel) can not use this device when initialized.
27424     This revises this problem.
27425
27426     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27427
27428 commit f8853d105da7d69bc92a5b4578f9b85234e558ec
27429 Author: Anatolij Gustschin <agust@denx.de>
27430 Date:   Fri Mar 20 12:45:50 2009 +0100
27431
27432     ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
27433
27434     PCI outbound address map configuration doesn't match the
27435     PCI memory address range covered by appropriate TLB entry
27436     configuration for canyonlands causing machine check
27437     exceptions while accessing PCI memory regions. This patch
27438     provides a fix for this issue.
27439
27440     Kazuaki Ichinohe observed and reported this issue while
27441     testing display output with PCI ATI video card on canyonlands.
27442
27443     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27444     Signed-off-by: Stefan Roese <sr@denx.de>
27445
27446 commit 7a88601a34132548c3c591ea87ab3468b51121b0
27447 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
27448 Date:   Fri Mar 6 10:09:37 2009 -0500
27449
27450     CFI: geometry reversal for STMicro M29W320DT
27451
27452     Follow up to the flash_fixup_stm to fix geometry reversal
27453     on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
27454
27455     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
27456     Signed-off-by: Stefan Roese <sr@denx.de>
27457
27458 commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
27459 Author: Mike Frysinger <vapier@gentoo.org>
27460 Date:   Wed Feb 25 17:29:40 2009 -0500
27461
27462     smc911x_eeprom: update register API
27463
27464     The smc911x driver changed the naming convention for its register funcs,
27465     so update the eeprom code accordingly.
27466
27467     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27468     CC: Ben Warren <biggerbadderben@gmail.com>
27469
27470 commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
27471 Author: Grzegorz Bernacki <gjb@semihalf.com>
27472 Date:   Tue Mar 17 10:06:39 2009 +0100
27473
27474     mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
27475
27476     Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
27477     To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
27478     define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
27479     Total5200 and will be used by digsy MTC and other boards with
27480     ATA CS on I2C pins.
27481
27482     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
27483
27484 commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
27485 Author: Heiko Schocher <hs@denx.de>
27486 Date:   Thu Mar 12 07:37:34 2009 +0100
27487
27488     8xx: add support for new keymile kmsupx4 board.
27489
27490     This patch adds support for the kmsupx4 board from Keymile,
27491     based on a Freescale MPC852T CPU
27492
27493     - serial console on SMC1
27494     - 32 MB SDRAM
27495     - 32 MB NOR Flash
27496     - Ethernet over SCC3
27497     - I2C Bitbang
27498
27499     Signed-off-by: Heiko Schocher <hs@denx.de>
27500
27501 commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
27502 Author: Heiko Schocher <hs@denx.de>
27503 Date:   Thu Mar 12 07:37:28 2009 +0100
27504
27505     8xx, mgsuvd: rename board to a more generic name
27506
27507     renaming the "mgsuvd" board port into "km8xx", because
27508     there come more similar boards from keymile.
27509     Compiling the mgsuvd board with "make mgsuvd_config"
27510     remains.
27511
27512     Signed-off-by: Heiko Schocher <hs@denx.de>
27513
27514 commit 18b2f35bde1672e074a3d5048383cb56fda745cb
27515 Author: Heiko Schocher <hs@denx.de>
27516 Date:   Thu Mar 12 07:37:23 2009 +0100
27517
27518     8xx, mgsuvd: Coding Style cleanup config file
27519
27520     Signed-off-by: Heiko Schocher <hs@denx.de>
27521
27522 commit 364123db6730d32330f818b65360d2cd27396667
27523 Author: Heiko Schocher <hs@denx.de>
27524 Date:   Thu Mar 12 07:37:18 2009 +0100
27525
27526     powerpc: common updates for keymile boards
27527
27528     - added to keymile-common.h:
27529       - bootcount support
27530       - COMMAND HISTORY
27531       - CONFIG_AUTO_COMPLETE
27532       - CONFIG_SYS_FLASH_PROTECTION
27533       - JFFS2 support
27534       - CONFIG_VERSION_VARIABLE
27535     - extracted common I2C settings for all boards
27536     - common default environment settings summarized
27537
27538     Signed-off-by: Heiko Schocher <hs@denx.de>
27539
27540 commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
27541 Author: Heiko Schocher <hs@denx.de>
27542 Date:   Thu Mar 12 07:37:15 2009 +0100
27543
27544     8xx, icache: enabling ICache not before running from RAM
27545
27546     with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
27547     is not enabled before code runs from RAM.
27548
27549     Signed-off-by: Heiko Schocher <hs@denx.de>
27550
27551 commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
27552 Author: Heiko Schocher <hs@denx.de>
27553 Date:   Thu Mar 12 07:37:11 2009 +0100
27554
27555     82xx, mgcoge: fix environment sector size
27556
27557     Size of one environment sector is 0x20000.
27558
27559     Signed-off-by: Heiko Schocher <hs@denx.de>
27560
27561 commit 27057d416c7cc9eb1860953da8836352c07f13e9
27562 Author: Ladislav Michl <ladis@linux-mips.org>
27563 Date:   Mon Mar 16 23:27:31 2009 +0100
27564
27565     NetStar: config reindentation
27566
27567     Fix indentation broken by symbol renames. "Sort" driver related definitons.
27568
27569     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
27570
27571 commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
27572 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27573 Date:   Tue Mar 17 11:21:43 2009 +0000
27574
27575     ColdFire: Fix incorrect definition
27576
27577     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27578
27579 commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
27580 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27581 Date:   Mon Mar 2 19:16:45 2009 +0000
27582
27583     ColdFire: Fix M5329EVB and M5373EVB nand issue
27584
27585     The Nand flash was unable to read and write properly
27586     due to Nand Chip Select (nCE) setup was in reverse
27587     order. Also, increase the Nand time out value to 60.
27588
27589     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27590
27591 commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
27592 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27593 Date:   Tue Jan 27 15:19:35 2009 +0000
27594
27595     ColdFire: PLATFORM_CPPFLAGS updates for new compiler
27596
27597     Update PLATFORM_CPPFLAGS to accept 4.3.x version of
27598     ColdFire compiler.
27599
27600     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27601
27602 commit d6e4baf49987fc6f75e8574c0c27301a828b3132
27603 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27604 Date:   Tue Jan 27 12:57:47 2009 +0000
27605
27606     ColdFire: Provide gzip image size V2 & V3 platforms
27607
27608     Default gzip bootm size is 8MB. Some platforms require
27609     more than 8MB
27610
27611     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27612
27613 commit c3a9e6374210679a81f611c1bcf968988bc20e41
27614 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27615 Date:   Wed Feb 18 11:49:31 2009 +0000
27616
27617     ColdFire: Fix M54451 serial boot dram setup
27618
27619     The serial boot dram extended/standard mode register was not
27620     setup and was using default DRAM setup causing the U-boot was
27621     unstable to boot up in serial mode.
27622
27623     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27624
27625 commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
27626 Author: arun c <arun.edarath@gmail.com>
27627 Date:   Thu Dec 4 15:57:15 2008 +0530
27628
27629     Coldfire: XL Bus minor fixes
27630
27631     According to coldfire manual data timeout > address time out
27632     also use correct macro to program XARB_CFG
27633
27634     Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
27635
27636 commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
27637 Author: Scott Wood <scottwood@freescale.com>
27638 Date:   Tue Mar 17 12:06:04 2009 -0500
27639
27640     NAND: Have nboot accept .e and .i as legacy no-ops.
27641
27642     This was intended to happen before, but a trivial bug prevented it.
27643
27644     Signed-off-by: Scott Wood <scottwood@freescale.com>
27645
27646 commit 0987505540918b2464b73069af3a5b766dbd3ceb
27647 Author: Ladislav Michl <ladis@linux-mips.org>
27648 Date:   Fri Mar 13 14:38:19 2009 +0100
27649
27650     NAND: Make nboot skip bad blocks
27651
27652     nboot command currently does not skip bad blocks and gives read error when
27653     loading image stored over bad block. With patch applied, nboot works as
27654     expected:
27655
27656     Device 0 bad blocks:
27657       00780000
27658       014a0000
27659       02000000
27660       02cc0000
27661       04aa0000
27662
27663     Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
27664        Image Name:   Linux-2.6.22-omap1
27665        Created:      2008-11-20  23:44:32 UTC
27666        Image Type:   ARM Linux Kernel Image (uncompressed)
27667        Data Size:    1052520 Bytes =  1 MB
27668        Load Address: 10008000
27669        Entry Point:  10008000
27670     Skipping bad block 0x02cc0000
27671     Automatic boot of image at addr 0x10400000 ...
27672     ...
27673
27674     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
27675     Signed-off-by: Scott Wood <scottwood@freescale.com>
27676
27677 commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
27678 Author: Stefan Roese <sr@denx.de>
27679 Date:   Thu Mar 12 07:27:25 2009 +0100
27680
27681     ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
27682
27683     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
27684     the DDR2 configuration to only use one CS (rank). As this code is most
27685     likely copied from the original Sequoia version, this error was copied
27686     as well.
27687
27688     This patch also removes some dead code.
27689
27690     Signed-off-by: Stefan Roese <sr@denx.de>
27691
27692 commit 9199b9cc8f56aca26504b48cf702176208f46e54
27693 Author: Stefan Roese <sr@denx.de>
27694 Date:   Thu Mar 12 07:24:40 2009 +0100
27695
27696     ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
27697
27698     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
27699     the DDR2 configuration to only use one CS (rank). As this code is most
27700     likely copied from the original Sequoia version, this error was copied
27701     as well.
27702
27703     Signed-off-by: Stefan Roese <sr@denx.de>
27704
27705 commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
27706 Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
27707 Date:   Wed Mar 11 10:54:46 2009 +0200
27708
27709     Fix AMCC Sequoia board DDR memory configuration
27710
27711     Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
27712     specifies that BankSel#1 is not connected, while bootloader memory
27713     configuration is (board/amcc/sequoia/sdram.c):
27714            mtsdram(DDR0_10, 0x00000300);
27715     i.e. both Chip Selects used - not correct.
27716
27717     If we change to correct value here:
27718            mtsdram(DDR0_10, 0x00000100);
27719     memory is accessible OK also.
27720
27721     Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
27722     Signed-off-by: Stefan Roese <sr@denx.de>
27723
27724 commit b3dd629e78870ba2dc9f8032978721c0fa02a856
27725 Author: Wolfgang Denk <wd@denx.de>
27726 Date:   Sun Mar 15 22:40:09 2009 +0100
27727
27728     Prepare 2009.03-rc2
27729
27730     Update CHANEGLOG, fix minor coding style issue.
27731
27732     Signed-off-by: Wolfgang Denk <wd@denx.de>
27733
27734 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
27735 Author: Jerry Van Baren <gvb.uboot@gmail.com>
27736 Date:   Fri Mar 13 11:40:10 2009 -0400
27737
27738     mpc83xx: Add bank configuration to FSL spd_sdram.c
27739
27740     The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
27741     bank SDRAMs.
27742
27743     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27744     Acked-by: Dave Liu <daveliu@freescale.com>
27745     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27746
27747 commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
27748 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
27749 Date:   Fri Mar 13 08:58:14 2009 +0100
27750
27751     mpc83xx: correctly set encryption and I2C bus 0 clock
27752
27753     This patch makes sure the correct mask is applied when setting
27754     the encryption and I2C bus 0 clock in SCCR.
27755     Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
27756     won't function.
27757
27758     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
27759     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27760
27761 commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
27762 Author: Dirk Behme <dirk.behme@googlemail.com>
27763 Date:   Thu Mar 12 19:30:50 2009 +0100
27764
27765     OMAP3: Add support for OMAP3 die ID
27766
27767     Read and store OMAP3 die ID in U-Boot environment.
27768
27769     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
27770
27771 commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
27772 Author: Jon Smirl <jonsmirl@gmail.com>
27773 Date:   Wed Mar 11 15:08:56 2009 -0400
27774
27775     MPC5200 FEC MII speed register
27776
27777     Set a non-zero speed in the MII register so that MII commands will work.
27778
27779     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
27780
27781 commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
27782 Author: Yusuke.Goda <goda.yusuke@renesas.com>
27783 Date:   Fri Mar 13 16:08:18 2009 +0900
27784
27785     sh: ap325rxa: Change the wait cycle in the area 5
27786
27787     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
27788     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27789
27790 commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
27791 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27792 Date:   Wed Feb 25 16:04:26 2009 +0900
27793
27794     sh: Fix cannot work rtl8139 on r2dplus
27795
27796     The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
27797     registration.
27798
27799     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27800     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27801
27802 commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
27803 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27804 Date:   Fri Feb 27 18:35:41 2009 +0900
27805
27806     sh: Add netdev header fixing of warning/build
27807
27808     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27809     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27810
27811 commit ada9318252f51c2626e9837c623f9812b0308dea
27812 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27813 Date:   Tue Mar 3 15:11:17 2009 +0900
27814
27815     sh: Add support 32-Bit Extended Address Mode to sh7785lcr
27816
27817     We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
27818     for this mode. This command changes PMB for using 512MB system memory.
27819
27820     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27821     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27822
27823 commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
27824 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27825 Date:   Wed Feb 25 14:26:42 2009 +0900
27826
27827     sh: Add some register value configurable to PCI of SH7780
27828
27829     Some register value was hardcoded for System memory size 128MB and
27830     memory offset 0x08000000. This patch fixed the problem.
27831
27832     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27833     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27834
27835 commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
27836 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27837 Date:   Wed Feb 25 14:26:52 2009 +0900
27838
27839     sh: Add system memory registration to PCI for SH4
27840
27841     It is necessary for some pci device driver.
27842
27843     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27844     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27845
27846 commit b3061b40db691245a7bb9a55354b4edacbf3902d
27847 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27848 Date:   Wed Feb 25 14:26:55 2009 +0900
27849
27850     sh: Add value for PCI system memory registration of sh7785lcr
27851
27852     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27853     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27854
27855 commit 6d84ae3956a6cd7aebd86f661130752594e60124
27856 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27857 Date:   Tue Mar 3 15:11:08 2009 +0900
27858
27859     sh: Add macros for SH-4A 32-Bit Address Extended Mode
27860
27861     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27862     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27863
27864 commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
27865 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27866 Date:   Tue Feb 3 13:35:05 2009 +0900
27867
27868     sh: use write{8,16,32} in ms7720se lowlevel_init
27869
27870     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27871     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27872
27873 commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
27874 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
27875 Date:   Mon Mar 9 18:07:53 2009 -0500
27876
27877     tsec: report when there is no vendor specific PHY support
27878
27879     Commit af1c2b84 added a generic phy support, with an ID of zero
27880     and a 32 bit mask; meaning that it will match on any PHY ID.
27881
27882     The problem is that there is a test that checked if a matching
27883     PHY was found, and if not, it printed the non-matching ID.
27884     But since there will always be a match (on the generic PHY,
27885     worst case), this test will never trip.
27886
27887     In the case of a misconfigured PHY address, or of a PHY that
27888     isn't explicitly supported outside of the generic support,
27889     you will never see the ID of 0xffffffff, or the ID of the
27890     real (but unsupported) chip.  It will silently fall through
27891     onto the generic support.
27892
27893     This change makes that test useful again, and ensures that
27894     the selection of generic PHY support doesn't happen without
27895     some sort of notice.  It also makes it explicitly clear that
27896     the generic PHY must be last in the PHY table.
27897
27898     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
27899     Acked-by: Andy Fleming <afleming@freescale.com>
27900
27901 commit c279dfc10186ceba78d3862036f158750e86599a
27902 Author: Wolfgang Denk <wd@denx.de>
27903 Date:   Mon Mar 9 10:53:05 2009 +0100
27904
27905     SIMPC8313 board: fix out of tree building.
27906
27907     Fix typo in makefile which broke out of tree builds.
27908
27909     Also use expolicit "rm" instead of "ln -sf" which is known to be
27910     unreliable.
27911
27912     Signed-off-by: Wolfgang Denk <wd@denx.de>
27913     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27914
27915 commit 49b5aff491bd574935ecaf8545152066a25eff3d
27916 Author: ksi@koi8.net <ksi@koi8.net>
27917 Date:   Mon Feb 23 10:53:13 2009 -0800
27918
27919     Add eTSEC 1/2 IO override control (corrected)
27920
27921     This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
27922
27923     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
27924
27925 commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
27926 Author: Andy Fleming <afleming@freescale.com>
27927 Date:   Fri Mar 6 19:05:52 2009 -0600
27928
27929     fsl: Remove unnecessary debug printfs
27930
27931     These were left in accidentally, and are not really useful unless the
27932     code is as broken as it was when it was being developed.
27933
27934     Signed-off-by: Andy Fleming <afleming@freescale.com>
27935
27936 commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
27937 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27938 Date:   Tue Feb 24 02:37:59 2009 -0600
27939
27940     Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
27941
27942     Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
27943     sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
27944
27945     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27946
27947 commit a922fdb87af25c25c032424908dcf60fbf3250ea
27948 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27949 Date:   Tue Feb 24 06:13:10 2009 +0100
27950
27951     PXA: timer use do_div and simplify it
27952
27953     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27954
27955 commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
27956 Author: Wolfgang Denk <wd@denx.de>
27957 Date:   Mon Mar 9 10:51:39 2009 +0100
27958
27959     SIMPC8313 board: fix out of tree building.
27960
27961     Fix typo in makefile which broke out of tree builds.
27962
27963     Also use expolicit "rm" instead of "ln -sf" which is known to be
27964     unreliable.
27965
27966     Signed-off-by: Wolfgang Denk <wd@denx.de>
27967
27968 commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
27969 Author: Heiko Schocher <hs@denx.de>
27970 Date:   Tue Feb 24 11:30:51 2009 +0100
27971
27972     8360, kmeter1: added bootcount feature.
27973
27974     add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
27975
27976     The bootcounter uses 8 bytes from the muram,
27977     because no other memory was found on this
27978     CPU for the bootcount feature. So we must
27979     correct the muram size in DTS before booting
27980     Linux.
27981
27982     This feature is actual only implemented for
27983     MPC8360, because not all 83xx CPU have qe,
27984     and therefore no muram, which this feature
27985     uses.
27986
27987     Signed-off-by: Heiko Schocher <hs@denx.de>
27988     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27989
27990 commit 1e7ed2565031e01abc18c713030a0a9829c07684
27991 Author: Heiko Schocher <hs@denx.de>
27992 Date:   Tue Feb 24 11:30:48 2009 +0100
27993
27994     83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
27995
27996     old code implemented the QE_ENET10 errata only for Silicon
27997     Revision 2.0. New code reads now the Silicon Revision
27998     register and sets dependend on the Silicon Revision the
27999     values as advised in the QE_ENET10 errata.
28000
28001     Signed-off-by: Heiko Schocher <hs@denx.de>
28002     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28003
28004 commit 605f78e34a3f0103693b891f2573edd352e7d495
28005 Author: Heiko Schocher <hs@denx.de>
28006 Date:   Tue Feb 24 11:30:44 2009 +0100
28007
28008     83xx, kmeter1: updates for 2009.03
28009
28010     - HRCW update
28011       HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
28012       HRCWH_LALE_EARLY added
28013     - DDR-SDRAM settings modified. This solves sporadically
28014       problems with this memory.
28015     - CS1 now 128 MB window size
28016     - CS3 now 512 MB window size
28017     - PRAM activated
28018     - MTDPARTS_DEFAULT defined
28019     - CONFIG_HOSTNAME added
28020     - MONITOR_LEN now 384 KB
28021
28022     Signed-off-by: Heiko Schocher <hs@denx.de>
28023     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28024
28025 commit 118cbe3c35c898f8d020b29d6dc180307cacf147
28026 Author: Heiko Schocher <hs@denx.de>
28027 Date:   Tue Feb 24 11:30:40 2009 +0100
28028
28029     83xx, kmeter1: autodetect size of DDR II RAM
28030
28031     it is possible that some board variants have different DDR II
28032     RAM sizes. So we autodetect the size of the assembled RAM.
28033
28034     Signed-off-by: Heiko Schocher <hs@denx.de>
28035     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28036
28037 commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
28038 Author: Heiko Schocher <hs@denx.de>
28039 Date:   Tue Feb 24 11:30:37 2009 +0100
28040
28041     83xx, i2c: add mux support for fsl_i2c
28042
28043     This patch adds I2C mux support for the fsl_i2c driver. This
28044     allows you to add "new" i2c busses, which are reached over
28045     i2c muxes. For more infos, please look in the README and
28046     search for CONFIG_I2C_MUX.
28047
28048     Signed-off-by: Heiko Schocher <hs@denx.de>
28049     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28050
28051 commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
28052 Author: Heiko Schocher <hs@denx.de>
28053 Date:   Tue Feb 24 11:30:34 2009 +0100
28054
28055     83xx, kmeter1: add I2C, dtt, eeprom support
28056
28057     This patch adds I2C support for the Keymile kmeter1 board.
28058     It uses the First I2C Controller from the CPU, for
28059     accessing 4 temperature sensors, an eeprom with IVM data
28060     and the booteeprom over a pca9547 mux.
28061
28062     Signed-off-by: Heiko Schocher <hs@denx.de>
28063     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28064
28065 commit db1d72afd77287bc8577210f3f71ab249dcf146f
28066 Author: Heiko Schocher <hs@denx.de>
28067 Date:   Tue Feb 24 11:30:30 2009 +0100
28068
28069     i2c, dtt: move dtt_init () to board_init_r ()
28070
28071     In case where a board not uses CONFIG_POST, it is not
28072     necessary to init the DTTs when running from flash.
28073
28074     Signed-off-by: Heiko Schocher <hs@denx.de>
28075     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28076
28077 commit 5b0055547f0246908b79cc300170d87380b69e18
28078 Author: Dave Liu <daveliu@freescale.com>
28079 Date:   Wed Feb 25 12:31:32 2009 +0800
28080
28081     83xx: Fix some bugs in spd sdram code
28082
28083     1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
28084       tRTP according to DDR2 JEDEC spec.
28085     2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
28086     3. add the support of DDR2-533,667,800 DIMMs
28087     4. cpo
28088     5. make the AL to min to gain better performance.
28089
28090     The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
28091     MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
28092
28093     items 1, 2 and 5:
28094     Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
28095
28096     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
28097     Signed-off-by: Dave Liu <daveliu@freescale.com>
28098     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28099
28100 commit b7be63abec45858c044f0fbd6aeef524c4663f9b
28101 Author: Valeriy Glushkov <gvv@lstec.com>
28102 Date:   Wed Feb 4 18:27:49 2009 +0200
28103
28104     MPC8349ITX: several config issues fixed
28105
28106     The previous version rebooted forever with DDR bigger than 256MB.
28107     Access the DS1339 RTC chip is on I2C1 bus.
28108     Allow DHCP.
28109
28110     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
28111     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28112
28113 commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
28114 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28115 Date:   Thu Feb 19 18:20:39 2009 +0300
28116
28117     mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
28118
28119     The SerDes initialization should be finished before negating the reset
28120     signal according to the reference manual. This isn't an issue on real
28121     hardware, but we'd better stick to the specifications anyway.
28122
28123     Suggested-by: Liu Dave <DaveLiu@freescale.com>
28124     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28125     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28126
28127 commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
28128 Author: Heiko Schocher <hs@denx.de>
28129 Date:   Wed Feb 25 12:28:32 2009 +0100
28130
28131     i2c, dtt: move dtt_init () to board_init_r ()
28132
28133     it is not necessary to init the DTTs so early,
28134     so move this init to board_init_r ().
28135
28136     Signed-off-by: Heiko Schocher <hs@denx.de>
28137
28138 commit 00cc5595a7caac8066b408774383a956c2e26797
28139 Author: Anatolij Gustschin <agust@denx.de>
28140 Date:   Wed Feb 25 20:28:13 2009 +0100
28141
28142     lcd: Fix compilation warning in common/lcd.c
28143
28144     Fix following warning while compilation for mcc200 board:
28145
28146     lcd.c: In function 'lcd_display_bitmap':
28147     lcd.c:625: warning: unused variable 'cmap'
28148
28149     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28150
28151 commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
28152 Author: Graeme Russ <graeme.russ@gmail.com>
28153 Date:   Tue Feb 24 21:11:24 2009 +1100
28154
28155     Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
28156
28157     Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
28158
28159     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
28160
28161 commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
28162 Author: Mike Frysinger <vapier@gentoo.org>
28163 Date:   Mon Feb 23 10:29:47 2009 -0500
28164
28165     smc911x: split out useful defines/functions into local header
28166
28167     The smc911x driver has a lot of useful defines/functions which can be used
28168     by pieces of code (such as example eeprom programmers).  Rather than
28169     forcing each place to duplicate these defines/functions, split them out
28170     of the smdc911x driver into a local header.
28171
28172     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28173     Acked-by: Ben Warren <biggerbadderben@gmail.com>
28174     CC: Sascha Hauer <s.hauer@pengutronix.de>
28175     CC: Guennadi Liakhovetski <lg@denx.de>
28176     CC: Magnus Lilja <lilja.magnus@gmail.com>
28177     CC: Ben Warren <biggerbadderben@gmail.com>
28178
28179 commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
28180 Author: Guennadi Liakhovetski <lg@denx.de>
28181 Date:   Tue Feb 24 10:44:02 2009 +0100
28182
28183     ARM: add an "eet" variant of the imx31_phycore board
28184
28185     The "eet" variant of the imx31_phycore board has an OLED display, using a
28186     s6e63d6 display controller on the first SPI interface, using GPIO57 as a
28187     chip-select for it. With this configuration you can display 256 colour BMP
28188     images in 16-bit RGB (RGB565) LCD mode.
28189
28190     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28191     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28192
28193 commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
28194 Author: Guennadi Liakhovetski <lg@denx.de>
28195 Date:   Fri Feb 6 10:37:57 2009 +0100
28196
28197     video: add an i.MX31 framebuffer driver
28198
28199     Add a driver for the Synchronous Display Controller and the Display
28200     Interface on i.MX31, using IPU for DMA channel setup. So far only
28201     displaying of bitmaps is supported, no text output.
28202
28203     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28204     Acked-by: Anatolij Gustschin <agust@denx.de>
28205
28206 commit b245e65ee3c4cce3ccf008a21f4528239655876c
28207 Author: Guennadi Liakhovetski <lg@denx.de>
28208 Date:   Fri Feb 6 10:37:53 2009 +0100
28209
28210     LCD: support 8bpp BMPs on 16bpp displays
28211
28212     This patch also simplifies some ifdefs in lcd.c, introduces a generic
28213     vidinfo_t, which new drivers are encouraged to use and old drivers to switch
28214     over to.
28215
28216     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28217     Acked-by: Anatolij Gustschin <agust@denx.de>
28218
28219 commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
28220 Author: Mark Jackson <mpfj@mimc.co.uk>
28221 Date:   Fri Feb 6 10:37:49 2009 +0100
28222
28223     Add 16bpp BMP support
28224
28225     This patch adds 16bpp BMP support to the common lcd code.
28226
28227     Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
28228
28229     At the moment it's only been tested on the MIMC200 AVR32 board, but extending
28230     this to other platforms should be a simple task !!
28231
28232     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
28233     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28234     Acked-by: Anatolij Gustschin <agust@denx.de>
28235
28236 commit 689551c5ff1b394b88412f3df22144e79468d3a9
28237 Author: Guennadi Liakhovetski <lg@denx.de>
28238 Date:   Fri Feb 6 10:37:41 2009 +0100
28239
28240     A driver for the S6E63D6 SPI display controller from Samsung
28241
28242     This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
28243     It only provides access to controller's registers so the client can freely
28244     configure it.
28245
28246     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28247     Acked-by: Anatolij Gustschin <agust@denx.de>
28248
28249 commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
28250 Author: Guennadi Liakhovetski <lg@denx.de>
28251 Date:   Fri Feb 13 09:26:40 2009 +0100
28252
28253     i.MX31: support GPIO as a chip-select in the mxc_spi driver
28254
28255     Some SPI devices have special requirements on chip-select handling.
28256     With this patch we can use a GPIO as a chip-select and strictly follow
28257     the SPI_XFER_BEGIN and SPI_XFER_END flags.
28258
28259     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28260     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28261
28262 commit b30de3cccf8867566cd314e7c7033904afa5dc9d
28263 Author: Guennadi Liakhovetski <lg@denx.de>
28264 Date:   Sat Feb 7 01:18:07 2009 +0100
28265
28266     i.MX31: add a simple gpio driver
28267
28268     This is a minimal driver, so far only managing output. It will
28269     be used by the mxc_spi.c driver.
28270
28271     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28272     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28273
28274 commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
28275 Author: Guennadi Liakhovetski <lg@denx.de>
28276 Date:   Sat Feb 7 00:09:12 2009 +0100
28277
28278     i.MX31: fix SPI driver for shorter than 32 bit
28279
28280     Fix setting the SPI Control register, 8 and 16-bit transfers
28281     and a wrong pointer in the free routine in the mxc_spi driver.
28282
28283     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28284     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28285
28286 commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
28287 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28288 Date:   Thu Feb 19 18:20:52 2009 +0300
28289
28290     mpc83xx: MPC837XERDB: Add PCIe support
28291
28292     On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
28293     slots. Let's support them.
28294
28295     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28296     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28297
28298 commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
28299 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28300 Date:   Thu Feb 19 18:20:50 2009 +0300
28301
28302     mpc83xx: PCI: Fix hard-coded first_busno value
28303
28304     We should use pci_last_busno() in pci_init_bus(), otherwise we'll
28305     erroneously re-use PCI0's first_busno for PCI1 hoses.
28306
28307     NOTE: The patch is untested. All MPC83xx FSL boards I have have
28308     PCI1 in miniPCI form, for which I don't have any cards handy.
28309
28310     But looking in cpu/mpc85xx/pci.c:
28311     ...
28312     #ifdef CONFIG_MPC85XX_PCI2
28313             hose = &pci_hose[1];
28314
28315             hose->first_busno = pci_hose[0].last_busno + 1;
28316
28317     And considering that we do the same for MPC83xx PCI-E support,
28318     I think this patch is correct.
28319
28320     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28321     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28322
28323 commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
28324 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28325 Date:   Thu Feb 19 18:20:46 2009 +0300
28326
28327     mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
28328
28329     This patch fixes copy-paste issue: pci_hose[0]'s first and last
28330     busnos were used to fixup pci1's nodes.
28331
28332     We don't see this bug triggering only because Linux reenumerate
28333     buses anyway.
28334
28335     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28336     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28337
28338 commit b24a99f6666ac278ec9f9c1334518af828833d19
28339 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28340 Date:   Thu Feb 19 18:20:44 2009 +0300
28341
28342     mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
28343
28344     This patch fixes an issue in config space read accessors: we should
28345     fill-in the value even if we fail (e.g. skipping devices), otherwise
28346     CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
28347
28348     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28349     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28350
28351 commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
28352 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28353 Date:   Thu Feb 19 18:20:42 2009 +0300
28354
28355     mpc83xx: PCIe: Don't start bus enumeration at 0
28356
28357     Currently we assign first_busno = 0 for the first PCIe hose, but this
28358     scheme won't work if we have ordinary PCI hose already registered (its
28359     first_busno value is 0 too).
28360
28361     The old code worked fine only because we have PCI disabled on
28362     MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
28363     "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
28364     But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
28365     triggers.
28366
28367     So, to fix the issue, we should use pci_last_busno() + 1 for the
28368     first_busno (i.e. last available busno).
28369
28370     Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
28371     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28372     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28373
28374 commit cc2a8c7751ddbae3116660064f446888538b93e9
28375 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28376 Date:   Thu Feb 19 18:20:41 2009 +0300
28377
28378     PCI: Add pci_last_busno() helper
28379
28380     This is just a handy routine that reports last PCI busno: we walk
28381     down all the hoses and return last hose's last_busno.
28382
28383     Will be used by PCI/PCIe initialization code.
28384
28385     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28386     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28387
28388 commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
28389 Author: Becky Bruce <beckyb@kernel.crashing.org>
28390 Date:   Mon Feb 23 13:56:51 2009 -0600
28391
28392     MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
28393
28394     Currently, we get 256MB as the default, but since all the 86xx
28395     board configs define a 2G BAT mapping for RAM, raise default
28396     to 2G.
28397
28398     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
28399     Acked-by: Jon Loeliger <jdl@freescale.com>
28400
28401 commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
28402 Author: Becky Bruce <beckyb@kernel.crashing.org>
28403 Date:   Thu Feb 12 10:43:32 2009 -0600
28404
28405     mpc8641hpcn: Indicate 36-bit addr map in boot messages
28406
28407     If 36-bit addressing is enabled, print a message on the console
28408     when we boot.
28409
28410     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
28411
28412 commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
28413 Author: Mark Jackson <mpfj-list@mimc.co.uk>
28414 Date:   Fri Feb 13 15:48:18 2009 +0000
28415
28416     Setup extra MIMC200 chip selects
28417
28418     Added code to setup the extra Flash and FRAM chip selects as used on the
28419     MIMC200 board.
28420
28421     V2 moves the init code from the common "cpu.c" file into the board specific
28422     setup file.
28423
28424     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
28425     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28426
28427 commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
28428 Author: Mark Jackson <mpfj@mimc.co.uk>
28429 Date:   Mon Nov 24 12:10:56 2008 +0000
28430
28431     MIMC200: tidy GCLK init code
28432
28433     Change the MIMC200 startup code to use the built-in (rather than
28434     hard-coded) funtions for setting up gclk outputs.
28435
28436     We'll also move the code to the new, more-appropriate
28437     board_postclk_init() routine.
28438
28439     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
28440     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28441
28442 commit b423f94063bf04e92047ff85c7e53441eb3b712b
28443 Author: Olav Morken <olavmrk@gmail.com>
28444 Date:   Fri Jan 23 12:56:32 2009 +0100
28445
28446     AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
28447
28448     The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
28449     workaround, two NOPs can be inserted.
28450
28451     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
28452     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
28453     Signed-off-by: Olav Morken <olavmrk@gmail.com>
28454     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28455
28456 commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
28457 Author: Gunnar Rangoy <gunnar@rangoy.com>
28458 Date:   Fri Jan 23 12:56:29 2009 +0100
28459
28460     AVR32: Make GPIO implmentation cpu dependent
28461
28462     There are some differences in the implementation of GPIO in the
28463     at32uc chip compared to the ap700x series.
28464
28465     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
28466     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
28467     Signed-off-by: Olav Morken <olavmrk@gmail.com>
28468     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28469
28470 commit a38de083d2979db3680f0d0978c509a172c8fa00
28471 Author: Olav Morken <olavmrk@gmail.com>
28472 Date:   Fri Jan 23 12:56:28 2009 +0100
28473
28474     AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
28475
28476     The AVR32A architecture (which AT32UC3A-series is based on) has a
28477     different memory layout than the AVR32B-architecture. This patch moves
28478     addrspace.h to an arch-dependent directory in preparation for
28479     AT32UC3A-support. It also moves some address-space manipulation
28480     functions from io.h to addrspace.h.
28481
28482     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
28483     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
28484     Signed-off-by: Olav Morken <olavmrk@gmail.com>
28485     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28486
28487 commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
28488 Author: Olav Morken <olavmrk@gmail.com>
28489 Date:   Fri Jan 23 12:56:27 2009 +0100
28490
28491     AVR32: Make cacheflush cpu-dependent
28492
28493     The AT32UC3A series of processors doesn't contain any cache, and issuing
28494     cache control instructions on those will cause an exception. This commit
28495     makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
28496
28497     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
28498     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
28499     Signed-off-by: Olav Morken <olavmrk@gmail.com>
28500     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28501
28502 commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
28503 Author: Heiko Schocher <hs@denx.de>
28504 Date:   Tue Feb 10 09:38:52 2009 +0100
28505
28506     netloop: speed up NetLoop
28507
28508     NetLoop polls every cycle with getenv some environment variables.
28509     This is horribly slow, especially when the environment is big.
28510
28511     This patch reads only the environment variables in NetLoop,
28512     when they were changed.
28513
28514     Also moved the init part of the NetLoop function in a seperate
28515     function.
28516
28517     Signed-off-by: Heiko Schocher <hs@denx.de>
28518     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28519
28520 commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
28521 Author: Mike Frysinger <vapier@gentoo.org>
28522 Date:   Mon Dec 22 02:56:07 2008 -0500
28523
28524     smc911x_eeprom: new example app for managing newer SMC parts
28525
28526     A forward port of the last version to work with the newer smc911x driver.
28527     I only have a board with a LAN9218 part on it, so that is the only one
28528     I've tested.  But there isn't anything in this that would make it terribly
28529     chip specific afaik.
28530
28531     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28532     CC: Sascha Hauer <s.hauer@pengutronix.de>
28533     CC: Guennadi Liakhovetski <lg@denx.de>
28534     CC: Magnus Lilja <lilja.magnus@gmail.com>
28535     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28536
28537 commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
28538 Author: Pieter Henning <phenning@vastech.co.za>
28539 Date:   Sun Feb 22 23:17:15 2009 -0800
28540
28541     Added Vitesse VSC8211 definitions to TSEC driver
28542
28543     Added the struct containing PHY settings for the Vitesse VSC8211 phy to
28544     the phy_info list in tsec.c
28545
28546     Signed-off-by: Pieter Henning <phenning@vastech.co.za>
28547     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28548
28549 commit 32688e572ff96715b41420e9a7f280db6c399b65
28550 Author: Wolfgang Denk <wd@denx.de>
28551 Date:   Mon Feb 23 00:22:21 2009 +0100
28552
28553     Update CHANGELOG;  Prepare 2009.03-rc1
28554
28555     Signed-off-by: Wolfgang Denk <wd@denx.de>
28556
28557 commit 80b827c2b78329c6503b271e43d9eb693d644710
28558 Author: Wolfgang Denk <wd@denx.de>
28559 Date:   Sun Feb 22 23:45:40 2009 +0100
28560
28561     ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
28562
28563     The file was generated from building versatile_defconfig.
28564
28565     Signed-off-by: Wolfgang Denk <wd@denx.de>
28566
28567 commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
28568 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28569 Date:   Sun Feb 22 14:24:11 2009 +0900
28570
28571     MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
28572
28573     Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
28574     like this:
28575
28576     skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
28577     Configuring for dbau1x00 board...
28578     au1x00_eth.c: In function 'au1x00_send':
28579     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
28580     au1x00_eth.c: In function 'au1x00_recv':
28581     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
28582     au1x00_eth.c: In function 'au1x00_init':
28583     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
28584     au1x00_eth.c: In function 'au1x00_recv':
28585     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
28586     au1x00_eth.c: In function 'au1x00_init':
28587     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
28588     au1x00_eth.c: In function 'au1x00_send':
28589     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
28590
28591     We're passing a volatile pointer to a function which is expecting a non-
28592     volatile pointer.  That's potentially dangerous, so gcc warns about it.
28593     Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
28594
28595     To fix this, we add a volatile attribute to the argument in question.
28596     The virt_to_phys function in Linux kernel also does the same thing.
28597
28598     Signed-off-by: Stefan Roese <sr@denx.de>
28599     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28600
28601 commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
28602 Author: Dirk Behme <dirk.behme@googlemail.com>
28603 Date:   Fri Feb 20 17:51:28 2009 +0100
28604
28605     OMAP3: Clean up MMC code
28606
28607     Clean up OMAP3 MMC code:
28608
28609     * Convert register access to struct & readx/writex style
28610     * Replace hardcode values by macros
28611     * Remove macro defined twice
28612
28613     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
28614
28615 commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
28616 Author: Dirk Behme <dirk.behme@googlemail.com>
28617 Date:   Thu Feb 12 18:55:43 2009 +0100
28618
28619     OMAP3: Pandora: Update pin mux
28620
28621     Clock pin must have input enabled for MMC3 to work.
28622     Also enable pull-ups for cmd/data lines to be consistent
28623     with remaining MMC host pin setup.
28624
28625     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
28626
28627 commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
28628 Author: Dirk Behme <dirk.behme@googlemail.com>
28629 Date:   Thu Feb 12 18:55:42 2009 +0100
28630
28631     OMAP3: Add OMAP3 auto detection
28632
28633     This patch adds OMAP3 cpu type auto detection based on OMAP3 register
28634     and removes hardcoded values.
28635
28636     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
28637     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
28638
28639 commit f956fd0338f4990793a10f767929ba4963665261
28640 Author: Dirk Behme <dirk.behme@googlemail.com>
28641 Date:   Thu Feb 12 18:55:41 2009 +0100
28642
28643     OMAP3: Beagle: Add board revision detection
28644
28645     With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
28646     which might need different software handling. For this, GPIO pin 171 (GPIO
28647     module 6, offset 11) can be used to check for board revision. If this pin
28648     is low, we have a rev C board. Else it must be a revision Ax or Bx board.
28649
28650     To handle board differences you can call function beagle_get_revision().
28651     E.g.:
28652
28653     if (beagle_get_revision()) {
28654
28655     /* do special revision C stuff here */
28656
28657     }
28658
28659     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
28660
28661 commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
28662 Author: Dirk Behme <dirk.behme@googlemail.com>
28663 Date:   Thu Feb 12 18:55:40 2009 +0100
28664
28665     OMAP3: Overo: Clean up pin mux and GPIO configuration
28666
28667     * Make Overo GPIO114 an input for touchscreen PENDOWN
28668     * Make Overo GPIO144-147 readable
28669     * Make Overo EHCI pinmux match beagle rev c setup
28670     * Adjust pinmux for SMSC911X network chip support
28671     * Remove unnecessary GPIO setup
28672     * Fix merge error in Makefile
28673
28674     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
28675     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
28676
28677 commit 2579019b8248e5f166e60e37065766efc8a49dbc
28678 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28679 Date:   Sun Feb 22 17:08:41 2009 +0100
28680
28681     nmdk8815: fix onenand support
28682
28683     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28684
28685 commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
28686 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28687 Date:   Sun Feb 22 17:56:50 2009 +0100
28688
28689     nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
28690
28691     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28692
28693 commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
28694 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28695 Date:   Sun Feb 22 17:49:43 2009 +0100
28696
28697     davinci: fix implicit declaration of function 'davinci_errata_workarounds'
28698
28699     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28700
28701 commit 4f5728987f4f9f7845688482aa2b7f2127768165
28702 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28703 Date:   Sun Feb 22 15:49:28 2009 +0100
28704
28705     arm: add uart dcc support
28706
28707     Serial driver via the EmbeddedICE macrocell's DCC channel using
28708     co-processor 14.
28709
28710     It does include a timeout to ensure that the system does not
28711     totally freeze when there is nothing connected to read.
28712
28713     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28714
28715 commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
28716 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28717 Date:   Fri Nov 21 14:35:56 2008 -0500
28718
28719     ARM DaVinci: Add common peripherals and modules enable functions.
28720
28721     Taken all the duplicated code for enabling common modules and apply
28722     software workarounds from the board specific code into common
28723     functions. Also added comments explaining the workarounds
28724     (from TI errata documents) and replaced some numerical bit numbers
28725     with more meaningful defines.
28726
28727     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28728
28729 commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
28730 Author: Alessandro Rubini <rubini@unipv.it>
28731 Date:   Mon Feb 9 15:53:33 2009 +0100
28732
28733     Enable Ethernet for Nomadik 8815 Evaluation Kit
28734
28735     This trivially enables Ethernet support in the debug board
28736     by setting up the proper chip select.
28737
28738     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
28739     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
28740
28741 commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
28742 Author: Alessandro Rubini <rubini@unipv.it>
28743 Date:   Mon Feb 9 15:53:31 2009 +0100
28744
28745     Nand driver for Nomadik SoC
28746
28747     This driver implements the ECC algorithm described in
28748     the CPU data sheet and uses the OOB layout chosen in
28749     already-released development systems (shipped with a custom-made
28750     u-boot 1.3.1).
28751
28752     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
28753     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
28754
28755 commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
28756 Author: Alessandro Rubini <rubini@unipv.it>
28757 Date:   Mon Feb 9 15:53:31 2009 +0100
28758
28759     Added nomadik.h header
28760
28761     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
28762     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
28763
28764 commit 60ece6d8043d1dd80f5dd32c541213716d624b19
28765 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
28766 Date:   Wed Oct 29 20:05:18 2008 +0900
28767
28768     r8a66597-hcd: fix cannot use external hub
28769
28770     Fix the problem that cannot use external hub, because this driver
28771     did not control correctly a DEVADDx register.
28772
28773     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
28774     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28775
28776 commit e1ffaee728190e76a4596a3579d94e730143585f
28777 Author: Mike Frysinger <vapier@gentoo.org>
28778 Date:   Thu Feb 19 01:20:27 2009 -0500
28779
28780     Blackfin: disable syscontrol code for now
28781
28782     Looks like the initcode updates fell out of order during my merges.  The
28783     patch that really fixes up this code is part of power-on overhaul and so
28784     is too large for merging at this point.  Instead, we can disable the code
28785     as no currently in-tree board depends on it.  The next merge window will
28786     fix things up properly.
28787
28788     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28789
28790 commit 1b228d68f54832edd867ef98520f760f68192ab7
28791 Author: Mike Frysinger <vapier@gentoo.org>
28792 Date:   Thu Feb 19 01:19:49 2009 -0500
28793
28794     Blackfin: bf537-stamp: fix I2C board defines
28795
28796     The previous merge for cleaning up the I2C driver incorrectly reverted the
28797     CFG_xxx rename for some of the I2C defines.
28798
28799     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28800     Signed-off-by: Heiko Schocher <hs@denx.de>
28801
28802 commit 09fee8e8677a6265e89144ccc163bf00e321769e
28803 Author: Wolfgang Denk <wd@denx.de>
28804 Date:   Sun Feb 22 01:19:52 2009 +0100
28805
28806     Coding Style cleanup; update CHANGELOG
28807
28808     Signed-off-by: Wolfgang Denk <wd@denx.de>
28809
28810 commit 1dcb50afbb63a439320a985380a0af2dca079d1e
28811 Author: Wolfgang Denk <wd@denx.de>
28812 Date:   Sun Feb 22 01:17:47 2009 +0100
28813
28814     Makefile: fix cleanup
28815
28816     Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
28817     to adapt the cleanup rules in the Makefile
28818
28819     Signed-off-by: Wolfgang Denk <wd@denx.de>
28820
28821 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
28822 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
28823 Date:   Fri Feb 20 13:01:56 2009 -0500
28824
28825     Cleanup the comment for m68k linux boot argument passing.
28826
28827     This patch clarifies the way m68k passes linux boot argument.
28828     The one gotcha here is that the assembly instruction that
28829     the compiler uses to jump to the kernel is 'jsr' which pushes the
28830     program counter for the instruction after the jsr into the stack pointer.
28831
28832     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
28833     Signed-off-by: Wolfgang Denk <wd@denx.de>
28834
28835 commit 4d41650eec959668280a612467bd95c7b8398513
28836 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
28837 Date:   Tue Feb 10 16:44:45 2009 +0000
28838
28839     sh: Fix rsk7203 in tree build
28840
28841     Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
28842
28843 commit fca0cecff73db99d99ad094cca7980472b8a11b5
28844 Author: Minkyu Kang <mk7.kang@samsung.com>
28845 Date:   Wed Feb 18 09:05:52 2009 +0900
28846
28847     bootm: Reduce the unnecessary memmove
28848
28849     Although load address and image start address are same address,
28850     bootm command always does memmove.
28851     That is unnecessary memmove and can be taken few milliseconds
28852     (about 500 msec to 1000 msec).
28853     If skip this memmove, we can reduce the boot time.
28854
28855     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
28856
28857 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
28858 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
28859 Date:   Sun Feb 15 22:29:15 2009 +0100
28860
28861     fpga: Fix Spartan III FPGA booting
28862
28863     This patch does some minor fixing of the Xilinx Spartan III
28864     FPGA boot code:
28865
28866     - Fixed call order of post configuration callback and
28867       success message printing (result of copy-paste?)
28868     - remove obsolete comment
28869     - minor coding style cleanup
28870
28871     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28872
28873 commit 3818b677641038d27b2663fbd6771ad38c932f86
28874 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
28875 Date:   Sun Feb 15 22:28:36 2009 +0100
28876
28877     fpga: Fix Spartan II FPGA booting
28878
28879     This patch does some minor fixing of the Xilinx Spartan II
28880     FPGA boot code:
28881
28882     - Fixed call order of post configuration callback and
28883       success message printing (result of copy-paste?)
28884     - relocate post configuration callback only when it
28885       is implemented
28886     - remove obsolete comment
28887     - minor coding style cleanup
28888
28889     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28890
28891 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
28892 Author: Mike Frysinger <vapier@gentoo.org>
28893 Date:   Wed Feb 11 20:26:52 2009 -0500
28894
28895     drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
28896
28897     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28898
28899 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
28900 Author: Derek Ou <dou@siconix.com>
28901 Date:   Tue Feb 3 16:00:07 2009 -0700
28902
28903     lcd_putc bug fix for tab.
28904
28905     Signed-off-by: Derek Ou <dou@siconix.com>
28906
28907 commit 35c9e14d8096e519fe76c953a43d52a09617345c
28908 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
28909 Date:   Mon Feb 2 09:46:21 2009 +0900
28910
28911     MIPS: cpu/mips/Makefile: Add a missing START line
28912
28913     In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
28914     Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
28915     line.  This patch puts it back.
28916
28917     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
28918
28919 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
28920 Author: Wolfgang Denk <wd@denx.de>
28921 Date:   Sat Feb 21 21:51:21 2009 +0100
28922
28923     Enable ext2 support for TQM8xxL/M based boards
28924
28925     Signed-off-by: Wolfgang Denk <wd@denx.de>
28926
28927 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
28928 Author: Tom Rix <Tom.Rix@windriver.com>
28929 Date:   Fri Feb 20 03:47:50 2009 +0100
28930
28931     ARM:PXA Use new definitions in mmc.h
28932
28933     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
28934     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28935
28936 commit 682beeac34dc9ab18fab58b26973d2e29d113717
28937 Author: Andy Fleming <afleming@freescale.com>
28938 Date:   Fri Feb 20 03:47:50 2009 +0100
28939
28940     Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
28941
28942     These names are being taken over by the new MMC framework.  Hopefuly
28943     the PXA can be easily ported, and these functions will go away entirely.
28944
28945     Signed-off-by: Andy Fleming <afleming@freescale.com>
28946     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28947
28948 commit b03d92e5584935886ff91d5aa0755dc8888b7187
28949 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28950 Date:   Fri Feb 20 03:47:50 2009 +0100
28951
28952     pxa: move mmc drivers to drivers/mmc
28953
28954     introduce new macro CONFIG_PXA_MMC to activate it
28955
28956     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28957
28958 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
28959 Author: Tom Rix <Tom.Rix@windriver.com>
28960 Date:   Thu Feb 19 19:27:22 2009 -0600
28961
28962     ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
28963
28964     These structures are defined in the common mmc.h
28965
28966     This was compile checked on cerf250.
28967
28968 commit 94a3312920b6f9b5da27309549fb73650718c10a
28969 Author: Micha Kalfon <smichak.uv@gmail.com>
28970 Date:   Wed Feb 11 19:50:11 2009 +0200
28971
28972     pxa: fixing get_timer to return time in miliseconds.
28973
28974     Fixing the get_timer function to return time in miliseconds instead of
28975     ticks. Also fixed PXA boards to use the conventional value of 1000 for
28976     CONFIG_SYS_HZ.
28977
28978     Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
28979
28980 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
28981 Author: Tom Rix <Tom.Rix@windriver.com>
28982 Date:   Thu Feb 19 16:45:43 2009 -0600
28983
28984     ARM:OMAP3 Change mmc_init to mmc_legacy_init
28985
28986     omap3_mmc.c was changed to define mmc_legacy_init.
28987     Remove unused functions.
28988
28989     Compile tested on all arm
28990     Runtime tested on Zoom1.
28991
28992     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
28993
28994 commit 9e80bb21629988063574f88ca0d28baadff4d963
28995 Author: Heiko Schocher <hs@denx.de>
28996 Date:   Thu Feb 19 17:23:58 2009 +0100
28997
28998     82xx, mgcoge: updates for 2009.03
28999
29000     - activate CS4 for accessing the FPGA
29001     - activate Rx buf len > 1 on SMC
29002     - pram activated
29003     - MTDPARTS_DEFAULT defined
29004     - update the size of the flashes in the DTS
29005       before booting Linux
29006     - MONITOR_LEN updated to 384k
29007     - added CONFIG_HOSTNAME
29008     - added CONFIG_ENV_BUFFER_PRINT
29009     - Environment size reduced to 16k
29010
29011     Signed-off-by: Heiko Schocher <hs@denx.de>
29012
29013 commit df909554e2401f307925e1bd45d576e4176d9de9
29014 Author: Heiko Schocher <hs@denx.de>
29015 Date:   Thu Feb 19 17:24:01 2009 +0100
29016
29017     8xx, mgsuvd: updates for 2009.03
29018
29019     - activate Rx buf len > 1 on SMC
29020     - pram activated
29021     - MTDPARTS_DEFAULT defined
29022     - update the size of the flash in the DTS
29023       before booting Linux
29024     - MONITOR_LEN updated to 384k
29025     - added CONFIG_HOSTNAME
29026     - added CONFIG_ENV_BUFFER_PRINT
29027     - Environment size reduced to 16k
29028
29029     Signed-off-by: Heiko Schocher <hs@denx.de>
29030
29031 commit 3511b4e208e12be85b532866f1c660aa2e021557
29032 Author: Dirk Behme <dirk.behme@googlemail.com>
29033 Date:   Wed Feb 18 19:59:39 2009 +0100
29034
29035     MMC: Don't use new framework code if not enabled
29036
29037     Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
29038     isn't enabled.
29039
29040     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
29041
29042 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
29043 Author: Wolfgang Denk <wd@denx.de>
29044 Date:   Thu Feb 19 13:53:29 2009 +0100
29045
29046     TQM8xxL: make some room in low memory for future needs
29047
29048     THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
29049     small boot sectors in the flash. This patch makes some room in the
29050     first sector to prepare for a size increase of lib_generic/vsprintf.o
29051     by a future patch.
29052
29053     Signed-off-by: Wolfgang Denk <wd@denx.de>
29054
29055 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
29056 Author: Kim Phillips <kim.phillips@freescale.com>
29057 Date:   Wed Feb 18 18:06:18 2009 -0600
29058
29059     README: remove duplicate entry
29060
29061     it's been around since the original commit (2ad6b513) that added two
29062     identical entries.
29063
29064     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29065
29066 commit 1bba30efe1717bea13026e15c7c7d906419fac69
29067 Author: Wolfgang Denk <wd@denx.de>
29068 Date:   Thu Feb 19 00:41:08 2009 +0100
29069
29070     Coding style cleanup, update CHANGELOG
29071
29072     Signed-off-by: Wolfgang Denk <wd@denx.de>
29073
29074 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
29075 Author: Kim Phillips <kim.phillips@freescale.com>
29076 Date:   Wed Feb 18 17:43:59 2009 -0600
29077
29078     sata_sil3114: fix compiler warning
29079
29080     judging from other printfs in the same file, it seems ata should be
29081     postpended with the interface number, not the address of the global
29082     port variable.  Fixes this for current u-boot-mpc83xx tree:
29083
29084     Configuring for MPC8349ITX board...
29085     sata_sil3114.c: In function 'sata_bus_softreset':
29086     sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
29087     sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
29088
29089     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29090
29091 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
29092 Author: Ron Madrid <ron_madrid@sbcglobal.net>
29093 Date:   Wed Feb 18 14:30:44 2009 -0800
29094
29095     Create configuration option for restricted ns16550 functions
29096
29097     This patch will create a configuration option for a minimum configuration for
29098     the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
29099     configuration option to the SIMPC8313.h config file in order to fix the NAND
29100     bootstrap build error.  This option will exclude all functions with exception of
29101     NS16550_putc and NS16550_init.  This will be used primarily to save space and
29102     remove unused code from builds in which space is limited.
29103
29104     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
29105
29106 commit 7b0bc0219db8981613259473cf19699ac259b4fb
29107 Author: Kim Phillips <kim.phillips@freescale.com>
29108 Date:   Wed Feb 18 16:14:29 2009 -0600
29109
29110     mkconfig: include board config.h before asm/config.h
29111
29112     swapping the include order suppresses warnings for board configs
29113     that define their own CONFIG_MAX_MEM_MAPPED:
29114
29115     In file included from /home/r1aaha/git/u-boot/include/config.h:5,
29116                     from /home/r1aaha/git/u-boot/include/common.h:35,
29117                     from simpc8313.c:26:
29118     /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
29119     "CONFIG_MAX_MEM_MAPPED" redefined
29120     In file included from /home/r1aaha/git/u-boot/include/config.h:4,
29121                     from /home/r1aaha/git/u-boot/include/common.h:35,
29122                     from simpc8313.c:26:
29123     /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
29124     the location of the previous definition
29125
29126     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29127
29128 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
29129 Author: Wolfgang Denk <wd@denx.de>
29130 Date:   Wed Feb 18 21:35:38 2009 +0100
29131
29132     Fix build errors after making flash_get_info() non-static
29133
29134     Fix for these build problems:
29135     error: static declaration of 'flash_get_info' follows non-static declaration
29136
29137     Signed-off-by: Wolfgang Denk <wd@denx.de>
29138
29139 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
29140 Author: Stefan Roese <sr@denx.de>
29141 Date:   Wed Feb 18 13:18:00 2009 +0100
29142
29143     ppc4xx: PCIe: Change 16GB inbound memory to 4GB
29144
29145     This patch fixes a problem recently seen on some 4xx platforms. For
29146     example on Kilauea PCIe slot #0.
29147
29148     Signed-off-by: Stefan Roese <sr@denx.de>
29149
29150 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
29151 Author: Stefan Roese <sr@denx.de>
29152 Date:   Wed Feb 18 14:05:37 2009 +0100
29153
29154     ppc4xx: Some more PMC405 coding-style cleanup
29155
29156     Signed-off-by: Stefan Roese <sr@denx.de>
29157
29158 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
29159 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
29160 Date:   Sun Feb 15 22:27:47 2009 +0100
29161
29162     ppc4xx: Update PMC405 board support
29163
29164     This patch prepares the good old PMC405 board support for
29165     upcoming PMC405V2 patches.
29166
29167     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29168     Signed-off-by: Stefan Roese <sr@denx.de>
29169
29170 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
29171 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
29172 Date:   Sun Feb 15 22:26:54 2009 +0100
29173
29174     ppc4xx: Cleanup PMC405 board support
29175
29176     This patch fixes coding style for PMC405 board support.
29177     Also some unneeded features/code is removed.
29178
29179     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29180     Signed-off-by: Stefan Roese <sr@denx.de>
29181
29182 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
29183 Author: Ilya Yanok <yanok@emcraft.com>
29184 Date:   Thu Feb 5 04:08:20 2009 +0100
29185
29186     qong: changes to Dave/DENX Qong configuration
29187
29188     1. Changes to the default environment:
29189       - "bootcmd" defined as "run flash_self"
29190       - "saveenv" command removed from "update"
29191       - "uboot" changed to "u-boot" (also in "load")
29192       - "addmtd" variable defined (and added to all boot commands)
29193     2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
29194     3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
29195     4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
29196     with truncated "bootargs" environment variable.
29197
29198     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29199
29200 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
29201 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29202 Date:   Sun Feb 1 17:07:52 2009 +0100
29203
29204     common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
29205
29206     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29207
29208 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
29209 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29210 Date:   Sun Feb 1 17:07:51 2009 +0100
29211
29212     common/console: coding style cleanup
29213
29214     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29215
29216 commit daaf74f176b548dfd34a9990231f4189201d57ba
29217 Author: Mike Frysinger <vapier@gentoo.org>
29218 Date:   Thu Jan 29 20:02:23 2009 -0500
29219
29220     mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
29221
29222     Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
29223     into the Makefile so we avoid pointless compiling of the file.
29224
29225     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29226
29227 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
29228 Author: Mike Frysinger <vapier@gentoo.org>
29229 Date:   Thu Jan 29 20:02:07 2009 -0500
29230
29231     disk: convert part_* files to COBJ-$(CONFIG_XXX) style
29232
29233     Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
29234     avoid pointless compiles.
29235
29236     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29237
29238 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
29239 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
29240 Date:   Thu Jan 29 10:35:40 2009 +0200
29241
29242     include/image.h: Ease grepping of image_* functions
29243
29244     Because the functions have been defined using macros, grepping for
29245     their definitions is not possible. This patch adds the real function
29246     names in comments.
29247
29248     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
29249     Acked-by: Mike Frysinger <vapier@gentoo.org>
29250
29251 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
29252 Author: Mike Frysinger <vapier@gentoo.org>
29253 Date:   Wed Jan 28 19:08:14 2009 -0500
29254
29255     rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
29256
29257     The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
29258     rather than a generic "env" command, or anything else related to the
29259     environment.  So, let's make sure the define is named accordingly.
29260
29261     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29262
29263 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
29264 Author: Valeriy Glushkov <gvv@lstec.com>
29265 Date:   Fri Jan 23 20:02:17 2009 +0200
29266
29267     disable imls command if no flash is defined
29268
29269     Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
29270
29271     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
29272
29273 commit 923aa48126259c13de95131203f1d28bfa5cb889
29274 Author: Rafal Jaworowski <raj@semihalf.com>
29275 Date:   Fri Jan 23 13:27:18 2009 +0100
29276
29277     API: Improve glue mid-layer of the API demo application.
29278
29279     - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
29280     read, which allows for better control and error handling (this introduces
29281     additional error code API_ESYSC returned by the glue mid-layer).
29282
29283     - Clean up definitions naming and usage.
29284
29285     - Other minor cosmetics.
29286
29287     Note these changes do not touch the API proper, so the interface between
29288     U-Boot and standalone applications remains unchanged.
29289
29290     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
29291
29292 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
29293 Author: Rafal Jaworowski <raj@semihalf.com>
29294 Date:   Fri Jan 23 13:27:17 2009 +0100
29295
29296     API: Only output test data when reading was successful.
29297
29298     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
29299
29300 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
29301 Author: Rafal Jaworowski <raj@semihalf.com>
29302 Date:   Fri Jan 23 13:27:16 2009 +0100
29303
29304     API: Provide syscall entry point for the ARM architecture.
29305
29306     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
29307     Acked-by: Rafal Jaworowski <raj@semihalf.com>
29308
29309 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
29310 Author: Rafal Jaworowski <raj@semihalf.com>
29311 Date:   Fri Jan 23 13:27:15 2009 +0100
29312
29313     API: Use stack pointer as API signature search hint in the glue layer.
29314
29315     De-hardcode range in RAM we search for the API signature. Instead use the stack
29316     pointer as a hint to narrow down the range in which the signature could reside
29317     (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
29318     from stack area). Adjust PowerPC code in API demo to the new scheme.
29319
29320     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
29321     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
29322
29323 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
29324 Author: Wolfgang Denk <wd@denx.de>
29325 Date:   Tue Feb 17 10:26:38 2009 +0100
29326
29327     TQM8260: fix locations of kernel and ramdisk images in flash
29328
29329     After introducing redundant environment the kernel images was
29330     overlapping with environment.
29331
29332     Signed-off-by: Wolfgang Denk <wd@denx.de>
29333
29334 commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
29335 Author: Heiko Schocher <hs@denx.de>
29336 Date:   Wed Feb 11 19:26:15 2009 +0100
29337
29338     83xx: add missing TIMING_CFG1_CASLAT_* defines
29339
29340     Signed-off-by: Heiko Schocher <hs@denx.de>
29341     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29342
29343 commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
29344 Author: Valeriy Glushkov <gvv@lstec.com>
29345 Date:   Thu Feb 5 14:35:21 2009 +0200
29346
29347     mpc8349itx: allow SATA boot from the onboard SIL1334
29348
29349     This patch allows using of SATA devices connected
29350     to the onboard PCI SIL1334 SATA controller.
29351
29352     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
29353     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29354
29355 commit e1ac387f4645499746856adc1aeaa9787da2eca6
29356 Author: Andy Fleming <afleming@freescale.com>
29357 Date:   Thu Oct 30 16:50:14 2008 -0500
29358
29359     83xx: Add eSDHC support on 8379 EMDS board
29360
29361     Signed-off-by: Andy Fleming <afleming@freescale.com>
29362
29363 commit 80522dc8369a89938369fbcee572e662373bc9a3
29364 Author: Andy Fleming <afleming@freescale.com>
29365 Date:   Thu Oct 30 16:51:33 2008 -0500
29366
29367     85xx: Add eSDHC support for 8536 DS
29368
29369     Signed-off-by: Andy Fleming <afleming@freescale.com>
29370
29371 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
29372 Author: Andy Fleming <afleming@freescale.com>
29373 Date:   Thu Oct 30 16:47:16 2008 -0500
29374
29375     Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
29376
29377     This uses the new MMC framework
29378
29379     Some contributions by Dave Liu <daveliu@freescale.com>
29380
29381     Signed-off-by: Andy Fleming <afleming@freescale.com>
29382
29383 commit 272cc70b211e945e4413122aa73868f6ada732a5
29384 Author: Andy Fleming <afleming@freescale.com>
29385 Date:   Thu Oct 30 16:41:01 2008 -0500
29386
29387     Add MMC Framework
29388
29389     Here's a new framework (based roughly off the linux one) for managing
29390     MMC controllers.  It handles all of the standard SD/MMC transactions,
29391     leaving the host drivers to implement only what is necessary to
29392     deal with their specific hardware.
29393
29394     This also hooks the infrastructure into the PowerPC board code
29395     (similar to how the ethernet infrastructure now hooks in)
29396
29397     Some of this code was contributed by Dave Liu <daveliu@freescale.com>
29398
29399     Signed-off-by: Andy Fleming <afleming@freescale.com>
29400
29401 commit 1de97f9856f697380cc504126ab92561ed238803
29402 Author: Andy Fleming <afleming@freescale.com>
29403 Date:   Thu Oct 30 16:31:39 2008 -0500
29404
29405     Eliminated arch-specific mmc header requirement
29406
29407     The current MMC infrastructure relies on the existence of an
29408     arch-specific header file.  This isn't necessary, and a couple
29409     drivers were forced to implement dummy files to meet this requirement.
29410     Instead, we move the stuff in those header files into a more appropriate
29411     place, and eliminate the stubs and the #include of asm/arch/mmc.h
29412
29413     Signed-off-by: Andy Fleming <afleming@freescale.com>
29414
29415 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
29416 Author: Andy Fleming <afleming@freescale.com>
29417 Date:   Thu Oct 30 16:21:00 2008 -0500
29418
29419     Convert mmc_init to mmc_legacy_init
29420
29421     This is to get it out of the way of incoming MMC framework
29422
29423     Signed-off-by: Andy Fleming <afleming@freescale.com>
29424
29425 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
29426 Author: Andy Fleming <afleming@freescale.com>
29427 Date:   Thu Oct 30 16:19:25 2008 -0500
29428
29429     Eliminate support for using MMC as memory
29430
29431     MMC cards are not memory, so we stop treating them that way.
29432
29433     Signed-off-by: Andy Fleming <afleming@freescale.com>
29434
29435 commit e1be0d25ecf494ae81245ca438738ba839d6329b
29436 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
29437 Date:   Sun Jan 4 08:46:38 2009 +0530
29438
29439     32bit BUg fix for DDR2 on 8572
29440
29441     This errata fix is required for 32 bit DDR2 controller on 8572.
29442     May  also be required for P10XX20XX platforms
29443
29444     Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
29445
29446 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
29447 Author: Andy Fleming <afleming@freescale.com>
29448 Date:   Mon Feb 16 09:40:20 2009 -0600
29449
29450     TQM85xx: Fix a couple warnings in TQM8548 build
29451
29452     The ecm variable in sdram.c was being declared for all 8548, but only
29453     used by specific 8548 boards, so we make that variable require those
29454     specific boards, too
29455
29456     The nand code was using an index "i" into a table, and then re-using "i"
29457     to set addresses for each upm.  However, then it relied on the old value
29458     of i still being there to enable things.  Changed the second "i" to "j"
29459
29460     Signed-off-by: Andy Fleming <afleming@freescale.com>
29461
29462 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
29463 Author: Wolfgang Grandegger <wg@grandegger.com>
29464 Date:   Wed Feb 11 18:38:26 2009 +0100
29465
29466     MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
29467
29468     This patch adds the workaround for erratum DDR20 according to MPC8548
29469     Device Errata document, Rev. 1: "CKE signal may not function correctly
29470     after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
29471     processor version 2.1 and the work-around must be removed.
29472
29473     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
29474
29475 commit 080408fdc71706adcb883d22125637c54f6010b1
29476 Author: Wolfgang Grandegger <wg@grandegger.com>
29477 Date:   Wed Feb 11 18:38:25 2009 +0100
29478
29479     MPC85xx: TQM8548: use cache for AG and BE variants
29480
29481     This patch makes accesses to the system memory cachable by removing the
29482     caching-inhibited and guarded flags from the relevant TLB entries for
29483     the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
29484     are configured similarly.
29485
29486     This results in a big averall performace improvement. TFTP downloads,
29487     NAND Flash accesses, kernel boots, etc. are much faster.
29488
29489     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
29490
29491 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
29492 Author: Wolfgang Grandegger <wg@grandegger.com>
29493 Date:   Wed Feb 11 18:38:24 2009 +0100
29494
29495     MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
29496
29497     This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
29498     module.
29499
29500     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
29501     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
29502
29503 commit 88b0e88d186479349e5a2b771e82775109e10fb4
29504 Author: Wolfgang Grandegger <wg@grandegger.com>
29505 Date:   Wed Feb 11 18:38:23 2009 +0100
29506
29507     MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
29508
29509     According to new TQM8548 timing specification:
29510     Refresh Recovery: 34 -> 53 clocks
29511     CKE pulse width:  1 -> 3 cycles
29512     Window for four activities: 13 -> 14 cycles
29513
29514     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
29515     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
29516
29517 commit a865bcdac89278cac4dfc07dec8299403110499d
29518 Author: Wolfgang Grandegger <wg@grandegger.com>
29519 Date:   Wed Feb 11 18:38:22 2009 +0100
29520
29521     MPC85xx: TQM8548: add support for the TQM8548_AG module
29522
29523     The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
29524     CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
29525     with "$ make TQM8548_AG_config".
29526
29527     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
29528
29529 commit ad7ee5d43b0db94079d56521dabca25674f28747
29530 Author: Wolfgang Grandegger <wg@grandegger.com>
29531 Date:   Wed Feb 11 18:38:21 2009 +0100
29532
29533     MPC85xx: TQM8548: add support for the TQM8548_BE module
29534
29535     The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
29536     interface. With NAND support, the image is significantly larger and
29537     TEXT_BASE is adjusted accordingly. U-Boot can be built for this
29538     module with "$ make TQM8548_BE_config".
29539
29540     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
29541
29542 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
29543 Author: Wolfgang Grandegger <wg@grandegger.com>
29544 Date:   Wed Feb 11 18:38:20 2009 +0100
29545
29546     MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
29547
29548     The TQM8548_AG module does not have the standard PCI/PCI-X interface
29549     connected but just the PCI Express interface . So far it was not
29550     possible to disable it without disabling the complete PCI interface
29551     (CONFIG_PCI) including PCI Express.
29552
29553     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
29554
29555 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
29556 Author: Wolfgang Grandegger <wg@grandegger.com>
29557 Date:   Wed Feb 11 18:38:19 2009 +0100
29558
29559     MPC85xx: TQM85xx: fix flash protection for boot loader
29560
29561     As the reset vector is located at 0xfffffffc, all flash sectors from the
29562     beginning of the U-Boot binary to 0xffffffff must be protected. On the
29563     TQM8548-AG having small sectors at the end of the flash it happened that
29564     the last two sector were not protected and an "erase all" left an
29565     un-bootable system behind:
29566
29567     Bank # 2: CFI conformant FLASH (32 x 16)  Size: 32 MB in 270 Sectors
29568       AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
29569       Erase timeout: 8192 ms, write timeout: 1 ms
29570
29571       FFFA0000 E RO   FFFC0000   RO   FFFE0000   RO   FFFE4000   RO   FFFE8000   RO
29572       FFFEC000   RO   FFFF0000   RO   FFFF4000   RO   FFFF8000 E      FFFFC000
29573
29574     The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
29575     board BSPs as well.
29576
29577     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
29578
29579 commit a1c8a719262151f97119e76166043ee3da3f97b2
29580 Author: Peter Tyser <ptyser@xes-inc.com>
29581 Date:   Fri Feb 6 14:30:40 2009 -0600
29582
29583     86xx: Update CPU info output on bootup
29584
29585     - Update style of 86xx CPU information on boot to more closely
29586       match 85xx boards
29587     - Fix detection of 8641/8641D
29588     - Use strmhz() to display frequencies
29589     - Display L1 information
29590     - Display L2 cache size
29591     - Fixed CPU/SVR version output
29592
29593     == Before ==
29594     Freescale PowerPC
29595     CPU:
29596         Core: E600 Core 0, Version: 0.2, (0x80040202)
29597         System: Unknown, Version: 2.1, (0x80900121)
29598         Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
29599         L2: Enabled
29600     Board: X-ES XPedite5170 3U VPX SBC
29601
29602     == After ==
29603     CPU:   8641D, Version: 2.1, (0x80900121)
29604     Core:  E600 Core 0, Version: 2.2, (0x80040202)
29605     Clock Configuration:
29606            CPU:1066.667 MHz, MPX:533.333 MHz
29607            DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
29608     L1:    D-cache 32 KB enabled
29609            I-cache 32 KB enabled
29610     L2:    512 KB enabled
29611     Board: X-ES XPedite5170 3U VPX SBC
29612
29613     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29614
29615 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
29616 Author: Peter Tyser <ptyser@xes-inc.com>
29617 Date:   Thu Feb 5 11:25:24 2009 -0600
29618
29619     86xx: Update Global Utilities structure
29620
29621     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29622
29623 commit 4ef630df773e45806d701bf5d25c328778bb4cde
29624 Author: Peter Tyser <ptyser@xes-inc.com>
29625 Date:   Thu Feb 5 11:25:25 2009 -0600
29626
29627     86xx: Reset update
29628
29629     Update the 86xx reset sequence to try executing a board-specific reset
29630     function.  If the board-specific reset is not implemented or does not
29631     succeed, then assert #HRESET_REQ.  Using #HRESET_REQ is a more standard
29632     reset procedure than the previous method and allows all board
29633     peripherals to be reset if needed.
29634
29635     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29636
29637 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
29638 Author: Kumar Gala <galak@kernel.crashing.org>
29639 Date:   Tue Feb 10 23:53:40 2009 -0600
29640
29641     fsl-ddr: Allow system to boot if we have more than 4G of memory
29642
29643     Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
29644     an error and hang.  Instead of doing that since DDR is mapped in the
29645     lowest priority LAWs we setup the DDR controller and the max amount
29646     of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
29647
29648     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29649     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
29650
29651 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
29652 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
29653 Date:   Wed Jan 21 17:17:33 2009 -0600
29654
29655     mpc85xx: Add support for the P2020
29656
29657     Added various p2020 processor specific details:
29658     * SVR for p2020, p2020E
29659     * immap updates for LAWs and DDR on p2020
29660     * LAW defines related to p2020
29661
29662     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
29663     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
29664     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29665
29666 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
29667 Author: Kumar Gala <galak@kernel.crashing.org>
29668 Date:   Tue Feb 10 17:36:15 2009 -0600
29669
29670     85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
29671
29672     Added some info that is printed out when we boot to distiquish if we
29673     built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
29674     different address maps.
29675
29676     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29677
29678 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
29679 Author: Andy Fleming <afleming@freescale.com>
29680 Date:   Fri Dec 5 20:10:22 2008 -0600
29681
29682     Fixup SGMII PHY ids in the device tree
29683
29684     The device tree's PHY addresses need to be fixed up if we're using the
29685     SGMII Riser Card.
29686
29687     The 8572, 8536, and 8544 DS boards were modified to call this function.
29688
29689     Code idea taken from Liu Yu <yu.liu@freescale.com>
29690
29691     Signed-off-by: Andy Fleming <afleming@freescale.com>
29692
29693 commit 5dc0cf68f8f101042997d75188081d8526d705ea
29694 Author: Andy Fleming <afleming@freescale.com>
29695 Date:   Wed Feb 11 15:10:31 2009 -0600
29696
29697     Make some minor whitespace changes to eliminate line-wrapping
29698
29699     Signed-off-by: Andy Fleming <afleming@freescale.com>
29700
29701 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
29702 Author: Andy Fleming <afleming@freescale.com>
29703 Date:   Wed Feb 11 15:07:24 2009 -0600
29704
29705     Add eth_get_dev_by_index
29706
29707     This allows code to iterate through the ethernet devices
29708
29709     Signed-off-by: Andy Fleming <afleming@freescale.com>
29710
29711 commit b67305120aaf268a6140125346678166d14f1f47
29712 Author: Kumar Gala <galak@kernel.crashing.org>
29713 Date:   Mon Feb 9 22:03:04 2009 -0600
29714
29715     85xx: Fix bug in device tree setup in 36-bit physical confg
29716
29717     In the 36-bit physical config for MPC8572DS when need the start address
29718     of memory and it size to be kept in phys_*_t instead of a ulong since
29719     we support >4G of memory in the config and ulong cant represent that.
29720     Otherwise we end up seeing the memory node in the device tree reporting
29721     back we have memory starting @ 0 and of size 0.
29722
29723     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29724
29725 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
29726 Author: Kumar Gala <galak@kernel.crashing.org>
29727 Date:   Mon Feb 9 22:03:05 2009 -0600
29728
29729     85xx: Fix address map for 36-bit config of MPC8572DS
29730
29731     When we introduced the 36-bit config of the MPC8572DS board we had the
29732     wrong PCI MEM bus address map.  Additionally, the change to the address
29733     map exposes a small issue in our dummy read on the ULI bus.  We need
29734     to use the new mapping functions to handle that read properly in the
29735     36-bit config.
29736
29737     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29738
29739 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
29740 Author: Kumar Gala <galak@kernel.crashing.org>
29741 Date:   Fri Feb 6 09:56:35 2009 -0600
29742
29743     85xx: Fix how we map DDR memory
29744
29745     Previously we only allowed power-of-two memory sizes and didnt
29746     handle >2G of memory.  Now we will map up to CONFIG_MAX_MEM_MAPPED
29747     and should properly handle any size that we can make in the TLBs
29748     we have available to us
29749
29750     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29751
29752 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
29753 Author: Kumar Gala <galak@kernel.crashing.org>
29754 Date:   Fri Feb 6 09:56:34 2009 -0600
29755
29756     fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
29757
29758     If we only have one controller we can completely ignore how
29759     memctl_intlv_ctl is set.  Otherwise other levels of code get confused
29760     and think we have twice as much memory.
29761
29762     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29763
29764 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
29765 Author: Kumar Gala <galak@kernel.crashing.org>
29766 Date:   Wed Feb 4 09:35:57 2009 -0600
29767
29768     85xx: Format cpu freq printing to handle 8 cores
29769
29770     Only print 4 cpu freq per line.  This way when we have 8 cores its a
29771     bit more readable.
29772
29773     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29774
29775 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
29776 Author: Abraham, Thomas <t-abraham@ti.com>
29777 Date:   Tue Oct 28 16:51:31 2008 +0530
29778
29779     USB: Remove LUN number from CDB
29780
29781     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.
29782
29783     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
29784     Signed-off-by: Remy Bohmer <linux@bohmer.net>
29785
29786 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
29787 Author: Atin Malaviya <atin.malaviya@gmail.com>
29788 Date:   Tue Feb 3 15:17:10 2009 -0500
29789
29790     Added usbtty_configured() check. Fixed attribute(packed) warnings.
29791
29792     V3: Fixed line-wrap problem due to user error in mail!
29793
29794     Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
29795     when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
29796     Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
29797
29798     Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
29799     Signed-off-by: Remy Bohmer <linux@bohmer.net>
29800
29801 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
29802 Author: Guennadi Liakhovetski <lg@denx.de>
29803 Date:   Fri Feb 13 09:23:36 2009 +0100
29804
29805     i.MX31: Start the I2C clock on driver initialisation
29806
29807     i.MX31 powers on with most clocks running, so, after a power on this explicit
29808     clock start up is not required. However, as Linux boots it disables most clocks
29809     to save power. This includes the I2C clock. If we then soft reboot from Linux
29810     the I2C clock stays off. This breaks the phycore, which has its environment in
29811     I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
29812     initialisation routine.
29813
29814     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29815     Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29816
29817 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
29818 Author: Mike Frysinger <vapier@gentoo.org>
29819 Date:   Wed Feb 11 20:36:14 2009 -0500
29820
29821     i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
29822
29823     The Blackfin i2c driver has been rewritten thus the special ifdefs in the
29824     common code are no longer needed.
29825
29826     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29827
29828 commit c2d9befa0b4695b89476fb5d259742c09afe243f
29829 Author: Heiko Schocher <hs@denx.de>
29830 Date:   Thu Feb 12 08:08:54 2009 +0100
29831
29832     82xx, mgcoge: fix compile error
29833
29834     With actual u-boot compiling the mgcoge port fails, because
29835     since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
29836     necessary to define CONFIG_NET_MULTI.
29837
29838     Seems to me the mgcoge port is the only actual existing 8260
29839     port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
29840     to be fixed.
29841
29842     Signed-off-by: Heiko Schocher <hs@denx.de>
29843
29844 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
29845 Author: Dirk Eibach <eibach@gdsys.de>
29846 Date:   Mon Feb 9 08:18:34 2009 +0100
29847
29848     ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
29849
29850     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
29851     Signed-off-by: Stefan Roese <sr@denx.de>
29852
29853 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
29854 Author: Carolyn Smith <carolyn.smith@tektronix.com>
29855 Date:   Thu Feb 12 06:13:44 2009 +0100
29856
29857     ppc4xx: Fix initialization of the SDRAM_CODT register
29858
29859     This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
29860     initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
29861     and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
29862
29863     Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
29864     Signed-off-by: Stefan Roese <sr@denx.de>
29865
29866 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
29867 Author: Stefan Roese <sr@denx.de>
29868 Date:   Wed Feb 11 09:29:33 2009 +0100
29869
29870     ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
29871
29872     Some AMCC eval boards do have a board_eth_init() function calling
29873     pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
29874     with the new eth_init rework.
29875
29876     Signed-off-by: Stefan Roese <sr@denx.de>
29877
29878 commit c645012aefebb301e6907d148c6c8efacac049d4
29879 Author: Adam Graham <agraham@amcc.com>
29880 Date:   Mon Feb 9 13:18:12 2009 -0800
29881
29882     ppc4xx: Autocalibration can set RDCC to over aggressive value.
29883
29884     The criteria of the AMCC SDRAM Controller DDR autocalibration
29885     U-Boot code is to pick the largest passing write/read/compare
29886     window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
29887     Cycle Select value.
29888
29889     On some Kilauea boards the DDR autocalibration algorithm can
29890     find a large passing write/read/compare window with a small
29891     SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
29892     value "T1 Sample".
29893
29894     This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
29895     "T1 Sample" proves to be to aggressive when later on U-Boot
29896     relocates into DDR memory and executes.
29897
29898     The memory traces on the Kilauea board are short so on some
29899     Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
29900     value of "T1 Sample" shows up as a potentially valid value for
29901     the DDR autocalibratiion algorithm.
29902
29903     The fix is to define a weak default function which provides
29904     the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
29905     to accept for DDR autocalibration.  The default will be the
29906     "T2 Sample" value.  A board developer who has a well defined
29907     board and chooses to be more aggressive can always provide
29908     their own board specific string function with the more
29909     aggressive "T1 Sample" value or stick with the default
29910     minimum SDRAM_RDCC.[RDSS] value of "T2".
29911
29912     Also put in a autocalibration loop fix for case where current
29913     write/read/compare passing window size is the same as a prior
29914     window size, then in this case choose the write/read/compare
29915     result that has the associated smallest RDCC T-Sample value.
29916
29917     Signed-off-by: Adam Graham <agraham@amcc.com>
29918     Signed-off-by: Stefan Roese <sr@denx.de>
29919
29920 commit 2ede879fcb67470524847bb4fc8972651bb46184
29921 Author: Stefan Roese <sr@denx.de>
29922 Date:   Wed Feb 11 09:37:12 2009 +0100
29923
29924     ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
29925
29926     CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
29927     included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
29928
29929     It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
29930     boards right now.
29931
29932     Signed-off-by: Stefan Roese <sr@denx.de>
29933
29934 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
29935 Author: Wolfgang Denk <wd@denx.de>
29936 Date:   Thu Feb 12 00:08:39 2009 +0100
29937
29938     Coding style cleanup; update CHANGELOG
29939
29940     Signed-off-by: Wolfgang Denk <wd@denx.de>
29941
29942 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
29943 Author: Peter Tyser <ptyser@xes-inc.com>
29944 Date:   Fri Jan 30 16:36:40 2009 -0600
29945
29946     Add feature-removal-schedule.txt
29947
29948     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29949
29950 commit 255d28e1642e8fc32a6753226be1a96b481ce111
29951 Author: Heiko Schocher <hs@denx.de>
29952 Date:   Tue Feb 10 09:32:38 2009 +0100
29953
29954     8xx serial, smc: Coding-Style cleanup serial SMC driver
29955
29956     Signed-off-by: Heiko Schocher <hs@denx.de>
29957
29958 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
29959 Author: Heiko Schocher <hs@denx.de>
29960 Date:   Tue Feb 10 09:31:47 2009 +0100
29961
29962     8xx serial, smc: add configurable SMC Rx buffer len
29963
29964     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
29965     With this option it is possible to allow the receive
29966     buffer for the SMC on 8xx to be greater then 1. In case
29967     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
29968     old version.
29969
29970     When defining CONFIG_SYS_SMC_RXBUFLEN also
29971     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
29972     idle timeout for the SMC.
29973
29974     Signed-off-by: Heiko Schocher <hs@denx.de>
29975
29976 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
29977 Author: Mike Frysinger <vapier@gentoo.org>
29978 Date:   Thu Feb 5 21:04:36 2009 -0500
29979
29980     common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
29981
29982     Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
29983     the COBJS-$(CONFIG_xxx) in the Makefile.  Also delete unused var in kgdb
29984     code in the process.
29985
29986     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29987
29988 commit ab76e9848a1f4db64d14233741d739a3b3360c93
29989 Author: Mike Frysinger <vapier@gentoo.org>
29990 Date:   Thu Feb 5 21:04:50 2009 -0500
29991
29992     bzip2: move ifdef handling to Makefile COBJS-$(...)
29993
29994     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29995
29996 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
29997 Author: Jerry Van Baren <gvb.uboot@gmail.com>
29998 Date:   Thu Feb 5 22:18:02 2009 -0500
29999
30000     Fix whitespace damage: double space changed to a tab
30001
30002     At some point an intentional double space at the end of the sentence
30003     got changed into a tab in the GPL header line:
30004      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30005
30006     This patch fixes the damage.
30007
30008     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
30009
30010 commit 4f975678de995b55749d5e84590c268972a7c835
30011 Author: Heiko Schocher <hs@denx.de>
30012 Date:   Tue Feb 10 09:53:29 2009 +0100
30013
30014     cfi: make flash_get_info() non static
30015
30016     If on your board is more than one flash, you must know
30017     the size of every single flash, for example, for updating
30018     the DTS before booting Linux. So make this function
30019     flash_get_info() extern, and you can have all info
30020     about your flashes.
30021
30022     Signed-off-by: Heiko Schocher <hs@denx.de>
30023     Signed-off-by: Stefan Roese <sr@denx.de>
30024
30025 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
30026 Author: Ben Warren <biggerbadderben@gmail.com>
30027 Date:   Thu Feb 5 23:58:25 2009 -0800
30028
30029     net: removed board-specific CONFIGs from MPC5xxx FEC driver
30030
30031     Added new CONFIG options for the three type of MAC-PHY interconnect and
30032     applied them all relevant board config files
30033
30034     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30035
30036 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
30037 Author: Mike Frysinger <vapier@gentoo.org>
30038 Date:   Thu Feb 5 21:04:47 2009 -0500
30039
30040     net/sntp.c: move ifdef into Makefile COBJS-$(...)
30041
30042     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30043     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30044
30045 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
30046 Author: Andy Fleming <afleming@freescale.com>
30047 Date:   Tue Feb 3 18:26:41 2009 -0600
30048
30049     tsec: Fix a bug in soft-resetting
30050
30051     SOFT_RESET must be asserted for at least 3 TX clocks.  Usually, that's about 30
30052     clock cycles, so it's been mostly working.  But we had no guarantee, and at
30053     slower bitrates, it's just over a microsecond (over 1000 clock cycles).  This
30054     enforces a 2 microsecond gap between assertion and deassertion.
30055
30056     Signed-off-by: Andy Fleming <afleming@freescale.com>
30057     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30058
30059 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
30060 Author: Simon Munton <simon@nidoran.m5data.com>
30061 Date:   Mon Feb 2 09:44:08 2009 +0000
30062
30063     Fix 100Mbs ethernet operation on sh7763 based boards
30064
30065     100Mbs ethernet does not work on sh7763 chips due to the wrong value being
30066     used in the GECMR register. Following diff fixes the problem
30067
30068     Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
30069     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30070
30071 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
30072 Author: ksi@koi8.net <ksi@koi8.net>
30073 Date:   Fri Feb 6 16:27:55 2009 -0800
30074
30075     Fix MPC8260 with ethernet on SCC
30076
30077     This fixes MPC8260 compilation with ethernet on SCC. Probably was a
30078     typo or something...
30079
30080     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
30081     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30082
30083 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
30084 Author: Heiko Schocher <hs@denx.de>
30085 Date:   Fri Jan 30 12:56:15 2009 +0100
30086
30087     82xx serial, smc: Coding-Style cleanup serial SMC driver
30088
30089     Signed-off-by: Heiko Schocher <hs@denx.de>
30090
30091 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
30092 Author: Heiko Schocher <hs@denx.de>
30093 Date:   Fri Jan 30 12:55:38 2009 +0100
30094
30095     82xx serial, smc: add configurable SMC Rx buffer len
30096
30097     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
30098     With this option it is possible to allow the receive
30099     buffer for the SMC on 82xx to be greater then 1. In case
30100     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
30101     old version.
30102
30103     When defining CONFIG_SYS_SMC_RXBUFLEN also
30104     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
30105     idle timeout for the SMC.
30106
30107     Signed-off-by: Heiko Schocher <hs@denx.de>
30108
30109 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
30110 Author: Kumar Gala <galak@kernel.crashing.org>
30111 Date:   Fri Feb 6 08:08:06 2009 -0600
30112
30113     ppc: Fix roll over bug in flush_cache()
30114
30115     If we call flush_cache(0xfffff000, 0x1000) it would never
30116     terminate the loop since end = 0xffffffff and we'd roll over
30117     our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
30118
30119     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30120
30121 commit 87c9063963561d3d01064be34d0c30855a56587b
30122 Author: Kumar Gala <galak@kernel.crashing.org>
30123 Date:   Thu Feb 5 20:40:58 2009 -0600
30124
30125     ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
30126
30127     Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
30128     between the two current users (lib_ppc/board.c, 44x SPD DDR2).
30129
30130     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30131     Acked-by: Stefan Roese <sr@denx.de>
30132
30133 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
30134 Author: Kumar Gala <galak@kernel.crashing.org>
30135 Date:   Thu Feb 5 20:40:57 2009 -0600
30136
30137     Add an architecture specific config.h for common defines
30138
30139     We have common defines that we duplicate in various ways.  Having an
30140     arch specific config.h gives us a common location for those defines.
30141
30142     Eventually we should be able to replace this when we have proper
30143     Kconfig support.
30144
30145     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30146
30147 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
30148 Author: Becky Bruce <beckyb@kernel.crashing.org>
30149 Date:   Tue Feb 3 18:10:56 2009 -0600
30150
30151     mpc8641hpcn: Change PCI MEM pci bus address
30152
30153     Now that the rest of u-boot can support it, change the PCI bus
30154     address of the PCI MEM regions from 0x80000000 to 0xc0000000,
30155     and use the same bus address for both PCI1 and PCI2.  This will
30156     maximize the amount of PCI address space left over to map RAM
30157     on systems with large amounts of memory.
30158
30159     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30160
30161 commit 1785dbeed43599eed1d8875673c96912cd770141
30162 Author: Becky Bruce <beckyb@kernel.crashing.org>
30163 Date:   Tue Feb 3 18:10:55 2009 -0600
30164
30165     drivers/block/ahci: Fix pci mapping bug
30166
30167     The code assumes that the pci bus address and the virtual
30168     address used to access a region are the same, but they might
30169     not be.  Fix this assumption.
30170
30171     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30172
30173 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
30174 Author: Becky Bruce <beckyb@kernel.crashing.org>
30175 Date:   Tue Feb 3 18:10:54 2009 -0600
30176
30177     MPC8641HPCN: Enable CONFIG_ADDR_MAP
30178
30179     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30180
30181 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
30182 Author: Becky Bruce <beckyb@kernel.crashing.org>
30183 Date:   Tue Feb 3 18:10:53 2009 -0600
30184
30185     mpc8641hpcn: Clean up PCI mapping concepts
30186
30187     Clean up PCI mapping concepts in the 8641 config - rename _BASE
30188     to _BUS, as it's actually a PCI bus address, separate virtual
30189     and physical addresses into _VIRT and _PHYS, and use each
30190     appopriately.
30191
30192     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30193
30194 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
30195 Author: Becky Bruce <beckyb@kernel.crashing.org>
30196 Date:   Tue Feb 3 18:10:52 2009 -0600
30197
30198     mpc86xx: Add support to populate addr map based on BATs
30199
30200     If CONFIG_ADDR_MAP is enabled, update the address map
30201     whenever we write a bat.
30202
30203     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30204
30205 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
30206 Author: Becky Bruce <beckyb@kernel.crashing.org>
30207 Date:   Tue Feb 3 18:10:51 2009 -0600
30208
30209     powerpc: Move duplicated BAT defines to mmu.h
30210
30211     The BAT fields are architected; there's no need for these to be in
30212     cpu-specific files.  Drop the duplication and move these to
30213     include/asm-ppc/mmu.h.  Also, remove the BL_xxx defines that were only
30214     used by the alaska board, and switch to using the BATU_BL_xxx defines
30215     used by all the other boards.  The BL_ defines previously in use
30216     had to be shifted into the proper position for use, which was inefficient.
30217
30218     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30219
30220 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
30221 Author: Becky Bruce <beckyb@kernel.crashing.org>
30222 Date:   Tue Feb 3 18:10:50 2009 -0600
30223
30224     drivers/pci: Create pci_map_bar function
30225
30226     It is no longer always true that the pci bus address can be
30227     used as the virtual address for pci accesses.  pci_map_bar()
30228     is created to return the virtual address for a pci region.
30229
30230     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30231
30232 commit 2ecca3401775b125c3b9ff65766befb23989414b
30233 Author: Becky Bruce <beckyb@kernel.crashing.org>
30234 Date:   Tue Feb 3 18:10:49 2009 -0600
30235
30236     mpc8641hpcn: Set up outbound pci windows before inbound
30237
30238     Because the inbound pci windows are mapped generously, set up
30239     the more specific outbound windows first.  This way, when we
30240     search the pci regions for something, we will hit on the more
30241     specific region.  This can actually be a problem on systems
30242     with large amounts of RAM.
30243
30244     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30245
30246 commit b81b773ead0687114dc8a800f99ea6e504447739
30247 Author: Becky Bruce <beckyb@kernel.crashing.org>
30248 Date:   Mon Feb 2 16:34:52 2009 -0600
30249
30250     mpc8641hpcn: Use physical address in flash banks defintion
30251
30252     If the VA and PA of the flash aren't the same, the banks list
30253     should be initialized to hold the physical address.  Correct this.
30254
30255     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30256
30257 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
30258 Author: Ilya Yanok <yanok@emcraft.com>
30259 Date:   Tue Feb 10 00:22:31 2009 +0100
30260
30261     qong: support for Dave/DENX QongEVB-LITE board
30262
30263     This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
30264
30265     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
30266     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30267
30268 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
30269 Author: Ilya Yanok <yanok@emcraft.com>
30270 Date:   Mon Feb 9 18:45:28 2009 +0100
30271
30272     dnet: driver for Dave DNET ethernet controller
30273
30274     Driver for Dave DNET ethernet controller (used on Dave/DENX
30275     QongEVB-LITE board).
30276
30277     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
30278     Acked-by: Ben Warren <biggerbadderben@gmail.com>
30279
30280 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
30281 Author: Kumar Gala <galak@kernel.crashing.org>
30282 Date:   Fri Feb 6 09:49:32 2009 -0600
30283
30284     pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
30285
30286     When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
30287     we should give preference to memory regions that aren't system memory.
30288
30289     Its possible that we have over mapped system memory in the regions and
30290     we want to avoid depending on the order of the regions.
30291
30292     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30293
30294 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
30295 Author: Kumar Gala <galak@kernel.crashing.org>
30296 Date:   Fri Feb 6 09:49:31 2009 -0600
30297
30298     pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
30299
30300     The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
30301     can be confusing when reading the code.
30302
30303     Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
30304     for system memory mapping purposes.
30305
30306     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30307
30308 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
30309 Author: Ilya Yanok <yanok@emcraft.com>
30310 Date:   Sun Feb 8 00:59:43 2009 +0300
30311
30312     mx31: add GPIO registers definitions
30313
30314     Added definitions for i.MX31 processor GPIO registers.
30315
30316     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
30317
30318 commit 8da601280a8acbc3385784780ed35130e53812f1
30319 Author: Peter Tyser <ptyser@xes-inc.com>
30320 Date:   Wed Feb 4 13:47:22 2009 -0600
30321
30322     NAND: Add timeout for reset command
30323
30324     Without the timeout present an infinite loop can occur if the
30325     NAND device is broken or not present.
30326
30327     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
30328     Signed-off-by: Scott Wood <scottwood@freescale.com>
30329
30330 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
30331 Author: Peter Tyser <ptyser@xes-inc.com>
30332 Date:   Wed Feb 4 13:39:40 2009 -0600
30333
30334     NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
30335
30336     Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
30337     for disabling the "No NAND device found!!!" warning when
30338     CONFIG_SYS_NAND_QUIET_TEST was defined.  This re-adds support
30339     for silencing the warning.
30340
30341     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
30342     Signed-off-by: Scott Wood <scottwood@freescale.com>
30343
30344 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
30345 Author: Valeriy Glushkov <gvv@lstec.com>
30346 Date:   Mon Jan 19 16:32:59 2009 +0200
30347
30348     NAND: Fixed invalid pointers to static relocated chip names
30349
30350     Dear Wolfgang,
30351
30352     You are right, the patch was ugly.
30353     The new one seems to be better.
30354
30355     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
30356     Signed-off-by: Scott Wood <scottwood@freescale.com>
30357
30358 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
30359 Author: Nishanth Menon <nm@ti.com>
30360 Date:   Mon Feb 2 18:20:12 2009 -0600
30361
30362     ARM:OMAP3:Zoom1: Add nand unlock option
30363
30364     Enable NAND_UNLOCK option for unlocking nand for
30365     erase/write operations
30366
30367     Signed-off-by: Nishanth Menon <nm@ti.com>
30368
30369 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
30370 Author: derek@siconix.com <derek@siconix.com>
30371 Date:   Mon Jan 26 14:08:17 2009 -0700
30372
30373     env_nand: fix env memory release
30374
30375     This fixes a bug that tmp environment memory not being released.
30376
30377     Signed-off-by: Derek Ou <dou@siconix.com>
30378     Signed-off-by: Scott Wood <scottwood@freescale.com>
30379
30380 commit 05fd88776419df59e7f37bac063a209409dd801d
30381 Author: Guennadi Liakhovetski <lg@denx.de>
30382 Date:   Fri Feb 6 10:37:45 2009 +0100
30383
30384     ARM: remove unused variable
30385
30386     The "size" variable in start_armboot() in lib_arm/board.c is only really
30387     used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
30388     eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
30389
30390     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30391
30392 commit 6989e4f546d960a407dd5425f800dff9751c8132
30393 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30394 Date:   Thu Feb 5 09:33:50 2009 -0500
30395
30396     Coldfire: M527x: Add missing GPIO register address defines
30397
30398     Add missing GPIO registers address definition for Coldfire M5271.
30399
30400     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30401
30402 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
30403 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30404 Date:   Fri Jan 23 14:42:58 2009 -0500
30405
30406     Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
30407
30408     Modified mii_init to support boards with PHYs that are not set to
30409     autonegotiate, but still want to use u-boot's mii commands to probe
30410     the smi bus. Such PHYs will not set the Autonegotiate-done bit.
30411
30412     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30413
30414 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
30415 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30416 Date:   Fri Jan 23 11:44:30 2009 -0500
30417
30418     Coldfire: Applied baudrate formula of serial_init to serial_setbrg
30419
30420     Applied the patch for baudrate divider value truncation for
30421     serial_init to serial_setbrg as well.
30422
30423     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30424
30425 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
30426 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30427 Date:   Fri Jan 23 14:07:05 2009 -0500
30428
30429     Coldfire: M5271EVB: Board header update (dependencies)
30430
30431     Cleanup for M5271EVB:
30432     Added clarification on the use of CONFIG_SYS_CLOCK.
30433     Modified to use u-boot's HUSH parser.
30434     Cleanup on environment settings.
30435     Removed compiler warning by defining CONFIG_SYS_CS0_*
30436
30437     Dependencies:
30438     Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
30439     This depends on a patch to include/asm-m68k/m5271.h
30440     that defines the multiplier and divider ratios.
30441
30442     Removed the definition of CONFIG_SYS_FECI2C.
30443     This depends on a patch that removes the use of it in
30444     cpu/mcf52x2/cpu_init.c
30445
30446     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30447
30448 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
30449 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30450 Date:   Thu Jan 29 14:36:06 2009 -0500
30451
30452     Coldfire: M5271: Allow board header file to specify clock multiplier
30453
30454     M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
30455
30456     Allow the board header file to set their own multiplier and divider.
30457     Added the #define for the multiplier and divider to the cpu header file.
30458
30459     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30460
30461 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
30462 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30463 Date:   Fri Jan 23 10:47:13 2009 -0500
30464
30465     Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
30466
30467     Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
30468     Use read-modify-write to activate the FEC pins without disabling I2C.
30469
30470     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30471
30472 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
30473 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30474 Date:   Fri Jan 23 09:45:34 2009 -0500
30475
30476     Coldfire: cmd_bdinfo cleanup
30477
30478     CONFIG_M68K bdinfo cleanup:
30479
30480     Fixed compiler warning about baudrate printing.
30481     format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
30482
30483     Added printing of "cpufreq"
30484
30485     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30486
30487 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
30488 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30489 Date:   Fri Jan 23 09:27:00 2009 -0500
30490
30491     Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
30492
30493     Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
30494     was causing the bus clock (not CPU clock) to be declared twice as
30495     fast as it actually is. This causes UARTS to operate at half the
30496     specified baudrate.
30497
30498     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30499
30500 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
30501 Author: Dirk Eibach <eibach@gdsys.de>
30502 Date:   Tue Feb 3 15:15:21 2009 +0100
30503
30504     ppc4xx: Make PCIE support selectable
30505
30506     On some platforms PCIE support is not required, but would be included
30507     because the cpu supports it. To reduce fooprint it is now configurable
30508     via CONFIG_PCI_DISABLE_PCIE.
30509
30510     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
30511     Signed-off-by: Stefan Roese <sr@denx.de>
30512
30513 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
30514 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30515 Date:   Tue Feb 3 22:13:16 2009 +0100
30516
30517     ppc4xx: Only fixup opb attached UARTs
30518
30519     This patch updates the fdt UART clock fixup code to
30520     only touch CPU internal UARTs on 4xx systems.
30521     Only these UARTs are definitely clocked by gd->uart_clk.
30522
30523     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30524     Signed-off-by: Stefan Roese <sr@denx.de>
30525
30526 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
30527 Author: Mike Frysinger <vapier@gentoo.org>
30528 Date:   Tue Jan 13 11:00:29 2009 -0500
30529
30530     Blackfin: move default boot SPI CS to common code
30531
30532     Move the default SPI CS that we boot from into common code so that it can
30533     be used in other SPI drivers and environment settings.
30534
30535     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30536
30537 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
30538 Author: Mike Frysinger <vapier@gentoo.org>
30539 Date:   Wed Dec 10 12:33:54 2008 -0500
30540
30541     Blackfin: dynamically update UART speed when initializing
30542
30543     Previously, booting over the UART required the baud rate to be known ahead
30544     of time.  Using a bit of tricky simple math, we can calculate the new board
30545     rate based on the old divisors.
30546
30547     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30548     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
30549
30550 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
30551 Author: Mike Frysinger <vapier@gentoo.org>
30552 Date:   Tue Dec 9 17:21:08 2008 -0500
30553
30554     Blackfin: add support for fast SPI reads with Boot ROM
30555
30556     Newer Blackfin boot roms support using the fast SPI read command rather than
30557     just the slow one.  If the functionality is available, then use it.
30558
30559     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30560
30561 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
30562 Author: Mike Frysinger <vapier@gentoo.org>
30563 Date:   Sat Oct 11 21:46:52 2008 -0400
30564
30565     Blackfin: check for reserved settings in DDR MMRs
30566
30567     Some bits of the DDR MMRs should not be set.  If they do, bad things may
30568     happen (like random failures or hardware destruction).
30569
30570     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30571
30572 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
30573 Author: Mike Frysinger <vapier@gentoo.org>
30574 Date:   Sat Oct 11 21:54:00 2008 -0400
30575
30576     Blackfin: set default voltage levels for BF538/BF539 parts
30577
30578     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30579
30580 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
30581 Author: Mike Frysinger <vapier@gentoo.org>
30582 Date:   Sun Jun 1 01:29:57 2008 -0400
30583
30584     Blackfin: use on-chip syscontrol() rom function when available
30585
30586     Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
30587     to be used to properly program the memory and voltage settings as it will
30588     include (possibly critical) factory tested bias values.
30589
30590     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30591
30592 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
30593 Author: Stefan Roese <sr@denx.de>
30594 Date:   Thu Feb 5 11:44:52 2009 +0100
30595
30596     cfi_flash: Fix typo in cfi_flash.c
30597
30598     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
30599     introduced a small typo and compilation warning for systems with CFI
30600     legacy support (e.g. hcu4). This patch fixes it.
30601
30602     Signed-off-by: Stefan Roese <sr@denx.de>
30603
30604 commit 28745db969b72693754991c838f68a7fb4a8b1ab
30605 Author: Stefan Roese <sr@denx.de>
30606 Date:   Thu Jan 29 11:21:38 2009 +0100
30607
30608     jedec_flash: Only use manufacturer defines from common flash.h
30609
30610     This patch removes the double defined manufacturer defines from
30611     jedec_flash.c. Since the common defines in flash.h are 32bit
30612     we now need the (16) cast. This patch also removes the compilation
30613     warning (e.g. seen on hcu5):
30614
30615     ./MAKEALL hcu5
30616     Configuring for hcu5 board...
30617     jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
30618
30619     Signed-off-by: Stefan Roese <sr@denx.de>
30620
30621 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
30622 Author: Stefan Roese <sr@denx.de>
30623 Date:   Thu Feb 5 11:25:57 2009 +0100
30624
30625     cfi_flash: Silence compilation warning
30626
30627     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
30628     introduced a small compilation warning. This patch fixes it.
30629
30630     Signed-off-by: Stefan Roese <sr@denx.de>
30631
30632 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
30633 Author: Becky Bruce <beckyb@kernel.crashing.org>
30634 Date:   Mon Feb 2 16:34:51 2009 -0600
30635
30636     flash/cfi_flash: Use virtual sector start address, not phys
30637
30638     include/flash.h was commented to say that the address in
30639     flash_info->start was a physical address.  However, from u-boot's
30640     point of view, and looking at most flash code, it makes more
30641     sense for this to be a virtual address.  So I corrected the
30642     comment to indicate that this was a virtual address.
30643
30644     The only flash driver that was actually treating the address
30645     as physical was the mtd/cfi_flash driver.  However, this code
30646     was using it inconsistently as it actually directly dereferenced
30647     the "start" element, while it used map_physmem to get a
30648     virtual address in other places.  I changed this driver so
30649     that the code which initializes the info->start field calls
30650     map_physmem to get a virtual address, eliminating the need for
30651     further map_physmem calls.  The code is now consistent.
30652
30653     The *only* place a physical address should be used is when defining the
30654     flash banks list that is used to initialize the flash_info struct,
30655     usually found in the board config file.
30656
30657     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
30658     Signed-off-by: Stefan Roese <sr@denx.de>
30659
30660 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
30661 Author: Wolfgang Denk <wd@denx.de>
30662 Date:   Wed Feb 4 09:42:20 2009 +0100
30663
30664     Fix compiler warning
30665
30666     (shows up only when DEBUG is enabled)
30667
30668     Signed-off-by: Wolfgang Denk <wd@denx.de>
30669
30670 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
30671 Author: Mike Frysinger <vapier@gentoo.org>
30672 Date:   Mon Oct 6 03:45:55 2008 -0400
30673
30674     Blackfin: update anomaly lists
30675
30676     Update the anomaly lists to match latest anomaly sheets.
30677
30678     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30679
30680 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
30681 Author: Ralph Kondziella <rk@argos-messtechnik.de>
30682 Date:   Mon Jan 26 12:34:36 2009 -0700
30683
30684     ADS5121 Add PATA support
30685
30686     Original patch from Ralph Kondziella
30687     plus clean up by Wolfgang Denk
30688     plus changes by John Rigby
30689         use ips clock not lpc
30690         port forward to current u-boot release
30691
30692     Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
30693     Signed-off-by: Wolfgang Denk <wd@denx.de>
30694     Signed-off-by: John Rigby <jrigby@freescale.com>
30695
30696 commit abfbd0ae4967df18102345db4f4b529a13da107b
30697 Author: Martha Marx <mmarx@silicontkx.com>
30698 Date:   Mon Jan 26 10:45:07 2009 -0700
30699
30700     ADS5121 Add IC Ident Module (IIM) support
30701
30702     IIM (IC Identification Module) is the fusebox for the mpc5121.
30703     Use #define CONFIG_IIM to turn on the clock for this module
30704     use #define CONFIG_CMD_FUSE to add fusebox commands.
30705     Fusebox commands include the ability to read
30706     the status, read the register cache, override the register cache,
30707     program the fuses and sense them.
30708
30709     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
30710     Signed-off-by: John Rigby <jrigby@freescale.com>
30711
30712 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
30713 Author: John Rigby <jrigby@freescale.com>
30714 Date:   Fri Jan 23 10:33:15 2009 -0700
30715
30716     ADS5121 Fix rev2 silicon pci iopad config
30717
30718     Reset config is not correct
30719
30720     Signed-off-by: John Rigby <jrigby@freescale.com>
30721
30722 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
30723 Author: John Rigby <jrigby@freescale.com>
30724 Date:   Wed Nov 19 13:57:34 2008 -0700
30725
30726     ADS5121 DIU Add diu_bmp_addr env
30727
30728     Add support for using a bmp other than
30729     FSL_Logo_BMP for the DIU splash screen.
30730
30731     Can now set the env var "diu_bmp_addr" to
30732     the address of a BMP in flash to use instead
30733     of the default FSL_Logo_BMP.
30734
30735     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
30736     Signed-off-by: John Rigby <jrigby@freescale.com>
30737
30738 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
30739 Author: John Rigby <jrigby@freescale.com>
30740 Date:   Thu Oct 30 16:39:35 2008 -0600
30741
30742     ADS5121 DIU Make inclusion of FSL logo optional
30743
30744     Make inclusion of FSL logo optional and
30745     turn it off by default.
30746
30747     Signed-off-by: John Rigby <jrigby@freescale.com>
30748
30749 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
30750 Author: Remy Bohmer <linux@bohmer.net>
30751 Date:   Sun Feb 1 12:27:53 2009 +0100
30752
30753     Compile warning fix in onenand_uboot.h
30754
30755     Regression since merge window after 2009.01
30756
30757     Signed-off-by: Remy Bohmer <linux@bohmer.net>
30758
30759 commit a270d1e7295c3d829f42c0480117941dfc1c6477
30760 Author: Stefan Roese <sr@denx.de>
30761 Date:   Thu Jan 29 06:33:55 2009 +0100
30762
30763     USB: Add EHCI support for VCT EHCI controller (really with driver now)
30764
30765     Somehow I missed the real driver part in my last patch version. This patch
30766     now adds the driver.
30767
30768     Signed-off-by: Stefan Roese <sr@denx.de>
30769     Signed-off-by: Remy Bohmer <linux@bohmer.net>
30770
30771 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
30772 Author: Cliff Cai <cliff.cai@analog.com>
30773 Date:   Sat Nov 29 18:22:38 2008 -0500
30774
30775     Blackfin: add driver for on-chip MMC/SD controller
30776
30777     This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
30778
30779     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
30780     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30781
30782 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
30783 Author: Mike Frysinger <vapier@gentoo.org>
30784 Date:   Sat Oct 11 22:47:34 2008 -0400
30785
30786     Blackfin: add port muxing for BF51x SPI
30787
30788     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30789
30790 commit fc68f9f85959664d528daea2aef5ef54974331ce
30791 Author: Mike Frysinger <vapier@gentoo.org>
30792 Date:   Tue Jan 6 06:16:19 2009 -0500
30793
30794     Blackfin: output booting source when booting
30795
30796     Knowing the booting source of the part is useful, especially when the part
30797     can switch dynamically between sources.
30798
30799     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30800
30801 commit 8df3ce0f49c37947800ac7c84e751499882619fc
30802 Author: Mike Frysinger <vapier@gentoo.org>
30803 Date:   Thu Dec 11 06:30:46 2008 -0500
30804
30805     Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
30806
30807     Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
30808     the Blackfin on-chip bootrom to boot out of SPI flash.
30809
30810     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30811
30812 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
30813 Author: Mike Frysinger <vapier@gentoo.org>
30814 Date:   Thu Dec 11 04:06:26 2008 -0500
30815
30816     Blackfin: update asm-blackfin/posix_types.h to latest Linux version
30817
30818     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30819
30820 commit e5eb93e77391bcc308697116c544ea1340aaae8a
30821 Author: Mike Frysinger <vapier@gentoo.org>
30822 Date:   Sat Dec 6 02:54:52 2008 -0500
30823
30824     Blackfin: add port I bits
30825
30826     Some people need to access port I, so make sure the pins are defined.
30827
30828     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30829
30830 commit 8a6b272596d43de0db4943eac7af58c3534c4026
30831 Author: Sonic Zhang <Sonic.Zhang@analog.com>
30832 Date:   Wed Nov 26 22:16:45 2008 -0500
30833
30834     Blackfin: add driver for on-chip ATAPI controller
30835
30836     This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
30837
30838     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
30839     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30840
30841 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
30842 Author: Mike Frysinger <vapier@gentoo.org>
30843 Date:   Wed Nov 26 21:43:06 2008 -0500
30844
30845     Blackfin: add driver for on-chip NAND controller
30846
30847     This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
30848
30849     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30850
30851 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
30852 Author: Mike Frysinger <vapier@gentoo.org>
30853 Date:   Wed Nov 12 07:18:15 2008 -0500
30854
30855     Blackfin: build with -mno-fdpic
30856
30857     Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
30858     up u-boot, including ones that output FDPIC ELF by default.
30859
30860     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30861
30862 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
30863 Author: Mike Frysinger <vapier@gentoo.org>
30864 Date:   Tue Nov 11 05:43:57 2008 -0500
30865
30866     Blackfin: fix up EBIU defines
30867
30868     The EBIU defines for EBSZ 256/512 were incorrect.
30869
30870     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30871
30872 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
30873 Author: Mike Frysinger <vapier@gentoo.org>
30874 Date:   Wed Nov 5 12:45:24 2008 -0500
30875
30876     Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
30877
30878     Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
30879     as usable with the source/destination addresses and the count size.
30880
30881     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30882
30883 commit b93c68648426f906d63b98117496b6415f505f39
30884 Author: Mike Frysinger <vapier@gentoo.org>
30885 Date:   Wed Nov 5 08:50:23 2008 -0500
30886
30887     Blackfin: only flag L1 instruction for DMA memcpy
30888
30889     The performance difference from doing an 8 bit DMA memcpy vs an optimized
30890     core memcpy can be pretty big when you add in the overhead of setting up the
30891     MDMA registers, cache flushes, etc...  So only use dma_memcpy() when we
30892     actually require it.
30893
30894     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30895
30896 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
30897 Author: Mike Frysinger <vapier@gentoo.org>
30898 Date:   Wed Nov 5 07:20:37 2008 -0500
30899
30900     Blackfin: dma_memcpy(): fix random failures
30901
30902     We have to make sure the DMA channel is actually disabled in hardware before
30903     attempting to reprogram it.  Otherwise the new settings are ignored and we
30904     end up with random hangs/failures.
30905
30906     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30907
30908 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
30909 Author: Mike Frysinger <vapier@gentoo.org>
30910 Date:   Tue Nov 4 00:04:03 2008 -0500
30911
30912     Blackfin: rewrite cache handling functions
30913
30914     Take the cache flush functions from the kernel as they use hardware loops in
30915     order to get optimal performance.
30916
30917     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30918
30919 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
30920 Author: Mike Frysinger <vapier@gentoo.org>
30921 Date:   Mon Nov 3 22:30:05 2008 -0500
30922
30923     Blackfin: setup bi_enetaddr for single nets
30924
30925     For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
30926     based on $ethaddr, so set it up.
30927
30928     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30929
30930 commit 40599239e7875b39e2a5c12e6545992041c72c52
30931 Author: Mike Frysinger <vapier@gentoo.org>
30932 Date:   Fri Oct 24 22:48:47 2008 -0400
30933
30934     Blackfin: cache core/system clock values
30935
30936     Calculating the clocks requires a bit of calls to gcc math functions, so
30937     cache the values after the first run since they'll most likely never
30938     change once U-Boot is up and running.
30939
30940     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30941
30942 commit 6957a6209b02f6b69607fc47425f13731cc477f1
30943 Author: Mike Frysinger <vapier@gentoo.org>
30944 Date:   Fri Oct 24 18:18:16 2008 -0400
30945
30946     Blackfin: enable --gc-sections
30947
30948     Start building all Blackfin boards with -ffunction-sections/-fdata-sections
30949     and linking with --gc-sections.
30950
30951     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30952
30953 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
30954 Author: Mike Frysinger <vapier@gentoo.org>
30955 Date:   Mon Oct 20 21:08:54 2008 -0400
30956
30957     Blackfin: dont check baud if it wont actually get used
30958
30959     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30960
30961 commit 400f5778f375bc99c73c8488c555def261ccfab7
30962 Author: Mike Frysinger <vapier@gentoo.org>
30963 Date:   Tue Oct 14 07:54:09 2008 -0400
30964
30965     Blackfin: add driver for on-chip SPI controller
30966
30967     This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
30968
30969     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30970
30971 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
30972 Author: Mike Frysinger <vapier@gentoo.org>
30973 Date:   Sat Oct 18 05:33:51 2008 -0400
30974
30975     Blackfin: only build post code when CONFIG_POST
30976
30977     Save some time by using CONFIG_POST in the Makefile rather than C files.
30978
30979     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30980
30981 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
30982 Author: Mike Frysinger <vapier@gentoo.org>
30983 Date:   Thu Jan 8 11:57:57 2009 -0500
30984
30985     Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
30986
30987     Redo how pointers are managed to get rid of ugly casts and strict pointer
30988     aliasing issues that are highlighted by gcc 4.3.
30989
30990     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30991     Acked-by: Ben Warren <biggerbadderben@gmail.com>
30992
30993 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
30994 Author: Mike Frysinger <vapier@gentoo.org>
30995 Date:   Tue Dec 9 17:46:21 2008 -0500
30996
30997     Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
30998
30999     No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
31000     does exactly the same thing as common "CONFIG_RMII".
31001
31002     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31003     Acked-by: Ben Warren <biggerbadderben@gmail.com>
31004
31005 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
31006 Author: Mike Frysinger <vapier@gentoo.org>
31007 Date:   Wed Nov 5 06:36:15 2008 -0500
31008
31009     Blackfin: bfin_mac: use common debug()
31010
31011     Rather then defining our own DEBUGF(), just use the common debug().
31012
31013     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31014     Acked-by: Ben Warren <biggerbadderben@gmail.com>
31015
31016 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
31017 Author: Mike Frysinger <vapier@gentoo.org>
31018 Date:   Mon Oct 20 13:59:51 2008 -0400
31019
31020     Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
31021
31022     Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
31023     of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
31024
31025     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31026     Acked-by: Ben Warren <biggerbadderben@gmail.com>
31027
31028 commit ac45af4e63ea925f4accc98453aab1a1166c196d
31029 Author: Mike Frysinger <vapier@gentoo.org>
31030 Date:   Tue Oct 14 04:52:00 2008 -0400
31031
31032     Blackfin: bfin_mac: cleanup MII/PHY functions
31033
31034     Cleanup and rewrite the MII/PHY related functions so that we can reuse the
31035     existing common linux/miiphy.h code and hook into the `mii` command.
31036
31037     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31038     Acked-by: Ben Warren <biggerbadderben@gmail.com>
31039
31040 commit 6b310a05f0d10c751f22468040932139f71c71d3
31041 Author: Mike Frysinger <vapier@gentoo.org>
31042 Date:   Tue Oct 14 00:31:30 2008 -0400
31043
31044     Blackfin: bfin_mac: set MDCDIV based on SCLK
31045
31046     Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
31047     use the real algorithm so it gets set correctly regardless of SCLK.
31048
31049     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31050     Acked-by: Ben Warren <biggerbadderben@gmail.com>
31051
31052 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
31053 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31054 Date:   Sat Jan 31 09:10:48 2009 +0100
31055
31056     ixp: move serial to drivers/serial
31057
31058     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31059
31060 commit f90c8022f448bc5e93090e4b714368e52e912f0f
31061 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31062 Date:   Sat Jan 31 09:04:58 2009 +0100
31063
31064     ixp: move pci init in arm/board instead of cpu
31065
31066     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31067
31068 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
31069 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31070 Date:   Sat Jan 31 08:56:49 2009 +0100
31071
31072     ixp: move pci drivers to drivers/pci
31073
31074     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31075
31076 commit 012d5bab09a534e4800b02f50cf508e6837202ea
31077 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31078 Date:   Sat Jan 31 08:53:44 2009 +0100
31079
31080     ixp: Move conditional compilation to Makefile
31081
31082     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31083
31084 commit f693f501d67434df1f815fd1824a71973ae08207
31085 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31086 Date:   Sat Jan 31 08:53:44 2009 +0100
31087
31088     ixp: add missing os define
31089
31090     need by arm-elf toolchains and no impact on the arm-linux one
31091
31092     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31093
31094 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
31095 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31096 Date:   Sat Jan 31 09:53:39 2009 +0100
31097
31098     ixp: remove the option to include the Microcode
31099
31100     instead the board will have to load it from flash or ram
31101     which will be specified by npe_ucode env var
31102
31103     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31104
31105 commit 1b017baf2071d8daf643bce87250db898c606c66
31106 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31107 Date:   Fri Jan 30 09:45:23 2009 +0100
31108
31109     ixp/npe: Move conditional compilation to Makefile
31110
31111     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31112
31113 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
31114 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31115 Date:   Wed Jan 28 21:58:04 2009 +0100
31116
31117     SX1: add hardware V2 support
31118
31119     In the V2 the 2 flash has been replace by one 32MB flash
31120
31121     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31122
31123 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
31124 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31125 Date:   Wed Jan 28 21:58:03 2009 +0100
31126
31127     SX1: Fix second flash mapping
31128
31129     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31130
31131 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
31132 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31133 Date:   Wed Jan 28 21:58:03 2009 +0100
31134
31135     SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
31136
31137     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31138
31139 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
31140 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31141 Date:   Wed Jan 28 21:57:59 2009 +0100
31142
31143     move Samsung's board to board/samsung
31144
31145     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31146
31147 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
31148 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31149 Date:   Thu Jan 29 12:07:21 2009 +0100
31150
31151     move ARM Ltd. to vendor dir
31152
31153     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31154
31155 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
31156 Author: Larry Johnson <lrj@acm.org>
31157 Date:   Wed Jan 28 15:30:37 2009 -0500
31158
31159     ppc4xx: Clean up configuration file for Korat board
31160
31161     This patch updates the default environmental variables for the
31162     Korat PPC 440EPx board, and makes additional minor fixes.
31163
31164     Signed-off-by: Larry Johnson <lrj@acm.org>
31165     Signed-off-by: Stefan Roese <sr@denx.de>
31166
31167 commit f20405e31680efc36293c59b4963db57c9d93df4
31168 Author: Larry Johnson <lrj@acm.org>
31169 Date:   Wed Jan 28 15:30:02 2009 -0500
31170
31171     ppc4xx: Add variable "korat_usbcf" for Korat board
31172
31173     The new environment variable "korat_usbcf" selects the USB
31174     port used by the Korat board's CompactFlash controller.
31175
31176     Signed-off-by: Larry Johnson <lrj@acm.org>
31177     Signed-off-by: Stefan Roese <sr@denx.de>
31178
31179 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
31180 Author: Gunnar Rangoy <gunnar@rangoy.com>
31181 Date:   Fri Jan 23 12:56:31 2009 +0100
31182
31183     AVR32: macb - Search for PHY id
31184
31185     This patch adds support for searching through available PHY-addresses in
31186     the macb-driver. This is needed for the ATEVK1100 evaluation board,
31187     where the PHY-address will be initialized to either 1 or 7.
31188
31189     This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
31190     enabled tells the driver to search for the PHY address.
31191
31192     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
31193     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
31194     Signed-off-by: Olav Morken <olavmrk@gmail.com>
31195     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31196
31197 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
31198 Author: Olav Morken <olavmrk@gmail.com>
31199 Date:   Fri Jan 23 12:56:26 2009 +0100
31200
31201     Fix IP alignment problem
31202
31203     This patch removes volatile from:
31204     volatile IP_t *ip = (IP_t *)xip;
31205
31206     Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
31207     using volatile, which causes an exception since xip isn't aligned on a word
31208     boundary.
31209
31210     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
31211     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
31212     Signed-off-by: Olav Morken <olavmrk@gmail.com>
31213     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31214
31215 commit 12a8b9db12f82a189ff143a58731007f5469da61
31216 Author: Ron Madrid <ron_madrid@sbcglobal.net>
31217 Date:   Wed Jan 28 16:17:21 2009 -0800
31218
31219     Marvell 88E1118 interrupt fix
31220
31221     This patch adjusts the LED control so that interrupt lines are not reading LEDs
31222     and effectively causing indefinite interrupts to the controller.
31223
31224     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
31225     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31226
31227 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
31228 Author: Stefan Roese <sr@denx.de>
31229 Date:   Wed Jan 21 17:14:26 2009 +0100
31230
31231     net: smc911x.c: Add LAN9211 to chip_ids[] array
31232
31233     Signed-off-by: Stefan Roese <sr@denx.de>
31234     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31235
31236 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
31237 Author: Mike Frysinger <vapier@gentoo.org>
31238 Date:   Tue Jan 27 16:53:39 2009 -0500
31239
31240     Move is_valid_ether_addr() to include/net.h
31241
31242     Import the is_valid_ether_addr() function from the Linux kernel.
31243
31244     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31245     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31246
31247 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
31248 Author: Michal Simek <monstr@monstr.eu>
31249 Date:   Mon Jan 5 12:25:13 2009 +0100
31250
31251     net: Sort Makefile labels
31252
31253     Signed-off-by: Michal Simek <monstr@monstr.eu>
31254     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31255
31256 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
31257 Author: Wolfgang Denk <wd@denx.de>
31258 Date:   Wed Jan 28 23:06:42 2009 +0100
31259
31260     85xx: Fix compile breakage with sbc8540 and sbc8560
31261
31262     This fixes an error which raises just a warning:
31263     sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
31264
31265     Signed-off-by: Wolfgang Denk <wd@denx.de>
31266
31267 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
31268 Author: Mike Frysinger <vapier@gentoo.org>
31269 Date:   Wed Jan 28 13:48:55 2009 -0500
31270
31271     SPD823TS: do not define CONFIG_CMD_ENV
31272
31273     Since the SPD823TS board does not actually have any writable flash to save
31274     its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
31275     disabled.
31276
31277     This fixes the build error:
31278     common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
31279     common/cmd_nvedit.c:557: undefined reference to `saveenv'
31280     make: *** [u-boot] Error 1
31281
31282     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31283
31284 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
31285 Author: Dirk Behme <dirk.behme@googlemail.com>
31286 Date:   Wed Jan 28 21:40:16 2009 +0100
31287
31288     OMAP3: Add Zoom1 board support
31289
31290     Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
31291     http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
31292
31293     Signed-off-by: Nishanth Menon <nm@ti.com>
31294     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
31295
31296 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
31297 Author: Dirk Behme <dirk.behme@googlemail.com>
31298 Date:   Wed Jan 28 21:39:58 2009 +0100
31299
31300     OMAP3: Add Pandora support
31301
31302     Add Pandora support.
31303
31304     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
31305     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
31306     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
31307
31308 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
31309 Author: Dirk Behme <dirk.behme@googlemail.com>
31310 Date:   Wed Jan 28 21:39:58 2009 +0100
31311
31312     OMAP3: Add EVM board
31313
31314     Add EVM board support.
31315
31316     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
31317     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
31318     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
31319
31320 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
31321 Author: Dirk Behme <dirk.behme@googlemail.com>
31322 Date:   Wed Jan 28 21:39:57 2009 +0100
31323
31324     OMAP3: Add Overo board
31325
31326     Add Overo board support.
31327
31328     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
31329     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
31330     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
31331
31332 commit f904cdbb68167c647887f19929ad295dbaac8862
31333 Author: Dirk Behme <dirk.behme@googlemail.com>
31334 Date:   Tue Jan 27 18:19:12 2009 +0100
31335
31336     OMAP3: Add common power code, README, and BeagleBoard
31337
31338     Add BeagleBoard support, common power code and README.
31339
31340     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
31341     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
31342
31343 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
31344 Author: Kumar Gala <galak@kernel.crashing.org>
31345 Date:   Wed Jan 28 08:31:10 2009 -0600
31346
31347     85xx: Fix compile breakage with MPC8540EVAL
31348
31349     Configuring for MPC8540EVAL board...
31350     mpc8540eval.c: In function 'checkboard':
31351     mpc8540eval.c:53: error: invalid operands to binary /
31352     make[1]: *** [mpc8540eval.o] Error 1
31353
31354     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31355
31356 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
31357 Author: Bryan Wu <bryan.wu@analog.com>
31358 Date:   Sun Jan 18 23:04:27 2009 -0500
31359
31360     usb_scan_devices: fix output with no devices
31361
31362     We should check the return of usb_new_device() so that if no USB device is
31363     found, we print out the right message rather than always saying "new usb
31364     device found".
31365
31366     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
31367     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31368     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31369
31370 commit f1c1f540243438246aefb703fdcf16957e3a72e1
31371 Author: Stefan Roese <sr@denx.de>
31372 Date:   Thu Jan 22 10:11:21 2009 +0100
31373
31374     USB: Add high-speed (480Mb/s) to all USB related outputs
31375
31376     With this patch the USB related connection speed output ("usb tree" command and
31377     debug output) is now high-speed enabled.
31378
31379     This patch also fixes a compilation warning when debugging is enabled.
31380
31381     Signed-off-by: Stefan Roese <sr@denx.de>
31382     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31383
31384 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
31385 Author: Stefan Roese <sr@denx.de>
31386 Date:   Wed Jan 21 17:12:19 2009 +0100
31387
31388     USB: Add dcache support to the EHCI driver
31389
31390     This patch adds routines to handle (flush/invalidate) the dcache for the
31391     QH and qTD structures and data buffers. This is needed on platforms using
31392     this EHCI support with dcache enabled (like the MIPS VCT board port).
31393
31394     Signed-off-by: Stefan Roese <sr@denx.de>
31395     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31396
31397 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
31398 Author: Stefan Roese <sr@denx.de>
31399 Date:   Wed Jan 21 17:12:28 2009 +0100
31400
31401     USB: Add EHCI support for VCT EHCI controller
31402
31403     Signed-off-by: Stefan Roese <sr@denx.de>
31404     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31405
31406 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
31407 Author: Stefan Roese <sr@denx.de>
31408 Date:   Wed Jan 21 17:12:10 2009 +0100
31409
31410     USB: Add config option to call ehci_hcd_init() again after EHCI reset
31411
31412     This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
31413     to call ehci_hcd_init() again after ehci_reset() is executed. This
31414     is needed for the upcoming VCT EHCI support which needs to re-init
31415     the hcd part again after the EHCI CMD_RESET is executed.
31416
31417     Signed-off-by: Stefan Roese <sr@denx.de>
31418     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31419
31420 commit 597eb28bd9691266b7b804364cda577cdb51d106
31421 Author: Stefan Roese <sr@denx.de>
31422 Date:   Wed Jan 21 17:12:01 2009 +0100
31423
31424     USB: Fix speed detection on EHCI cntr with root hub transaction translators
31425
31426     This patch fixes an issue that the speed of USB devices was not detected
31427     correctly on some EHCI controllers. This will be used on the upcoming VCT
31428     EHCI support.
31429
31430     Signed-off-by: Stefan Roese <sr@denx.de>
31431     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31432
31433 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
31434 Author: Thomas Abraham <t-abraham@ti.com>
31435 Date:   Sun Jan 4 09:41:20 2009 +0530
31436
31437     usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
31438
31439     Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
31440     configuration file.
31441
31442     Signed-off-by: Ravi Babu <ravibabu@ti.com>
31443     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
31444     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
31445     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
31446     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31447
31448 commit 538ef967715322f64ee08efa2296d9682111b014
31449 Author: Thomas Abraham <t-abraham@ti.com>
31450 Date:   Sun Jan 4 09:41:16 2009 +0530
31451
31452     usb : musb : Enabling DM6446 (TI DaVinci) USB module power
31453
31454     Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
31455     controller hook up to USB core layer.
31456
31457     Signed-off-by: Ravi Babu <ravibabu@ti.com>
31458     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
31459     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
31460     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
31461     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31462
31463 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
31464 Author: Thomas Abraham <t-abraham@ti.com>
31465 Date:   Sun Jan 4 09:41:13 2009 +0530
31466
31467     usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
31468
31469     Adding DM6446 (TI DaVinci) platform specific USB functionality for
31470     USB Phy and VBUS initialization.
31471
31472     Signed-off-by: Ravi Babu <ravibabu@ti.com>
31473     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
31474     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
31475     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
31476     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31477
31478 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
31479 Author: Thomas Abraham <t-abraham@ti.com>
31480 Date:   Sun Jan 4 09:41:09 2009 +0530
31481
31482     usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
31483
31484     Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
31485     platform.
31486
31487     Signed-off-by: Ravi Babu <ravibabu@ti.com>
31488     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
31489     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
31490     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
31491     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31492
31493 commit a142896934c755e679ba87e227a8e449f39b0012
31494 Author: Thomas Abraham <t-abraham@ti.com>
31495 Date:   Sun Jan 4 09:41:03 2009 +0530
31496
31497     usb : musb : Adding host controller driver for Mentor USB controller
31498
31499     Adding Mentor USB core functionality and Mentor USB Host controller
31500     functionality for Mentor USB OTG controller (musbhdrc).
31501
31502     Signed-off-by: Ravi Babu <ravibabu@ti.com>
31503     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
31504     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
31505     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
31506     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31507
31508 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
31509 Author: Mike Frysinger <vapier@gentoo.org>
31510 Date:   Thu Jan 1 18:27:27 2009 -0500
31511
31512     usb.h: use standard __LITTLE_ENDIAN from Linux headers
31513
31514     Rather than forcing people to define a custom "LITTLEENDIAN", just use the
31515     __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
31516     already setting up.
31517
31518     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31519     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31520
31521 commit 7b6e31eb17e3ff76238a60803fc531517d516223
31522 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31523 Date:   Wed Dec 31 10:33:56 2008 +0100
31524
31525     USB ehci ixp4xx support
31526
31527     Add USB ehci ixp4xx host controller. Test on ixdp465 board.
31528
31529     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
31530     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31531
31532 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
31533 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31534 Date:   Wed Dec 31 10:33:22 2008 +0100
31535
31536     USB ehci remove infinite loop and use handshake function
31537
31538     USB ehci code cleanup. Use handshake instead of infinite while loop
31539     to check the STD_ASS status
31540
31541     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
31542     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31543
31544 commit 8fea2914ac974029b65926ef8247d908f84d202d
31545 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31546 Date:   Wed Dec 31 10:32:41 2008 +0100
31547
31548     Add initial support for USB ehci pci
31549
31550     Add USB ehci pci support. This patch doesn't include any
31551     pci_ids and it is not tested on real hardware.
31552
31553     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
31554     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31555
31556 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
31557 Author: Bryan Wu <Bryan.Wu@analog.com>
31558 Date:   Thu Jan 1 19:48:07 2009 -0500
31559
31560     usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
31561
31562     The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
31563     does not like to be reset, so check for it.
31564
31565     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
31566     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31567     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31568
31569 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
31570 Author: Thomas Abraham <t-abraham@ti.com>
31571 Date:   Sun Jan 4 12:15:35 2009 +0530
31572
31573     usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
31574
31575     This patch populates the 'priv' field of the USB keyboard device_t
31576     structure. The 'priv' field is populated with the address of the
31577     'struct usb_device' structure that represents the USB device.
31578
31579     The 'priv' field can then be used in the 'usb_event_poll' function to
31580     determine the USB device that requires to be polled. An
31581     example of its usage in 'usb_event_poll' function is as below.
31582
31583         device_t *dev;
31584         struct usb_device *usb_kbd_dev;
31585
31586         <snip>
31587
31588         dev = device_get_by_name("usbkbd");
31589         usb_kbd_dev = (struct usb_device *)dev->priv;
31590         iface = &usb_kbd_dev->config.if_desc[0];
31591
31592     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
31593     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31594
31595 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
31596 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31597 Date:   Thu Dec 18 10:05:37 2008 +0100
31598
31599     USB change speed
31600
31601     USB changes the speed according to the port status
31602
31603     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
31604     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31605
31606 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
31607 Author: Remy Böhmer <linux@bohmer.net>
31608 Date:   Sat Dec 13 22:51:58 2008 +0100
31609
31610     EHCI fix code and ixp4xx test.
31611     USB ehci configuration parameter:
31612
31613     #define CONFIG_CMD_USB          1
31614     #define CONFIG_USB_STORAGE      1
31615     #define CONFIG_USB_EHCI
31616     #define CONFIG_USB_EHCI_IXP4XX      1
31617     #define CONFIG_EHCI_IS_TDI  1
31618     #define CONFIG_EHCI_DESC_BIG_ENDIAN     1
31619     #define CONFIG_EHCI_MMIO_BIG_ENDIAN     1
31620     #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
31621     #define CONFIG_LEGACY_USB_INIT_SEQ      1
31622
31623     2 USB Device(s) found
31624            scanning bus for storage devices... 0 Storage Device(s) found
31625     => usb tree
31626
31627     Device Tree:
31628       1  Hub (1.5MBit/s, 0mA)
31629       |  u-boot EHCI Host Controller
31630       |
31631       |+-2  Mass Storage (12MBit/s, 100mA)
31632            Sony Storage Media 0C07040930296
31633
31634     =>
31635
31636     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
31637     Signed-off-by: Remy Böhmer <linux@bohmer.net>
31638
31639 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
31640 Author: michael <michael@panicking.retis>
31641 Date:   Thu Dec 11 13:43:55 2008 +0100
31642
31643     [PATCH] This patch add varius fix to the ehci.
31644     - fix ehci_readl, ehci_writel
31645     - introduce new define in ehci.h
31646     - introduce the handshake function for waiting on a register
31647     - fix usb_ehci_fsl with the new HC_LENGTH macro
31648
31649     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
31650     Signed-off-by: Remy Böhmer <linux@bohmer.net>
31651
31652 commit db63299b1dd2894ade542278210bccd046de6435
31653 Author: michael <michael@panicking.retis>
31654 Date:   Wed Dec 10 17:55:19 2008 +0100
31655
31656     [PATCH] Fix EHCI usb. I start to test on a
31657     IXP465 board and I find some errors in the code. This
31658     patch fix:
31659     - descriptor initizialization (config, interface and endpoint
31660       must be one next-to the other when the USB_DT_CONFIG message
31661       is send.
31662     - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
31663       and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
31664     - Introduce the linux version of the usb_config_descriptor and
31665       usb_interface descriptor. This descriptor does't contains
31666       u-boot extension.
31667
31668     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
31669     Signed-off-by: Remy Böhmer <linux@bohmer.net>
31670
31671 commit 6b92487dcf9afe83a3570153d66940fdb293be76
31672 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31673 Date:   Fri Nov 28 13:22:09 2008 +0100
31674
31675     USB ehci freescale support
31676
31677     Add USB ehci freescale support
31678
31679     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31680     Signed-off-by: Remy Böhmer <linux@bohmer.net>
31681
31682 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
31683 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31684 Date:   Fri Nov 28 13:20:46 2008 +0100
31685
31686     USB ehci core support
31687
31688     Add USB ehci core support
31689
31690     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31691     Signed-off-by: Remy Böhmer <linux@bohmer.net>
31692
31693 commit 3e126484df7868e341545cce740b24b62b0cd3b7
31694 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31695 Date:   Fri Nov 28 13:19:19 2008 +0100
31696
31697     Prepare USB layer for ehci
31698
31699     Prepare USB layer for ehci support
31700
31701     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31702     Signed-off-by: Remy Böhmer <linux@bohmer.net>
31703
31704 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
31705 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
31706 Date:   Wed Dec 10 15:52:06 2008 +0100
31707
31708     USB storage cleanup patch
31709
31710     Cleanup usb storage
31711
31712     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
31713     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31714
31715 commit fe033ad6d0883063fe857237abb9436fab03208c
31716 Author: Mike Frysinger <vapier@gentoo.org>
31717 Date:   Sun Oct 12 06:02:55 2008 -0400
31718
31719     Blackfin: fixup misc warnings such as printf's and missing casts
31720
31721     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31722
31723 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
31724 Author: Mike Frysinger <vapier@gentoo.org>
31725 Date:   Sun Oct 12 22:09:26 2008 -0400
31726
31727     Blackfin: convert old boards to use COBJS-y Makefile style
31728
31729     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31730
31731 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
31732 Author: Mike Frysinger <vapier@gentoo.org>
31733 Date:   Sat Oct 11 22:38:37 2008 -0400
31734
31735     Blackfin: bf533-stamp: rewrite resource swap logic
31736
31737     The old swap function tended to clobber unrelated pins and screw up masks.
31738     Rewrite the thing from scratch so it only uses the resources it needs.
31739
31740     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31741
31742 commit 29d4ea0a9073c82469184331010136f52edf8db6
31743 Author: Mike Frysinger <vapier@gentoo.org>
31744 Date:   Sat Oct 11 22:08:42 2008 -0400
31745
31746     Blackfin: bootldr: implement BF53x/BF56x LDR loader
31747
31748     The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
31749     arbitrary memory locations, so implement a basic one in software.
31750
31751     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31752
31753 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
31754 Author: Mike Frysinger <vapier@gentoo.org>
31755 Date:   Sat Oct 11 22:05:42 2008 -0400
31756
31757     Blackfin: implement real write support for OTP
31758
31759     Now that real documentation has been released for the OTP interface and
31760     the on-chip ROM wrt writing/timings, implement support for reading/writing
31761     as well as dumping/locking.
31762
31763     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31764
31765 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
31766 Author: Mike Frysinger <vapier@gentoo.org>
31767 Date:   Sat Oct 11 22:04:05 2008 -0400
31768
31769     Blackfin: update on-chip ROM API
31770
31771     This brings the API for the on-chip ROM in line with the toolchain and
31772     hardware documentation.
31773
31774     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31775
31776 commit 7633903bff432ec7b27905dce7396958553f2be6
31777 Author: Mike Frysinger <vapier@gentoo.org>
31778 Date:   Sat Oct 11 21:52:17 2008 -0400
31779
31780     Blackfin: allow serial console to be disabled
31781
31782     Some devices have no UART device pulled out, so allow people to disable the
31783     driver completely in favor of other methods (like JTAG-console).
31784
31785     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31786
31787 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
31788 Author: Mike Frysinger <vapier@gentoo.org>
31789 Date:   Sat Oct 11 21:51:20 2008 -0400
31790
31791     Blackfin: support console-over-JTAG
31792
31793     The Blackfin JTAG has the ability to pass data via a back-channel without
31794     halting the processor.  Utilize that channel to emulate a console.
31795
31796     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31797
31798 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
31799 Author: Mike Frysinger <vapier@gentoo.org>
31800 Date:   Sat Oct 11 21:49:06 2008 -0400
31801
31802     Blackfin: handle new anomalies with reset
31803
31804     Workaround fun new anomalies related to software reset of the processor.
31805
31806     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31807
31808 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
31809 Author: Mike Frysinger <vapier@gentoo.org>
31810 Date:   Sat Oct 11 21:44:00 2008 -0400
31811
31812     Blackfin: pass RETX to Linux
31813
31814     Make sure we save the value of RETX at power on and then pass it on to the
31815     kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
31816
31817     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31818
31819 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
31820 Author: Mike Frysinger <vapier@gentoo.org>
31821 Date:   Sat Oct 11 21:40:26 2008 -0400
31822
31823     Blackfin: clarify relocation comment during init
31824
31825     People often ask questions about the init process and when things go
31826     from flash to relocated base, so clarify the comments a bit.
31827
31828     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31829
31830 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
31831 Author: Mike Frysinger <vapier@gentoo.org>
31832 Date:   Sat Oct 11 21:23:41 2008 -0400
31833
31834     Blackfin: just set SP register directly during init
31835
31836     No need to set the SP register indirectly to the configured value when it
31837     can be set directly.
31838
31839     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31840
31841 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
31842 Author: Mike Frysinger <vapier@gentoo.org>
31843 Date:   Sat Oct 11 21:15:53 2008 -0400
31844
31845     Blackfin: add portmuxing for UARTs on the BF51x
31846
31847     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31848
31849 commit 4f6a313240c531042f16909a3a170ab047b95779
31850 Author: Mike Frysinger <vapier@gentoo.org>
31851 Date:   Sun Jun 1 01:26:29 2008 -0400
31852
31853     Blackfin: respect CONFIG_CLKIN_HALF
31854
31855     As pointed out by Ivan Koryakovskiy, the initialization code was not
31856     actually respecting the CONFIG_CLKIN_HALF option when configuring the
31857     PLL_CTL register.
31858
31859     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31860
31861 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
31862 Author: Mike Frysinger <vapier@gentoo.org>
31863 Date:   Sun Jun 1 01:21:34 2008 -0400
31864
31865     Blackfin: use common memcpy routine during init
31866
31867     Rather than using a local custom memcpy function, just call the existing
31868     optimized Blackfin version.
31869
31870     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31871
31872 commit 362c943347364e9373af4c5530778491ab56ec2e
31873 Author: Mike Frysinger <vapier@gentoo.org>
31874 Date:   Wed Apr 9 02:27:06 2008 -0400
31875
31876     Blackfin: set default boot SPI CS for BF538/BF539
31877
31878     The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
31879     Blackfin parts.
31880
31881     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31882
31883 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
31884 Author: Mike Frysinger <vapier@gentoo.org>
31885 Date:   Wed Apr 9 02:20:59 2008 -0400
31886
31887     Blackfin: punt unused BF533-STAMP definitions
31888
31889     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31890
31891 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
31892 Author: Mike Frysinger <vapier@gentoo.org>
31893 Date:   Fri Apr 18 20:44:11 2008 -0400
31894
31895     Blackfin: resurrect BF533-STAMP video splash driver
31896
31897     This video driver used to live in the Blackfin cpu directory, but it was
31898     lost during the unification process.  This brings it back.
31899
31900     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31901
31902 commit a750d038f2548d846ea1e046d873dc932d041319
31903 Author: Mike Frysinger <vapier@gentoo.org>
31904 Date:   Wed Apr 9 02:31:29 2008 -0400
31905
31906     Blackfin: tighten up post memory coding style
31907
31908     No functional changes here; just cleanup code style a bit.
31909
31910     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31911
31912 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
31913 Author: Mike Frysinger <vapier@gentoo.org>
31914 Date:   Wed Apr 9 02:29:18 2008 -0400
31915
31916     Blackfin: bf537-stamp nand: fix more style errors in previous commit
31917
31918     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31919
31920 commit 41f3325ae9add641036d7cb362e884b698e53f07
31921 Author: Mike Frysinger <vapier@gentoo.org>
31922 Date:   Sat Oct 11 20:31:17 2008 -0400
31923
31924     Blackfin: drop dead/wrong debug code in initdram()
31925
31926     The DEBUG code in initdram() is quite old and was never really useful, so
31927     just drop it altogether.  Common Blackfin debug code does a better job.
31928
31929     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31930
31931 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
31932 Author: Mike Frysinger <vapier@gentoo.org>
31933 Date:   Sat Oct 11 20:30:28 2008 -0400
31934
31935     Blackfin: bf533-ezkit: shuffle flash defines a little
31936
31937     Some of the flash defines weren't in the correct location and caused build
31938     problems in some configurations, so let's move types and defines to better
31939     local locations.
31940
31941     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31942
31943 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
31944 Author: Mike Frysinger <vapier@gentoo.org>
31945 Date:   Mon Oct 6 04:16:47 2008 -0400
31946
31947     Blackfin: overhaul i2c driver
31948
31949     The current Blackfin i2c driver does not work properly with certain devices
31950     due to it breaking up transfers incorrectly.  This is a rewrite of the
31951     driver and relocates it to the newer place in the source tree.
31952
31953     Also remove duplicated I2C speed defines in Blackfin board configs and
31954     disable I2C slave address usage since it isn't implemented.
31955
31956     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31957
31958 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
31959 Author: Mike Frysinger <vapier@gentoo.org>
31960 Date:   Mon Oct 6 04:00:07 2008 -0400
31961
31962     Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
31963
31964     Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
31965     128kB when setting up the default flash protection region for U-Boot
31966     itself.
31967
31968     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31969
31970 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
31971 Author: Mike Frysinger <vapier@gentoo.org>
31972 Date:   Mon Oct 6 03:57:39 2008 -0400
31973
31974     Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
31975
31976     When setting up the global data, rather than relying on sizeof(), use the
31977     common CONFIG_SYS_GBL_DATA_SIZE define.
31978
31979     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31980
31981 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
31982 Author: Mike Frysinger <vapier@gentoo.org>
31983 Date:   Mon Oct 6 03:52:24 2008 -0400
31984
31985     Blackfin: implement general support for CONFIG_STATUS_LED
31986
31987     Here are the Blackfin-specific and board-independent pieces for status leds.
31988
31989     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31990
31991 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
31992 Author: Mike Frysinger <vapier@gentoo.org>
31993 Date:   Mon Oct 6 03:49:32 2008 -0400
31994
31995     Blackfin: do not init i2c in Blackfin board init
31996
31997     The common code takes care of calling i2c_init() when needed, so no point
31998     in us doing it as well.
31999
32000     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32001
32002 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
32003 Author: Mike Frysinger <vapier@gentoo.org>
32004 Date:   Mon Oct 6 03:42:20 2008 -0400
32005
32006     Blackfin: bfin_mac: update port muxing
32007
32008     Adds support more Blackfin parts and fixes broken muxing for older ones.
32009
32010     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32011
32012 commit 05b75e48832fc4afeecf8e76d704349557dffa35
32013 Author: Mike Frysinger <vapier@gentoo.org>
32014 Date:   Mon Oct 6 03:35:44 2008 -0400
32015
32016     Blackfin: fix dcache handling when doing dma memcpy's
32017
32018     Our dcache invalidate function doesn't just invalidate, it also flushes.
32019     So rename the function accordingly and fix the dma_memcpy() function so it
32020     doesn't inadvertently corrupt the data destination.
32021
32022     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32023
32024 commit 68e5632494168095d75f120af70043b68afd2476
32025 Author: Mike Frysinger <vapier@gentoo.org>
32026 Date:   Thu Aug 7 18:56:56 2008 -0400
32027
32028     Blackfin: dont generate ldrs with --force
32029
32030     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32031
32032 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
32033 Author: Mike Frysinger <vapier@gentoo.org>
32034 Date:   Thu Aug 7 18:55:30 2008 -0400
32035
32036     Blackfin: pass --bmode/--initcode when creating ldr
32037
32038     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32039
32040 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
32041 Author: Mike Frysinger <vapier@gentoo.org>
32042 Date:   Thu Aug 7 18:39:27 2008 -0400
32043
32044     Blackfin: minimize time cache is turned off when replacing cplb entries
32045
32046     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32047
32048 commit 21d631360430cf0ae9099612273cd4de28911ba9
32049 Author: Mike Frysinger <vapier@gentoo.org>
32050 Date:   Thu Aug 7 15:31:13 2008 -0400
32051
32052     Blackfin: split cache handling out of dma_memcpy()
32053
32054     Creating a new dma_memcpy() function that skips all cache checks allows us
32055     to use the function in very early init where the cache is not yet setup.
32056
32057     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32058
32059 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
32060 Author: Mike Frysinger <vapier@gentoo.org>
32061 Date:   Thu Aug 7 15:30:49 2008 -0400
32062
32063     Blackfin: abort dma_memcpy() for L1 scratchpad
32064
32065     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32066
32067 commit 81b799add709177e838466461f7b9989488b0fd5
32068 Author: Mike Frysinger <vapier@gentoo.org>
32069 Date:   Thu Aug 7 15:27:52 2008 -0400
32070
32071     Blackfin: rename bootm.c to boot.c
32072
32073     The boot file contains functions for more than just "bootm", so rename it
32074     accordingly.
32075
32076     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32077
32078 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
32079 Author: Mike Frysinger <vapier@gentoo.org>
32080 Date:   Thu Aug 7 13:22:37 2008 -0400
32081
32082     Blackfin: set more sane default board config values
32083
32084     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32085
32086 commit 36cd52a00794fb15ffab05d640acca92d7482993
32087 Author: Mike Frysinger <vapier@gentoo.org>
32088 Date:   Thu Aug 7 15:24:59 2008 -0400
32089
32090     Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
32091
32092     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32093
32094 commit c8054bc12e00669bd7588f2b30fef48aa94babac
32095 Author: Mike Frysinger <vapier@gentoo.org>
32096 Date:   Thu Aug 7 13:21:27 2008 -0400
32097
32098     Blackfin: add bit defines for DDR parts
32099
32100     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32101
32102 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
32103 Author: Mike Frysinger <vapier@gentoo.org>
32104 Date:   Thu Aug 7 13:21:11 2008 -0400
32105
32106     Blackfin: add defines to describe active bootrom behavior
32107
32108     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32109
32110 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
32111 Author: Kim Phillips <kim.phillips@freescale.com>
32112 Date:   Tue Jan 27 16:03:53 2009 -0600
32113
32114     mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
32115
32116     extend commit c70564e6b1bd08f3230182392238907f3531a87e
32117     "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
32118     to the simpc8313 build and fix this:
32119
32120     ...Large Page NAND...Configuring for SIMPC8313 board...
32121     nand_boot_fsl_elbc.o: In function `nand_boot':
32122     nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
32123     make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
32124     make: *** [nand_spl] Error 2
32125
32126     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32127
32128 commit 54a7cc4912feefa45be961cc47cc159563725d2f
32129 Author: Wolfgang Denk <wd@denx.de>
32130 Date:   Wed Jan 28 09:25:31 2009 +0100
32131
32132     mpc8536ds.c: include sata.h to for needed function prototypes
32133
32134     Signed-off-by: Wolfgang Denk <wd@denx.de>
32135
32136 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
32137 Author: Peter Tyser <ptyser@xes-inc.com>
32138 Date:   Tue Jan 27 18:03:12 2009 -0600
32139
32140     Command usage cleanup
32141
32142     Remove command name from all command "usage" fields and update
32143     common/command.c to display "name - usage" instead of
32144     just "usage". Also remove newlines from command usage fields.
32145
32146     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
32147
32148 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
32149 Author: Peter Tyser <ptyser@xes-inc.com>
32150 Date:   Tue Jan 27 18:03:11 2009 -0600
32151
32152     amcc: Clean up command usage output
32153
32154     Update taihu and taishan commands to use cmd_usage() function
32155     to display usage messages.
32156
32157     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
32158
32159 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
32160 Author: Peter Tyser <ptyser@xes-inc.com>
32161 Date:   Tue Jan 27 18:03:10 2009 -0600
32162
32163     Standardize command usage messages with cmd_usage()
32164
32165     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
32166
32167 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
32168 Author: Peter Tyser <ptyser@xes-inc.com>
32169 Date:   Tue Jan 27 18:03:09 2009 -0600
32170
32171     pcs440ep: Clean up led command definition
32172
32173     The pcs440ep's led command usage formatting is non-standard.  It
32174     was made standard in preparation for larger command usage updates.
32175
32176     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
32177
32178 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
32179 Author: Peter Tyser <ptyser@xes-inc.com>
32180 Date:   Tue Jan 27 18:03:08 2009 -0600
32181
32182     Clean up diufb command definitions
32183
32184     The diufb command usage formatting is non-standard.  It was
32185     made standard in preparation for larger command usage updates.
32186
32187     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
32188
32189 commit 6450a8485836fc80615ae6de6a864c33369b44f5
32190 Author: Wolfgang Denk <wd@denx.de>
32191 Date:   Wed Jan 28 00:29:26 2009 +0100
32192
32193     Update CHANGELOG, tiny coding style cleanup.
32194
32195     Signed-off-by: Wolfgang Denk <wd@denx.de>
32196
32197 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
32198 Author: Mike Frysinger <vapier@gentoo.org>
32199 Date:   Tue Jan 27 16:12:21 2009 -0500
32200
32201     SATA: do not auto-initialize during boot
32202
32203     Rather than have the board code initialize SATA automatically during boot,
32204     make the user manually run "sata init".  This brings the SATA subsystem in
32205     line with common U-Boot policy.
32206
32207     Rather than having a dedicated weak function "is_sata_supported", people
32208     can override sata_initialize() to do their weird board stuff.  Then they
32209     can call the actual __sata_initialize().
32210
32211     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32212
32213 commit 50970839712dda35399e2fa83fe818df9354d618
32214 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
32215 Date:   Mon Jan 26 08:45:14 2009 -0500
32216
32217     part_efi: Fix partition size calculation due to inclusive ending LBA.
32218
32219     The ending LBA is inclusive. Hence, the partition size should be
32220     ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
32221
32222     This is confirmed against the results from the parted tool.
32223     (e.g. use parted /dev/sda -s unit S print) and observe the size.
32224
32225     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
32226
32227 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
32228 Author: Tomasz Figa <tomasz.figa@gmail.com>
32229 Date:   Tue Dec 30 18:35:57 2008 +0100
32230
32231     jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
32232
32233     This patch fixes a bug (?) introduced after inclusion of the new
32234     JFFS2 code.
32235
32236     When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
32237     fill in part->sector_size (keeping it as 0), but a correct value is
32238     needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
32239     to be in the same place of the memory, what obviously means
32240     impossibility to use the JFFS2 partition.
32241
32242     This problem is fixed in this patch by including sector size
32243     calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
32244
32245     Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
32246
32247 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
32248 Author: Mike Frysinger <vapier@gentoo.org>
32249 Date:   Tue Dec 30 02:59:25 2008 -0500
32250
32251     saveenv: standardize enablement
32252
32253     Rather than special casing each environment type for enabling the saveenv
32254     command, have them all behave the same.  This avoids bitrot as new env
32255     sources are added/removed.
32256
32257     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32258
32259 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
32260 Author: Andrew Dyer <adyer@righthandtech.com>
32261 Date:   Mon Dec 29 17:36:01 2008 -0600
32262
32263     soft_i2c.c add option for repeated start in i2c_read()
32264
32265     This patch adds a #define to optionally change the behaviour of
32266     i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
32267     stop-start between sending the device address pointer write and
32268     reading back the data.  The current behaviour is retained as the
32269     default.
32270
32271     While most devices will work either way, I have a smart battery(*)
32272     that requires repeated start, and someone at some point found a
32273     device that required a stop-start.
32274
32275     (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
32276
32277     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
32278
32279 commit 3429071700963ca2f944c51d695a7481af0cee33
32280 Author: Wolfgang Denk <wd@denx.de>
32281 Date:   Tue Jan 27 22:07:14 2009 +0100
32282
32283     {delta,zylonite}/lowlevel_init.S: fix typo
32284
32285     Commit 9d803d8c mistakenly changed some constants
32286     from 0x300 into 300 - this patch fixes it.
32287
32288     Pointed out by Tom Evans <tom@ceos.com.au>, see
32289     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
32290     details.
32291
32292     Signed-off-by: Wolfgang Denk <wd@denx.de>
32293
32294 commit 1bc434373013af241835c14011ac3f291dccbf53
32295 Author: Stefan Althoefer <stefan.althoefer@web.de>
32296 Date:   Sat Dec 20 19:40:41 2008 +0100
32297
32298     drivers/net/e1000.c: missing terminator for supported devices
32299
32300     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
32301
32302 commit 65f7d41031a70b1649b35020995c505edca91533
32303 Author: Wolfgang Denk <wd@denx.de>
32304 Date:   Tue Jan 27 21:36:28 2009 +0100
32305
32306     fat.c: fix warning: array subscript is above array bounds
32307
32308     Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
32309
32310     Signed-off-by: Wolfgang Denk <wd@denx.de>
32311
32312 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
32313 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32314 Date:   Fri Jan 2 15:11:41 2009 +0100
32315
32316     Fix gunzip in case of insufficient output buffer
32317
32318     U-Boot's gunzip() function does not handle the return code
32319     of zlib's inflate() function correctly. gunzip() is implemented
32320     to uncompress all input data in one run. So the correct return
32321     code for the good case is Z_STREAM_END. In case of insufficient
32322     output buffer memory inflate returns Z_OK. For gunzip() this
32323     is an error.
32324
32325     It also makes sense to me to call inflateEnd() also in case
32326     of an error.
32327
32328     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32329
32330 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
32331 Author: Stefan Roese <sr@denx.de>
32332 Date:   Wed Jan 21 17:25:01 2009 +0100
32333
32334     MIPS: Add VCT board series support (Part 3/3)
32335
32336     Signed-off-by: Stefan Roese <sr@denx.de>
32337
32338 commit ae691e5719c48f1d2826cb72722497d1d162765b
32339 Author: Stefan Roese <sr@denx.de>
32340 Date:   Wed Jan 21 17:24:49 2009 +0100
32341
32342     MIPS: Add VCT board series support (Part 2/3)
32343
32344     Signed-off-by: Stefan Roese <sr@denx.de>
32345
32346 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
32347 Author: Stefan Roese <sr@denx.de>
32348 Date:   Wed Jan 21 17:24:39 2009 +0100
32349
32350     MIPS: Add VCT board series support (Part 1/3)
32351
32352     Signed-off-by: Stefan Roese <sr@denx.de>
32353
32354 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
32355 Author: Stefan Roese <sr@denx.de>
32356 Date:   Wed Jan 21 17:20:20 2009 +0100
32357
32358     MIPS: Add flush_dcache_range() and invalidate_dcache_range()
32359
32360     This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
32361     Those functions are needed for the upcoming dcache support for the USB
32362     EHCI driver. I chose this API because those cache handling functions are
32363     already present in the PPC architecture.
32364
32365     Signed-off-by: Stefan Roese <sr@denx.de>
32366     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32367
32368 commit de832a99414ff06a4b2cdc9f5280b387da039834
32369 Author: Stefan Roese <sr@denx.de>
32370 Date:   Mon Jan 26 10:05:20 2009 +0100
32371
32372     nand_spl: Fix compile problem with board_nand_init() prototype
32373
32374     This patch removes the now obsolete and additionally wrongly defined
32375     board_nand_init() prototype from nand_spl/nand_boot.c.
32376
32377     Signed-off-by: Stefan Roese <sr@denx.de>
32378     Signed-off-by: Scott Wood <scottwood@freescale.com>
32379
32380 commit e8eac437189430d8e04a5d254ed92c58bc534a79
32381 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
32382 Date:   Wed Jan 14 08:44:26 2009 -0500
32383
32384     CFI: Add geometry reversal for STMicro M29W320ET
32385
32386     Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
32387
32388     Modeled after flash_fixup_amd, this patch handles the geometry reversal
32389     or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
32390     Since I cannot test all STM's chips, the detection is implemented as
32391     narrow as possible for now.
32392
32393     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
32394     Signed-off-by: Stefan Roese <sr@denx.de>
32395
32396 commit 0f8e851e897b535959a0781171910cd97f33c30c
32397 Author: Jens Gehrlein <sew_s@tqs.de>
32398 Date:   Tue Dec 16 17:25:55 2008 +0100
32399
32400     CFI: increase performance of function find_sector()
32401
32402     Tested on TQM5200S-BD with Samsung K8P2815UQB
32403
32404     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
32405     Signed-off-by: Stefan Roese <sr@denx.de>
32406
32407 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
32408 Author: Jens Gehrlein <sew_s@tqs.de>
32409 Date:   Tue Dec 16 17:25:54 2008 +0100
32410
32411     CFI: avoid redundant function call in single word programming mode
32412
32413     The function find_sector() doesn't need to be called twice in
32414     the case of AMD command set.
32415     Tested on TQM5200S-BD with Samsung K8P2815UQB.
32416
32417     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
32418     Signed-off-by: Stefan Roese <sr@denx.de>
32419
32420 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
32421 Author: Stefan Roese <sr@denx.de>
32422 Date:   Mon Jan 26 10:15:23 2009 +0100
32423
32424     ppc4xx: Remove compilation warning in gdppc440etc.c
32425
32426     Signed-off-by: Stefan Roese <sr@denx.de>
32427
32428 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
32429 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32430 Date:   Fri Jan 2 12:19:47 2009 +0100
32431
32432     ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
32433
32434     Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
32435     Either they define or undef it. Because it's not used in any source
32436     files this patch removes any references to it.
32437
32438     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32439     Signed-off-by: Stefan Roese <sr@denx.de>
32440
32441 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
32442 Author: Dirk Eibach <eibach@gdsys.de>
32443 Date:   Tue Dec 9 13:12:40 2008 +0100
32444
32445     ppc4xx: Add GDsys PowerPC 440 ETX board support.
32446
32447     Board support for the Guntermann & Drunck PowerPC 440 ETX module.
32448     Based on the AMCC Yosemite board support by Stefan Roese.
32449
32450     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
32451     Signed-off-by: Stefan Roese <sr@denx.de>
32452
32453 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
32454 Author: Dirk Eibach <eibach@gdsys.de>
32455 Date:   Tue Dec 9 11:00:07 2008 +0100
32456
32457     ppc4xx: Improve DDR autodetect
32458
32459     Added support for a second memory bank to DDR autodetection for 440
32460     platforms.
32461     Made hardcoded values configurable.
32462
32463     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
32464     Signed-off-by: Stefan Roese <sr@denx.de>
32465
32466 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
32467 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32468 Date:   Fri Nov 21 12:06:26 2008 +0900
32469
32470     sh: sh7763rdp: Update sh7763rdp config
32471
32472     Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
32473
32474     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32475     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32476
32477 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
32478 Author: Gary Jennejohn <garyj@denx.de>
32479 Date:   Thu Nov 20 12:28:38 2008 +0100
32480
32481     mgcoge make ether_scc.c work with CONFIG_NET_MULTI
32482
32483     This change is needed for mgcoge because it uses two ethernet drivers.
32484
32485     Add a check for the presence of the PIGGY board on mgcoge.  Without this
32486     board networking cannot work and the initialization must be aborted.
32487
32488     Only allocate rtx once to prevent DPRAM exhaustion.
32489
32490     Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
32491     soon) in eth.c.
32492
32493     Signed-off-by: Gary Jennejohn <garyj@denx.de>
32494     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32495
32496 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
32497 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32498 Date:   Fri Nov 21 12:04:18 2008 +0900
32499
32500     sh: sh_eth: Change new network API
32501
32502     sh_eth used old network API. This patch changed new API.
32503
32504     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32505     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32506
32507 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
32508 Author: Stefan Roese <sr@denx.de>
32509 Date:   Wed Nov 12 13:31:02 2008 +0100
32510
32511     net: smc911x: Make register read/write functions weak
32512
32513     This patch changes the reg_read/_write to smc911x_reg_read/_write
32514     and defines then as weak so that they can be overridden by board
32515     specific version.
32516
32517     This will be used by the upcoming VCTH board support.
32518
32519     Signed-off-by: Stefan Roese <sr@denx.de>
32520     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32521
32522 commit 8b69b563039989885969d24465c56f8ac4c07c4c
32523 Author: Heiko Schocher <hs@denx.de>
32524 Date:   Thu Nov 20 09:57:14 2008 +0100
32525
32526     powerpc: net: support for the SMSC LAN8700 PHY
32527
32528     Signed-off-by: Heiko Schocher <hs@denx.de>
32529     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32530
32531 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
32532 Author: Alessandro Rubini <rubini@unipv.it>
32533 Date:   Sat Jan 24 18:10:37 2009 +0100
32534
32535     Initial support for Nomadik 8815 development board
32536
32537     The NMDK8815 board is distributed by ST Microelectornics.
32538     Other (proprietary) code must be run to unlock the CPU before
32539     U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
32540
32541     This is the initial port, with basic infrastructure and
32542     a working serial port.
32543
32544     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
32545     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
32546     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32547
32548 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
32549 Author: Dirk Behme <dirk.behme@googlemail.com>
32550 Date:   Sun Dec 14 09:47:18 2008 +0100
32551
32552     OMAP3: Add I2C support
32553
32554     Add I2C support.
32555
32556     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
32557
32558 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
32559 Author: Dirk Behme <dirk.behme@googlemail.com>
32560 Date:   Sun Dec 14 09:47:17 2008 +0100
32561
32562     OMAP3: Add MMC support
32563
32564     Add MMC support.
32565
32566     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
32567
32568 commit 12201a13547ec22ddcdae278e74465e54a3be60c
32569 Author: Dirk Behme <dirk.behme@googlemail.com>
32570 Date:   Sun Dec 14 09:47:16 2008 +0100
32571
32572     OMAP3: Add NAND support
32573
32574     Add NAND support.
32575
32576     Signed-off-by: Nishanth Menon <nm@ti.com>
32577     Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
32578     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
32579
32580 commit 91eee546737ae21d930af479530997174c342b13
32581 Author: Dirk Behme <dirk.behme@googlemail.com>
32582 Date:   Sun Dec 14 09:47:15 2008 +0100
32583
32584     OMAP3: Add common board, interrupt and system info
32585
32586     Add common board, interrupt and system info code.
32587
32588     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
32589
32590 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
32591 Author: Dirk Behme <dirk.behme@googlemail.com>
32592 Date:   Sun Dec 14 09:47:14 2008 +0100
32593
32594     OMAP3: Add common clock, memory and low level code
32595
32596     Add common clock, memory and low level code
32597
32598     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
32599
32600 commit 0b02b184003e6a5023e05d5f31de54db279b1431
32601 Author: Dirk Behme <dirk.behme@googlemail.com>
32602 Date:   Sun Dec 14 09:47:13 2008 +0100
32603
32604     OMAP3: Add common cpu and start code
32605
32606     Add common cpu and start code.
32607
32608     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
32609
32610 commit a8b6450546cd507d331b8fde384791d84bde5651
32611 Author: Dirk Behme <dirk.behme@googlemail.com>
32612 Date:   Sun Dec 14 09:47:12 2008 +0100
32613
32614     OMAP3: Add OMAP3, memory and function prototype headers
32615
32616     Add OMAP3, memory and function prototype header files for OMAP3.
32617
32618     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
32619
32620 commit 2c803210a464abbac35752ca1c737514360b4c32
32621 Author: Dirk Behme <dirk.behme@googlemail.com>
32622 Date:   Sun Dec 14 09:47:11 2008 +0100
32623
32624     OMAP3: Add pin mux, clock and cpu headers
32625
32626     Add pin mux, clock and cpu header files for OMAP3.
32627
32628     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
32629
32630 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
32631 Author: Maxim Artamonov <scn1874@yandex.ru>
32632 Date:   Wed Dec 3 05:38:17 2008 +0300
32633
32634     bugfix for i.mx31 CCM_UPCTL reg
32635
32636     Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
32637
32638 commit 24113a44ed5cd3257a0237c3961e121812fca6db
32639 Author: Mike Frysinger <vapier@gentoo.org>
32640 Date:   Tue Dec 30 03:15:38 2008 -0500
32641
32642     easylogo: add optional gzip support
32643
32644     Some images can be quite large, so add an option to compress the
32645     image data with gzip in the U-Boot image. Then at runtime, the
32646     board can decompress it with the normal zlib functions.
32647
32648     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32649
32650 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
32651 Author: Bryan Wu <bryan.wu@analog.com>
32652 Date:   Fri Jan 2 20:47:45 2009 -0500
32653
32654     fat: fix unaligned errors
32655
32656     A couple of buffers in the fat code are declared as an array of bytes.
32657     But it is then cast up to a structure with 16bit and 32bit members.
32658     Since GCC assumes structure alignment here, we have to force the
32659     buffers to be aligned according to the structure usage.
32660
32661     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
32662     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32663
32664 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
32665 Author: Brad Bozarth <bflinux@yumbrad.com>
32666 Date:   Thu Jan 1 22:45:47 2009 -0500
32667
32668     spi flash: fix crash due to spi flash miscommunication
32669
32670     Higher spi flash layers expect to be given back a pointer that was
32671     malloced so that it can free the result, but the lower layers return
32672     a pointer that is in the middle of the malloced memory. Reorder the
32673     members of the lower spi structures so that things work out.
32674
32675     Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
32676     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32677     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32678
32679 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
32680 Author: Yuri Tikhonov <yur@emcraft.com>
32681 Date:   Sat Dec 20 14:54:21 2008 +0300
32682
32683     FPU POST: fix warnings when building with 2.18 binutils
32684
32685     When compile u-boot with the 2.18 binutils the following
32686     warning messages for each object file in post/lib_ppc/fpu/ is
32687     produced at the linking stage:
32688
32689     post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
32690     ...
32691
32692     This is because of the fact that, in general, the soft-float and
32693     hard-float ABIs are incompatible; the 2.18 binutils do checking
32694     of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
32695     produce the worning like above if these are not compatible.
32696
32697     The incompatibility of ABIs is concerned only the float values:
32698     e.g. the soft-float ABI assumes the float argument passing in the
32699     pair of rX registers, and the hard-float ABI assumes passing of
32700     the float argument in the fX register. When we don't pass the float
32701     arguments between the functions compiled with different floatness,
32702     then such an application will work correctly.
32703     This is the case for the FPU POST: u-boot (compiled with soft-float)
32704     doesn't pass to (and doesn't get from) the FPU POST functions any
32705     floats; there are no functions exported from the post/lib_ppc/fpu/
32706     objects which would work with float parameters/returns too. So, we
32707     can reassure the linker not to worry about the difference in ABI
32708     attributes of linking files just by setting the 'soft-float'
32709     attribute for the objects in post/lib_ppc/fpu. And this patch does
32710     this.
32711
32712     Also, to avoid passing both soft- and hard-float options in CFLAGS
32713     when compiling the files from post/lib_ppc/fpu (which is OK, but
32714     looks rather dirty) this patch removes the soft-float string from
32715     CFLAGS in post/lib_ppc/fpu/Makefile.
32716
32717     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
32718
32719 commit a7c9310457e85b4598abe5b304108edf11332e2f
32720 Author: Peter Tyser <ptyser@xes-inc.com>
32721 Date:   Wed Dec 17 16:36:22 2008 -0600
32722
32723     Add support for Maxim's DS4510 I2C device
32724
32725     Initial support for the DS4510, a CPU supervisor with
32726     integrated EEPROM, SRAM, and 4 programmable non-volatile
32727     GPIO pins. The CONFIG_DS4510 define enables support
32728     for the device while the CONFIG_CMD_DS4510 define
32729     enables the ds4510 command. The additional
32730     CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
32731     CONFIG_DS4510_RST defines add additional sub-commands
32732     to the ds4510 command when defined.
32733
32734     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
32735
32736 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
32737 Author: Dirk Eibach <eibach@gdsys.de>
32738 Date:   Tue Dec 16 14:51:56 2008 +0100
32739
32740     common: Iteration limit for memory test.
32741
32742     The iteration limit is passed to mtest as a fourth parameter:
32743     [start [end [pattern [iterations]]]]
32744     If no fourth parameter is supplied, there is no iteration limit and the
32745     test will loop forever.
32746
32747     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
32748
32749 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
32750 Author: Stefan Roese <sr@denx.de>
32751 Date:   Mon Dec 15 15:40:12 2008 +0100
32752
32753     serial: Rename driver vcth to vct to support other board variants
32754
32755     Moved driver vcth.c to vct.c to better reflect the VCT board series.
32756     This driver is now used by the VCT platforms:
32757
32758     vct_premium
32759     vct_platinum
32760     vct_platinumsvc
32761
32762     Signed-off-by: Stefan Roese <sr@denx.de>
32763
32764 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
32765 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32766 Date:   Fri Dec 12 00:45:27 2008 +0900
32767
32768     nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
32769
32770     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32771
32772 commit c3284b030b1cd492b4f46c576aea01bef258599d
32773 Author: Peter Korsgaard <jacmet@sunsite.dk>
32774 Date:   Wed Dec 10 16:24:16 2008 +0100
32775
32776     common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
32777
32778     Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
32779     similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
32780     !CONFIG_AUTOBOOT_KEYED case.
32781
32782     Do this by reversing the loop so we do at least one iteration before
32783     checking for timeout.
32784
32785     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
32786
32787 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
32788 Author: Niklaus Giger <niklaus.giger@netstal.com>
32789 Date:   Mon Dec 8 17:24:08 2008 +0100
32790
32791     Added legacy flash ST Micro M29W040B
32792
32793 commit 626d07348e5f9f302f4ea182161a89f7362a0488
32794 Author: Graeme Russ <graeme.russ@gmail.com>
32795 Date:   Mon Dec 8 20:04:51 2008 +1100
32796
32797     Fixed off-by-one errors in lib_m68k/interrupts.c
32798
32799     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
32800
32801 commit a5989c42ae5e295f274a795c426c47819bbdbfda
32802 Author: Graeme Russ <graeme.russ@gmail.com>
32803 Date:   Sun Dec 7 10:29:05 2008 +1100
32804
32805     Removed all references to CONFIG_SYS_RESET_GENERIC
32806
32807     Generic i386 reset - #define made redundant by weak function
32808
32809     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
32810
32811 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
32812 Author: Graeme Russ <graeme.russ@gmail.com>
32813 Date:   Sun Dec 7 10:29:04 2008 +1100
32814
32815     Remove #ifdef CONFIG_SC520 in source code
32816
32817     CONFIG_SC520 is now used for conditional compile
32818
32819     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
32820
32821 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
32822 Author: Graeme Russ <graeme.russ@gmail.com>
32823 Date:   Sun Dec 7 10:29:03 2008 +1100
32824
32825     Added MMCR reset functionality
32826
32827     Reset function specific to AMD SC520 microcontroller - Is more of a
32828     'hard reset' that the triple fault.
32829
32830     Requires CONFIG_SYS_RESET_SC520 to be defined in config
32831
32832     I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
32833     but ld requires that a object file in a library arhive MUST contain
32834     at least one function which does not override a weak function (and is
32835     called from outside the object file) in order for that object file to
32836     be extracted from the archive. This would be the only function on the
32837     new file, and hence, will never get linked in.
32838
32839     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
32840
32841 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
32842 Author: Graeme Russ <graeme.russ@gmail.com>
32843 Date:   Sun Dec 7 10:29:02 2008 +1100
32844
32845     Moved generic (triple fault) reset code
32846
32847     Moved from interrupts.c to cpu.c and made into a weak function to
32848     allow vendor specific override
32849
32850     Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
32851     added to the vendor specific code without the need to remember to
32852     #undef usage of the generic method and if you forget to include your
32853     custom reset method, you will always get the default.
32854
32855     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
32856
32857 commit 9933d609020c297788f53f334c8465fa7a99b10c
32858 Author: Graeme Russ <graeme.russ@gmail.com>
32859 Date:   Sun Dec 7 10:29:01 2008 +1100
32860
32861     Moved definition of set_vector() to new header file
32862
32863     This allows for future tidy ups and functionality that will require
32864     set_vector ()
32865
32866     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
32867
32868 commit 407976185e0dda2c90e89027121a1071b9c77bfb
32869 Author: Graeme Russ <graeme.russ@gmail.com>
32870 Date:   Sun Dec 7 10:29:00 2008 +1100
32871
32872     Moved sc520 specific code into new cpu/i386/sc520 folder
32873
32874     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
32875     Signed-off-by: Wolfgang Denk <wd@denx.de>
32876
32877 commit 85ffbbd51914925a542d8528be7f072e5ab02157
32878 Author: Graeme Russ <graeme.russ@gmail.com>
32879 Date:   Sun Dec 7 10:28:58 2008 +1100
32880
32881     Renamed cpu/i386/reset.S to resetvec.S
32882
32883     Brings i386 in line with other CPUs with a reset vector and frees up reset.c
32884     for CPU reset functions
32885
32886     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
32887
32888 commit a3f4c123f569474e80ea012b8db0de46afdb6443
32889 Author: Wolfgang Denk <wd@denx.de>
32890 Date:   Sat Jan 24 01:01:49 2009 +0100
32891
32892     Makefile: keep lists sorted.
32893
32894     Signed-off-by: Wolfgang Denk <wd@denx.de>
32895
32896 commit c620c01e96814558470698ed5cab1bf2f504d1b5
32897 Author: Graeme Russ <graeme.russ@gmail.com>
32898 Date:   Sun Dec 7 10:28:57 2008 +1100
32899
32900     Added initial eNET board support
32901
32902     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
32903
32904 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
32905 Author: Gary Jennejohn <garyj@denx.de>
32906 Date:   Thu Nov 20 11:37:26 2008 +0100
32907
32908     POWERPC 82xx: add the SCC as an HDLC controller
32909
32910     Right now this is only used by keymile.
32911
32912     Signed-off-by: Gary Jennejohn <garyj@denx.de>
32913
32914 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
32915 Author: Heiko Schocher <hs@denx.de>
32916 Date:   Thu Nov 20 09:59:09 2008 +0100
32917
32918     powerpc, keymile boards: extract identical config options
32919
32920     This patch extracts the identical config options for the
32921     keymile boards mgcoge, mgsuvd and kmeter1 in a new
32922     common config file keymile-common.h.
32923
32924     Signed-off-by: Heiko Schocher <hs@denx.de>
32925
32926 commit 210c8c00aad3328145204adab434bb7d70b06b75
32927 Author: Heiko Schocher <hs@denx.de>
32928 Date:   Fri Nov 21 08:29:40 2008 +0100
32929
32930     powerpc: keymile: Add a check for the PIGGY debug board
32931
32932     Check the presence of the PIGGY on the keymile boards mgcoge,
32933     mgsuvd and kmeter1. If the PIGGY is not present, dont register
32934     this Ethernet device.
32935
32936     Signed-off-by: Heiko Schocher <hs@denx.de>
32937     Acked-by: Ben Warren <biggerbadderben@gmail.com>
32938
32939 commit de0443614af4d16675ab436665aeb11ddc9f7214
32940 Author: Heiko Schocher <hs@denx.de>
32941 Date:   Thu Nov 20 09:57:47 2008 +0100
32942
32943     powerpc: 83xx: add support for the kmeter1 board
32944
32945     This patch adds support for the kmeter1 board from Keymile,
32946     based on a Freescale MPC8360 CPU.
32947
32948     - serial console on UART 1
32949     - 256 MB DDR2 RAM
32950     - 64 MB NOR Flash
32951     - Ethernet RMII Mode over UCC4
32952     - PHY SMSC LAN8700
32953
32954     Signed-off-by: Heiko Schocher <hs@denx.de>
32955
32956 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
32957 Author: Sergei Poselenov <sposelenov@emcraft.com>
32958 Date:   Tue Nov 4 13:51:18 2008 +0100
32959
32960     Add a do_div() wrapper macro, lldiv().
32961
32962     Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
32963     the dividend and returns the result of division, so it is useful
32964     in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
32965
32966     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
32967
32968 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
32969 Author: Kumar Gala <galak@kernel.crashing.org>
32970 Date:   Fri Jan 23 14:22:14 2009 -0600
32971
32972     85xx: Add a 36-bit physical configuration for MPC8572DS
32973
32974     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
32975     to allow for larger memory sizes.
32976
32977     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32978
32979 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
32980 Author: Kumar Gala <galak@kernel.crashing.org>
32981 Date:   Fri Jan 23 14:22:13 2009 -0600
32982
32983     85xx: Handle eLBC difference w/36-bit physical
32984
32985     The eLBC only handles 32-bit physical address in systems with 36-bit
32986     physical.  The previos generation of LBC handled 34-bit physical
32987     address in 36-bit systems.  Added a new CONFIG option to convey
32988     the difference between the LBC and eLBC.
32989
32990     Also added defines for XAM bits used in LBC for the extended 34-bit
32991     support.
32992
32993     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32994
32995 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
32996 Author: Kumar Gala <galak@kernel.crashing.org>
32997 Date:   Fri Jan 23 14:22:12 2009 -0600
32998
32999     85xx: Use BR_ADDR macro for NAND chipselects
33000
33001     Use the new BR_ADDR macro to properly setup the address field of the
33002     localbus chipselects used by NAND.
33003
33004     This allows us to deal with 36-bit phys on these boards in the future.
33005
33006     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33007
33008 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
33009 Author: Haiying Wang <Haiying.Wang@freescale.com>
33010 Date:   Thu Jan 15 11:58:35 2009 -0500
33011
33012     Add secondary CPUs processor frequency for e500 core
33013
33014     This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
33015     and prints each CPU's frequency separately. It also fixes up each CPU's
33016     frequency in "clock-frequency" of fdt blob.
33017
33018     Signed-off-by: James Yang <James.Yang@freescale.com>
33019     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33020
33021 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
33022 Author: Dave Liu <daveliu@freescale.com>
33023 Date:   Fri Nov 21 16:31:53 2008 +0800
33024
33025     85xx: enable the auto self refresh for wake up ARP
33026
33027     The wake up ARP feature need use the memory to process
33028     wake up packet, we enable auto self refresh to support it.
33029
33030     Signed-off-by: Dave Liu <daveliu@freescale.com>
33031     Acked-by: Andy Fleming <afleming@freescale.com>
33032
33033 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
33034 Author: Dave Liu <daveliu@freescale.com>
33035 Date:   Fri Nov 21 16:31:43 2008 +0800
33036
33037     fsl-ddr: use the 1T timing as default configuration
33038
33039     For light loaded system, we use the 1T timing to gain better
33040     memory performance, but for some heavily loaded system,
33041     you have to add the 2T timing options to board files.
33042
33043     Signed-off-by: Dave Liu <daveliu@freescale.com>
33044     Acked-by: Andy Fleming <afleming@freescale.com>
33045
33046 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
33047 Author: Dave Liu <daveliu@freescale.com>
33048 Date:   Fri Nov 21 16:31:35 2008 +0800
33049
33050     fsl-ddr: make the self refresh idle threshold configurable
33051
33052     Some 85xx processors have the advanced power management feature,
33053     such as wake up ARP, that needs enable the automatic self refresh.
33054
33055     If the DDR controller pass the SR_IT (self refresh idle threshold)
33056     idle cycles, it will automatically enter self refresh. However,
33057     anytime one transaction is issued to the DDR controller, it will
33058     reset the counter and exit self refresh state.
33059
33060     Signed-off-by: Dave Liu <daveliu@freescale.com>
33061     Acked-by: Andy Fleming <afleming@freescale.com>
33062
33063 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
33064 Author: Dave Liu <daveliu@freescale.com>
33065 Date:   Fri Nov 21 16:31:29 2008 +0800
33066
33067     fsl-ddr: clean up the ddr code for DDR3 controller
33068
33069     - The DDR3 controller is expanding the bits for timing config
33070     - Add the DDR3 32-bit bus mode support
33071
33072     Signed-off-by: Dave Liu <daveliu@freescale.com>
33073     Acked-by: Andy Fleming <afleming@freescale.com>
33074
33075 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
33076 Author: Dave Liu <daveliu@freescale.com>
33077 Date:   Fri Nov 21 16:31:22 2008 +0800
33078
33079     fsl-ddr: update the bit mask for DDR3 controller
33080
33081     According to the latest 8572 UM, the DDR3 controller
33082     is expanding the bit mask, and we use the extend ACTTOPRE
33083     mode when tRAS more than 19 MCLK.
33084
33085     Signed-off-by: Dave Liu <daveliu@freescale.com>
33086
33087 commit aca5f018a8386b85469482ed9867e3e29a2437d0
33088 Author: Kumar Gala <galak@kernel.crashing.org>
33089 Date:   Tue Dec 2 16:08:40 2008 -0600
33090
33091     85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
33092
33093     Introduce a new define to seperate out the virtual address that PCI
33094     IO space is at from the physical address.  In most situations these are
33095     mapped 1:1.  However any code accessing the bus should use VIRT.
33096
33097     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33098     Acked-by: Andy Fleming <afleming@freescale.com>
33099
33100 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
33101 Author: Kumar Gala <galak@kernel.crashing.org>
33102 Date:   Tue Dec 2 16:08:39 2008 -0600
33103
33104     85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
33105
33106     Introduce a new define to seperate out the virtual address that PCI
33107     memory is at from the physical address.  In most situations these are
33108     mapped 1:1.  However any code accessing the bus should use VIRT.
33109
33110     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33111     Acked-by: Andy Fleming <afleming@freescale.com>
33112
33113 commit a6e04c344ad1eefd47a75484441b385da815b8df
33114 Author: Kumar Gala <galak@kernel.crashing.org>
33115 Date:   Tue Dec 2 16:08:38 2008 -0600
33116
33117     85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
33118
33119     Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
33120     of TLBs.  This is what we should have always been using from the start.
33121
33122     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33123     Acked-by: Andy Fleming <afleming@freescale.com>
33124
33125 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
33126 Author: Kumar Gala <galak@kernel.crashing.org>
33127 Date:   Tue Dec 2 16:08:37 2008 -0600
33128
33129     85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
33130
33131     Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
33132     of _IO_BASE so we are more explicit.
33133
33134     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33135
33136 commit 10795f42cb94e71bcb262b615084f69dd886399a
33137 Author: Kumar Gala <galak@kernel.crashing.org>
33138 Date:   Tue Dec 2 16:08:36 2008 -0600
33139
33140     85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
33141
33142     Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
33143     of _MEM_BASE so we are more explicit.
33144
33145     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33146     Acked-by: Andy Fleming <afleming@freescale.com>
33147
33148 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
33149 Author: Kumar Gala <galak@kernel.crashing.org>
33150 Date:   Tue Dec 2 14:19:34 2008 -0600
33151
33152     85xx: separate FLASH BASE virtual from physical address
33153
33154     Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
33155     maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
33156
33157     This allows us to deal with 36-bit phys on these boards in the future.
33158
33159     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33160     Acked-by: Andy Fleming <afleming@freescale.com>
33161
33162 commit 52b565f5ad23b682489055b187767d8bf1c2e444
33163 Author: Kumar Gala <galak@kernel.crashing.org>
33164 Date:   Tue Dec 2 14:19:33 2008 -0600
33165
33166     85xx: separate PIXIS virtual from physical address
33167
33168     Added a PIXIS_BASE_PHYS for use as the physical address and maintain
33169     PIXIS_BASE as the virtual address of the PIXIS fpga registers.
33170
33171     This allows us to deal with 36-bit phys on these boards in the future.
33172
33173     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33174     Acked-by: Andy Fleming <afleming@freescale.com>
33175
33176 commit 30837e5b21d5a742983581ab9ee3fac085311d19
33177 Author: Haiying Wang <Haiying.Wang@freescale.com>
33178 Date:   Tue Nov 11 08:52:09 2008 -0500
33179
33180     Add README file for MPC8572DS board
33181
33182     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33183     Acked-by: Andy Fleming <afleming@freescale.com>
33184
33185 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
33186 Author: Mike Frysinger <vapier@gentoo.org>
33187 Date:   Mon Oct 20 16:15:04 2008 -0400
33188
33189     Blackfin: use common strmhz() in system output
33190
33191     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33192
33193 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
33194 Author: Ron Madrid <ron_madrid@sbcglobal.net>
33195 Date:   Thu Jan 22 15:05:24 2009 -0800
33196
33197     mpc83xx: New board support for SIMPC8313
33198
33199     This patch will create a new board, SIMPC8313, from Sheldon Instruments.  This
33200     board boots from NAND devices and is configureable for either large or small
33201     page devices.  The board supports non-soldered DDR2, one ethernet port, a
33202     Marvell 88E1118 PHY, and PCI host support.  The board also has a FPGA connected
33203     to the eLBC providing glue logic to a TMS320C67xx DSP.
33204
33205     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
33206     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33207
33208 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
33209 Author: Mike Frysinger <vapier@gentoo.org>
33210 Date:   Sun Jan 18 19:46:06 2009 -0500
33211
33212     nand: fixup printf modifiers to match types used
33213
33214     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33215     Signed-off-by: Scott Wood <scottwood@freescale.com>
33216
33217 commit 389e6620e2271096df3316917528003627db4021
33218 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
33219 Date:   Tue Jan 20 16:57:55 2009 +0100
33220
33221     nand read.jffs2 (nand_legacy) in common/cmd_nand.c
33222
33223     Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
33224     With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
33225     "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
33226     tested before ".jffs2s" and only the first two characters are compared.
33227
33228     Correction:
33229     Test for ".jffs2s" first and compare the first 7 characters.
33230
33231     Signed-off-by: Scott Wood <scottwood@freescale.com>
33232
33233 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
33234 Author: Wolfgang Grandegger <wg@grandegger.com>
33235 Date:   Fri Jan 16 18:55:54 2009 +0100
33236
33237     NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
33238
33239     This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
33240     changes the default from 8 to 1 for the legacy and the new MTD
33241     NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
33242     in the board config files because none of the boards use multi
33243     chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
33244     define
33245
33246      #define NAND_MAX_CHIPS          CONFIG_SYS_MAX_NAND_DEVICE
33247
33248     but that's bogus and did not work anyhow.
33249
33250     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
33251     Signed-off-by: Scott Wood <scottwood@freescale.com>
33252
33253 commit c70564e6b1bd08f3230182392238907f3531a87e
33254 Author: Dave Liu <daveliu@freescale.com>
33255 Date:   Tue Dec 2 11:48:51 2008 +0800
33256
33257     NAND: Fix cache and memory inconsistency issue
33258
33259     We load the secondary stage u-boot image from NAND to
33260     system memory by nand_load, but we did not flush d-cache
33261     to memory, nor invalidate i-cache before we jump to RAM.
33262     When the system has cache enabled and the TLB/page attribute
33263     of system memory is cacheable, it will cause issues.
33264
33265     - 83xx family is using the d-cache lock, so all of d-cache
33266       access is cache-inhibited. so you can't see the issue.
33267     - 85xx family is using d-cache, i-cache enable, partial
33268       cache lock. you will see the issue.
33269
33270     This patch fixes the cache issue.
33271
33272     Signed-off-by: Dave Liu <daveliu@freescale.com>
33273     Signed-off-by: Scott Wood <scottwood@freescale.com>
33274
33275 commit 50657c273278f74378e1ac39b41d612b92fdffa0
33276 Author: Nishanth Menon <menon.nishanth@gmail.com>
33277 Date:   Sat Dec 13 09:43:06 2008 -0600
33278
33279     NAND: Enable nand lock, unlock feature
33280
33281     Enable nand lock, unlock and status of lock feature.
33282     Not every device and platform requires this, hence,
33283     it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
33284
33285     Nand unlock and status operate on block boundary instead
33286     of page boundary. Details in:
33287     http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
33288
33289     Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
33290     Includes preliminary suggestions from Scott Wood
33291
33292     Signed-off-by: Nishanth Menon <nm@ti.com>
33293     Signed-off-by: Scott Wood <scottwood@freescale.com>
33294
33295 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
33296 Author: Mike Frysinger <vapier@gentoo.org>
33297 Date:   Sat Dec 6 02:40:55 2008 -0500
33298
33299     NAND: move board_nand_init to nand.h
33300
33301     Rather than putting the function prototype for board_nand_init() in the one
33302     place where it gets called, put it into nand.h so that every place that also
33303     defines it gets the prototype.  Otherwise, errors can go silently unnoticed
33304     such as using the wrong return value (void rather than int) when defining
33305     the function.
33306
33307     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33308     Signed-off-by: Scott Wood <scottwood@freescale.com>
33309
33310 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
33311 Author: Stefan Roese <sr@denx.de>
33312 Date:   Tue Dec 2 11:06:47 2008 +0100
33313
33314     OneNAND: Additional sync with 2.6.27
33315
33316     - Add subpage write support
33317     - Add onenand_oob_64/32 ecclayout
33318
33319     This has been missing and without it UBI has some incompatibilies issues
33320     with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
33321     placed differently (2048 instead of 512) without this fix.
33322
33323     Signed-off-by: Stefan Roese <sr@denx.de>
33324     Signed-off-by: Scott Wood <scottwood@freescale.com>
33325
33326 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
33327 Author: Kyungmin Park <kmpark@infradead.org>
33328 Date:   Thu Nov 13 15:14:33 2008 +0900
33329
33330     Add markbad function
33331
33332     Add missing markbad function
33333     If not, it's hang when it entered the mtd->mark_bad().
33334
33335     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33336
33337 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
33338 Author: Stefan Roese <sr@denx.de>
33339 Date:   Wed Nov 12 13:47:24 2008 +0100
33340
33341     OneNAND: Bad block aware read/write command support
33342
33343     Update OneNAND command to support bad block awareness.
33344     Also change the OneNAND command style to better match the
33345     NAND version.
33346
33347     Signed-off-by: Stefan Roese <sr@denx.de>
33348     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
33349
33350 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
33351 Author: Stefan Roese <sr@denx.de>
33352 Date:   Tue Nov 11 10:29:09 2008 +0100
33353
33354     OneNAND: Save version_id in onenand_chip struct
33355
33356     The version (ver_id) was not stored in the onenand_chip structure and
33357     because of this the continuous locking scheme could be enabled on some
33358     chips.
33359
33360     Signed-off-by: Stefan Roese <sr@denx.de>
33361
33362 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
33363 Author: Stefan Roese <sr@denx.de>
33364 Date:   Tue Nov 11 10:28:53 2008 +0100
33365
33366     OneNAND: Fix compiler warnings
33367
33368     Signed-off-by: Stefan Roese <sr@denx.de>
33369
33370 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
33371 Author: Dave Liu <daveliu@freescale.com>
33372 Date:   Tue Nov 4 14:55:06 2008 +0800
33373
33374     mpc83xx: enable eLBC NAND support for MPC8315ERDB board
33375
33376     Signed-off-by: Dave Liu <daveliu@freescale.com>
33377
33378 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
33379 Author: Kyungmin Park <kmpark@infradead.org>
33380 Date:   Tue Nov 4 09:24:07 2008 +0900
33381
33382     Sync with 2.6.27
33383
33384     Sync with OneNAND kernel codes
33385
33386     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33387
33388 commit e7f325be9edeb84bb457301776bbac1f7257dafc
33389 Author: Michal Simek <monstr@monstr.eu>
33390 Date:   Mon Jan 5 13:35:31 2009 +0100
33391
33392     microblaze: Use cache functions (especially cache status)
33393     in systems which are configured without flash
33394
33395 commit e9b737deb2c30125362d20e24170617476026e94
33396 Author: Michal Simek <monstr@monstr.eu>
33397 Date:   Mon Jan 5 13:29:32 2009 +0100
33398
33399     microblaze: Add cache flush
33400
33401 commit b4f8dda35bfad447b4106828232705b2e878d168
33402 Author: Michal Simek <monstr@monstr.eu>
33403 Date:   Mon Jan 5 13:28:40 2009 +0100
33404
33405     microblaze: Add bootup messages to board.c
33406
33407 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
33408 Author: Michal Simek <monstr@monstr.eu>
33409 Date:   Fri Dec 19 13:25:55 2008 +0100
33410
33411     microblaze: Change microblaze-generic config file
33412
33413     Signed-off-by: Michal Simek <monstr@monstr.eu>
33414
33415 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
33416 Author: Michal Simek <monstr@monstr.eu>
33417 Date:   Fri Dec 19 13:14:05 2008 +0100
33418
33419     microblaze: Rename ml401 to microblaze-generic
33420
33421     Signed-off-by: Michal Simek <monstr@monstr.eu>
33422
33423 commit 6677876181cc8772bca8a372479a500d160f3993
33424 Author: Scott Wood <scottwood@freescale.com>
33425 Date:   Tue Jan 20 11:56:11 2009 -0600
33426
33427     83xx: Use the proper sequence for updating IMMR.
33428
33429     This ensures that subsequent accesses properly hit the new window.
33430
33431     The dcbi during the NAND loop was accidentally working around this;
33432     it's no longer necessary, as the cache is not enabled.
33433
33434     Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
33435     Signed-off-by: Scott Wood <scottwood@freescale.com>
33436     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33437
33438 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
33439 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33440 Date:   Thu Jan 8 04:26:19 2009 +0300
33441
33442     mpc83xx: Add PCI-E support for MPC837XEMDS boards
33443
33444     MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
33445     provides two PCI-E (x2) ports. Though, only one port can be used in x2
33446     mode. Two ports can function simultaneously in x1 mode.
33447
33448     PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
33449
33450     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33451     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33452
33453 commit 8f11e34b31a7be124a3239653f33af9510502045
33454 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33455 Date:   Thu Jan 8 04:26:17 2009 +0300
33456
33457     mpc83xx: Add PCI-E support for MPC8315ERDB boards
33458
33459     MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
33460     support them.
33461
33462     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33463     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33464
33465 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
33466 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33467 Date:   Thu Jan 8 04:26:12 2009 +0300
33468
33469     mpc83xx: Add support for MPC83xx PCI-E controllers
33470
33471     This patch adds support for MPC83xx PCI-E controllers in Root Complex
33472     mode.
33473
33474     The patch is based on Tony Li and Dave Liu work[1].
33475
33476     Though unlike the original patch, by default we don't register PCI-E
33477     buses for use in U-Boot, we only configure the controllers for future
33478     use in other OSes (Linux). This is done because we don't have enough
33479     of spare BATs to map all the PCI-E regions.
33480
33481     To actually use PCI-E in U-Boot, users should explicitly define
33482     CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
33483     only then U-Boot will able to access PCI-E, but at the cost of disabled
33484     address translation.
33485
33486     [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
33487
33488     Signed-off-by: Tony Li <tony.li@freescale.com>
33489     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33490     Acked-by: Dave Liu <daveliu@freescale.com>
33491     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33492
33493 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
33494 Author: Ira Snyder <iws@ovro.caltech.edu>
33495 Date:   Mon Jan 12 13:33:17 2009 -0800
33496
33497     MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
33498
33499     When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
33500     not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
33501     "Clocking in PCI Agent Mode".
33502
33503     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
33504     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33505
33506 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
33507 Author: Ira Snyder <iws@ovro.caltech.edu>
33508 Date:   Mon Jan 12 13:32:26 2009 -0800
33509
33510     83xx: PCI agent mode fixes for multi-board systems
33511
33512     When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
33513     the boards will lock up the PCI bus by scanning against each other.
33514
33515     The boards lock against each other by trying to access the PCI bus before
33516     clearing their configuration lock bit. Both boards end up in a loop,
33517     sending and receiving "Target Not Ready" messages forever.
33518
33519     When running in PCI agent mode, the scanning now takes place after the
33520     boards have cleared their configuration lock bit.
33521
33522     Also, add a missing declaration to the mpc83xx.h header file, fixing a
33523     build warning.
33524
33525     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
33526     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33527
33528 commit 455a46915b82896cc2070eb326d075555c2bc580
33529 Author: Ron Madrid <ron_madrid@sbcglobal.net>
33530 Date:   Fri Dec 12 13:12:45 2008 -0800
33531
33532     mpc83xx: Size optimization of start.S
33533
33534     Currently there are in excess of 100 bytes located at the beginning of the image
33535     built by start.S that are not being utilized.  This patch moves a few functions
33536     into this part of the image.  This will create a greater number of *available*
33537     bytes that can be used by board specific code in NAND builds and will decrease
33538     the size of the assembled code in other builds.
33539
33540     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
33541     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33542
33543 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
33544 Author: Wolfgang Denk <wd@denx.de>
33545 Date:   Wed Jan 21 23:08:12 2009 +0100
33546
33547     Prepare v2009.01
33548
33549     Signed-off-by: Wolfgang Denk <wd@denx.de>
33550
33551 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
33552 Author: Wolfgang Denk <wd@denx.de>
33553 Date:   Sun Jan 18 21:37:48 2009 +0100
33554
33555     Prepare 2009.01-rc3
33556
33557     Update CHANGELOG
33558
33559     Signed-off-by: Wolfgang Denk <wd@denx.de>
33560
33561 commit 4cda437898f7873752f0201757cd33f12196ce87
33562 Author: Mike Frysinger <vapier@gentoo.org>
33563 Date:   Sat Jan 17 13:32:42 2009 -0500
33564
33565     build system: treat all Darwin's alike
33566
33567     The x86 based version of Darwin behaves the same quirky way as the powerpc
33568     Darwin, so only check HOSTOS when setting up Darwin workarounds.
33569
33570     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33571
33572 commit c088a108c75db565e07292fd668dfa5491e85bc2
33573 Author: Peter Korsgaard <jacmet@sunsite.dk>
33574 Date:   Wed Jan 14 13:52:24 2009 +0100
33575
33576     fdt_resize(): fix actualsize calculations with unaligned blobs
33577
33578     The code in fdt_resize() to extend the fdt size to end on a page boundary
33579     is wrong for fdt's not located at an address aligned on a page boundary.
33580     What's even worse, the code would make actualsize shrink rather than grow
33581     if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
33582     causing fdt_add_mem_rsv to fail.
33583
33584     Fix it by aligning end address (blob + size) to a page boundary instead.
33585     For aligned fdt's this is equivalent to what we had before.
33586
33587     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
33588
33589 commit fadad1573fb16c90025f08a2861d6047d093cba7
33590 Author: Mike Frysinger <vapier@gentoo.org>
33591 Date:   Fri Jan 9 04:38:17 2009 -0500
33592
33593     ncb: use socklen_t
33594
33595     The recvfrom() function takes a socklen_t, not an int.
33596
33597     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33598
33599 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
33600 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33601 Date:   Sun Jan 11 16:35:16 2009 +0100
33602
33603     sh: serial: use readx/writex accessors
33604
33605     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33606     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33607
33608 commit 9e1fa628bdb64745811cdd26c4f953846c076180
33609 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33610 Date:   Sun Jan 11 16:35:15 2009 +0100
33611
33612     sh: serial: coding style cleanup
33613
33614     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33615     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33616
33617 commit c9935c992575922b7ef13eec0656ed8665d324e3
33618 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33619 Date:   Sun Jan 11 17:48:56 2009 +0900
33620
33621     sh: Fix compile error on lowlevel_init file
33622
33623     lowlevel_init of SH was corrected to use the write/readXX macro.
33624     However, there was a problem that was not able to be compiled partially.
33625     This patch corrected this.
33626
33627     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33628
33629 commit a5b04d00bfeb940c62232972ce644d50b45797f9
33630 Author: Kieran Bingham <kieranbingham@gmail.com>
33631 Date:   Tue Dec 30 01:16:03 2008 +0000
33632
33633     sh: Fix up rsk7203 target for out of tree build
33634
33635     Fix up rsk7203 target to build successfully using out-of-tree build.
33636
33637     Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
33638     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33639
33640 commit f7e78f3b74aae9caca2997bad865a72338326c0a
33641 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33642 Date:   Sat Dec 20 19:29:49 2008 +0100
33643
33644     sh: use write{8,16,32} in all lowlevel_init
33645
33646     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33647     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33648
33649 commit e4430779623af500de1cee7892c379f07ef59813
33650 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33651 Date:   Sat Dec 20 19:29:48 2008 +0100
33652
33653     sh: lowlevel_init coding style cleanup
33654
33655     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33656     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33657
33658 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
33659 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33660 Date:   Sat Dec 20 15:27:45 2008 +0100
33661
33662     sh: update sh2/sh2a timer coding style
33663
33664     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33665     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33666
33667 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
33668 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33669 Date:   Sat Dec 20 15:25:22 2008 +0100
33670
33671     sh: update sh timer coding style
33672
33673     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33674     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33675
33676 commit 0e3ece33801e377be67ffa29f083421ad820f28b
33677 Author: Wolfgang Denk <wd@denx.de>
33678 Date:   Wed Jan 14 23:26:05 2009 +0100
33679
33680     Prepare 2009.01-rc2
33681
33682     Update CHANGELOG.
33683
33684     Signed-off-by: Wolfgang Denk <wd@denx.de>
33685
33686 commit e92c9a860e44c14513c8909ce4299e253a775eeb
33687 Author: Wolfgang Denk <wd@denx.de>
33688 Date:   Wed Jan 14 22:35:30 2009 +0100
33689
33690     cpu/mpc824x/Makefile: fix warning with parallel builds
33691
33692     Parallel builds would occasionally issue this build warning:
33693
33694         ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
33695
33696     Use "ln -sf" as quick work around for the issue.
33697
33698     Signed-off-by: Wolfgang Denk <wd@denx.de>
33699
33700 commit 3ba605d4beec649438539e7df97b5fedb26592fb
33701 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33702 Date:   Fri Jan 2 12:18:49 2009 +0100
33703
33704     ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
33705
33706     This patch adds esd's loadpci BSP command to CPCI4052 and
33707     CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
33708
33709     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33710     Signed-off-by: Stefan Roese <sr@denx.de>
33711
33712 commit 600fe46fb3dab7f07604f9009904f31584415114
33713 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33714 Date:   Fri Jan 2 12:18:12 2009 +0100
33715
33716     ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
33717
33718     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33719     Signed-off-by: Stefan Roese <sr@denx.de>
33720
33721 commit f6a1f490d224c600a09137e58d1026d150b8e679
33722 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33723 Date:   Fri Jan 2 12:17:36 2009 +0100
33724
33725     ppc4xx: Cleanup CPCI405 board code
33726
33727     This patch cleans up CPCI405 board support:
33728     - wrap long lines
33729     - unification of spaces in function calls
33730     - remove dead code
33731
33732     Use correct io accessors on peripherals.
33733
33734     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33735     Signed-off-by: Stefan Roese <sr@denx.de>
33736
33737 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
33738 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33739 Date:   Fri Jan 2 12:16:35 2009 +0100
33740
33741     ppc4xx: Enable auto RS485 mode on PLU405 boards
33742
33743     This patch turns on the auto RS485 mode in the 2nd external
33744     uart on PLU405 boards. This is a special mode of the used
33745     Exar XR16C2850 uart. Because these boards only have a 485 physical
33746     layer connected it's a good idea to turn it on by default.
33747
33748     Signed-off-by: Matthias Fuchs <mf@esd.eu>
33749     Signed-off-by: Stefan Roese <sr@denx.de>
33750
33751 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
33752 Author: Haiying Wang <Haiying.Wang@freescale.com>
33753 Date:   Tue Jan 13 16:29:28 2009 -0500
33754
33755     Some changes of TLB entry setting for MPC8572DS
33756
33757     - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
33758     all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
33759     can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
33760
33761     - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
33762
33763     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33764
33765 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
33766 Author: Haiying Wang <Haiying.Wang@freescale.com>
33767 Date:   Tue Jan 13 16:29:22 2009 -0500
33768
33769     Change DDR tlb start entry to CONFIG param for 85xx
33770
33771     So that we can locate the DDR tlb start entry to the value other than 8. By
33772     default, it is still 8.
33773
33774     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33775
33776 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
33777 Author: Roy Zang <tie-fei.zang@freescale.com>
33778 Date:   Fri Jan 9 16:02:35 2009 +0800
33779
33780     Change PCIE1&2 deciide logic on MPC8544DS board more readable
33781
33782     The IO port selection for MPC8544DS board:
33783      Port                       cfg_io_ports
33784      PCIE1              0x2, 0x3, 0x4, 0x5, 0x6, 0x7
33785      PCIE2              0x4, 0x5, 0x6, 0x7
33786      PCIE3              0x6, 0x7
33787      This patch changes the PCIE12 and PCIE2 logic more readable.
33788     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
33789
33790 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
33791 Author: Roy Zang <tie-fei.zang@freescale.com>
33792 Date:   Fri Jan 9 16:01:52 2009 +0800
33793
33794     PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
33795
33796     PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
33797     PCIE1 bit.
33798     On MPC8572DS board, PCIE refers to PCIE1.
33799     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
33800
33801 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
33802 Author: Roy Zang <tie-fei.zang@freescale.com>
33803 Date:   Fri Jan 9 16:00:55 2009 +0800
33804
33805     Fix IO port selection issue on MPC8544DS and MPC8572DS boards
33806
33807     The IO port selection is not correct on MPC8572DS and MPC8544DS board.
33808      This patch fixes this issue.
33809      For MPC8572
33810      Port                       cfg_io_ports
33811      PCIE1              0x2, 0x3, 0x7, 0xb, 0xc, 0xf
33812      PCIE2              0x3, 0x7
33813      PCIE3              0x7
33814
33815     For MPC8544
33816     Port                        cfg_io_ports
33817     PCIE1               0x2, 0x3, 0x4, 0x5, 0x6, 0x7
33818     PCIE2               0x4, 0x5, 0x6, 0x7
33819     PCIE3               0x6, 0x7
33820     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
33821
33822 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
33823 Author: Becky Bruce <beckyb@kernel.crashing.org>
33824 Date:   Wed Dec 3 22:36:44 2008 -0600
33825
33826     mpc8610hpcd: Fix PCI mapping concepts
33827
33828     Rename _BASE to _BUS, as it's actually a PCI bus address,
33829     separate virtual and physical addresses into _VIRT and _PHYS,
33830     and use each appopriately.  This makes the code easier to read
33831     and understand, and facilitates mapping changes going forward.
33832
33833     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
33834
33835 commit 79e436cad3b4a7db88408c3f05175028f30d700d
33836 Author: Becky Bruce <beckyb@kernel.crashing.org>
33837 Date:   Wed Dec 3 22:36:26 2008 -0600
33838
33839     sbc8641d: Fix PCI mapping concepts
33840
33841     Rename _BASE to _BUS, as it's actually a PCI bus address,
33842     separate virtual and physical addresses into _VIRT and _PHYS,
33843     and use each appopriately.  This makes the code easier to read
33844     and understand, and facilitates mapping changes going forward.
33845
33846     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
33847
33848 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
33849 Author: Wolfgang Denk <wd@denx.de>
33850 Date:   Mon Jan 12 14:50:35 2009 +0100
33851
33852     MPC86xx: fix build warnings
33853
33854     Signed-off-by: Wolfgang Denk <wd@denx.de>
33855
33856 commit 032a1c934ef4dc003281f57302b6e693062c1868
33857 Author: Mike Frysinger <vapier@gentoo.org>
33858 Date:   Mon Jan 5 16:09:44 2009 -0500
33859
33860     bf537-stamp/nand: fix board_nand_init prototype
33861
33862     The board_nand_init() function should return an int, not void.
33863
33864     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33865
33866 commit 687f952e4119594ab913be11c90f7f018c2a7a79
33867 Author: Mike Frysinger <vapier@gentoo.org>
33868 Date:   Thu Dec 11 07:04:48 2008 -0500
33869
33870     Blackfin: drop CONFIG_SPI handling in board init
33871
33872     The eeprom SPI init functions are duplicated as the common code already
33873     executes these for us.
33874
33875     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33876
33877 commit e7e684b10d73a303902208594c7c3e7e0d753282
33878 Author: Mike Frysinger <vapier@gentoo.org>
33879 Date:   Fri Oct 24 17:51:57 2008 -0400
33880
33881     Blackfin: fix out-of-tree building with ldscripts
33882
33883     Many of the Blackfin board linker scripts are preprocessed, so make sure we
33884     output the linker script into the build tree rather than the source tree.
33885
33886     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33887
33888 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
33889 Author: Mike Frysinger <vapier@gentoo.org>
33890 Date:   Fri Oct 24 17:48:54 2008 -0400
33891
33892     Blackfin: fix linker scripts to work with --gc-sections
33893
33894     Make sure all .text sections get pulled in and the entry point is properly
33895     referenced so they don't get discarded when linking with --gc-sections.
33896
33897     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33898
33899 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
33900 Author: Mike Frysinger <vapier@gentoo.org>
33901 Date:   Sat Oct 11 20:45:44 2008 -0400
33902
33903     Blackfin: set proper LDRFLAGS for parallel booting LDRs
33904
33905     In order to boot an LDR out of parallel flash, the ldr utility needs a few
33906     flags to tell it to generate the right header.
33907
33908     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33909
33910 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
33911 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33912 Date:   Tue Jan 6 21:41:59 2009 +0100
33913
33914     at91rm9200: move define from lowlevel_init to header
33915
33916     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33917
33918 commit 8a48686fac2030287765f1970ea046bd5734b733
33919 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33920 Date:   Sat Jan 3 17:22:26 2009 +0100
33921
33922     m501sk: move to the common memory setup
33923
33924     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33925
33926 commit d481c80d78f954133c035dae6c7d22de3625795d
33927 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33928 Date:   Sat Jan 3 17:22:25 2009 +0100
33929
33930     at91rm9200: rename lowlevel init value to CONFIG_SYS_
33931
33932     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33933
33934 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
33935 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
33936 Date:   Tue Jan 6 21:13:14 2009 +0100
33937
33938     at91: add at91sam9xeek board support
33939
33940     At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
33941     it as another entry for at91sam9260 in the Makefile.
33942
33943     Check documentation at :
33944     http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
33945
33946     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
33947     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33948
33949 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
33950 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33951 Date:   Tue Jan 6 21:15:57 2009 +0100
33952
33953     fix bmp_logo.h make dependencies to allow parallel build
33954
33955     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33956
33957 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
33958 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33959 Date:   Sat Jan 3 17:22:24 2009 +0100
33960
33961     at91: Fix Atmel's at91sam9 boards out of tree build
33962
33963     introduced in commit 89a7a87f084c
33964
33965     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33966
33967 commit 0668236bafaa1c11c521652a2facebc74beecbf0
33968 Author: Wolfgang Denk <wd@denx.de>
33969 Date:   Tue Dec 30 22:56:11 2008 +0100
33970
33971     README: update mailing list name and hits to patch submission.
33972
33973     Signed-off-by: Wolfgang Denk <wd@denx.de>
33974
33975 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
33976 Author: Peter Tyser <ptyser@xes-inc.com>
33977 Date:   Tue Dec 23 16:32:01 2008 -0600
33978
33979     85xx: Enable inbound PCI config cycles for X-ES boards cleanup
33980
33981     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
33982
33983 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
33984 Author: Peter Tyser <ptyser@xes-inc.com>
33985 Date:   Tue Dec 23 16:32:00 2008 -0600
33986
33987     XPedite5200 board support cleanup
33988
33989     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
33990
33991 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
33992 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33993 Date:   Tue Dec 2 21:58:04 2008 +0100
33994
33995     usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
33996
33997     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33998     Signed-off-by: Remy Böhmer <linux@bohmer.net>
33999
34000 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
34001 Author: Trent Piepho <tpiepho@freescale.com>
34002 Date:   Wed Dec 3 15:16:37 2008 -0800
34003
34004     mpc8[56]xx: Put localbus clock in sysinfo and gd
34005
34006     Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
34007     and print it out, but don't save it.
34008
34009     This changes where its calculated and stored to be more consistent with the
34010     CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
34011
34012     The localbus frequency is added to sysinfo and calculated when sysinfo is
34013     set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
34014
34015     get_clocks() copies the frequency into the global data, as the other
34016     frequencies are, into a new field that is only enabled for MPC85xx and
34017     MPC86xx.
34018
34019     checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
34020     from sysinfo, like the other frequencies, instead of calculating it on the
34021     spot.
34022
34023     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
34024     Acked-by: Kumar Gala <galak@kernel.crashing.org>
34025     Acked-by: Jon Loeliger <jdl@freescale.com>
34026
34027 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
34028 Author: Trent Piepho <tpiepho@freescale.com>
34029 Date:   Wed Dec 3 15:16:36 2008 -0800
34030
34031     mpc86xx: Double local bus clock divider
34032
34033     The local bus clock divider should be doubled for both 8610 and 8641.
34034
34035     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
34036     Acked-by: Kumar Gala <galak@kernel.crashing.org>
34037     Acked-by: Jon Loeliger <jdl@freescale.com>
34038
34039 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
34040 Author: Trent Piepho <tpiepho@freescale.com>
34041 Date:   Wed Dec 3 15:16:35 2008 -0800
34042
34043     mpc8568: Double local bus clock divider
34044
34045     The clock divider for the MPC8568 local bus should be doubled, like the
34046     other newer MPC85xx chips.
34047
34048     Since there are now more chips with a 2x divider than a 1x, and any new
34049     85xx chips will probably be 2x, invert the sense of the #if so that it
34050     lists the 1x chips instead of the 2x ones.
34051
34052     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
34053     Acked-by: Kumar Gala <galak@kernel.crashing.org>
34054     Acked-by: Jon Loeliger <jdl@freescale.com>
34055
34056 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
34057 Author: Dave Liu <daveliu@freescale.com>
34058 Date:   Tue Dec 16 12:09:27 2008 +0800
34059
34060     85xx: Fix the boot window issue
34061
34062     If one custom board is using the 8MB flash, it is set
34063     as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
34064     The current start.S code will be broken at switch_as.
34065
34066     It is because the TLB1[15] is set as 16MB page size,
34067     EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
34068
34069     For the 8MB flash case, the EPN = 0xefxxxxxx,
34070     RPN = 0xffxxxxxx. Assume the virt address of switch_as
34071     is 0xef7ff18c, the real address of the instruction at
34072     switch_as should be 0xff7ff18c. the 0xff7ff18c is out
34073     of the range of the default 8MB boot LAW window
34074     0xff800000 - 0xffffffff.
34075
34076     So when we switch to AS1 address space at switch_as,
34077     the core can't fetch the instruction at switch_as any
34078     more. It will cause broken issue.
34079
34080     Signed-off-by: Dave Liu <daveliu@freescale.com>
34081
34082 commit 58da8890d5fbd074746037722a423de9ac408616
34083 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34084 Date:   Thu Dec 11 15:47:50 2008 -0500
34085
34086     sbc8548: use proper PHY address
34087
34088     The values given for the PHY address were wrong, so the code
34089     read no valid PHY ID, and fell through to the generic PHY
34090     support, which would work on 1000M but would not auto negotiate
34091     down to 100M or 10M.
34092
34093     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34094
34095 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
34096 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34097 Date:   Thu Dec 11 15:47:51 2008 -0500
34098
34099     sbc8548: enable command line editing by default.
34100
34101     Lets make things a bit more user friendly.  It isn't 1985 anymore.
34102
34103     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34104
34105 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
34106 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34107 Date:   Thu Dec 11 15:47:49 2008 -0500
34108
34109     sbc8548: don't enable the 3rd and 4th eTSEC
34110
34111     These interfaces don't have usable connectors on the board, so don't
34112     bother enumerating or configuring them.
34113
34114     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34115
34116 commit 181a3650113883728927928b3ac81ad6dade4b2c
34117 Author: Haiying Wang <Haiying.Wang@freescale.com>
34118 Date:   Wed Dec 3 10:08:19 2008 -0500
34119
34120     Set IVPR to kenrel entry point in second core boot page
34121
34122     Assuming the OSes exception vectors start from the base of kernel address, and
34123     the kernel physical starting address can be relocated to an non-zero address.
34124     This patch enables the second core to have a valid IVPR for debugger before
34125     kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
34126     value for second core which runs kernel at different physical address other
34127     than 0x0.
34128
34129     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
34130
34131 commit a5d212a263c58cc746481bf1fc878510533ce7d6
34132 Author: Trent Piepho <tpiepho@freescale.com>
34133 Date:   Wed Dec 3 15:16:34 2008 -0800
34134
34135     mpc8xxx: LCRR[CLKDIV] is sometimes five bits
34136
34137     On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
34138     instead of four.
34139
34140     In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems.  It
34141     should be safe as the fifth bit was defined as reserved and set to 0.
34142
34143     Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
34144
34145     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
34146     Acked-by: Kumar Gala <galak@kernel.crashing.org>
34147     Acked-by: Jon Loeliger <jdl@freescale.com>
34148
34149 commit 58ec4866ed916c7e422f5107bb27b0822084728e
34150 Author: Trent Piepho <tpiepho@freescale.com>
34151 Date:   Wed Dec 3 15:16:38 2008 -0800
34152
34153     mpc8[56]xx: Put localbus clock in device tree
34154
34155     Export the localbus frequency in the device tree, the same way the CPU, TB,
34156     CCB, and various other frequencies are exported in their respective device
34157     tree nodes.
34158
34159     Some localbus devices need this information to be programed correctly, so
34160     it makes sense to export it along with the other frequencies.
34161
34162     Unfortunately, when someone wrote the localbus dts bindings, they didn't
34163     bother to define what the "compatible" property should be.  So it seems no
34164     one was quite sure what to put in their dts files.
34165
34166     Based on current existing dts files in the kernel source, I've used
34167     "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
34168     of the 85xx devices, and are looked for by the Linux code.  The eLBC is
34169     apparently not entirely backward compatible with the pq3 LBC and so eLBC
34170     equipped platforms like 8572 won't use pq3-localbus.
34171
34172     For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
34173     and is also looked for by the Linux code.  On MPC8641, I've also used
34174     "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
34175     which don't use "fsl,elbc" or any other acceptable name to match on.
34176
34177     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
34178     Acked-by: Kumar Gala <galak@kernel.crashing.org>
34179     Acked-by: Jon Loeliger <jdl@freescale.com>
34180
34181 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
34182 Author: Kumar Gala <galak@kernel.crashing.org>
34183 Date:   Tue Dec 16 14:59:22 2008 -0600
34184
34185     NAND FSL elbc: Use virt_to_phys to determine which bank is in use
34186
34187     The current code that determines which bank/chipselect is used for a
34188     given NAND instance only worked for 32-bit addresses and assumed
34189     a 1:1 mapping.  This breaks in 36-bit physical configs.
34190
34191     The proper way to handle this is to use the virt_to_phys() and
34192     BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
34193     with the the virtual address the NAND code uses.
34194
34195     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34196     Acked-by: Scott Wood <scottwood@freescale.com>
34197
34198 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
34199 Author: Kumar Gala <galak@kernel.crashing.org>
34200 Date:   Tue Dec 16 14:59:21 2008 -0600
34201
34202     ppc: Use addrmap in virt_to_phys and map_physmem.
34203
34204     If we have addr map support enabled use the mapping functions to
34205     implement virt_to_phys() and map_physmem().
34206
34207     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34208
34209 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
34210 Author: Kumar Gala <galak@kernel.crashing.org>
34211 Date:   Tue Dec 16 14:59:20 2008 -0600
34212
34213     85xx: Add support to populate addr map based on TLB settings
34214
34215     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34216
34217 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
34218 Author: Peter Tyser <ptyser@xes-inc.com>
34219 Date:   Mon Dec 1 13:47:13 2008 -0600
34220
34221     XPedite5200 board support
34222
34223     Initial support for Extreme Engineering Solutions XPedite5200 -
34224     a MPC8548-based PMC single board computer.
34225
34226     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34227
34228 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
34229 Author: Peter Tyser <ptyser@xes-inc.com>
34230 Date:   Wed Oct 29 12:39:27 2008 -0500
34231
34232     85xx: Enable inbound PCI config cycles for X-ES boards
34233
34234     Update X-ES Freescale boards to allow inbound PCI configuration
34235     cycles when configured as agent/endpoint.
34236
34237     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34238
34239 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
34240 Author: Peter Tyser <ptyser@xes-inc.com>
34241 Date:   Wed Dec 17 16:36:23 2008 -0600
34242
34243     XPedite5370 board support
34244
34245     Initial support for Extreme Engineering Solutions XPedite5370 -
34246     a MPC8572-based 3U VPX single board computer with a PMC/XMC
34247     site.
34248
34249     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34250
34251 commit e92739d34e2d6b6aca93b2598248210710897ce8
34252 Author: Peter Tyser <ptyser@xes-inc.com>
34253 Date:   Wed Dec 17 16:36:21 2008 -0600
34254
34255     Add support for PCA953x I2C gpio devices
34256
34257     Initial support for NXP's 4 and 8 bit I2C gpio expanders
34258     (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
34259     enables support for the devices while the CONFIG_CMD_PCA953X
34260     define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
34261     define enables an 'info' sub-command which provides summary
34262     information for the given pca953x device.
34263
34264     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34265
34266 commit 7a8979591171676417ab36852d8811a8c46accd8
34267 Author: Peter Tyser <ptyser@xes-inc.com>
34268 Date:   Wed Oct 29 12:39:26 2008 -0500
34269
34270     pci/fsl_pci_init: Enable inbound PCI config cycles
34271
34272     Add fsl_pci_config_unlock() function to enable a
34273     PCI/PCIe interface configured in agent/endpoint mode to
34274     respond to inbound PCI configuration cycles.
34275
34276     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34277
34278 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
34279 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34280 Date:   Wed Dec 17 16:43:18 2008 +0100
34281
34282     avr32: Remove second definition of virt_to_phys()
34283
34284     The second definition introduced by 65e43a1063 conflicts with the
34285     existing one.
34286
34287     Also, convert the existing definition to use phys_addr_t. The volatile
34288     qualifier is still needed due to brain damage elsewhere.
34289
34290     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34291
34292 commit b616f2b545f73757669b37386f0b37bb61fc6797
34293 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34294 Date:   Mon Sep 8 22:27:18 2008 +0200
34295
34296     MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
34297
34298     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34299     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34300
34301 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
34302 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34303 Date:   Tue Dec 16 22:10:31 2008 +0100
34304
34305     MIPS: qemu_mips: update doc to use all disk and boot linux kernel
34306
34307     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34308     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34309
34310 commit 13095b2f07dacb1f863772266c1789d47a523a8a
34311 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34312 Date:   Tue Dec 16 22:10:30 2008 +0100
34313
34314     MIPS: qemu_mips: move env storage just after u-boot
34315
34316     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34317     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34318
34319 commit aced78d852d0b009e8aaa1445af8cb40861ee549
34320 Author: Wolfgang Denk <wd@denx.de>
34321 Date:   Tue Dec 16 23:48:27 2008 +0100
34322
34323     Prepare 2009.01-rc1
34324
34325     Signed-off-by: Wolfgang Denk <wd@denx.de>
34326
34327 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
34328 Author: Wolfgang Denk <wd@denx.de>
34329 Date:   Tue Dec 16 23:13:46 2008 +0100
34330
34331     include/configs/at91cap9adk.h: fix typo.
34332
34333     Signed-off-by: Wolfgang Denk <wd@denx.de>
34334
34335 commit 45ca04f2377361593151d2d4da51f8ba4832d233
34336 Author: Wolfgang Denk <wd@denx.de>
34337 Date:   Tue Dec 16 22:32:25 2008 +0100
34338
34339     board/trab/memory.c: Fix compile problems.
34340
34341     Apply changes from commit 44b4dbed to board/trab/memory.c, too.
34342
34343     Actually we'd need a major cleanup here - as it turns out,
34344     board/trab/memory.c is more or less a verbatim copy of
34345     post/drivers/memory.c ... but then, trab is EOL anyway,r
34346     so this is not worth the effort.
34347
34348     Signed-off-by: Wolfgang Denk <wd@denx.de>
34349
34350 commit ff49ea8977b56916edd5b1766d9939010e30b181
34351 Author: Scott Wood <scottwood@freescale.com>
34352 Date:   Tue Dec 16 14:24:16 2008 -0600
34353
34354     NAND: Mark the BBT as scanned prior to calling scan_bbt.
34355
34356     Otherwise, recursion can occur if scan_bbt does not find a bad block
34357     table, and tries to write one, and the attempt to erase the BBT area
34358     causes a bad block check.
34359
34360     Signed-off-by: Scott Wood <scottwood@freescale.com>
34361
34362 commit 584eedab66d0828f2d571a24b10526c4e65f547b
34363 Author: Ilya Yanok <yanok@emcraft.com>
34364 Date:   Thu Dec 11 05:51:57 2008 +0300
34365
34366     jffs2: include <linux/mtd/compat.h> instead of defining own min_t
34367
34368     Include <linux/mtd/compat.h> header for min_t definition instead of
34369     providing our own one. Removes warnings in case of OneNAND support
34370     enabled.
34371
34372     Although I thinks it's a bit silly to include <linux/mtd/compat.h>
34373     just for min_t...
34374
34375     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
34376     Acked-by: Stefan Roese <sr@denx.de>
34377
34378 commit b1ffecec37b57a59c139042267faac458e5324e9
34379 Author: Becky Bruce <beckyb@kernel.crashing.org>
34380 Date:   Wed Dec 3 23:04:37 2008 -0600
34381
34382     powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
34383
34384     Casting a pointer to a phys_addr_t when it's an unsigned long long
34385     on a 32-bit system without first casting to a non-pointer type
34386     generates a compiler warning. Fix this.
34387
34388     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34389
34390 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
34391 Author: Wolfgang Denk <wd@denx.de>
34392 Date:   Tue Dec 16 16:22:50 2008 +0100
34393
34394     trab: make trab_fkt standalone code independent of libgcc
34395
34396     Use our own local functions in lib_arm/ instead.
34397
34398     Signed-off-by: Wolfgang Denk <wd@denx.de>
34399
34400 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
34401 Author: Wolfgang Denk <wd@denx.de>
34402 Date:   Tue Dec 16 14:44:06 2008 +0100
34403
34404     post/Makefile: fix dependency problem with parallel builds
34405
34406     Parallel builds (using "make -jN") would occasionally fail with error
34407     messages like
34408         ppc_4xxFP-objdump: string.o: File format not recognized
34409     or
34410         post/libpost.a(cpu.o): In function `cpu_post_test':
34411         /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
34412     or similar. We now make sure to run the 'postdeps" step before
34413     attempting to build the specific POST libraries.
34414
34415     Signed-off-by: Wolfgang Denk <wd@denx.de>
34416
34417 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
34418 Author: Wolfgang Denk <wd@denx.de>
34419 Date:   Tue Dec 16 14:41:02 2008 +0100
34420
34421     Makefile: fix dependency problem with parallel builds
34422
34423     Parallel builds (using "make -jN") would occasionally fail with error
34424     messages like
34425         include/autoconf.mk:212: *** missing separator.  Stop.
34426     Line numbers and affected boards were changing. Obviously some
34427     Makefiles included autoconf.mk while it was still being written to.
34428     As a fix, we now write to a temporary file first and then rename it,
34429     so that it is really ready to use as soon as it appears.
34430
34431     Signed-off-by: Wolfgang Denk <wd@denx.de>
34432
34433 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
34434 Author: Wolfgang Denk <wd@denx.de>
34435 Date:   Tue Dec 16 01:02:17 2008 +0100
34436
34437     Coding style cleanup, update CHANGELOG.
34438
34439     Signed-off-by: Wolfgang Denk <wd@denx.de>
34440
34441 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
34442 Author: Mike Frysinger <vapier@gentoo.org>
34443 Date:   Thu Dec 11 18:39:08 2008 -0500
34444
34445     spi/stmicro: fix debug() display of cmd
34446
34447     The stmicro_wait_ready() func tries to show the actual opcode that was sent
34448     to the device, but instead it displays the array pointer.  Fix it to pull
34449     out the opcode from the start of the array.
34450
34451     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34452
34453 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
34454 Author: Mike Frysinger <vapier@gentoo.org>
34455 Date:   Thu Dec 11 06:23:37 2008 -0500
34456
34457     env_sf: support embedded environments
34458
34459     If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
34460     size is larger than the env size, then it means the env is embedded in a
34461     block.  So we have to save/restore the part of the sector which is not the
34462     environment.  Previously, saving the environment in SPI flash in this
34463     setup would probably brick the board as the rest of the sector tends to
34464     contain actual U-Boot data/code.
34465
34466     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34467     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34468
34469 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
34470 Author: Timur Tabi <timur@freescale.com>
34471 Date:   Wed Dec 3 11:28:30 2008 -0600
34472
34473     i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
34474
34475     All implementations of the functions i2c_reg_read() and
34476     i2c_reg_write() are identical. We can save space and simplify the
34477     code by converting these functions into inlines and putting them in
34478     i2c.h.
34479
34480     Signed-off-by: Timur Tabi <timur@freescale.com>
34481     Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34482
34483 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
34484 Author: Dave Liu <daveliu@freescale.com>
34485 Date:   Fri Dec 5 15:36:14 2008 +0800
34486
34487     lib_ppc: rework the flush_cache
34488
34489     - It is possible to miss flush/invalidate the last
34490       cache line, we fix it at here.
34491     - add the volatile and memory clobber.
34492
34493     They are pointed by Scott Wood.
34494
34495     Signed-off-by: Dave Liu <daveliu@freescale.com>
34496
34497 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
34498 Author: Kumar Gala <galak@kernel.crashing.org>
34499 Date:   Sat Dec 13 17:20:28 2008 -0600
34500
34501     Introduce addr_map library
34502
34503     Add a library that helps in translating between virtual and physical
34504     addresses.  This library can be useful as a simple means to implement
34505     map_physmem() and virt_to_phys() for platforms that need functionality
34506     beyond the simple 1:1 mapping.
34507
34508     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34509
34510 commit 65e43a10631537dcb92c302d36301a12308216c3
34511 Author: Kumar Gala <galak@kernel.crashing.org>
34512 Date:   Sat Dec 13 17:20:27 2008 -0600
34513
34514     Introduce virt_to_phys()
34515
34516     virt_to_phys() returns the physical address given a virtual. In most
34517     cases this will be just the input value as the vast majority of
34518     systems run in a 1:1 mode.
34519
34520     However in systems that are not running this way it should report the
34521     physical address or ~0 if no mapping exists for the given virtual
34522     address.
34523
34524     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34525
34526 commit 45845301af3de8675c1f7bbc815c6de35452605a
34527 Author: Yuri Tikhonov <yur@emcraft.com>
34528 Date:   Sun Dec 7 22:12:50 2008 +0100
34529
34530     POST Make: fix the sub-dir dependencies missing.
34531
34532     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
34533
34534 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
34535 Author: Martin Michlmayr <tbm@cyrius.com>
34536 Date:   Wed Aug 6 14:44:05 2008 +0300
34537
34538     Fix a typo in fw_env.config
34539
34540     Reported-by: Martin Michlmayr <tbm@cyrius.com>
34541     Signed-off-by: Wolfgang Denk <wd@denx.de>
34542
34543 commit ba490b7761c62b549c222a9723e532dc801a3899
34544 Author: Peter Tyser <ptyser@xes-inc.com>
34545 Date:   Mon Dec 1 16:22:45 2008 -0600
34546
34547     Remove unused CONFIG_ADDR_STREAMING defines
34548
34549     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34550
34551 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
34552 Author: Peter Tyser <ptyser@xes-inc.com>
34553 Date:   Mon Nov 24 11:54:47 2008 -0600
34554
34555     cmd_mem: Remove unused variable
34556
34557     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34558
34559 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
34560 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34561 Date:   Sun Dec 14 10:29:39 2008 +0100
34562
34563     Fix new found CFG_
34564
34565     Also fix some minor typos.
34566
34567     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34568     Signed-off-by: Wolfgang Denk <wd@denx.de>
34569
34570 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
34571 Author: Sergei Poselenov <sposelenov@emcraft.com>
34572 Date:   Fri Sep 19 12:07:34 2008 +0200
34573
34574     Remove compiler warning: target CPU does not support interworking
34575
34576     This warning is issued by modern ARM-EABI GCC on non-thumb targets.
34577
34578     Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
34579     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
34580
34581 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
34582 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34583 Date:   Mon Nov 24 13:33:51 2008 +0100
34584
34585     Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
34586
34587     FDT support is used for both FIT style images and for architectures
34588     that can pass a fdt blob to an OS (ppc, m68k, sparc).
34589
34590     For other architectures and boards which do not pass a fdt blob to an
34591     OS but want to use the new uImage format, we just need FIT support.
34592
34593     Now we can have the 4 following configurations :
34594
34595     1) FIT only             CONFIG_FIT
34596     2) fdt blob only        CONFIG_OF_LIBFDT
34597     3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
34598     4) none                 none
34599
34600     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34601
34602 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
34603 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34604 Date:   Wed Dec 10 15:13:32 2008 +0100
34605
34606     ppc4xx: Disable EEPROM write access on PMC440 boards
34607
34608     This patch disables EEPROM wrtie access by default on PMC440 board.
34609
34610     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34611
34612 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
34613 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34614 Date:   Wed Dec 10 15:12:56 2008 +0100
34615
34616     ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
34617
34618     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34619
34620 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
34621 Author: Stefan Roese <sr@denx.de>
34622 Date:   Tue Nov 18 16:36:12 2008 +0100
34623
34624     MIPS: Flush data cache upon relocation
34625
34626     This patch now adds a flush to the data cache upon relocation. The
34627     current implementation is missing this. Only a comment states that it
34628     should be done. So let's really do it now.
34629
34630     Signed-off-by: Stefan Roese <sr@denx.de>
34631     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34632
34633 commit 44174343688dba32571a34550dba08971c65fef1
34634 Author: Stefan Roese <sr@denx.de>
34635 Date:   Tue Nov 18 16:36:22 2008 +0100
34636
34637     MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
34638
34639     This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
34640     enables support for boards where the lowlevel initialization is
34641     already done when U-Boot runs (e.g. via OnChip ROM).
34642
34643     This will be used in the upcoming VCTH board support.
34644
34645     Signed-off-by: Stefan Roese <sr@denx.de>
34646     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34647
34648 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
34649 Author: Stefan Roese <sr@denx.de>
34650 Date:   Wed Nov 12 13:18:02 2008 +0100
34651
34652     MIPS: Add board_early_init_f() to init_sequence
34653
34654     This patch adds the board_early_init_f() call to the MIPS init
34655     sequence. A weak dummy implementation is also added which can be
34656     overridden by a board specific version.
34657
34658     This will be used by the upcoming VCTH board support.
34659
34660     Signed-off-by: Stefan Roese <sr@denx.de>
34661     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34662
34663 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
34664 Author: Stefan Roese <sr@denx.de>
34665 Date:   Wed Nov 12 13:18:19 2008 +0100
34666
34667     MIPS: Add onenand_init() to board.c and move nand_init()
34668
34669     This patch adds a call to onenand_init() for OneNAND support and moves
34670     the nand_init() call to an earlier place, so that the environment can
34671     be used from NAND and OneNAND.
34672
34673     Signed-off-by: Stefan Roese <sr@denx.de>
34674     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34675
34676 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
34677 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34678 Date:   Tue Dec 9 11:32:46 2008 +0900
34679
34680     sh: Update sh2/sh2a timer
34681
34682     Renesas SH2/SH2A timer broken.
34683     This patch fix timer function.
34684
34685     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34686     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34687
34688 commit a319f1496210117b73198e3d889ffffaf6825d00
34689 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34690 Date:   Fri Dec 5 07:27:37 2008 +0100
34691
34692     sh: r2dplus fix register access
34693
34694     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34695     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34696
34697 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
34698 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34699 Date:   Tue Dec 2 07:40:03 2008 +0100
34700
34701     sh: r2dplus/lowlevel_init: coding style fix
34702
34703     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34704     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34705
34706 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
34707 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34708 Date:   Tue Nov 25 11:05:19 2008 +0900
34709
34710     sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
34711
34712     SH4 is different a value of CACHE_OC_NUM_ENTRIES and
34713     CACHE_OC_WAY_SHIFT every CPU.
34714     This patch corrects these values.
34715
34716     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34717     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34718
34719 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
34720 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34721 Date:   Thu Nov 20 16:44:42 2008 +0900
34722
34723     sh: Update sh timer function
34724
34725     Change to write/readX function and fix timer problem.
34726
34727     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34728     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34729
34730 commit b81786cff476c41e332eaeb679158f6527cd67d4
34731 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34732 Date:   Tue Nov 4 11:58:58 2008 +0900
34733
34734     sh: Migo-R: Update BSC value
34735
34736     A value of BSC CS4 was wrong, Fixed it.
34737
34738     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34739     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34740
34741 commit 5783758fd260a02f44566ad8f29f899565cd0403
34742 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34743 Date:   Mon Nov 17 16:52:09 2008 +0900
34744
34745     sh: Update ms7722se board config
34746
34747     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34748     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34749
34750 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
34751 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34752 Date:   Mon Nov 17 16:53:09 2008 +0900
34753
34754     sh: Update SuperH serial driver
34755
34756     The address of SCFSR register is wrong at SH7720/SH7721.
34757     This patch fix this.
34758
34759     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34760     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34761
34762 commit 9a1d3557dcd47365c12eeab584b822e57d994352
34763 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34764 Date:   Tue Nov 11 22:20:15 2008 +0100
34765
34766     sh: fix rsk7203 and MigoR out of tree build
34767
34768     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34769     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34770
34771 commit 1951f847f0a851853871b613ad7cf21a5242226c
34772 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34773 Date:   Wed Dec 10 14:41:25 2008 +0100
34774
34775     ppc4xx: Update TEXT_BASE for CPCI405 boards
34776
34777     This patch fixes building U-Boot for CPCI405 boards.
34778
34779     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34780     Signed-off-by: Stefan Roese <sr@denx.de>
34781
34782 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
34783 Author: Stefan Roese <sr@denx.de>
34784 Date:   Tue Dec 9 20:08:01 2008 +0100
34785
34786     ppc4xx: Remove some features from ALPR to fit into 256k again
34787
34788     Signed-off-by: Stefan Roese <sr@denx.de>
34789
34790 commit 3b089e4f889a2902449d55e081c886ae607cae89
34791 Author: Stefan Roese <sr@denx.de>
34792 Date:   Wed Dec 10 10:32:59 2008 +0100
34793
34794     UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
34795
34796     With this patch we set the type back to NONE upon failing UBI partition
34797     initialization. Otherwise further calls to the UBI subsystem would try
34798     to really access the non-existing UBI partition.
34799
34800     Thanks to Michael Lawnick for pointing this out.
34801
34802     Signed-off-by: Stefan Roese <sr@denx.de>
34803
34804 commit 817329351639a8895cd9b87b33aeff043f3d5a44
34805 Author: Stefan Roese <sr@denx.de>
34806 Date:   Wed Dec 10 10:28:33 2008 +0100
34807
34808     UBI: Return -ENOMEM upon failing malloc
34809
34810     Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
34811     failing malloc().
34812
34813     Signed-off-by: Stefan Roese <sr@denx.de>
34814
34815 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
34816 Author: Ben Warren <biggerbadderben@gmail.com>
34817 Date:   Tue Dec 9 23:34:15 2008 -0800
34818
34819     Fix compile error in building MBX860T.
34820
34821     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34822
34823 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
34824 Author: Michal Simek <monstr@monstr.eu>
34825 Date:   Tue Nov 25 11:42:20 2008 +0100
34826
34827     microblaze: Remove XUPV2P board
34828
34829     ---
34830
34831     Microblaze platforms use generic settings and to have
34832     many platforms is confusing that's why I decided to remove this
34833     platform from U-BOOT. ml401 tree is sufficient for covering
34834     all Microblaze platforms.
34835
34836     This change will go through microblaze custodian tree.
34837
34838 commit 99ba6f353582720defff6e6e6761dc455a207d31
34839 Author: Michal Simek <monstr@monstr.eu>
34840 Date:   Mon Nov 24 18:25:41 2008 +0100
34841
34842     microblaze: Remove CONFIG_LIBFDT due to error in common files
34843
34844 commit e7d591e823a991513833af7030468409e25a3b13
34845 Author: Michal Simek <monstr@monstr.eu>
34846 Date:   Mon Nov 24 11:43:00 2008 +0100
34847
34848     microblaze: Fix ml401 uart16550 setting
34849
34850     Signed-off-by: Michal Simek <monstr@monstr.eu>
34851
34852 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
34853 Author: Michal Simek <monstr@monstr.eu>
34854 Date:   Mon Nov 24 11:38:22 2008 +0100
34855
34856     microblaze: Set up relocation is done
34857
34858 commit bcb6dd9187d4b23c748704767bd12d20c829e996
34859 Author: Mike Frysinger <vapier@gentoo.org>
34860 Date:   Tue Dec 9 23:20:31 2008 -0500
34861
34862     tools/netconsole: new script for working with netconsole over UDP
34863
34864     While the doc/README.NetConsole does have a snippet for people to
34865     create their own netcat script, it's a lot easier to make a simple
34866     dedicated script and tell people to use it.
34867
34868     Also spruce it up a bit to make it user friendly.
34869
34870     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34871
34872 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
34873 Author: Sonic Zhang <Sonic.Zhang@analog.com>
34874 Date:   Tue Dec 9 23:20:18 2008 -0500
34875
34876     fs/fat: handle FAT on SATA
34877
34878     The FAT file system driver should also handle FAT on SATA devices.
34879
34880     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
34881     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34882
34883 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
34884 Author: Ben Warren <biggerbadderben@gmail.com>
34885 Date:   Tue Dec 9 23:26:31 2008 -0800
34886
34887     Fix compile error in building MBX860T.
34888     Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
34889
34890     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34891
34892 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
34893 Author: Jerry Van Baren <gvb.uboot@gmail.com>
34894 Date:   Mon Nov 24 08:15:02 2008 -0500
34895
34896     libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
34897
34898     Compiling U-Boot in an old OS environment (RedHat-7.3  :-)  gives the
34899     following warnings from FDT:
34900
34901     include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
34902     /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
34903
34904     Fix: Protect the definition of uintptr_t when compiling on the host
34905     system.
34906
34907     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34908
34909 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
34910 Author: Graeme Russ <graeme.russ@gmail.com>
34911 Date:   Sat Nov 22 08:43:29 2008 +1100
34912
34913     Moved sc520 PCI definitions to stand-alone file
34914
34915     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
34916
34917 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
34918 Author: Graeme Russ <graeme.russ@gmail.com>
34919 Date:   Sat Nov 22 08:43:21 2008 +1100
34920
34921     Fixed path to sc520 SSI include file
34922
34923     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
34924
34925 commit d4f70da544c33db3e4fce6473dea4ecca4322545
34926 Author: Graeme Russ <graeme.russ@gmail.com>
34927 Date:   Fri Nov 21 06:28:05 2008 +1100
34928
34929     Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
34930
34931     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
34932
34933 commit c034075a713b60e654c64e88e87da29440f31bb4
34934 Author: Stefan Roese <sr@denx.de>
34935 Date:   Wed Nov 12 13:30:10 2008 +0100
34936
34937     serial: Add vcth UART driver
34938
34939     This patch adds the UART driver for the upcoming VCTH board support.
34940
34941     Signed-off-by: Stefan Roese <sr@denx.de>
34942
34943 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
34944 Author: Ilya Yanok <yanok@emcraft.com>
34945 Date:   Thu Nov 13 19:49:36 2008 +0300
34946
34947     jffs2: cache data_crc results
34948
34949     As we moved data_crc() invocation from jffs2_1pass_build_lists() to
34950     jffs2_1pass_read_inode() data_crc is going to be calculated on each
34951     inode access. This patch adds caching of data_crc() results. There
34952     is no significant improvement in speed (because of flash access
34953     caching added in previous patch I think, crc in RAM is really fast)
34954     but this patch impacts memory usage -- every b_node structure uses
34955     12 bytes instead of 8.
34956
34957     Signed-off-by: Alexey Neyman <avn@emcraft.com>
34958     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
34959
34960 commit 9b7076229ec6a958bd835ab70745f7676297ce82
34961 Author: Ilya Yanok <yanok@emcraft.com>
34962 Date:   Thu Nov 13 19:49:35 2008 +0300
34963
34964     jffs2: summary support
34965
34966     This patch adds support for reading fs information from summary
34967     node instead of scanning full eraseblock.
34968
34969     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
34970
34971 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
34972 Author: Ilya Yanok <yanok@emcraft.com>
34973 Date:   Thu Nov 13 19:49:34 2008 +0300
34974
34975     jffs2: add buffer to cache flash accesses
34976
34977     With this patch JFFS2 code allocates memory buffer of max_totlen size
34978     (size of the largest node, calculated during scan time) and uses it to
34979     store entire node. Speeds up loading. If malloc fails we use old ways
34980     to do things.
34981
34982     Signed-off-by: Alexey Neyman <avn@emcraft.com>
34983     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
34984
34985 commit 8a36d31f72411144ac0412ee7e1880e801acd754
34986 Author: Ilya Yanok <yanok@emcraft.com>
34987 Date:   Thu Nov 13 19:49:33 2008 +0300
34988
34989     jffs2: rewrite jffs2 scanning code based on Linux one
34990
34991     Rewrites jffs2_1pass_build_lists() function in style of Linux's
34992     jffs2_scan_medium() and jffs2_scan_eraseblock().
34993     This includes:
34994      - Caching flash acceses
34995      - Smart dealing with free space
34996
34997     Signed-off-by: Alexey Neyman <avn@emcraft.com>
34998     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
34999
35000 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
35001 Author: Ilya Yanok <yanok@emcraft.com>
35002 Date:   Thu Nov 13 19:49:32 2008 +0300
35003
35004     jffs2: add sector_size field to part_info structure
35005
35006     This patch adds sector_size field to part_info structure (used
35007     by new JFFS2 code).
35008
35009     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
35010
35011 commit f73846956778a7dfee83403ef9747aff77198848
35012 Author: Ilya Yanok <yanok@emcraft.com>
35013 Date:   Thu Nov 13 19:49:31 2008 +0300
35014
35015     jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
35016
35017     We need to update i_version inside cycle to find really latest version
35018     inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
35019     dump_inode() instead of calling expensive jffs2_1pass_read_inode().
35020
35021     Signed-off-by: Alexey Neyman <avn@emcraft.com>
35022     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
35023
35024 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
35025 Author: Wolfgang Denk <wd@denx.de>
35026 Date:   Tue Dec 9 23:13:51 2008 +0100
35027
35028     evb64260: fix "cast to pointer from integer of different size" warnings
35029
35030     Signed-off-by: Wolfgang Denk <wd@denx.de>
35031
35032 commit d2776827315c3d469b8cb4cec14d58877798daa2
35033 Author: Stefan Althoefer <stefan.althoefer@web.de>
35034 Date:   Sun Dec 7 19:39:11 2008 +0100
35035
35036     USB: descriptor handling
35037
35038     Hi,
35039
35040     I found a bug when working with the u-boot USB subsystem on IXP425 processor
35041     (big endian Xscale aka ARMv5).
35042     I recognized that the second usb_endpoint_descriptor of the attached memory
35043     stick was corrupted.
35044
35045     The reason for this are the packed structures below (either u-boot and
35046     u-boot-usb):
35047
35048     --------------
35049     /* Endpoint descriptor */
35050     struct usb_endpoint_descriptor {
35051         unsigned char  bLength;
35052         unsigned char  bDescriptorType;
35053         unsigned char  bEndpointAddress;
35054         unsigned char  bmAttributes;
35055         unsigned short wMaxPacketSize;
35056         unsigned char  bInterval;
35057         unsigned char  bRefresh;
35058         unsigned char  bSynchAddress;
35059
35060     } __attribute__ ((packed));
35061     /* Interface descriptor */
35062     struct usb_interface_descriptor {
35063         unsigned char  bLength;
35064         unsigned char  bDescriptorType;
35065         unsigned char  bInterfaceNumber;
35066         unsigned char  bAlternateSetting;
35067         unsigned char  bNumEndpoints;
35068         unsigned char  bInterfaceClass;
35069         unsigned char  bInterfaceSubClass;
35070         unsigned char  bInterfaceProtocol;
35071         unsigned char  iInterface;
35072
35073         unsigned char  no_of_ep;
35074         unsigned char  num_altsetting;
35075         unsigned char  act_altsetting;
35076         struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
35077     } __attribute__ ((packed));
35078     ------------
35079
35080     As usb_endpoint_descriptor is only 7byte in length, the start of all
35081     odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
35082     of these structures also not word aligned.
35083
35084     ARMv5 Architecture however does not support non-aligned multibyte
35085     data type (see A2.8 of ARM Architecture Reference Manual).
35086
35087     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
35088     Signed-off-by: Remy Böhmer <linux@bohmer.net>
35089
35090 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
35091 Author: Kumar Gala <galak@kernel.crashing.org>
35092 Date:   Tue Dec 9 10:27:33 2008 -0600
35093
35094     drivers/fsl_pci_init: Fix compile warning
35095
35096     fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
35097     fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
35098
35099     The check only makes sense if we are CONFIG_PHYS_64BIT
35100
35101     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35102
35103 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
35104 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35105 Date:   Sun Dec 7 09:45:35 2008 +0100
35106
35107     usbtty/omap: update to current API
35108
35109     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35110     Signed-off-by: Remy Böhmer <linux@bohmer.net>
35111
35112 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
35113 Author: Anatolij Gustschin <agust@denx.de>
35114 Date:   Tue Dec 9 17:52:05 2008 +0100
35115
35116     video: fix FADS823 and RRvision compiling issues
35117
35118     Since commit 561858ee building for FADS823 and RRvision
35119     doesn't work. Let's include version.h and timestamp.h
35120     unconditionally to fix the problem.
35121
35122     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35123
35124 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
35125 Author: Stefan Roese <sr@denx.de>
35126 Date:   Tue Dec 2 10:53:47 2008 +0100
35127
35128     UBI: Fix size parsing in "ubi create"
35129
35130     Signed-off-by: Stefan Roese <sr@denx.de>
35131
35132 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
35133 Author: Stefan Roese <sr@denx.de>
35134 Date:   Thu Nov 27 14:07:09 2008 +0100
35135
35136     UBI: Enable re-initializing of the "ubi part" command
35137
35138     With this patch now, the user can call "ubi part" multiple times to
35139     re-connect the UBI device to another MTD partition.
35140
35141     Signed-off-by: Stefan Roese <sr@denx.de>
35142
35143 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
35144 Author: Stefan Roese <sr@denx.de>
35145 Date:   Thu Nov 27 14:05:15 2008 +0100
35146
35147     MTD: Fix problem based on non-working relocation (list head mtd_partitions)
35148
35149     Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
35150     first call of add_mtd_partitions(). Otherwise this won't work on platforms
35151     where the relocation is broken (like MIPS or PPC).
35152
35153     Signed-off-by: Stefan Roese <sr@denx.de>
35154
35155 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
35156 Author: Trent Piepho <tpiepho@freescale.com>
35157 Date:   Wed Nov 12 17:29:48 2008 -0800
35158
35159     Section name should be ".data", not "data"
35160
35161     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
35162     Signed-off-by: Wolfgang Denk <wd@denx.de>
35163
35164 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
35165 Author: Wolfgang Denk <wd@denx.de>
35166 Date:   Tue Dec 9 00:39:08 2008 +0100
35167
35168     MAKEALL: Automatically use parallel builds
35169
35170     Add logic to the MAKEALL script to determine the number of CPU cores
35171     on the system, and run a parallel build if there is more than one.
35172     Usually this significantrly accelerates builds.
35173
35174     Allow to manually adjust the number of parallel make jobs by using
35175     the "BUILD_NCPUS" environment variable.
35176
35177     Signed-off-by: Wolfgang Denk <wd@denx.de>
35178
35179 commit 268405fa7c44156c5192a70779920c70906af8d6
35180 Author: Wolfgang Denk <wd@denx.de>
35181 Date:   Tue Dec 9 00:24:30 2008 +0100
35182
35183     vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
35184
35185     Signed-off-by: Wolfgang Denk <wd@denx.de>
35186
35187 commit 153176a9414120ca1736f3cc4951623d6e14e6af
35188 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35189 Date:   Tue Nov 11 06:08:59 2008 +0100
35190
35191     avr32/bootm: remove unused variable 'ret'
35192
35193     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35194     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35195
35196 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
35197 Author: Peter Tyser <ptyser@xes-inc.com>
35198 Date:   Wed Nov 12 13:06:48 2008 -0600
35199
35200     Remove unneeded CONFIG_SHELL references
35201
35202     Make should be using the bash shell by default which makes
35203     CONFIG_SHELL unnecessary
35204
35205     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35206
35207 commit cf7a7b99794bac936899819b95539be1dbd71708
35208 Author: Peter Tyser <ptyser@xes-inc.com>
35209 Date:   Wed Nov 12 12:33:20 2008 -0600
35210
35211     Use bash for default GNU Make shell application
35212
35213     Some Make script commands rely on bash-specific features like brace
35214     expansion, so default to bash for the SHELL variable with a fallback
35215     to the standard sh shell
35216
35217     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35218
35219 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
35220 Author: Heiko Schocher <hs@denx.de>
35221 Date:   Wed Nov 12 09:50:45 2008 +0100
35222
35223     jffs2: rename devices_init () in common/jffs2.c
35224
35225     rename devices_init () in common/jffs2.c to
35226     jffs2_devices_init (), because there is also a
35227     devices_init () in common/devices.c.
35228
35229     Signed-off-by: Heiko Schocher <hs@denx.de>
35230
35231 commit af5eb847a10f1037590001355d88bab3fe7be48b
35232 Author: Daniel Hellstrom <daniel@gaisler.com>
35233 Date:   Mon Nov 10 12:46:20 2008 +0000
35234
35235     SPARC: Fixed compiler error introduced by commit c160a9544743
35236
35237     This patch fixes a build error for the SPARC platform. It was
35238     introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
35239
35240     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
35241
35242 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
35243 Author: Gary Jennejohn <garyj@denx.de>
35244 Date:   Sun Nov 9 12:50:59 2008 +0100
35245
35246     mgsuvd add the board-specific part of the HDLC driver
35247
35248     Signed-off-by: Gary Jennejohn <garyj@denx.de>
35249
35250 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
35251 Author: Gary Jennejohn <garyj@denx.de>
35252 Date:   Sun Nov 9 12:45:03 2008 +0100
35253
35254     mgcoge add the board-specific part of the HDLC driver
35255
35256     Signed-off-by: Gary Jennejohn <garyj@denx.de>
35257
35258 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
35259 Author: Gary Jennejohn <garyj@denx.de>
35260 Date:   Sun Nov 9 12:36:15 2008 +0100
35261
35262     keymile add the common parts of the HDLC driver
35263
35264     This implements the ICN protocol used across the backplane and is
35265     needed by all the keymile boards.
35266
35267     Signed-off-by: Gary Jennejohn <garyj@denx.de>
35268
35269 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
35270 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35271 Date:   Fri Nov 7 22:46:22 2008 +0100
35272
35273     drivers/bios_emulator: Move conditional compilation to Makefile
35274
35275     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35276
35277 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
35278 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35279 Date:   Thu Nov 6 14:01:51 2008 -0500
35280
35281     common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
35282
35283     Corrected endian order printing for compact flash serial number.
35284
35285     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35286
35287 commit 16a28ef219c27423a1ef502f19070c4d375079b8
35288 Author: Gary Jennejohn <garyj@denx.de>
35289 Date:   Thu Nov 6 15:04:23 2008 +0100
35290
35291     IOMUX: Add console multiplexing support.
35292
35293     Modifications to support console multiplexing.  This is controlled using
35294     CONFIG_SYS_CONSOLE_MUX in the board configuration file.
35295
35296     This allows a user to specify multiple console devices in the environment
35297     with a command like this: setenv stdin serial,nc.  As a result, the user can
35298     enter text on both the serial and netconsole interfaces.
35299
35300     All devices - stdin, stdout and stderr - can be set in this manner.
35301
35302     1) common/iomux.c and include/iomux.h contain the environment setting
35303     implementation.
35304     2) doc/README.iomux contains a somewhat more detailed description.
35305     3) The implementation in (1) is called from common/cmd_nvedit.c to
35306     handle setenv and from common/console.c to handle initialization of
35307     input/output devices at boot time.
35308     4) common/console.c also contains the code needed to poll multiple console
35309     devices for input and send output to all devices registered for output.
35310     5) include/common.h includes iomux.h and common/Makefile generates iomux.o
35311     when CONFIG_SYS_CONSOLE_MUX is set.
35312
35313     Signed-off-by: Gary Jennejohn <garyj@denx.de>
35314
35315 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
35316 Author: Mike Frysinger <vapier@gentoo.org>
35317 Date:   Tue Nov 4 16:03:46 2008 -0500
35318
35319     strings: use puts() rather than printf()
35320
35321     When running `strings` on really long strings, the stack tends to get
35322     smashed due to printf().  Switch to puts() instead since we're only passing
35323     the data through.
35324
35325     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35326
35327 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
35328 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
35329 Date:   Mon Nov 3 22:16:18 2008 +0100
35330
35331     Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
35332
35333     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
35334
35335 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
35336 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
35337 Date:   Mon Nov 3 22:15:34 2008 +0100
35338
35339     cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
35340
35341     - fix size too small by one in sprintf
35342     - changed old (pre 2004) device name ibmEmac to emac
35343     - boot device may be overriden in board config
35344     - servername may be defined in board config
35345     - additional parameters may be defined in board config
35346     - fixed some line wrappings
35347     - replaced  redundant MAX define by max
35348
35349     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
35350
35351 commit e9084b23d16102f44ace24379a1c0c352497ef80
35352 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
35353 Date:   Mon Nov 3 22:14:36 2008 +0100
35354
35355     Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
35356
35357     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
35358
35359 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
35360 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
35361 Date:   Mon Nov 3 22:13:47 2008 +0100
35362
35363     README: Document CONFIG_SYS parameters for vxworks
35364
35365     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
35366
35367 commit ace514837cac656e29c37a19569cb8ea83071126
35368 Author: Peter Tyser <ptyser@xes-inc.com>
35369 Date:   Fri Oct 31 11:12:38 2008 -0500
35370
35371     lcd: Let the board code show board-specific info cleanup
35372
35373     remove unneeded version.h from lcd.c
35374
35375     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35376     Signed-off-by: Wolfgang Denk <wd@denx.de>
35377
35378 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
35379 Author: Peter Tyser <ptyser@xes-inc.com>
35380 Date:   Mon Nov 3 09:30:59 2008 -0600
35381
35382     Update U-Boot's build timestamp on every compile
35383
35384     Use the GNU 'date' command to auto-generate a new U-Boot
35385     timestamp on every compile.
35386
35387     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35388
35389 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
35390 Author: Remy Bohmer <linux@bohmer.net>
35391 Date:   Thu Dec 4 22:25:57 2008 +0100
35392
35393     Remove redundant armv4 flag from arm926ejs compile flags
35394
35395     Currently the arm926ejs tree has the armv4 option set during compilation.
35396     This flag does not belong here because a arm926 CPU is always a armv5 CPU.
35397
35398     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35399
35400 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
35401 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
35402 Date:   Sat Dec 6 13:11:14 2008 +0100
35403
35404     at91: Choose environment variables location within make config target
35405
35406     This patch adds the possiblity to choose the media where the environment will
35407     be located. This allow to choose this fundamental configuration without editing
35408     config files.
35409
35410     Documentation file added.
35411
35412     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
35413     Acked-by: Stelian Pop <stelian@popies.net>
35414     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35415
35416 commit 1450c4a6682378567030414a9f1198c39b7730c7
35417 Author: Anatolij Gustschin <agust@denx.de>
35418 Date:   Mon Nov 3 15:30:34 2008 +0100
35419
35420     lwmon, tqm8xx: Fix build errors
35421
35422     Commit 6b59e03e0237a40a2305ea385defdfd92000978b
35423     lcd: Let the board code show board-specific info
35424
35425     introduced some bugs which prevent U-Boot building
35426     for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
35427     be defined in the board configuration.
35428
35429     Also "LCD enabled" building for TQM823L doesn't work
35430     since this commit.
35431
35432     This patch fixes above-mentioned issues.
35433
35434     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35435
35436 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
35437 Author: Mike Frysinger <vapier@gentoo.org>
35438 Date:   Sun Nov 2 01:18:18 2008 -0400
35439
35440     ignore .gdb_history files
35441
35442     When using gdb, history files will often get generated.  So ignore them.
35443
35444     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35445
35446 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
35447 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35448 Date:   Fri Oct 31 12:26:55 2008 +0100
35449
35450     FPGA: move fpga drivers to drivers/fpga
35451
35452     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35453
35454 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
35455 Author: Peter Tyser <ptyser@xes-inc.com>
35456 Date:   Mon Dec 1 16:29:38 2008 -0600
35457
35458     net: Fix TftpStart() ip:filename bug
35459
35460     The TftpStart() function modifies the 'BootFile'
35461     string when 'BootFile' contains both an IP address
35462     and filename (eg 1.2.3.4:/path/file). This causes
35463     subsequent calls to TftpStart to incorrectly parse
35464     the TFTP filename and server IP address to use.
35465     For example:
35466
35467     => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
35468     Speed: 100, half duplex
35469     Using eTSEC1 device
35470     TFTP from server 10.52.0.62; our IP address is 10.52.253.79
35471                      ^^^^^^^^^^ CORRECT
35472     Filename '/home/ptyser/non_existant'.
35473               ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
35474     Load address: 0x100000
35475     Loading: *
35476     TFTP error: 'File not found' (1)
35477     Starting again
35478
35479     eTSEC2: No link.
35480     Speed: 100, half duplex
35481     Using eTSEC1 device
35482     TFTP from server 10.52.0.33; our IP address is 10.52.253.79
35483                      ^^^^^^^^^^ WRONG
35484     Filename '10.52.0.62'.
35485               ^^^^^^^^^^ WRONG
35486     Load address: 0x100000
35487     Loading: *
35488     TFTP error: 'File not found' (1)
35489     Starting again
35490
35491     TftpStart() was modified to not modify the 'BootFile' string.
35492
35493     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35494     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35495
35496 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
35497 Author: Peter Tyser <ptyser@xes-inc.com>
35498 Date:   Mon Dec 1 16:26:21 2008 -0600
35499
35500     net: Add additional IP fragmentation check
35501
35502     Ignore IP packets which have the "more fragments" flag bit
35503     set.  This flag indicates the IP packet is fragmented and
35504     must be ignored by U-Boot.
35505
35506     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35507     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35508
35509 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
35510 Author: Peter Tyser <ptyser@xes-inc.com>
35511 Date:   Mon Dec 1 16:26:20 2008 -0600
35512
35513     net: Define IP flag field values
35514
35515     These defines were pulled from the "Add simple
35516     IP/UDP fragmentation support" patch from Frank
35517     Haverkamp <haver@vnet.ibm.com>.
35518
35519     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35520     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35521
35522 commit 23afaba65ec5206757e589ef334a8b38168c045f
35523 Author: Anatolij Gustschin <agust@denx.de>
35524 Date:   Tue Dec 2 10:31:04 2008 +0100
35525
35526     net: tsec: Fix Marvell 88E1121R phy init
35527
35528     This patch tries to ensure that phy interrupt pin
35529     won't be asserted after booting. We experienced
35530     following issues with current 88E1121R phy init:
35531
35532     Marvell 88E1121R phy can be hardware-configured
35533     to share MDC/MDIO and interrupt pins for both ports
35534     P0 and P1 (e.g. as configured on socrates board).
35535     Port 0 interrupt pin will be shared by both ports
35536     in such configuration. After booting Linux and
35537     configuring eth0 interface, port 0 phy interrupts
35538     are enabled. After rebooting without proper eth0
35539     interface shutdown port 0 phy interrupts remain
35540     enabled so any change on port 0 (link status, etc.)
35541     cause assertion of the interrupt. Now booting Linux
35542     and configuring eth1 interface will cause permanent
35543     phy interrupt storm as the registered phy 1 interrupt
35544     handler doesn't acknowledge phy 0 interrupts. This
35545     of course should be fixed in Linux driver too.
35546
35547     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35548     Acked-by: Andy Fleming <afleming@freescale.com>
35549     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35550
35551 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
35552 Author: Peter Tyser <ptyser@xes-inc.com>
35553 Date:   Tue Dec 2 12:59:51 2008 -0600
35554
35555     net: Fix download command parsing
35556
35557     When CONFIG_SYS_HUSH_PARSER is defined network download
35558     commands with 1 argument in the format 'tftp "/path/file"'
35559     do not work as expected. The hush command parser strips
35560     the quotes from "/path/file" which causes the network
35561     commands to interpret "/path/file" as an address
35562     instead of the intended filename.
35563
35564     The previous check for a leading quote in netboot_common()
35565     was replaced with a check which ensures only valid
35566     numbers are treated as addresses.
35567
35568     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35569     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35570
35571 commit 3c2c2f427905040c1513d0c51d637689cba48346
35572 Author: Remy Bohmer <linux@bohmer.net>
35573 Date:   Thu Nov 27 22:30:27 2008 +0100
35574
35575     Remove non-ascii characters from fat code
35576
35577     This code contains some non-ascii characters in comment lines and code.
35578     Most editors do not display those characters properly and editing those
35579     files results always in diffs at these places which are usually not required
35580     to be changed at all. This is error prone.
35581
35582     So, remove those weird characters and replace them by normal C-style
35583     equivalents for which the proper defines were already in the header.
35584
35585     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35586
35587 commit dc889e865356497d3e495570118c2245ebce2631
35588 Author: Dave Liu <daveliu@freescale.com>
35589 Date:   Fri Nov 28 20:16:58 2008 +0800
35590
35591     85xx: fix the wrong DDR settings for MPC8572DS
35592
35593     The default DDR freq is 400MHz or 800M data rate,
35594     the old settings is pure wrong for the default case.
35595
35596     Signed-off-by: Dave Liu <daveliu@freescale.com>
35597     Acked-by: Andy Fleming <afleming@freescale.com>
35598
35599 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
35600 Author: Kumar Gala <galak@kernel.crashing.org>
35601 Date:   Mon Nov 24 10:29:26 2008 -0600
35602
35603     85xx: init gd as early as possible
35604
35605     Moved up the initialization of GD so C code like set_tlb() can use
35606     gd->flags to determine if we've relocated or not in the future.
35607
35608     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35609     Acked-by: Andy Fleming <afleming@freescale.com>
35610
35611 commit aed461af81012a398a205e9be67ab37667491838
35612 Author: Kumar Gala <galak@kernel.crashing.org>
35613 Date:   Mon Nov 24 10:29:25 2008 -0600
35614
35615     85xx: Fix relocation of CCSRBAR
35616
35617     If the virtual address for CCSRBAR is the same after relocation but
35618     the physical address is changing we'd end up having two TLB entries with
35619     the same VA.  Instead we new us the new CCSRBAR virt address + 4k as a
35620     temp virt address to access the old CCSRBAR to relocate it.
35621
35622     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35623     Acked-by: Andy Fleming <afleming@freescale.com>
35624
35625 commit ea154a1781135d822eedee7567cc156089eae93c
35626 Author: Kumar Gala <galak@kernel.crashing.org>
35627 Date:   Mon Nov 24 10:25:14 2008 -0600
35628
35629     FSL: Moved BR_PHYS_ADDR for localbus to common header
35630
35631     The BR_PHYS_ADDR macro is useful on all machines that have local bus
35632     which is pretty much all 83xx/85xx/86xx chips.
35633
35634     Additionally most 85xx & 86xx will need it if they want to support
35635     36-bit physical addresses.
35636
35637     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35638     Acked-by: Andy Fleming <afleming@freescale.com>
35639
35640 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
35641 Author: Peter Tyser <ptyser@xes-inc.com>
35642 Date:   Mon Dec 1 13:47:12 2008 -0600
35643
35644     85xx: Add PORDEVSR_PCI1 define
35645
35646     Add define used to determine if PCI1 interface is in PCI or PCIX mode.
35647
35648     Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
35649
35650     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35651     Signed-off-by: Andy Fleming <afleming@freescale.com>
35652
35653 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
35654 Author: Becky Bruce <becky.bruce@freescale.com>
35655 Date:   Fri Nov 21 19:24:22 2008 -0600
35656
35657     drivers/fsl_pci_init: Fix inbound window mapping bug
35658
35659     The current code will cause the creation of a 4GB window
35660     starting at 0 if we have more than 4GB of RAM installed,
35661     which overlaps with PCI_MEM space and causes pci_bus_to_phys()
35662     to return erroneous information. Limit the size to 4GB - 1;
35663     which causes the code to create one 2GB and one 1GB window
35664     instead.
35665
35666     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
35667     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35668     Acked-by: Andy Fleming <afleming@freescale.com>
35669
35670 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
35671 Author: Jon Loeliger <jdl@freescale.com>
35672 Date:   Thu Nov 20 15:36:48 2008 -0600
35673
35674     Removed unused CONFIG_L1_INIT_RAM symbol.
35675
35676     Prevent further viral propogation of the unused
35677     symbol CONFIG_L1_INIT_RAM by just removing it.
35678
35679     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35680     Acked-by: Andy Fleming <afleming@freescale.com>
35681
35682 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
35683 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
35684 Date:   Wed Oct 29 09:21:44 2008 -0500
35685
35686     fsl ddr skip interleaving if not supported.
35687
35688     Removed while(1) hang if memctl_intlv_ctl is set wrong.
35689     Remove embedded tabs from strings.
35690
35691     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
35692     Acked-by: Kumar Gala <galak@kernel.crashing.org>
35693     Acked-by: Andy Fleming <afleming@freescale.com>
35694
35695 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
35696 Author: Anatolij Gustschin <agust@denx.de>
35697 Date:   Thu Nov 13 18:08:57 2008 +0100
35698
35699     85xx: socrates: fix DDR SDRAM tlb entry configuration
35700
35701     since commit be0bd8234b9777ecd63c4c686f72af070d886517
35702     tlb entry for socrates DDR SDRAM will be reconfigured
35703     by setup_ddr_tlbs() from initdram() causing an
35704     inconsistency with previously configured DDR SDRAM tlb
35705     entry from tlb_table:
35706
35707     socrates>l2cam 7 9
35708     IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
35709       7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
35710       8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
35711       9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX
35712
35713     This patch makes the presence of the DDR SDRAM tlb entry in
35714     the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
35715     inconsistency.
35716
35717     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35718     Acked-by: Andy Fleming <afleming@freescale.com>
35719
35720 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
35721 Author: Peter Tyser <ptyser@xes-inc.com>
35722 Date:   Tue Nov 11 10:17:10 2008 -0600
35723
35724     85xx: Add CPU 2 errata workaround to all 8548 boards
35725
35726     All mpc8548-based boards should implement the suggested workaround
35727     to CPU 2 errata. Without the workaround, its possible for the
35728     8548's core to hang while executing a msync or mbar 0 instruction
35729     and a snoopable transaction from an I/O master tagged to make
35730     quick forward progress is present.
35731
35732     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35733     Acked-by: Andy Fleming <afleming@freescale.com>
35734
35735 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
35736 Author: Dave Liu <daveliu@freescale.com>
35737 Date:   Tue Oct 28 17:53:45 2008 +0800
35738
35739     85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
35740
35741     we need TLB entry for DDR at !SPD case.
35742
35743     Signed-off-by: Dave Liu <daveliu@freescale.com>
35744     Acked-by: Andy Fleming <afleming@freescale.com>
35745
35746 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
35747 Author: Dave Liu <daveliu@freescale.com>
35748 Date:   Tue Oct 28 17:53:38 2008 +0800
35749
35750     85xx: remove the unused ddr_enable_ecc in the board file
35751
35752     The DDR controller of 8548/8544/8568/8572/8536 processors
35753     have the ECC data init feature, and the new DDR code is
35754     using the feature, and we don't need the way with DMA to
35755     init memory any more.
35756
35757     Signed-off-by: Dave Liu <daveliu@freescale.com>
35758     Acked-by: Andy Fleming <afleming@freescale.com>
35759
35760 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
35761 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35762 Date:   Sun Nov 30 19:36:53 2008 +0100
35763
35764     at91rm9200dk: Fix typo
35765
35766     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35767
35768 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
35769 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35770 Date:   Sun Nov 30 19:36:50 2008 +0100
35771
35772     AT91: remove non supported board AT91RM9200DF macro
35773
35774     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35775
35776 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
35777 Author: Ilko Iliev <iliev@ronetix.at>
35778 Date:   Tue Dec 2 17:27:54 2008 +0100
35779
35780     mtd/dataflash.c: fix a problem with the last partition
35781
35782     This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
35783     partition can be defined to use the area to the end of dataflash size.
35784     Now it is possible to have only one dataflash partition from 0 to the end
35785     of of dataflash size.
35786
35787     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
35788
35789 commit 03f797793b124dccaae145b977d15d6cb9e74504
35790 Author: Ilko Iliev <iliev@ronetix.at>
35791 Date:   Tue Dec 2 17:20:17 2008 +0100
35792
35793     fix some coding style violations.
35794
35795     This patch fix some coding style violations.
35796
35797     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
35798
35799 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
35800 Author: Stefan Roese <sr@denx.de>
35801 Date:   Thu Nov 27 14:11:37 2008 +0100
35802
35803     OneNAND: Add missing mtd info struct before calling onenand_erase()
35804
35805     Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
35806     for use in UBI) via CONFIG_MTD_PARTITIONS.
35807
35808     Signed-off-by: Stefan Roese <sr@denx.de>
35809     Signed-off-by: Scott Wood <scottwood@freescale.com>
35810
35811 commit 29382d4064fbaff5daacff4c3209370fa5713966
35812 Author: Becky Bruce <becky.bruce@freescale.com>
35813 Date:   Thu Nov 20 16:43:52 2008 -0600
35814
35815     mpc8641: Fix error in README
35816
35817     I made some updates to the code that didn't make it into the
35818     README - fix this
35819
35820     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
35821
35822 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
35823 Author: Jon Loeliger <jdl@freescale.com>
35824 Date:   Thu Nov 20 12:01:02 2008 -0600
35825
35826     Removed unused CONFIG_L1_INIT_RAM symbol.
35827
35828     Prevent further viral propogation of the unused
35829     symbol CONFIG_L1_INIT_RAM by just removing it.
35830
35831     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35832
35833 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
35834 Author: Jon Loeliger <jdl@freescale.com>
35835 Date:   Thu Nov 20 14:02:56 2008 -0600
35836
35837     86xx: Fix non-64-bit compilation problems.
35838
35839     Introducing 64-bit (36-bit) support for the MPC8641HPCN
35840     failed to accomodate the other two 86xx boards.
35841     Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
35842     CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
35843     with nominal 32-bit values.
35844
35845     Signed-off-by: Jon Loeliger <jdl@freescale.com>
35846     Acked-by: Becky Bruce <becky.bruce@freescale.com>
35847
35848 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
35849 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
35850 Date:   Wed Nov 26 17:40:37 2008 +0100
35851
35852     Remove obsolete command (apply afte USB style patch, 80 chars strict)
35853
35854     Remove USB obsolete commmand
35855
35856     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
35857     Signed-off-by: Remy Böhmer <linux@bohmer.net>
35858
35859 commit de39f8c19d7c12017248c49d432dcb81db68f724
35860 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
35861 Date:   Wed Nov 26 17:41:34 2008 +0100
35862
35863     USB style patch, 80 chars strict
35864
35865     USB Code style patch
35866
35867     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
35868     Signed-off-by: Remy Böhmer <linux@bohmer.net>
35869
35870 commit d10c5a87cb8affbb4d35a311370316d4383d598e
35871 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35872 Date:   Fri Nov 7 22:46:21 2008 +0100
35873
35874     drivers/usb: Move conditional compilation to Makefile
35875
35876     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35877     Signed-off-by: Remy Böhmer <linux@bohmer.net>
35878
35879 commit 2077e348c2a84901022ad95311b47b70361e6daa
35880 Author: Scott Wood <scottwood@freescale.com>
35881 Date:   Tue Nov 25 10:47:02 2008 -0600
35882
35883     NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
35884
35885     This caused the operation to be needlessly repeated if there were
35886     no bad blocks and no errors.
35887
35888     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
35889     Signed-off-by: Scott Wood <scottwood@freescale.com>
35890
35891 commit 89295028e7d8f7a524f485328279d72fdb102385
35892 Author: Michal Simek <monstr@monstr.eu>
35893 Date:   Mon Nov 24 12:09:50 2008 +0100
35894
35895     ppc4xx: ml300 remove Xilinx BSP from ml300 folder
35896
35897     This BSP should be outside u-boot source tree.
35898     The second reason is that xilinx ppc405 was moved to generic platform.
35899
35900     Signed-off-by: Michal Simek <monstr@monstr.eu>
35901     Signed-off-by: Stefan Roese <sr@denx.de>
35902
35903 commit 24eea623d4974a169026a975ba12fb23d48154b1
35904 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35905 Date:   Mon Nov 24 15:11:10 2008 +0100
35906
35907     ppc4xx: Remove unused features
35908
35909     This patch disables some unused features from the PCI405 configuration
35910     to keep U-Boot image size below 192k.
35911
35912     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35913     Signed-off-by: Stefan Roese <sr@denx.de>
35914
35915 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
35916 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35917 Date:   Mon Nov 24 15:11:09 2008 +0100
35918
35919     ppc4xx: Use correct io accessors for PCI405
35920
35921     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35922     Signed-off-by: Stefan Roese <sr@denx.de>
35923
35924 commit 348c849d86a6f0785752b9bc497a34658713d1d1
35925 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35926 Date:   Mon Nov 24 15:11:08 2008 +0100
35927
35928     ppc4xx: Remove unused code from PCI405 code
35929
35930     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35931     Signed-off-by: Stefan Roese <sr@denx.de>
35932
35933 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
35934 Author: Heiko Schocher <hs@denx.de>
35935 Date:   Thu Nov 20 09:59:09 2008 +0100
35936
35937     powerpc, keymile boards: extract identical config options
35938
35939     This patch extracts the identical config options for the
35940     keymile boards mgcoge, mgsuvd and kmeter1 in a new
35941     common config file keymile-common.h.
35942
35943     Signed-off-by: Heiko Schocher <hs@denx.de>
35944     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35945
35946 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
35947 Author: Heiko Schocher <hs@denx.de>
35948 Date:   Fri Nov 21 08:29:40 2008 +0100
35949
35950     powerpc: keymile: Add a check for the PIGGY debug board
35951
35952     Check the presence of the PIGGY on the keymile boards mgcoge,
35953     mgsuvd and kmeter1. If the PIGGY is not present, dont register
35954     this Ethernet device.
35955
35956     Signed-off-by: Heiko Schocher <hs@denx.de>
35957     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35958
35959 commit 58c696eed839af894e0265064669c402dc28b371
35960 Author: Wolfgang Denk <wd@xpert.denx.de>
35961 Date:   Mon Nov 24 21:50:59 2008 +0100
35962
35963     AT91RM9200DK: fix broken boot from NOR flash
35964
35965     Signed-off-by: Wolfgang Denk <wd@denx.de>
35966
35967 commit 8052352f20b33bef8f9872fc983eac73d4693c38
35968 Author: Jens Scharsig <esw@bus-elektronik.de>
35969 Date:   Tue Nov 18 10:48:46 2008 +0100
35970
35971     at91rm9200: fix broken boot from nor flash
35972
35973     This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
35974     CONFIG_AT91RM9200 is defined and nor preloader is used.
35975
35976     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
35977
35978 commit 25ea652e907516a283b38237e83712a918f125d7
35979 Author: Piotr Ziecik <kosmo@semihalf.com>
35980 Date:   Mon Nov 17 15:58:00 2008 +0100
35981
35982     UBI: Add proof-of-concept CFI flash support
35983
35984     With this patch UBI can be used on CFI flash chips.
35985
35986     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
35987     Signed-off-by: Stefan Roese <sr@denx.de>
35988
35989 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
35990 Author: Piotr Ziecik <kosmo@semihalf.com>
35991 Date:   Mon Nov 17 15:57:59 2008 +0100
35992
35993     mtd: Remove a printf() from add_mtd_device().
35994
35995     Remove a printf() from add_mtd_device(), which produces spurious output.
35996
35997     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
35998     Signed-off-by: Stefan Roese <sr@denx.de>
35999
36000 commit 91809ed51d8327a8dbbf29aa98a091154c282171
36001 Author: Piotr Ziecik <kosmo@semihalf.com>
36002 Date:   Mon Nov 17 15:57:58 2008 +0100
36003
36004     cfi-mtd: Add cfi-mtd driver.
36005
36006     Add cfi-mtd driver, which exports CFI flash to MTD layer.
36007     This allows CFI flash devices to be used from MTD layer.
36008
36009     Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
36010     option. Initialization is done by calling cfi_mtd_init() from
36011     flash_init().
36012
36013     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
36014     Signed-off-by: Stefan Roese <sr@denx.de>
36015
36016 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
36017 Author: Piotr Ziecik <kosmo@semihalf.com>
36018 Date:   Mon Nov 17 15:49:32 2008 +0100
36019
36020     cfi_flash: Add interface for flash verbosity control
36021
36022     Add interface for flash verbosity control. It allows
36023     to disable output from low-level flash API. It is useful
36024     when calling these low-level functions from context other
36025     than flash commands (for example the MTD/CFI interface
36026     implmentation).
36027
36028     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
36029     Signed-off-by: Stefan Roese <sr@denx.de>
36030
36031 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
36032 Author: Piotr Ziecik <kosmo@semihalf.com>
36033 Date:   Thu Nov 20 15:17:38 2008 +0100
36034
36035     cfi_flash: Export flash_sector_size() function.
36036
36037     Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
36038     so that it can be used in the upcoming cfi-mtd driver.
36039
36040     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
36041     Signed-off-by: Stefan Roese <sr@denx.de>
36042
36043 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
36044 Author: Stefan Roese <sr@denx.de>
36045 Date:   Mon Nov 17 14:45:22 2008 +0100
36046
36047     cfi_flash: Make all flash access functions weak
36048
36049     This patch defines all flash access functions as weak so that
36050     they can be overridden by board specific versions.
36051
36052     This will be used by the upcoming VCTH board support where the NOR
36053     FLASH unfortunately can't be accessed memory-mapped. Special
36054     accessor functions are needed here.
36055
36056     To enable this weak functions you need to define
36057     CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
36058     Otherwise the "old" default functions will be used resulting
36059     in smaller code.
36060
36061     Signed-off-by: Stefan Roese <sr@denx.de>
36062     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36063
36064 commit a5c4067017631d903e1afa6ad615f0ce19fea517
36065 Author: Stefan Roese <sr@denx.de>
36066 Date:   Mon Nov 24 08:31:16 2008 +0100
36067
36068     UBI: Change parsing of size in commands to default to hex
36069
36070     Currently the size parameters of the UBI commands (e.g. "ubi write") are
36071     decoded as decimal instead of hex as default. This patch now interprets
36072     all these values consistantly as hex, as all other standard U-Boot commands
36073     do.
36074
36075     Signed-off-by: Stefan Roese <sr@denx.de>
36076
36077 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
36078 Author: Stefan Roese <sr@denx.de>
36079 Date:   Fri Nov 21 13:06:06 2008 +0100
36080
36081     ppc4xx: ML2 shouldn't include the 4xx EMAC driver
36082
36083     Signed-off-by: Stefan Roese <sr@denx.de>
36084
36085 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
36086 Author: Yuri Tikhonov <yur@emcraft.com>
36087 Date:   Fri Nov 14 16:19:19 2008 +0300
36088
36089     ppc4xx: katmai: Change default config
36090
36091      This patch enables support for EXT2, and increases the
36092     CONFIG_SYS_BOOTMAPSZ size for the default configuration
36093     of the katmai boards to use them as the RAID-reference
36094     AMCC setups.
36095
36096      EXT2 enabling allows one to boot kernels from the EXT2
36097     formatted Compact Flash cards.
36098
36099      CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
36100     Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
36101     the memory area with DTB file (which is placed at the
36102     end of the bootmap area) will turn out to be overlapped
36103     with the BSS segment of the 256KB kernel, and zeroed
36104     in early_init() of Linux.
36105
36106      Actually, increasing of the bootmap size could be done
36107     via setting of the bootm_size U-Boot variable, but it looks
36108     like the current U-Boot implementation have some bootm_size-
36109     related functionality lost. In many places through the U-Boot
36110     code the CONFIG_SYS_BOOTMAPSZ definition is used directly
36111     (instead of trying to read the corresponding value from the
36112     environment). The same is truth for the boot_jump_linux()
36113     function in lib_ppc/bootm.c, where U-Boot transfers control
36114     to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
36115     value to the booting kernel.
36116
36117     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36118     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
36119     Signed-off-by: Stefan Roese <sr@denx.de>
36120
36121 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
36122 Author: Dave Mitchell <dmitch71@gmail.com>
36123 Date:   Thu Nov 20 14:09:50 2008 -0600
36124
36125     ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
36126
36127     Expanded OCM TLB to allow access to 64K OCM as well as 256K of
36128     internal SRAM.
36129
36130     Adjusted internal SRAM initialization to match updated user
36131     manual recommendation.
36132
36133     OCM & ISRAM are now mapped as follows:
36134             physical        virtual         size
36135     ISRAM   0x4_0000_0000   0xE300_0000     256k
36136     OCM     0x4_0004_0000   0xE304_0000     64k
36137
36138     A single TLB was used for this mapping.
36139
36140     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
36141     Signed-off-by: Stefan Roese <sr@denx.de>
36142
36143 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
36144 Author: Dave Mitchell <dmitch71@gmail.com>
36145 Date:   Thu Nov 20 14:00:49 2008 -0600
36146
36147     ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
36148
36149     Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
36150     L2 cache DCRs from ppc440.h to this new header.
36151
36152     Also converted these DCR defines from lowercase to uppercase and
36153     modified referencing modules to use them.
36154
36155     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
36156     Signed-off-by: Stefan Roese <sr@denx.de>
36157
36158 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
36159 Author: Steven A. Falco <sfalco@harris.com>
36160 Date:   Thu Nov 20 14:37:57 2008 -0500
36161
36162     ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
36163
36164     The definitions of bits in SDR_CFG are incorrect, and not used within
36165     U-Boot.  Therefore, they can be removed.
36166
36167     The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
36168     and are unused, so they can be removed too.
36169
36170     A definition for SDR0_DDRCFG is added.
36171
36172     Signed-off-by: Steven A. Falco <sfalco@harris.com>
36173     Signed-off-by: Stefan Roese <sr@denx.de>
36174
36175 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
36176 Author: Dirk Behme <dirk.behme@gmail.com>
36177 Date:   Mon Nov 10 20:15:25 2008 +0100
36178
36179     ARM: OMAP: Convert IO macros
36180
36181     Convert IO macros to readx/writex.
36182
36183     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
36184
36185 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
36186 Author: Ilko Iliev <iliev@ronetix.at>
36187 Date:   Sun Nov 9 15:53:14 2008 +0100
36188
36189     lib_arm: do_bootm_linux() - correct a small mistake
36190
36191     This patch corrects a small bug in the "if" condition:
36192     the parameter "flag" is 0 and the "if" condition is always true.
36193     The result is - the boom command doesn't start the kernel.
36194     Affected targets: all arm based.
36195
36196     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
36197
36198 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
36199 Author: Stelian Pop <stelian@popies.net>
36200 Date:   Sun Nov 9 00:14:46 2008 +0100
36201
36202     AT91: Enable PLLB for USB
36203
36204     At least some (old ?) versions of the AT91Bootstrap do not set up the
36205     PLLB correctly to 48 MHz in order to make USB host function correctly.
36206
36207     This patch sets up the PLLB to the same values Linux uses, and makes USB
36208     work ok on the following CPUs:
36209         - AT91CAP9
36210         - AT91SAM9260
36211         - AT91SAM9263
36212
36213     This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
36214     the relevant AT91CAP9/AT91SAM9 atmel boards.
36215
36216     Signed-off-by: Stelian Pop <stelian@popies.net>
36217     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36218
36219 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
36220 Author: Stelian Pop <stelian@popies.net>
36221 Date:   Fri Nov 7 13:55:14 2008 +0100
36222
36223     AT91: Use AT91_CPU_CLOCK in displays
36224
36225     Introduce AT91_CPU_CLOCK and use it for displaying the CPU
36226     speed in the LCD driver.
36227
36228     Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
36229     corresponding board clocks.
36230
36231     Signed-off-by: Stelian Pop <stelian@popies.net>
36232
36233 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
36234 Author: Heiko Schocher <hs@denx.de>
36235 Date:   Thu Nov 20 09:57:47 2008 +0100
36236
36237     powerpc: 83xx: add support for the kmeter1 board
36238
36239     This patch adds support for the kmeter1 board from Keymile,
36240     based on a Freescale MPC8360 CPU.
36241
36242     - serial console on UART 1
36243     - 256 MB DDR2 RAM
36244     - 64 MB NOR Flash
36245     - Ethernet RMII Mode over UCC4
36246     - PHY SMSC LAN8700
36247
36248     Signed-off-by: Heiko Schocher <hs@denx.de>
36249     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36250
36251 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
36252 Author: Stefan Roese <sr@denx.de>
36253 Date:   Thu Nov 20 11:46:20 2008 +0100
36254
36255     ppc4xx: Clear all potentially pending exceptions in MCSR
36256
36257     This is needed on Canyonlands which still has an exception pending
36258     while running relocate_code(). This leads to a failure after trap_init()
36259     is moved to the top of board_init_r().
36260
36261     Signed-off-by: Stefan Roese <sr@denx.de>
36262
36263 commit facdad5f2602e899a01746916beddbf9e856b5ee
36264 Author: Heiko Schocher <hs@denx.de>
36265 Date:   Wed Nov 19 10:10:30 2008 +0100
36266
36267     powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
36268
36269     Signed-off-by: Heiko Schocher <hs@denx.de>
36270     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36271
36272 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
36273 Author: Howard Gregory <Greg.Howard@freescale.com>
36274 Date:   Tue Nov 4 14:55:33 2008 +0800
36275
36276     mpc83xx: Improve the performance of DDR memory
36277
36278     modify the CAS timings. my understanding is that these
36279     settings decrease various wait times in the DDR interface.
36280     Because these wait times are in clock cycles, and the DDR
36281     clock on the 8315 RDB runs slower than on some other 83xx
36282     platforms, we can dial down these values without a problem,
36283     thereby decreasing the latency of memory a little.
36284
36285     Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
36286     Signed-off-by: Dave Liu <daveliu@freescale.com>
36287     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36288
36289 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
36290 Author: Kyungmin Park <kyungmin.park@samsung.com>
36291 Date:   Fri Oct 24 14:55:33 2008 +0200
36292
36293     ARM: Add Apollon UBI support
36294
36295     To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
36296     macro.
36297
36298     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36299     Signed-off-by: Stefan Roese <sr@denx.de>
36300
36301 commit 694a0b3f1c0accd0de94b89555155d69f8022824
36302 Author: Kyungmin Park <kyungmin.park@samsung.com>
36303 Date:   Wed Nov 19 11:47:05 2008 +0100
36304
36305     UBI: Add UBI command support
36306
36307     This patch adds these UBI commands:
36308
36309     ubi part [nand|onenand] [part] - Show or set current partition
36310     ubi info [l[ayout]] -Display volume and UBI layout information
36311     ubi create[vol] volume [size] [type] - Create volume name with size
36312     ubi write[vol] address volume size - Write volume from address with size
36313     ubi read[vol] address volume [size] - Read volume to address with size
36314     ubi remove[vol] volume - Remove volume
36315
36316     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36317     Signed-off-by: Stefan Roese <sr@denx.de>
36318
36319 commit 58be3a1056d88c6d05f3e914389282807e69923a
36320 Author: Kyungmin Park <kyungmin.park@samsung.com>
36321 Date:   Wed Nov 19 16:38:24 2008 +0100
36322
36323     UBI: Add basic UBI support to U-Boot (Part 8/8)
36324
36325     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
36326     It's based on the Linux UBI version and basically has a "OS"
36327     translation wrapper that defines most Linux specific calls
36328     (spin_lock() etc.) into no-ops. Some source code parts have been
36329     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
36330     this version with the Linux version and simplifies future UBI
36331     ports/bug-fixes from the Linux version.
36332
36333     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36334     Signed-off-by: Stefan Roese <sr@denx.de>
36335
36336 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
36337 Author: Kyungmin Park <kyungmin.park@samsung.com>
36338 Date:   Wed Nov 19 16:36:36 2008 +0100
36339
36340     UBI: Add basic UBI support to U-Boot (Part 7/8)
36341
36342     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
36343     It's based on the Linux UBI version and basically has a "OS"
36344     translation wrapper that defines most Linux specific calls
36345     (spin_lock() etc.) into no-ops. Some source code parts have been
36346     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
36347     this version with the Linux version and simplifies future UBI
36348     ports/bug-fixes from the Linux version.
36349
36350     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36351     Signed-off-by: Stefan Roese <sr@denx.de>
36352
36353 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
36354 Author: Kyungmin Park <kyungmin.park@samsung.com>
36355 Date:   Wed Nov 19 16:32:36 2008 +0100
36356
36357     UBI: Add basic UBI support to U-Boot (Part 6/8)
36358
36359     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
36360     It's based on the Linux UBI version and basically has a "OS"
36361     translation wrapper that defines most Linux specific calls
36362     (spin_lock() etc.) into no-ops. Some source code parts have been
36363     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
36364     this version with the Linux version and simplifies future UBI
36365     ports/bug-fixes from the Linux version.
36366
36367     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36368     Signed-off-by: Stefan Roese <sr@denx.de>
36369
36370 commit c91a719daa331b5856109313371e4ece5ec06d96
36371 Author: Kyungmin Park <kyungmin.park@samsung.com>
36372 Date:   Wed Nov 19 16:28:06 2008 +0100
36373
36374     UBI: Add basic UBI support to U-Boot (Part 5/8)
36375
36376     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
36377     It's based on the Linux UBI version and basically has a "OS"
36378     translation wrapper that defines most Linux specific calls
36379     (spin_lock() etc.) into no-ops. Some source code parts have been
36380     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
36381     this version with the Linux version and simplifies future UBI
36382     ports/bug-fixes from the Linux version.
36383
36384     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36385     Signed-off-by: Stefan Roese <sr@denx.de>
36386
36387 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
36388 Author: Kyungmin Park <kyungmin.park@samsung.com>
36389 Date:   Wed Nov 19 16:27:23 2008 +0100
36390
36391     UBI: Add basic UBI support to U-Boot (Part 4/8)
36392
36393     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
36394     It's based on the Linux UBI version and basically has a "OS"
36395     translation wrapper that defines most Linux specific calls
36396     (spin_lock() etc.) into no-ops. Some source code parts have been
36397     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
36398     this version with the Linux version and simplifies future UBI
36399     ports/bug-fixes from the Linux version.
36400
36401     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36402     Signed-off-by: Stefan Roese <sr@denx.de>
36403
36404 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
36405 Author: Kyungmin Park <kyungmin.park@samsung.com>
36406 Date:   Wed Nov 19 16:26:54 2008 +0100
36407
36408     UBI: Add basic UBI support to U-Boot (Part 3/8)
36409
36410     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
36411     It's based on the Linux UBI version and basically has a "OS"
36412     translation wrapper that defines most Linux specific calls
36413     (spin_lock() etc.) into no-ops. Some source code parts have been
36414     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
36415     this version with the Linux version and simplifies future UBI
36416     ports/bug-fixes from the Linux version.
36417
36418     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36419     Signed-off-by: Stefan Roese <sr@denx.de>
36420
36421 commit 961df83361aff9a14f226214224eb8a06e05ba24
36422 Author: Kyungmin Park <kyungmin.park@samsung.com>
36423 Date:   Wed Nov 19 16:25:44 2008 +0100
36424
36425     UBI: Add basic UBI support to U-Boot (Part 2/8)
36426
36427     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
36428     It's based on the Linux UBI version and basically has a "OS"
36429     translation wrapper that defines most Linux specific calls
36430     (spin_lock() etc.) into no-ops. Some source code parts have been
36431     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
36432     this version with the Linux version and simplifies future UBI
36433     ports/bug-fixes from the Linux version.
36434
36435     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36436     Signed-off-by: Stefan Roese <sr@denx.de>
36437
36438 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
36439 Author: Kyungmin Park <kyungmin.park@samsung.com>
36440 Date:   Wed Nov 19 16:23:06 2008 +0100
36441
36442     UBI: Add basic UBI support to U-Boot (Part 1/8)
36443
36444     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
36445     It's based on the Linux UBI version and basically has a "OS"
36446     translation wrapper that defines most Linux specific calls
36447     (spin_lock() etc.) into no-ops. Some source code parts have been
36448     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
36449     this version with the Linux version and simplifies future UBI
36450     ports/bug-fixes from the Linux version.
36451
36452     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36453     Signed-off-by: Stefan Roese <sr@denx.de>
36454
36455 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
36456 Author: Kyungmin Park <kyungmin.park@samsung.com>
36457 Date:   Wed Nov 19 16:20:36 2008 +0100
36458
36459     MTD: Add MTD paritioning infrastructure
36460
36461     This MTD part infrastructure will be used by the upcoming
36462     UBI support.
36463
36464     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36465     Signed-off-by: Stefan Roese <sr@denx.de>
36466
36467 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
36468 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
36469 Date:   Thu Oct 16 22:54:03 2008 +0530
36470
36471     Align end of bss by 4 bytes
36472
36473     Most of the bss initialization loop increments 4 bytes
36474     at a time. And the loop end is checked for an 'equal'
36475     condition. Make the bss end address aligned by 4, so
36476     that the loop will end as expected.
36477
36478     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
36479     Signed-off-by: Wolfgang Denk <wd@denx.de>
36480
36481 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
36482 Author: Becky Bruce <becky.bruce@freescale.com>
36483 Date:   Mon Nov 10 19:45:35 2008 -0600
36484
36485     mpc8641: fix address-cells default in old .dts detection
36486
36487     address-cells defaults to 2, not 1; so in the unlikely
36488     event that it isn't specified, this patch is required
36489     for correct operation.
36490
36491     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36492
36493 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
36494 Author: Becky Bruce <becky.bruce@freescale.com>
36495 Date:   Fri Oct 31 17:14:39 2008 -0500
36496
36497     lib_ppc: Move trap_init to occur earlier
36498
36499     Doing trap_init immediately once we're running from RAM
36500     means we're no longer dependent on the physical location of
36501     the flash on non-BookE platforms. Before trap_init, those
36502     platforms switch to real mode and go to 0xfff00100 on exception.
36503     After the switch, they go to 0x00000100  This makes it easier to
36504     move the flash location.
36505
36506     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36507
36508 commit d52082b12c6e545705a19433a2f4142526536189
36509 Author: Becky Bruce <becky.bruce@freescale.com>
36510 Date:   Fri Nov 7 13:46:19 2008 -0600
36511
36512     mpc8641: Try to detect old .dts files
36513
36514     Since we've changed the memory map of the board, be nice and
36515     add some checking to try to catch out-of-date .dts files.  We do
36516     this by checking the CCSRBAR location in the .dts and comparing
36517     it to the CCSRBAR location in u-boot.  If they don't match, a
36518     warning msg is printed.  This isn't foolproof, but it's simple and
36519     will catch most of the cases where an out-of-date .dts is present,
36520     including all of the cases where a new u-boot is used with an old
36521     standard MPC8641 .dts file as supplied with Linux.
36522
36523     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36524
36525 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
36526 Author: Becky Bruce <becky.bruce@freescale.com>
36527 Date:   Thu Nov 6 13:04:09 2008 -0600
36528
36529     toplevel Makefile: Add MPC8641HPCN_36BIT target
36530
36531     This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
36532
36533     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36534
36535 commit 3111d32c494e8251b90917447796a7206b757e1e
36536 Author: Becky Bruce <becky.bruce@freescale.com>
36537 Date:   Thu Nov 6 17:37:35 2008 -0600
36538
36539     mpc8641: Support 36-bit physical addressing
36540
36541     This patch creates a memory map with all the devices
36542     in 36-bit physical space, in addition to the 32-bit map.
36543     The CCSR relocation is moved (again, sorry) to
36544     allow for the physical address to be 36 bits - this
36545     requires translation to be enabled.  With 36-bit physical
36546     addressing enabled, we are no longer running with VA=PA
36547     translations.  This means we have to distinguish between
36548     the two in the config file.  The existing region name is
36549     used to indicate the virtual address, and a _PHYS variety
36550     is created to represent the physical address.
36551
36552     Large physical addressing is not enabled by default.
36553     Set CONFIG_PHYS_64BIT in the config file to turn this on.
36554
36555     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36556
36557 commit c759a01a0022de9378a3a761f49786f87684c916
36558 Author: Becky Bruce <becky.bruce@freescale.com>
36559 Date:   Thu Nov 6 17:36:04 2008 -0600
36560
36561     mpc8641: Change 32-bit memory map
36562
36563     The memory map on the 8641hpcn is modified to look more like
36564     the 85xx boards; this is a step towards a more standardized
36565     layout going forward. As part of this change, we now relocate
36566     the flash.
36567
36568     The regions for some of the mappings were far larger than they
36569     needed to be.  I have reduced the mappings to match the
36570     actual sizes supported by the hardware.
36571
36572     In addition I have removed the comments at the head
36573     of the BAT blocks in the config file, rather than updating
36574     them.  These get horribly out of date, and it's a simple
36575     matter to look at the defines to see what they are set to
36576     since everything is right here in the same file.
36577
36578     Documentation has been changed to reflect the new map, as this
36579     change is user visible, and affects the OS which runs post-uboot.
36580
36581     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36582
36583 commit bf9a8c34309ed9276258295db9e9212aabb2531a
36584 Author: Becky Bruce <becky.bruce@freescale.com>
36585 Date:   Wed Nov 5 14:55:35 2008 -0600
36586
36587     mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
36588
36589     We define CONFIG_MONITOR_BASE_EARLY to define the initial location
36590     of the bootpage in flash.   Use this to create an early mapping
36591     definition for the FLASH, and change the early_bats code to use this.
36592
36593     This  change facilitates the relocation of the flash since the early
36594     mappings are no longer tied to the final location of the flash.
36595
36596     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36597
36598 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
36599 Author: Becky Bruce <becky.bruce@freescale.com>
36600 Date:   Wed Nov 5 14:55:34 2008 -0600
36601
36602     mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
36603
36604     Using a mtmsr/blr means that you have to be executing at the
36605     same virtual address once you enable translation.  This is
36606     unnecessarily restrictive, and is not really how this is
36607     usually done.  Change it to use the more common mtspr SRR0/SRR1
36608     and rfi method.
36609
36610     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36611
36612 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
36613 Author: Becky Bruce <becky.bruce@freescale.com>
36614 Date:   Wed Nov 5 14:55:33 2008 -0600
36615
36616     mpc8641: make DIAG_ADDR == FLASH_BASE
36617
36618     Currently, that's what it is, but it's hardcoded.
36619
36620     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36621
36622 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
36623 Author: Becky Bruce <becky.bruce@freescale.com>
36624 Date:   Wed Nov 5 14:55:32 2008 -0600
36625
36626     mpc8641: Drop imaginary second flash bank, map 8MB
36627
36628     There's a lot of setup and foo for the second flash
36629     bank.  The problem is, this board doesn't actually have one.
36630     Clean this up.  Also, the flash is 8M in size.  Get rid
36631     of the confusing aliased overmapping, and just map 8M.
36632
36633     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36634
36635 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
36636 Author: Becky Bruce <becky.bruce@freescale.com>
36637 Date:   Wed Nov 5 14:55:31 2008 -0600
36638
36639     mpc8641: only define CONFIG_ENV_SIZE once
36640
36641     It's currently defined twice inside in an if/else block, but
36642     both halves set the same value.  Move the define outside
36643     the if.
36644
36645     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36646
36647 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
36648 Author: Becky Bruce <becky.bruce@freescale.com>
36649 Date:   Wed Nov 5 14:55:30 2008 -0600
36650
36651     mpc86xx: Move setup_bats into cpu_init_f
36652
36653     In order to later allow for a physical relocation of the
36654     flash, setup_bats, which sets up the final BAT mapping
36655     for the board, needs to happen *after* init_laws().
36656     Otherwise, there will be no window programmed for the flash
36657     at the new physical location at the point when we change
36658     the mmu translation.
36659
36660     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36661
36662 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
36663 Author: Becky Bruce <becky.bruce@freescale.com>
36664 Date:   Wed Nov 5 14:55:29 2008 -0600
36665
36666     mpc8641: Remove extra "0" from BR2 define
36667
36668     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36669
36670 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
36671 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
36672 Date:   Thu Oct 23 09:08:18 2008 -0400
36673
36674     drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
36675
36676     Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
36677     This adds support for PHY-less MAC connections to the UEC.
36678
36679     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
36680     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36681
36682 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
36683 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
36684 Date:   Thu Oct 23 16:27:24 2008 +0000
36685
36686     ColdFire: Add mii driver in drivers/net
36687
36688     All CF platforms' mii.c are consolidated into one
36689
36690     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
36691     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36692
36693 commit 25a859066b3af1070eb69f12022113c0a91bd813
36694 Author: Ben Warren <biggerbadderben@gmail.com>
36695 Date:   Mon Oct 27 23:53:17 2008 -0700
36696
36697     Moved initialization of PPC4xx EMAC to cpu_eth_init()
36698
36699     Removed initialization of the driver from net/eth.c
36700
36701     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36702     Acked-by: Stefan Roese <sr@denx.de>
36703
36704 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
36705 Author: Ben Warren <biggerbadderben@gmail.com>
36706 Date:   Sun Nov 9 21:29:23 2008 -0800
36707
36708     Moved PPC4xx EMAC driver to drivers/net
36709
36710     Also changed path in all linker scripts that reference this driver
36711
36712     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36713     Acked-by: Stefan Roese <sr@denx.de>
36714
36715 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
36716 Author: Ben Warren <biggerbadderben@gmail.com>
36717 Date:   Mon Oct 27 23:50:15 2008 -0700
36718
36719     Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
36720
36721     All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
36722
36723     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36724     Acked-by: Stefan Roese <sr@denx.de>
36725
36726 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
36727 Author: Ben Warren <biggerbadderben@gmail.com>
36728 Date:   Thu Oct 23 22:02:49 2008 -0700
36729
36730     Moved initialization of MPC8XX SCC to cpu_eth_init()
36731
36732     Removed initialization of the driver from net/eth.c
36733
36734     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36735
36736 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
36737 Author: Ben Warren <biggerbadderben@gmail.com>
36738 Date:   Wed Oct 22 23:47:51 2008 -0700
36739
36740     Moved initialization of MPC8220 FEC to cpu_eth_init()
36741
36742     Removed initialization of the driver from net/eth.c
36743
36744     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36745
36746 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
36747 Author: Ben Warren <biggerbadderben@gmail.com>
36748 Date:   Wed Oct 22 23:32:48 2008 -0700
36749
36750     Moved initialization of QE Ethernet controller to cpu_eth_init()
36751
36752     Removed initialization of the driver from net/eth.c
36753
36754     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36755
36756 commit 3456a148276d5494b53ee40242efb6462d163504
36757 Author: Ben Warren <biggerbadderben@gmail.com>
36758 Date:   Wed Oct 22 23:20:29 2008 -0700
36759
36760     Moved initialization of FCC Ethernet controller to cpu_eth_init
36761
36762     Affected boards:
36763         Several MPC8xx boards
36764         Several MPC8260/MPC8272 boards
36765         Several MPC85xx boards
36766
36767     Removed initialization of the driver from net/eth.c
36768
36769     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36770
36771 commit 62e15b497f5c6334c059512678c8db7940ae4c61
36772 Author: Ben Warren <biggerbadderben@gmail.com>
36773 Date:   Thu Oct 30 22:15:35 2008 -0700
36774
36775     Fix typo in cpu/mpc85xx/cpu.c
36776
36777     CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
36778
36779     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36780
36781 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
36782 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36783 Date:   Sun Oct 19 12:08:50 2008 +0900
36784
36785     net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
36786
36787     This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
36788     as a part of ongoing eth_initialize cleanup work.  The function ret value
36789     is also fixed as it should be negative on fail.
36790
36791     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36792     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36793
36794 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
36795 Author: Ben Warren <biggerbadderben@gmail.com>
36796 Date:   Fri Sep 5 01:55:22 2008 -0400
36797
36798     Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
36799
36800     Also, removed the driver initialization from net/eth.c
36801
36802     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36803
36804 commit f2a7806fc23e82d30c8548911369e0c530607354
36805 Author: Clive Stubbings <uboot@xentech.co.uk>
36806 Date:   Mon Oct 27 15:05:00 2008 +0000
36807
36808     xilinx_emaclite buffer overrun
36809
36810     Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
36811     PKTSIZE_ALIGN bytes long.
36812
36813     Acked-by: Michal Simek <monstr@monstr.eu>
36814
36815     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36816
36817 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
36818 Author: richardretanubun <richardretanubun@ruggedcom.com>
36819 Date:   Fri Sep 26 08:59:12 2008 -0400
36820
36821     NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
36822
36823     The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
36824     This patch makes these function use the devname argument that is passed in to
36825     allow access to the phy registers of other devices in devlist[].
36826
36827     Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
36828
36829     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36830
36831 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
36832 Author: richardretanubun <richardretanubun@ruggedcom.com>
36833 Date:   Mon Oct 6 15:31:43 2008 -0400
36834
36835     Adds two more ethernet interface to 83xx
36836
36837     Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
36838     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
36839     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36840
36841 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
36842 Author: Stelian Pop <stelian@popies.net>
36843 Date:   Fri Nov 7 13:54:31 2008 +0100
36844
36845     AT91: Replace AT91_BASE_EMAC by the board specific values.
36846
36847     AT91_BASE_EMAC is never used outside the board specific files,
36848     so replace its usage by the board specific AT91xxx_BASE_EMAC.
36849
36850     Signed-off-by: Stelian Pop <stelian@popies.net>
36851     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36852
36853 commit c91e17affa175ce06afa89b04752301eb4a61666
36854 Author: Stelian Pop <stelian@popies.net>
36855 Date:   Fri Nov 7 12:09:21 2008 +0100
36856
36857     AT91: Replace (undefined) AT91_ID_US* by the board specific values.
36858
36859     AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
36860     Since they are never used outside the board specific files, they can
36861     be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
36862     AT91xxx_ID_US2.
36863
36864     Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
36865
36866     Signed-off-by: Stelian Pop <stelian@popies.net>
36867     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36868
36869 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
36870 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36871 Date:   Sat Nov 1 10:47:59 2008 +0100
36872
36873     Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
36874
36875     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36876
36877 commit 1079432e04ccf71aa3684181186182cd63512f19
36878 Author: Sergey Lapin <slapin@ossfans.org>
36879 Date:   Fri Oct 31 12:28:43 2008 +0100
36880
36881     Custom AFEB9260 board support
36882
36883     This patch provides support for AFEB9260 board, a product of
36884     OpenSource hardware and software. Some commertial projects
36885     are made with this design. A board is basically AT91SAM9260-EK
36886     with some modifications and different peripherals and different
36887     parts used. Main purpose of this project is to gain experience in
36888     hardware design.
36889     More info: http://groups.google.com/group/arm9fpga-evolution-board
36890     (In Russian only, sorry).
36891     Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
36892
36893     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
36894
36895 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
36896 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
36897 Date:   Tue Oct 21 13:17:16 2008 +0900
36898
36899     Change to use "do_div" macro
36900
36901     Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
36902
36903 commit e352495318d8056a00faa21b633b3e4374bfbf52
36904 Author: Roman Mashak <romez777@gmail.com>
36905 Date:   Wed Oct 22 16:00:26 2008 -0400
36906
36907     ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
36908
36909     OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
36910     It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
36911
36912     Signed-off-by: Roman Mashak <romez777@gmail.com>
36913
36914 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
36915 Author: Roman Mashak <romez777@gmail.com>
36916 Date:   Tue Oct 21 03:01:41 2008 -0700
36917
36918     ARM/Versatile port: Removed unused functions
36919
36920     Removal of never used functions.
36921
36922     Signed-off-by: Roman Mashak <romez777@gmail.com>
36923
36924 commit 1266df887781c779deaf6d05eea2ef90a470cb34
36925 Author: Becky Bruce <becky.bruce@freescale.com>
36926 Date:   Mon Nov 3 15:44:01 2008 -0600
36927
36928     powerpc: change 86xx SMP boot method
36929
36930     We put the bootpg for the secondary cpus into memory and use
36931     BPTR to get to it.  This is a step towards converting to the
36932     ePAPR boot methodology.  Also, the code is written to
36933     deal properly with more than 4GB of RAM.
36934
36935     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36936
36937 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
36938 Author: Becky Bruce <becky.bruce@freescale.com>
36939 Date:   Fri Oct 31 17:13:49 2008 -0500
36940
36941     8641HPCN: Config file cleanup
36942
36943     There are several items in the config file that were hardcoded
36944     but that should really be based on other config options, since
36945     the regions are contiguous and depend on being so.  This cleans
36946     that up a bit.  Also, add BR_PHYS_ADDR() macro to convert
36947     addresses into the proper format for BR registers.
36948
36949     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36950
36951 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
36952 Author: Becky Bruce <becky.bruce@freescale.com>
36953 Date:   Fri Oct 31 17:13:32 2008 -0500
36954
36955     86xx: Make dram_size a phys_size_t
36956
36957     It's currently a long and should be phys_size_t.
36958
36959     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36960
36961 commit 104992fc541302a6bac74448e01e7fdad20abca0
36962 Author: Becky Bruce <becky.bruce@freescale.com>
36963 Date:   Sun Nov 2 18:19:32 2008 -0600
36964
36965     powerpc 86xx: Handle CCSR relocation earlier
36966
36967     Currently, the CCSR gets relocated while translation is
36968     enabled, meaning we need 2 BAT translations to get to both the
36969     old location and the new location.  Also, the DEFAULT
36970     CCSR location has a dependency on the BAT that maps the
36971     FLASH region.  Moving the relocation removes this unnecessary
36972     dependency. This makes it easier and more intutive to
36973     modify the board's memory map.
36974
36975     Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
36976     BAT for CCSR space.
36977
36978     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36979
36980 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
36981 Author: Becky Bruce <becky.bruce@freescale.com>
36982 Date:   Fri Oct 31 17:14:14 2008 -0500
36983
36984     mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
36985
36986     You can't actually have both, and with some coming changes to
36987     change the memory map for the board and support 36-bit physical,
36988     we need the extra BAT that is being consumed by having both.
36989
36990     I also make non-PCI configs build cleanly, for the sake of sanity.
36991
36992     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36993
36994 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
36995 Author: Becky Bruce <becky.bruce@freescale.com>
36996 Date:   Fri Oct 31 17:14:00 2008 -0500
36997
36998     mpc8641: Stop supporting non-PCI_PNP configs
36999
37000     We don't actually ever do this, remove the code so we
37001     can stop maintaining it.
37002
37003     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
37004
37005 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
37006 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37007 Date:   Fri Oct 24 12:59:12 2008 +0000
37008
37009     ColdFire: Fix M5329EVB and M5373EVB nand issue
37010
37011     Fix compilation issue caused by a few mismatches.
37012     Provide proper nand chip select enable/disable in
37013     nand_hwcontrol() rather than in board_nand_init()
37014     just enable once. Remove redundant local nand driver
37015     functions - nand_read_byte(), nand_write_byte() and
37016     nand_dev_ready() to use common nand driver.
37017
37018     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37019
37020 commit 1b2708442224a551a0b865b52710306333888932
37021 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37022 Date:   Wed Oct 22 11:55:30 2008 +0000
37023
37024     ColdFire: Fix compilation error
37025
37026     The error was caused by the change for strmhz() in cpu.c.
37027     A few of them were one extra close parenthesis.
37028
37029     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37030
37031 commit 536e7dac16769954915a484e682a2efb28699133
37032 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37033 Date:   Wed Oct 22 11:38:21 2008 +0000
37034
37035     ColdFire: Add MCF5301x CPU and M53017EVB support
37036
37037     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37038
37039 commit a21d0c2cc9add8894d971ab791f4032f077db817
37040 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37041 Date:   Tue Oct 21 15:37:02 2008 +0000
37042
37043     ColdFire: Add SBF support for M52277EVB
37044
37045     Add serial boot support
37046
37047     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37048
37049 commit b202816c61042c183fe67d097a5893b0f2dafba0
37050 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37051 Date:   Tue Oct 21 14:19:26 2008 +0000
37052
37053     ColdFire: Use CFI driver for M5272C3
37054
37055     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37056
37057 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
37058 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37059 Date:   Tue Oct 21 13:47:54 2008 +0000
37060
37061     ColdFire: Relocate FEC's GPIO and mii functions protocols
37062
37063     Place FEC pin assignments in cpu_init.c from platform's
37064     mii.c
37065
37066     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37067
37068 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
37069 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37070 Date:   Tue Oct 21 12:15:44 2008 +0000
37071
37072     ColdFire: Remove platforms mii.c file
37073
37074     Will use mcfmii.c driver in drivers/net rather than
37075     keep creating new mii.c for each future platform.
37076     Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
37077     M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
37078     M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
37079     mii.c
37080
37081     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37082
37083 commit 012522fef3b382469125beb46a315ab4dee02fb0
37084 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37085 Date:   Tue Oct 21 10:03:07 2008 +0000
37086
37087     ColdFire: Modules header files cleanup
37088
37089     Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
37090     MDHA, SKHA, INTC, and FlexBus structures and
37091     definitions in immap_5xxx.h to more unify modules
37092     header files. Append DSPI support for m547x_8x.
37093     SSI cleanup. Remove USB Host structure from immap_539.h.
37094     Apply changes to use FlexBus structures in mcf52x2's
37095     cpu_init.c and platform configuration files.
37096
37097     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37098
37099 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
37100 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37101 Date:   Tue Oct 21 08:52:36 2008 +0000
37102
37103     ColdFire: Remove linker file
37104
37105     Each different build for M54455EVB and M5235EVB will
37106     create a u-boot.lds linker file. It is redundant to
37107     keep the u-boot.lds
37108
37109     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37110
37111 commit 0829323073c505556ed5f5073f91adb504584d45
37112 Author: Peter Tyser <ptyser@xes-inc.com>
37113 Date:   Fri Oct 31 11:26:44 2008 -0500
37114
37115     ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
37116
37117     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
37118
37119 commit a80b21d5127583171d6e9bc7f722947641898012
37120 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37121 Date:   Fri Oct 31 12:12:12 2008 +0100
37122
37123     common/Makefile: create others group for non core, environment and command files
37124
37125     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37126
37127 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
37128 Author: Wolfgang Denk <wd@denx.de>
37129 Date:   Fri Oct 31 01:13:37 2008 +0100
37130
37131     TQM8260: use CFI flash driver instead of custom driver.
37132
37133     Signed-off-by: Wolfgang Denk <wd@denx.de>
37134
37135 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
37136 Author: Andy Fleming <afleming@freescale.com>
37137 Date:   Thu Oct 30 17:35:30 2008 -0500
37138
37139     Consolidate MAX/MIN definitions
37140
37141     There were several, now there is one (two if you count the lower-case
37142     versions).
37143
37144     Signed-off-by: Andy Fleming <afleming@freescale.com>
37145
37146 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
37147 Author: Heiko Schocher <hs@denx.de>
37148 Date:   Thu Oct 30 09:23:09 2008 +0100
37149
37150     mgsuvd: remove unused defines in config file.
37151
37152     Signed-off-by: Heiko Schocher <hs@denx.de>
37153
37154 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
37155 Author: Wolfgang Denk <wd@denx.de>
37156 Date:   Sun Nov 2 16:14:22 2008 +0100
37157
37158     Coding Style cleanup, update CHANGELOG
37159
37160     Signed-off-by: Wolfgang Denk <wd@denx.de>
37161
37162 commit a47f957ab523019992fdef857af01bd71c58a4da
37163 Author: Alessandro Rubini <rubini-list@gnudd.com>
37164 Date:   Fri Oct 31 22:33:21 2008 +0100
37165
37166     NAND: Allow NAND and OneNAND to coexist
37167
37168     This removes in nand.h code that is verbatim duplicated from bbm.h,
37169     including directly bbm.h in nand.h. The previous state of affairs
37170     prevented compiling code for a board hosting both NAND and OneNAND chips.
37171
37172     Reported-by: Scott Wood <scottwood@freescale.com>
37173     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
37174     Signed-off-by: Scott Wood <scottwood@freescale.com>
37175
37176 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
37177 Author: Scott Wood <scottwood@freescale.com>
37178 Date:   Fri Oct 31 13:51:12 2008 -0500
37179
37180     JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
37181
37182     Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
37183     Signed-off-by: Scott Wood <scottwood@freescale.com>
37184
37185 commit c57fc28947e248fb03c49a28b467686299895055
37186 Author: Jason Jin <Jason.Jin@freescale.com>
37187 Date:   Fri Oct 31 05:07:04 2008 -0500
37188
37189     NAND: Add NAND support for MPC8536DS board
37190
37191     This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
37192     for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
37193     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
37194
37195     Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
37196     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37197     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37198
37199 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
37200 Author: Haiying Wang <Haiying.Wang@freescale.com>
37201 Date:   Fri Oct 31 05:06:14 2008 -0500
37202
37203     NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
37204
37205     CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
37206
37207     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37208     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37209
37210 commit 51b572a801be57790fe26adaa530210e7fba59cc
37211 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37212 Date:   Fri Oct 24 10:49:48 2008 +0900
37213
37214     sh: rsk7203: Moved rsk7203 board to board/renesas
37215
37216     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37217
37218 commit 58453b00b3ebb26aaa901210023f99504a90bb00
37219 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37220 Date:   Fri Oct 24 10:48:31 2008 +0900
37221
37222     sh: MigoR: Moved MigoR board to board/renesas
37223
37224     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37225
37226 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
37227 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37228 Date:   Fri Oct 24 10:39:44 2008 +0900
37229
37230     sh: r2dplus: Moved r2dplus board to board/renesas
37231
37232     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37233
37234 commit 78385bf2359d828184d0b3649f7ae6b933420000
37235 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37236 Date:   Fri Oct 24 10:36:13 2008 +0900
37237
37238     sh: sh7763rdp: Moved sh7763rdp board to board/renesas
37239
37240     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37241
37242 commit c6525d459c350bfc246ea7826456af77e1e314eb
37243 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37244 Date:   Fri Oct 24 10:35:19 2008 +0900
37245
37246     sh: sh7785lcr: Moved sh7785lcr board to board/renesas
37247
37248     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37249
37250 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
37251 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37252 Date:   Fri Oct 24 10:34:21 2008 +0900
37253
37254     sh: r7780mp: Moved r7780mp board to board/renesas
37255
37256     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37257
37258 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
37259 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37260 Date:   Fri Oct 24 10:32:14 2008 +0900
37261
37262     sh: ap325rxa: Moved ap325rxa board to board/renesas
37263
37264     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37265
37266 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
37267 Author: Wolfgang Denk <wd@xpert.denx.de>
37268 Date:   Fri Oct 31 01:12:28 2008 +0100
37269
37270     CFI Driver: Fix "flash not ready" problem
37271
37272     This patch fixes a problem on systems where the NOR flash is attached
37273     to a 64 bit bus.  The toggle bit detection in flash_toggle() is based
37274     on the assumption that the same flash address is read twice without
37275     any other interjacent flash accesses.  However, on 32 bit systems the
37276     function flash_read64() [as currently implemented] does not perform
37277     an atomic 64 bit read - instead, this is broken down into two 32 bit
37278     read accesses on addresses "addr" and "addr + 4".  So instead of
37279     reading a 64 bit value twice from "addr", we see a sequence of 4 32
37280     bit reads from "addr", "addr + 4", "addr", and "addr + 4".  The
37281     consequence is that flash_toggle() fails to work.
37282
37283     This patch implements a simple, but somewhat ugly solution, as it
37284     avoids the use of flash_read64() in this critical place (by breaking
37285     it down manually into 32 bit read operations) instead of rewriting
37286     flash_read64() such to perform atomic 64 bit reads as one could
37287     expect.  However, such a rewrite would require the use of floating
37288     point load operations, which becomes pretty complex:
37289
37290         save MSR;
37291         set Floating Point Enable bit in MSR;
37292         use "lfd" instruction to perform atomic 64 bit read;
37293         use "stfd" to store value to temporary variable on stack;
37294         load u64 value from temporary variable;
37295         restore saved MSR;
37296         return u64 value;
37297
37298     The benefit-cost ratio of such an implementation was considered too
37299     bad to actually attempt this, especially as we can expect that such
37300     an implementation would not only have a bigger memory footprint but
37301     also cause a performance degradation.
37302
37303     Signed-off-by: Wolfgang Denk <wd@denx.de>
37304     Signed-off-by: Stefan Roese <sr@denx.de>
37305
37306 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
37307 Author: Stefan Roese <sr@denx.de>
37308 Date:   Fri Oct 31 10:48:08 2008 +0100
37309
37310     ppc4xx: Fix spelling error in MAINTAINERS file
37311
37312     Signed-off-by: Stefan Roese <sr@denx.de>
37313
37314 commit be270798900b75ad9c47c7b79c72f70441196c56
37315 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37316 Date:   Tue Oct 28 13:37:00 2008 +0100
37317
37318     ppc4xx: Update PMC440 board support
37319
37320     This patch brings PMC440 board support up to date:
37321
37322     - fix GPIO configuration
37323     - add misc_init_f()
37324     - use better values for usbact variable
37325     - fix USB 2.0 phy reset sequence
37326     - shrink BAR2 to save PCI address space
37327     - add FDT support
37328
37329     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37330     Signed-off-by: Stefan Roese <sr@denx.de>
37331
37332 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
37333 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37334 Date:   Tue Oct 28 13:36:59 2008 +0100
37335
37336     ppc4xx: Fix PMC440 BSP commands
37337
37338     This patch fixes the PMC440 BSP commands painit and selfreset
37339
37340     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37341     Signed-off-by: Stefan Roese <sr@denx.de>
37342
37343 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
37344 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37345 Date:   Tue Oct 28 13:36:58 2008 +0100
37346
37347     ppc4xx: Update PMC440 board configuration
37348
37349     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37350     Signed-off-by: Stefan Roese <sr@denx.de>
37351
37352 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
37353 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37354 Date:   Tue Oct 28 13:36:57 2008 +0100
37355
37356     ppc4xx: Fix esd loadpci command
37357
37358     This patch fixes esd's loadpci command when not all
37359     memory on adapter boards is accessable via PCI.
37360
37361     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37362     Signed-off-by: Stefan Roese <sr@denx.de>
37363
37364 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
37365 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37366 Date:   Tue Oct 28 13:36:56 2008 +0100
37367
37368     ppc4xx: Clean up PMC440 header
37369
37370     -Codingstyle cleanup
37371     -Remove unused GPIO define
37372
37373     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37374     Signed-off-by: Stefan Roese <sr@denx.de>
37375
37376 commit 295133258a44f97a57fb2ec339aecfda11f4db95
37377 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37378 Date:   Tue Oct 28 13:36:55 2008 +0100
37379
37380     ppc4xx: Handle other board variant in PMC440 FPGA code
37381
37382     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37383     Signed-off-by: Stefan Roese <sr@denx.de>
37384
37385 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
37386 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
37387 Date:   Mon Oct 27 12:35:59 2008 +0100
37388
37389     ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
37390
37391     Xilinx ppc440 and ppc405 have many similarities. This patch merge the
37392     config files of both infrastuctures
37393
37394     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
37395     Signed-off-by: Stefan Roese <sr@denx.de>
37396
37397 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
37398 Author: Stefan Roese <sr@denx.de>
37399 Date:   Sat Oct 25 06:45:31 2008 +0200
37400
37401     ppc4xx: Correctly configure the GPIO pin muxing on Arches
37402
37403     Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
37404     pin multiplexing correctly
37405
37406     Signed-off-by: Stefan Roese <sr@denx.de>
37407
37408 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
37409 Author: Bartlomiej Sieka <tur@semihalf.com>
37410 Date:   Thu Oct 30 23:22:04 2008 +0100
37411
37412     Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
37413
37414     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37415
37416 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
37417 Author: David Gibson <david@gibson.dropbear.id.au>
37418 Date:   Wed Oct 29 23:27:45 2008 -0500
37419
37420     libfdt: Fix bug in fdt_subnode_offset_namelen()
37421
37422     There's currently an off-by-one bug in fdt_subnode_offset_namelen()
37423     which causes it to keep searching after it's finished the subnodes of
37424     the given parent, and into the subnodes of siblings of the original
37425     node which come after it in the tree.
37426
37427     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
37428     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37429
37430 commit f242a08871839eac081ba5b599af979f3a148a0d
37431 Author: Peter Korsgaard <jacmet@sunsite.dk>
37432 Date:   Tue Oct 28 08:26:52 2008 +0100
37433
37434     fdt_resize(): ensure minimum padding
37435
37436     fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
37437     (16 bytes), so make sure that fdt_resize at least adds that much
37438     padding, no matter what the location or size of the fdt is.
37439
37440     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
37441     Acked-by: Andy Fleming <afleming@freescale.com>
37442
37443 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
37444 Author: Dave Liu <daveliu@freescale.com>
37445 Date:   Thu Oct 23 21:59:35 2008 +0800
37446
37447     74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
37448
37449     The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
37450
37451     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
37452
37453     This is needed in unlock_ram_in_cache() because it is called from C and
37454     will corrupt the small data area anchor that is kept in R2.
37455
37456     lock_ram_in_cache() is modified similarly as good coding practice, but
37457     is not called from C.
37458
37459     Signed-off-by: Nick Spence <nick.spence@freescale.com>
37460
37461     also, the r2 is used as global data pointer.
37462
37463     Signed-off-by: Dave Liu <daveliu@freescale.com>
37464
37465 commit e053ab1903ccae6048ef759025b9f675bba91450
37466 Author: Scott Wood <scottwood@freescale.com>
37467 Date:   Tue Oct 28 11:45:04 2008 -0500
37468
37469     mpc83xx pci: Round up memory size in inbound window.
37470
37471     The current calculation will fail to cover all memory if
37472     its size is not a power of two.
37473
37474     Signed-off-by: Scott Wood <scottwood@freescale.com>
37475     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37476
37477 commit 1c671977dc81359628be27ac99c174e76e8069ba
37478 Author: Dave Liu <daveliu@freescale.com>
37479 Date:   Thu Oct 23 21:19:13 2008 +0800
37480
37481     86xx: remove the unused definition
37482
37483     Signed-off-by: Dave Liu <daveliu@freescale.com>
37484
37485 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
37486 Author: Dave Liu <daveliu@freescale.com>
37487 Date:   Tue Oct 28 17:47:49 2008 +0800
37488
37489     86xx: remove the redundant r2 global data pointer save
37490
37491     The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
37492     the another global data pointer save, but in fact the
37493     global data pointer will be initialized in the board_init_r,
37494     so remove it such as the 85xx/83xx family.
37495
37496     Signed-off-by: Dave Liu <daveliu@freescale.com>
37497     Acked-by: Kumar Gala <kumar.gala@freescale.com>
37498
37499 commit bd888e9544419665334a6f47f81f34011cea38f3
37500 Author: Dave Liu <daveliu@freescale.com>
37501 Date:   Tue Oct 28 17:47:41 2008 +0800
37502
37503     86xx: remove the unused code for 86xx family
37504
37505     I believe these code was copied from 74xx family, but for
37506     86xx, it is unused.
37507
37508     Signed-off-by: Dave Liu <daveliu@freescale.com>
37509     Acked-by: Kumar Gala <kumar.gala@freescale.com>
37510
37511 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
37512 Author: Dave Liu <daveliu@freescale.com>
37513 Date:   Tue Oct 28 17:46:35 2008 +0800
37514
37515     86xx: remove the second DDR LAW setting for mpc8641hpcn
37516
37517     The DDR1 LAW will precedence the DDR2 LAW, so remove
37518     the second DDR LAW.
37519
37520     Signed-off-by: Dave Liu <daveliu@freescale.com>
37521     Acked-by: Becky Bruce <becky.bruce@freescale.com>
37522
37523 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
37524 Author: Dave Liu <daveliu@freescale.com>
37525 Date:   Tue Oct 28 17:46:23 2008 +0800
37526
37527     86xx: remove the unused ddr_enable_ecc in the board file
37528
37529     The DDR controller of 86xx processors have the ECC data init
37530     feature, and the new DDR code is using the feature, we don't
37531     need the way with DMA to init memory again.
37532
37533     Signed-off-by: Dave Liu <daveliu@freescale.com>
37534     Acked-by: Kumar Gala <kumar.gala@freescale.com>
37535
37536 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
37537 Author: Dave Liu <daveliu@freescale.com>
37538 Date:   Tue Oct 28 17:46:12 2008 +0800
37539
37540     86xx: Move the clear_tlbs before MMU turn on
37541
37542     We must invalidate TLBs before MMU turn on, but
37543     currently the code is not, if there are some stale
37544     TLB entry valid in the TLBs, it will cause strange
37545     issue.
37546
37547     Signed-off-by: Dave Liu <daveliu@freescale.com>
37548     Acked-by: Becky Bruce <becky.bruce@freescale.com>
37549
37550 commit 5cdade07b118d07154cb882650f9778cecc8a87c
37551 Author: Scott Wood <scottwood@freescale.com>
37552 Date:   Mon Oct 27 15:57:08 2008 -0500
37553
37554     mpc8313erdb: Document NAND boot.
37555
37556     Previously, the documentation claimed that NAND boot is not supported.
37557     This is no longer true.
37558
37559     Signed-off-by: Scott Wood <scottwood@freescale.com>
37560
37561 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
37562 Author: Scott Wood <scottwood@freescale.com>
37563 Date:   Wed Oct 29 14:20:26 2008 -0500
37564
37565     NAND: Properly create JFFS2 cleanmarkers.
37566
37567     As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
37568     command is currently broken, and among other things causes all blocks
37569     to be marked bad.
37570
37571     This implements it properly using MTD_OOB_AUTO, along with some
37572     indentation fixes.
37573
37574     Signed-off-by: Scott Wood <scottwood@freescale.com>
37575
37576 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
37577 Author: Scott Wood <scottwood@freescale.com>
37578 Date:   Wed Oct 29 13:42:41 2008 -0500
37579
37580     NAND fsl elbc: Set FMR[ECCM] based on page size.
37581
37582     Hardware expects ECCM 0 for small page and ECCM 1 for large page
37583     when booting from NAND, so use those defaults.
37584
37585     Signed-off-by: Scott Wood <scottwood@freescale.com>
37586
37587 commit c013b74975dab0805ef6d369b013230c4e8a660d
37588 Author: Haiying Wang <Haiying.Wang@freescale.com>
37589 Date:   Wed Oct 29 13:32:59 2008 -0400
37590
37591     NAND: Add support for MPC8572DS board
37592
37593     This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
37594     0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
37595     config file.
37596
37597     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
37598     make room for the increased code size with NAND enabled.
37599
37600     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
37601     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37602     Signed-off-by: Scott Wood <scottwood@freescale.com>
37603
37604 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
37605 Author: Haiying Wang <Haiying.Wang@freescale.com>
37606 Date:   Wed Oct 29 11:05:55 2008 -0400
37607
37608     Make Freescale local bus registers available for both 83xx and 85xx.
37609
37610     - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
37611       can be shared by both 83xx and 85xx
37612     - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
37613       files which use lbus83xx_t.
37614     - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
37615       85xx can share them.
37616
37617     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
37618     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37619     Signed-off-by: Scott Wood <scottwood@freescale.com>
37620
37621 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
37622 Author: Scott Wood <scottwood@freescale.com>
37623 Date:   Mon Oct 27 15:38:30 2008 -0500
37624
37625     NAND: Align right column of the shorthelp with other commands.
37626
37627     I accidentally broke this in when making consistent the partial
37628     alignment of the longhelp.
37629
37630     Signed-off-by: Scott Wood <scottwood@freescale.com>
37631
37632 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
37633 Author: Karl Beldan <karl.beldan@gmail.com>
37634 Date:   Mon Sep 15 16:08:03 2008 +0200
37635
37636     NAND: Reset chip on power-up
37637
37638     Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
37639     The first command sent is NAND_CMD_READID.
37640     Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
37641     Tested with an MT29F4G08AAC.
37642
37643     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
37644     Signed-off-by: Scott Wood <scottwood@freescale.com>
37645
37646 commit c45912d8abc52de796b9059a58faf7c4166eab58
37647 Author: Scott Wood <scottwood@freescale.com>
37648 Date:   Fri Oct 24 16:20:43 2008 -0500
37649
37650     NAND: sync with 2.6.27
37651
37652     This brings the core NAND code up to date with the Linux kernel.
37653
37654     Since there were several drivers in Linux as of the last update that are
37655     not in u-boot, I'm not bringing over new drivers that have been added
37656     since in the absence of an interested party.
37657
37658     I did not update OneNAND since it was recently synced by Kyungmin Park,
37659     and I'm not sure exactly what the common ancestor is.
37660
37661     Signed-off-by: Scott Wood <scottwood@freescale.com>
37662
37663 commit b1d0db1805c3395149777e507b6da53410abac4e
37664 Author: Kumar Gala <galak@kernel.crashing.org>
37665 Date:   Tue Oct 21 17:25:47 2008 -0500
37666
37667     bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
37668
37669     Added the ability to config out bootm support for Linux, NetBSD, RTEMS
37670
37671     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37672
37673 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
37674 Author: Kumar Gala <galak@kernel.crashing.org>
37675 Date:   Tue Oct 21 17:25:46 2008 -0500
37676
37677     bootm: support subcommands in linux ppc bootm
37678
37679     Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
37680
37681     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37682
37683 commit 49c3a861d11735838f1f1b11999ce433006dc919
37684 Author: Kumar Gala <galak@kernel.crashing.org>
37685 Date:   Tue Oct 21 17:25:45 2008 -0500
37686
37687     bootm: Add subcommands
37688
37689     Add the ability to break the steps of the bootm command into several
37690     subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
37691
37692     This allows us to do things like manipulate device trees before
37693     they are passed to a booting kernel or setup memory for a secondary
37694     core in multicore situations.
37695
37696     Not all OS types support all subcommands (currently only start, loados,
37697     ramdisk, fdt, and go are supported).
37698
37699     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37700
37701 commit be08315933537f061bc1ce61f33a29c56458bbad
37702 Author: Kumar Gala <galak@kernel.crashing.org>
37703 Date:   Tue Oct 21 17:25:44 2008 -0500
37704
37705     bootm: Move to using a function pointer table for the boot os function
37706
37707     This removes a bit of code and makes it easier for the upcoming sub bootm
37708     command support to call into the proper OS specific handler.
37709
37710     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37711     Signed-off-by: Wolfgang Denk <wd@denx.de>
37712
37713 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
37714 Author: Graeme Russ <graeme.russ@gmail.com>
37715 Date:   Mon Sep 29 23:03:14 2008 +1000
37716
37717     i386: Renamed show_boot_progress in assembler code
37718
37719     Renamed show_boot_progress in assembler init phase to
37720     show_boot_progress_asm to avoid link conflicts with C version
37721
37722     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37723
37724 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
37725 Author: Peter Tyser <ptyser@xes-inc.com>
37726 Date:   Mon Oct 27 16:42:00 2008 -0500
37727
37728     85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
37729
37730     The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
37731     processors have a 3-bit wide IO_SEL field but have the most
37732     significant bit is wired to 0 so this change should not affect
37733     them.
37734
37735     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
37736
37737 commit cd4251624205cb97104f6e32679dc7754934f711
37738 Author: Becky Bruce <becky.bruce@freescale.com>
37739 Date:   Mon Oct 27 16:09:42 2008 -0500
37740
37741     powerpc: fix pci window initialization to work with > 4GB DRAM
37742
37743     The existing code has a few errors that need to be fixed in
37744     order to support large RAM sizes.  Fix those, and add a
37745     comment to make it clearer.
37746
37747     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
37748     Acked-by: Kumar Gala <galak@kernel.crashing.org>
37749
37750 commit 219542a1a66ca017b12860920714a9859b18a5d7
37751 Author: Kumar Gala <galak@kernel.crashing.org>
37752 Date:   Mon Oct 27 13:16:20 2008 -0500
37753
37754     pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
37755
37756     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37757
37758 commit 6b59e03e0237a40a2305ea385defdfd92000978b
37759 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37760 Date:   Mon Sep 1 16:21:22 2008 +0200
37761
37762     lcd: Let the board code show board-specific info
37763
37764     The information displayed when CONFIG_LCD_INFO is set is inherently
37765     board-specific, so it should be done by the board code. The current code
37766     dealing with this only handles two cases, and is already a horrible mess
37767     of #ifdeffery.
37768
37769     Yes, this duplicates some code, but it also allows boards to print more
37770     board-specific information; this used to be very difficult.
37771
37772     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37773     Signed-off-by: Anatolij Gustschin <agust@denx.de>
37774
37775 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
37776 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37777 Date:   Mon Sep 1 16:21:21 2008 +0200
37778
37779     lcd: Set lcd_is_enabled before clearing the screen
37780
37781     This allows the logo/info rendering routines to use the regular
37782     lcd_putc/lcd_puts/lcd_printf calls.
37783
37784     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37785     Signed-off-by: Anatolij Gustschin <agust@denx.de>
37786
37787 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
37788 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37789 Date:   Mon Sep 1 16:21:20 2008 +0200
37790
37791     lcd: Implement lcd_printf()
37792
37793     lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
37794     this by borrowing the lcd_printf() implementation from the cogent board
37795     code (which appears to use its own LCD framework.)
37796
37797     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37798     Signed-off-by: Anatolij Gustschin <agust@denx.de>
37799
37800 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
37801 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37802 Date:   Mon Sep 1 16:21:19 2008 +0200
37803
37804     atmel_lcdfb: Straighten out funky vl_sync logic
37805
37806     If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
37807     otherwise we don't. WTF?
37808
37809     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37810     Signed-off-by: Anatolij Gustschin <agust@denx.de>
37811
37812 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
37813 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37814 Date:   Mon Sep 1 16:21:18 2008 +0200
37815
37816     atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
37817
37818     atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
37819     includes a file that does, asm/arch/gpio.h, but this file doesn't
37820     include <asm/arch/hardware.h> like it's supposed to.
37821
37822     Add the missing include to asm/arch/gpio.h and remove the workaround
37823     from the atmel_lcdfb driver. This makes the driver compile on avr32.
37824
37825     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37826     Signed-off-by: Anatolij Gustschin <agust@denx.de>
37827
37828 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
37829 Author: Kumar Gala <galak@kernel.crashing.org>
37830 Date:   Wed Oct 22 14:38:55 2008 -0500
37831
37832     86xx: Convert all fsl_pci_init users to new APIs
37833
37834     Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
37835     fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
37836
37837     With these changes the board code is a bit smaller and we get dma-ranges
37838     set in the device tree for these boards.
37839
37840     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37841     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
37842     Acked-by: Jon Loeliger <jdl@freescale.com>
37843
37844 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
37845 Author: Kumar Gala <galak@kernel.crashing.org>
37846 Date:   Tue Oct 21 08:28:33 2008 -0500
37847
37848     85xx: Convert all fsl_pci_init users to new APIs
37849
37850     Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
37851     MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
37852     and ft_fsl_pci_setup().
37853
37854     With these changes the board code is a bit smaller and we get dma-ranges
37855     set in the device tree for these boards.
37856
37857     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37858     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
37859
37860 commit a2aab460727e5f674353a83a81000ef794bffcae
37861 Author: Kumar Gala <galak@kernel.crashing.org>
37862 Date:   Thu Oct 23 00:01:06 2008 -0500
37863
37864     pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
37865
37866     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37867     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
37868
37869 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
37870 Author: Kumar Gala <galak@kernel.crashing.org>
37871 Date:   Wed Oct 22 14:06:24 2008 -0500
37872
37873     pci/fsl_pci_init: Add a common PCI inbound setup function
37874
37875     Add a common setup function that determines the pci_region(s) based
37876     on how much memory we have in the system.
37877
37878     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37879     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
37880
37881 commit 612ea01018a459234d54ed57ec6a5a244ce75678
37882 Author: Kumar Gala <galak@kernel.crashing.org>
37883 Date:   Tue Oct 21 10:13:14 2008 -0500
37884
37885     pci/fsl_pci_init: Enable larger address and setting inbound windows properly
37886
37887     * PCI Inbound window was setup incorrectly.  The PCI address and system
37888       address were swapped.  The PCI address should be setting piwar/piwbear
37889       and the system address should be setting pitar.
37890
37891     * Removed masking of addresses to allow for system address to support
37892       system address & PCI address >32-bits
37893
37894     * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
37895
37896     * Respect the PCI_REGION_PREFETCH for inbound windows
37897
37898     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37899     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
37900
37901 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
37902 Author: Kumar Gala <galak@kernel.crashing.org>
37903 Date:   Wed Oct 22 23:33:56 2008 -0500
37904
37905     fdt: Added helper to set PCI dma-ranges property
37906
37907     Added fdt_pci_dma_ranges() that parses the pci_region info from the
37908     struct pci_controller and populates the dma-ranges based on it.
37909
37910     The max # of windws/dma-ranges we support is 3 since on embedded
37911     PowerPC based systems this is the max number of windows.
37912
37913     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37914     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
37915
37916 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
37917 Author: Kumar Gala <galak@kernel.crashing.org>
37918 Date:   Thu Oct 23 00:05:47 2008 -0500
37919
37920     fdt: Add fdt_getprop_u32_default helpers
37921
37922     Add helper functions to return find a node and return it's property
37923     or a default value.
37924
37925     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37926     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
37927     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
37928
37929 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
37930 Author: Kumar Gala <galak@kernel.crashing.org>
37931 Date:   Tue Oct 21 18:06:15 2008 -0500
37932
37933     86xx: Enable 64-bit PCI resources on all Freescale boards
37934
37935     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37936     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
37937
37938 commit 0151cbaccf4504821ecfde0217299bd740086bb6
37939 Author: Kumar Gala <galak@kernel.crashing.org>
37940 Date:   Tue Oct 21 11:33:58 2008 -0500
37941
37942     85xx: Enable 64-bit PCI resources on all Freescale boards
37943
37944     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37945     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
37946
37947 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
37948 Author: Kumar Gala <galak@kernel.crashing.org>
37949 Date:   Tue Oct 21 08:36:08 2008 -0500
37950
37951     pci: Allow for PCI addresses to be 64-bit
37952
37953     PCI bus is inherently 64-bit.  While not all system require access to
37954     the full 64-bit PCI address range some do.  This allows those systems
37955     to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
37956
37957     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37958     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
37959     Acked-by: Wolfgang Denk <wd@denx.de>
37960
37961 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
37962 Author: Dave Liu <daveliu@freescale.com>
37963 Date:   Thu Oct 23 21:18:53 2008 +0800
37964
37965     85xx: Fix the incorrect register used for DDR erratum1
37966
37967     The 8572 DDR erratum1:
37968     DDR controller may enter an illegal state when operating
37969     in 32-bit bus mode with 4-beat bursts.
37970
37971     Description:
37972     When operating with a 32-bit bus, it is recommended that
37973     DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
37974     This forces the DDR controller to use 4-beat bursts when
37975     communicating to the DRAMs. However, an issue exists that
37976     could lead to data corruption when the DDR controller is
37977     in 32-bit bus mode while using 4-beat bursts.
37978
37979     Projected Impact:
37980     If the DDR controller is operating in 32-bit bus mode with
37981     4-beat bursts, then the controller may enter into a bad state.
37982     All subsequent reads from memory is corrupted.
37983     Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
37984     Therefore, this erratum does not affect DDR3 mode.
37985
37986     Work Arounds:
37987     To work around this issue, software must set DEBUG_1[31] in
37988     DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
37989     and CCSRBAR offset + 0x6f00 for DDR_2).
37990
37991     Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
37992     as condition, but it should be DDR_SDRAM_CFG register.
37993
37994     Signed-off-by: Dave Liu <daveliu@freescale.com>
37995
37996 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
37997 Author: Dave Liu <daveliu@freescale.com>
37998 Date:   Thu Oct 23 21:17:19 2008 +0800
37999
38000     85xx: remove unused config definition
38001
38002     Signed-off-by: Dave Liu <daveliu@freescale.com>
38003
38004 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
38005 Author: Kumar Gala <galak@kernel.crashing.org>
38006 Date:   Thu Oct 23 01:47:38 2008 -0500
38007
38008     85xx: Add basic e500mc core support
38009
38010     Introduce CONFIG_E500MC to deal with the minor differences between
38011     e500v2 and e500mc.
38012
38013     * Certain fields of HID0/1 don't exist anymore on e500mc
38014     * Cache line size is 64-bytes on e500mc
38015     * reset value of PIR is different
38016
38017     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38018
38019 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
38020 Author: Kumar Gala <galak@kernel.crashing.org>
38021 Date:   Thu Oct 23 01:47:37 2008 -0500
38022
38023     85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
38024
38025     Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
38026     e500mc's 64-byte cacheline properly when it gets added.
38027
38028     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38029
38030 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
38031 Author: Georg Schardt <schardt@team-ctech.de>
38032 Date:   Fri Oct 24 13:51:52 2008 +0200
38033
38034     ppc4xx: New board avnet fx12 minimodul
38035
38036     This patch adds support for the avnet fx12 minimodul.
38037     It needs the "ppc4xx: Generic architecture for xilinx ppc405"
38038     patch from Ricardo.
38039
38040     Signed-off-by: Georg Schardt <schardt@team-ctech.de>
38041     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
38042     Signed-off-by: Stefan Roese <sr@denx.de>
38043
38044 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
38045 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
38046 Date:   Tue Oct 21 18:29:46 2008 +0200
38047
38048     ppc4xx: Generic architecture for xilinx ppc405(v3)
38049
38050     As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
38051     ppc440 boards, this patch presents a common architecture for all the
38052     xilinx ppc405 boards.
38053
38054     Any custom xilinx ppc405 board can be added very easily with no code
38055     duplicity.
38056
38057     This patch also adds a simple generic board, that can be used on almost
38058     any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
38059
38060     This patch is prepared to work with the latest version of EDK (10.1)
38061
38062     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
38063     Signed-off-by: Stefan Roese <sr@denx.de>
38064
38065 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
38066 Author: Stefan Roese <sr@denx.de>
38067 Date:   Fri Oct 24 08:56:09 2008 +0200
38068
38069     ppc4xx: Disable DDR2 autocalibration on Kilauea for now
38070
38071     Since the new autocalibration still has some problems on some Kilauea
38072     boards with 200MHz DDR2 frequency we disable the autocalibration and
38073     use the hardcoded values as done before. This seems to work reliably
38074     on all known DDR2 frequencies.
38075
38076     After the autocalibration issue is fixed we will enable it again.
38077
38078     Signed-off-by: Stefan Roese <sr@denx.de>
38079
38080 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
38081 Author: Mike Frysinger <vapier@gentoo.org>
38082 Date:   Wed Apr 9 02:02:07 2008 -0400
38083
38084     Blackfin: fix up UART status bit handling
38085
38086     Some Blackfin UARTs are read-to-clear while others are write-to-clear.
38087     This can cause problems when we poll the LSR and then later try and handle
38088     any errors detected.
38089
38090     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38091
38092 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
38093 Author: Mike Frysinger <vapier@gentoo.org>
38094 Date:   Sat Oct 11 20:42:17 2008 -0400
38095
38096     Blackfin: bf561-ezkit: drop redundant code
38097
38098     Common Blackfin code already announces CPU information.
38099
38100     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38101
38102 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
38103 Author: Mike Frysinger <vapier@gentoo.org>
38104 Date:   Sat Oct 11 20:43:10 2008 -0400
38105
38106     Blackfin: bf561-ezkit: drop pointless USB code
38107
38108     The USB/LAN register settings are not actually used/needed in order to
38109     drive things from U-Boot, so drop the code.
38110
38111     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38112
38113 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
38114 Author: Mike Frysinger <vapier@gentoo.org>
38115 Date:   Sat Oct 11 20:47:58 2008 -0400
38116
38117     Blackfin: linker scripts: force start.o and set initcode boundaries
38118
38119     Make sure that the start.o object is always the first object in our linker
38120     script regardless of configuration settings, and add some linker symbols
38121     so the ldr utility can properly locate the initcode when generating a LDR.
38122
38123     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38124
38125 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
38126 Author: Mike Frysinger <vapier@gentoo.org>
38127 Date:   Sat Oct 11 21:19:39 2008 -0400
38128
38129     Blackfin: small cpu init optimization while setting interrupt mask
38130
38131     Use the sti instruction to set the initial interrupt mask rather than
38132     banging on the core IMASK MMR to save both space and time.
38133
38134     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38135
38136 commit 960922291c9594acb575cec7e47d7bed9b58182c
38137 Author: Mike Frysinger <vapier@gentoo.org>
38138 Date:   Sat Oct 11 21:18:10 2008 -0400
38139
38140     Blackfin: set initial stack correctly according to Blackfin ABI
38141
38142     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38143
38144 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
38145 Author: Mike Frysinger <vapier@gentoo.org>
38146 Date:   Sun Apr 20 03:11:53 2008 -0400
38147
38148     Blackfin: make baud calculation more accurate
38149
38150     We should use the algorithm in the Linux kernel so that the UART divisor
38151     calculation is more accurate.  It also fixes problems on some picky UARTs
38152     that have sampling anomalies.
38153
38154     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38155
38156 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
38157 Author: Mike Frysinger <vapier@gentoo.org>
38158 Date:   Mon Oct 6 04:21:41 2008 -0400
38159
38160     Blackfin: decode hwerrcause/excause when crashing
38161
38162     Having to decode hwerrcause/excause values is a pain, so automate it.
38163
38164     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38165
38166 commit 2de95bb20c488f20298df6881b700a5a757ee780
38167 Author: Mike Frysinger <vapier@gentoo.org>
38168 Date:   Mon Oct 6 04:20:54 2008 -0400
38169
38170     Blackfin: fix register dump messages
38171
38172     Make sure we report RETI/IPEND correctly.
38173
38174     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38175
38176 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
38177 Author: Mike Frysinger <vapier@gentoo.org>
38178 Date:   Mon Oct 6 04:19:34 2008 -0400
38179
38180     Blackfin: don't bother displaying reboot msg when crashing
38181
38182     The hang function already tells you to reboot, so no point in showing it
38183     twice.
38184
38185     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38186
38187 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
38188 Author: Mike Frysinger <vapier@gentoo.org>
38189 Date:   Sun Jun 1 01:23:48 2008 -0400
38190
38191     Blackfin: enable support for nested interrupts
38192
38193     During cpu init, make sure we initialize the CEC properly so that
38194     interrupts can fire and be handled while U-Boot is running.
38195
38196     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38197
38198 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
38199 Author: Mike Frysinger <vapier@gentoo.org>
38200 Date:   Mon Oct 6 03:55:25 2008 -0400
38201
38202     Blackfin: init NAND before relocating env
38203
38204     If booting out of NAND, we need to make sure we initialize it properly
38205     before attempting to relocate the environment.
38206
38207     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38208
38209 commit 0f9a8819416ba40a53de50af148847a0e508f84d
38210 Author: Mike Frysinger <vapier@gentoo.org>
38211 Date:   Thu Aug 7 18:40:13 2008 -0400
38212
38213     Blackfin: check cache bits, not cplb bits
38214
38215     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38216
38217 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
38218 Author: Mike Frysinger <vapier@gentoo.org>
38219 Date:   Thu Aug 7 17:52:59 2008 -0400
38220
38221     Blackfin: drop unused cache flush code
38222
38223     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38224
38225 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
38226 Author: Mike Frysinger <vapier@gentoo.org>
38227 Date:   Thu Aug 7 15:21:47 2008 -0400
38228
38229     Blackfin: unify cache handling code
38230
38231     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38232
38233 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
38234 Author: Mike Frysinger <vapier@gentoo.org>
38235 Date:   Mon Oct 6 03:39:07 2008 -0400
38236
38237     Blackfin: only initialize the RTC when actually used
38238
38239     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38240
38241 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
38242 Author: Mike Frysinger <vapier@gentoo.org>
38243 Date:   Mon Oct 6 03:44:33 2008 -0400
38244
38245     Blackfin: fix SWRST register definition
38246
38247     The SWRST register is a 16bit, not 32bit, register.
38248
38249     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38250
38251 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
38252 Author: Mike Frysinger <vapier@gentoo.org>
38253 Date:   Thu Aug 7 18:54:57 2008 -0400
38254
38255     Blackfin: build with -fomit-frame-pointer
38256
38257     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38258
38259 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
38260 Author: Mike Frysinger <vapier@gentoo.org>
38261 Date:   Thu Aug 7 17:50:26 2008 -0400
38262
38263     Blackfin: document some of the blackfin directories
38264
38265     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38266
38267 commit e4337968e43698a68ba608369f46d4a4114111ca
38268 Author: Mike Frysinger <vapier@gentoo.org>
38269 Date:   Thu Aug 7 15:16:56 2008 -0400
38270
38271     Blackfin: only enable hardware error irq by default
38272
38273     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38274
38275 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
38276 Author: Mike Frysinger <vapier@gentoo.org>
38277 Date:   Thu Aug 7 13:36:43 2008 -0400
38278
38279     Blackfin: punt old unused mem_init.h header
38280
38281     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38282
38283 commit bcc121a01608042066a19ab5bff5bcfb805bf406
38284 Author: Mike Frysinger <vapier@gentoo.org>
38285 Date:   Thu Aug 7 13:18:55 2008 -0400
38286
38287     Blackfin: delete unused page_descriptor_table_size define
38288
38289     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38290
38291 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
38292 Author: Mike Frysinger <vapier@gentoo.org>
38293 Date:   Thu Aug 7 13:17:03 2008 -0400
38294
38295     Blackfin: fix typo in boot mode comment and add NAND define
38296
38297     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38298
38299 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
38300 Author: Ben Maan <moo@cow>
38301 Date:   Thu Aug 7 13:14:21 2008 -0400
38302
38303     Blackfin: fix port mux defines for BF54x
38304
38305     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38306
38307 commit 0656ef2ba274910d31364fe022f6c7db0051660d
38308 Author: Mike Frysinger <vapier@gentoo.org>
38309 Date:   Thu Aug 7 13:09:50 2008 -0400
38310
38311     Blackfin: update anomaly lists
38312
38313     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38314
38315 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
38316 Author: Mike Frysinger <vapier@gentoo.org>
38317 Date:   Thu Aug 7 13:08:54 2008 -0400
38318
38319     Blackfin: unify DSPID/DBGSTAT MMR definitions
38320
38321     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38322
38323 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
38324 Author: Wolfgang Denk <wd@denx.de>
38325 Date:   Tue Oct 21 15:53:51 2008 +0200
38326
38327     Fix strmhz(): avoid printing negative fractions
38328
38329     Signed-off-by: Wolfgang Denk <wd@denx.de>
38330
38331 commit 4a7f6b750d8de543fdf8e58acd86745010054571
38332 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
38333 Date:   Fri Oct 17 08:55:51 2008 -0400
38334
38335     mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
38336
38337     This is done to allow other 83XX based platforms which also have UPM
38338     (e.g. 8360) to configure and use their UPM in u-boot.
38339
38340     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
38341     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38342
38343 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
38344 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38345 Date:   Tue Oct 14 22:58:53 2008 +0400
38346
38347     mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
38348
38349     With this patch u-boot can fixup the dr_mode and phy_type properties
38350     for the Dual-Role USB controller.
38351
38352     While at it, also remove #ifdefs around includes, they are not needed.
38353
38354     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38355     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38356
38357 commit b3379f3fd13969934c00097c05754e7a8990fd39
38358 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38359 Date:   Wed Oct 8 20:52:54 2008 +0400
38360
38361     mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
38362
38363     Though NAND chip is replaceable on the MPC837XE-MDS boards, the
38364     current settings don't work with the default chip on the board.
38365     Nevertheless Freescale's U-Boot sets the option register correctly,
38366     so I just dumped the register from the working u-boot. My guess is
38367     that the old settings were applicable for some pilot boards, not
38368     found in the production.
38369
38370     This patch also enables FSL ELBC driver so that we could access
38371     the NAND storage in the u-boot.
38372
38373     The NAND support costs about 45KB, so the u-boot no longer fits
38374     into two 128KB NOR flash sectors, thus we also have to adjust
38375     environment location: add another 128KB to the monitor length.
38376
38377     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38378
38379     It is due to hardware design and logic defect, that is the
38380     I/O[0:7] of NAND chip is connected to LAD[7:0], so when
38381     the NAND chip connected to nLCS3,  you have to set up the
38382     OR3[BCTLD] = '1' for normal operation, otherwise it will have
38383     bus contention due to the pin 48/25 of U60 is enabled.
38384
38385     Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
38386     asserted upon access to the NAND chip, keep the default state.
38387
38388     Acked-by: Dave Liu <daveliu@freescale.com>
38389     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38390
38391 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
38392 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38393 Date:   Thu Oct 2 19:17:33 2008 +0400
38394
38395     mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
38396
38397     The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
38398     standalone or acting as a PCI agent. User's Guide says:
38399
38400     - When the CPLD recognizes its location on the PIB it automatically
38401       configures RCW to the PCI Host.
38402     - If the CPLD fails to recognize its location then it is automatically
38403       configured as an Agent and the PCI is configured to an external arbiter.
38404
38405     This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
38406     flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
38407     PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
38408     any arbiter bad things will happen (here the board hangs during any config
38409     space reads).
38410
38411     In this situation we must disable the PCI. And in case of anybody really
38412     want to use an external arbiter, we provide "pci_external_aribter"
38413     environment variable.
38414
38415     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38416     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38417
38418 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
38419 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38420 Date:   Thu Oct 2 18:32:25 2008 +0400
38421
38422     mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
38423
38424     This involves configuring the SerDes and fixing up the flags and
38425     PHY addresses for the TSECs.
38426
38427     For Linux we also fix up the device tree.
38428
38429     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38430     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38431
38432 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
38433 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38434 Date:   Thu Oct 2 18:31:59 2008 +0400
38435
38436     mpc83xx: add TSECs' HRCWH masks for MPC837x processors
38437
38438     We'll use these masks to parse TSEC modes out of HRCWH.
38439
38440     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38441     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38442
38443 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
38444 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38445 Date:   Thu Oct 2 18:31:56 2008 +0400
38446
38447     mpc83xx: serdes: add forgotten shifts for rfcks
38448
38449     The rfcks should be shifted by 28 bits left. We didn't notice the bug
38450     because we were using only 100MHz clocks (for which rfcks == 0).
38451
38452     Though, for SGMII we'll need 125MHz clocks.
38453
38454     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38455     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38456
38457 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
38458 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38459 Date:   Thu Oct 2 18:31:53 2008 +0400
38460
38461     mpc83xx: fix serdes setup for the MPC8378E boards
38462
38463     MPC837xE specs says that SerDes1 has:
38464
38465     â€” Two lanes running x1 SGMII at 1.25 Gbps;
38466     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
38467
38468     And for SerDes2:
38469
38470     â€” Two lanes running x1 PCI Express at 2.5 Gbps;
38471     â€” One lane running x2 PCI Express at 2.5 Gbps;
38472     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
38473
38474     The spec also explicitly states that PEX options are not valid for
38475     the SD1.
38476
38477     Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
38478     which is wrong to do.
38479
38480     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38481     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38482
38483 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
38484 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38485 Date:   Wed Sep 10 18:12:37 2008 +0400
38486
38487     mpc83xx: mpc8360emds: rework LBC SDRAM setup
38488
38489     Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
38490     it difficult to use (b/c then the memory is discontinuous and
38491     there is quite big memory hole between the DDR/SDRAM regions).
38492
38493     This patch reworks LBC SDRAM setup so that now we dynamically
38494     place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
38495     DDR memory).
38496
38497     With this patch we're able to:
38498
38499     - Boot without external DDR memory;
38500     - Use most "DDR + SDRAM" setups without need to support for
38501       sparse/discontinuous memory model in the software.
38502
38503     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38504     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38505
38506 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
38507 Author: Wolfgang Denk <wd@xpert.denx.de>
38508 Date:   Tue Oct 21 11:23:56 2008 +0200
38509
38510     FDT: don't use private kernel header files
38511
38512     On some systems (for example Fedora Core 4) U-Boot builds with the
38513     following wanrings only:
38514
38515     ...
38516     In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
38517                      from fdt.c:51:
38518                  /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
38519
38520     This patch fixes this problem.
38521
38522     Signed-off-by: Wolfgang Denk <wd@denx.de>
38523
38524 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
38525 Author: Stefan Roese <sr@denx.de>
38526 Date:   Mon Oct 13 15:15:31 2008 +0200
38527
38528     ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
38529
38530     Signed-off-by: Stefan Roese <sr@denx.de>
38531
38532 commit 43cbce69d48d052574d71f50724be546d90a46a4
38533 Author: Stefan Roese <sr@denx.de>
38534 Date:   Mon Oct 13 10:45:14 2008 +0200
38535
38536     ppc4xx: Correctly setup ranges property in ebc node
38537
38538     Previously only the NOR flash mapping was written into the ranges
38539     property of the ebc node. This patch now writes all enabled chip
38540     select areas into the ranges property.
38541
38542     Signed-off-by: Stefan Roese <sr@denx.de>
38543
38544 commit d7b26d58328f137471ea97de382bfa63f7239931
38545 Author: Dirk Eibach <eibach@gdsys.de>
38546 Date:   Wed Oct 8 15:37:50 2008 +0200
38547
38548     ppc4xx: Add GDSys neo 405EP board support
38549
38550     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
38551     Signed-off-by: Stefan Roese <sr@denx.de>
38552
38553 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
38554 Author: Niklaus Giger <niklaus.giger@netstal.com>
38555 Date:   Wed Oct 1 14:46:13 2008 +0200
38556
38557     ppc4xx: Update configs for Netstal boards
38558
38559     I reorganized my config files, putting the common stuff into netstal-common.h
38560     (got the idea by looking a amcc-common.h from Stefan).
38561
38562     Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
38563
38564     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38565     Signed-off-by: Stefan Roese <sr@denx.de>
38566
38567 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
38568 Author: Adam Graham <agraham@amcc.com>
38569 Date:   Wed Oct 8 10:13:19 2008 -0700
38570
38571     ppc4xx: Add routine to retrieve CPU number
38572
38573     Provide a weak defined routine to retrieve the CPU number for
38574     reference boards that have multiple CPU's.  Default behavior
38575     is the existing single CPU print output.  Reference boards with
38576     multiple CPU's need to provide a board specific routine.
38577     See board/amcc/arches/arches.c for an example.
38578
38579     Signed-off-by: Adam Graham <agraham@amcc.com>
38580     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
38581     Signed-off-by: Stefan Roese <sr@denx.de>
38582
38583 commit 59217bae40e90982ab5400d849c08af683ace036
38584 Author: Adam Graham <agraham@amcc.com>
38585 Date:   Wed Oct 8 10:13:14 2008 -0700
38586
38587     ppc4xx: Add static support for 44x IBM SDRAM Controller
38588
38589     This patch add the capability to configure a PPC440 based IBM SDRAM
38590     Controller with static, compiled-in, values. PPC440 memory subsystem
38591     includes a Memory Queue core.
38592
38593     Signed-off-by: Adam Graham <agraham@amcc.com>
38594     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
38595     Signed-off-by: Stefan Roese <sr@denx.de>
38596
38597 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
38598 Author: Adam Graham <agraham@amcc.com>
38599 Date:   Wed Oct 8 10:12:53 2008 -0700
38600
38601     ppc4xx: Add AMCC Arches board support (dual 460GT)
38602
38603     The Arches Evaluation board is based on the AMCC 460GT SoC chip.
38604     This board is a dual processor board with each processor providing
38605     independent resources for Rapid IO, Gigabit Ethernet, and serial
38606     communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
38607     FLASH, UART, EEPROM and temperature sensor, along with a shared debug
38608     port. The two 460GT's will communicate with each other via shared
38609     memory, Gigabit Ethernet and x1 PCI-Express.
38610
38611     Signed-off-by: Adam Graham <agraham@amcc.com>
38612     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
38613     Signed-off-by: Stefan Roese <sr@denx.de>
38614
38615 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
38616 Author: Wolfgang Denk <wd@xpert.denx.de>
38617 Date:   Sun Oct 19 21:54:30 2008 +0200
38618
38619     TQM8260: environment in flash instead EEPROM, baudrate 115k
38620
38621     Several customers have reported problems with the environment in
38622     EEPROM, including corrupted content after board reset. Probably the
38623     code to prevent I2C Enge Conditions is not working sufficiently.
38624
38625     We move the environment to flash now, which allows to have a backup
38626     copy plus gives much faster boot times.
38627
38628     Also, change the default console initialization to 115200 bps as used
38629     on most other boards.
38630
38631     Signed-off-by: Wolfgang Denk <wd@denx.de>
38632
38633 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
38634 Author: Kumar Gala <galak@kernel.crashing.org>
38635 Date:   Sun Oct 19 12:49:19 2008 -0500
38636
38637     85xx: Fix compile warning in mpc8536ds.c
38638
38639     mpc8536ds.c: In function 'is_sata_supported':
38640     mpc8536ds.c:615: warning: unused variable 'devdisr'
38641
38642     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38643
38644 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
38645 Author: Wolfgang Denk <wd@denx.de>
38646 Date:   Sun Oct 19 02:35:50 2008 +0200
38647
38648     Cleanup: fix "MHz" spelling
38649
38650     Signed-off-by: Wolfgang Denk <wd@denx.de>
38651
38652 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
38653 Author: Wolfgang Denk <wd@denx.de>
38654 Date:   Sun Oct 19 02:35:49 2008 +0200
38655
38656     Use strmhz() to format clock frequencies
38657
38658     Signed-off-by: Wolfgang Denk <wd@denx.de>
38659
38660 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
38661 Author: Wolfgang Denk <wd@denx.de>
38662 Date:   Sun Oct 19 02:35:48 2008 +0200
38663
38664     strmhz(): Round numbers when printing clock frequencies
38665
38666     Round clock frequencies for printing.
38667
38668     Many boards printed off clock frequencies like 399 MHz instead of the
38669     exact 400 MHz because numberes were not rounded. This is fixed now.
38670
38671     Signed-off-by: Wolfgang Denk <wd@denx.de>
38672
38673 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
38674 Author: Timur Tabi <timur@freescale.com>
38675 Date:   Mon Oct 20 15:16:47 2008 -0500
38676
38677     85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
38678
38679     Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
38680     to add a comment that the correct value disagrees with the 8544 reference
38681     manual.  The changelog for that commit is also wrong, as it says "bit 28"
38682     when it should be "bit 24".
38683
38684     Signed-off-by: Timur Tabi <timur@freescale.com>
38685
38686 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
38687 Author: Heiko Schocher <hs@denx.de>
38688 Date:   Fri Oct 17 18:24:06 2008 +0200
38689
38690     mgcoge: add redundant environment sector
38691
38692     Signed-off-by: Heiko Schocher <hs@denx.de>
38693
38694 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
38695 Author: Heiko Schocher <hs@denx.de>
38696 Date:   Fri Oct 17 18:23:27 2008 +0200
38697
38698     mgsuvd: update size of environment
38699
38700     Signed-off-by: Heiko Schocher <hs@denx.de>
38701
38702 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
38703 Author: Jason Jin <Jason.jin@freescale.com>
38704 Date:   Fri Oct 10 11:41:00 2008 +0800
38705
38706     Enabled the Freescale SGMII riser card on 8536DS
38707
38708     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
38709
38710 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
38711 Author: Liu Yu <yu.liu@freescale.com>
38712 Date:   Fri Oct 10 11:40:59 2008 +0800
38713
38714     Enabled the Freescale SGMII riser card on 8572DS
38715
38716     This patch based on Andy's work.
38717     Including command 'pixis_set_sgmii' support.
38718
38719     Signed-off-by: Liu Yu <yu.liu@freescale.com>
38720
38721 commit bff188baf9427c35745356439435acf3864d4c65
38722 Author: Liu Yu <yu.liu@freescale.com>
38723 Date:   Fri Oct 10 11:40:58 2008 +0800
38724
38725     Make pixis_set_sgmii more general to support MPC85xx boards.
38726
38727     The pixis sgmii command depend on the FPGA support on the board, some 85xx
38728     boards support SGMII riser card but did not support this command, define
38729     CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
38730
38731     Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
38732     are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
38733     PIXIS_VCFGEN1_MASK in header file for both boards.
38734
38735     Signed-off-by: Liu Yu <yu.liu@freescale.com>
38736
38737 commit 5e981d683d2363204c76773941c2e9c2044c808f
38738 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38739 Date:   Wed Oct 8 23:38:02 2008 -0500
38740
38741     Add cpu/8xxx to TAGS_SUBDIRS
38742
38743     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38744
38745 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
38746 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38747 Date:   Thu Oct 9 01:25:55 2008 -0500
38748
38749     fsl_law clear enable before changing.
38750
38751     Debug sessions may have left enabled laws.
38752     Changing lawbar with an unkown enabled tgtid could cause problems.
38753
38754     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38755
38756 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
38757 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38758 Date:   Thu Oct 9 00:29:27 2008 -0500
38759
38760     mpc8572 additional end-point mode
38761
38762     mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
38763     Include host_agent == 0 decode for end-point determination.
38764
38765     This is not needed for the ds reference board since pcie3 will be a host
38766     in order to connect to the uli chip.  Include it here as a reference for
38767     other mpc8572 boards.
38768
38769     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38770
38771 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
38772 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38773 Date:   Wed Oct 8 23:37:59 2008 -0500
38774
38775     85xx if NUM_CPUS>1, print cpu number
38776
38777     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38778
38779 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
38780 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38781 Date:   Wed Oct 8 23:38:01 2008 -0500
38782
38783     pixis do not print long help if not configured
38784
38785     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38786
38787 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
38788 Author: Andy Fleming <afleming@freescale.com>
38789 Date:   Tue Oct 7 08:09:50 2008 -0500
38790
38791     Have u-boot pass stashing parameters into device tree
38792
38793     Some cores don't support ethernet stashing at all, and some
38794     instances have errata.  Adds 3 properties to gianfar nodes
38795     which support stashing.  For now, just add this support to
38796     85xx SoCs.
38797
38798     Signed-off-by: Andy Fleming <afleming@freescale.com>
38799
38800 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
38801 Author: Haiying Wang <Haiying.Wang@freescale.com>
38802 Date:   Fri Oct 3 12:37:57 2008 -0400
38803
38804     Add DDR options setting on MPC8641HPCN board
38805
38806     * Add board specific parameter table to choose correct cpo, clk_adjust,
38807     write_data_delay based on board ddr frequency and n_ranks.
38808
38809     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
38810
38811     Signed-off-by: James Yang <James.Yang@freescale.com>
38812     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38813
38814 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
38815 Author: Haiying Wang <Haiying.Wang@freescale.com>
38816 Date:   Fri Oct 3 12:37:41 2008 -0400
38817
38818     Add ddr interleaving suppport for MPC8572DS board
38819
38820     * Add board specific parameter table to choose correct cpo, clk_adjust,
38821     write_data_delay, 2T based on board ddr frequency and n_ranks.
38822
38823     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
38824
38825     * Set memory controller interleaving mode to bank interleaving, and disable
38826     bank(chip select) interleaving mode by default, because the default on-board
38827     DDR DIMMs are 2x512MB single-rank.
38828
38829     * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
38830
38831     Signed-off-by: James Yang <James.Yang@freescale.com>
38832     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38833
38834 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
38835 Author: Haiying Wang <Haiying.Wang@freescale.com>
38836 Date:   Fri Oct 3 12:37:26 2008 -0400
38837
38838     Add debug information for DDR controller registers
38839
38840     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38841
38842 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
38843 Author: Haiying Wang <Haiying.Wang@freescale.com>
38844 Date:   Fri Oct 3 12:37:10 2008 -0400
38845
38846     Check DDR interleaving mode
38847
38848     * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
38849     ba_intlv_ctl.
38850     * Print DDR interleaving mode information
38851     * Add doc/README.fsl-ddr to describe the interleaving setting
38852
38853     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38854
38855 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
38856 Author: Haiying Wang <Haiying.Wang@freescale.com>
38857 Date:   Fri Oct 3 12:36:55 2008 -0400
38858
38859     Pass dimm parameters to populate populate controller options
38860
38861     Because some dimm parameters like n_ranks needs to be used with the board
38862     frequency to choose the board parameters like clk_adjust etc. in the
38863     board_specific_paramesters table of the board ddr file, we need to pass
38864     the dimm parameters to the board file.
38865
38866     * move ddr dimm parameters header file from /cpu to /include directory.
38867     * add ddr dimm parameters to populate board specific options.
38868     * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
38869
38870     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38871
38872 commit dbbbb3abeff325855cae76e33d69d5665631443f
38873 Author: Haiying Wang <Haiying.Wang@freescale.com>
38874 Date:   Fri Oct 3 12:36:39 2008 -0400
38875
38876     Make DDR interleaving mode work correctly
38877
38878     Fix some bugs:
38879       1. Correctly set intlv_ctl in cs_config.
38880       2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
38881       3. Set base_address and total memory for each ddr controller in memory
38882          controller interleaving mode.
38883
38884     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38885
38886 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
38887 Author: Kumar Gala <galak@kernel.crashing.org>
38888 Date:   Mon Sep 22 23:40:42 2008 -0500
38889
38890     85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
38891
38892     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38893
38894 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
38895 Author: Kumar Gala <galak@kernel.crashing.org>
38896 Date:   Mon Sep 22 14:11:11 2008 -0500
38897
38898     85xx: Improve flash remapping on MPC8572DS & MPC8536DS
38899
38900     Changing the flash from cacheable to cache-inhibited was taking a significant
38901     amount of time due to the fact that we were iterating over the full 256M of
38902     flash.  Instead we can just flush the L1 d-cache and invalidate the i-cache.
38903
38904     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38905
38906 commit 54e091d3b603a3332c619199ca83a07e95960da4
38907 Author: Kumar Gala <galak@kernel.crashing.org>
38908 Date:   Mon Sep 22 14:11:10 2008 -0500
38909
38910     85xx: Export invalidate_{i,d}cache and add flush_dcache
38911
38912     Added the ability for C code to invalidate the i/d-cache's and
38913     to flush the d-cache.  This allows us to more efficient change mappings
38914     from cache-able to cache-inhibited.
38915
38916     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38917
38918 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
38919 Author: Heiko Schocher <hs@denx.de>
38920 Date:   Fri Oct 17 16:11:52 2008 +0200
38921
38922     mgcoge, mgsuvd: extract more common code
38923
38924     in ft_blob_update () for both boards was an unneccessary
38925     repetition of code, which this patch moves in a common
38926     function for this boards.
38927
38928     Signed-off-by: Heiko Schocher <hs@denx.de>
38929
38930 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
38931 Author: Heiko Schocher <hs@denx.de>
38932 Date:   Fri Oct 17 12:15:55 2008 +0200
38933
38934     mgcoge, mgsuvd: use in_*/out_* accesors
38935
38936     Signed-off-by: Heiko Schocher <hs@denx.de>
38937
38938 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
38939 Author: Heiko Schocher <hs@denx.de>
38940 Date:   Fri Oct 17 13:52:51 2008 +0200
38941
38942     mgsuvd: fix compiler warning when using soft_i2c driver
38943
38944     Signed-off-by: Heiko Schocher <hs@denx.de>
38945
38946 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
38947 Author: Heiko Schocher <hs@denx.de>
38948 Date:   Fri Oct 17 12:15:05 2008 +0200
38949
38950     mgsuvd: fix coding style
38951
38952     Signed-off-by: Heiko Schocher <hs@denx.de>
38953
38954 commit 5f4c3137f4f051787707c548133823f1656eb508
38955 Author: Heiko Schocher <hs@denx.de>
38956 Date:   Fri Oct 17 12:13:30 2008 +0200
38957
38958     mgcoge: Second Flash on CS5 not on CS1
38959
38960     Signed-off-by: Heiko Schocher <hs@denx.de>
38961
38962 commit 76da19df5b8e186d269f29190696bd31fb6c836b
38963 Author: Kumar Gala <galak@kernel.crashing.org>
38964 Date:   Thu Oct 16 21:52:08 2008 -0500
38965
38966     Added arch_lmb_reserve to allow arch specific memory regions protection
38967
38968     Each architecture has different ways of determine what regions of memory
38969     might not be valid to get overwritten when we boot.  This provides a
38970     hook to allow them to reserve any regions they care about.  Currently
38971     only ppc, m68k and sparc need/use this.
38972
38973     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38974
38975 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
38976 Author: Heiko Schocher <hs@denx.de>
38977 Date:   Thu Oct 16 16:32:35 2008 +0200
38978
38979     mgcoge: added CONFIG_FIT to support the new u-boot image format
38980
38981     Signed-off-by: Heiko Schocher <hs@denx.de>
38982
38983 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
38984 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38985 Date:   Thu Oct 16 15:01:15 2008 +0200
38986
38987     rename CFG_ macros to CONFIG_SYS
38988
38989     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38990
38991 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
38992 Author: Kumar Gala <galak@kernel.crashing.org>
38993 Date:   Mon Oct 13 14:12:55 2008 -0500
38994
38995     74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
38996
38997     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38998
38999 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
39000 Author: Kumar Gala <galak@kernel.crashing.org>
39001 Date:   Tue Sep 23 10:05:02 2008 -0500
39002
39003     Expose command table search for sub-commands
39004
39005     Sub-command can benefit from using the same table and search functions
39006     that top level commands have.  Expose this functionality by refactoring
39007     find_cmd() and introducing find_cmd_tbl() that sub-command processing
39008     can call.
39009
39010     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39011
39012 commit f7e51b27508446f8cae3927975817137979ad5e8
39013 Author: Heiko Schocher <hs@denx.de>
39014 Date:   Wed Oct 15 09:41:33 2008 +0200
39015
39016     mgsuvd, mgcoge: added BOOTCOUNT feature.
39017
39018     Signed-off-by: Heiko Schocher <hs@denx.de>
39019
39020 commit 8f64da7f83b553889bc08400c97047998382e9d2
39021 Author: Heiko Schocher <hs@denx.de>
39022 Date:   Wed Oct 15 09:41:00 2008 +0200
39023
39024     mgcoge, mgsuvd: added support for the IVM EEprom.
39025
39026     The EEprom contains some Manufacturerinformation,
39027     which are read from u-boot at boot time, and saved
39028     in same hush shell variables.
39029
39030     Signed-off-by: Heiko Schocher <hs@denx.de>
39031
39032 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
39033 Author: Heiko Schocher <hs@denx.de>
39034 Date:   Wed Oct 15 09:40:28 2008 +0200
39035
39036     hush: add showvar command for hush shell.
39037
39038     This new command shows the local variables defined in
39039     the hush shell:
39040
39041     => help showvar
39042     showvar
39043         - print values of all hushshell variables
39044     showvar name ...
39045         - print value of hushshell variable 'name'
39046
39047     Also make the set_local_var() and unset_local_var ()
39048     no longer static, so it is possible to define local
39049     hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
39050     is defined, u-boot calls hush_init_var (), where
39051     boardspecific code can define local hush shell
39052     variables at boottime.
39053
39054     Signed-off-by: Heiko Schocher <hs@denx.de>
39055
39056 commit 67b23a322848d828a5e45c0567b72762bfde7abf
39057 Author: Heiko Schocher <hs@denx.de>
39058 Date:   Wed Oct 15 09:39:47 2008 +0200
39059
39060     I2C: adding new "i2c bus" Command to the I2C Subsystem.
39061
39062     With this Command it is possible to add new I2C Busses,
39063     which are behind 1 .. n I2C Muxes. Details see README.
39064
39065     Signed-off-by: Heiko Schocher <hs@denx.de>
39066
39067 commit c24853644ddd2dd2e4246b5854a93e6254a14092
39068 Author: Heiko Schocher <hs@denx.de>
39069 Date:   Wed Oct 15 09:39:08 2008 +0200
39070
39071     mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
39072
39073     As documented in doc/I2C_Edge_Conditions, adding a
39074     board specific deblocking mechanism via CFG_I2C_INIT_BOARD
39075     for the mgcoge and mgsuvd board.
39076
39077     This code was originally written by Keymile in association
39078     with Anatech and Atmel in 1998. The Code toggels the SCL
39079     until the SCA line goes to HIGH (max. 16 times).
39080     And after this, a start condition is sent.
39081
39082     This is another approach to deblock the I2C Bus. The
39083     soft I2C driver actually sends 9 clocks with SDA High,
39084     and then a stop at the end, to deblock the I2C Bus.
39085
39086     Maybe we should use the approach from Keymile as
39087     the new standard?
39088
39089     Signed-off-by: Heiko Schocher <hs@denx.de>
39090
39091 commit 4ca107effebfbabac1057c39632105dacef95957
39092 Author: Heiko Schocher <hs@denx.de>
39093 Date:   Wed Oct 15 09:38:38 2008 +0200
39094
39095     soft_i2c: Add CFG_I2C_INIT_BOARD option
39096
39097     This patch adds the option for a boardspecific
39098     I2C deblocking mechanism for the soft i2c driver.
39099
39100     Signed-off-by: Heiko Schocher <hs@denx.de>
39101
39102 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
39103 Author: Heiko Schocher <hs@denx.de>
39104 Date:   Wed Oct 15 09:38:07 2008 +0200
39105
39106     mgcoge, mgsuvd: add DTT (LM75) support.
39107
39108     Signed-off-by: Heiko Schocher <hs@denx.de>
39109
39110 commit 8e442df438ab677057571e3ac01846bff7719bce
39111 Author: Heiko Schocher <hs@denx.de>
39112 Date:   Wed Oct 15 09:37:34 2008 +0200
39113
39114     lm75: Make the LM75 MULTI_BUS compatible.
39115
39116     Signed-off-by: Heiko Schocher <hs@denx.de>
39117
39118 commit 12f1678127c1df2b2878ba93c88948bedc060775
39119 Author: Heiko Schocher <hs@denx.de>
39120 Date:   Wed Oct 15 09:37:04 2008 +0200
39121
39122     lm75: fix Codingstyle issues.
39123
39124     Signed-off-by: Heiko Schocher <hs@denx.de>
39125
39126 commit f2202450c75ba6934b356024101500ddcde6e2a6
39127 Author: Heiko Schocher <hs@denx.de>
39128 Date:   Wed Oct 15 09:36:33 2008 +0200
39129
39130     mgcoge, mgsuvd: added EEprom support.
39131
39132     Signed-off-by: Heiko Schocher <hs@denx.de>
39133
39134 commit 9661bf9d120f760238b2a073b84f2baf05010057
39135 Author: Heiko Schocher <hs@denx.de>
39136 Date:   Wed Oct 15 09:36:03 2008 +0200
39137
39138     mgcoge, mgsuvd: add I2C support.
39139
39140     Signed-off-by: Heiko Schocher <hs@denx.de>
39141
39142 commit 98aed379586a155292efbf3209356836584b601c
39143 Author: Heiko Schocher <hs@denx.de>
39144 Date:   Wed Oct 15 09:35:26 2008 +0200
39145
39146     soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
39147
39148     This patch fixes the following warnings, when using
39149     the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
39150     systems:
39151
39152     soft_i2c.c: In function 'send_reset':
39153     soft_i2c.c:93: warning: unused variable 'immr'
39154     soft_i2c.c: In function 'send_start':
39155     soft_i2c.c:124: warning: unused variable 'immr'
39156     soft_i2c.c: In function 'send_stop':
39157     soft_i2c.c:146: warning: unused variable 'immr'
39158     soft_i2c.c: In function 'send_ack':
39159     soft_i2c.c:171: warning: unused variable 'immr'
39160     soft_i2c.c: In function 'write_byte':
39161     soft_i2c.c:196: warning: unused variable 'immr'
39162     soft_i2c.c: In function 'read_byte':
39163     soft_i2c.c:244: warning: unused variable 'immr'
39164
39165     Signed-off-by: Heiko Schocher <hs@denx.de>
39166
39167 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
39168 Author: Heiko Schocher <hs@denx.de>
39169 Date:   Wed Oct 15 09:34:45 2008 +0200
39170
39171     i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
39172
39173     Signed-off-by: Heiko Schocher <hs@denx.de>
39174
39175 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
39176 Author: Heiko Schocher <hs@denx.de>
39177 Date:   Wed Oct 15 09:34:05 2008 +0200
39178
39179     mgcoge: fix Coding Style issues.
39180
39181     Signed-off-by: Heiko Schocher <hs@denx.de>
39182
39183 commit e43a27c49712203fe8848a17714330623edfb2eb
39184 Author: Heiko Schocher <hs@denx.de>
39185 Date:   Wed Oct 15 09:33:30 2008 +0200
39186
39187     I2C: add new command i2c reset.
39188
39189     If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
39190     it is not possible to get out of this, until the
39191     complete Hardware gets a reset. This new commando
39192     calls again i2c_init (and that calls i2c_init_board
39193     if defined), which will deblock the I2C Bus.
39194
39195     Signed-off-by: Heiko Schocher <hs@denx.de>
39196     Signed-off-by: Wolfgang Denk <wd@denx.de>
39197
39198 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
39199 Author: Heiko Schocher <hs@denx.de>
39200 Date:   Wed Oct 15 09:32:25 2008 +0200
39201
39202     mgsuvd, mgcoge: move this 2 boards in one dir.
39203
39204     There are some more extensions, which are for both boards
39205     and some more boards from this manufacturer will follow soon.
39206
39207     Signed-off-by: Heiko Schocher <hs@denx.de>
39208     Signed-off-by: Wolfgang Denk <wd@denx.de>
39209
39210 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
39211 Author: Dirk Eibach <eibach@gdsys.de>
39212 Date:   Wed Oct 8 13:44:27 2008 +0200
39213
39214     hwmon: Add LM63 support
39215
39216     This patch adds support for the National LM63 temperature
39217     sensor with integrated fan control. It's used on the GDSys
39218     Neo board (405EP) which will be submitted later.
39219
39220     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
39221     Acked-by: Stefan Roese <sr@denx.de>
39222
39223 commit 7ba890bf2f2b92831420243c058951aa831119fd
39224 Author: Kyungmin Park <kmpark@infradead.org>
39225 Date:   Wed Oct 8 11:01:17 2008 +0900
39226
39227     Add Red Black Tree support
39228
39229     Now it's used at UBI module. Of course other modules can use it.
39230     If you want to use it, please define CONFIG_RBTREE
39231
39232     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
39233
39234 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
39235 Author: richardretanubun <richardretanubun@ruggedcom.com>
39236 Date:   Mon Oct 6 16:10:53 2008 -0400
39237
39238     CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
39239
39240     Added support for CONFIG_EFI_PARTITION to ext2 commands.
39241     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
39242
39243 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
39244 Author: richardretanubun <richardretanubun@ruggedcom.com>
39245 Date:   Fri Sep 26 11:13:22 2008 -0400
39246
39247     Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
39248
39249     The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
39250     of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
39251
39252     Based on linux/fs/partitions/efi.[ch]
39253
39254     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
39255
39256 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
39257 Author: Bartlomiej Sieka <tur@semihalf.com>
39258 Date:   Wed Oct 1 15:26:32 2008 +0200
39259
39260     FIT: output image load address for type 'firmware', fix message while there
39261
39262     Now that the auto-update feature uses the 'firmware' type for updates, it is
39263     useful to inspect the load address of such images.
39264
39265     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39266
39267 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
39268 Author: Bartlomiej Sieka <tur@semihalf.com>
39269 Date:   Wed Oct 1 15:26:31 2008 +0200
39270
39271     Automatic software update from TFTP server
39272
39273     The auto-update feature allows to automatically download software updates
39274     from a TFTP server and store them in Flash memory during boot. Updates are
39275     contained in a FIT file and protected with SHA-1 checksum.
39276
39277     More detailed description can be found in doc/README.update.
39278
39279     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
39280     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39281
39282 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
39283 Author: Bartlomiej Sieka <tur@semihalf.com>
39284 Date:   Wed Oct 1 15:26:27 2008 +0200
39285
39286     flash: factor out adjusting of Flash address to the end of sector
39287
39288     The upcoming automatic update feature needs the ability to adjust an
39289     address within Flash to the end of its respective sector. Factor out
39290     this functionality to a new function flash_sect_roundb().
39291
39292     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
39293     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39294     Signed-off-by: Stefan Roese <sr@denx.de>
39295
39296 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
39297 Author: Bartlomiej Sieka <tur@semihalf.com>
39298 Date:   Wed Oct 1 15:26:29 2008 +0200
39299
39300     net: Make TFTP server timeout configurable
39301
39302     There are two aspects of a TFTP transfer involving timeouts:
39303     1. timeout waiting for initial server reply after sending RRQ
39304     2. timeouts while transferring actual data from the server
39305
39306     Since the upcoming auto-update feature attempts a TFTP download during each
39307     boot, it is undesirable to have a long delay when the TFTP server is not
39308     available. Thus, this commit makes the server timeout (1.) configurable by two
39309     global variables:
39310
39311     TftpRRQTimeoutMSecs
39312     TftpRRQTimeoutCountMax
39313
39314     TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
39315     server, TftpRRQTimeoutCountMax overrides default number of connection retries.
39316     The total delay when trying to download a file from a non-existing TFTP server
39317     is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
39318
39319     Timeouts during file transfers (2.) are unaffected.
39320
39321     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
39322     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39323     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39324
39325 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
39326 Author: Bartlomiej Sieka <tur@semihalf.com>
39327 Date:   Wed Oct 1 15:26:28 2008 +0200
39328
39329     net: express the first argument to NetSetTimeout() in milliseconds
39330
39331     Enforce millisecond semantics of the first argument to NetSetTimeout() --
39332     the change is transparent for well-behaving boards (CFG_HZ == 1000 and
39333     get_timer() countiing in milliseconds).
39334
39335     Rationale for this patch is to enable millisecond granularity for
39336     network-related timeouts, which is needed for the upcoming automatic
39337     software update feature.
39338
39339     Summary of changes:
39340     - do not scale the first argument to NetSetTimeout() by CFG_HZ
39341     - change timeout values used in the networking code to milliseconds
39342
39343     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
39344     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39345     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39346
39347 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
39348 Author: richardretanubun <richardretanubun@ruggedcom.com>
39349 Date:   Mon Sep 29 18:28:23 2008 -0400
39350
39351     Adds two more ethernet interface to 83xx
39352
39353     Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
39354     Six eth interface is chosen because the platform I am using combines
39355     UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
39356
39357     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
39358     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39359
39360 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
39361 Author: Haiying Wang <Haiying.Wang@freescale.com>
39362 Date:   Wed Sep 24 11:42:12 2008 -0500
39363
39364     Change UEC PHY interface to RGMII on MPC8568MDS
39365
39366     Change UEC phy interface from GMII to RGMII on MPC8568MDS board
39367
39368     Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
39369     but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
39370
39371     Now both UEC1 and UEC2 can work properly under u-boot.
39372
39373     It is also in consistent with the kernel setting for 8568 UEC phy interface.
39374
39375     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
39376     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39377
39378 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
39379 Author: Wolfgang Denk <wd@denx.de>
39380 Date:   Sat Oct 18 21:30:31 2008 +0200
39381
39382     Prepare v2008.10 release: update CHANGELOG & Makefile
39383
39384     Signed-off-by: Wolfgang Denk <wd@denx.de>
39385
39386 commit f7a35a60cf45491871a5c28e9ad24db005487857
39387 Author: Heiko Schocher <hs@denx.de>
39388 Date:   Fri Oct 17 18:24:06 2008 +0200
39389
39390     mgcoge: add redundant environment sector
39391
39392     Signed-off-by: Heiko Schocher <hs@denx.de>
39393     Signed-off-by: Wolfgang Denk <wd@denx.de>
39394
39395 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
39396 Author: Heiko Schocher <hs@denx.de>
39397 Date:   Fri Oct 17 18:23:27 2008 +0200
39398
39399     mgsuvd: update size of environment
39400
39401     Signed-off-by: Heiko Schocher <hs@denx.de>
39402
39403 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
39404 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
39405 Date:   Thu Oct 16 13:38:00 2008 -0500
39406
39407     83xx NAND boot: wait for LTESR[CC]
39408
39409     At least some revisions of the 8313, and possibly other chips, do not
39410     wait for all pages of the initial 4K NAND region to be loaded before
39411     beginning execution; thus, we wait for it before branching out of the
39412     first NAND page.
39413
39414     This fixes warm reset problems when booting from NAND on 8313erdb.
39415
39416     Signed-off-by: Scott Wood <scottwood@freescale.com>
39417     Acked-by: Kim Phillips <kim.phillips@freescale.com>
39418
39419 commit bf29e0ea0af03d593c64614136acc723a7a022a2
39420 Author: Yuri Tikhonov <yur@emcraft.com>
39421 Date:   Fri Oct 17 12:54:18 2008 +0200
39422
39423     ppc4xx: PPC44x MQ initialization
39424
39425     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
39426     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
39427     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
39428
39429     Previously the appropriate initialization had been made in Linux, by the
39430     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
39431     registers after normal operation has begun is not supported and could
39432     have unpredictable results.
39433
39434     Comment from Stefan: This patch doesn't change the resulting value of the
39435     MQ registers. It explicitly sets/clears all bits to the desired state which
39436     better documents the resulting register value instead of relying on pre-set
39437     default values.
39438
39439     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39440     Signed-off-by: Stefan Roese <sr@denx.de>
39441
39442 commit ec081c2c190148b374e86a795fb6b1c49caeb549
39443 Author: Stefan Roese <sr@denx.de>
39444 Date:   Fri Oct 17 12:51:46 2008 +0200
39445
39446     ppc4xx: PPC44x MQ initialization
39447
39448     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
39449     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
39450     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
39451
39452     Previously the appropriate initialization had been made in Linux, by the
39453     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
39454     registers after normal operation has begun is not supported and could
39455     have unpredictable results.
39456
39457     Comment from Stefan: This patch doesn't change the resulting value of the
39458     MQ registers. It explicitly sets/clears all bits to the desired state which
39459     better documents the resulting register value instead of relying on pre-set
39460     default values.
39461
39462     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39463     Signed-off-by: Stefan Roese <sr@denx.de>
39464
39465 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
39466 Author: Kumar Gala <galak@kernel.crashing.org>
39467 Date:   Thu Oct 16 21:58:50 2008 -0500
39468
39469     85xx: Using proper I2C source clock divider for MPC8544
39470
39471     The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
39472     bit 26, instead it should be bit 28.  This caused in incorrect
39473     interpretation of the i2c_clk which is the same as the SEC clk on
39474     MPC8544.  The SEC clk is controlled by cfg_sec_freq that is reported
39475     in PORDEVSR2.
39476
39477     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39478
39479 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
39480 Author: Kumar Gala <galak@kernel.crashing.org>
39481 Date:   Thu Oct 16 21:58:49 2008 -0500
39482
39483     Revert "85xx: Using proper I2C source clock divider for MPC8544"
39484
39485     This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
39486
39487     The fix introduced by this patch is not correct.  The problem is
39488     that the documentation is not correct for the MPC8544 with regards
39489     to which bit in PORDEVSR2 is for the SEC_CFG.
39490
39491     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39492
39493 commit 2179c4766bffeece98e5e92040629a96c97e230c
39494 Author: Kumar Gala <galak@kernel.crashing.org>
39495 Date:   Wed Oct 15 10:19:41 2008 -0500
39496
39497     85xx: Fix compile warning
39498
39499     mpc8536ds.c: In function 'is_sata_supported':
39500     mpc8536ds.c:614: warning: unused variable 'devdisr'
39501
39502     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39503
39504 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
39505 Author: Jason Jin <Jason.jin@freescale.com>
39506 Date:   Wed Oct 15 10:40:24 2008 +0800
39507
39508     Fix the function conflict in x86emu when DEBUG is on
39509
39510     The function parse_line() in common/main.c was exposed globally by commit
39511     6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
39512     name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
39513     This patch fix this by renaming the function in the debug.c file.
39514
39515     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39516
39517 commit b4dbacf69a669a17487054552fc2761149dd6767
39518 Author: Wolfgang Denk <wd@denx.de>
39519 Date:   Wed Oct 15 15:50:45 2008 +0200
39520
39521     Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
39522
39523     Signed-off-by: Wolfgang Denk <wd@denx.de>
39524
39525 commit 374b9038293d01d8744a46af9b7854a6fd99b228
39526 Author: Heiko Schocher <hs@denx.de>
39527 Date:   Wed Oct 15 09:51:19 2008 +0200
39528
39529     Fix compiler warning in lib_ppc/board.c
39530
39531     Fix compiler warning introduced by commit 0f8cbc18
39532
39533     Signed-off-by: Heiko Schocher <hs@denx.de>
39534     Signed-off-by: Wolfgang Denk <wd@denx.de>
39535
39536 commit 9724555755a6f1066636481b41f7094e0ce93a69
39537 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
39538 Date:   Thu Oct 9 10:29:14 2008 +0530
39539
39540     mpc83xx: wait till UPM completes the write to array
39541
39542     Reference manual states that MxMR[MAD] increment is the indication
39543     of write to UPM array is complete. Honour that. Also, make the dummy
39544     write explicit.
39545
39546     also fix the comment.
39547
39548     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
39549     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39550
39551 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
39552 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
39553 Date:   Wed Oct 8 18:12:20 2008 -0500
39554
39555     Remove unwanted ';' at end of define.
39556
39557     Currently this is not creating any problem. But it will result
39558     in compilation error when used as below.
39559
39560     printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
39561
39562     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
39563
39564     continuation of the theme based on git grep "^#define CFG_.*;$" include/
39565
39566     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39567
39568 commit b2934a56650e9a6c54432f9ce6dc36757967385e
39569 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
39570 Date:   Mon Oct 6 10:53:59 2008 -0400
39571
39572     ARM DaVinci: Add maintainer information for SFFSDR board.
39573
39574     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
39575
39576 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
39577 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39578 Date:   Sat Oct 4 19:26:16 2008 +0200
39579
39580     api: fix type mismatch
39581
39582     This patch fixes a type mismatch and thus removes a compiler
39583     warning when compiling with CONFIG_API on powerpc.
39584
39585     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39586
39587 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
39588 Author: Peter Tyser <ptyser@xes-inc.com>
39589 Date:   Wed Oct 1 12:25:04 2008 -0500
39590
39591     cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
39592
39593     Original code displayed:
39594      => help i2c
39595      i2c i2c speed [speed] - show or set I2C bus speed
39596      i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
39597      ...
39598
39599     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39600
39601 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
39602 Author: Wolfgang Denk <wd@denx.de>
39603 Date:   Tue Oct 14 22:13:41 2008 +0200
39604
39605     Update CHANGELOG
39606
39607     Signed-off-by: Wolfgang Denk <wd@denx.de>
39608
39609 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
39610 Author: Jason Jin <Jason.jin@freescale.com>
39611 Date:   Fri Oct 10 11:41:01 2008 +0800
39612
39613     Do not init SATA when disabled on 8536DS.
39614
39615     SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
39616     driver still try to access the SATA registers, the cpu will hangup.
39617     This patch try to fix this by reading the serdes status before the SATA
39618     initialize.
39619
39620     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39621     Acked-by: Andy Fleming <afleming@freescale.com>
39622
39623 commit 9dbc366744960013965fce8851035b6141f3b3ae
39624 Author: Remy Bohmer <linux@bohmer.net>
39625 Date:   Fri Oct 10 10:23:22 2008 +0200
39626
39627     The PIPE_INTERRUPT flag is used wrong
39628
39629     At a lot of places in the code the PIPE_INTERRUPT flags and friends
39630     are used wrong. The wrong bits are compared to this flag resulting
39631     in wrong conditions. Also there are macros that should be used for
39632     PIPE_* flags.
39633     This patch tries to fix them all, however, I was not able to test the
39634     changes, because I do not have any of these boards.
39635
39636     Review required!
39637
39638     Signed-off-by: Remy Bohmer <linux@bohmer.net>
39639     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
39640
39641 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
39642 Author: Remy Bohmer <linux@bohmer.net>
39643 Date:   Fri Oct 10 10:23:21 2008 +0200
39644
39645     fix USB initialisation procedure
39646
39647     The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
39648     At some places directly 8,16,32,64 was used instead of the encoded
39649     value. Made a enum for the options to make this more clear and to help
39650     preventing similar errors in the future.
39651
39652     After fixing this bug it became clear that another bug existed where
39653     the 'pipe' is and-ed with PIPE_* flags, where it should have been
39654     'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
39655
39656     Also removed the triple 'get_device_descriptor' sequence, it has no use,
39657     and Windows nor Linux behaves that way.
39658     There is also a poll going on with a timeout when usb_control_msg() fails.
39659     However, the poll is useless, because the flag will never be set on a error,
39660     because there is no code that runs in a parallel that can set this flag.
39661     Changed this to something more logical.
39662
39663     Tested on AT91SAM9261ek and compared the flow on the USB bus to what
39664     Linux is doing. There is no difference anymore in the early initialisation
39665     sequence.
39666
39667     Signed-off-by: Remy Bohmer <linux@bohmer.net>
39668     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
39669
39670 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
39671 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
39672 Date:   Fri Oct 3 00:03:55 2008 +0400
39673
39674     fsl_diu: fix alignment error that caused malloc corruption
39675
39676     When aligning malloc()ed screen_base, invalid offset was added.
39677     This not only caused misaligned result (which did not cause hardware
39678     misbehaviour), but - worse - caused screen_base + smem_len to
39679     be out of malloc()ed space, which in turn caused breakage of
39680     futher malloc()/free() operation.
39681
39682     This patch fixes screen_base alignment.
39683
39684     Also this patch makes memset() that cleans framebuffer to be executed
39685     on first initialization of diu, not only on re-initialization. It looks
39686     correct to clean the framebuffer instead of displaying random garbage;
39687     I believe that was disabled only because that memset caused breakage
39688     of malloc/free described above - which no longer happens with the fix
39689     described above.
39690
39691     Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
39692
39693 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
39694 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39695 Date:   Wed Sep 24 10:29:37 2008 +0200
39696
39697     api: Fix building with CONFIG_API
39698
39699     This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
39700
39701     USB_MAX_STOR_DEV is defined in include/usb.h, but
39702     needed in api/api_storage.c.
39703
39704     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39705
39706 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
39707 Author: Peter Tyser <ptyser@xes-inc.com>
39708 Date:   Tue Sep 23 12:39:40 2008 -0500
39709
39710     Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
39711
39712     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39713
39714 commit 81e612014c40c922ec35488d17c504d4e9286f06
39715 Author: Peter Tyser <ptyser@xes-inc.com>
39716 Date:   Tue Sep 23 12:38:42 2008 -0500
39717
39718     Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
39719
39720     The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
39721     CFG_EEPROM_PAGE_WRITE_BITS in various temperature
39722     sensor drivers are not necessary
39723
39724     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39725
39726 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
39727 Author: Mike Frysinger <vapier@gentoo.org>
39728 Date:   Tue Oct 14 07:04:38 2008 -0400
39729
39730     cmd_spi: remove broken signed casting for display
39731
39732     Since we're working with unsigned data, you can't apply a signed pointer
39733     cast and then attempt to print the result.  Otherwise you get wrong output
39734     when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
39735
39736     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39737
39738 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
39739 Author: Mike Frysinger <vapier@gentoo.org>
39740 Date:   Tue Oct 14 07:05:24 2008 -0400
39741
39742     strings cmd: drop old CONFIG_CFG_STRINGS define
39743
39744     We don't need CONFIG_CFG_STRINGS anymore now that we have the define
39745     CONFIG_CMD_STRINGS and Makefile control.
39746
39747     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39748
39749 commit fecb5ade3b37f62981f2b05b621005850173aaa9
39750 Author: Jason Jin <Jason.jin@freescale.com>
39751 Date:   Fri Sep 19 17:32:49 2008 +0800
39752
39753     Fix the NAND size overflow issue.
39754
39755     When the total size of all NAND devices exceeds 4 GiB, the size  will
39756     overflow. This patch tries to fix this.
39757
39758     Note that we still have a problem when a single NAND device is bigger
39759     than 4 GiB: then the overflow would actually happen earlier, i. e.
39760     when storing the size in nand_info[].size, as nand_info[].size is an
39761     "u_int32_t".
39762
39763     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39764     Signed-off-by: Wolfgang Denk <wd@denx.de>
39765
39766 commit 30f574717277238b9014b8136c90eea77196490f
39767 Author: Louis Su <louis@asix.com.tw>
39768 Date:   Wed Jul 9 11:01:37 2008 +0800
39769
39770     AX88180: new gigabit network driver
39771
39772     Signed-off-by: Louis Su <louis@asix.com.tw>
39773     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39774
39775 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
39776 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
39777 Date:   Tue Aug 19 16:07:03 2008 +0200
39778
39779     enable 10/100M at VSC8601 at tsec driver
39780
39781     Currently VSC8601 doesn't link with 10/100M partners if the
39782     EEPROM/Strapping is not set up.
39783     Setting the auto-neg register fixes this.
39784
39785     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
39786     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39787
39788 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
39789 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39790 Date:   Tue Sep 30 15:02:53 2008 +0900
39791
39792     net: ne2000: Divided a function of NE2000 driver
39793
39794     get_prom function was used __attriute__ , but it is not enable.
39795     ax88796.o does not do link besides ne2000.o. When ld is carried
39796     out, get_prom function of ax88796.c is ignored.
39797     This problem is a thing by specifications of ld.
39798     I checked and test this patch on SuperH and MIPS.
39799
39800     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39801     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39802
39803 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
39804 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39805 Date:   Tue Oct 14 11:10:59 2008 +0900
39806
39807     sh: rsk7203: Add smc911x driver support to board config file
39808
39809     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39810     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39811
39812 commit cae6f909baf86357b3c0bd01acfc414348c4d175
39813 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39814 Date:   Thu Oct 9 13:54:33 2008 +0900
39815
39816     sh: Fix cannot execute a stand-alone application
39817
39818     Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
39819
39820     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39821     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39822
39823 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
39824 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
39825 Date:   Wed Oct 8 23:38:00 2008 -0500
39826
39827     fsl_pci_init do not scan bus when configured as an end-point
39828
39829     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
39830     Acked-by: Andy Fleming <afleming@freescale.com>
39831
39832 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
39833 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
39834 Date:   Tue Sep 16 17:07:53 2008 -0400
39835
39836     ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
39837
39838     This is no longer necessary now that the GD_FLG_RELOC flag is set for
39839     all ARM boards.
39840
39841     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
39842
39843 commit d977a57356657ba241256231efca32828a5822f9
39844 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
39845 Date:   Sat Sep 13 10:04:32 2008 +0200
39846
39847     Fix lzma uncompress call (image_start wrongly used instead image_len)
39848
39849     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
39850
39851 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
39852 Author: Nick Spence <nick.spence@freescale.com>
39853 Date:   Thu Aug 28 14:09:15 2008 -0700
39854
39855     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
39856
39857     This is needed in unlock_ram_in_cache() because it is called from C and
39858     will corrupt the small data area anchor that is kept in R2.
39859
39860     lock_ram_in_cache() is modified similarly as good coding practice, but
39861     is not called from C.
39862
39863     Signed-off-by: Nick Spence <nick.spence@freescale.com>
39864
39865 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
39866 Author: Kumar Gala <galak@kernel.crashing.org>
39867 Date:   Tue Aug 19 15:05:34 2008 -0500
39868
39869     86xx: remove redudant code with lib_ppc/interrupts.c
39870
39871     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
39872     Not know how that happened, but there is no good reason for it.
39873
39874     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
39875     they exist.
39876
39877     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39878
39879 commit 0d01f66d235118515b5086b88f82498bc0695d6a
39880 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
39881 Date:   Thu Oct 9 01:26:36 2008 -0500
39882
39883     CFI: cfi_flash write fix for AMD legacy
39884
39885     The flash_unlock_seq requires a sector for AMD_LEGACY.
39886     Fix a retcode check typeo.
39887
39888     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
39889     Signed-off-by: Stefan Roese <sr@denx.de>
39890
39891 commit 542b385a620a1783454a00424930e51895f45073
39892 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39893 Date:   Tue Oct 7 13:13:10 2008 +0200
39894
39895     ppc4xx: Fix USB 2.0 phy reset sequence
39896
39897     This patch fixes USB 2.0 communication issues on some DU440 boards.
39898
39899     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39900     Signed-off-by: Stefan Roese <sr@denx.de>
39901
39902 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
39903 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39904 Date:   Tue Oct 7 13:13:09 2008 +0200
39905
39906     ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
39907
39908     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39909     Signed-off-by: Stefan Roese <sr@denx.de>
39910
39911 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
39912 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39913 Date:   Tue Oct 7 13:13:08 2008 +0200
39914
39915     ppc4xx: Fix DU440 GPIO configuration
39916
39917     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39918     Signed-off-by: Stefan Roese <sr@denx.de>
39919
39920 commit 35dd025c70fcc4389317db2f2a9d14795172137d
39921 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39922 Date:   Tue Oct 7 13:13:07 2008 +0200
39923
39924     ppc4xx: Update DU440 config
39925
39926     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39927     Signed-off-by: Stefan Roese <sr@denx.de>
39928
39929 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
39930 Author: Kumar Gala <galak@kernel.crashing.org>
39931 Date:   Wed Oct 8 15:36:39 2008 -0500
39932
39933     MPC8572DS: Fix compile warnings
39934
39935     Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
39936     compile warnings:
39937
39938     cmd_i2c.c:112: warning: missing braces around initializer
39939     cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
39940
39941     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39942
39943 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
39944 Author: Wolfgang Grandegger <wg@grandegger.com>
39945 Date:   Tue Sep 30 10:55:57 2008 +0200
39946
39947     85xx: Using proper I2C source clock divider for MPC8544
39948
39949     Measurements with our MPC8544 board showed that the I2C bus frequency
39950     is wrong by a factor of 1.5. Obviously, the interpretation of the
39951     MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
39952     correct. There seems to be an error in the 8544 RM.
39953
39954     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
39955
39956 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
39957 Author: Rafal Czubak <rcz@semihalf.com>
39958 Date:   Wed Oct 8 13:41:30 2008 +0200
39959
39960     FSL: Fix get_cpu_board_revision() return value.
39961
39962     get_cpu_board_revision() returned board revision based on information stored
39963     in global static struct eeprom. It should instead use one from local struct
39964     board_eeprom, to which the data is actually read from EEPROM. The bug led to
39965     system hang after printing L1 cache information on U-Boot startup. The problem
39966     was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
39967     boards using CFG_I2C_EEPROM_CCID.
39968
39969     The change has been successfully tested on MPC8555CDS system.
39970
39971     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
39972
39973 commit 747f316cca484ed627a97dd3391febabce384186
39974 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39975 Date:   Tue Sep 30 20:08:49 2008 +0200
39976
39977     update uImage FIT multi documentation
39978
39979     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39980
39981 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
39982 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39983 Date:   Tue Sep 30 20:08:36 2008 +0200
39984
39985     move README.imx31 to doc/ and merge with README.mx31
39986
39987     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39988
39989 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
39990 Author: Guennadi Liakhovetski <lg@denx.de>
39991 Date:   Thu Sep 25 20:54:37 2008 +0200
39992
39993     i.MX31: switch to CFG_HZ=1000
39994
39995     Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
39996     cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
39997     provides 2% or 0.4% precision depending on the
39998     CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
39999     boot-delay.
40000
40001     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40002
40003 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
40004 Author: gnusercn <gnusercn@gmail.com>
40005 Date:   Wed Oct 8 18:58:58 2008 +0200
40006
40007     Fix bug: in arch-arm, env_get_char dose not work fine
40008
40009     due to the arm implementation which supposed that U-Boot is in RAM
40010     when we jump to start_armboot
40011
40012     Signed-off-by: gnusercn <gnusercn@gmail.com>
40013     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40014
40015 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
40016 Author: Adam Graham <agraham@amcc.com>
40017 Date:   Mon Oct 6 10:16:13 2008 -0700
40018
40019     ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
40020
40021     After changing SDRAM_CLKTR phase value rerun the memory preload
40022     initialization sequence (INITPLR) to reset and relock the memory
40023     DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
40024     adjustment effects the phase relationship of the internal, to the
40025     PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
40026
40027     Signed-off-by: Adam Graham <agraham@amcc.com>
40028     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
40029     Signed-off-by: Stefan Roese <sr@denx.de>
40030
40031 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
40032 Author: Haiying Wang <Haiying.Wang@freescale.com>
40033 Date:   Fri Oct 3 11:48:03 2008 -0400
40034
40035     Remove redundant #define for MPC8536DS
40036
40037     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
40038
40039 commit 445a7b38308eb05b41de74165b20855db58c7ee5
40040 Author: Haiying Wang <Haiying.Wang@freescale.com>
40041 Date:   Fri Oct 3 11:47:30 2008 -0400
40042
40043     Add ID EEPROM support for MPC8572DS
40044
40045     The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
40046     system information like mac addresses etc. This patch enables it.
40047
40048     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
40049
40050 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
40051 Author: Haiying Wang <Haiying.Wang@freescale.com>
40052 Date:   Fri Oct 3 11:46:59 2008 -0400
40053
40054     Minor fixes for I2C address on MPC8572DS
40055
40056     MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
40057     according to the board spec, and adds the 2nd i2c bus offset.
40058
40059     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
40060
40061 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
40062 Author: Jason Jin <Jason.jin@freescale.com>
40063 Date:   Sat Sep 27 14:40:57 2008 +0800
40064
40065     Fix the incorrect DDR clk freq reporting on 8536DS
40066
40067     On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
40068     The display is still sync mode DDR freq. This patch try to fix
40069     this. The display DDR freq is now the actual freq in both
40070     sync and async mode.
40071
40072     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
40073
40074 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
40075 Author: Kumar Gala <galak@kernel.crashing.org>
40076 Date:   Tue Oct 7 10:28:46 2008 -0500
40077
40078     85xx: Remove setting of *cache-line-size in device trees
40079
40080     ePAPR says if the *cache-block-size is the same as *cache-line-size
40081     than we don't need the *cache-line-size property.
40082
40083     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40084
40085 commit a69a42338dd25408f9fd5390a83bc501749c7e1b
40086 Author: Mark Jackson <mpfj@mimc.co.uk>
40087 Date:   Fri Oct 3 11:48:57 2008 +0100
40088
40089     MIMC200 board now uses CONFIG_DISABLE_CONSOLE
40090
40091     Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
40092     Also fixed default uImage location.
40093
40094     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
40095     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
40096
40097 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
40098 Author: Gerald Van Baren <vanbaren@cideas.com>
40099 Date:   Sat Oct 4 07:56:06 2008 -0400
40100
40101     libfdt: Fix error in documentation for fdt_get_alias_namelen()
40102
40103     Oops, screwed up the function name in the documenting comment for this
40104     function.  Trivial correction in this patch.
40105
40106     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
40107     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
40108
40109 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
40110 Author: David Gibson <david@gibson.dropbear.id.au>
40111 Date:   Wed Aug 20 16:55:14 2008 +1000
40112
40113     libfdt: Add function to explicitly expand aliases
40114
40115     Kumar has already added alias expansion to fdt_path_offset().
40116     However, in some circumstances it may be convenient for the user of
40117     libfdt to explicitly get the string expansion of an alias.  This patch
40118     adds a function to do this, fdt_get_alias(), and uses it to implement
40119     fdt_path_offset().
40120
40121     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
40122
40123 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
40124 Author: Mike Frysinger <vapier@gentoo.org>
40125 Date:   Thu Oct 2 01:55:38 2008 -0400
40126
40127     cfi_flash: do not reset flash when probe fails
40128
40129     The CFI flash driver starts at flash_init() which calls down into
40130     flash_get_size().  This starts by calling flash_detect_cfi().  If said
40131     function fails, flash_get_size() finishes by attempting to reset the
40132     flash.  Unfortunately, it does this with an info->portwidth set to 0x10
40133     which filters down into flash_make_cmd() and that happily smashes the
40134     stack by sticking info->portwidth bytes into a cfiword_t variable that
40135     lives on the stack.  On a 64bit system you probably won't notice, but
40136     killing the last 8 bytes on a 32bit system usually leads to a corrupt
40137     return address.  Which is what happens on a Blackfin system.
40138
40139     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40140     Signed-off-by: Stefan Roese <sr@denx.de>
40141
40142 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
40143 Author: Stefan Roese <sr@denx.de>
40144 Date:   Fri Sep 26 17:03:26 2008 +0200
40145
40146     fdt: Overwrite /chosen node in bootm if it already exists in the dtb
40147
40148     Set force parameter in fdt_chosen() call in do_bootm_linux() call.
40149     Without this, the chosen node is not overwritten if it already
40150     exists.
40151
40152     Signed-off-by: Stefan Roese <sr@denx.de>
40153
40154 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
40155 Author: Jon Loeliger <jdl@freescale.com>
40156 Date:   Thu Sep 25 11:02:17 2008 -0500
40157
40158     Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
40159
40160     Using Gcc 4.3 detected this problem:
40161
40162         ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
40163         ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
40164         occur when assuming that (X + c) < X is always false
40165
40166     To fix the problem, treat the offset as an unsigned int.
40167
40168     The problem report and proposed fix were provided
40169     by Steve Papacharalambous <stevep@freescale.com>.
40170
40171     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40172
40173 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
40174 Author: David Gibson <david@gibson.dropbear.id.au>
40175 Date:   Fri Aug 29 14:19:13 2008 +1000
40176
40177     libfdt: Fix bugs in fdt_get_path()
40178
40179     The current implementation of fdt_get_path() has a couple of bugs,
40180     fixed by this patch.
40181
40182     First, contrary to its documentation, on success it returns the length
40183     of the node's path, rather than 0.  The testcase is correspondingly
40184     wrong, and the patch fixes this as well.
40185
40186     Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
40187     instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
40188     Specifically this happens when there is insufficient space even to
40189     hold the path's second last component.  This behaviour is corrected,
40190     and the testcase updated to check it.
40191
40192     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
40193
40194 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
40195 Author: Wolfgang Denk <wd@denx.de>
40196 Date:   Wed Oct 1 12:34:58 2008 +0200
40197
40198     TQM5200: enable support for ATAPI devices
40199
40200     Signed-off-by: Wolfgang Denk <wd@denx.de>
40201
40202 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
40203 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40204 Date:   Mon Sep 15 05:48:25 2008 +0200
40205
40206     Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
40207
40208     we need this due to the arm implementation which supposed that U-Boot
40209     is in RAM when we jump to start_armboot
40210
40211     This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
40212     in order to do it for all arm board
40213
40214     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40215
40216 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
40217 Author: Kim Phillips <kim.phillips@freescale.com>
40218 Date:   Wed Sep 24 08:46:25 2008 -0500
40219
40220     mpc83xx: don't disable autoboot
40221
40222     bootdelay set to -1 'permanently' disables autobooting, even if
40223     bootcmd is specified.  Change to a positive value to allow
40224     autobooting when a bootcmd is set.
40225
40226     Reported-by: Coray Tate <Coray.Tate@freescale.com>
40227     Cc: Scott Wood <scottwood@freescale.com>
40228     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40229
40230 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
40231 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
40232 Date:   Wed Sep 24 10:42:15 2008 +0900
40233
40234     mpc83xx: Fix typo in include/mpc83xx.h
40235
40236     Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
40237
40238     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
40239     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40240
40241 commit 162c41c03179727a1d14262f703c9a8bc40231fa
40242 Author: Kim Phillips <kim.phillips@freescale.com>
40243 Date:   Tue Sep 23 09:38:49 2008 -0500
40244
40245     mpc83xx: add h/w flash protection to board configs
40246
40247     the operating system may leave flash in a h/w locked state after writing.
40248     This allows u-boot to continue to write flash by enabling h/w unlocking
40249     by default.
40250
40251     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40252
40253 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
40254 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
40255 Date:   Thu Sep 11 21:35:36 2008 +0400
40256
40257     mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
40258
40259     The spd_dram code shifts the base address, then masks 20 bits, but
40260     forgets to shift the base address back. Fix this by just masking the
40261     base address correctly.
40262
40263     Found this bug while trying to relocate a DDR memory at the base != 0.
40264
40265     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
40266     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40267
40268 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
40269 Author: Stefan Roese <sr@denx.de>
40270 Date:   Mon Sep 22 16:10:43 2008 +0200
40271
40272     ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
40273
40274     Depending on the configuration jumper "SATA SELECT", U-Boot disabled
40275     either one PCIe node or the SATA node in the device tree blob. This
40276     patch removes the unnecessary and even confusing warning, when the node
40277     is not found at all.
40278
40279     Signed-off-by: Stefan Roese <sr@denx.de>
40280
40281 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
40282 Author: Remy Bohmer <linux@bohmer.net>
40283 Date:   Fri Sep 19 13:30:06 2008 +0200
40284
40285     Add missing device types to dev_print() in part.c
40286
40287     Signed-off-by: Remy Bohmer <linux@bohmer.net>
40288
40289 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
40290 Author: Wolfgang Denk <wd@denx.de>
40291 Date:   Mon Sep 22 22:23:06 2008 +0200
40292
40293     Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
40294     eventually leads to a machine check. This change assures that DPRAM
40295     is allocated only once in that case.
40296
40297     Signed-off-by: Gary Jennejohn <garyj@denx.de>
40298     Signed-off-by: Wolfgang Denk <wd@denx.de>
40299
40300 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
40301 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
40302 Date:   Wed Sep 17 17:57:34 2008 +0200
40303
40304     Fix Spartan-3 definitions.
40305
40306     A few Spartan-3 definitions erroneously use Spartan-3E size
40307     constants. This patch fixes them.
40308
40309     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
40310
40311 commit 28113e1f0da4146b823ffce37680d31d5685a60b
40312 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
40313 Date:   Wed Sep 17 17:41:58 2008 +0200
40314
40315     Remove duplicate Spartan-3E definition.
40316
40317     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
40318     Signed-off-by: Wolfgang Denk <wd@denx.de>
40319
40320 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
40321 Author: Anatolij Gustschin <agust@denx.de>
40322 Date:   Wed Sep 17 13:46:17 2008 +0200
40323
40324     socrates: change default mtest address range
40325
40326     Running mtest command on socrates without specifying
40327     an address range crashes the board. This patch changes
40328     default mtest address range to prevent this behavior.
40329
40330     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40331
40332 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
40333 Author: Anatolij Gustschin <agust@denx.de>
40334 Date:   Wed Sep 17 12:34:45 2008 +0200
40335
40336     socrates: fix crash after relocation
40337
40338     Currently U-Boot crashes after relocation to RAM.
40339     Changing the CPO value of the DDR SDRAM TIMING_CFG_2
40340     register to READ_LAT + 1 (to the value it was before
40341     conversion of socrates to new DDR code) fixes the
40342     problem.
40343
40344     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40345
40346 commit 562788b0a303f3528b920d81f547f5ca77ba528e
40347 Author: Anatolij Gustschin <agust@denx.de>
40348 Date:   Wed Sep 17 11:45:51 2008 +0200
40349
40350     socrates: fix SPD EEPROM address
40351
40352     Commit be0bd8234b9777ecd63c4c686f72af070d886517
40353     changed SPD EEPROM address to 0x51 and DDR SDRAM
40354     detection stopped working. Change this address
40355     back to 0x50.
40356
40357     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40358
40359 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
40360 Author: Stefan Roese <sr@denx.de>
40361 Date:   Mon Sep 22 11:06:50 2008 +0200
40362
40363     Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
40364
40365     This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
40366
40367     Signed-off-by: Stefan Roese <sr@denx.de>
40368
40369 commit e58c41e26cf3c8accd60311be579f452e368e97e
40370 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40371 Date:   Thu Sep 18 20:13:08 2008 +0900
40372
40373     usb: Fix compile warning of r8a66597-hcd
40374
40375     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40376     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40377
40378 commit b5d10a13525c07ec6374adf840d7c87553b5f189
40379 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40380 Date:   Thu Sep 18 19:34:36 2008 +0900
40381
40382     sh: Fix compile warning
40383
40384     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40385
40386 commit 4a065abf926f128beb36d93449defa0d690e7fef
40387 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40388 Date:   Thu Sep 18 19:04:26 2008 +0900
40389
40390     sh: Add support watchdog for SH4A core
40391
40392     Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
40393     And fix some compile warning.
40394
40395     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40396
40397 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
40398 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40399 Date:   Wed Sep 17 11:45:26 2008 +0900
40400
40401     sh: Fix typo in SH serial driver
40402
40403     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
40404     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40405
40406 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
40407 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40408 Date:   Wed Sep 17 11:08:36 2008 +0900
40409
40410     sh: Add support any page size and empty_zero_page to SH Linux uImage
40411
40412     Old U-Boot supported 4KB page size only. If this version, Linux
40413     kernel can not get command line from U-Boot.
40414     SH Linux kernel can change page size and empty_zero_page.
40415     This patch support this function and fix promlem.
40416
40417     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
40418     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40419
40420 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
40421 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
40422 Date:   Thu Aug 28 13:40:52 2008 +0900
40423
40424     sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
40425
40426     Add function of smc911x, pkt_data_pull and pkt_data_push.
40427
40428     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
40429     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40430
40431 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
40432 Author: Wolfgang Denk <wd@denx.de>
40433 Date:   Thu Sep 18 13:57:32 2008 +0200
40434
40435     ADS5121: fix typo in "rootpath" default setting
40436
40437     Signed-off-by: Wolfgang Denk <wd@denx.de>
40438
40439 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
40440 Author: Remy Bohmer <linux@bohmer.net>
40441 Date:   Tue Sep 16 14:55:44 2008 +0200
40442
40443     USB layer of U-Boot causes USB protocol errors while using USB memory sticks
40444
40445     There are several differences between Linux, Windows and U-boot for initialising the
40446     USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
40447     things really different, and some are wrong (compared to the USB standard).
40448
40449     This patch fixes some errors:
40450     * The NEW_init procedure that was already in the code is good, while the old procedure
40451       is wrong. See code comments for more info.
40452     * On a Control request the data returned by the device can be more than 8 bytes, while
40453       the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
40454       This results in a lot of USB sticks not being recognised, and the transmission ended
40455       frequently with a CTL:TIMEOUT Error.
40456     * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
40457
40458     Signed-off-by: Remy Bohmer <linux@bohmer.net>
40459     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40460
40461 commit 6f5794a6f78b313231256958fd73673c6aacc116
40462 Author: Remy Bohmer <linux@bohmer.net>
40463 Date:   Tue Sep 16 14:55:43 2008 +0200
40464
40465     Refactoring parts of the common USB OHCI code
40466
40467     This patch refactors some large routines of the USB OHCI code by
40468     making some routines smaller and more readable which helps
40469     debugging and understanding the code. (Makes the code looks
40470     somewhat more like the Linux implementation.)
40471
40472     Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
40473
40474     Signed-off-by: Remy Bohmer <linux@bohmer.net>
40475     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40476
40477 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
40478 Author: Remy Bohmer <linux@bohmer.net>
40479 Date:   Tue Sep 16 14:55:42 2008 +0200
40480
40481     Fix for USB sticks not working on ARM while using GCC 4.x compilers
40482
40483     The GCC-compiler makes an optimisation error while optimising the routine
40484     usb_set_maxpacket(). This should be fixed in the compiler in the first place,
40485     but there lots of compilers out there that makes this error, that it is
40486     probably wiser to workaround it in U-boot itself.
40487
40488     What happens is that the register r3 is used as loop-counter 'i', but gets
40489     overwritten later on. From there it starts using register r3 for several other
40490     things and the assembler code is becoming a big mess. This is clearly a compiler bug.
40491
40492     This error occurs on at least several versions of Code Sourcery Lite compilers
40493     for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
40494     compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
40495
40496     We work around it by splitting up this routine in 2 parts, and making sure that
40497     the split out part is NOT inlined any longer. This will make GCC spit out assembler
40498     that do not show this problem. Another possibility is to adapt the Makefile to stop
40499     optimisation for the complete file. I think this solution is nicer.
40500
40501     Signed-off-by: Remy Bohmer <linux@bohmer.net>
40502     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40503
40504 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
40505 Author: Wolfgang Denk <wd@denx.de>
40506 Date:   Wed Sep 17 10:17:55 2008 +0200
40507
40508     Coding style cleanup; update CHANEGLOG
40509
40510     Signed-off-by: Wolfgang Denk <wd@denx.de>
40511
40512 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
40513 Author: Victor Gallardo <vgallardo@amcc.com>
40514 Date:   Tue Sep 16 06:59:13 2008 -0700
40515
40516     ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
40517
40518     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
40519     Signed-off-by: Adam Graham <agraham@amcc.com>
40520     Signed-off-by: Stefan Roese <sr@denx.de>
40521
40522 commit ce47eb402c5e29a025399dc282246414fc492940
40523 Author: Peter Tyser <ptyser@xes-inc.com>
40524 Date:   Tue Sep 16 10:04:47 2008 -0500
40525
40526     Support for multiple SGMII/TBI interfaces for TSEC ethernet
40527
40528     Fix TBI PHY accesses to use the proper offset in CPU register space. The
40529     previous code would incorrectly access the TBI PHY by reading/writing to CPU
40530     register space at the same location as would be used to access external PHYs.
40531
40532     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40533     Acked-by: Andy Fleming <afleming@freescale.com>
40534
40535 commit 7c803be2eb3cae245dedda438776e08fb122250f
40536 Author: Wolfgang Denk <wd@denx.de>
40537 Date:   Tue Sep 16 18:02:19 2008 +0200
40538
40539     TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
40540
40541     After switching to using the CFI flash driver, the correct remapping
40542     of the flash banks was forgotten.
40543
40544     Also, some boards were not adapted, and the old legacy flash driver
40545     was not removed yet.
40546
40547     Signed-off-by: Wolfgang Denk <wd@denx.de>
40548
40549 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
40550 Author: Wolfgang Denk <wd@denx.de>
40551 Date:   Sun Sep 14 00:59:35 2008 +0200
40552
40553     Prepare v2008.10-rc2
40554
40555     Signed-off-by: Wolfgang Denk <wd@denx.de>
40556
40557 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
40558 Author: Wolfgang Denk <wd@denx.de>
40559 Date:   Sat Sep 13 02:23:05 2008 +0200
40560
40561     Coding style cleanup, update CHANGELOG
40562
40563     Signed-off-by: Wolfgang Denk <wd@denx.de>
40564
40565 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
40566 Author: Peter Tyser <ptyser@xes-inc.com>
40567 Date:   Wed Sep 10 09:18:34 2008 -0500
40568
40569     Update mailing list email and archive addresses
40570
40571     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40572
40573 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
40574 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
40575 Date:   Thu Sep 11 15:40:01 2008 +0200
40576
40577     85xx: socrates: autoprobe Lime chip
40578
40579     This patch is an attempt to implement autoprobing for the Lime
40580     presence on the bus.
40581     Configure GPCM for Lime CS2 and try to access chip ID registers.
40582     Second read atempt delivers register values if the chip is present.
40583
40584     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40585
40586 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
40587 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
40588 Date:   Thu Sep 11 15:40:01 2008 +0200
40589
40590     85xx: socrates: Add support for new image format.
40591
40592     Signed-off-by: Detlev Zundel <dzu@denx.de>
40593
40594 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
40595 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
40596 Date:   Thu Sep 11 17:28:18 2008 +0900
40597
40598     sh: Fix compile error for r2dplus
40599
40600     netdev.h was not include by r2dplus.
40601
40602     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
40603
40604 commit 56844a22b76c719e600047e23b80465a44d76abd
40605 Author: Heiko Schocher <hs@denx.de>
40606 Date:   Thu Sep 11 08:11:23 2008 +0200
40607
40608     powerpc: Fix bootm to boot up again with a Ramdisk
40609
40610     Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
40611     and this stopped Linux from booting with a Ramdisk. This patch fixes
40612     this, by deleting the useless dummy mem reservation.
40613
40614     When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
40615     added to of_size, so we dont need anymore a dummy mem reservation.
40616
40617     I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
40618     system (=0x44 bytes) and rounded it up to 0x80).
40619
40620     Signed-off-by: Heiko Schocher <hs@denx.de>
40621     Acked-by: Kumar Gala <galak@kernel.crashing.org>
40622
40623 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
40624 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
40625 Date:   Mon Sep 8 02:46:13 2008 +0200
40626
40627     Add support for LZMA uncompression algorithm.
40628
40629     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
40630     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40631
40632 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
40633 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
40634 Date:   Fri Jun 27 23:04:20 2008 +0400
40635
40636     fsl_elbc_nand: ecclayout cleanups
40637
40638     This patch deletes oobavail assignments, they're calculated by the nand
40639     core code in nand_scan_tail, plus current oobavail values are wrong for
40640     the LP NANDs.
40641
40642     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
40643     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
40644     Signed-off-by: Scott Wood <scottwood@freescale.com>
40645
40646 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
40647 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
40648 Date:   Fri Jun 27 23:04:13 2008 +0400
40649
40650     fsl_elbc_nand: implement support for flash-based BBT
40651
40652     This patch implements support for flash-based BBT for chips working
40653     through ELBC NAND controller, so that NAND core will not have to re-scan
40654     for bad blocks on every boot.
40655
40656     Because ELBC controller may provide HW-generated ECCs we should adjust
40657     bbt pattern and bbt version positions in the OOB free area.
40658
40659     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
40660     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
40661     Signed-off-by: Scott Wood <scottwood@freescale.com>
40662
40663 commit 97ae023648e764f794ffb9c52da109d6caf09c47
40664 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
40665 Date:   Fri Jun 27 23:04:04 2008 +0400
40666
40667     fsl_elbc_nand: fix OOB workability for large page NAND chips
40668
40669     For large page chips, nand_bbt is looking into OOB area, and checking
40670     for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
40671     reserved for bbt means.
40672
40673     But ELBC driver is specifying ecclayout so that oobfree area starts at
40674     offset 1, so only one byte left for the bbt purposes.
40675
40676     This causes problems with any OOB users, namely JFFS2: after first mount
40677     JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
40678
40679       OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
40680       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
40681       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
40682       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
40683
40684     And on the next boot, NAND core will rescan for bad blocks, then will
40685     see "0xff 0x19" pattern, and will mark all blocks as bad ones.
40686
40687     To fix the issue we should implement our own bad block pattern: just one
40688     byte at OOB start. Though, this will work only for x8 chips. For x16
40689     chips two bytes must be checked. Since ELBC driver does not support x16
40690     NANDs (yet), we're safe for now.
40691
40692     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
40693     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
40694     Signed-off-by: Scott Wood <scottwood@freescale.com>
40695
40696 commit 7238ada313057a85409485b8ee21515dc10c07a5
40697 Author: Wolfgang Denk <wd@denx.de>
40698 Date:   Fri Sep 12 13:52:21 2008 +0200
40699
40700     MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
40701
40702     Signed-off-by: Wolfgang Denk <wd@denx.de>
40703
40704 commit b18410e508a12ba0a177dfc2a386857c806fa96d
40705 Author: Stefan Roese <sr@denx.de>
40706 Date:   Thu Sep 11 13:05:56 2008 +0200
40707
40708     ppc4xx: Enable device tree (FDT) support in zeus board port
40709
40710     Signed-off-by: Stefan Roese <sr@denx.de>
40711
40712 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
40713 Author: Stefan Roese <sr@denx.de>
40714 Date:   Wed Sep 10 16:53:47 2008 +0200
40715
40716     ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
40717
40718     This patch fixes a problem introdiced with patch
40719     bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
40720     initdram()].
40721
40722     The boards affected are:
40723     - PCI405
40724     - PPChameleonEVB
40725     - quad100hd
40726     - taihu
40727     - zeus
40728
40729     Signed-off-by: Stefan Roese <sr@denx.de>
40730
40731 commit 61737c59a3285f6fadf96a5836879898c04ec28d
40732 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40733 Date:   Thu Sep 11 19:41:26 2008 -0400
40734
40735     ppc4xx: Add .gitignore file to xilinx-ppc440 boards
40736
40737     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40738     Signed-off-by: Stefan Roese <sr@denx.de>
40739
40740 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
40741 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40742 Date:   Thu Sep 11 19:41:25 2008 -0400
40743
40744     ppc4xx: Fix compilation of v5fx30teval_flash
40745
40746     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40747     Signed-off-by: Stefan Roese <sr@denx.de>
40748
40749 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
40750 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40751 Date:   Wed Sep 10 17:44:30 2008 -0400
40752
40753     ppc4xx: Fix in-tree build for ppc440-generic boards
40754
40755     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40756     Signed-off-by: Stefan Roese <sr@denx.de>
40757
40758 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
40759 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40760 Date:   Fri Sep 12 02:20:47 2008 +0200
40761
40762     ARM: synchronize mach-types.h with linux 2.6.27-rc6
40763
40764     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40765
40766 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
40767 Author: Jens Scharsig <esw@bus-elektronik.de>
40768 Date:   Fri Sep 12 02:20:47 2008 +0200
40769
40770     at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
40771
40772     This patch prevents linker error on AT91RM9200 boards, if
40773     CONFIG_CMD_I2_TREE is set.
40774     It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
40775
40776     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
40777
40778 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
40779 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
40780 Date:   Fri Sep 12 02:20:47 2008 +0200
40781
40782     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
40783
40784     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
40785
40786     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
40787
40788 commit 03db53335c8eba656a7c44d1555b1a4514383e33
40789 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40790 Date:   Fri Sep 12 02:20:46 2008 +0200
40791
40792     make: Remove redundant __ARM__ addition when cross-compiling on *BSD
40793
40794     __ARM__ is given by arm_config.mk automatically.
40795
40796     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40797
40798 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
40799 Author: Claudio Scordino <claudio@evidence.eu.com>
40800 Date:   Fri Sep 12 02:20:46 2008 +0200
40801
40802     Fix MACH_TYPE for the AT91RM9200DK board.
40803
40804     Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
40805
40806 commit 274737e5eb25b2bcd3af3a96da923effd543284f
40807 Author: Andrew Dyer <adyer@righthandtech.com>
40808 Date:   Fri Sep 12 02:20:46 2008 +0200
40809
40810     i.mx change get_timer(base) to return time since base
40811
40812     This patch changes get_timer() for i.MX to return the time since
40813     'base' instead of the time since the counter was at zero.
40814
40815     Symptom seen is flash timeout errors when erasing or programming a
40816     sector using the common cfi flash code.
40817
40818     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
40819
40820 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
40821 Author: Andrew Dyer <adyer@righthandtech.com>
40822 Date:   Fri Sep 12 02:20:46 2008 +0200
40823
40824     i.MX use u-boot baud rate and don't assume UART master clock
40825
40826     1) Change the i.MX serial driver to use the baud rate set in the
40827      u-boot environment
40828
40829     2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
40830
40831     3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
40832      one to clear" like other status bits in the reg.)
40833
40834     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
40835
40836 commit 6e1551a870d360805b9d172dc56d935064abe71d
40837 Author: Andrew Dyer <adyer@righthandtech.com>
40838 Date:   Fri Sep 12 02:20:46 2008 +0200
40839
40840     arm920t fix constant error in start.S
40841
40842     Code in cpu/arm920t/start.S will die with a compilation error if
40843     CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
40844     the ARM sub instruction.  Change the code so that each is subtracted
40845     independently to avoid the error.
40846
40847     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
40848
40849 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
40850 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
40851 Date:   Fri Sep 12 02:20:40 2008 +0200
40852
40853     ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
40854
40855     - Correct Invalid #define of MPUTIM_PTV_MASK for
40856        omap1510 & omap730 register definition
40857
40858      MPUTIM_PTV_MASK is defined as
40859      #define MPUTIM_PTV_MASK            (0x7<<PTV_BIT)
40860
40861      while it should have been
40862      #define MPUTIM_PTV_MASK            (0x7<<MPUTIM_PTV_BIT)
40863
40864     - Below Patch corrects the same
40865
40866     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
40867
40868 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
40869 Author: Adrian Filipi <adrian.filipi@eurotech.com>
40870 Date:   Fri Jul 18 11:52:02 2008 -0400
40871
40872     Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
40873
40874     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
40875
40876 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
40877 Author: Guennadi Liakhovetski <lg@denx.de>
40878 Date:   Thu Aug 28 12:25:11 2008 +0200
40879
40880     i.MX31: document timer precision option
40881
40882     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40883
40884 commit 1a6337b01351b82a45b0defa76f08744511c580b
40885 Author: Magnus Lilja <lilja.magnus@gmail.com>
40886 Date:   Fri Aug 29 10:36:18 2008 +0200
40887
40888     i.MX31: Make the SPI bus and chip select configurable for MC13783
40889
40890     The i.MX31 has three SPI buses and each bus has several chip selects
40891     and the MC13783 chip can be connected to any of these. The current
40892     RTC driver for MC13783 is hardcoded for CSPI2/SS2.
40893
40894     This patch makes make MC13783 SPI bus and chip select configurable
40895     via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
40896
40897     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
40898
40899 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
40900 Author: Magnus Lilja <lilja.magnus@gmail.com>
40901 Date:   Fri Aug 29 10:36:17 2008 +0200
40902
40903     i.MX31: Add reset_timer() and modify get_timer_masked().
40904
40905     This patch adds the reset_timer() function (needed by nand_base.c) and
40906     modifies the get_timer_masked() to work in the same way as the omap24xx
40907     function.
40908
40909     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
40910
40911 commit deeec4991a55de243787002ede24d2331d234fc8
40912 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40913 Date:   Wed Sep 10 22:48:09 2008 +0200
40914
40915     ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
40916
40917     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40918
40919 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
40920 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40921 Date:   Wed Sep 10 22:48:09 2008 +0200
40922
40923     bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
40924
40925     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40926
40927 commit 0e8d158664a913392cb01fb11a948d83f72e105e
40928 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40929 Date:   Wed Sep 10 22:48:06 2008 +0200
40930
40931     rename CFG_ENV macros to CONFIG_ENV
40932
40933     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40934
40935 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
40936 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40937 Date:   Wed Sep 10 22:48:05 2008 +0200
40938
40939     nvedit: rename error comment to CONFIG_ENV_IS_IN_
40940
40941     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40942
40943 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
40944 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40945 Date:   Wed Sep 10 22:48:05 2008 +0200
40946
40947     cmd_mem: Move conditional compilation to Makefile
40948
40949     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40950
40951 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
40952 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40953 Date:   Wed Sep 10 22:48:05 2008 +0200
40954
40955     move cmd_get_data_size to command.c
40956
40957     add CMD_DATA_SIZE macro to enable it
40958
40959     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40960
40961 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
40962 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40963 Date:   Wed Sep 10 22:48:04 2008 +0200
40964
40965     env_flash: Move conditional compilation to Makefile
40966
40967     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40968
40969 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
40970 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40971 Date:   Wed Sep 10 22:48:04 2008 +0200
40972
40973     rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
40974
40975     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40976
40977 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
40978 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40979 Date:   Wed Sep 10 22:48:03 2008 +0200
40980
40981     cleanup use of CFG_ENV_IS_IN_FLASH
40982
40983     - #if CFG_ENV_IS_IN_FLASH
40984     - #if (CFG_ENV_IS_IN_FLASH == 1)
40985     - #define CFG_ENV_IS_IN_FLASH 0
40986
40987     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40988
40989 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
40990 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40991 Date:   Wed Sep 10 22:48:01 2008 +0200
40992
40993     rename environment.c in env_embedded.c to reflect is functionality
40994
40995     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40996
40997 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
40998 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40999 Date:   Wed Sep 10 22:48:01 2008 +0200
41000
41001     env_nowhere: Move conditional compilation to Makefile
41002
41003     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41004
41005 commit 93f6d72544da4510a146bc4c93d609b0116cde37
41006 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41007 Date:   Wed Sep 10 22:48:00 2008 +0200
41008
41009     rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
41010
41011     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41012
41013 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
41014 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41015 Date:   Wed Sep 10 22:48:00 2008 +0200
41016
41017     env_sf: Move conditional compilation to Makefile
41018
41019     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41020
41021 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
41022 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41023 Date:   Wed Sep 10 22:48:00 2008 +0200
41024
41025     rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
41026
41027     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41028
41029 commit 55c5f49910ec8225347aa1d211352a84de6649b4
41030 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41031 Date:   Wed Sep 10 22:48:00 2008 +0200
41032
41033     env_onenand: Move conditional compilation to Makefile
41034
41035     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41036
41037 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
41038 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41039 Date:   Wed Sep 10 22:47:59 2008 +0200
41040
41041     rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
41042
41043     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41044
41045 commit 957a0e69575683efd70ace147746bbb3d8e7c501
41046 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41047 Date:   Wed Sep 10 22:47:59 2008 +0200
41048
41049     env_nvram: Move conditional compilation to Makefile
41050
41051     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41052
41053 commit 9314cee6917444ab88bd4e758da7a30975120187
41054 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41055 Date:   Wed Sep 10 22:47:59 2008 +0200
41056
41057     rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
41058
41059     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41060
41061 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
41062 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41063 Date:   Wed Sep 10 22:47:59 2008 +0200
41064
41065     env_nand: Move conditional compilation to Makefile
41066
41067     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41068
41069 commit 51bfee192099206a4397f15f3b93516e01f58ab0
41070 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41071 Date:   Wed Sep 10 22:47:58 2008 +0200
41072
41073     rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
41074
41075     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41076
41077 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
41078 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41079 Date:   Wed Sep 10 22:47:58 2008 +0200
41080
41081     env_dataflash: Move conditional compilation to Makefile
41082
41083     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41084
41085 commit 057c849c45b9ee19df8ff3acdeee66be52819962
41086 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41087 Date:   Wed Sep 10 22:47:58 2008 +0200
41088
41089     rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
41090
41091     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41092
41093 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
41094 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41095 Date:   Wed Sep 10 22:47:52 2008 +0200
41096
41097     cmd_eeprom: Move conditional compilation to Makefile
41098
41099     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41100
41101 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
41102 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41103 Date:   Fri Sep 5 09:19:54 2008 +0200
41104
41105     env_eeprom: Move conditional compilation to Makefile
41106
41107     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41108
41109 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
41110 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41111 Date:   Fri Sep 5 09:19:30 2008 +0200
41112
41113     rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
41114
41115     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41116
41117 commit 32628c5008105a732212003d83b75f05e5243bb2
41118 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41119 Date:   Sat Aug 30 23:54:58 2008 +0200
41120
41121     cmd_mac: Move conditional compilation to Makefile
41122
41123     finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
41124     start in commit ad8f8687b78c3e917b173f038926695383c55555
41125
41126     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41127
41128 commit e5648acab153f0f429bfc714902c5aaa7879f71b
41129 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41130 Date:   Sat Aug 30 23:47:41 2008 +0200
41131
41132     cmd_fdc: Move conditional compilation to Makefile
41133
41134     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41135
41136 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
41137 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41138 Date:   Sat Aug 30 23:47:38 2008 +0200
41139
41140     common/Makefile: add core command section
41141
41142     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41143
41144 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
41145 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41146 Date:   Sat Aug 30 23:29:57 2008 +0200
41147
41148     cmd_vfd: Move conditional compilation to Makefile
41149
41150     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41151
41152 commit 6644641d072aee3087da129d8443187196a4d8a9
41153 Author: Scott Wood <scottwood@freescale.com>
41154 Date:   Wed Sep 10 11:48:49 2008 -0500
41155
41156     delta, zylonite: Update nand_oobinfo to nand_ecclayout.
41157
41158     This is part of the switch to newer upstream MTD code.
41159
41160     Signed-off-by: Scott Wood <scottwood@freescale.com>
41161
41162 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
41163 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41164 Date:   Sat Aug 30 17:06:55 2008 -0400
41165
41166     ARM DaVinci: Fix broken HW ECC for large page NAND.
41167
41168     Based on original patch by Bernard Blackham <bernard@largestprime.net>
41169
41170     U-boot's HW ECC support for large page NAND on Davinci is completely
41171     broken.  Some kernels, such as the 2.6.10 one supported by
41172     MontaVista for DaVinci, rely upon this broken behaviour as they
41173     share the same code for ECCs. In the existing scheme, error
41174     detection *might* work on large page, but error correction
41175     definitely does not.  Small page ECC correction works, but the
41176     format is not compatible with the mainline git kernel.
41177
41178     This patch adds ECC code that matches what is currently in the
41179     Davinci git repository (since NAND support was added in 2.6.24).
41180     This makes the ECC and OOB layout written by u-boot compatible with
41181     Linux for both small page and large page devices and fixes ECC
41182     correction for large page devices.
41183
41184     The old behaviour can be restored by defining the macro
41185     CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
41186
41187     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41188     Acked-by: Sergey Kubushyn <ksi@koi8.net>
41189     Signed-off-by: Scott Wood <scottwood@freescale.com>
41190
41191 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
41192 Author: Heiko Schocher <hs@denx.de>
41193 Date:   Wed Sep 10 11:15:28 2008 +0200
41194
41195     muas3001: update BR4 settings
41196
41197     Also set up the port pins for using I2C.
41198
41199     Signed-off-by: Heiko Schocher <hs@denx.de>
41200
41201 commit 3591293509e0c0bcf244b0f974775bff2e25697e
41202 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
41203 Date:   Wed Sep 10 09:43:49 2008 +0300
41204
41205     autoscr: Fix one-character lines and non-newline terminated scripts
41206
41207     When not using hush, the autoscr command now executes lines that are
41208     only one character long. It also runs the last line of scripts even if
41209     it does not end in a newline.
41210
41211     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
41212
41213 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
41214 Author: Victor Gallardo <vgallardo@amcc.com>
41215 Date:   Tue Sep 9 15:13:29 2008 -0700
41216
41217     ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
41218
41219     On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
41220     and glacier.
41221
41222     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
41223
41224 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
41225 Author: Heiko Schocher <hs@denx.de>
41226 Date:   Mon Sep 8 10:21:11 2008 +0200
41227
41228     muas3001: added support for the LM75 sensor.
41229
41230     Signed-off-by: Heiko Schocher <hs@denx.de>
41231
41232 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
41233 Author: Heiko Schocher <hs@denx.de>
41234 Date:   Mon Sep 8 10:20:19 2008 +0200
41235
41236     muas3001: activate WDT for the muas3001 board.
41237
41238     Signed-off-by: Heiko Schocher <hs@denx.de>
41239
41240 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
41241 Author: Heiko Schocher <hs@denx.de>
41242 Date:   Mon Sep 8 10:19:36 2008 +0200
41243
41244     muas3001: added 64MB SDRAM autodetection.
41245
41246     Signed-off-by: Heiko Schocher <hs@denx.de>
41247
41248 commit 5251469943895de4bb9a04d5053352cc22acb7d5
41249 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
41250 Date:   Thu Aug 21 07:12:26 2008 -0700
41251
41252     Fix printf errors under -DDEBUG
41253
41254     Fix printf format-string/arg mismatches under -DDEBUG.
41255
41256     These warnings occur with DEBUG defined for a platform using
41257     cpu/mpc85xx.  Users of other architectures can unearth similar
41258     problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
41259     after "CFLAGS += $(call cc-option,-fno-stack-protector)".
41260
41261     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
41262     Signed-off-by: Andy Fleming <afleming@freescale.com>
41263
41264 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
41265 Author: Wolfgang Denk <wd@denx.de>
41266 Date:   Tue Sep 9 23:55:18 2008 +0200
41267
41268     Update CHANGELOG, prepare 2008-10-rc1 release
41269
41270     Signed-off-by: Wolfgang Denk <wd@denx.de>
41271
41272 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
41273 Author: Kumar Gala <galak@kernel.crashing.org>
41274 Date:   Mon Sep 8 08:51:29 2008 -0500
41275
41276     85xx: Ensure timebase is zero on secondary cores
41277
41278     The e500um says the timebase is volatile out of reset.  To ensure
41279     TB sync works we need to make sure its zero.
41280
41281     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41282
41283 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
41284 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41285 Date:   Tue Sep 9 22:18:24 2008 +0200
41286
41287     bootm_load_os: fix load_end debug message
41288
41289     print load_end value not pointer
41290
41291     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41292
41293 commit 1d9af0be764960e6cc1c093e97176c3542796820
41294 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41295 Date:   Tue Sep 9 22:18:23 2008 +0200
41296
41297     bootm: enable fdt support only on ppc, m68k and sparc
41298
41299     ...as done in image.c
41300
41301     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41302
41303 commit 748b5274e76f81df85cfcffaffedc323678d0623
41304 Author: Markus Heidelberg <markus.heidelberg@web.de>
41305 Date:   Tue Sep 9 18:51:05 2008 +0200
41306
41307     common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
41308
41309     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
41310
41311 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
41312 Author: Markus Heidelberg <markus.heidelberg@web.de>
41313 Date:   Tue Sep 9 17:31:46 2008 +0200
41314
41315     gitignore: add tags files and Vim swap file
41316
41317     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
41318
41319 commit 1d9b67b23fca6a25154333733204339802510720
41320 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
41321 Date:   Tue Sep 9 17:52:47 2008 +0900
41322
41323     add board_eth_init() for sh7785lcr board
41324
41325     Fix the problem that cannot work RTL8169 on sh7785lcr board.
41326
41327     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
41328
41329 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
41330 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41331 Date:   Wed Aug 6 16:08:41 2008 -0500
41332
41333     mtd: SPI Flash: Support the STMicro Flash
41334
41335     Add MTD SPI Flash support for M25P16, M25P20, M25P32,
41336     M25P40, M25P64, M25P80, M25P128.
41337
41338     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
41339     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41340
41341 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
41342 Author: Wolfgang Denk <wd@denx.de>
41343 Date:   Tue Sep 9 17:55:31 2008 +0200
41344
41345     trab: fix build problem after change to use do_div()
41346
41347     We must link with libgeneric now.
41348
41349     Signed-off-by: Wolfgang Denk <wd@denx.de>
41350
41351 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
41352 Author: Ryan CHEN <ryan.chen@st.com>
41353 Date:   Wed Aug 20 13:00:17 2008 -0400
41354
41355     Correct drv_usb_kbd_init function
41356
41357     The patch is that check if usb_get_dev_index() function return valid
41358     pointer. If valid, continue. Otherwise return -1.
41359
41360     Signed-off-by: Ryan Chen <ryan.chen@st.com>
41361     Acked-by: Markus Klotzbuecher <mk@denx.de>
41362
41363 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
41364 Author: Remy Bohmer <linux@bohmer.net>
41365 Date:   Wed Aug 20 11:22:02 2008 +0200
41366
41367     Make usb-stop() safe to call multiple times in a row.
41368
41369     A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
41370     enabled the usb_stop() command in common/cmd_bootm.c which was
41371     not enabled for some time, because no board did actually set the
41372     CFG_CMD_USB flag. So, now the usb_stop() is executed before
41373     loading the linux kernel.
41374
41375     However, the usb_ohci driver hangs up (at least on AT91SAM) if the
41376     driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
41377     If some other piece of code calls usb_stop() before the bootm command,
41378     this command will hangup the system during boot.
41379     (usb start and stop is typically used while booting from usb memory stick)
41380
41381     But, stopping the usb stack twice is useless anyway, and a flag already
41382     existed that kept track on the usb_init()/usb_stop() calls.
41383     So, we now check if the usb stack is really started before we stop it.
41384
41385     This problem is now fixed in both the upper as low-level layer.
41386
41387     Signed-off-by: Remy Bohmer <linux@bohmer.net>
41388     Acked-by: Markus Klotzbuecher <mk@denx.de>
41389
41390 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
41391 Author: Wolfgang Denk <wd@denx.de>
41392 Date:   Tue Sep 9 16:55:47 2008 +0200
41393
41394     Makefile: fix bug introduced by commit 47ffd6c2
41395
41396 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
41397 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41398 Date:   Tue Sep 9 10:00:33 2008 -0400
41399
41400     ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
41401
41402     This patch solves the problems compiling ml507, v5fx30teval and
41403     ppc440-generic out of tree.
41404
41405     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41406
41407 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
41408 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
41409 Date:   Thu Sep 4 15:35:46 2008 -0300
41410
41411     Fix dev_print when called from usb_stor_info (usb storage command)
41412
41413     Fix output of the usb storage command. It was printing "Device 0: not
41414     available" because IF_TYPE_USB was not included into the switch
41415     statement.
41416
41417     Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
41418
41419 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
41420 Author: Bartlomiej Sieka <tur@semihalf.com>
41421 Date:   Tue Sep 9 12:58:16 2008 +0200
41422
41423     FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
41424
41425     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41426
41427 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
41428 Author: Bartlomiej Sieka <tur@semihalf.com>
41429 Date:   Tue Sep 9 12:58:15 2008 +0200
41430
41431     FIT: add ability to check hashes of all images in FIT, improve output
41432
41433     - add function fit_all_image_check_hashes() that verifies if all
41434       hashes of all images in the FIT are valid
41435     - improve output of fit_image_check_hashes() when the hash check fails
41436
41437     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41438
41439 commit 1de1fa408967cef6804bb046b904114519bb36f0
41440 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41441 Date:   Mon Sep 8 20:54:39 2008 +0200
41442
41443     qemu_mips: Update linux bootm to support dynamic cmdline
41444
41445     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41446
41447 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
41448 Author: Peter Tyser <ptyser@xes-inc.com>
41449 Date:   Mon Sep 8 14:56:49 2008 -0500
41450
41451     Add support for booting of INTEGRITY operating system uImages
41452
41453     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
41454
41455 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
41456 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41457 Date:   Mon Sep 8 21:01:29 2008 +0200
41458
41459     mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
41460
41461     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41462
41463 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
41464 Author: Kumar Gala <galak@kernel.crashing.org>
41465 Date:   Mon Sep 8 13:57:12 2008 -0500
41466
41467     Remove support for booting ARTOS images
41468
41469     Pantelis Antoniou stated:
41470         AFAIK, it is still used but the products using PPC are long gone.
41471         Nuke it plz (from orbit).
41472
41473     So remove it since it cleans up a usage of env_get_char outside of
41474     the environment code.
41475
41476     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41477
41478 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
41479 Author: Wolfgang Denk <wd@denx.de>
41480 Date:   Tue Sep 9 15:45:18 2008 +0200
41481
41482     Makefile: compile and link each module just once
41483
41484     Several source files need to be compiled and linked when one or more
41485     config options are selected. To allow for easy selection in the
41486     Makefiles yet to avoild multiple compilation (which costs build time)
41487     and especially multiple linking (which causes errors), we use
41488     "COBJS = $(sort COBJS-y)" which eliminates duplicates.
41489
41490     By courtesy of Detlev Zundel who suggested this approach.
41491
41492     Signed-off-by: Wolfgang Denk <wd@denx.de>
41493
41494 commit 48d0192fe869948fef14b460b5f0c85bca933693
41495 Author: Andreas Engel <andreas.engel@ericsson.com>
41496 Date:   Mon Sep 8 14:30:53 2008 +0200
41497
41498     Moved conditional compile into Makefile
41499
41500     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
41501
41502 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
41503 Author: Andreas Engel <andreas.engel@ericsson.com>
41504 Date:   Mon Sep 8 10:17:31 2008 +0200
41505
41506     Merged serial_pl010.c and serial_pl011.c.
41507
41508     They only differ in the init function.
41509     This also adds the missing watchdog support for the PL011.
41510
41511     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
41512
41513 commit 0817d688f307ee2c0598e79175c94a40ce90337b
41514 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41515 Date:   Sun Sep 7 17:10:27 2008 -0400
41516
41517     Remove gap fill in srec object v2
41518
41519     SREC files do not need gap fill: The load address is specified in the
41520     file. On the other hand, it can't be avoided in a .bin object. It has
41521     no information about memory location.
41522
41523     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41524
41525 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
41526 Author: Markus Heidelberg <markus.heidelberg@web.de>
41527 Date:   Sun Sep 7 20:18:27 2008 +0200
41528
41529     README: fix missing subdirectory in the documentation
41530
41531     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
41532
41533 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
41534 Author: Graeme Russ <graeme.russ@gmail.com>
41535 Date:   Sun Sep 7 07:08:42 2008 +1000
41536
41537     Update i386 code (sc520_cdp)
41538
41539     Attempt to bring i386 / sc520 inline with master
41540
41541     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
41542
41543 commit 5608692104efa8d56df803dc79ea41ac3607eee5
41544 Author: Guennadi Liakhovetski <lg@denx.de>
41545 Date:   Thu Sep 4 13:01:49 2008 +0200
41546
41547     fw_env: add NAND support
41548
41549     Add support for environment in NAND with automatic NOR / NAND recognition,
41550     including unaligned environment, bad-block skipping, redundant environment
41551     copy.
41552
41553     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41554
41555 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
41556 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41557 Date:   Tue Sep 9 09:50:24 2008 +0200
41558
41559     ppc4xx: Fix out-of-tree building of CPCI405 variants
41560
41561     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41562     Acked-by: Stefan Roese <sr@denx.de>
41563
41564 commit 59f630588e3fdbd698a0a2798e52a8924e899563
41565 Author: Sergei Poselenov <sposelenov@emcraft.com>
41566 Date:   Fri Aug 15 15:42:11 2008 +0200
41567
41568     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
41569
41570     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
41571
41572 commit e64987a892353f3d49eb242d997820ef8f538912
41573 Author: Anatolij Gustschin <agust@denx.de>
41574 Date:   Fri Aug 15 15:42:13 2008 +0200
41575
41576     85xx: socrates: Enable Lime support.
41577
41578     This patch adds Lime GDC support together with support for the PWM
41579     backlight control through the w83782d chip.  The reset pin of the
41580     latter is attached to GPIO, so we need to reset it in
41581     early_board_init_r.
41582
41583     Signed-off-by: Anatolij Gustschin <agust@denx.de>
41584
41585 commit 3e79b588b5199f35016f178fc0d5d1266382097f
41586 Author: Detlev Zundel <dzu@denx.de>
41587 Date:   Fri Aug 15 15:42:12 2008 +0200
41588
41589     85xx: Socrates: Major code update.
41590
41591     - Update the local bus ranges in the FDT for Linux for the various
41592       devices connected to the local bus via chip-select.
41593
41594     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
41595       lower than 66 MHz and uses I/O accessor functions consequently.
41596
41597     - UPM data update.
41598
41599     - Update of default environment and configuration.  Use I2C multibus
41600       as we do have two I2C buses.  Also enable sdram and ext2 commands.
41601
41602     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
41603     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
41604     Signed-off-by: Detlev Zundel <dzu@denx.de>
41605
41606 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
41607 Author: Timur Tabi <timur@freescale.com>
41608 Date:   Fri Jul 18 16:52:23 2008 +0200
41609
41610     Update Freescale 85xx boards to sys_eeprom.c
41611
41612     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
41613     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
41614     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
41615     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
41616
41617     Signed-off-by: Timur Tabi <timur@freescale.com>
41618
41619 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
41620 Author: Wolfgang Denk <wd@denx.de>
41621 Date:   Tue Sep 9 10:08:02 2008 +0200
41622
41623     lib_ppc/interrupts.c: make board_show_activity() a weak function
41624
41625     This allows to use show_activity() without having to
41626     define an empty board_show_activity() function.
41627
41628     Signed-off-by: Wolfgang Denk <wd@denx.de>
41629
41630 commit fe876787f8743883ce58fed61525eaa2f34da4c5
41631 Author: Wolfgang Denk <wd@denx.de>
41632 Date:   Tue Sep 9 10:06:44 2008 +0200
41633
41634     stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
41635
41636     Signed-off-by: Wolfgang Denk <wd@denx.de>
41637
41638 commit 965de106ba8900372c8b16dc60d5acab7f925e38
41639 Author: Wolfgang Denk <wd@denx.de>
41640 Date:   Tue Sep 9 10:03:47 2008 +0200
41641
41642     NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
41643
41644     Signed-off-by: Wolfgang Denk <wd@denx.de>
41645
41646 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
41647 Author: Sergei Poselenov <sposelenov@emcraft.com>
41648 Date:   Fri Aug 15 15:42:11 2008 +0200
41649
41650     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
41651
41652     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
41653
41654 commit 36241ca29d4804a1006fb3f26069effda5202581
41655 Author: Anatolij Gustschin <agust@denx.de>
41656 Date:   Fri Aug 15 15:42:13 2008 +0200
41657
41658     85xx: socrates: Enable Lime support.
41659
41660     This patch adds Lime GDC support together with support for the PWM
41661     backlight control through the w83782d chip.  The reset pin of the
41662     latter is attached to GPIO, so we need to reset it in
41663     early_board_init_r.
41664
41665     Signed-off-by: Anatolij Gustschin <agust@denx.de>
41666
41667 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
41668 Author: Detlev Zundel <dzu@denx.de>
41669 Date:   Fri Aug 15 15:42:12 2008 +0200
41670
41671     85xx: Socrates: Major code update.
41672
41673     - Update the local bus ranges in the FDT for Linux for the various
41674       devices connected to the local bus via chip-select.
41675
41676     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
41677       lower than 66 MHz and uses I/O accessor functions consequently.
41678
41679     - UPM data update.
41680
41681     - Update of default environment and configuration.  Use I2C multibus
41682       as we do have two I2C buses.  Also enable sdram and ext2 commands.
41683
41684     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
41685     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
41686     Signed-off-by: Detlev Zundel <dzu@denx.de>
41687
41688 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
41689 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41690 Date:   Tue Sep 9 01:22:39 2008 +0200
41691
41692     disk-on-chip: remove duplicate doc_probe declaration
41693
41694     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41695
41696 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
41697 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41698 Date:   Tue Sep 9 00:59:40 2008 +0200
41699
41700     onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
41701
41702     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41703
41704 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
41705 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41706 Date:   Tue Sep 9 00:59:39 2008 +0200
41707
41708     rs5c372: fix rtc_set prototype
41709
41710     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41711
41712 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
41713 Author: Sergei Poselenov <sposelenov@emcraft.com>
41714 Date:   Thu Aug 14 14:08:28 2008 +0200
41715
41716     ARM: fix warning: target CPU does not support interworking
41717
41718     This patch fixes warnings like this:
41719
41720     start.S:0: warning: target CPU does not support interworking
41721
41722     which come from some ARM cross compilers and are caused by hard-coded
41723     (with "--with-cpu=arm9" configuration option) ARM targets (which
41724     support ARM Thumb instructions), while the ARM target selected from
41725     the command line (with "-march=armv4") doesn't support Thumb
41726     instructions.
41727
41728     This warning is issued by the compiler regardless of the real use of
41729     the Thumb instructions in code.
41730
41731     To fix this problem, we use options according to compiler version
41732     being used.
41733
41734     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
41735     Signed-off-by: Wolfgang Denk <wd@denx.de>
41736
41737 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
41738 Author: Sergei Poselenov <sposelenov@emcraft.com>
41739 Date:   Thu Aug 14 14:08:28 2008 +0200
41740
41741     ARM: Use do_div() instead of division for "long long".
41742
41743     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
41744     Signed-off-by: Wolfgang Denk <wd@denx.de>
41745
41746 commit 8febd13c69cb68652577d1a9fcbde954bf784155
41747 Author: Timur Tabi <timur@freescale.com>
41748 Date:   Fri Jul 18 16:52:23 2008 +0200
41749
41750     Update Freescale 85xx boards to sys_eeprom.c
41751
41752     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
41753     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
41754     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
41755     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
41756
41757     Signed-off-by: Timur Tabi <timur@freescale.com>
41758
41759 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
41760 Author: Wolfgang Denk <wd@denx.de>
41761 Date:   Mon Sep 8 23:26:22 2008 +0200
41762
41763     lib_arm/bootm.c: fix compile warnings
41764
41765     bootm.c:128: warning: label 'error' defined but not used
41766     bootm.c:65: warning: unused variable 'ret'
41767
41768     Signed-off-by: Wolfgang Denk <wd@denx.de>
41769
41770 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
41771 Author: Wolfgang Denk <wd@denx.de>
41772 Date:   Mon Sep 8 22:46:42 2008 +0200
41773
41774     ml507: fix out of tree build problem
41775
41776     Signed-off-by: Wolfgang Denk <wd@denx.de>
41777
41778 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
41779 Author: Wolfgang Denk <wd@denx.de>
41780 Date:   Mon Sep 8 22:10:28 2008 +0200
41781
41782     common/cmd_bootm.c: fix printf() format warnings
41783
41784     Signed-off-by: Wolfgang Denk <wd@denx.de>
41785
41786 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
41787 Author: Wolfgang Denk <wd@denx.de>
41788 Date:   Mon Sep 8 22:37:45 2008 +0200
41789
41790     BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
41791
41792     missing doc_probe() prototype.
41793
41794     Signed-off-by: Wolfgang Denk <wd@denx.de>
41795
41796 commit 2c5e3cc4994897d364b148942ff23e47783198f6
41797 Author: Wolfgang Denk <wd@denx.de>
41798 Date:   Mon Sep 8 21:28:14 2008 +0200
41799
41800     mk48t59: fix compile problem introduced by commit d1e23194
41801
41802     Signed-off-by: Wolfgang Denk <wd@denx.de>
41803
41804 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
41805 Author: Stefan Roese <sr@denx.de>
41806 Date:   Mon Sep 8 14:11:12 2008 +0200
41807
41808     ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
41809
41810     This patch moves some 4xx specific prototypes out of include common.h
41811     to a ppc4xx specific header.
41812
41813     Signed-off-by: Stefan Roese <sr@denx.de>
41814
41815 commit ac53ee8318678190bf3c68da477a84a657d86fb0
41816 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41817 Date:   Fri Sep 5 15:34:04 2008 +0200
41818
41819     ppc4xx: Update CPCI405(AB) configuration
41820
41821     This patch add FDT support and command line editing capabilities
41822     for CPCI405 and CPCI405AB boards.
41823
41824     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41825     Signed-off-by: Stefan Roese <sr@denx.de>
41826
41827 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
41828 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41829 Date:   Fri Sep 5 15:34:03 2008 +0200
41830
41831     ppc4xx: Cleanup CPCI405 linker script
41832
41833     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41834     Signed-off-by: Stefan Roese <sr@denx.de>
41835
41836 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
41837 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41838 Date:   Fri Sep 5 15:34:02 2008 +0200
41839
41840     ppc4xx: Update CPCI405 variants handling
41841
41842     This patch replaces the BOARD_REVISION variable in include/config.mk
41843     by a using a temporary include file in the platform directory.
41844
41845     The former way does not work anymore and the latter is also used by
41846     some other boards.
41847
41848     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41849     Signed-off-by: Stefan Roese <sr@denx.de>
41850
41851 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
41852 Author: Stefan Roese <sr@denx.de>
41853 Date:   Mon Sep 8 10:01:48 2008 +0200
41854
41855     ppc4xx: Remove CONFIG_CS8952_PHY define
41856
41857     Since this define is only used on one board that was never really in
41858     production, removing this compile time option doesn't hurt and makes
41859     the code more readable.
41860
41861     Signed-off-by: Stefan Roese <sr@denx.de>
41862
41863 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
41864 Author: Stefan Roese <sr@denx.de>
41865 Date:   Fri Sep 5 14:11:40 2008 +0200
41866
41867     ppc4xx: Fix compilation warning for PIP405
41868
41869     This patch fixes a compilation warning for the PIP405 board. It moves the
41870     #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
41871     occur anymore. I am a little unsure if this #ifdef is at the correct
41872     place now or if it could be removed completely. This needs to get
41873     tested on the PIP405 board.
41874
41875     Signed-off-by: Stefan Roese <sr@denx.de>
41876
41877 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
41878 Author: Stefan Roese <sr@denx.de>
41879 Date:   Fri Sep 5 14:09:09 2008 +0200
41880
41881     ppc4xx: Fix compilation warning for canyonlands & glacier
41882
41883     Signed-off-by: Stefan Roese <sr@denx.de>
41884
41885 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
41886 Author: Kumar Gala <galak@kernel.crashing.org>
41887 Date:   Fri Sep 5 14:40:29 2008 -0500
41888
41889     Fix compiler warning in mpc8xxx ddr code
41890
41891     ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
41892     ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
41893     ctrl_regs.c:523: note: 'caslat' was declared here
41894
41895     Add a warning in DDR1 case if cas_latency isn't a value we know about.
41896
41897     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41898     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41899
41900 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
41901 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41902 Date:   Mon Sep 1 23:06:23 2008 +0200
41903
41904     rtc: allow rtc_set to return an error and use it in cmd_date
41905
41906     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41907
41908 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
41909 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41910 Date:   Mon Sep 1 01:16:33 2008 +0200
41911
41912     ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
41913
41914     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41915
41916 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
41917 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41918 Date:   Sun Aug 31 05:37:04 2008 +0900
41919
41920     config.mk: Move arch-specific condition to $(ARCH)_config.mk
41921
41922     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41923
41924 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
41925 Author: Kumar Gala <galak@kernel.crashing.org>
41926 Date:   Fri Aug 29 19:08:29 2008 -0500
41927
41928     Prevent crash if random/invalid ramdisks are passed to bootm
41929
41930     Adds returning an error from the ramdisk detection code if
41931     its not a real ramdisk (invalid).  There is no reason we can't
41932     just return back to the console if we detect an invalid
41933     ramdisk or CRC error.
41934
41935     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41936
41937 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
41938 Author: Anatolij Gustschin <agust@denx.de>
41939 Date:   Fri Aug 29 21:04:45 2008 +0200
41940
41941     Prevent crash if random DTB address is passed to bootm
41942
41943     This patch adds bootm_start() return value check. If
41944     error status is returned, we do not proceed further to
41945     prevent board reset or crash as we still can recover
41946     at this point.
41947
41948     Signed-off-by: Anatolij Gustschin <agust@denx.de>
41949
41950 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
41951 Author: Andrew Dyer <adyer@righthandtech.com>
41952 Date:   Fri Aug 29 12:30:39 2008 -0500
41953
41954     clean up some #if !defined() in drivers/video/cfb_console.c
41955
41956     rearrange some #if !defined() / #else / #endif statements to remove
41957     the negative logic.
41958
41959     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
41960
41961 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
41962 Author: Kyungmin Park <kmpark@infradead.org>
41963 Date:   Fri Aug 29 09:02:20 2008 +0900
41964
41965     apollon: use the last memory area for u-boot
41966
41967     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41968
41969 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
41970 Author: Heiko Schocher <hs@denx.de>
41971 Date:   Thu Aug 28 13:50:42 2008 +0200
41972
41973     TQM8272: move NAND part in seperate File
41974
41975     I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
41976     because I have no longer access to the hardware.
41977
41978     Signed-off-by: Heiko Schocher <hs@denx.de>
41979
41980 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
41981 Author: Heiko Schocher <hs@denx.de>
41982 Date:   Thu Aug 28 13:48:36 2008 +0200
41983
41984     TQM8272: Fix compiling error for the TQM8272 board.
41985
41986     Fix compile problems caused by
41987     commit  cfa460adfdefcc30d104e1a9ee44994ee349bb7b
41988
41989     Signed-off-by: Heiko Schocher <hs@denx.de>
41990
41991 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
41992 Author: Kyungmin Park <kmpark@infradead.org>
41993 Date:   Wed Aug 27 14:45:20 2008 +0900
41994
41995     Add JFFS2 command support on OneNAND
41996
41997     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41998
41999 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
42000 Author: Mark Jackson <mpfj@mimc.co.uk>
42001 Date:   Mon Aug 25 19:21:30 2008 +0100
42002
42003     Allow console input to be disabled
42004
42005     Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
42006
42007     When CONFIG_DISABLE_CONSOLE is defined, setting
42008     GD_FLG_DISABLE_CONSOLE disables all console input and output.
42009
42010     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
42011
42012 commit 2b22d608f370565c87f55928b524207031419c11
42013 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42014 Date:   Wed Jul 30 12:39:29 2008 +0200
42015
42016     loads: allow negative offsets
42017
42018     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42019
42020 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
42021 Author: Yuri Tikhonov <yur@emcraft.com>
42022 Date:   Thu Sep 4 11:19:05 2008 +0200
42023
42024     USB EHCI: reset root hub
42025
42026     Some of multi-function USB controllers (e.g. ISP1562) allow root hub
42027     resetting only via EHCI registers. So, this patch adds the
42028     corresponding kind of reset to OHCI's hc_reset() if the newly
42029     introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
42030     board).
42031
42032     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42033     Acked-by: Markus Klotzbuecher <mk@denx.de>
42034
42035 commit 5875d358f025c1b042d8a0f08384b756de7256c9
42036 Author: Yuri Tikhonov <yur@emcraft.com>
42037 Date:   Fri Aug 15 15:42:09 2008 +0200
42038
42039     RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
42040
42041     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42042
42043 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
42044 Author: Stefan Roese <sr@denx.de>
42045 Date:   Fri Sep 5 10:47:46 2008 +0200
42046
42047     devices: Use list_add_tail() instead of list_add() to register a device
42048
42049     This patch fixes a problem spotted on Glacier/Canyonlands (and most
42050     likely lots of other board ports), that no serial output was seen
42051     after console initialization in console_init_r(). This is because the
42052     last added console device was used instead of the first added.
42053
42054     This patch fixes this problem by using list_add_tail() instead of
42055     list_add() to register a device. This way the first added console
42056     is used again.
42057
42058     Signed-off-by: Stefan Roese <sr@denx.de>
42059
42060 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
42061 Author: Victor Gallardo <vgallardo@amcc.com>
42062 Date:   Thu Sep 4 23:49:36 2008 -0700
42063
42064     ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
42065
42066     This patch adds GPCS, SGMII and M88E1112 PHY support
42067     for the AMCC PPC460GT/EX processors.
42068
42069     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
42070     Signed-off-by: Stefan Roese <sr@denx.de>
42071
42072 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
42073 Author: Adam Graham <agraham@amcc.com>
42074 Date:   Wed Sep 3 12:26:59 2008 -0700
42075
42076     ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
42077
42078     Signed-off-by: Adam Graham <agraham@amcc.com>
42079     Signed-off-by: Stefan Roese <sr@denx.de>
42080
42081 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
42082 Author: Adam Graham <agraham@amcc.com>
42083 Date:   Wed Sep 3 12:26:28 2008 -0700
42084
42085     ppc4xx: IBM Memory Controller DDR autocalibration routines
42086
42087     Alternate SDRAM DDR autocalibration routine that can be generically used
42088     for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
42089     support of more DIMM/memory chip vendors and gets the DDR autocalibration
42090     values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
42091
42092     Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
42093     "Method_A" and "Method_B".  DDR autocalibration Method_A scans the full range
42094     of possible PPC4xx  SDRAM Controller DDR autocalibration values and takes a
42095     lot longer to run than Method_B.  Method_B executes in the same amount of time
42096     as the currently existing DDR autocalibration routine, i.e. 1 second or so.
42097     Normally Method_B is used and it is set as the default method.
42098
42099     The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
42100     Controller registers.[bit-field]:
42101     1)  SDRAM0_RQDC.[RQFD]
42102     2)  SDRAM0_RFDC.[RFFD]
42103
42104     This alternate PPC4xx DDR autocalibration code calibrates the following
42105     IBM SDRAM Controller registers.[bit-field]:
42106
42107     1)  SDRAM0_WRDTR.[WDTR]
42108     2)  SDRAM0_CLKTR.[CKTR]
42109     3)  SDRAM0_RQDC.[RQFD]
42110     4)  SDRAM0_RFDC.[RFFD]
42111
42112     and will also use the calibrated settings of the above four registers that
42113     produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
42114     register.[bit-field].
42115
42116     Signed-off-by: Adam Graham <agraham@amcc.com>
42117     Signed-off-by: Stefan Roese <sr@denx.de>
42118
42119 commit e07f4a8033b6270b8103049adb6456f660ff4a89
42120 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42121 Date:   Mon Sep 1 13:09:39 2008 -0400
42122
42123     ppc44x: Unification of virtex5 pp440 boards
42124
42125     This patch provides an unificated way of handling xilinx v5 ppc440 boards.
42126
42127     It unificates 3 different things:
42128
42129     1) Source code
42130     A new board called ppc440-generic has been created. This board includes
42131     a generic tlb initialization (Maps the whole memory into virtual) and
42132     defines board_pre_init, checkboard, initdram and get_sys_info weakly,
42133     so, they can be replaced by specific functions.
42134
42135     If a new board needs to redefine any of the previous functions
42136     (specific initialization) it can create a new directory with the
42137     specific initializations needed. (see the example ml507 board).
42138
42139     2) Configuration file
42140     Common configurations are located under configs/xilinx-ppc440.h, this
42141     header file interpretes the xparameters file generated by EDK and
42142     configurates u-boot in correspondence. Example: if there is a Temac,
42143     allows CMD_CONFIG_NET
42144     Specific configuration are located under specific configuration file.
42145     (see the example ml507 board)
42146
42147     3) Makefile
42148     Some work has been done in order to not duplicate work in the Main
42149     Makefile. Please see the attached code.
42150
42151     In order to support new boards they can be implemented in the next way:
42152
42153     a) Simple Generic Board  (90% of the time)
42154     Using EDK generates a new xparameters.h file, replace
42155     ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
42156     && make
42157
42158     b) Simple Boards with special u-boot parameters (9 % of the time)
42159     Create a new file under configs for it (use ml507.h as example) and
42160     change your paramaters. Create a new Makefile paragraph and compile
42161
42162     c) Complex boards (1% of the time)
42163     Create a new folder for the board, like the ml507
42164
42165     Finally, it adds support for the Avnet FX30T Evaluation board, following
42166     the new generic structure:
42167
42168     Cheap board by Avnet for evaluating the Virtex5 FX technology.
42169
42170     This patch adds support for:
42171      - UartLite
42172      - 16MB Flash
42173      - 64MB RAM
42174
42175     Prior using U-boot in this board, read carefully the ERRATA by Avnet
42176     to solve some memory initialization issues.
42177
42178     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42179     Signed-off-by: Stefan Roese <sr@denx.de>
42180
42181 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
42182 Author: Nick Spence <nick.spence@freescale.com>
42183 Date:   Tue Sep 2 15:21:16 2008 -0500
42184
42185     mpc83xx: fix mpc8313 in-tree building with NAND
42186
42187     and add mpc8313 NAND build to MAKEALL
42188
42189     Signed-off-by: Nick Spence <nick.spence@freescale.com>
42190     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42191
42192 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
42193 Author: Nick Spence <nick.spence@freescale.com>
42194 Date:   Thu Aug 28 14:09:25 2008 -0700
42195
42196     mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
42197
42198     Cleans up some latent issues with the data cache control so that
42199     dcache_enable() and dcache_disable() will work reliably (after
42200     unlock_ram_in_cache() has been called)
42201
42202     Signed-off-by: Nick Spence <nick.spence@freescale.com>
42203     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42204
42205 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
42206 Author: Nick Spence <nick.spence@freescale.com>
42207 Date:   Thu Aug 28 14:09:19 2008 -0700
42208
42209     mpc83xx: Store and display Arbiter Event Register values
42210
42211     Record the Arbiter Event Register values and optionally display them.
42212
42213     The Arbiter Event Register can record the type and effective address of
42214     an arbiter error, even through an HRESET. This patch stores the values in
42215     the global data structure.
42216
42217     Display of the Arbiter Event registers immediately after the RSR value
42218     can be enabled with defines. The Arbiter values will only be displayed
42219     if an arbiter event has occured since the last Power On Reset, and either
42220     of the following defines exist:
42221      #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
42222                                         and type register values
42223      #define CONFIG_DISPLAY_AER_FULL  - display and interpret the arbiter
42224                                         event register values
42225
42226     Address Only transactions are one of the trapped events that can register
42227     as an arbiter event. They occur with some cache manipulation instructions
42228     if the HID0_ABE (Address Broadcast Enable) is set and the memory region
42229     has the MEMORY_COHERENCE WIMG bit set. Setting:
42230      #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
42231                                   only events, so that it can still capture
42232                                   other real problems.
42233
42234     Signed-off-by: Nick Spence <nick.spence@freescale.com>
42235     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42236
42237 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
42238 Author: Nick Spence <nick.spence@freescale.com>
42239 Date:   Thu Aug 28 14:09:11 2008 -0700
42240
42241     mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
42242
42243     This is needed in unlock_ram_in_cache() because it is called from C and
42244     will corrupt the small data area anchor that is kept in R2.
42245
42246     lock_ram_in_cache() is modified similarly as good coding practice, but
42247     is not called from C.
42248
42249     Signed-off-by: Nick Spence <nick.spence@freescale.com>
42250     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42251
42252 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
42253 Author: Nick Spence <nick.spence@freescale.com>
42254 Date:   Fri Aug 22 23:52:50 2008 -0700
42255
42256     MPC83XX: Fix GPIO configuration - set gpio level before direction
42257
42258     Set DAT value before DIR values to avoid creating glitches on the
42259     GPIO signals.
42260
42261     Set gpio level register before direction register to inhibit
42262     glitches on high level output pins.
42263
42264     Dir and data gets cleared at powerup, so high level output lines see
42265     a short low pulse between setting the direction and level registers.
42266
42267     Issue was seen on a new board with the nReset line of the NOR flash
42268     connected to a GPIO. Setting the direction register puts the NOR flash
42269     in reset so the next instruction to set the level cannot get executed.
42270
42271     Signed-off-by: Nick Spence <nick.spence@freescale.com>
42272     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
42273     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42274
42275 commit 7007c5975ee900ad70983b0681d3251e221f8321
42276 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42277 Date:   Tue Sep 2 02:58:32 2008 +0200
42278
42279     doc/qemu_mips: add doc howto debug u-boot with gdb
42280
42281     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42282
42283 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
42284 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42285 Date:   Wed Sep 3 17:15:45 2008 +0200
42286
42287     ppx4xx: Fix broken DASA_SIM board
42288
42289     This patch adds initdram() to DASA_SIM boards that has been
42290     removed accidentally by a previous commit.
42291
42292     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42293     Signed-off-by: Stefan Roese <sr@denx.de>
42294
42295 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
42296 Author: Stefan Roese <sr@denx.de>
42297 Date:   Mon Sep 1 08:35:37 2008 +0200
42298
42299     ppc4xx: Remove reference to common/lists.o from some esd linker scripts
42300
42301     This patch removes some direct references to common/lists.o from some
42302     esd linker scripts. This is necessary because the lists source was moved
42303     and is not in the "common" directory anymore.
42304
42305     Signed-off-by: Stefan Roese <sr@denx.de>
42306
42307 commit 97b0734d65f8a0b03df0a335a2addc759da56107
42308 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42309 Date:   Tue Sep 2 16:33:05 2008 +0200
42310
42311     ppc4xx: Remove obsolete or unused functions from some esd boards
42312
42313     This patch removes initdram() and testdram() from most esd 405 platforms.
42314     Some boards also have an empty dummy implementation of
42315     misc_init_f(). This is also removed.
42316
42317     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42318     Signed-off-by: Stefan Roese <sr@denx.de>
42319
42320 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
42321 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42322 Date:   Tue Sep 2 15:07:54 2008 +0200
42323
42324     ppc4xx: Update VOM405 board configuration
42325
42326     - remove PCI code
42327     - add command line editing
42328     - minor cleanup
42329
42330     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42331     Signed-off-by: Stefan Roese <sr@denx.de>
42332
42333 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
42334 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42335 Date:   Tue Sep 2 15:07:53 2008 +0200
42336
42337     ppc4xx: Remove obsolete initdram() function from VOM405 board
42338
42339     This patch removed the obsolete initdram() function from
42340     VOM405 platform file.
42341
42342     Some minor cleanup.
42343
42344     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42345     Signed-off-by: Stefan Roese <sr@denx.de>
42346
42347 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
42348 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42349 Date:   Tue Sep 2 15:07:52 2008 +0200
42350
42351     ppc4xx: Cleanup VOM405 linker script
42352
42353     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42354     Signed-off-by: Stefan Roese <sr@denx.de>
42355
42356 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
42357 Author: Matthias Fuchs <mf@esd.eu>
42358 Date:   Tue Sep 2 15:07:51 2008 +0200
42359
42360     ppc4xx: Add fdt support for VOM405 boards
42361
42362     Signed-off-by: Matthias Fuchs <mf@esd.eu>
42363     Signed-off-by: Stefan Roese <sr@denx.de>
42364
42365 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
42366 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42367 Date:   Tue Sep 2 11:36:14 2008 +0200
42368
42369     ppc4xx: Coding style cleanup
42370
42371     Wrap long lines etc.
42372
42373     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42374     Signed-off-by: Stefan Roese <sr@denx.de>
42375
42376 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
42377 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42378 Date:   Tue Sep 2 11:35:56 2008 +0200
42379
42380     ppc4xx: Enable USB on PLU405 boards
42381
42382     This patch enables the PCI-OHCI controller on PLU405 board.
42383
42384     Also the default CPU frequency is updated to 266 MHz and
42385     command line editing is enabled.
42386
42387     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42388     Signed-off-by: Stefan Roese <sr@denx.de>
42389
42390 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
42391 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42392 Date:   Tue Sep 2 11:35:35 2008 +0200
42393
42394     ppc4xx: Cleanup PLU405 platform file
42395
42396     This patch
42397     - wraps some long lines
42398     - removes unused/obsolete functions: misc_init_f() and initdram()
42399
42400     Signed-off-by: Matthias Fuchs <mf@esd.eu>
42401     Signed-off-by: Stefan Roese <sr@denx.de>
42402
42403 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
42404 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42405 Date:   Tue Sep 2 11:35:04 2008 +0200
42406
42407     ppc4xx: Cleanup PLU405 linker script
42408
42409     Signed-off-by: Matthias Fuchs <mf@esd.eu>
42410     Signed-off-by: Stefan Roese <sr@denx.de>
42411
42412 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
42413 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42414 Date:   Tue Sep 2 11:34:36 2008 +0200
42415
42416     ppc4xx: Add fdt support for PLU405 boards
42417
42418     Signed-off-by: Matthias Fuchs <mf@esd.eu>
42419     Signed-off-by: Stefan Roese <sr@denx.de>
42420
42421 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
42422 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42423 Date:   Tue Sep 2 11:34:08 2008 +0200
42424
42425     ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
42426
42427     Signed-off-by: Matthias Fuchs <mf@esd.eu>
42428     Signed-off-by: Stefan Roese <sr@denx.de>
42429
42430 commit be1b0d2777e179191a57b138b660547a17e55aad
42431 Author: Jochen Friedrich <jochen@scram.de>
42432 Date:   Tue Sep 2 11:24:59 2008 +0200
42433
42434     Don't tftp to unknown flash
42435
42436     If a board has a variable number of flash banks, there are empty entries
42437     in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
42438     "Outside available Flash". This patch skips flash banks with unknown
42439     flash ids.
42440
42441     Signed-off-by: Jochen Friedrich <jochen@scram.de>
42442     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42443
42444 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
42445 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
42446 Date:   Thu Aug 28 13:40:44 2008 +0900
42447
42448     net: smc911x: Add pkt_data_pull and pkt_data_push function
42449
42450     The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
42451     Byte-swapping is necessary, and so poor performance is inevitable.
42452     This problem cannot evade by the swap function of CHIP, this can
42453     evade by software Byte-swapping.
42454     And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
42455     functions necessary to solve this problem.
42456
42457     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
42458     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42459
42460 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
42461 Author: Ben Warren <biggerbadderben@gmail.com>
42462 Date:   Sun Aug 31 20:37:00 2008 -0700
42463
42464     Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
42465
42466     Affected boards:
42467         db64360
42468         db64460
42469         katmai
42470         taihu
42471         taishan
42472         yucca
42473         cpc45
42474         cpu87
42475         eXalion
42476         elppc
42477         debris
42478         kvme080
42479         mpc8315erdb
42480         integratorap
42481         ixdp425
42482         oxc
42483         pm826
42484         pm828
42485         pm854
42486         pm856
42487         ppmc7xx
42488         sc3
42489         sc520_spunk
42490         sorcery
42491         tqm8272
42492         tqm85xx
42493         utx8245
42494
42495     Removed initialization of the driver from net/eth.c
42496     Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
42497
42498     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42499
42500 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
42501 Author: Ben Warren <biggerbadderben@gmail.com>
42502 Date:   Sun Aug 31 10:45:44 2008 -0700
42503
42504     Moved initialization of TULIP Ethernet controller to board_eth_init()
42505
42506     Affected boards:
42507         cu824
42508         bab7xx
42509         adciop
42510         dasa_sim
42511         mousse
42512         mpc8540eval
42513         musenki
42514         mvblue
42515         pcippc2/pcippc6
42516         sbc8240
42517         stxssa
42518
42519     Removed initialization of the driver from net/eth.c
42520
42521     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42522
42523 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
42524 Author: Ben Warren <biggerbadderben@gmail.com>
42525 Date:   Sun Aug 31 10:44:19 2008 -0700
42526
42527     Moved initialization of E1000 Ethernet controller to board_eth_init()
42528
42529     Affected boards:
42530         ap1000
42531         mvbc_p
42532         PM854
42533
42534     Removed initialization of the driver from net/eth.c
42535
42536     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42537
42538 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
42539 Author: Ben Warren <biggerbadderben@gmail.com>
42540 Date:   Sun Aug 31 10:40:51 2008 -0700
42541
42542     Moved initialization of plb2800 Ethernet driver to board_eth_init
42543
42544     Affected boards:
42545         purple
42546
42547     Removed initialization of controller from net/eth.c
42548
42549     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42550
42551 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
42552 Author: Ben Warren <biggerbadderben@gmail.com>
42553 Date:   Sun Aug 31 10:39:12 2008 -0700
42554
42555     Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
42556
42557     Modified board_eth_init() functions of boards that have this FEC in addition
42558     to other Ethernet controllers.
42559
42560     Affected boards:
42561         bc3450
42562         icecube
42563         mvbc_p
42564         o2dnt
42565         pm520
42566         total5200
42567         tq5200
42568
42569     Removed initialization of controller from net/eth.c
42570
42571     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42572
42573 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
42574 Author: Ben Warren <biggerbadderben@gmail.com>
42575 Date:   Sun Aug 31 10:36:38 2008 -0700
42576
42577     Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
42578
42579     Added a cpu_eth_init() function to MPC512x CPU directory and
42580     removed code from net/eth.c
42581
42582     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42583
42584 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
42585 Author: Ben Warren <biggerbadderben@gmail.com>
42586 Date:   Sun Aug 31 10:16:59 2008 -0700
42587
42588     Moved initialization of IncaIP Ethernet controller to board_eth_init
42589
42590     Affected boards:
42591         IncaIP
42592
42593     Removed initialization of the driver from net/eth.c
42594
42595     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42596
42597 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
42598 Author: Ben Warren <biggerbadderben@gmail.com>
42599 Date:   Sun Aug 31 10:15:26 2008 -0700
42600
42601     Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
42602
42603         Affected boards:
42604             AmigaOneG3SE
42605
42606         Removed initialization of the driver from net/eth.c
42607
42608     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42609
42610 commit 6aca145e067efe75398e9fac97822bd3700de0b2
42611 Author: Ben Warren <biggerbadderben@gmail.com>
42612 Date:   Sun Aug 31 10:13:34 2008 -0700
42613
42614     Moved initialization of GT6426x Ethernet controller to board_eth_init()
42615
42616     Affected boards:
42617         EVB64260
42618         P3G4
42619         ZUMA
42620
42621     Removed initialization of the driver from net/eth.c
42622
42623     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42624
42625 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
42626 Author: Ben Warren <biggerbadderben@gmail.com>
42627 Date:   Sun Aug 31 10:08:43 2008 -0700
42628
42629     Moved initialization of PCNET Ethernet controller to board_eth_init()
42630
42631     Affected boards:
42632         PN62
42633         sc520_cdp
42634
42635     Removed initialization of the driver from net/eth.c
42636
42637     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42638
42639 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
42640 Author: Ben Warren <biggerbadderben@gmail.com>
42641 Date:   Sun Aug 31 10:07:16 2008 -0700
42642
42643     Moved initialization of NATSEMI Ethernet controller to board_eth_init()
42644
42645     Affected boards:
42646         a3000
42647
42648     Removed initialization of the driver from net/eth.c
42649
42650     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42651
42652 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
42653 Author: Ben Warren <biggerbadderben@gmail.com>
42654 Date:   Sun Aug 31 10:03:22 2008 -0700
42655
42656     Moved initialization of NS8382X Ethernet controller to board_eth_init()
42657
42658     Affected boards:
42659         bc3450
42660         cpci5200
42661         mecp5200
42662         pf2000
42663         icecube
42664         o2dnt
42665         pm520
42666         sandpoint8245
42667         total5200
42668         tqm5200
42669
42670     Removed initialization of the driver from net/eth.c
42671
42672     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42673
42674 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
42675 Author: Ben Warren <biggerbadderben@gmail.com>
42676 Date:   Sun Aug 31 09:59:33 2008 -0700
42677
42678     Moved initialization of TSI108 Ethernet controller to board_eth_init()
42679
42680     Affected boards:
42681         mpc7448hpc2
42682
42683     Removed initialization of the driver from net/eth.c
42684
42685     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42686
42687 commit 0b252f50ae218ae15bfb63af44227972686ebc56
42688 Author: Ben Warren <biggerbadderben@gmail.com>
42689 Date:   Sun Aug 31 21:41:08 2008 -0700
42690
42691     Moved initialization of RTL8139 Ethernet controller to board_eth_init()
42692
42693     Affected boards:
42694         hidden_dragon
42695         MPC8544DS
42696         MPC8610HPCN
42697         R2DPLUS
42698         TB0229
42699
42700     Removed initialization of the driver from net/eth.c
42701
42702     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42703
42704 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
42705 Author: Ben Warren <biggerbadderben@gmail.com>
42706 Date:   Sun Aug 31 09:49:42 2008 -0700
42707
42708     Moved initialization of RTL8169 Ethernet controller to board_eth_init()
42709
42710     Affected boards:
42711         linkstation
42712         r7780mp
42713
42714     Removed initialization of the driver from net/eth.c
42715
42716     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42717
42718 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
42719 Author: Ben Warren <biggerbadderben@gmail.com>
42720 Date:   Tue Aug 12 22:11:53 2008 -0700
42721
42722     Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
42723
42724     Removed at91sam9_eth_initialize() from net/eth.c
42725
42726     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42727
42728 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
42729 Author: Ben Warren <biggerbadderben@gmail.com>
42730 Date:   Sun Aug 31 22:22:04 2008 -0700
42731
42732     Introduce netdev.h header file and remove externs
42733
42734     This addresses all drivers whose initializers have already
42735     been moved to board_eth_init()/cpu_eth_init().
42736
42737     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42738
42739 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
42740 Author: Andy Fleming <afleming@freescale.com>
42741 Date:   Sun Aug 31 16:33:30 2008 -0500
42742
42743     Add pixis_set_sgmii command
42744
42745     The 8544DS and 8572DS platforms support an optional SGMII riser card to
42746     expose ethernet over an SGMII interface.  Once the card is in, it is also
42747     necessary to configure the board such that it uses the card, rather than
42748     the on-board ethernet ports.  This can either be done by flipping dip switches
42749     on the motherboard, or by modifying registers in the pixis.  Either way
42750     requires a reboot.
42751
42752     This adds a command to allow users to choose which ports are routed through
42753     the SGMII card, and which through the onboard ports.  It also allows users
42754     to revert to the current switch settings.
42755
42756     This code does not work on the 8572, as the PIXIS is different.
42757
42758     Signed-off-by: Andy Fleming <afleming@freescale.com>
42759     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42760
42761 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
42762 Author: Andy Fleming <afleming@freescale.com>
42763 Date:   Sun Aug 31 16:33:29 2008 -0500
42764
42765     Add SGMII support for the 8544 DS
42766
42767     The 8544 DS has an optional SGMII Riser card, which uses different PHY
42768     addresses.  Check if we are in SGMII mode, and invoke the SGMII Riser
42769     setup code if so.
42770
42771     Signed-off-by: Andy Fleming <afleming@freescale.com>
42772     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42773
42774 commit 652f7c2eef76a1340928bd660845441e932d86a2
42775 Author: Andy Fleming <afleming@freescale.com>
42776 Date:   Sun Aug 31 16:33:28 2008 -0500
42777
42778     Add support for Freescale SGMII Riser Card
42779
42780     The 8544DS and 8572DS systems have an optional SGMII riser card which
42781     exposes new ethernet ports which are connected to the eTSECs via an
42782     SGMII interface.  The SGMII PHYs for this board are offset from the standard
42783     PHY addresses, so this code modifies the passed in tsec_info structure to
42784     use the SGMII PHYs on the card, instead.
42785
42786     Signed-off-by: Andy Fleming <afleming@freescale.com>
42787     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42788
42789 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
42790 Author: Andy Fleming <afleming@freescale.com>
42791 Date:   Sun Aug 31 16:33:27 2008 -0500
42792
42793     Add SGMII support to the tsec
42794
42795     Adds support for configuring the TBI to talk properly with the SerDes.
42796
42797     Signed-off-by: Andy Fleming <afleming@freescale.com>
42798     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42799
42800 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
42801 Author: Andy Fleming <afleming@freescale.com>
42802 Date:   Sun Aug 31 16:33:26 2008 -0500
42803
42804     Pass in tsec_info struct through tsec_initialize
42805
42806     The tsec driver contains a hard-coded array of configuration information
42807     for the tsec ethernet controllers.  We create a default function that works
42808     for most tsecs, and allow that to be overridden by board code.  It creates
42809     an array of tsec_info structures, which are then parsed by the corresponding
42810     driver instance to determine configuration.  Also, add regs, miiregs, and
42811     devname fields to the tsec_info structure, so that we don't need the kludgy
42812     "index" parameter.
42813
42814     Signed-off-by: Andy Fleming <afleming@freescale.com>
42815     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42816
42817 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
42818 Author: Andy Fleming <afleming@freescale.com>
42819 Date:   Sun Aug 31 16:33:25 2008 -0500
42820
42821     tsec: Move tsec.h to include/
42822
42823     This is to prepare the way for board code passing in the tsec_info structure
42824
42825     Signed-off-by: Andy Fleming <afleming@freescale.com>
42826     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42827
42828 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
42829 Author: Sergei Poselenov <sposelenov@emcraft.com>
42830 Date:   Fri Jun 6 15:52:44 2008 +0200
42831
42832     PHY: Add support for the M88E1121R Marvell chip.
42833
42834     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42835     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
42836     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42837
42838 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
42839 Author: Wolfgang Denk <wd@denx.de>
42840 Date:   Tue Sep 2 21:17:36 2008 +0200
42841
42842     fw_env.c: fix build problems with MTD_VERSION=old
42843
42844     (as needed to support old 2.4 Linux kernel based releases)
42845
42846     Signed-off-by: Wolfgang Denk <wd@denx.de>
42847
42848 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
42849 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42850 Date:   Mon Sep 1 17:11:26 2008 +0200
42851
42852     device: make device_register() clone the device
42853
42854     This is expected by the callers, but this fact was hidden well within
42855     the old list implementation.
42856
42857     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42858
42859 commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
42860 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42861 Date:   Mon Sep 1 14:00:07 2008 +0200
42862
42863     avr32: Add support for "GPIO" port mux
42864
42865     The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
42866     all later AVR32 chips. This patch adds a driver for it, implementing the
42867     same API as the existing portmux-pio driver but with more functionality.
42868
42869     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42870
42871 commit d92852579546c46bdaac978e0b6767a6645b69e0
42872 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42873 Date:   Fri Aug 15 15:02:29 2008 +0200
42874
42875     atstk1000: Convert to new-style makefile
42876
42877     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42878
42879 commit 25e6854d42c11046a468576179b5494f850311b2
42880 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42881 Date:   Sun Aug 31 18:46:35 2008 +0200
42882
42883     avr32: use board_early_init_r instead of board_init_info
42884
42885     Replace the avr32-specific board_init_info hook by the standard
42886     board_early_init_r hook and make it optional.
42887
42888     board_early_init_r() runs somewhat earlier than board_init_info used to
42889     do, but this isn't a problem for any of the in-tree boards.
42890
42891     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42892
42893 commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
42894 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42895 Date:   Sun Aug 31 18:24:24 2008 +0200
42896
42897     avr32: Use board_postclk_init instead of gclk_init
42898
42899     Replace the avr32-specific gclk_init() board hook with the standard
42900     board_postclk_init() hook which is supposed to run at the same point
42901     during initialization.
42902
42903     Provide a dummy weak alias for boards not implementing this hook. The
42904     cost of this is:
42905       - 2 bytes for the dummy function (retal 0)
42906       - 2 bytes for each unnecessary function call (short rcall)
42907
42908     which is a pretty small price to pay for avoiding lots of #ifdef
42909     clutter. In this particular case, all boards probably end up slightly
42910     smaller because we avoid the conditional checking if the gclk_init
42911     symbol is NULL.
42912
42913     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42914
42915 commit abdde2b1d570b1ee77606bf783444fcddf7f0965
42916 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42917 Date:   Sun Aug 31 18:07:35 2008 +0200
42918
42919     hammerhead: Use gclk helper functions
42920
42921     Use the new gclk helper functions to set up the PHY clock instead of
42922     accessing the PM registers directly.
42923
42924     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42925
42926 commit 98090cd75cdb40b2ab94c806c338540a5716748b
42927 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42928 Date:   Sun Aug 31 18:05:32 2008 +0200
42929
42930     avr32: Add gclk helper functions
42931
42932     Add two helper functions for configuring and enabling generic clocks:
42933       - gclk_enable_output: Enables output on a GCLKx pin
42934       - gclk_set_rate: Configures a gclk to run at a specific rate
42935
42936     This should eliminate any reason to go mucking about with PM registers
42937     from board code.
42938
42939     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42940
42941 commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
42942 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42943 Date:   Fri Aug 29 21:09:49 2008 +0200
42944
42945     avr32: refactor the portmux/gpio code
42946
42947       - Separate the portmux configuration functionality from the GPIO pin
42948         control API.
42949       - Separate the controller-specific code from the chip-specific code.
42950       - Allow "ganged" port configuration (multiple pins at once).
42951       - Add more flexibility to the "canned" peripheral select functions:
42952           - Allow using more than 23 address bits, more chip selects, as
42953         well as NAND- and CF-specific pins.
42954           - Make the MACB SPEED pin optional, and choose between MII/RMII
42955         using a parameter instead of an #ifdef.
42956           - Make it possible to use other MMC slots than slot 0, and support
42957         different MMC/SDCard data bus widths.
42958       - Use more reasonable pull-up defaults; floating pins may consume a
42959         lot of power.
42960       - Get rid of some custom portmux code from the mimc200 board code. The
42961         old gpio/portmux API couldn't really handle its requirements, but
42962         the new one can.
42963       - Add documentation.
42964
42965     The end result is slightly smaller code for all boards. Which isn't
42966     really the point, but at least it isn't any larger.
42967
42968     This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
42969     the board maintainers could help me test this on their boards. In
42970     particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
42971     can help me out.
42972
42973     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42974     Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
42975     Cc: Mark Jackson <mpfj@mimc.co.uk>
42976     Cc: Alex Raimondi <alex.raimondi@miromico.ch>
42977     Cc: Julien May <julien.may@miromico.ch>
42978
42979     Changes since v1:
42980       * Enable pullup on NWAIT
42981       * Add missing include to portmux-pio.h
42982       * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
42983
42984 commit 4c24e8288c601cb773ab02528b48a8577970e867
42985 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42986 Date:   Sat Aug 30 17:28:36 2008 +0200
42987
42988     avr32: data_bits should reflect the actual number of data bits
42989
42990     Make the data_bits enum in struct sdram_config reflect the actual number
42991     of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
42992     32 bits is just too confusing.
42993
42994     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42995
42996 commit 66b7bc5175325809718d8d49ef073bc1036ad71b
42997 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42998 Date:   Fri Aug 29 17:48:18 2008 +0200
42999
43000     avr32: Update README
43001
43002     Remove some outdated and/or unnecessary information, and add updated
43003     information about the toolchain and buildroot.
43004
43005     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
43006
43007 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
43008 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43009 Date:   Sun Aug 31 23:28:15 2008 +0900
43010
43011     sh: Remove CC line from board's Makefile
43012
43013     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43014
43015 commit 468eae0660de6fdfd9999944c536ecc4797bd944
43016 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43017 Date:   Sun Aug 31 23:25:57 2008 +0900
43018
43019     sh: Replaced "@./mkconfig" for @$(MKCONFIG)
43020
43021     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43022
43023 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
43024 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43025 Date:   Thu Aug 28 14:50:52 2008 +0900
43026
43027     sh: Add support sh2 to MAKEALL
43028
43029     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43030     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43031
43032 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
43033 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43034 Date:   Thu Aug 28 14:52:23 2008 +0900
43035
43036     sh: Fix compile error rsk7203 board
43037
43038     This boards used old type preprocessor.
43039     This patch fix compile error.
43040
43041     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43042     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43043
43044 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
43045 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43046 Date:   Thu Aug 28 14:53:31 2008 +0900
43047
43048     sh: Fix compile error sh7785lcr board
43049
43050     This boards used old type preprocessor.
43051     This patch fix compile error.
43052
43053     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43054     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43055
43056 commit 6f0da4972e48f99d37bc522814940a6022cd3084
43057 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43058 Date:   Fri Aug 22 17:39:09 2008 +0900
43059
43060     sh: Renesas Solutions AP325RXA board support
43061
43062     AP325RXA is SH7723's reference board.
43063     This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
43064     In this patch, support SCIF, NOR Flash, and Ethernet.
43065
43066     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43067     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43068
43069 commit ab09f433b50bb83b5e440c335bc3839ee069e534
43070 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43071 Date:   Fri Aug 22 17:48:51 2008 +0900
43072
43073     sh: add support Renesas SH7723
43074
43075     Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
43076     This patch supports CPU register's header file and SCIF serial driver.
43077
43078     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43079     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43080
43081 commit c655fad06ba3fb042dbc667724a40e1a9a091248
43082 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43083 Date:   Sun Aug 31 23:02:04 2008 +0900
43084
43085     sh: Renesas RSK+ 7203 board support
43086
43087     This adds initial support for the RTE RSK+ SH7203 board.
43088
43089     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43090     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43091
43092 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
43093 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43094 Date:   Thu Jul 3 23:11:02 2008 +0900
43095
43096     sh: Add support Renesas SH7203 processor
43097
43098     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43099     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43100
43101 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
43102 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43103 Date:   Sun Aug 31 22:48:33 2008 +0900
43104
43105     sh: Add support SH2/SH2A which is CPU of Renesas Technology
43106
43107     Add support SH2/SH2A basic function.
43108
43109     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43110     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43111
43112 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
43113 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43114 Date:   Sun Aug 31 22:45:08 2008 +0900
43115
43116     sh: Renesas R0P7785LC0011RL board support
43117
43118     This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
43119     Graphic, Ethernet, USB, SD, RTC, and I2C controller.
43120
43121     This patch supports the following functions:
43122      - 128MB DDR2-SDRAM (29-bit address mode only)
43123      - NOR Flash
43124      - USB host
43125      - Ethernet
43126
43127     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
43128     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43129
43130 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
43131 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
43132 Date:   Thu Jul 10 19:32:53 2008 +0900
43133
43134     sh: add support for SH7785
43135
43136     Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
43137     This patch supports CPU register's header file.
43138
43139     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
43140     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43141
43142 commit d6e04258be8f2408845468d3cf722a4cf0433445
43143 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43144 Date:   Sun Aug 31 04:45:42 2008 +0200
43145
43146     davinci: fix remaining dm644x_eth
43147
43148     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43149
43150 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
43151 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43152 Date:   Sun Aug 31 04:24:56 2008 +0200
43153
43154     fs: Move conditional compilation to Makefile
43155
43156     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43157
43158 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
43159 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43160 Date:   Sun Aug 31 04:24:55 2008 +0200
43161
43162     devices: merge to list_head
43163
43164     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43165
43166 commit ef0255fc75f28655f9681422079287d68a14dbaa
43167 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43168 Date:   Sun Aug 31 04:24:51 2008 +0200
43169
43170     update linux/list
43171
43172     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43173
43174 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
43175 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43176 Date:   Sun Aug 31 00:39:48 2008 +0200
43177
43178     smdk6400: add gitignore
43179
43180     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43181
43182 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
43183 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43184 Date:   Sun Aug 31 00:39:48 2008 +0200
43185
43186     smdk6400: Use CONFIG_FLASH_CFI_DRIVER
43187
43188     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43189
43190 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
43191 Author: Guennadi Liakhovetski <lg@denx.de>
43192 Date:   Sun Aug 31 00:39:47 2008 +0200
43193
43194     smdk6400: remove redundant bootargs definition
43195
43196     Double bootargs setting leads to a duplicated environmant entry.
43197
43198     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43199
43200 commit 11edcfe260f20dcea79284a3e95270989d433854
43201 Author: Guennadi Liakhovetski <lg@denx.de>
43202 Date:   Sun Aug 31 00:39:47 2008 +0200
43203
43204     ARM: Add support for S3C6400 based SMDK6400 board
43205
43206     SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
43207     driver for it too. The board can also boot from the NOR flash, but due to
43208     hardware limitations it can only address 64KiB on it, which is not enough
43209     for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
43210
43211     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43212
43213 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
43214 Author: Guennadi Liakhovetski <lg@denx.de>
43215 Date:   Sun Aug 31 00:39:47 2008 +0200
43216
43217     NAND: add NAND driver for S3C64XX
43218
43219     Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
43220
43221     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43222
43223 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
43224 Author: Guennadi Liakhovetski <lg@denx.de>
43225 Date:   Sun Aug 31 00:39:47 2008 +0200
43226
43227     S3C64XX: remove broken HWFLOW support from the serial driver
43228
43229     As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
43230     broken and currently unused. Remove it.
43231
43232     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43233
43234 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
43235 Author: Guennadi Liakhovetski <lg@denx.de>
43236 Date:   Sun Aug 31 00:39:47 2008 +0200
43237
43238     serial: add S3C64XX serial driver
43239
43240     Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
43241
43242     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43243
43244 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
43245 Author: Guennadi Liakhovetski <lg@denx.de>
43246 Date:   Sun Aug 31 00:39:46 2008 +0200
43247
43248     USB: Add support for OHCI controller on S3C6400
43249
43250     Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
43251     try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
43252     it should work too and we could still profit from instruction cache.
43253
43254     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43255
43256 commit 9b07773f8883665b002500c190507e9fd99b7181
43257 Author: Guennadi Liakhovetski <lg@denx.de>
43258 Date:   Sun Aug 31 00:39:46 2008 +0200
43259
43260     ARM: Add arm1176 core with S3C6400 SoC
43261
43262     Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
43263
43264     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43265
43266 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
43267 Author: Sandeep Paulraj <s-paulraj@ti.com>
43268 Date:   Sun Aug 31 00:39:46 2008 +0200
43269
43270     ARM DaVinci: Changing function names for EMAC driver
43271
43272     DM644x is just one of a series of DaVinci chips that use the EMAC driver.
43273     By replacing all the function names that start with dm644x_* to davinci_*
43274     we make these function more portable. I have tested this change on my EVM.
43275     DM6467 is another DaVinci SOC which uses the EMAC driver and i will
43276     be sending patches that add DaVinci DM6467 support to the list soon.
43277
43278     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
43279
43280 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
43281 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
43282 Date:   Sat Aug 30 23:21:30 2008 +0200
43283
43284     Integrator[AP/CP] - Remove unused file memsetup.S
43285
43286     - memsetup.s is changed/merged to lowlevel_init.S
43287       memsetup.S has a global label memsetup that just returns back to caller
43288     - memsetup global label is changed/merged to lowlevel_init
43289       This label is not called from anywhere.
43290
43291     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
43292
43293 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
43294 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
43295 Date:   Wed Aug 27 21:35:52 2008 +0200
43296
43297     ARM DaVinci: Standardize names of directories/files
43298
43299     ARM DaVinci: Standardize names of directories/files.
43300
43301     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
43302     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43303
43304 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
43305 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
43306 Date:   Fri Jul 11 15:10:13 2008 -0400
43307
43308     ARM DaVinci: Move common functions to board/davinci/common
43309
43310     ARM DaVinci: Move common functions to board/davinci/common.
43311
43312     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
43313
43314 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
43315 Author: Stefan Roese <sr@denx.de>
43316 Date:   Fri Aug 29 11:56:49 2008 +0200
43317
43318     ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
43319
43320     This function is needed for the new NAND infrastructure. We only need
43321     a dummy implementation though for the NDFC.
43322
43323     Signed-off-by: Stefan Roese <sr@denx.de>
43324
43325 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
43326 Author: Stefan Roese <sr@denx.de>
43327 Date:   Fri Aug 29 12:06:27 2008 +0200
43328
43329     ppc4xx: Increase image size for NAND boot target
43330
43331     This is needed since now with HUSH enabled (amcc-common.h) the image
43332     read from NAND exceeds the previous limit.
43333
43334     Signed-off-by: Stefan Roese <sr@denx.de>
43335
43336 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
43337 Author: Ben Warren <biggerbadderben@gmail.com>
43338 Date:   Thu Aug 28 23:58:30 2008 -0700
43339
43340     Move MPC512x_FEC driver to drivers/net
43341
43342     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43343
43344 commit 80b00af01b3c9154774de2936f05a051e92f6a03
43345 Author: Ben Warren <biggerbadderben@gmail.com>
43346 Date:   Thu Aug 28 23:58:29 2008 -0700
43347
43348     Move MPC5xxx_FEC driver to drivers/net
43349
43350     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43351
43352 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
43353 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43354 Date:   Fri Aug 29 21:53:57 2008 +0200
43355
43356     cmd_terminal: remove no need ifdef
43357
43358     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43359
43360 commit 578118bdf122877ae769776be002255be447b4fa
43361 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43362 Date:   Fri Aug 29 21:53:57 2008 +0200
43363
43364     common/Makefile: order by functionality
43365
43366     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43367
43368 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
43369 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43370 Date:   Fri Aug 29 21:53:56 2008 +0200
43371
43372     miiphyutil: Move conditional compilation to Makefile
43373
43374     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43375
43376 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
43377 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43378 Date:   Fri Aug 29 21:53:37 2008 +0200
43379
43380     autoscript: Move conditional compilation to Makefile
43381
43382     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43383
43384 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
43385 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43386 Date:   Fri Aug 29 01:18:11 2008 +0200
43387
43388     crc16: move to lib_generic
43389
43390     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43391
43392 commit 55195773eacefb22dd483a3c560ea30a14263ce1
43393 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43394 Date:   Fri Aug 29 01:18:01 2008 +0200
43395
43396     miiphybb: move to drivers/net/phy
43397
43398     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43399
43400 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
43401 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43402 Date:   Thu Aug 28 12:31:51 2008 +0200
43403
43404     soft_spi: move to drivers/spi
43405
43406     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43407
43408 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
43409 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43410 Date:   Thu Aug 28 12:31:51 2008 +0200
43411
43412     soft_i2c: move to drivers/i2c
43413
43414     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43415
43416 commit 717a222229fdb77703e9174d0eb08a4b41febf49
43417 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43418 Date:   Thu Aug 28 12:31:48 2008 +0200
43419
43420     gunzip: move to lib_generic
43421
43422     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43423
43424 commit 52aef8f9ba28b747973bf76741c23db658d5773c
43425 Author: Wolfgang Ocker <weo@reccoware.de>
43426 Date:   Tue Aug 26 19:55:23 2008 +0200
43427
43428     ppc4xx: NAND configuration
43429
43430     Made NAND bank configuration setting a config variable.
43431
43432     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
43433     Signed-off-by: Stefan Roese <sr@denx.de>
43434
43435 commit 5bc542a593abc9e974fbd34704af85c37c366c60
43436 Author: Victor Gallardo <vgallardo@amcc.com>
43437 Date:   Thu Aug 28 16:03:28 2008 -0700
43438
43439     ppc4xx: fix UIC external_interrupt hang on UIC0
43440
43441     This patch fixes a UIC external_interrupt hang if critical or non-critical
43442     interrupt is set at the same time as a normal interrupt is set on UIC0.
43443
43444     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
43445     Signed-off-by: Stefan Roese <sr@denx.de>
43446
43447 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
43448 Author: Prodyut  Hazarika <phazarika@amcc.com>
43449 Date:   Wed Aug 27 16:39:00 2008 -0700
43450
43451     ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
43452
43453     Removed Magic numbers from Initialization preload registers
43454     Tested with Kilauea, Glacier, Canyonlands and Katmai boards
43455     About 5-7% improvement seen for LMBench memtests
43456
43457     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
43458     Signed-off-by: Stefan Roese <sr@denx.de>
43459
43460 commit 8a490422bed685c9491274ec997f62061d88620b
43461 Author: John Rigby <jrigby@freescale.com>
43462 Date:   Thu Aug 28 13:17:07 2008 -0600
43463
43464     ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
43465
43466     MPC5121 rev 2 silicon has a new register for controlling how long
43467     CS is asserted after deassertion of ALE in multiplexed mode.
43468
43469     The default is to assert CS together with ALE.  The alternative
43470     is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
43471
43472     The default is wrong for the NOR flash and CPLD on the ADS5121.
43473
43474     This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
43475     it does so conditionally based on silicon rev 2.0 or greater.
43476
43477     Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
43478     Signed-off-by: John Rigby <jrigby@freescale.com>
43479
43480 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
43481 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43482 Date:   Tue Aug 19 00:56:46 2008 +0600
43483
43484     Add I2C frequency dividers for ColdFire
43485
43486     The existing I2C freqency dividers for FDR does not apply
43487     to ColdFire platforms; thus, a seperate table is added
43488     based on MCF5xxx Reference Manual
43489
43490     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
43491     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43492     Acked-by: Tabi Timur <timur@freescale.com>
43493
43494 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
43495 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43496 Date:   Tue Aug 19 03:01:19 2008 +0600
43497
43498     ColdFire: I2C fix for multiple platforms
43499
43500     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43501
43502 commit d53cf6a9c7423cba668b867978648645f71c3090
43503 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43504 Date:   Tue Aug 19 00:37:13 2008 +0600
43505
43506     ColdFire: Add CONFIG_MII_INIT for M5272C3
43507
43508     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43509
43510 commit f78ced3028d4130b24a318943a70cf5584ab16f4
43511 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43512 Date:   Tue Aug 19 00:26:25 2008 +0600
43513
43514     ColdFire: Multiple fixes for MCF5445x platforms
43515
43516     Add FEC pin set and mii reset in __mii_init(). Change
43517     legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
43518     change cfi_offset to 0, and change CFG_FLASH_CFI to
43519     CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
43520     M54455EVB env settings in configuration file.
43521
43522     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43523
43524 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
43525 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43526 Date:   Fri Aug 15 18:24:25 2008 +0000
43527
43528     ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
43529
43530     The user manuals recommend 7.
43531
43532     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
43533     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43534
43535 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
43536 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43537 Date:   Fri Aug 15 16:50:07 2008 +0000
43538
43539     ColdFire: Raise uart baudrate to 115200 bps
43540
43541     M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
43542     uart baudrate increase from 19200 to 115200 bps
43543
43544     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43545
43546 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
43547 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43548 Date:   Wed Aug 13 12:07:03 2008 +0000
43549
43550     ColdFire: Fix board.c warning message
43551
43552     Implicit declaration of nand_init() warning message
43553
43554     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43555
43556 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
43557 Author: Kumar Gala <galak@kernel.crashing.org>
43558 Date:   Wed Aug 27 01:10:34 2008 -0500
43559
43560     FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
43561
43562     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43563
43564 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
43565 Author: Heiko Schocher <hs@denx.de>
43566 Date:   Thu Aug 21 20:44:49 2008 +0200
43567
43568     mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
43569
43570     Signed-off-by: Heiko Schocher <hs@denx.de>
43571
43572 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
43573 Author: Kumar Gala <galak@kernel.crashing.org>
43574 Date:   Tue Aug 19 14:46:36 2008 -0500
43575
43576     mpc85xx: remove redudant code with lib_ppc/interrupts.c
43577
43578     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
43579     not show how that happened, but there is no good reason for it.
43580
43581     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
43582     they exist.
43583
43584     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43585
43586 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
43587 Author: Kumar Gala <galak@kernel.crashing.org>
43588 Date:   Fri Jul 25 13:31:05 2008 -0500
43589
43590     mpc85xx: Add support for the MPC8536DS reference board
43591
43592     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43593     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
43594     Signed-off-by: Dejan Minic <minic@freescale.com>
43595     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
43596     Signed-off-by: Dave Liu <daveliu@freescale.com>
43597     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43598
43599 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
43600 Author: Kumar Gala <galak@kernel.crashing.org>
43601 Date:   Tue Aug 12 11:14:19 2008 -0500
43602
43603     mpc85xx: Add support for the MPC8536
43604
43605     The MPC8536 Adds SDHC and SATA controllers to the PQ3 family.  We
43606     also have SERDES init code for the 8536.
43607
43608     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43609     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
43610     Signed-off-by: Dejan Minic <minic@freescale.com>
43611     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
43612     Signed-off-by: Dave Liu <daveliu@freescale.com>
43613
43614 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
43615 Author: Kumar Gala <galak@kernel.crashing.org>
43616 Date:   Tue Aug 12 11:13:08 2008 -0500
43617
43618     mpc85xx: Add support for the MPC8572DS reference board
43619
43620     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43621
43622 commit 457caecdbca3df21a93abff19eab12dbc61b7897
43623 Author: Kumar Gala <galak@kernel.crashing.org>
43624 Date:   Wed Aug 27 01:05:35 2008 -0500
43625
43626     FSL DDR: Remove old SPD support from cpu/mpc85xx
43627
43628     All 85xx boards have been converted to the new code so we can
43629     remove the old SPD DDR setup code.
43630
43631     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43632
43633 commit 0e7927db138976469e7257e29c1338050a50fcd9
43634 Author: Kumar Gala <galak@kernel.crashing.org>
43635 Date:   Wed Aug 27 01:04:07 2008 -0500
43636
43637     FSL DDR: Convert STXSSA to new DDR code.
43638
43639     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43640
43641 commit c360d9b970fbb9c13744c355879671165bbb9b9e
43642 Author: Kumar Gala <galak@kernel.crashing.org>
43643 Date:   Wed Aug 27 01:03:42 2008 -0500
43644
43645     FSL DDR: Convert STXGP3 to new DDR code.
43646
43647     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43648
43649 commit 8e55313b7ae12352a343f9b9962e662dbd897187
43650 Author: Kumar Gala <galak@kernel.crashing.org>
43651 Date:   Tue Aug 26 23:52:58 2008 -0500
43652
43653     FSL DDR: Convert SBC8560 to new DDR code.
43654
43655     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43656
43657 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
43658 Author: Kumar Gala <galak@kernel.crashing.org>
43659 Date:   Tue Aug 26 23:52:32 2008 -0500
43660
43661     FSL DDR: Convert MPC8540EVAL to new DDR code.
43662
43663     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43664
43665 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
43666 Author: Kumar Gala <galak@kernel.crashing.org>
43667 Date:   Tue Aug 26 23:52:07 2008 -0500
43668
43669     FSL DDR: Convert PM856 to new DDR code.
43670
43671     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43672
43673 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
43674 Author: Kumar Gala <galak@kernel.crashing.org>
43675 Date:   Tue Aug 26 23:51:49 2008 -0500
43676
43677     FSL DDR: Convert PM854 to new DDR code.
43678
43679     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43680
43681 commit 33b9079ba20926f14238fff863b68a98e938948e
43682 Author: Kumar Gala <galak@kernel.crashing.org>
43683 Date:   Tue Aug 26 23:15:28 2008 -0500
43684
43685     FSL DDR: Convert sbc8548 to new DDR code.
43686
43687     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43688
43689 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
43690 Author: Kumar Gala <galak@kernel.crashing.org>
43691 Date:   Tue Aug 26 23:14:14 2008 -0500
43692
43693     FSL DDR: Convert atum8548 to new DDR code.
43694
43695     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43696
43697 commit be0bd8234b9777ecd63c4c686f72af070d886517
43698 Author: Kumar Gala <galak@kernel.crashing.org>
43699 Date:   Tue Aug 26 22:56:56 2008 -0500
43700
43701     FSL DDR: Convert socrates to new DDR code.
43702
43703     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43704
43705 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
43706 Author: Kumar Gala <galak@kernel.crashing.org>
43707 Date:   Tue Aug 26 08:02:30 2008 -0500
43708
43709     FSL DDR: Convert MPC8544DS to new DDR code.
43710
43711     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43712
43713 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
43714 Author: Jon Loeliger <jdl@freescale.com>
43715 Date:   Tue Mar 18 13:51:05 2008 -0500
43716
43717     FSL DDR: Convert MPC8568MDS to new DDR code.
43718
43719     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43720     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43721
43722 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
43723 Author: Jon Loeliger <jdl@freescale.com>
43724 Date:   Tue Mar 18 13:51:06 2008 -0500
43725
43726     FSL DDR: Convert MPC8548CDS to new DDR code.
43727
43728     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43729     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43730
43731 commit aa11d85cf318b961e029fe50d68ca47d004bce93
43732 Author: Jon Loeliger <jdl@freescale.com>
43733 Date:   Mon Mar 17 15:48:18 2008 -0500
43734
43735     FSL DDR: Convert MPC8541CDS to new DDR code.
43736
43737     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43738     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43739
43740 commit 2b40edb10d81da7bba724edbccd7f53777112579
43741 Author: Jon Loeliger <jdl@freescale.com>
43742 Date:   Tue Mar 18 11:12:42 2008 -0500
43743
43744     FSL DDR: Convert MPC8555ADS to new DDR code.
43745
43746     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43747     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43748
43749 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
43750 Author: Jon Loeliger <jdl@freescale.com>
43751 Date:   Tue Mar 18 11:12:44 2008 -0500
43752
43753     FSL DDR: Convert MPC8560ADS to new DDR code.
43754
43755     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43756     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43757
43758 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
43759 Author: Kumar Gala <galak@kernel.crashing.org>
43760 Date:   Fri Jun 6 13:12:18 2008 -0500
43761
43762     FSL DDR: Convert MPC8540ADS to new DDR code.
43763
43764     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43765
43766 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
43767 Author: Kumar Gala <galak@kernel.crashing.org>
43768 Date:   Tue Aug 26 21:34:55 2008 -0500
43769
43770     FSL DDR: Add 85xx specific register setting
43771
43772     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43773
43774 commit 6fb1b7346849ccd0c20306143e334f5b76143070
43775 Author: Kumar Gala <galak@kernel.crashing.org>
43776 Date:   Mon Jun 9 11:07:46 2008 -0500
43777
43778     FSL DDR: Add e500 TLB helper for DDR code
43779
43780     Provide a helper function that board code can call to map TLBs when
43781     setting up DDR.
43782
43783     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43784
43785 commit d26b739afe5a6760bd345743188759cd9d0f3b47
43786 Author: Andrew Dyer <adyer@righthandtech.com>
43787 Date:   Tue Aug 26 17:03:38 2008 -0500
43788
43789     dm9000 remove dead external phy support, gpio fix
43790
43791     dm9000 has code to detect and initialize external phy parts, but later
43792     on in the code the part is forced to use the internal phy
43793     unconditionally.  Remove the unused/untested code.
43794
43795     change the GPIO initialization so that only the GPIO used as an
43796     internal phy reset (hardwired in the chip) is set as an output.  The
43797     remaining GPIO need to be handled by board specific code to prevent
43798     possible drive conflicts.  Set as inputs for safety.
43799
43800     replace a few magic numbers with defines
43801
43802     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
43803     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43804
43805 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
43806 Author: Peter Tyser <ptyser@xes-inc.com>
43807 Date:   Tue Aug 26 11:17:48 2008 -0500
43808
43809     Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
43810
43811     cmd_net.c command descriptions were updated to describe the optional
43812     hostIPaddr argument.  The dhcp command help message was also updated
43813     to more closely reflect the other commands in cmd_net.c
43814
43815     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
43816     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43817
43818 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
43819 Author: Remy Bohmer <linux@bohmer.net>
43820 Date:   Wed Aug 20 11:30:28 2008 +0200
43821
43822     Fix bogus error message in the DHCP handler
43823
43824     The DHCP handler has 1 state that is not listed in this case, causing a
43825     failure message when there is actually no failure.
43826
43827     Signed-off-by: Remy Bohmer <linux@bohmer.net>
43828     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43829
43830 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
43831 Author: Remy Bohmer <linux@bohmer.net>
43832 Date:   Wed Aug 20 11:30:27 2008 +0200
43833
43834     Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
43835
43836     The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
43837     missing extern inside the net/bootp.h header
43838
43839     Signed-off-by: Remy Bohmer <linux@bohmer.net>
43840     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43841
43842 commit 1803f7f91ff35ca402259065df7557107dcf28a2
43843 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43844 Date:   Tue Aug 19 21:26:32 2008 +0000
43845
43846     ColdFire: Add FEC Buffer descriptors in SRAM
43847
43848     Add FEC Buffer descriptors and data buffer in SRAM for
43849     faster execution and access.
43850
43851     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43852     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43853
43854 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
43855 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43856 Date:   Thu Aug 21 23:55:11 2008 +0000
43857
43858     Fix ColdFire FEC warning messages
43859
43860     Types mismatch and implicit declaration of icache_invalid()
43861     warning messages
43862
43863     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43864     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43865
43866 commit 6a002171098e968bd5b362347d2831224fab6048
43867 Author: Ben Warren <biggerbadderben@gmail.com>
43868 Date:   Sat Jul 12 00:17:50 2008 -0700
43869
43870     Moved initialization of SKGE Ethernet driver to board code.
43871
43872     The only board using this driver is the SL8245 board.
43873     Removed initialization for the driver from net/eth.c
43874
43875     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43876
43877 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
43878 Author: Ben Warren <biggerbadderben@gmail.com>
43879 Date:   Sat Jul 12 00:08:45 2008 -0700
43880
43881     Moved conditional compilation to Makefile for SK98 Ethernet driver
43882
43883     Brute-force removal of #ifdefs.  Didn't touch the code.
43884     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43885
43886 commit 65d3d99c28dc363d15eaee78225ff643df499b97
43887 Author: Ben Warren <biggerbadderben@gmail.com>
43888 Date:   Fri Jul 11 23:42:19 2008 -0700
43889
43890     Moved initialization of ULI526X Ethernet driver to board code.
43891
43892     The only board using this driver is the Freescale MPC8610HPCD board.
43893     Removed initialization for the driver from net/eth.c
43894
43895     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43896
43897 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
43898 Author: Ben Warren <biggerbadderben@gmail.com>
43899 Date:   Fri Jul 11 23:15:28 2008 -0700
43900
43901     Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
43902
43903     Added board_eth_init() function to bf537-stamp board.
43904     Removed initialization for the Blackin EMAC driver from net/eth.c
43905
43906     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43907
43908 commit fc363ce35408f348cacced68505f3747a53e3d7c
43909 Author: Ben Warren <biggerbadderben@gmail.com>
43910 Date:   Wed Jul 9 01:04:19 2008 -0700
43911
43912     Moved initialization of GRETH Ethernet driver to CPU directory
43913
43914     Added a cpu_eth_init() function to leon2/leon3 CPU directories and
43915     removed code from net/eth.c
43916
43917     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43918
43919 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
43920 Author: Ben Warren <biggerbadderben@gmail.com>
43921 Date:   Tue Aug 26 22:16:25 2008 -0700
43922
43923     Moved initialization of MCFFEC Ethernet driver to CPU directory
43924
43925     Added a cpu_eth_init() function to coldfire CPU directories and
43926     removed code from net/eth.c
43927
43928     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43929
43930 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
43931 Author: Ben Warren <biggerbadderben@gmail.com>
43932 Date:   Tue Aug 26 22:12:36 2008 -0700
43933
43934     Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
43935
43936     Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
43937     removed code from net/eth.c
43938
43939     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43940
43941 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
43942 Author: Kumar Gala <galak@kernel.crashing.org>
43943 Date:   Tue Aug 26 15:01:38 2008 -0500
43944
43945     FSL DDR: Remove old SPD support from cpu/mpc86xx
43946
43947     All 86xx boards have been converted to the new code so we can
43948     remove the old SPD DDR setup code.
43949
43950     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43951
43952 commit 9bd4e5911b750837515466bc7449087698b88e0e
43953 Author: Kumar Gala <galak@kernel.crashing.org>
43954 Date:   Tue Aug 26 15:01:37 2008 -0500
43955
43956     FSL DDR: Convert SBC8641D to new DDR code.
43957
43958     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43959
43960 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
43961 Author: Jon Loeliger <jdl@freescale.com>
43962 Date:   Tue Aug 26 15:01:36 2008 -0500
43963
43964     FSL DDR: Convert MPC8610HPCD to new DDR code.
43965
43966     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43967     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43968
43969 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
43970 Author: Kumar Gala <galak@kernel.crashing.org>
43971 Date:   Tue Aug 26 15:01:35 2008 -0500
43972
43973     FSL DDR: Convert MPC8641HPCN to new DDR code.
43974
43975     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43976     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43977
43978 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
43979 Author: Kumar Gala <galak@kernel.crashing.org>
43980 Date:   Tue Aug 26 15:01:34 2008 -0500
43981
43982     FSL DDR: Add 86xx specific register setting
43983
43984     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43985
43986 commit 233fdd502a6c227f476212b3097653ad48d7e254
43987 Author: Kumar Gala <galak@kernel.crashing.org>
43988 Date:   Tue Aug 26 15:01:32 2008 -0500
43989
43990     FSL DDR: Add DDR2 DIMM paramter support
43991
43992     Compute DIMM parameters based upon the SPD information.
43993
43994     Signed-off-by: James Yang <James.Yang@freescale.com>
43995     Signed-off-by: Jon Loeliger <jdl@freescale.com>
43996     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43997
43998 commit 05c05a2363a6ac11e0e405926034546ffad71fad
43999 Author: Kumar Gala <galak@kernel.crashing.org>
44000 Date:   Tue Aug 26 15:01:30 2008 -0500
44001
44002     FSL DDR: Add DDR1 DIMM paramter support
44003
44004     Compute DIMM parameters based upon the SPD information in spd.
44005
44006     Signed-off-by: James Yang <James.Yang@freescale.com>
44007     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44008     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44009
44010 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
44011 Author: Kumar Gala <galak@kernel.crashing.org>
44012 Date:   Tue Aug 26 15:01:29 2008 -0500
44013
44014     FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
44015
44016     The main purpose of this rewrite it to be able to share the same
44017     initialization code on all FSL PowerPC products that have DDR
44018     controllers.  (83xx, 85xx, 86xx).
44019
44020     The code is broken up into the following steps:
44021         GET_SPD
44022         COMPUTE_DIMM_PARMS
44023         COMPUTE_COMMON_PARMS
44024         GATHER_OPTS
44025         ASSIGN_ADDRESSES
44026         COMPUTE_REGS
44027         PROGRAM_REGS
44028
44029     This allows us to share more code an easily allow for board specific code
44030     overrides.
44031
44032     Additionally this code base adds support for >4G of DDR and provides a
44033     foundation for supporting interleaving on processors with more than one
44034     controller.
44035
44036     Signed-off-by: James Yang <James.Yang@freescale.com>
44037     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44038     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
44039     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44040     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44041
44042 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
44043 Author: Kumar Gala <galak@kernel.crashing.org>
44044 Date:   Tue Aug 26 15:01:28 2008 -0500
44045
44046     FSL DDR: Provide a generic set_ddr_laws()
44047
44048     Provide a helper function that will setup the last available
44049     LAWs (upto 2) for DDR.  Useful for SPD/dyanmic DDR setting code.
44050
44051     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44052
44053 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
44054 Author: James Yang <James.Yang@freescale.com>
44055 Date:   Tue Aug 26 15:01:27 2008 -0500
44056
44057     Add proper SPD definitions for DDR1/2/3
44058
44059     Also adds helper functions for DDR1/2 to verify the checksum.
44060
44061     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44062
44063 commit 285db74716c724ae8a0ff177878fd09a74428c7b
44064 Author: Wolfgang Denk <wd@denx.de>
44065 Date:   Wed Aug 27 01:02:48 2008 +0200
44066
44067     Update CHANGELOG
44068
44069     Signed-off-by: Wolfgang Denk <wd@denx.de>
44070
44071 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
44072 Author: Heiko Schocher <hs@denx.de>
44073 Date:   Tue Aug 19 10:08:49 2008 +0200
44074
44075     Add support for muas3001 board (MPC8270)
44076
44077     Signed-off-by: Heiko Schocher <hs@denx.de>
44078
44079 commit 322098bff32410d2a00031649b47c4ec90a66d9a
44080 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
44081 Date:   Tue Aug 19 08:31:18 2008 +0530
44082
44083     common/cmd_load.c cleanup - remove unused variables
44084
44085     - Remove unused global variable os_data_count.
44086     - Remove unused variable z.
44087
44088     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
44089
44090 commit 306620b762a4f9fa6678568ad2e8772dec145208
44091 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
44092 Date:   Mon Aug 18 13:35:27 2008 +0200
44093
44094     remove MVS1 board
44095
44096     MVS1 board has reached end-of-life and can be removed completely.
44097
44098     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
44099
44100 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
44101 Author: Kumar Gala <galak@kernel.crashing.org>
44102 Date:   Fri Aug 15 08:24:45 2008 -0500
44103
44104     bootm: refactor do_reset and os boot function args
44105
44106     There is no need for each OS specific function to call do_reset() we
44107     can just do it once in bootm. This means its feasible on an error for
44108     the OS boot function to return.
44109
44110     Also, remove passing in cmd_tbl_t as its not needed by the OS boot
44111     functions.  flag isn't currently used but might be in the future so
44112     we left it alone.
44113
44114     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44115
44116 commit 40afac22a9c602e55c501c800f1c064324711b56
44117 Author: Kumar Gala <galak@kernel.crashing.org>
44118 Date:   Fri Aug 15 08:24:44 2008 -0500
44119
44120     fdt: Added resize command
44121
44122     Resize the fdt to size + padding to 4k boundary
44123
44124     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44125
44126 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
44127 Author: Kumar Gala <galak@kernel.crashing.org>
44128 Date:   Fri Aug 15 08:24:43 2008 -0500
44129
44130     fdt: refactor initrd related code
44131
44132     Created a new fdt_initrd() to deal with setting the initrd properties
44133     in the device tree and fixing up the mem reserve.  We can use this
44134     both in the choosen node handling and lets us remove some duplicated
44135     code when we fixup the initrd info in bootm on PPC.
44136
44137     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44138
44139 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
44140 Author: Kumar Gala <galak@kernel.crashing.org>
44141 Date:   Fri Aug 15 08:24:42 2008 -0500
44142
44143     fdt: refactor fdt resize code
44144
44145     Move the fdt resizing code out of ppc specific boot code and into
44146     common fdt support code.
44147
44148     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44149
44150 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
44151 Author: Kumar Gala <galak@kernel.crashing.org>
44152 Date:   Fri Aug 15 08:24:41 2008 -0500
44153
44154     bootm: refactor image detection and os load steps
44155
44156     Created a bootm_start() that handles the parsing and detection of all
44157     the images that will be used by the bootm command (OS, ramdisk, fdt).
44158     As part of this we now tract all the relevant image offsets in the
44159     bootm_headers_t struct. This will allow us to have all the needed
44160     state for future sub-commands and lets us reduce a bit of arch
44161     specific code on SPARC.
44162
44163     Created a bootm_load_os() that deals with decompression and loading
44164     the OS image.
44165
44166     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44167
44168 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
44169 Author: Kumar Gala <galak@kernel.crashing.org>
44170 Date:   Fri Aug 15 08:24:40 2008 -0500
44171
44172     bootm: move lmb into the bootm_headers_t structure
44173
44174     To allow for persistent state between future bootm subcommands we
44175     need the lmb to exist in a global state.
44176     Moving it into the bootm_headers_t allows us to do that.
44177
44178     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44179
44180 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
44181 Author: Kumar Gala <galak@kernel.crashing.org>
44182 Date:   Fri Aug 15 08:24:39 2008 -0500
44183
44184     bootm: Set working fdt address as part of the bootm flow
44185
44186     Set the fdt working address so "fdt FOO" commands can be used as part
44187     of the bootm flow.  Also set an the environment variable "fdtaddr"
44188     with the value.
44189
44190     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44191
44192 commit 06a09918f3903450313e2047a9cc258bf5872f46
44193 Author: Kumar Gala <galak@kernel.crashing.org>
44194 Date:   Fri Aug 15 08:24:38 2008 -0500
44195
44196     bootm: refactor fdt locating and relocation code
44197
44198     Move the code that handles finding a device tree blob and relocating
44199     it (if needed) into common code so all arch's have access to it.
44200
44201     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44202
44203 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
44204 Author: Kumar Gala <galak@kernel.crashing.org>
44205 Date:   Fri Aug 15 08:24:37 2008 -0500
44206
44207     bootm: refactor ramdisk locating code
44208
44209     Move determing if we have a ramdisk and where its located into the
44210     common code. Keep track of the ramdisk start and end in the
44211     bootm_headers_t image struct.
44212
44213     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44214
44215 commit c160a9544743e80e8889edb2275538e7764ce334
44216 Author: Kumar Gala <galak@kernel.crashing.org>
44217 Date:   Fri Aug 15 08:24:36 2008 -0500
44218
44219     bootm: refactor entry point code
44220
44221     Move entry point code out of each arch and into common code.
44222     Keep the entry point in the bootm_headers_t images struct.
44223
44224     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44225
44226 commit 20220d22b9f41446288588cd2e457e0077a18bed
44227 Author: Randy Vinson <rvinson@mvista.com>
44228 Date:   Wed Aug 13 11:44:57 2008 -0700
44229
44230     mpc7448hpc2: Fix PCI I/O space mapping.
44231
44232     PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
44233     PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
44234     space such that 0xFA000000 in the processor's address space maps to 0
44235     on the PCI I/O bus.
44236
44237     Signed-off-by Randy Vinson <rvinson@mvista.com>
44238     Acked-by: Roy Zang <tie-fei.zang@freescale.com>
44239
44240 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
44241 Author: Guennadi Liakhovetski <lg@denx.de>
44242 Date:   Wed Aug 13 18:10:26 2008 +0200
44243
44244     i.MX31: Specify maintainers for i.MX31-based boards
44245
44246     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
44247     Signed-off-by: Wolfgang Denk <wd@denx.de>
44248
44249 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
44250 Author: Wolfgang Denk <wd@denx.de>
44251 Date:   Tue Aug 26 15:01:28 2008 +0200
44252
44253     ADS5121: adjust image addresses in RAM and flash
44254
44255     Use the same mapping in flash as used by Linux
44256
44257     Signed-off-by: Wolfgang Denk <wd@denx.de>
44258
44259 commit 19f101412c16edee9fd55db4039e1d68a833b28b
44260 Author: Wolfgang Denk <wd@denx.de>
44261 Date:   Tue Aug 26 13:14:34 2008 +0200
44262
44263     cmd_mem.c: Fix help message alignment
44264
44265     Bug was introced by "Big white-space cleanup" (53677ef1)
44266
44267     Signed-off-by: Wolfgang Denk <wd@denx.de>
44268
44269 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
44270 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
44271 Date:   Wed Aug 20 11:11:52 2008 +0200
44272
44273     change mvBL-M7 default env and move to vendor subdir
44274
44275     fix mvBL-M7 config and move to matrix_vision subdir
44276
44277     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
44278     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44279
44280 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
44281 Author: Nick Spence <nick.spence@freescale.com>
44282 Date:   Fri Aug 22 23:52:40 2008 -0700
44283
44284     MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
44285
44286     This patch adds elements to the 83xx sysconf structure and #define values that are used
44287     by mpc83xx family devices.
44288
44289     Signed-off-by: Nick Spence <nick.spence@freescale.com>
44290     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44291
44292 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
44293 Author: Ira W. Snyder <iws@ovro.caltech.edu>
44294 Date:   Fri Aug 22 11:00:15 2008 -0700
44295
44296     MPC8349EMDS: Add PCI Agent (PCISLAVE) support
44297
44298     Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
44299     PCI card rather than a host computer.
44300
44301     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
44302     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44303
44304 commit 4ff9aea9d6b5602683a920951ef896996438af62
44305 Author: Ira W. Snyder <iws@ovro.caltech.edu>
44306 Date:   Fri Aug 22 11:00:14 2008 -0700
44307
44308     mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
44309
44310     This adds a helper function to unlock the PCI configuration bit, so that
44311     any extra PCI setup (such as outbound windows, etc.) can be done after
44312     using the 83XX_GENERIC_PCI code to set up the PCI bus.
44313
44314     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
44315     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44316
44317 commit 162338e1fcde231ca4d562e5ebd7859456731691
44318 Author: Ira W. Snyder <iws@ovro.caltech.edu>
44319 Date:   Fri Aug 22 11:00:13 2008 -0700
44320
44321     MPC8349EMDS: use 83XX_GENERIC_PCI setup code
44322
44323     Change the MPC8349EMDS board to use the generic PCI initialization code
44324     for the mpc83xx cpu.
44325
44326     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
44327     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44328
44329 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
44330 Author: Kim Phillips <kim.phillips@freescale.com>
44331 Date:   Mon Aug 25 14:53:09 2008 -0500
44332
44333     fix out of tree building
44334
44335     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44336
44337 commit a49d10cf027d059ee15c262010a05cdaec0961e1
44338 Author: Wolfgang Denk <wd@denx.de>
44339 Date:   Mon Aug 25 23:45:41 2008 +0200
44340
44341     Minor coding style cleanup, updte CHANGELOG
44342
44343     Signed-off-by: Wolfgang Denk <wd@denx.de>
44344
44345 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
44346 Author: Stefan Roese <sr@denx.de>
44347 Date:   Wed Aug 20 20:29:38 2008 +0200
44348
44349     RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
44350
44351     This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
44352     to combine both config options into one line. This even allows defining
44353     both options and not generating the target object twice.
44354
44355     Signed-off-by: Stefan Roese <sr@denx.de>
44356
44357 commit 079edb913dbae147b50a488cf02e03f473fc5f28
44358 Author: Jens Gehrlein <sew_s@tqs.de>
44359 Date:   Fri Jul 4 16:50:05 2008 +0200
44360
44361     MX31: fix bit masks in function mx31_decode_pll()
44362
44363     Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
44364
44365     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
44366
44367 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
44368 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
44369 Date:   Mon Aug 25 11:11:34 2008 +0200
44370
44371     Correct ARM Versatile Timer Initialization
44372
44373      - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
44374        -- Timer Value Register @ TIMER Base + 4 is Read-only.
44375        -- Prescale Value (Bits 3-2 of TIMER Control register)
44376         can only be one of 00,01,10. 11 is undefined.
44377        -- CFG_HZ for Versatile board is set to
44378         #define CFG_HZ          (1000000 / 256)
44379         So Prescale bits is set to indicate
44380         - 8 Stages of Prescale, Clock divided by 256
44381      - The Timer Control Register has one Undefined/Shouldn't Use Bit
44382        So we should do read/modify/write Operation
44383
44384     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
44385
44386 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
44387 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
44388 Date:   Mon Aug 25 11:30:29 2008 +0200
44389
44390     Add ARM AMBA PL031 RTC Support
44391
44392     Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
44393
44394 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
44395 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44396 Date:   Tue Aug 19 16:21:03 2008 -0400
44397
44398     ARM DaVinci: Removed redundant NAND initialization code.
44399
44400     ARM DaVinci: Removed redundant NAND initialization code.
44401
44402     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44403
44404 commit b3fb663b20d995ca41327db877ddb168279b3f62
44405 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44406 Date:   Tue Aug 19 16:21:00 2008 -0400
44407
44408     ARM DaVinci: Fix compilation error with new MTD code.
44409
44410     ARM DaVinci: Fix compilation error with new MTD code.
44411
44412     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44413
44414 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
44415 Author: Gerald Van Baren <vanbaren@cideas.com>
44416 Date:   Fri Aug 22 14:37:05 2008 -0400
44417
44418     Add note on dereferencing /aliases pointers
44419
44420     Replace the "must quote special characters" note with a hint on
44421     how to dereference /aliases pointers by omitting the leading "/".
44422     This feature was introduced by Kumar Gala as a libfdt enhancement
44423     in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
44424
44425     Example:
44426
44427     => fdt print /aliases
44428     aliases {
44429             ethernet0 = "/qe@e0100000/ucc@2000";
44430             ethernet1 = "/qe@e0100000/ucc@3000";
44431             serial0 = "/soc8360@e0000000/serial@4500";
44432             serial1 = "/soc8360@e0000000/serial@4600";
44433             pci0 = "/pci@e0008500";
44434     };
44435     => fdt print ethernet0
44436     ucc@2000 {
44437             device_type = "network";
44438             compatible = "ucc_geth";
44439             cell-index = <0x1>;
44440             reg = <0x2000 0x200>;
44441             interrupts = <0x20>;
44442             interrupt-parent = <0x2>;
44443             local-mac-address = [00 00 00 00 00 00];
44444             rx-clock-name = "none";
44445             tx-clock-name = "clk9";
44446             phy-handle = <0x3>;
44447             phy-connection-type = "rgmii-id";
44448             pio-handle = <0x4>;
44449     };
44450
44451     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44452
44453 commit feeca3f578b7f53c032ba203698751c982f8bf5a
44454 Author: Kumar Gala <galak@kernel.crashing.org>
44455 Date:   Thu Aug 14 08:28:19 2008 -0500
44456
44457     libfdt: Add support for using aliases in fdt_path_offset()
44458
44459     If the path doesn't start with '/' check to see if it matches some alias
44460     under "/aliases" and substitute the matching alias value in the path
44461     and retry the lookup.
44462
44463     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44464     Acked-by: David Gibson <david@gibson.dropbear.id.au>
44465     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
44466
44467 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
44468 Author: David Gibson <david@gibson.dropbear.id.au>
44469 Date:   Wed Aug 6 14:50:49 2008 +1000
44470
44471     libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
44472
44473     As well as fdt_subnode_offset(), libfdt includes an
44474     fdt_subnode_offset_namelen() function that takes the subnode name to
44475     look up not as a NUL-terminated string, but as a string with an
44476     explicit length.  This can be useful when the caller has the name as
44477     part of a longer string, such as a full path.
44478
44479     However, we don't have corresponding 'namelen' versions for
44480     fdt_get_property() and fdt_getprop().  There are less obvious use
44481     cases for these variants on property names, but there are
44482     circumstances where they can be useful e.g. looking up property names
44483     which need to be parsed from a longer string buffer such as user input
44484     or a configuration file, or looking up an alias in a path with
44485     IEEE1275 style aliases.
44486
44487     So, since it's very easy to implement such variants, this patch does
44488     so.  The original NUL-terminated variants are, of course, implemented
44489     in terms of the namelen versions.
44490
44491     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44492
44493 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
44494 Author: David Gibson <david@gibson.dropbear.id.au>
44495 Date:   Tue Jul 29 14:51:22 2008 +1000
44496
44497     libfdt: Forgot one function when cleaning the namespace
44498
44499     In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
44500     libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
44501     chance of collisions with things from whatever package libfdt is
44502     embedded in, pulled into the libfdt build via that environment's
44503     libfdt_env.h.
44504
44505     Except... I missed one.  This patch applies the same treatment to
44506     _stringlist_contains().  While we're at it, also make it static since
44507     it's only used in the same file.
44508
44509     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44510
44511 commit 46390da15411351fc3b498bd8c1615f78fe80df0
44512 Author: Wolfram Sang <w.sang@pengutronix.de>
44513 Date:   Wed Jul 9 11:22:44 2008 +0200
44514
44515     libfdt: Improve documentation in libfdt.h
44516
44517     Fix a few typos and mistakes.
44518
44519     Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
44520     Acked-by: David Gibson <david@gibson.dropbear.id.au>
44521
44522 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
44523 Author: David Gibson <david@gibson.dropbear.id.au>
44524 Date:   Wed Jul 9 14:10:24 2008 +1000
44525
44526     libfdt: Increase namespace-pollution paranoia
44527
44528     libfdt is supposed to easy to embed in projects all and sundry.
44529     Often, it won't be practical to separate the embedded libfdt's
44530     namespace from that of the surrounding project.  Which means there can
44531     be namespace conflicts between even libfdt's internal/static functions
44532     and functions or macros coming from the surrounding project's headers
44533     via libfdt_env.h.
44534
44535     This patch, therefore, renames a bunch of libfdt internal functions
44536     and macros and makes a few other chances to reduce the chances of
44537     namespace collisions with embedding projects.  Specifically:
44538         - Internal functions (even static ones) are now named _fdt_*()
44539
44540         - The type and (static) global for the error table in
44541               fdt_strerror() gain an fdt_ prefix
44542
44543         - The unused macro PALIGN is removed
44544
44545         - The memeq and streq macros are removed and open-coded in the
44546               users (they were only used once each)
44547
44548         - Other macros gain an FDT_ prefix
44549
44550         - To save some of the bulk from the previous change, an
44551               FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
44552               FDT_ALIGN(x, FDT_TAGSIZE)
44553
44554     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44555
44556 commit c66830263af19831f2b7db307f79d1943febf7f9
44557 Author: David Gibson <david@gibson.dropbear.id.au>
44558 Date:   Mon Jul 7 10:14:15 2008 +1000
44559
44560     dtc: Enable and fix -Wcast-qual warnings
44561
44562     Enabling -Wcast-qual warnings in dtc shows up a number of places where
44563     we are incorrectly discarding a const qualification.  There are also
44564     some places where we are intentionally discarding the 'const', and we
44565     need an ugly cast through uintptr_t to suppress the warning.  However,
44566     most of these are pretty well isolated with the *_w() functions.  So
44567     in the interests of maximum safety with const qualifications, this
44568     patch enables the warnings and fixes the existing complaints.
44569
44570     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44571     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
44572
44573 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
44574 Author: David Gibson <david@gibson.dropbear.id.au>
44575 Date:   Mon Jul 7 10:10:48 2008 +1000
44576
44577     dtc: Enable and fix -Wpointer-arith warnings
44578
44579     This patch turns on the -Wpointer-arith option in the dtc Makefile,
44580     and fixes the resulting warnings due to using (void *) in pointer
44581     arithmetic.  While convenient, pointer arithmetic on void * is not
44582     portable, so it's better that we avoid it, particularly in libfdt.
44583
44584     Also add necessary definition of uintptr_t needed by David Gibson's
44585     changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
44586     comes from stdint.h, which u-boot doesn't have). -- gvb
44587
44588     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44589     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44590
44591 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
44592 Author: Tirumala R Marri <tmarri@amcc.com>
44593 Date:   Thu Aug 21 21:54:53 2008 -0700
44594
44595     ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
44596
44597     During recent PCI-E tests it has been found that current
44598     driverl level and de-emphasis values are not set correctly.
44599     After sweeping throgh all de-ephasis values, it was found that
44600     0x130 is a right value. Where 0x13 is driver level and 0 is
44601     de-emphasis.
44602
44603     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
44604     Signed-off-by: Stefan Roese <sr@denx.de>
44605
44606 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
44607 Author: Remy Bohmer <linux@bohmer.net>
44608 Date:   Wed Aug 20 20:46:56 2008 +0200
44609
44610     Make the YAFFS filesystem work
44611
44612     Recently the YAFFS filesystem support has been added to U-boot.
44613     However, just enabling CONFIG_YAFFS2 is not enough to get it working.
44614
44615     ymount will generate an exception (when dereferencing mtd->readoob()), because
44616     the genericDevice is a null pointer. Further, a lot of logging is produced
44617     while using YAFFS fs, so logging should also be disabled.
44618     Both issues are solved by this patch.
44619
44620     With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
44621     in U-boot, as well as in Linux.
44622
44623     Tested on a Atmel AT91SAM9261EK board.
44624
44625     Signed-off-by: Remy Bohmer <linux@bohmer.net>
44626     Acked-by: William Juul <william.juul@tandberg.com>
44627     Signed-off-by: Scott Wood <scottwood@freescale.com>
44628
44629 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
44630 Author: Kyungmin Park <kmpark@infradead.org>
44631 Date:   Tue Aug 19 08:42:53 2008 +0900
44632
44633     Fix OneNAND read_oob/write_oob functions compatability
44634
44635     Also sync with kernel OneNAND codes
44636
44637     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
44638     Signed-off-by: Scott Wood <scottwood@freescale.com>
44639
44640 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
44641 Author: Scott Wood <scottwood@freescale.com>
44642 Date:   Mon Aug 18 17:11:20 2008 -0500
44643
44644     NAND: Remove delay from nand_boot_fsl_elbc.c.
44645
44646     It was for debugging purposes, and shouldn't have been left in.
44647
44648     Signed-off-by: Scott Wood <scottwood@freescale.com>
44649
44650 commit f556483734126793522fb7a8cf36af90da78f084
44651 Author: Stefan Roese <sr@denx.de>
44652 Date:   Thu Aug 21 11:05:03 2008 +0200
44653
44654     ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
44655
44656     This patch fixes some minor issues introduced with the patch:
44657     ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
44658
44659     - Rework memory-queue and PLB arbiter optimization code, that the
44660       local variable is not needed anymore. This removes one #ifdef.
44661     - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
44662       of XXX+ 0x01). This was not introduced by Prodyut, just a
44663       copy-paste problem.
44664
44665     Signed-off-by: Stefan Roese <sr@denx.de>
44666
44667 commit 079589bcfb24ba11068460276a3cc9549ab5346f
44668 Author: Prodyut  Hazarika <phazarika@amcc.com>
44669 Date:   Wed Aug 20 09:38:51 2008 -0700
44670
44671     ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
44672         PPC405EX and PPC460EX/GT/SX
44673
44674     - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
44675       processors
44676     - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
44677       across processors (405 and 440/460)
44678     - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
44679       processors
44680     - Add register bit definitions for Memory Queue Configuration registers
44681
44682     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
44683     Signed-off-by: Stefan Roese <sr@denx.de>
44684
44685 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
44686 Author: Kumar Gala <galak@kernel.crashing.org>
44687 Date:   Tue Aug 19 15:41:18 2008 -0500
44688
44689     fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
44690
44691     Move to using the environment variables 'ethaddr', 'eth1addr', etc..
44692     instead of bd->bi_enetaddr, bi_enet1addr, etc.
44693
44694     This makes the code a bit more flexible to the number of ethernet
44695     interfaces.
44696
44697     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44698
44699 commit 4cacf7c64609839f809e2f9c45873f1d65861703
44700 Author: Stefan Roese <sr@denx.de>
44701 Date:   Tue Aug 19 14:57:55 2008 +0200
44702
44703     hush: Fix printf debug macro in hush.c so that it usable in U-Boot
44704
44705     This patch changes the debug_printf() marco for U-Boot in hush.c and
44706     moves the definition of DEBUG_SHELL to a place that is actually compiled
44707     under U-Boot.
44708
44709     Signed-off-by: Stefan Roese <sr@denx.de>
44710
44711 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
44712 Author: Heiko Schocher <hs@denx.de>
44713 Date:   Tue Aug 19 09:57:41 2008 +0200
44714
44715     cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
44716
44717     Commit      00b1883a4cac59d97cd297b1a3a398db85982865
44718     missed a few boards:
44719         include/configs/M5253DEMO.h
44720         include/configs/ml507.h
44721         include/configs/redwood.h
44722
44723     This patch fixes this.
44724
44725     Signed-off-by: Heiko Schocher <hs@denx.de>
44726
44727 commit 0768b7a872964085eece8d5e9fec9175e9deb161
44728 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44729 Date:   Mon Aug 18 13:41:27 2008 +0200
44730
44731     Consolidate strmhz() implementation
44732
44733     ARM, i386, m68k and ppc all have identical implementations of strmhz().
44734     Other architectures don't provide this function at all.
44735
44736     This patch moves strmhz() into lib_generic, reducing code duplication
44737     and providing a more unified API across architectures.
44738
44739     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44740
44741 commit a928d0df211f1d829308d335d19be3ca42558dfc
44742 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
44743 Date:   Mon Aug 18 12:02:51 2008 +0200
44744
44745     fix mvbc_p board build warnings
44746
44747     fix build warnings @ mvBC-P board by using correct types, i.e. change
44748     out_be32 to out_be16 and out_8 accordingly.
44749
44750     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
44751
44752 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
44753 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44754 Date:   Sat Aug 16 18:54:27 2008 +0200
44755
44756     Makefile: fix posix support on find
44757
44758     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44759
44760 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
44761 Author: Axel Beierlein <belatronix@web.de>
44762 Date:   Sat Aug 16 00:30:48 2008 +0200
44763
44764     Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
44765
44766     Tested with TQM5200S on STK52XX.200 Board
44767
44768     Signed-off-by: Axel Beierlein <belatronix@web.de>
44769
44770 commit 0800707b6d5041a840a65d556032c15c584b55f8
44771 Author: Peter Tyser <ptyser@xes-inc.com>
44772 Date:   Fri Aug 15 14:36:32 2008 -0500
44773
44774     mod_i2c_mem() bugfix
44775
44776     The last used chip, address, and address length were not being
44777     stored for the imm and imn commands.
44778
44779     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
44780
44781 commit 4afbef967275b2f636abae86f91b81becee7ad03
44782 Author: Steven A. Falco <sfalco@harris.com>
44783 Date:   Fri Aug 15 15:37:31 2008 -0400
44784
44785     Fix typo in spelling of ATAPI.
44786
44787     Correct a small spelling mistake.
44788
44789     Signed-off-by: Steven A. Falco <sfalco@harris.com>
44790
44791 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
44792 Author: Steven A. Falco <sfalco@harris.com>
44793 Date:   Fri Aug 15 15:34:10 2008 -0400
44794
44795     Add a hook to allow board-specific PIO mode setting.
44796
44797     This patch adds a hook whereby a board-specific routine can be called to
44798     configure hardware for a PIO mode.  The prototype for the board-specific
44799     routine is:
44800
44801         int inline ide_set_piomode(int pio_mode)
44802
44803     ide_set_piomode should be prepared to configure hardware for a pio_mode
44804     between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.
44805
44806     Signed-off-by: Steven A. Falco <sfalco@harris.com>
44807
44808 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
44809 Author: Steven A. Falco <sfalco@harris.com>
44810 Date:   Fri Aug 15 15:29:12 2008 -0400
44811
44812     Replace enums in ata.h with an include of libata.h
44813
44814     This patch removes some enums from ata.h and replaces them with an
44815     include of libata.h.  This way, we eliminate duplicated code, and
44816     prevent errors whereby the different versions could be out of sync.
44817
44818     Signed-off-by: Steven A. Falco <sfalco@harris.com>
44819
44820 commit 0de0afbca865ecf482b4d2b635236746def8518f
44821 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44822 Date:   Fri Aug 15 18:32:41 2008 +0200
44823
44824     coldfire: fix CFI drivers activation with new macro
44825
44826     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
44827
44828     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44829
44830 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
44831 Author: Kumar Gala <galak@kernel.crashing.org>
44832 Date:   Fri Aug 15 08:24:35 2008 -0500
44833
44834     fdt: fdt addr w/o any args reports back the current working address
44835
44836     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44837
44838 commit f953d99fd528a496b400a706b511eaf8e3ea66af
44839 Author: Kumar Gala <galak@kernel.crashing.org>
44840 Date:   Fri Aug 15 08:24:34 2008 -0500
44841
44842     fdt: added the ability to set initrd start/end via chosen command
44843
44844     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44845
44846 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
44847 Author: Kumar Gala <galak@kernel.crashing.org>
44848 Date:   Fri Aug 15 08:24:33 2008 -0500
44849
44850     Add command to enable/disable interrupts
44851
44852     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44853
44854 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
44855 Author: Nick Spence <nick.spence@freescale.com>
44856 Date:   Tue Aug 19 22:21:16 2008 -0700
44857
44858     CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
44859
44860     This patch fixes a missing vendor code in the flash_real_protect() function.
44861
44862     Signed-off-by: Nick Spence <nick.spence@freescale.com>
44863     Signed-off-by: Stefan Roese <sr@denx.de>
44864
44865 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
44866 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
44867 Date:   Tue Aug 19 16:53:39 2008 +0000
44868
44869     CFI: Fix AMD Legacy sector protect
44870
44871     New implement sector lock and unlock or softlock commands
44872     do not exist in AMD legacy flash. Thus, causing issue
44873     when erasing AMD legacy flash (such as lv040)
44874
44875     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
44876     Signed-off-by: Stefan Roese <sr@denx.de>
44877
44878 commit 492671404140f09d5b21b3d2ce4e362c0692c069
44879 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44880 Date:   Wed Aug 20 09:40:16 2008 +0200
44881
44882     hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
44883
44884     CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
44885
44886     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44887
44888 commit 33eac2b3d946fc998a09245dfe54d017079b9056
44889 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44890 Date:   Wed Aug 20 09:28:36 2008 +0200
44891
44892     hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
44893
44894     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44895
44896 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
44897 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44898 Date:   Wed Aug 20 09:27:37 2008 +0200
44899
44900     favr-32-ezkit: Fix printf format warnings
44901
44902     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44903
44904 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
44905 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44906 Date:   Fri Aug 15 12:04:25 2008 +0200
44907
44908     MAINTAINERS: Sort avr32 section alphabetically
44909
44910     The rest of the MAINTAINERS file appears to be sorted
44911     almost-alphabetically, but entries for the newly added AVR32 boards were
44912     added somewhat randomly. This patch sorts the list alphabetically again.
44913
44914     Also update my e-mail address. The old one still works, but it may not
44915     work forever.
44916
44917     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44918
44919 commit 13b50fe3bc065c48911fa373231421280855a9d6
44920 Author: Mark Jackson <mpfj@mimc.co.uk>
44921 Date:   Wed Jul 30 13:07:27 2008 +0100
44922
44923     avr32: Add MIMC200 board
44924
44925     The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
44926     8MByte FLASH and 128KByte FRAM.
44927
44928     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
44929     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44930
44931 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
44932 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
44933 Date:   Wed Jul 9 21:07:34 2008 +0900
44934
44935     rtl8169: add support for RTL8110SCL
44936
44937     This patch fixes a problem that RTL8110SCL started transfer
44938     with an incorrect memory address.
44939
44940     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
44941     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44942
44943 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
44944 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
44945 Date:   Wed Jun 25 15:48:52 2008 -0500
44946
44947     Fix dm9000 receive status and len little endian issue
44948
44949     The received status and len was in little endian
44950     format and caused the ethernet unable to proceed
44951     further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
44952
44953     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
44954     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44955
44956 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
44957 Author: Kumar Gala <galak@kernel.crashing.org>
44958 Date:   Fri Aug 15 08:24:32 2008 -0500
44959
44960     Clean up usage of icache_disable/dcache_disable
44961
44962     There is no point in disabling the icache on 7xx/74xx/86xx parts and not
44963     also flushing the icache.  All callers of invalidate_l1_instruction_cache()
44964     call icache_disable() right after.  Make it so icache_disable() calls
44965     invalidate_l1_instruction_cache() for us.
44966
44967     Also, dcache_disable() already calls dcache_flush() so there is no point
44968     in the explicit calls of dcache_flush().
44969
44970     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44971
44972 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
44973 Author: Kumar Gala <galak@kernel.crashing.org>
44974 Date:   Fri Aug 15 08:24:31 2008 -0500
44975
44976     Update linux bootm to support ePAPR client interface
44977
44978     The ePAPR spec has some subtle differences from the current device
44979     tree based boot interface to the powerpc linux kernel. The powerpc
44980     linux kernel currently ignores the differences that ePAPR specifies.
44981
44982     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44983
44984 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
44985 Author: Wolfgang Denk <wd@denx.de>
44986 Date:   Mon Aug 18 23:50:20 2008 +0200
44987
44988     Minor code cleanup: keep lists sorted.
44989
44990     Signed-off-by: Wolfgang Denk <wd@denx.de>
44991
44992 commit d0039d4ed275e6ca09fb417895024ad02be118c4
44993 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
44994 Date:   Wed Jul 23 19:10:14 2008 +0200
44995
44996     Add support for ADT7460 I2C monitor chip
44997
44998     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
44999
45000 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
45001 Author: Michal Simek <monstr@monstr.eu>
45002 Date:   Mon Jul 14 19:45:45 2008 +0200
45003
45004     video: Clean drivers/video/Makefile
45005
45006     Signed-off-by: Michal Simek <monstr@monstr.eu>
45007
45008 commit 871c18dd301752270e1f74328c846c3104be1e2e
45009 Author: Michal Simek <monstr@monstr.eu>
45010 Date:   Mon Jul 14 19:45:37 2008 +0200
45011
45012     rtc: Clean drivers/rtc/Makefile
45013
45014     Signed-off-by: Michal Simek <monstr@monstr.eu>
45015
45016 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
45017 Author: Michal Simek <monstr@monstr.eu>
45018 Date:   Mon Jul 14 19:45:35 2008 +0200
45019
45020     i2c: Clean drivers/i2c/ Makefile
45021
45022     Signed-off-by: Michal Simek <monstr@monstr.eu>
45023
45024 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
45025 Author: Harald Welte <laforge@openmoko.org>
45026 Date:   Wed Jul 9 22:30:30 2008 +0800
45027
45028     Add 'license' command to U-Boot command line
45029
45030     The 'license' command includes the U-Boot license (GPLv2) into the
45031     actual bootloader binary. The license text can be shown interactively
45032     at the U-Boot commandline.
45033
45034     For products where the commandline can actually be accessed by the
45035     end user, this helps to prevent inadvertent GPL violations, since the
45036     GPLv2 license text can no longer be 'forgotten' to be included into
45037     the product.
45038
45039     The 'license' command can be enabled by CONFIG_CMD_LICENSE.
45040
45041     Signed-off-by: Harald Welte <laforge@openmoko.org>
45042
45043 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
45044 Author: Harald Welte <laforge@gnumonks.org>
45045 Date:   Sun Jul 6 15:56:38 2008 +0800
45046
45047     add 'unzip' command to u-boot commandline
45048
45049     [PATCH] add new 'unzip' command to u-boot commandline
45050
45051     common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
45052     memory to memory, and option CONFIG_CMD_UNZIP to enable it
45053
45054     Signed-off-by: Werner Almesberger <werner@openmoko.org>
45055     Signed-off-by: Harald Welte <laforge@openmoko.org>
45056
45057 commit 07efc9e321619c3dec213310c32e011aa6f02783
45058 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45059 Date:   Wed Aug 6 19:37:17 2008 -0500
45060
45061     Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
45062
45063     The CFG_ENV_SIZE is not suitable used for SPI flash erase
45064     sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
45065     Add condition check if CFG_ENV_SIZE is larger than
45066     CFG_ENV_SECT_SIZE, calculate the right number of sectors for
45067     erasing.
45068
45069     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45070
45071 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
45072 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45073 Date:   Mon Aug 11 15:54:25 2008 +0000
45074
45075     ColdFire: Multiple fixes for M5282EVB
45076
45077     Incorrect CFG_HZ value, change 1000000 to 1000.
45078     Rename #waring to #warning. RAMBAR1 uses twice
45079     in start.S, rename the later to FLASHBAR. Insert
45080     nop for DRAM setup. And, env_offset in linker file.
45081
45082     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45083
45084 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
45085 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45086 Date:   Mon Aug 11 15:26:43 2008 +0000
45087
45088     ColdFire: Move m5282evb from board to board/freescale
45089
45090     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45091
45092 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
45093 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45094 Date:   Mon Aug 11 15:25:07 2008 +0000
45095
45096     ColdFire: Move m5272c3 from board to board/freescale
45097
45098     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45099
45100 commit 659e9bad629a480f606b286d5703aef7159edf98
45101 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45102 Date:   Mon Aug 11 15:23:16 2008 +0000
45103
45104     ColdFire: Move m5271evb from board to board/freescale
45105
45106     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45107
45108 commit 05316f8ece8206339a208ec052f039cd0f7ca922
45109 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45110 Date:   Mon Aug 11 13:41:49 2008 +0000
45111
45112     ColdFire: Add M54451EVB platform support for MCF5445x
45113
45114     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45115
45116 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
45117 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45118 Date:   Wed Aug 6 19:14:08 2008 -0500
45119
45120     ColdFire: Add Serial Flash support for M54455EVB
45121
45122     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45123
45124 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
45125 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45126 Date:   Wed Jul 23 20:38:53 2008 -0500
45127
45128     ColdFire: Implement SBF feature for M5445EVB
45129
45130     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45131
45132 commit a7323bba229203aae2604afde131ab47bad4eadc
45133 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45134 Date:   Wed Jul 23 17:53:36 2008 -0500
45135
45136     ColdFire: Add SSPI feature for MCF5445x
45137
45138     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45139
45140 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
45141 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45142 Date:   Wed Jul 23 17:37:10 2008 -0500
45143
45144     ColdFire: Use CFI Flash driver for M54455EVB
45145
45146     Remove non-common flash driver in
45147     board/freescale/m54455evb/flash.c. The non-cfi flash will
45148     use CONFIG_FLASH_CFI_LEGACY to configure the flash
45149     attribute.
45150
45151     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45152
45153 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
45154 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45155 Date:   Wed Jul 23 17:11:47 2008 -0500
45156
45157     ColdFire: Add M5253DEMO platform support for MCF5253
45158
45159     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45160
45161 commit 80ba61fd82569af40e04d4a089257b81881884f2
45162 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45163 Date:   Wed Aug 6 14:17:09 2008 -0500
45164
45165     ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
45166
45167     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45168
45169 commit d361307e73ce1f6fc68760123f37d4876f851f3e
45170 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45171 Date:   Wed Aug 6 14:11:36 2008 -0500
45172
45173     ColdFire: Fix M5253EVB dram bring up issue
45174
45175     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45176
45177 commit 4b0708093e15b412296328bf81325cf9b69fe512
45178 Author: Wolfgang Denk <wd@denx.de>
45179 Date:   Thu Aug 14 14:41:06 2008 +0200
45180
45181     Coding Style cleanup, update CHANGELOG
45182
45183     Signed-off-by: Wolfgang Denk <wd@denx.de>
45184
45185 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
45186 Author: Scott Wood <scottwood@freescale.com>
45187 Date:   Wed Aug 13 18:24:05 2008 -0500
45188
45189     socrates: Update NAND driver to new API.
45190
45191     Also, fix some minor formatting issues, and simplify the handling of
45192     "state" for writes.
45193
45194     Signed-off-by: Scott Wood <scottwood@freescale.com>
45195
45196 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
45197 Author: Scott Wood <scottwood@freescale.com>
45198 Date:   Wed Aug 13 18:03:40 2008 -0500
45199
45200     quad100hd: Update NAND driver to new API.
45201
45202     Signed-off-by: Scott Wood <scottwood@freescale.com>
45203
45204 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
45205 Author: Scott Wood <scottwood@freescale.com>
45206 Date:   Wed Aug 13 17:53:48 2008 -0500
45207
45208     m5373evb: Update NAND driver to new API.
45209
45210     Signed-off-by: Scott Wood <scottwood@freescale.com>
45211
45212 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
45213 Author: Scott Wood <scottwood@freescale.com>
45214 Date:   Wed Aug 13 17:04:30 2008 -0500
45215
45216     s3c24x0: Update NAND driver to new API.
45217
45218     Signed-off-by: Scott Wood <scottwood@freescale.com>
45219
45220 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
45221 Author: Scott Wood <scottwood@freescale.com>
45222 Date:   Wed Aug 13 15:56:00 2008 -0500
45223
45224     at91: Update board NAND drivers to current API.
45225
45226     Signed-off-by: Scott Wood <scottwood@freescale.com>
45227
45228 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
45229 Author: Kyungmin Park <kmpark@infradead.org>
45230 Date:   Wed Aug 13 09:11:02 2008 +0900
45231
45232     Fix OneNAND build break
45233
45234     Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
45235     - fix bufferram management at erase operation
45236     This patch includes the NAND/OneNAND state filed too.
45237
45238     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
45239     Signed-off-by: Scott Wood <scottwood@freescale.com>
45240
45241 commit 9483df6408c25f16060432de3868901e352e23bc
45242 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45243 Date:   Wed Aug 13 01:40:43 2008 +0200
45244
45245     drivers/mtd/nand_legacy: Move conditional compilation to Makefile
45246
45247     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45248
45249 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
45250 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45251 Date:   Wed Aug 13 01:40:43 2008 +0200
45252
45253     drivers/mtd/nand: Move conditional compilation to Makefile
45254
45255     rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
45256
45257     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45258
45259 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
45260 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45261 Date:   Wed Aug 13 01:40:42 2008 +0200
45262
45263     drivers/mtd/onenand: Move conditional compilation to Makefile
45264
45265     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45266
45267 commit 00b1883a4cac59d97cd297b1a3a398db85982865
45268 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45269 Date:   Wed Aug 13 01:40:42 2008 +0200
45270
45271     drivers/mtd: Move conditional compilation to Makefile
45272
45273     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
45274
45275     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45276
45277 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
45278 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45279 Date:   Wed Aug 13 01:40:41 2008 +0200
45280
45281     drivers/qe: Move conditional compilation to Makefile
45282
45283     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45284
45285 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
45286 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45287 Date:   Wed Aug 13 01:40:40 2008 +0200
45288
45289     drivers/pci: Move conditional compilation to Makefile
45290
45291     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45292
45293 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
45294 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45295 Date:   Wed Aug 13 01:40:40 2008 +0200
45296
45297     drivers/misc: Move conditional compilation to Makefile
45298
45299     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45300
45301 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
45302 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45303 Date:   Wed Aug 13 01:40:40 2008 +0200
45304
45305     drivers/input: Move conditional compilation to Makefile
45306
45307     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45308
45309 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
45310 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45311 Date:   Wed Aug 13 01:40:39 2008 +0200
45312
45313     drivers/dma: Move conditional compilation to Makefile
45314
45315     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45316
45317 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
45318 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45319 Date:   Wed Aug 13 01:40:39 2008 +0200
45320
45321     drivers/block: Move conditional compilation to Makefile
45322
45323     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45324
45325 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
45326 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45327 Date:   Wed Aug 13 01:40:39 2008 +0200
45328
45329     serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
45330
45331     move also conditional compilation to Makefile
45332
45333     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45334
45335 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
45336 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45337 Date:   Wed Aug 13 01:40:38 2008 +0200
45338
45339     serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
45340
45341     move also conditional compilation to Makefile
45342
45343     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45344
45345 commit d6e9ee92e890f67594ab150689510df361133ead
45346 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45347 Date:   Wed Aug 13 01:40:38 2008 +0200
45348
45349     common: Move conditional compilation to Makefile
45350
45351     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45352
45353 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
45354 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45355 Date:   Wed Aug 13 01:40:09 2008 +0200
45356
45357     mx31: move freescale's mx31 boards to vendor board dir
45358
45359     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45360
45361 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
45362 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45363 Date:   Sat Jul 5 23:11:11 2008 +0200
45364
45365     at91: move arch-at91sam9 to arch-at91
45366
45367     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45368
45369 commit 195ccfc5991d48764b2519941e3507f693851d5d
45370 Author: Fathi BOUDRA <fabo@debian.org>
45371 Date:   Wed Aug 6 10:06:20 2008 +0200
45372
45373     OneNAND: Fill in MTD function pointers for OneNAND.
45374
45375     onenand_print_device_info():
45376      - Now returns a string to be placed in mtd->name,
45377        rather than calling printf.
45378      - Remove verbose parameter as it becomes useless.
45379
45380     Signed-off-by: Fathi Boudra <fabo@debian.org>
45381     Signed-off-by: Scott Wood <scottwood@freescale.com>
45382
45383 commit aa646643b6bc250cb3a4966bf728876e0c10d329
45384 Author: Guennadi Liakhovetski <lg@denx.de>
45385 Date:   Wed Aug 6 21:42:07 2008 +0200
45386
45387     nand_spl: Support page-aligned read in nand_load, use chipselect
45388
45389     Supporting page-aligned reads doesn't incure any sinificant overhead, just
45390     a small change in the algorithm. Also replace in_8 with readb, since there
45391     is no in_8 on ARM.
45392
45393     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
45394     Signed-off-by: Scott Wood <scottwood@freescale.com>
45395
45396 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
45397 Author: Scott Wood <scottwood@freescale.com>
45398 Date:   Tue Aug 5 11:15:59 2008 -0500
45399
45400     NAND boot: Update large page support for current API.
45401
45402     Also, remove the ctrl variable in favor of passing the constants
45403     directly, and remove redundant (u8) casts.
45404
45405     Signed-off-by: Scott Wood <scottwood@freescale.com>
45406
45407 commit e4c09508545d1c45617ba45391c03c03cbc360b9
45408 Author: Scott Wood <scottwood@freescale.com>
45409 Date:   Mon Jun 30 14:13:28 2008 -0500
45410
45411     NAND boot: MPC8313ERDB support
45412
45413     Note that with older board revisions, NAND boot may only work after a
45414     power-on reset, and not after a warm reset.  I don't have a newer board
45415     to test on; if you have a board with a 33MHz crystal, please let me know
45416     if it works after a warm reset.
45417
45418     Signed-off-by: Scott Wood <scottwood@freescale.com>
45419
45420 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
45421 Author: Scott Wood <scottwood@freescale.com>
45422 Date:   Thu Jun 26 14:06:52 2008 -0500
45423
45424     mpc8313erdb: Enable NAND in config.
45425
45426     Signed-off-by: Scott Wood <scottwood@freescale.com>
45427
45428 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
45429 Author: Guennadi Liakhovetski <lg@denx.de>
45430 Date:   Thu Jul 31 12:38:26 2008 +0200
45431
45432     NAND: Do not write or read a whole block if it is larger than the environment
45433
45434     Environment can be smaller than NAND block size, do not need to read a whole
45435     block and minimum for writing is one page. Also remove an unused variable.
45436
45437     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
45438     Signed-off-by: Scott Wood <scottwood@freescale.com>
45439
45440 commit eafcabd15f00c142156235c519fcc55b10993241
45441 Author: Marcel Ziswiler <marcel@ziswiler.com>
45442 Date:   Sun Jun 22 16:30:06 2008 +0200
45443
45444     NAND: chip->state does not always get set.
45445
45446     Fixes an issue with chip->state not always being set causing troubles.
45447
45448     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
45449     Signed-off-by: Scott Wood <scottwood@freescale.com>
45450
45451 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
45452 Author: Ilya Yanok <yanok@emcraft.com>
45453 Date:   Mon Jun 30 15:34:40 2008 +0200
45454
45455     NAND: Scan bad blocks lazily.
45456
45457     Rather than scanning on boot, scan upon the first attempt to check the
45458     badness of a block.  This speeds up boot when not using NAND, and reduces
45459     the likelihood of needing to reflash via JTAG if NAND becomes
45460     nonfunctional.
45461
45462     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
45463     Signed-off-by: Scott Wood <scottwood@freescale.com>
45464
45465 commit dfbf617ff055e4216f78d358b0867c548916d14b
45466 Author: Scott Wood <scottwood@freescale.com>
45467 Date:   Thu Jun 12 13:20:16 2008 -0500
45468
45469     NAND read/write fix
45470
45471     Implement block-skipping read/write, based on a patch from
45472     Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
45473
45474     Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
45475     Signed-off-by: Scott Wood <scottwood@freescale.com>
45476
45477 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
45478 Author: Scott Wood <scottwood@freescale.com>
45479 Date:   Thu Jun 12 13:13:23 2008 -0500
45480
45481     NAND: Always skip blocks on read/write/boot.
45482
45483     Use of the non-skipping versions was almost always (if not always)
45484     an error, and no valid use case has been identified.
45485
45486     Signed-off-by: Scott Wood <scottwood@freescale.com>
45487
45488 commit e1c3dbada349992875934575c97b328ab2cb33ca
45489 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45490 Date:   Thu Jun 12 11:10:21 2008 -0500
45491
45492     nand: fsl_upm: convert to updated MTD NAND infrastructure
45493
45494     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45495     Signed-off-by: Scott Wood <scottwood@freescale.com>
45496
45497 commit 300253306acc72b1b2e9faf0987f86551151d7cf
45498 Author: Scott Wood <scottwood@freescale.com>
45499 Date:   Thu May 22 15:02:46 2008 -0500
45500
45501     fsl_elbc_nand: Hard-code the FBAR/FPAR split.
45502
45503     The hardware has separate registers for block and page-within-block,
45504     but the division between the two has no apparent relation to the
45505     actual erase block size of the NAND chip.
45506
45507     Signed-off-by: Scott Wood <scottwood@freescale.com>
45508
45509 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
45510 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45511 Date:   Fri Mar 28 22:10:54 2008 +0300
45512
45513     fsl_elbc_nand: workaround for hangs during nand write
45514
45515     Using current driver elbc sometimes hangs during nand write. Reading back
45516     last byte helps though (thanks to Scott Wood for the idea).
45517
45518     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45519     Signed-off-by: Scott Wood <scottwood@freescale.com>
45520
45521 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
45522 Author: Scott Wood <scottwood@freescale.com>
45523 Date:   Fri Mar 21 16:12:51 2008 -0500
45524
45525     Freescale eLBC FCM NAND driver
45526
45527     This is a driver for the Flash Control Machine of the enhanched Local Bus
45528     Controller found on some Freescale chips (such as the mpc8313 and the
45529     mpc8379).
45530
45531     Signed-off-by: Scott Wood <scottwood@freescale.com>
45532
45533 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
45534 Author: Scott Wood <scottwood@freescale.com>
45535 Date:   Tue Mar 18 15:29:14 2008 -0500
45536
45537     Don't panic if a controller driver does ecc its own way.
45538
45539     Some hardware, such as the enhanced local bus controller used on some
45540     mpc83xx chips, does ecc transparently when reading and writing data, rather
45541     than providing a generic calculate/correct mechanism that can be exported to
45542     the nand subsystem.
45543
45544     The subsystem should not BUG() when calculate, correct, or hwctl are
45545     missing, if the methods that call them have been overridden.
45546
45547     Signed-off-by: Scott Wood <scottwood@freescale.com>
45548
45549 commit e52b34d40a8a646e3d11638ea8797e96398dba13
45550 Author: Stefan Roese <sr@denx.de>
45551 Date:   Thu Jan 10 18:47:33 2008 +0100
45552
45553     NAND: Make NAND driver less verbose per default
45554
45555     This patch turns off printing of bad blocks per default upon bootup.
45556     This can always be shown via the "nand bad" command later.
45557
45558     Signed-off-by: Stefan Roese <sr@denx.de>
45559
45560 commit fe56a2772e5c59577df906163d0d4b29b056140e
45561 Author: Sergey Kubushyn <ksi@koi8.net>
45562 Date:   Wed Jan 9 15:36:20 2008 +0100
45563
45564     NAND: Davinci driver updates
45565
45566     Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
45567     don't have hardware handy so I can not test it at the moment but changes are
45568     rather trivial so it should work. It would be nice if somebody with a
45569     hardware checked it anyways.
45570
45571     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
45572
45573 commit deac913effd8d80535c9ff4687b6fcdff540c554
45574 Author: Stefan Roese <sr@denx.de>
45575 Date:   Sat Jan 5 16:50:32 2008 +0100
45576
45577     NAND: Fix compilation warning and small coding style issue
45578
45579     Signed-off-by: Stefan Roese <sr@denx.de>
45580
45581 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
45582 Author: Stefan Roese <sr@denx.de>
45583 Date:   Sat Jan 5 16:49:37 2008 +0100
45584
45585     NAND: Update nand_spl driver to match updated nand subsystem
45586
45587     This patch changes the NAND booting driver nand_spl/nand_boot.c to match
45588     the new infrastructure from the updated NAND subsystem. This NAND
45589     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
45590     subsystem.
45591
45592     Signed-off-by: Stefan Roese <sr@denx.de>
45593
45594 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
45595 Author: Stefan Roese <sr@denx.de>
45596 Date:   Sat Jan 5 16:47:58 2008 +0100
45597
45598     NAND: Update 4xx NDFC driver to match updated nand subsystem
45599
45600     This patch changes the 4xx NAND driver ndfc.c to match the new
45601     infrastructure from the updated NAND subsystem. This NAND
45602     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
45603     subsystem.
45604
45605     Tested successfully on AMCC Sequoia and Bamboo.
45606
45607     Signed-off-by: Stefan Roese <sr@denx.de>
45608
45609 commit 12072264528eba33737bc9674e19f0e925ffda23
45610 Author: Stefan Roese <sr@denx.de>
45611 Date:   Sat Jan 5 16:43:25 2008 +0100
45612
45613     NAND: Change nand_wait_ready() to not call nand_wait()
45614
45615     This patch changes nand_wait_ready() to not just call nand_wait(),
45616     since this will send a new command to the NAND chip. We just want to
45617     wait for the chip to become ready here.
45618
45619     Signed-off-by: Stefan Roese <sr@denx.de>
45620
45621 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
45622 Author: William Juul <william.juul@datarespons.no>
45623 Date:   Fri Dec 14 16:33:45 2007 +0100
45624
45625     make nand dump and nand dump.oob work
45626
45627     Signed-off-by: William Juul <william.juul@tandberg.com>
45628     Signed-off-by: Scott Wood <scottwood@freescale.com>
45629
45630 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
45631 Author: William Juul <william.juul@datarespons.no>
45632 Date:   Mon Nov 19 14:46:00 2007 +0100
45633
45634     moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
45635
45636     Signed-off-by: William Juul <william.juul@tandberg.com>
45637
45638 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
45639 Author: William Juul <william.juul@tandberg.com>
45640 Date:   Tue Jun 10 16:18:13 2008 -0500
45641
45642     Clean out unneeded files
45643
45644     Signed-off-by: William Juul <william.juul@tandberg.com>
45645
45646 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
45647 Author: William Juul <william.juul@datarespons.no>
45648 Date:   Fri Nov 16 08:44:27 2007 +0100
45649
45650     Create symlinks from yaffs2/direct to yaffs2
45651
45652     Signed-off-by: William Juul <william.juul@tandberg.com>
45653
45654 commit 90ef117b68387d66763291af0117677644166611
45655 Author: William Juul <william.juul@datarespons.no>
45656 Date:   Thu Nov 15 12:23:57 2007 +0100
45657
45658     Incorporate yaffs2 into U-boot
45659
45660     To use YAFFS2 define CONFIG_YAFFS2
45661
45662     Signed-off-by: William Juul <william.juul@tandberg.com>
45663     Signed-off-by: Scott Wood <scottwood@freescale.com>
45664
45665 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
45666 Author: William Juul <william.juul@datarespons.no>
45667 Date:   Thu Nov 15 11:13:05 2007 +0100
45668
45669     YAFFS2 import
45670
45671     Direct import of yaffs as a tarball as of 20071113 from their public
45672     CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
45673
45674     The code can also be imported on the command line with:
45675     export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
45676     (Hit return when asked for a password)
45677     cvs checkout yaffs2
45678
45679     Signed-off-by: William Juul <william.juul@tandberg.com>
45680     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
45681
45682 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
45683 Author: William Juul <william.juul@datarespons.no>
45684 Date:   Wed Nov 14 14:28:11 2007 +0100
45685
45686     Whitespace cleanup and marking broken code.
45687
45688     Changes requested by maintainer Stefan Roese after
45689     posting patch to U-boot mailing list.
45690
45691     Signed-off-by: William Juul <william.juul@tandberg.com>
45692     Signed-off-by: Scott Wood <scottwood@freescale.com>
45693
45694 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
45695 Author: William Juul <william.juul@datarespons.no>
45696 Date:   Fri Nov 9 13:32:30 2007 +0100
45697
45698     Fixing coding style issues
45699
45700      - Fixing leading white spaces
45701      - Fixing indentation where 4 spaces are used instead of tab
45702      - Removing C++ comments (//), wherever I introduced them
45703
45704     Signed-off-by: William Juul <william.juul@tandberg.com>
45705     Signed-off-by: Scott Wood <scottwood@freescale.com>
45706
45707 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
45708 Author: William Juul <william.juul@datarespons.no>
45709 Date:   Thu Nov 8 10:39:53 2007 +0100
45710
45711     Remove white space at end.
45712
45713     Signed-off-by: William Juul <william.juul@tandberg.com>
45714     Signed-off-by: Scott Wood <scottwood@freescale.com>
45715
45716 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
45717 Author: William Juul <william.juul@datarespons.no>
45718 Date:   Wed Oct 31 13:53:06 2007 +0100
45719
45720     Update MTD to that of Linux 2.6.22.1
45721
45722     A lot changed in the Linux MTD code, since it was last ported from
45723     Linux to U-Boot. This patch takes U-Boot NAND support to the level
45724     of Linux 2.6.22.1 and will enable support for very large NAND devices
45725     (4KB pages) and ease the compatibility between U-Boot and Linux
45726     filesystems.
45727
45728     This patch is tested on two custom boards with PPC and ARM
45729     processors running YAFFS in U-Boot and Linux using gcc-4.1.2
45730     cross compilers.
45731
45732     MAKEALL ppc/arm has some issues:
45733      * DOC/OneNand/nand_spl is not building (I have not tried porting
45734        these parts, and since I do not have any HW and I am not familiar
45735        with this code/HW I think its best left to someone else.)
45736
45737     Except for the issues mentioned above, I have ported all drivers
45738     necessary to run MAKEALL ppc/arm without errors and warnings. Many
45739     drivers were trivial to port, but some were not so trivial. The
45740     following drivers must be examined carefully and maybe rewritten to
45741     some degree:
45742      cpu/ppc4xx/ndfc.c
45743      cpu/arm926ejs/davinci/nand.c
45744      board/delta/nand.c
45745      board/zylonite/nand.c
45746
45747     Signed-off-by: William Juul <william.juul@tandberg.com>
45748     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
45749     Signed-off-by: Scott Wood <scottwood@freescale.com>
45750
45751 commit cd82919e6c8a73b363a26f34b734923844e52d1c
45752 Author: Wolfgang Denk <wd@denx.de>
45753 Date:   Tue Aug 12 16:08:38 2008 +0200
45754
45755     Coding style cleanup, update CHANGELOG, prepare release
45756
45757     Signed-off-by: Wolfgang Denk <wd@denx.de>
45758
45759 commit 17e900b8c0f38d922da47073246219dce2a847f2
45760 Author: Wolfgang Denk <wd@denx.de>
45761 Date:   Tue Aug 12 14:54:04 2008 +0200
45762
45763     MVBC_P: fix compile problem
45764
45765     Signed-off-by: Wolfgang Denk <wd@denx.de>
45766
45767 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
45768 Author: Wolfgang Denk <wd@denx.de>
45769 Date:   Tue Aug 12 12:10:11 2008 +0200
45770
45771     MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
45772
45773     Signed-off-by: Wolfgang Denk <wd@denx.de>
45774
45775 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
45776 Author: Wolfgang Denk <wd@denx.de>
45777 Date:   Tue Aug 12 00:36:53 2008 +0200
45778
45779     ads5121: fix compiler warnings (unused variables)
45780
45781     Signed-off-by: Wolfgang Denk <wd@denx.de>
45782
45783 commit 902ca09246039964d59bbcb519b1e1b5aed01308
45784 Author: Kumar Gala <galak@kernel.crashing.org>
45785 Date:   Mon Aug 11 11:29:28 2008 -0500
45786
45787     85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
45788
45789     Use CONFIG_NUM_CPUS to match existing define used by 86xx.
45790
45791     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45792     Acked-by: Jon Loeliger <jdl@freescale.com>
45793
45794 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
45795 Author: Kumar Gala <galak@kernel.crashing.org>
45796 Date:   Mon Aug 11 09:20:53 2008 -0500
45797
45798     Fix fallout from autostart revert
45799
45800     The autostart revert caused a bit of duplicated code as well as
45801     code that was using images->autostart that needs to get removed so
45802     we can build again.
45803
45804     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45805
45806 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
45807 Author: Kumar Gala <galak@kernel.crashing.org>
45808 Date:   Mon Aug 11 09:16:25 2008 -0500
45809
45810     Fix compile error related to r8a66597-hcd & usb
45811
45812     When building the 8544DS board we get this error:
45813
45814     In file included from r8a66597-hcd.c:22:
45815     u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
45816     make[1]: *** [r8a66597-hcd.o] Error 1
45817
45818     The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
45819     is set.
45820
45821     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45822
45823 commit 2d0daa03612338a813e3c9d22680e54eabfea378
45824 Author: Becky Bruce <becky.bruce@freescale.com>
45825 Date:   Mon Aug 4 14:02:26 2008 -0500
45826
45827     POWERPC 86xx: Move BAT setup code to C
45828
45829     This is needed because we will be possibly be locating
45830     devices at physical addresses above 32bits, and the asm
45831     preprocessing does not appear to deal with ULL constants
45832     properly. We now call write_bat in lib_ppc/bat_rw.c.
45833
45834     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
45835     Acked-by: Jon Loeliger <jdl@freescale.com>
45836
45837 commit 9de67149db576c91b9c2a0a182652331e7e44211
45838 Author: Becky Bruce <becky.bruce@freescale.com>
45839 Date:   Mon Aug 4 14:01:53 2008 -0500
45840
45841     POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
45842
45843     Perform sync/isync as required by the architecture.
45844
45845     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
45846     Acked-by: Jon Loeliger <jdl@freescale.com>
45847
45848 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
45849 Author: Becky Bruce <becky.bruce@freescale.com>
45850 Date:   Mon Aug 4 14:01:16 2008 -0500
45851
45852     POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
45853
45854     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
45855     Acked-by: Jon Loeliger <jdl@freescale.com>
45856
45857 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
45858 Author: Magnus Lilja <lilja.magnus@gmail.com>
45859 Date:   Sun Aug 3 21:44:10 2008 +0200
45860
45861     i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
45862
45863     Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
45864     contacts instead of only the first 256 ones as is the case prior to
45865     this patch.
45866
45867     Add missing MUX_* macros and update board files to use the new macros.
45868
45869     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
45870
45871 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
45872 Author: Magnus Lilja <lilja.magnus@gmail.com>
45873 Date:   Sun Aug 3 21:43:37 2008 +0200
45874
45875     i.MX31: Fix IOMUX related typos
45876
45877     Correct the names of some IOMUX macros.
45878
45879     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
45880
45881 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
45882 Author: Steve Sakoman <steve@sakoman.com>
45883 Date:   Mon Aug 11 20:26:16 2008 +0200
45884
45885     OneNAND: Remove unused parameters to onenand_verify_page
45886
45887     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.
45888
45889     Signed-off-by: Steve Sakoman <steve@sakoman.com>
45890     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
45891
45892 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
45893 Author: Anatolij Gustschin <agust@denx.de>
45894 Date:   Fri Aug 8 18:00:40 2008 +0200
45895
45896     video: fix bug in cfb_console code
45897
45898     FILL_15BIT_555RGB macro extension for pixel swapping
45899     by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
45900     introduced a bug in cfb_console:
45901
45902     Bitmaps with odd-numbered width won't be rendered
45903     correctly and even U-Boot crashes are observed on
45904     some platforms while repeated rendering of such
45905     bitmaps with "bmp display". Also if a bitmap is
45906     rendered to an odd-numbered x starting position,
45907     the same problem occurs. This patch is an attempt
45908     to fix it.
45909
45910     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45911
45912 commit d9015f6a50d7258125349ef5c2af836458a0029a
45913 Author: Anatolij Gustschin <agust@denx.de>
45914 Date:   Fri Aug 8 18:00:39 2008 +0200
45915
45916     video: fix bug in logo_plot
45917
45918     If logo_plot() should ever be called with x starting
45919     position other than zero and for pixel depths greater
45920     than 8bpp, logo colors distortion will be observed.
45921     This patch fixes the issue.
45922
45923     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45924
45925 commit 406819ae94f79f5b59e01d163380ca7d83709251
45926 Author: Wolfgang Denk <wd@denx.de>
45927 Date:   Mon Aug 11 00:17:52 2008 +0200
45928
45929     MAINTAINERS: sort entries
45930
45931     Signed-off-by: Wolfgang Denk <wd@denx.de>
45932
45933 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
45934 Author: Roy Zang <tie-fei.zang@freescale.com>
45935 Date:   Thu Aug 7 18:19:28 2008 +0800
45936
45937     Add mpc7448hpc2 maintainer information
45938
45939     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
45940
45941 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
45942 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
45943 Date:   Thu Aug 7 13:13:27 2008 +0530
45944
45945     common/cmd_load.c - Minor code & Coding Style cleanup
45946
45947     - os_data_header Variable is a carry over feature
45948        & unused. So removed all instance of this variable
45949      - Minor Code Style Update
45950
45951     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
45952     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45953
45954 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
45955 Author: Magnus Lilja <lilja.magnus@gmail.com>
45956 Date:   Wed Aug 6 19:32:33 2008 +0200
45957
45958     Update the U-Boot wiki URL.
45959
45960     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
45961
45962 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
45963 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
45964 Date:   Sun Aug 10 17:56:36 2008 +0200
45965
45966     OneNAND: Remove base address offset usage
45967
45968     While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
45969     using OneNAND and some using NAND, we found some differences in OneNAND and
45970     NAND command address handling.
45971
45972     As this might confuse users (it already confused us), we like to align OneNAND
45973     and NAND address handling.
45974
45975     The issue is that cmd_onenand.c subtracts the onenand base address from the
45976     addresses you type into the u-boot command line so, unlike nand, you can't
45977     use addresses relative to the start of the onenand part e.g. this won't work:
45978
45979     onenand read 82000000 280000 400000
45980
45981     you have to use:
45982
45983     onenand read 82000000 20280000 400000
45984
45985     Looking at recent git, the only board currently using OneNAND is Apollon, and
45986     for this the OneNAND base address is 0 (apollon.h)
45987
45988     #define     CFG_ONENAND_BASE        0x00000000
45989
45990     so patch below won't break any existing boards and will align OneNAND and NAND
45991     handling on boards where OneNAND base address is != 0.
45992
45993     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
45994     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
45995     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
45996
45997 commit c11528083ef6e55e76df742228c26e39d151813d
45998 Author: Kumar Gala <galak@kernel.crashing.org>
45999 Date:   Thu Aug 7 09:28:20 2008 -0500
46000
46001     mpc85xx: workaround old binutils bug
46002
46003     The recent change to move the .bss outside of the image gives older
46004     binutils (ld from eldk4.1/binutils-2.16) some headache:
46005
46006     ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
46007     ppc_85xx-ld: final link failed: Bad value
46008
46009     We workaround it by being explicit about the program headers and not
46010     assigning the .bss to a program header.
46011
46012     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46013
46014 commit 0bf202ec586d4466c900e987720fa635c594d689
46015 Author: Wolfgang Denk <wd@denx.de>
46016 Date:   Sun Aug 10 01:26:26 2008 +0200
46017
46018     Revert "[new uImage] Add autostart flag to bootm_headers structure"
46019
46020     This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
46021
46022     The commit was based on a misunderstanding of the (documented)
46023     meaning of the 'autostart' environment variable. It might cause
46024     boards to hang if 'autostart' was used, with the potential to brick
46025     them. Go back to the documented behaviour.
46026
46027     Conflicts:
46028
46029         common/cmd_bootm.c
46030         common/image.c
46031         include/image.h
46032
46033     Signed-off-by: Wolfgang Denk <wd@denx.de>
46034
46035 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
46036 Author: Wolfgang Denk <wd@denx.de>
46037 Date:   Sat Aug 9 23:17:32 2008 +0200
46038
46039     TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
46040
46041     - enable CFI driver where this was forgotten
46042     - enable mtdparts support
46043     - adjust default environment
46044     etc.
46045
46046     Signed-off-by: Wolfgang Denk <wd@denx.de>
46047
46048 commit 41266c9b5a5f873df3ec891bb0907616958b5602
46049 Author: Peter Tyser <ptyser@xes-inc.com>
46050 Date:   Tue Aug 5 10:51:57 2008 -0500
46051
46052     FIT: Fix handling of images without ramdisks
46053
46054     boot_get_ramdisk() should not treat the case when a FIT image does
46055     not contain a ramdisk as an error.
46056
46057     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
46058     Acked-by: Michal Simek <monstr@monstr.eu>
46059
46060 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
46061 Author: Sergey Lapin <slapin@ossfans.org>
46062 Date:   Sat Aug 9 01:39:09 2008 +0400
46063
46064     DataFlash: AT45DB021 fix and AT45DB081 support
46065
46066     Fix for page size of AT45DB021. Also adding bigger AT45DB081
46067     which comes with some newer boards.
46068
46069     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
46070
46071 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
46072 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
46073 Date:   Fri Aug 8 16:30:23 2008 +0900
46074
46075     sh: Update sh7763rdp config
46076
46077     Add sh_eth support to sh7763rdp.
46078
46079     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
46080
46081 commit 21f971ec265f6042ec21636d55d06a6bc0751077
46082 Author: Wolfgang Denk <wd@denx.de>
46083 Date:   Mon Jul 7 01:22:29 2008 +0200
46084
46085     TQM823L: re-enable logo support; update LCD_INFO text
46086
46087     Signed-off-by: Wolfgang Denk <wd@denx.de>
46088
46089 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
46090 Author: Wolfgang Denk <wd@denx.de>
46091 Date:   Fri Aug 8 16:41:56 2008 +0200
46092
46093     TQM8xxL: fix support for second flash bank
46094
46095     When switching the TQM8xxL modules to use the CFI flash driver,
46096     support for the second flash bank was broken because the CFI driver
46097     did not support dynamically sized banks. This gets fixed now.
46098
46099     Signed-off-by: Wolfgang Denk <wd@denx.de>
46100
46101 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
46102 Author: Wolfgang Denk <wd@denx.de>
46103 Date:   Fri Aug 8 16:39:54 2008 +0200
46104
46105     CFI: allow for dynamically determined flash sizes and addresses
46106
46107     The CFI driver allowed only for static initializers in the
46108     CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
46109     several flash banks contiguously if the bank sizes were not known in
46110     advance, which kind of violates U-Boot's design philosophy.
46111
46112     (will be used for example by the TQM8xxL boards)
46113
46114     Signed-off-by: Wolfgang Denk <wd@denx.de>
46115
46116 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
46117 Author: Ben Warren <biggerbadderben@gmail.com>
46118 Date:   Thu Aug 7 23:26:35 2008 -0700
46119
46120     QE UEC: Fix compiler warnings
46121
46122     Moved static functions earlier in file so forward declarations are not needed.
46123
46124     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
46125
46126 commit d5d28fe4aad5f4535400647a5617c11039506467
46127 Author: David Saada <David.Saada@ecitele.com>
46128 Date:   Mon Mar 31 02:37:38 2008 -0700
46129
46130     QE UEC: Add MII Commands
46131
46132     Add MII commands to the UEC driver. Note that once a UEC device is selected,
46133     any device on its MDIO bus can be addressed.
46134
46135     Signed-off-by: David Saada <david.saada@ecitele.com>
46136     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
46137
46138 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
46139 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
46140 Date:   Wed Jul 9 21:07:38 2008 +0900
46141
46142     usb: add support for R8A66597 usb controller
46143
46144     add support for Renesas R8A66597 usb controller.
46145     This patch supports USB Host mode.
46146
46147     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
46148     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
46149
46150 commit 1d10dcd041aaeae9fd7c821005692898a0303382
46151 Author: Hunter, Jon <jon-hunter@ti.com>
46152 Date:   Sat Jul 26 18:59:16 2008 -0500
46153
46154     Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
46155
46156     Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
46157
46158     Signed-off-by: Jon Hunter <jon-hunter@ti.com>
46159     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
46160
46161 commit eab1007334b93a6209f1ec33615e26ef5311ede7
46162 Author: Steven A. Falco <sfalco@harris.com>
46163 Date:   Wed Aug 6 15:42:52 2008 -0400
46164
46165     ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
46166
46167     The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
46168     configuration to match the schematic, and also sets the SDR0_PFC1 register to
46169     select the corresponding mode for the UARTs.
46170
46171     Signed-off-by: Steven A. Falco <sfalco@harris.com>
46172     Signed-off-by: Stefan Roese <sr@denx.de>
46173
46174 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
46175 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
46176 Date:   Wed Aug 6 14:42:13 2008 +0200
46177
46178     avr32: add support for EarthLCD Favr-32 board
46179
46180     This patch adds support for the Favr-32 board made by EarthLCD.
46181
46182     This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
46183     has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
46184     Ethernet, audio out, USB device, SD-card slot, USART and various other
46185     connectors for cennecting stuff to SPI, I2C, GPIO, etc.
46186
46187     Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
46188     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46189
46190 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
46191 Author: Rafael Campos <rafael.campos@hanscan.com>
46192 Date:   Thu Jul 31 10:22:20 2008 +0200
46193
46194     cfi-flash: Added support to flash_real_protect for Atmel flash devices
46195
46196     Some of the flash memories produced by ATMEL start in read-only mode.
46197     We need to unprotect it. This patch allows the AT49BV6416 to work with
46198     cfi_flash memories. Tested in the at91rm9200ek board.
46199
46200     Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
46201     Signed-off-by: Stefan Roese <sr@denx.de>
46202
46203 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
46204 Author: Guennadi Liakhovetski <lg@denx.de>
46205 Date:   Tue Aug 5 15:36:39 2008 +0200
46206
46207     cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
46208
46209     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
46210     Signed-off-by: Stefan Roese <sr@denx.de>
46211
46212 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
46213 Author: Stefan Roese <sr@denx.de>
46214 Date:   Wed Aug 6 14:06:03 2008 +0200
46215
46216     Fix merge problems
46217
46218     Signed-off-by: Stefan Roese <sr@denx.de>
46219
46220 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
46221 Author: Stefan Roese <sr@denx.de>
46222 Date:   Wed Aug 6 14:05:38 2008 +0200
46223
46224     Fix merge problems
46225
46226     Signed-off-by: Stefan Roese <sr@denx.de>
46227
46228 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
46229 Author: Kenneth Johansson <kenneth@southpole.se>
46230 Date:   Tue Jul 15 12:13:38 2008 +0200
46231
46232     mpc5121: Move iopin features from board specific to common files.
46233
46234     And in the process eliminate some duplicate register defines.
46235
46236     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
46237
46238 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
46239 Author: John Rigby <jrigby@freescale.com>
46240 Date:   Tue Aug 5 17:38:57 2008 -0600
46241
46242     mpc5121: squash some fdt fixup errors
46243
46244     On ADS5121 when booting linux the following errors are seen:
46245         Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
46246         Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
46247         Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
46248
46249     This is caused by ft_cpu_setup trying to deal with
46250     both old and new soc node naming.  This patch
46251     fixes this by being smarter about what to
46252     fixup.
46253
46254     Also do soc node fixups by compatible instead of by path.
46255     A new board config called OF_SOC_COMPAT defined
46256     to be "fsl,mpc5121-immr" replaces the old
46257     OF_SOC node path that was defined to be "soc@80000000".
46258
46259     Old device trees still work, but the compatiblity
46260     is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
46261     which is on by default in include/configs/ads5121.h.
46262
46263     Signed-off-by: John Rigby <jrigby@freescale.com>
46264
46265 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
46266 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46267 Date:   Sat Aug 2 23:48:30 2008 +0200
46268
46269     drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
46270
46271     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46272
46273 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
46274 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46275 Date:   Sat Aug 2 23:48:32 2008 +0200
46276
46277     nios2/sysid: fix printf warning
46278
46279     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46280
46281 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
46282 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46283 Date:   Sat Aug 2 23:48:33 2008 +0200
46284
46285     Fix remaining build issues with MPC8xx FADS boards.
46286
46287     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46288
46289 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
46290 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46291 Date:   Sat Aug 2 23:48:31 2008 +0200
46292
46293     nios2: fix phys_addr_t and phys_size_t support
46294
46295     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46296
46297 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
46298 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46299 Date:   Sat Aug 2 23:48:34 2008 +0200
46300
46301     mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
46302
46303     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46304
46305 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
46306 Author: Mark Jackson <mpfj@mimc.co.uk>
46307 Date:   Fri Aug 1 09:48:29 2008 +0100
46308
46309     Fix bitmap display for atmel lcd controller
46310
46311     The current lcd_display_bitmap() function does not work properly
46312     for the Atmel LCD controller.
46313
46314     2 fixes need to be done:-
46315
46316     (a) when setting the colour map, use the lcd_setcolreg() function
46317         as provided by the Atmel driver
46318     (b) the data is never actually written to the lcd framebuffer !!
46319
46320     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
46321
46322 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
46323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46324 Date:   Fri Aug 1 08:40:34 2008 +0200
46325
46326     qemu_mips: update README to follow qemu update about default machine
46327
46328     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46329
46330 commit ac169d645f5f0e0b9a232563099209e92a355d8e
46331 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46332 Date:   Thu Jul 31 19:53:21 2008 -0500
46333
46334     ColdFire: Fix compilation issue caused by a missing function
46335
46336     Implement usec2ticks() which is used by fsl_i2c.c in
46337     lib_m68k/time.c
46338
46339     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46340
46341 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
46342 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46343 Date:   Thu Jul 31 19:53:06 2008 -0500
46344
46345     Fix compilation error for TASREG
46346
46347     TASREG is ColdFire platform, the include ppc4xx.h in
46348     board/esd/common/flash.c causes conflict.
46349
46350     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46351
46352 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
46353 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46354 Date:   Thu Jul 31 19:52:36 2008 -0500
46355
46356     Fix compilation error for MCF5275
46357
46358     Rename OBJ to COBJ in board/platform/Makefile
46359
46360     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46361
46362 commit 5c40548f01218360a1f1395198c50ff45f3035b5
46363 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46364 Date:   Thu Jul 31 19:52:28 2008 -0500
46365
46366     Fix compile error caused by incorrect function return type
46367
46368     Rename int mii_init(void) to void mii_init(void) for idmr
46369     ColdFire platform
46370
46371     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
46372
46373 commit a58c78067c928976c082c758d3987e89ead5b191
46374 Author: Wolfgang Denk <wd@denx.de>
46375 Date:   Fri Aug 1 12:06:22 2008 +0200
46376
46377     Fix build issues with MPC8xx FADS boards.
46378
46379     Signed-off-by: Wolfgang Denk <wd@denx.de>
46380
46381 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
46382 Author: Wolfgang Denk <wd@denx.de>
46383 Date:   Thu Jul 31 17:54:03 2008 +0200
46384
46385     Prepare v1.3.4-rc2: update CHANGELOG
46386
46387     Signed-off-by: Wolfgang Denk <wd@denx.de>
46388
46389 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
46390 Author: Mark Jackson <mpfj@mimc.co.uk>
46391 Date:   Thu Jul 31 16:09:00 2008 +0100
46392
46393     Add gzipped logo support
46394
46395     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
46396
46397       If this option is set, additionally to standard BMP
46398       images, gzipped BMP images can be displayed via the
46399       splashscreen support or the bmp command.
46400
46401     However, the splashscreen function *only* supports standard BMP images.
46402
46403     This patch adds the documented gzip support.
46404
46405     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
46406
46407 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
46408 Author: Mark Jackson <mpfj@mimc.co.uk>
46409 Date:   Thu Jul 31 15:56:48 2008 +0100
46410
46411     Fix Atmel LCD controller endianess for AVR32 processors
46412
46413     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
46414     AVR32 (big endian) platforms.
46415
46416     As such, the controller can handle both big and little endian memory.
46417
46418     This patch fixes the driver for the AVR32 platform.
46419
46420     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
46421
46422 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
46423 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46424 Date:   Thu Jul 31 15:56:01 2008 +0200
46425
46426     apollon: fix build out of tree
46427
46428     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46429
46430 commit 2e752be39d3e398d4ab89ffa6634c397df298297
46431 Author: Guennadi Liakhovetski <lg@denx.de>
46432 Date:   Thu Jul 31 12:35:04 2008 +0200
46433
46434     Uncompressed images loaded to their start address shall set load_end too
46435
46436     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
46437     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
46438
46439 commit c37207d7f51e19c17f859966f314e27cc1231801
46440 Author: Wolfgang Denk <wd@denx.de>
46441 Date:   Wed Jul 16 16:38:59 2008 +0200
46442
46443     Fix printf() format problems with configurable prompts
46444
46445     U-Boot allows for configurable prompt strings using the
46446     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
46447     the assumption was that any such user defined problts would contain
46448     exactly one "%d" format specifier. But some boards did not.
46449
46450     To allow for flexible boot prompts without adding too complex code we
46451     now allow to specify the whole list of printf() arguments in the user
46452     definition. This is powerful, but requires a responsible user who
46453     really understands what he is doing, as he needs to know for exanple
46454     which variables are available in the respective context.
46455
46456     Signed-off-by: Wolfgang Denk <wd@denx.de>
46457
46458 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
46459 Author: Wolfgang Denk <wd@denx.de>
46460 Date:   Thu Jul 31 17:02:14 2008 +0200
46461
46462     TQM85xx: fix typo introduce by commit ffbb5cb9
46463
46464     Signed-off-by: Wolfgang Denk <wd@denx.de>
46465
46466 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
46467 Author: Wolfgang Denk <wd@denx.de>
46468 Date:   Thu Jul 31 15:27:01 2008 +0200
46469
46470     mvbc_p board: fix most build warnings.
46471
46472     Signed-off-by: Wolfgang Denk <wd@denx.de>
46473
46474 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
46475 Author: Wolfgang Denk <wd@denx.de>
46476 Date:   Thu Jul 31 13:57:20 2008 +0200
46477
46478     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
46479
46480     Avoid "integer constant is too large for 'long' type" warnings.
46481     And simplify the code.
46482
46483     Signed-off-by: Wolfgang Denk <wd@denx.de>
46484
46485 commit 9196b44334c330cc13de2464c59181e4db71f549
46486 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
46487 Date:   Wed Jul 30 23:21:19 2008 +0400
46488
46489     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
46490
46491     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
46492
46493 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
46494 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
46495 Date:   Wed Jul 30 23:20:32 2008 +0400
46496
46497     PPC: Add pci_clk in the global_data for CPM2 processors
46498
46499     This patch adds pci_clk field to the global_data structure for the
46500     processors which have CPM2 module in case the CONFIG_PCI is defined.
46501
46502     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
46503
46504 commit f0ff885ca64655bee6540eb8a25eed90b1152686
46505 Author: Kumar Gala <galak@kernel.crashing.org>
46506 Date:   Wed Jul 30 14:13:30 2008 -0500
46507
46508     mpc85xx: Update linker scripts for Freescale boards
46509
46510     * Move to using absolute addressing always.  Makes the scripts a bit more
46511       portable and common
46512     * Moved .bss after the end of the image.  These allows us to have more
46513       room in the resulting binary image for code and data.
46514     * Removed .text object files that aren't really needed
46515     * Make sure _end is 4-byte aligned as the .bss init code expects this.
46516       (Its possible that the end of .bss isn't 4-byte aligned)
46517
46518     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46519
46520 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
46521 Author: Kumar Gala <galak@kernel.crashing.org>
46522 Date:   Wed Jul 30 08:01:15 2008 -0500
46523
46524     Fix compile warnings in dlmalloc
46525
46526     The origional code was using on odd reference to get to the first
46527     real element in av_[].  The first two elements of the array are
46528     not used for actual bins, but for house keeping.  If we are more
46529     explicit about how use the first few elements we can get rid of the
46530     warnings:
46531
46532     dlmalloc.c: In function 'malloc_extend_top':
46533     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
46534     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
46535     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
46536     ...
46537
46538     The logic of how this code came to be is:
46539         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
46540
46541     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
46542         bin_at(0) = &(av_[0])
46543
46544     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
46545
46546     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46547
46548 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
46549 Author: Stefan Roese <sr@denx.de>
46550 Date:   Wed Jul 30 10:21:01 2008 +0200
46551
46552     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
46553
46554     Signed-off-by: Stefan Roese <sr@denx.de>
46555
46556 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
46557 Author: Stefan Roese <sr@denx.de>
46558 Date:   Wed Jul 30 09:59:51 2008 +0200
46559
46560     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
46561
46562     A recent patch used '#if (CONFIG_CMD_USB)' instead of
46563     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
46564     common/bootm.c compile again.
46565
46566     Signed-off-by: Stefan Roese <sr@denx.de>
46567     Acked-by: Markus Klotzbuecher <mk@denx.de>
46568
46569 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
46570 Author: Kyungmin Park <kmpark@infradead.org>
46571 Date:   Tue Jul 22 08:01:43 2008 +0900
46572
46573     Remove unused I2C at apollon board
46574
46575     There are no I2C devices on this board.
46576
46577     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
46578
46579 commit 3c95960e526b3b026da20201db64526f46faf14b
46580 Author: Wolfgang Denk <wd@denx.de>
46581 Date:   Thu Jul 31 10:12:09 2008 +0200
46582
46583     at91rm9200dk, csb637: fix NAND related build problems
46584
46585     Tried fixing NAND support for the at91rm9200dk board; untested.
46586     Disabled NAND support in the csb637 board config file.
46587
46588     Signed-off-by: Wolfgang Denk <wd@denx.de>
46589
46590 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
46591 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46592 Date:   Wed Jul 30 12:39:28 2008 +0200
46593
46594     ppc4xx: ML507: Environment in flash and MTD Support
46595
46596     - Relocate the location of U-Boot in the flash
46597     - Save the environment in one sector of the flash memory
46598     - MTD Support
46599
46600     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46601     Signed-off-by: Stefan Roese <sr@denx.de>
46602
46603 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
46604 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46605 Date:   Tue Jul 29 17:16:10 2008 +0200
46606
46607     ppc4xx: ML507: Use of get_ram_size in board ml507
46608
46609     - Change suggested by WD
46610
46611     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46612     Signed-off-by: Stefan Roese <sr@denx.de>
46613
46614 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
46615 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46616 Date:   Mon Jul 21 20:30:07 2008 +0200
46617
46618     ppc4xx: ML507: U-Boot in flash and System ACE
46619
46620     This patch allows booting from FLASH the ML507 board by Xilinx.
46621     Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
46622
46623     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46624     Signed-off-by: Stefan Roese <sr@denx.de>
46625
46626 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
46627 Author: Julien May <mailinglist@miromico.ch>
46628 Date:   Mon Jun 23 13:57:52 2008 +0200
46629
46630     Add support for the hammerhead (AVR32) board
46631
46632     The Hammerhead platform is built around a AVR32 32-bit microcontroller
46633     from Atmel.  It offers versatile peripherals, such as ethernet, usb
46634     device, usb host etc.
46635
46636     The board also incooperates a power supply and is a Power over Ethernet
46637     (PoE) Powered Device (PD).
46638
46639     Additonally, a Cyclone III FPGA from Altera is integrated on the board.
46640     The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
46641     DDR2 SDRAM interfaces, which will cover even the most exceptional need
46642     of memory bandwidth. Together with the onboard video decoder the board
46643     is ready for video processing.
46644
46645     For more information see: http:///www.miromico.com/hammerhead
46646
46647     Signed-off-by: Julien May <mailinglist@miromico.ch>
46648     [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
46649     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46650
46651 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
46652 Author: Kumar Gala <galak@kernel.crashing.org>
46653 Date:   Tue Jul 29 12:23:49 2008 -0500
46654
46655     fsl_i2c: Use timebase timer functions instead of get_timer()
46656
46657     The current implementation of get_timer() is only really useful after we
46658     have relocated u-boot to memory.  The i2c code is used before that as part
46659     of the SPD DDR setup.
46660
46661     We actually have a bug when using the get_timer() code before relocation
46662     because the .bss hasn't been setup and thus we could be reading/writing
46663     a random location (probably in flash).
46664
46665     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46666
46667 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
46668 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
46669 Date:   Tue Jul 29 14:49:31 2008 +0200
46670
46671     Adder8xx: Fix CFG_MONITOR_LEN
46672
46673     Due to increased space usage, U-Boot can no longer be stored in three sectors.
46674     The current U-Boot use just over three flash sectors (197k), and U-Boot will
46675     become corrupt after saving environment variables. This patch adds another 64k
46676     to CFG_MONITOR_LEN.
46677
46678     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
46679
46680 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
46681 Author: Kyungmin Park <kmpark@infradead.org>
46682 Date:   Tue Jul 29 08:47:57 2008 +0900
46683
46684     Add OneNAND IPL related files to gitignore
46685
46686     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
46687
46688 commit 8d87589e8e874df7120a3d9667f051bc33bac250
46689 Author: Rafal Jaworowski <raj@semihalf.com>
46690 Date:   Mon Jul 28 20:38:25 2008 +0200
46691
46692     API: Teach the storage layer about SATA and MMC options.
46693
46694     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
46695     Acked-by: Rafal Jaworowski <raj@semihalf.com>
46696
46697 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
46698 Author: Rafal Jaworowski <raj@semihalf.com>
46699 Date:   Mon Jul 28 20:37:48 2008 +0200
46700
46701     API: Dump contents of sector 0 in the demo application.
46702
46703     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
46704     Acked-by: Rafal Jaworowski <raj@semihalf.com>
46705
46706 commit 13ca6305f2eba49c175f6370c35286141059c789
46707 Author: Rafal Jaworowski <raj@semihalf.com>
46708 Date:   Mon Jul 28 20:37:10 2008 +0200
46709
46710     API: Correct storage enumeration routine, other minor fixes in API storage area.
46711
46712     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
46713     Acked-by: Rafal Jaworowski <raj@semihalf.com>
46714
46715 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
46716 Author: Rafal Jaworowski <raj@semihalf.com>
46717 Date:   Mon Jul 28 20:36:19 2008 +0200
46718
46719     API: Fix compilation warnings in api_examples/demo.c.
46720
46721     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
46722
46723 commit c14eefcc48212af2f3314809605698dd8393a90a
46724 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46725 Date:   Sun Jul 27 17:09:43 2008 +0200
46726
46727     Fix more printf() format warnings
46728
46729     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46730
46731 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
46732 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46733 Date:   Fri Jul 25 15:18:16 2008 +0200
46734
46735     Fix remaining CFG_CMD_ define, ifdef and comments
46736
46737     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46738
46739 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
46740 Author: Stefano Babic <sbabic@denx.de>
46741 Date:   Fri Jul 25 08:57:40 2008 +0200
46742
46743     Add include for config.h in command.h.
46744
46745     Because the cmd_tbl_s structure depends on the configuration file, it
46746     must be assured that config.h is included before the structure is
46747     evaluated by the compiler. If this is not certain, it could happen
46748     that the compiler generates structures of different size, depending
46749     on the fact if the source file includes <config.h> before or after
46750     <command.h>.
46751
46752     The effect is that u-boot crashes when tries to relocate the command
46753     table (for ppc) or try to access to the command table for other
46754     architectures.
46755
46756     The problem can happen on board-depending commands. All general
46757     commands under /common are unaffected, because they include already
46758     config.h before command.h.
46759
46760     Signed-off-by: Stefano Babic <sbabic@denx.de>
46761
46762 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
46763 Author: Scott Wood <scottwood@freescale.com>
46764 Date:   Wed Jul 23 13:16:06 2008 -0500
46765
46766     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
46767
46768     This fixes building out-of-tree.
46769
46770     Signed-off-by: Scott Wood <scottwood@freescale.com>
46771
46772 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
46773 Author: Heiko Schocher <hs@denx.de>
46774 Date:   Wed Jul 23 07:30:46 2008 +0200
46775
46776     Fix warnings if compiling with IDE support.
46777
46778     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
46779     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
46780
46781     Signed-off-by: Heiko Schocher <hs@denx.de>
46782
46783 commit 7610db17fd4d59c51d825488526d85ede2f06767
46784 Author: Adrian Filipi <adrian.filipi@eurotech.com>
46785 Date:   Tue Jul 22 14:28:11 2008 -0400
46786
46787     Removed support for the adsvix board.
46788
46789     Support for the adsvix was originally provided by Applied Data
46790     Systems (ADS), inc., now EuroTech, Inc.
46791     The board never shipped aside from some sample boards.
46792
46793     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
46794
46795 commit f96b44cef897bd372beb86dde1b33637c119d84d
46796 Author: Remy Bohmer <linux@bohmer.net>
46797 Date:   Tue Jul 22 16:22:11 2008 +0200
46798
46799     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
46800
46801     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
46802     never set, because relocation to RAM is actually never done by U-boot
46803     itself. However, several pieces of code check if this flag is set at
46804     some time.
46805
46806     So, to make sure this flag is set on boards skipping relocation, this
46807     is added to the initialisation of U-boot at a moment where it is safe
46808     to do so.
46809
46810     Signed-off-by: Remy Bohmer <linux@bohmer.net>
46811
46812 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
46813 Author: Timur Tabi <timur@freescale.com>
46814 Date:   Mon Jul 21 14:26:23 2008 -0500
46815
46816     fsl-i2c: fix writes to data segment before relocation
46817
46818     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
46819     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
46820     I2C bus speed and save the value in i2c_bus_speed[], which is a global
46821     variable.  It is an error to write to the data segment before relocation,
46822     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
46823
46824     Signed-off-by: Timur Tabi <timur@freescale.com>
46825
46826 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
46827 Author: Wolfgang Ocker <weo@reccoware.de>
46828 Date:   Mon Jul 28 16:56:51 2008 +0200
46829
46830     mips: Fix baudrate divisor computation on alchemy cpus
46831
46832     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
46833     on alchemy cpus.
46834
46835     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
46836     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46837
46838 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
46839 Author: Ben Warren <biggerbadderben@gmail.com>
46840 Date:   Sat Jul 5 00:08:48 2008 -0700
46841
46842     Moved initialization of AVR32 Ethernet controllers to board_eth_init()
46843
46844     Renamed initialization functions for atngw100 and atstk1000.
46845     Removed initializations for these boards from net/eth.c
46846
46847     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
46848     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46849
46850 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
46851 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46852 Date:   Wed Jul 23 10:55:46 2008 +0200
46853
46854     spi flash: Fix printf() format warnings
46855
46856     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46857
46858 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
46859 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46860 Date:   Wed Jul 23 10:55:31 2008 +0200
46861
46862     atmel_mci: Fix printf() format warnings
46863
46864     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46865
46866 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
46867 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46868 Date:   Wed Jul 23 10:55:15 2008 +0200
46869
46870     avr32: Fix printf() format warnings
46871
46872     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46873
46874 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
46875 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46876 Date:   Wed Jul 23 10:52:19 2008 +0200
46877
46878     avr32: asm/io.h needs asm/types.h
46879
46880     map_physmem() takes a phys_addr_t as parameter. This type is defined in
46881     asm/types.h, so we need to include that file.
46882
46883     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46884
46885 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
46886 Author: Michal Simek <monstr@monstr.eu>
46887 Date:   Thu Jul 17 12:25:46 2008 +0200
46888
46889     microblaze: Fix printf() format issues
46890
46891     Signed-off-by: Michal Simek <monstr@monstr.eu>
46892
46893 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
46894 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
46895 Date:   Thu Jul 17 07:27:51 2008 +0530
46896
46897     Remove unused code from lib_arm/bootm.c
46898
46899     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
46900
46901 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
46902 Author: Detlev Zundel <dzu@denx.de>
46903 Date:   Wed Jul 16 18:56:45 2008 +0200
46904
46905     tqm85xx: Demystify 'DK: !!!' comment
46906
46907     Signed-off-by: Detlev Zundel <dzu@denx.de>
46908
46909 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
46910 Author: Detlev Zundel <dzu@denx.de>
46911 Date:   Wed Jul 16 18:56:44 2008 +0200
46912
46913     83xx/85xx/86xx: Add LTEDR local bus definitions
46914
46915     Signed-off-by: Detlev Zundel <dzu@denx.de>
46916
46917 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
46918 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46919 Date:   Wed Jul 16 16:22:32 2008 +0200
46920
46921     serial_xuartlite.c: fix compiler warnings
46922
46923     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46924     Acked-by: Grant Likely <grant.likely@secretlab.ca>
46925
46926 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
46927 Author: Stefan Roese <sr@denx.de>
46928 Date:   Fri Jul 18 11:03:35 2008 +0200
46929
46930     POST: Add disable interrupts in some of the missing CPU POST tests
46931
46932     Some CPU POST tests did not disable the interrupts while running. This
46933     seems to be necessary to protect this self modifying code.
46934
46935     Signed-off-by: Stefan Roese <sr@denx.de>
46936
46937 commit 97a3bf268d096e0e97e54048448c35114edcf557
46938 Author: Stefan Roese <sr@denx.de>
46939 Date:   Fri Jul 18 10:43:24 2008 +0200
46940
46941     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
46942
46943     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
46944     CFG_64BIT_LBA.
46945
46946     Signed-off-by: Stefan Roese <sr@denx.de>
46947
46948 commit 0043ac55024963295fc79b39af85b6dc3b261e17
46949 Author: Niklaus Giger <niklaus.giger@netstal.com>
46950 Date:   Fri Jul 18 11:22:23 2008 +0200
46951
46952     POST PPC4xx/spr IVPR only if PPC440
46953
46954     The SPR IVPR register is only present (as far as I know) for
46955     processors with a PPC440 core.
46956
46957     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
46958     Acked-by: Stefan Roese <sr@denx.de>
46959
46960 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
46961 Author: Stefan Roese <sr@denx.de>
46962 Date:   Fri Jul 18 10:42:29 2008 +0200
46963
46964     ppc4xx: Enable 64bit printf format on 440/460 platforms
46965
46966     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
46967     440/460 platforms. This may be needed since those platforms support
46968     36bit physical address space.
46969
46970     Signed-off-by: Stefan Roese <sr@denx.de>
46971
46972 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
46973 Author: Stefan Roese <sr@denx.de>
46974 Date:   Fri Jul 18 15:57:23 2008 +0200
46975
46976     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
46977
46978     This patch fixes a problem with incorrect MODTx (On Die Termination)
46979     setup for a configuration with multiple DIMM's and multiple ranks.
46980     Without this change Katmai was unable to boot Linux with DDR2 frequency
46981     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
46982     with DDR2 frequency = 640MHz and mem=4GB.
46983
46984     Signed-off-by: Stefan Roese <sr@denx.de>
46985
46986 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
46987 Author: Stefan Roese <sr@denx.de>
46988 Date:   Fri Jul 18 12:24:41 2008 +0200
46989
46990     ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
46991
46992     Signed-off-by: Stefan Roese <sr@denx.de>
46993
46994 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
46995 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46996 Date:   Thu Jul 17 12:47:09 2008 +0200
46997
46998     ppc4xx: ML507 Board Support
46999
47000     The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
47001         among others:
47002         -Virtex 5 FX FPGA (With a ppc440x5 in it)
47003         -256MB of SDRAM2
47004         -32MB of Flash
47005         -I2C Eeprom
47006         -System ACE chip
47007         -Serial ATA connectors
47008         -RS232 Level Conversors
47009         -Ethernet Transceiver
47010
47011     This patch gives support to a standard design produced by EDK for this
47012     board: ppc440, uartlite, xilinx_int and flash
47013
47014     - Includes Changes propossed by Stefan Roese and Michal Simek
47015
47016     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
47017     Acked-by: Stefan Roese <sr@denx.de>
47018
47019 commit d865fd09809a3a18669f35f970781820af40e4de
47020 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
47021 Date:   Thu Jul 17 11:44:12 2008 +0200
47022
47023     ppc4xx: CPU PPC440x5 on Virtex5 FX
47024
47025     -This patchs gives support for the embbedded ppc440
47026      on the Virtex5 FPGAs
47027     -interrupts.c divided in uic.c and interrupts.c
47028     -xilinx_irq.c for xilinx interrupt controller
47029     -Include modifications propossed by  Stefan Roese
47030
47031     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
47032     Acked-by: Stefan Roese <sr@denx.de>
47033
47034 commit 340ccb260f21516be360745d5c5e3bd0657698df
47035 Author: Sebastian Siewior <bigeasy@linutronix.de>
47036 Date:   Wed Jul 16 20:04:49 2008 +0200
47037
47038     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
47039
47040     This got broken by commits 93c56f212c
47041      [cfi_flash: support of long cmd in U-boot.]
47042
47043     That command needs to be in little endian format on BE machines
47044     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
47045     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
47046     the cmdbuf in case portwidth = chipwidth = 8bit.
47047
47048     Cc: Alexey Korolev <akorolev@infradead.org>
47049     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
47050     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
47051
47052 commit 11188d55bc16dd907451c00282e00a038f73dd62
47053 Author: Stefan Roese <sr@denx.de>
47054 Date:   Thu Jul 17 10:40:51 2008 +0200
47055
47056     ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
47057
47058     Signed-off-by: Stefan Roese <sr@denx.de>
47059
47060 commit 021f6df6e96af5b387810cf96d24848da1faa55c
47061 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
47062 Date:   Thu Jul 10 17:20:51 2008 +0400
47063
47064     83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
47065
47066     The thinko was quite silly indeed, I messed with !ptr. Normally this
47067     would trigger some fault, but in U-Boot NULL pointer is equal to phys
47068     0, so the code was working still, just didn't actually test mpc8315erdb
47069     environment variable value. Heh.
47070
47071     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
47072     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47073
47074 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
47075 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
47076 Date:   Tue Jul 8 21:00:04 2008 +0400
47077
47078     83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
47079
47080     Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
47081     support, or without TSEC1 but with USB ULPI PHY support in addition.
47082     With this patch user can specify desired USB PHY.
47083
47084     Also, it seems that we can't distinguish the two boards in software, so
47085     user have to set `mpc8315erdb' environment variable to either 'tsec1'
47086     (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
47087     Linux will not probe for TSEC1.
47088
47089     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
47090     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47091
47092 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
47093 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
47094 Date:   Tue Jul 8 20:59:43 2008 +0400
47095
47096     fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
47097
47098     Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
47099     MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
47100     (connected to the four-ports hub, usb host only).
47101
47102     This patch implements support for passing Dual-Role USB controller's
47103     device tree property phy_type through the usb_phy_type environment
47104     variable.
47105
47106     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
47107     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
47108     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47109
47110 commit 699f05125509249072a0b865c8d35520d97cd501
47111 Author: Wolfgang Denk <wd@denx.de>
47112 Date:   Tue Jul 15 22:22:44 2008 +0200
47113
47114     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
47115
47116     Signed-off-by: Wolfgang Denk <wd@denx.de>
47117
47118 commit bcab74baa6b1b1c969038ab6f64a186239180405
47119 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47120 Date:   Tue Jul 15 11:23:02 2008 -0400
47121
47122     Round the serial port clock divisor value returned by calc_divisor()
47123
47124     Round the serial port clock divisor value returned by
47125     calc_divisor()
47126
47127     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47128     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
47129
47130 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
47131 Author: Robin Getz <rgetz@blackfin.uclinux.org>
47132 Date:   Tue Jul 15 21:44:46 2008 +0200
47133
47134     Fix DHCP protocol so U-Boot does not respond too early
47135     on the network with it's offered IP number; it should not reply until
47136     after it has received a DHCP ACK message. Also ensures that U-Boot
47137     does it's DHCPREQUEST as broadcast (per RFC 2131).
47138
47139     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
47140     Acked-by: Ben Warren <biggerbadderben@gmail.com>
47141     Signed-off-by: Wolfgang Denk <wd@denx.de>
47142
47143 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
47144 Author: Sebastian Siewior <bigeasy@linutronix.de>
47145 Date:   Tue Jul 15 13:35:23 2008 +0200
47146
47147     cfi_flash: make the command u32 only
47148
47149     This got changed by commit 93c56f212c
47150     [cfi_flash: support of long cmd in U-boot.]
47151
47152     Long is the wrong type because it will behave differently on 64bit
47153     machines in a way that is probably not expected. u32 should be
47154     enough.
47155
47156     Cc: Alexey Korolev <akorolev@infradead.org>
47157     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
47158     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
47159
47160 commit 31cfe57491b183acae575d486729e158f016c27b
47161 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47162 Date:   Mon Jul 14 23:48:41 2008 +0200
47163
47164     tools/gitignore: update to all generated files
47165
47166     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47167
47168 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
47169 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
47170 Date:   Wed Jul 9 18:30:44 2008 +0200
47171
47172     mpc5xxx: Add MVBC_P board support
47173
47174     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
47175     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
47176
47177     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
47178     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
47179
47180 commit e2d31fb3450653115452144363d5bde4e5e3e693
47181 Author: Timur Tabi <timur@freescale.com>
47182 Date:   Thu Jun 19 17:56:11 2008 -0500
47183
47184     Update Freescale sys_eeprom.c to handle CCID formats
47185
47186     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
47187     NXID format replaces the older CCID format, but it's important to support both
47188     since most boards out there still use the CCID format.  This change is in
47189     preparation for using one file to handle both formats.  This will also unify
47190     EEPROM support for all Freescale 85xx and 86xx boards.
47191
47192     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
47193     instead of ID_EEPROM_ADDR.
47194
47195     Signed-off-by: Timur Tabi <timur@freescale.com>
47196
47197 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
47198 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47199 Date:   Fri Jul 11 17:22:43 2008 +0900
47200
47201     pci: sh: Add pci_skip_dev and pci_print_dev function
47202
47203     Add function of new PCI, pci_skip_dev and pci_print_dev.
47204
47205     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47206     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47207
47208 commit 1107014e835ec9d46c0333f4211d104f77442db0
47209 Author: Andy Fleming <afleming@freescale.com>
47210 Date:   Mon Jul 14 20:29:07 2008 -0500
47211
47212     Clean up INIT_RAM options
47213
47214     The L2_INIT_RAM option was unused, and recent changes to the TLB code
47215     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
47216     the amount of mapped space attached to nothing, we change things so the TLBs
47217     get cleared.
47218
47219     Signed-off-by: Andy Fleming <afleming@freescale.com>
47220
47221 commit 4524561820a9327e89107854b3a7187800ccf719
47222 Author: Andy Fleming <afleming@freescale.com>
47223 Date:   Mon Jul 14 20:26:57 2008 -0500
47224
47225     Remove fake flash bank from 8544 DS
47226
47227     The fake flash bank was generating errors for anyone who didn't have a
47228     PromJET hooked up to the board.  As that constitutes the vast majority of
47229     users, we remove it.
47230
47231     Signed-off-by: Andy Fleming <afleming@freescale.com>
47232
47233 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
47234 Author: Kumar Gala <galak@kernel.crashing.org>
47235 Date:   Mon Jul 14 14:07:03 2008 -0500
47236
47237     MPC8544DS: Add ATI Video card support
47238
47239     Add support for using a PCIe ATI Video card on PCIe2.
47240
47241     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47242
47243 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
47244 Author: Kumar Gala <galak@kernel.crashing.org>
47245 Date:   Mon Jul 14 14:07:02 2008 -0500
47246
47247     85xx: Add some L1/L2 SPR register definitions
47248
47249     Add new L1/L2 SPRs related to e500mc cache config and control.
47250
47251     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47252
47253 commit e5852787f0c3c442a276262f13d91ca450605ac0
47254 Author: Kumar Gala <galak@kernel.crashing.org>
47255 Date:   Mon Jul 14 14:07:01 2008 -0500
47256
47257     MPC8544DS: Report board id, board version and fpga version.
47258
47259     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47260
47261 commit 73f15a060f67a2462551c334215bd20fac6b81d1
47262 Author: Kumar Gala <galak@kernel.crashing.org>
47263 Date:   Mon Jul 14 14:07:00 2008 -0500
47264
47265     85xx: Cleanup L2 cache size detection
47266
47267     The L2 size detection code was a bit confusing and we kept having to add
47268     code to it to handle new processors.  Change the sense of detection so we
47269     look for the older processors that aren't changing.
47270
47271     Also added support for 1M cache size on 8572.
47272
47273     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47274
47275 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
47276 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
47277 Date:   Fri Jul 11 15:33:08 2008 -0400
47278
47279     sbc8560: enable CONFIG_OF_LIBFDT by default
47280
47281     Make the default build for the sbc8560 board be powerpc
47282     capable with libfdt support.
47283
47284     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
47285
47286 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
47287 Author: Andy Fleming <afleming@freescale.com>
47288 Date:   Mon Jul 14 20:04:40 2008 -0500
47289
47290     Fix indentation for default boot environment variables
47291
47292     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
47293     similar #defines in sbc8560.h.
47294
47295     Signed-off-by: Andy Fleming <afleming@freescale.com>
47296
47297 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
47298 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
47299 Date:   Fri Jul 11 15:33:07 2008 -0400
47300
47301     sbc8560: add default fdt values
47302
47303     Add in the default fdt settings and the typical EXTRA_ENV
47304     settings as borrowed from the mpc8560ads.  Fix a couple
47305     of stale references to the mpc8560ads dating back to the
47306     original clone/fork.
47307
47308     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
47309     Signed-off-by: Andy Fleming <afleming@freescale.com>
47310
47311 commit d04e76edf92f7f89696989e8702b97e020455af3
47312 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
47313 Date:   Fri Jul 11 15:33:06 2008 -0400
47314
47315     sbc8560: add in ft_board_setup()
47316
47317     Add in for the sbc8560, the ft_board_setup() routine, based on what is
47318     in use for the Freescale MPC8560ADS board.
47319
47320     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
47321
47322 commit c158bcaca3b31cbe38c4143812e6170e38a57393
47323 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
47324 Date:   Fri Jul 11 15:33:05 2008 -0400
47325
47326     sbc8560: define eth0 and eth1 instead of eth1 and eth2
47327
47328     The existing config doesn't define CONFIG_HAS_ETH0, and so the
47329     fdt support doesn't update the zeros in the dtb local-mac with
47330     real data from the u-boot env.  Since the existing config is
47331     tailored to just two interfaces, get rid of the ETH2 definitions
47332     at the same time.
47333
47334     Also don't include any end user specific data into the environment
47335     by default -- things like MAC address, network parameters etc. need
47336     to come from the end user.
47337
47338     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
47339     Signed-off-by: Andy Fleming <afleming@freescale.com>
47340
47341 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
47342 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
47343 Date:   Fri Jul 11 15:33:04 2008 -0400
47344
47345     sbc8560: properly set cs0_bnds for 512MB
47346
47347     The sbc8560 board ships with 512MB of memory installed,
47348     but the current cs0_bnds is hard coded for 256MB.  Set the
47349     value based on CFG_SDRAM_SIZE.
47350
47351     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
47352
47353 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
47354 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
47355 Date:   Fri Jul 11 15:33:03 2008 -0400
47356
47357     sbc8560: proper definitions for TSEC.
47358
47359     The definitions for the TSEC have become out of date.  There is no
47360     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
47361     Update to match those of other boards, like the MPC8560ADS.
47362
47363     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
47364     Acked-by: Ben Warren <biggerbadderben@gmail.com>
47365
47366 commit 71074abbe0c76429577aff58aeff0a24ad210b23
47367 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
47368 Date:   Wed Jul 9 13:23:05 2008 -0400
47369
47370     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
47371
47372     Some boards that have external 16550 UARTs don't have a direct
47373     tie between bi_busfreq and the clock used for the UARTs.  Boards
47374     that do have such a tie should set CFG_NS16550_CLK to be
47375     get_bus_freq(0) -- which most of them do already.
47376
47377     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
47378     Acked-by: Kim Phillips <kim.phillips@freescale.com>
47379
47380 commit 24ef76f320fbadf074105229826514db140f939f
47381 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
47382 Date:   Wed Jul 2 07:03:53 2008 -0700
47383
47384     Change the temp map to ROM to align addresses to page size.
47385
47386     With a page size of BOOKE_PAGESZ_16M, both the real and effective
47387     addresses must be multiples of 16MB.  The hardware silently truncates
47388     them so the code happens to work.  This patch clarifies the situation
47389     by establishing addresses that the hardware doesn't need to truncate.
47390
47391     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
47392     Signed-off-by: Andy Fleming <afleming@freescale.com>
47393
47394 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
47395 Author: Kim Phillips <kim.phillips@freescale.com>
47396 Date:   Tue Jun 17 17:45:22 2008 -0500
47397
47398     mpc85xx: use IS_E_PROCESSOR macro
47399
47400     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47401
47402 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
47403 Author: Kim Phillips <kim.phillips@freescale.com>
47404 Date:   Mon Jun 16 15:55:53 2008 -0500
47405
47406     fdt: add crypto node handling for MPC8{3, 5}xxE processors
47407
47408     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
47409     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
47410     if on an 'EA' processor, e.g. MPC8349EA.
47411
47412     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47413
47414 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
47415 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47416 Date:   Fri Jul 11 15:10:11 2008 -0400
47417
47418     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
47419
47420     ARM DaVinci: Remove extern phy_t declaration by moving
47421     code to proper place.
47422
47423     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47424
47425 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
47426 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47427 Date:   Fri Jul 11 15:10:10 2008 -0400
47428
47429     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
47430
47431     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
47432     and prototype of i2c_init().
47433
47434     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47435
47436 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
47437 Author: Kumar Gala <galak@kernel.crashing.org>
47438 Date:   Mon Jul 14 14:03:02 2008 -0500
47439
47440     Fix some more printf() format problems.
47441
47442     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47443
47444 commit 45b16d22c64674ccd8c4637456a987463609141c
47445 Author: Wolfgang Denk <wd@denx.de>
47446 Date:   Mon Jul 14 22:38:42 2008 +0200
47447
47448     Fix coding style; make code better parsable by external tools
47449
47450     Signed-off-by: Wolfgang Denk <wd@denx.de>
47451
47452 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
47453 Author: Wolfgang Denk <wd@denx.de>
47454 Date:   Mon Jul 14 21:19:08 2008 +0200
47455
47456     cpu/i386/serial.c: Fix syntax errors
47457
47458     Signed-off-by: Wolfgang Denk <wd@denx.de>
47459
47460 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
47461 Author: Wolfgang Denk <wd@denx.de>
47462 Date:   Mon Jul 14 20:41:35 2008 +0200
47463
47464     elppc board: Coding style cleanup.
47465
47466     Signed-off-by: Wolfgang Denk <wd@denx.de>
47467
47468 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
47469 Author: Wolfgang Denk <wd@denx.de>
47470 Date:   Mon Jul 14 20:40:22 2008 +0200
47471
47472     elppc board: fix syntax error.
47473
47474     Signed-off-by: Wolfgang Denk <wd@denx.de>
47475
47476 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
47477 Author: Wolfgang Denk <wd@denx.de>
47478 Date:   Mon Jul 14 20:38:26 2008 +0200
47479
47480     EB+MCF-EV123 board: fix coding style (alingment)
47481
47482     Signed-off-by: Wolfgang Denk <wd@denx.de>
47483
47484 commit 6841785a0bb0f38175456a923edd634fb7dd6947
47485 Author: Wolfgang Denk <wd@denx.de>
47486 Date:   Mon Jul 14 20:36:44 2008 +0200
47487
47488     EB+MCF-EV123 board: fix syntx error
47489
47490     Signed-off-by: Wolfgang Denk <wd@denx.de>
47491
47492 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
47493 Author: Andy Fleming <afleming@freescale.com>
47494 Date:   Mon Jul 7 18:02:08 2008 -0500
47495
47496     Remove LBC_CACHE_BASE from 8544 DS
47497
47498     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
47499     space for some anyway, we were allowing speculative loads into unmapped space,
47500     which would cause an exception (annoying, even if ultimately harmless).
47501     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
47502     problem.
47503
47504     Signed-off-by: Andy Fleming <afleming@freescale.com>
47505
47506 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
47507 Author: Wolfgang Denk <wd@denx.de>
47508 Date:   Mon Jul 14 15:19:07 2008 +0200
47509
47510     Code cleanup: fix old style assignment ambiguities like "=-" etc.
47511
47512     Signed-off-by: Wolfgang Denk <wd@denx.de>
47513
47514 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
47515 Author: Wolfgang Denk <wd@denx.de>
47516 Date:   Mon Jul 14 15:10:53 2008 +0200
47517
47518     AmigaOneG3SE: remove dead and incomplete files
47519
47520     Signed-off-by: Wolfgang Denk <wd@denx.de>
47521
47522 commit b64f190b7a34224df09b559ca111eb1b733f00ad
47523 Author: Wolfgang Denk <wd@denx.de>
47524 Date:   Mon Jul 14 15:06:35 2008 +0200
47525
47526     Fix printf() format issues with sizeof_t types by using %zu
47527
47528     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47529     Signed-off-by: Wolfgang Denk <wd@denx.de>
47530
47531 commit f354b73e16a86f9e9085471a830605f74f84ea5d
47532 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47533 Date:   Mon Jul 14 14:11:45 2008 +0200
47534
47535     vsprintf: add z and t options
47536
47537     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47538
47539 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
47540 Author: Wolfgang Denk <wd@denx.de>
47541 Date:   Sun Jul 13 23:07:35 2008 +0200
47542
47543     Fix some more printf() format issues.
47544
47545     Signed-off-by: Wolfgang Denk <wd@denx.de>
47546
47547 commit d5996dd555edf52721b7691a4c59de016251ed39
47548 Author: Wolfgang Denk <wd@denx.de>
47549 Date:   Sun Jul 13 19:51:00 2008 +0200
47550
47551     Fix some more printf() format problems.
47552
47553     Signed-off-by: Wolfgang Denk <wd@denx.de>
47554
47555 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
47556 Author: Wolfgang Denk <wd@denx.de>
47557 Date:   Sun Jul 13 19:48:26 2008 +0200
47558
47559     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
47560
47561     Signed-off-by: Wolfgang Denk <wd@denx.de>
47562
47563 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
47564 Author: Anatolij Gustschin <agust@denx.de>
47565 Date:   Sat Jul 12 17:31:36 2008 +0200
47566
47567     Fix bug in Lime video driver
47568
47569     We need to wait while drawing engine clears frame
47570     buffer before any further software accesses to frame
47571     buffer will be initiated. Otherwise software drawn
47572     parts could be partially destroyed by the drawing
47573     engine or even GDC chip freeze could occur (as
47574     observed on socrates board).
47575
47576     Signed-off-by: Anatolij Gustschin <agust@denx.de>
47577
47578 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
47579 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47580 Date:   Sat Jul 12 14:36:34 2008 +0200
47581
47582     Fix some more printf() format issues.
47583
47584     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47585
47586 commit 18c8a28aad49803780bd8d52432ded528e37e701
47587 Author: Michal Simek <monstr@monstr.eu>
47588 Date:   Fri Jul 11 15:11:57 2008 +0200
47589
47590     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
47591
47592     Signed-off-by: Michal Simek <monstr@monstr.eu>
47593     Acked-by: Stefan Roese <sr@denx.de>
47594
47595 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
47596 Author: Michal Simek <monstr@monstr.eu>
47597 Date:   Fri Jul 11 11:50:53 2008 +0200
47598
47599     hwmon: Cleaning hwmon devices
47600
47601     Clean Makefile
47602     Move device specific values to driver for better reading
47603
47604     Signed-off-by: Michal Simek <monstr@monstr.eu>
47605     Acked-by: Stefan Roese <sr@denx.de>
47606
47607 commit c78fce699c7ff467ecd841da6a79f065180bf578
47608 Author: Michal Simek <monstr@monstr.eu>
47609 Date:   Fri Jul 11 10:43:13 2008 +0200
47610
47611     FIS: repare incorrect return value with ramdisk handling
47612
47613     Microblaze and PowerPC use boot_get_ramdisk for loading
47614     ramdisk to memory with checking return value.
47615     Return 0 means success. Return 1 means failed.
47616     Here is correspond part of code from bootm.c which check
47617     return code.
47618
47619     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
47620                 &rd_data_start, &rd_data_end);
47621     if (ret)
47622         goto error;
47623
47624     Signed-off-by: Michal Simek <monstr@monstr.eu>
47625
47626 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
47627 Author: Michal Simek <monstr@monstr.eu>
47628 Date:   Fri Jul 11 10:10:32 2008 +0200
47629
47630     microblaze: Remove useless ancient headers
47631
47632     Signed-off-by: Michal Simek <monstr@monstr.eu>
47633
47634 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
47635 Author: Michal Simek <monstr@monstr.eu>
47636 Date:   Fri Jul 11 10:10:31 2008 +0200
47637
47638     microblaze: Clean uartlite driver
47639
47640     Redesign uartlite driver to in_be32 and out_be32 macros
47641     Fix missing header in io.h
47642
47643     Signed-off-by: Michal Simek <monstr@monstr.eu>
47644     Acked-by: Grant Likely <grant.likely@secretlab.ca>
47645
47646 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
47647 Author: Marcel Ziswiler <marcel@ziswiler.com>
47648 Date:   Fri Jul 11 02:39:14 2008 +0200
47649
47650     Enable passing of ATAGs required by latest Linux kernel.
47651
47652 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
47653 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47654 Date:   Fri Jul 11 10:24:15 2008 -0400
47655
47656     Fix integer overflow warning in calc_divisor()
47657
47658     which happened when rounding the serial port clock divisor
47659
47660     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47661
47662 commit 6b760189d77f001684e3160b355c185ca3804961
47663 Author: Marcel Ziswiler <marcel@ziswiler.com>
47664 Date:   Fri Jul 11 01:09:59 2008 +0200
47665
47666     Fix build time warnings in function mmc_decode_csd()
47667
47668     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
47669
47670 commit c15947d6ce0d59925c97fdfac692476af6e262d0
47671 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47672 Date:   Thu Jul 10 10:46:33 2008 -0400
47673
47674     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
47675
47676     caused by missing dcache status/enable/disable functions.
47677
47678     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47679
47680 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
47681 Author: Stefan Roese <sr@denx.de>
47682 Date:   Thu Jul 10 13:53:31 2008 +0200
47683
47684     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
47685
47686     This patch removes some ft_board_setup() functions from some 4xx boards.
47687     This can be done since we now have a default weak implementation for this
47688     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
47689     implementation like canyonlands need their own version.
47690
47691     Signed-off-by: Stefan Roese <sr@denx.de>
47692
47693 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
47694 Author: Wolfgang Denk <wd@denx.de>
47695 Date:   Sun Jul 13 14:58:16 2008 +0200
47696
47697     Add last known maintainer for orphaned boards; reformat.
47698
47699     Signed-off-by: Wolfgang Denk <wd@denx.de>
47700
47701 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
47702 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47703 Date:   Thu Jul 10 13:16:04 2008 +0200
47704
47705     Remove kharris@nexus-tech.net from MAINTAINERS
47706
47707     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
47708     anymore. You can't be a maintainer without a valid e-mail address, so
47709     move all boards that used to be maintained by Kyle Harris to the
47710     "orphaned" list.
47711
47712     Currently, only PowerPC has a list of orphaned boards, so this patch
47713     creates one for ARM as well.
47714
47715     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47716
47717 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
47718 Author: Anatolij Gustschin <agust@denx.de>
47719 Date:   Thu Jul 10 01:15:10 2008 +0200
47720
47721     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
47722
47723     On the at91sam9260ep development board there is an EEPROM
47724     connected to the TWI interface (PA23, PA24 Peripheral A
47725     multiplexing), so we cannot use these pins as ETX2, ETX3.
47726     This patch configures PA10, PA11 pins for ETX2, ETX3
47727     instead of PA23, PA24 pins.
47728
47729     Signed-off-by: Anatolij Gustschin <agust@denx.de>
47730     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
47731
47732 commit f889265753ddf4465d9d580827bb9289bfac55d6
47733 Author: Kenneth Johansson <kenneth@southpole.se>
47734 Date:   Sat Jul 12 13:18:34 2008 -0600
47735
47736     fix DIU for small screens
47737
47738     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
47739     so it was not possible to set a slow pixel clock and thus prevented
47740     display on small screens.
47741
47742     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
47743     Acked-by: John Rigby <jrigby@freescale.com>
47744
47745 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
47746 Author: John Rigby <jrigby@freescale.com>
47747 Date:   Fri Jul 11 14:44:09 2008 -0600
47748
47749     ADS5121 cleanup compile warnings
47750
47751     board/ads5121/iopin.c
47752         Replace bit fields in struct iopin_t with a single
47753         field and intialize it via plain old macros.
47754         This fixes the type pun warnings and makes the code
47755         more readable.
47756
47757     board/ads5121/ads5121.c
47758         Add include iopin.h to ads5121.c for the iopin_initialize
47759         prototype.
47760
47761         Add an extern void ads5121_diu_init(void)
47762
47763     Signed-off-by: John Rigby <jrigby@freescale.com>
47764
47765 commit bde63587622c4b830a27d1ddf7265843de9e994f
47766 Author: Wolfgang Denk <wd@denx.de>
47767 Date:   Fri Jul 11 22:56:11 2008 +0200
47768
47769     Fix some more printf() format issues.
47770
47771     Signed-off-by: Wolfgang Denk <wd@denx.de>
47772
47773 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
47774 Author: Wolfgang Denk <wd@denx.de>
47775 Date:   Fri Jul 11 22:55:31 2008 +0200
47776
47777     Fixed some out-of-tree build issues
47778
47779     Signed-off-by: Wolfgang Denk <wd@denx.de>
47780
47781 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
47782 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47783 Date:   Wed Jul 9 16:20:23 2008 -0500
47784
47785     ColdFire: Fix FB CS not setup properly for Mcf5282
47786
47787     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
47788     CFG_CSn_RO is defined as 0, the chipselect will not
47789     be assigned.
47790
47791     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47792
47793 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
47794 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47795 Date:   Wed Jul 9 15:47:27 2008 -0500
47796
47797     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
47798
47799     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
47800     clock module in cpu/<cf arch>/cpu_init.c
47801
47802     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47803
47804 commit f94945b517f10e01927101679c62361e03d4e837
47805 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47806 Date:   Wed Jul 9 15:25:01 2008 -0500
47807
47808     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
47809
47810     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47811
47812 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
47813 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47814 Date:   Wed Jul 9 15:21:44 2008 -0500
47815
47816     Fix compile error caused by missing timer function
47817
47818     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
47819
47820     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47821
47822 commit c37ea031175b807c54e6bad9b270e9bede6c0078
47823 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47824 Date:   Wed Jul 9 15:14:25 2008 -0500
47825
47826     Fix compile error caused by incorrect function return type
47827
47828     Rename int mii_init(void) to void mii_init(void)
47829
47830     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47831
47832 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
47833 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47834 Date:   Wed Jun 18 19:27:23 2008 -0500
47835
47836     ColdFire: Fix power up issue for MCF5235
47837
47838     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47839
47840 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
47841 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47842 Date:   Wed Jun 18 19:19:07 2008 -0500
47843
47844     ColdFire: Fix compiling error for MCF5275
47845
47846     The compiling error was caused by missing a closed parentheses
47847     in speed.c
47848
47849     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47850
47851 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
47852 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47853 Date:   Wed Jun 18 19:14:01 2008 -0500
47854
47855     ColdFire: Fix timer issue for MCF5272
47856
47857     The timer was assigned to wrong timer memory mapped which
47858     caused udelay() and timer() not working properly.
47859
47860     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47861
47862 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
47863 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47864 Date:   Wed Jun 18 19:12:13 2008 -0500
47865
47866     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
47867
47868     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
47869
47870 commit 8371dc2066136be21e10b7b9293e469297d77298
47871 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47872 Date:   Wed Jun 18 19:05:23 2008 -0500
47873
47874     ColdFire: Add -got=single param for new linux v4e toolchains
47875
47876     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
47877
47878 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
47879 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47880 Date:   Wed Jun 18 13:21:19 2008 -0500
47881
47882     ColdFire: Fix code flash configuration for M547x/M548x boards
47883
47884     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
47885
47886 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
47887 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47888 Date:   Tue Jun 24 12:12:16 2008 -0500
47889
47890     ColdFire: Fix warning messages by passing correct data type in board.c
47891
47892     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47893
47894 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
47895 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47896 Date:   Thu May 29 12:21:54 2008 -0500
47897
47898     ColdFire: Fix UART baudrate formula
47899
47900     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
47901     can generate the wrong divisor due to integer division truncation.
47902     Round the calculated divisor value by adding 1/2 the baudrate
47903     before dividing by the baudrate.
47904
47905     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47906     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
47907
47908 commit b578fb471444cbd7db1285701ba51343baaf73fb
47909 Author: Stefan Roese <sr@denx.de>
47910 Date:   Thu Jul 10 11:38:26 2008 +0200
47911
47912     ppc4xx: Fix include sequence in 4xx_pcie.c
47913
47914     This patch now moves common.h to the top of the inlcude list. This
47915     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
47916     the phys_size_t/phys_addr_t are defined to the correct size in this
47917     driver.
47918
47919     Signed-off-by: Stefan Roese <sr@denx.de>
47920
47921 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
47922 Author: Stefan Roese <sr@denx.de>
47923 Date:   Fri Jul 11 13:10:56 2008 +0200
47924
47925     ppc4xx: Fix compile warning in 44x_spd_ddr2.c
47926
47927     Signed-off-by: Stefan Roese <sr@denx.de>
47928
47929 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
47930 Author: Stefan Roese <sr@denx.de>
47931 Date:   Fri Jul 11 11:40:13 2008 +0200
47932
47933     ppc4xx: Fix small korat merge problem
47934
47935     Signed-off-by: Stefan Roese <sr@denx.de>
47936
47937 commit 1d0554736a0a1dd59718acda660871ce56b69e18
47938 Author: Stefan Roese <sr@denx.de>
47939 Date:   Fri Jul 11 11:34:52 2008 +0200
47940
47941     ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
47942
47943     Signed-off-by: Stefan Roese <sr@denx.de>
47944
47945 commit 3a82113ed5934d498f25080441a8261fc9454b15
47946 Author: Stefan Roese <sr@denx.de>
47947 Date:   Thu Jul 10 16:37:09 2008 +0200
47948
47949     ppc4xx: Add 460SX UIC defines
47950
47951     Only the really needed ones are added (cascading and EMAC/MAL).
47952
47953     Signed-off-by: Stefan Roese <sr@denx.de>
47954
47955 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
47956 Author: Stefan Roese <sr@denx.de>
47957 Date:   Mon Jun 30 14:11:07 2008 +0200
47958
47959     ppc4xx: Continue cleanup of ppc440.h
47960
47961     This patch continues the ppc440.h cleanup by removing some of the unused
47962     defines.
47963
47964     Signed-off-by: Stefan Roese <sr@denx.de>
47965
47966 commit d9056b7913ed6a228d2f33671d916efedee541dd
47967 Author: Stefan Roese <sr@denx.de>
47968 Date:   Mon Jun 30 14:05:05 2008 +0200
47969
47970     ppc4xx: Cleanup Katmai & Yucca PCIe register usage
47971
47972     This patch cleans up the 440SPe PCIe register usage. Now only defines
47973     from the include/asm-ppc/4xx_pcie.h are used.
47974
47975     Signed-off-by: Stefan Roese <sr@denx.de>
47976
47977 commit 5de851403b01489b493fa83137ad990b8ce60d1c
47978 Author: Stefan Roese <sr@denx.de>
47979 Date:   Thu Jun 26 17:36:39 2008 +0200
47980
47981     ppc4xx: Rework 440GX UIC handling
47982
47983     This patch reworks the 440GX interrupt handling so that the common 4xx
47984     code can be used. The 440GX is an exception to all other 4xx variants
47985     by having the cascading interrupt vectors not on UIC0 but on a special
47986     UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
47987     the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
47988     handling is simpler without any 440GX special cases.
47989
47990     Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
47991
47992     Signed-off-by: Stefan Roese <sr@denx.de>
47993
47994 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
47995 Author: Stefan Roese <sr@denx.de>
47996 Date:   Thu Jun 26 13:40:57 2008 +0200
47997
47998     ppc4xx: Consolidate PPC4xx UIC defines
47999
48000     This 2nd patch now removes all UIC mask bit definition. They should be
48001     generated from the vectors by using the UIC_MASK() macro from now on.
48002     This way only the vectors need to get defined for new PPC's.
48003
48004     Also only the really used interrupt vectors are now defined. This makes
48005     definitions for new PPC versions easier and less error prone.
48006
48007     Another part of this patch is that the 4xx emac driver got a little
48008     cleanup, since now the usage of the interrupts is clearer.
48009
48010     Signed-off-by: Stefan Roese <sr@denx.de>
48011
48012 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
48013 Author: Stefan Roese <sr@denx.de>
48014 Date:   Wed Jun 25 10:59:22 2008 +0200
48015
48016     ppc4xx: Consolidate PPC4xx UIC defines
48017
48018     This patch is the first step to consolidate the UIC related defines in the
48019     4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
48020     asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
48021     steps.
48022
48023     Signed-off-by: Stefan Roese <sr@denx.de>
48024
48025 commit 7ee2619c20ccecd57966d74d844e6329e141261c
48026 Author: Stefan Roese <sr@denx.de>
48027 Date:   Tue Jun 24 17:18:50 2008 +0200
48028
48029     ppc4xx: Consolidate PPC4xx EBC defines
48030
48031     This patch removes all EBC related defines from the PPC4xx headers
48032     ppc405.h and ppc440.h and introduces a new header
48033
48034     include/asm-ppc/ppc4xx-ebc.h
48035
48036     with all those defines.
48037
48038     Signed-off-by: Stefan Roese <sr@denx.de>
48039
48040 commit e321801bed5a6d896d298c00fd20046f039d5d66
48041 Author: Stefan Roese <sr@denx.de>
48042 Date:   Thu Jul 10 13:52:44 2008 +0200
48043
48044     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
48045
48046     This patch removes some ft_board_setup() functions from some 4xx boards.
48047     This can be done since we now have a default weak implementation for this
48048     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
48049     implementation like canyonlands need their own version.
48050
48051     Signed-off-by: Stefan Roese <sr@denx.de>
48052
48053 commit 08250eb2edbd96514d049602d9e134110ac3185f
48054 Author: Stefan Roese <sr@denx.de>
48055 Date:   Thu Jul 10 15:32:32 2008 +0200
48056
48057     ppc4xx: Fix merge problems in 44x_spd_ddr2.c
48058
48059     Signed-off-by: Stefan Roese <sr@denx.de>
48060
48061 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
48062 Author: Grant Erickson <gerickson@nuovations.com>
48063 Date:   Tue Jul 8 08:35:00 2008 -0700
48064
48065     ppc4xx: Add MII mode support to the EMAC RGMII Bridge
48066
48067     This patch adds support for placing the RGMII bridge on the
48068     PPC405EX(r) into MII/GMII mode and allows a board-specific
48069     configuration to specify the bridge mode at compile-time.
48070
48071     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
48072     Signed-off-by: Stefan Roese <sr@denx.de>
48073
48074 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
48075 Author: Grant Erickson <gerickson@nuovations.com>
48076 Date:   Wed Jul 9 16:46:35 2008 -0700
48077
48078     ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
48079
48080     This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
48081     controller registers (MODT and INITPLR) used by the
48082     PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
48083     peer values used for the INITPLR MR and EMR registers,
48084     respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
48085
48086     With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
48087     Kilauea are replaced by equivalent mnemonics to make it easier to
48088     compare and contrast other 405EX(r)-based boards (e.g. during board
48089     bring-up).
48090
48091     Finally, unified the SDRAM controller register dump routine such that
48092     it can be used across all processor variants that utilize the IBM DDR2
48093     SDRAM controller core. It produces output of the form:
48094
48095         PPC4xx IBM DDR2 Register Dump:
48096                 ...
48097                 SDRAM_MB0CF[40] = 0x00006701
48098                 ...
48099
48100     which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
48101     since it is not uncommon that the DCR values in header files get mixed
48102     up and it helps to validate, at a glance, they match what is printed
48103     in the user manual.
48104
48105     Tested on:
48106       AMCC Kilauea/Haleakala:
48107       - NFS Linux Boot: PASSED
48108       - NAND Linux Boot: PASSED
48109
48110     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
48111     Signed-off-by: Stefan Roese <sr@denx.de>
48112
48113 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
48114 Author: Grant Erickson <gerickson@nuovations.com>
48115 Date:   Wed Jul 9 16:31:59 2008 -0700
48116
48117     ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
48118
48119     Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
48120     revision ID DCR based on 405EX, and add field mnemonics for bus error
48121     status and ECC error status registers.
48122
48123     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
48124     Signed-off-by: Stefan Roese <sr@denx.de>
48125
48126 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
48127 Author: Grant Erickson <gerickson@nuovations.com>
48128 Date:   Wed Jul 9 16:31:36 2008 -0700
48129
48130     ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
48131
48132     This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
48133
48134     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
48135     Signed-off-by: Stefan Roese <sr@denx.de>
48136
48137 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
48138 Author: Grant Erickson <gerickson@nuovations.com>
48139 Date:   Wed Jul 9 11:55:46 2008 -0700
48140
48141     PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
48142
48143     While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
48144     controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
48145     the 405EX(r), SDRAM_MCSTAT has a different DCR value.
48146
48147     Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
48148     which causes SDRAM initialization to periodically fail since it can
48149     prematurely indicate SDRAM ready status.
48150
48151     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
48152     Signed-off-by: Stefan Roese <sr@denx.de>
48153
48154 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
48155 Author: Feng Kan <fkan@amcc.com>
48156 Date:   Tue Jul 8 22:48:42 2008 -0700
48157
48158     ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
48159
48160     Add AMCC Redwood reference board that uses the latest
48161     PPC 464 CPU processor combined with a rich mix of peripheral
48162     controllers. The board will support PCIe, mutiple Gig ethernet
48163     ports, advanced hardware RAID assistance and IEEE 1588.
48164
48165     Signed-off-by: Feng Kan <fkan@amcc.com>
48166     Signed-off-by: Stefan Roese <sr@denx.de>
48167
48168 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
48169 Author: Feng Kan <fkan@amcc.com>
48170 Date:   Tue Jul 8 22:48:07 2008 -0700
48171
48172     ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
48173
48174     Signed-off-by: Feng Kan <fkan@amcc.com>
48175     Signed-off-by: Stefan Roese <sr@denx.de>
48176
48177 commit 7d30793685efcada183891c78fc892e6c9ba50c7
48178 Author: Feng Kan <fkan@amcc.com>
48179 Date:   Tue Jul 8 22:47:31 2008 -0700
48180
48181     ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
48182
48183     Signed-off-by: Feng Kan <fkan@amcc.com>
48184     Signed-off-by: Stefan Roese <sr@denx.de>
48185
48186 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
48187 Author: Wolfgang Denk <wd@denx.de>
48188 Date:   Fri Jul 11 01:16:00 2008 +0200
48189
48190     Fix some more print() format errors.
48191
48192     Signed-off-by: Wolfgang Denk <wd@denx.de>
48193
48194 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
48195 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48196 Date:   Thu Jul 10 20:57:54 2008 +0200
48197
48198     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
48199
48200     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48201
48202 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
48203 Author: Sergey Lapin <slapin@ossfans.org>
48204 Date:   Thu Jun 5 11:06:29 2008 +0400
48205
48206     DataFlash AT45DB021 support
48207
48208     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
48209     bootstrap, u-boot and its environment, using NAND or other external
48210     storage for kernel and rootfs. This patch adds support for
48211     small 1024x263 chip.
48212
48213     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
48214
48215 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
48216 Author: Kim Phillips <kim.phillips@freescale.com>
48217 Date:   Thu Jul 10 14:00:15 2008 -0500
48218
48219     silence misc printf formatting compiler warnings
48220
48221     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48222
48223 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
48224 Author: Markus Klotzbücher <mk@denx.de>
48225 Date:   Thu Jul 10 14:47:09 2008 +0200
48226
48227     USB: shutdown USB before booting
48228
48229     This patch fixes a potentially serious issue related to USB which was
48230     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
48231     ARM920T. Martin wrote:
48232
48233       Turn off USB to prevent the host controller from writing to the
48234       SDRAM while Linux is booting. This could happen, because the HCCA
48235       (Host Controller Communication Area) lies within the SDRAM and the
48236       host controller writes continously to this area (as busmaster!), for
48237       example to increase the HccaFrameNumber variable, which happens
48238       every 1 ms.
48239
48240     This is a slightly modified version of the patch in order to shutdown
48241     USB when booting on all architectures.
48242
48243     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
48244
48245 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
48246 Author: Martha Marx <mmarx@silicontkx.com>
48247 Date:   Thu May 29 14:23:25 2008 -0400
48248
48249     Configuration changes for ADS5121 Rev 3
48250
48251     ADS5121 Rev 3 board is now the default config
48252
48253     config targets are now
48254
48255     ads5121_config
48256         Rev 3 board with
48257         PCI
48258         M41T62 on board RTC
48259         512MB DRAM
48260
48261     ads5121_rev2_config
48262         Rev 2 board with
48263         No PCI
48264         256MB DRAM
48265
48266     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
48267     Acked-by: Grant Likely <grant.likely@secretlab.ca>
48268     Acked-by: John Rigby <jrigby@freescale.com>
48269
48270 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
48271 Author: Martha Marx <mmarx@silicontkx.com>
48272 Date:   Thu May 29 15:37:21 2008 -0400
48273
48274     Consolidate ADS5121 IO Pin configuration
48275
48276     Consolidate ADS5121 IO Pin configuration to one file
48277     board/ads5121/iopin.c.
48278
48279     Remove pin config from cpu/mpc512x/fec.c
48280
48281     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
48282     Acked-by: Grant Likely <grant.likely@secretlab.ca>
48283     Acked-by: John Rigby <jrigby@freescale.com>
48284
48285 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
48286 Author: Christian Eggers <christian@p2400.wgnetz.xx>
48287 Date:   Fri Jun 27 19:46:51 2008 +0200
48288
48289     Fix "usb part" command
48290
48291     Only print partition for selected device if user supplied the <dev>
48292     arg with the "usb part [dev]" command.
48293
48294     Signed-off-by: Christian Eggers <ceggers@gmx.de>
48295     Acked-by: Markus Klotzbuecher <mk@denx.de>
48296
48297 commit cc83b27217f7380041fea386ddb6d6d9b261617d
48298 Author: Harald Welte <laforge@gnumonks.org>
48299 Date:   Mon Jul 7 00:58:05 2008 +0800
48300
48301     fix USB devices with multiple configurations
48302
48303     This patch fixes bugs in usbdcore*.c related to the use of devices
48304     with multiple configurations.
48305
48306     The original code made mistakes about the meaning of configuration value and
48307     configuration index, and the resulting off-by-one errors resulted in:
48308
48309     * SET_CONFIGURATION always selected the first configuration, no matter what
48310       wValue is being passed.
48311     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
48312       configuration (index 0).
48313
48314     Signed-off-by: Harald Welte <laforge@openmoko.org>
48315     Acked-by: Markus Klotzbuecher <mk@denx.de>
48316
48317 commit 06c53beae1a726e707971c555613f09b270a2461
48318 Author: Wolfgang Denk <wd@denx.de>
48319 Date:   Thu Jul 10 13:16:09 2008 +0200
48320
48321     Fix some more print() format errors.
48322
48323     Signed-off-by: Wolfgang Denk <wd@denx.de>
48324
48325 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
48326 Author: Christian Eggers <christian@p2400.wgnetz.xx>
48327 Date:   Fri Jun 27 19:46:51 2008 +0200
48328
48329     Fix "usb part" command
48330
48331     Only print partition for selected device if user supplied the <dev>
48332     arg with the "usb part [dev]" command.
48333
48334     Signed-off-by: Christian Eggers <ceggers@gmx.de>
48335     Acked-by: Markus Klotzbuecher <mk@denx.de>
48336
48337 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
48338 Author: Harald Welte <laforge@gnumonks.org>
48339 Date:   Mon Jul 7 00:58:05 2008 +0800
48340
48341     fix USB devices with multiple configurations
48342
48343     This patch fixes bugs in usbdcore*.c related to the use of devices
48344     with multiple configurations.
48345
48346     The original code made mistakes about the meaning of configuration value and
48347     configuration index, and the resulting off-by-one errors resulted in:
48348
48349     * SET_CONFIGURATION always selected the first configuration, no matter what
48350       wValue is being passed.
48351     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
48352       configuration (index 0).
48353
48354     Signed-off-by: Harald Welte <laforge@openmoko.org>
48355     Acked-by: Markus Klotzbuecher <mk@denx.de>
48356
48357 commit e870690bdca154943ecadd5212d2d59c1b9d391b
48358 Author: Stefan Roese <sr@denx.de>
48359 Date:   Thu Jul 10 10:10:54 2008 +0200
48360
48361     MTD/NAND: Fix printf format warning in nand code
48362
48363     This patch fixes NAND related printf format warning. Those warnings are
48364     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
48365     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
48366     really helpful.
48367
48368     Signed-off-by: Stefan Roese <sr@denx.de>
48369
48370 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
48371 Author: Stefan Roese <sr@denx.de>
48372 Date:   Thu Jul 10 10:00:45 2008 +0200
48373
48374     rtc: Fix printf format warning in m41t60.c
48375
48376     Signed-off-by: Stefan Roese <sr@denx.de>
48377
48378 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
48379 Author: Stefan Roese <sr@denx.de>
48380 Date:   Tue Jul 8 12:01:47 2008 +0200
48381
48382     pci: Move PCI device configuration check into a separate weak function
48383
48384     This patch moves the check, if a device should be skipped in PCI PNP
48385     configuration into the function pci_skip_dev(). This function is defined
48386     as weak so that it can be overwritten by a platform specific one if
48387     needed. The check if the device should get printed in the PCI summary upon
48388     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
48389     pci_print_dev() which is also defined as weak too.
48390
48391     Signed-off-by: Stefan Roese <sr@denx.de>
48392
48393 commit b002144e1dc21374b1ef5281fe6b5d014af96650
48394 Author: Stefan Roese <sr@denx.de>
48395 Date:   Thu Jul 10 09:58:06 2008 +0200
48396
48397     ppc4xx: Fix printf format warnings now visible with the updated format check
48398
48399     This patch fixes ppc4xx related printf format warning. Those warnings are
48400     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
48401     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
48402     really helpful.
48403
48404     Signed-off-by: Stefan Roese <sr@denx.de>
48405
48406 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
48407 Author: Stefan Roese <sr@denx.de>
48408 Date:   Wed Jul 9 17:33:57 2008 +0200
48409
48410     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
48411
48412     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
48413     To support such configurations, we "only" map the first 2GB via the TLB's. We
48414     need some free virtual address space for the remaining peripherals like, SoC
48415     devices, FLASH etc.
48416
48417     Note that ECC is currently not supported on configurations with more than 2GB
48418     SDRAM. This is because we only map the first 2GB on such systems, and therefore
48419     the ECC parity byte of the remaining area can't be written.
48420
48421     Signed-off-by: Stefan Roese <sr@denx.de>
48422
48423 commit cf1c2ed91df26903b956948f37f82de9e1158a89
48424 Author: Larry Johnson <lrj@acm.org>
48425 Date:   Sat Jun 14 17:02:49 2008 -0400
48426
48427     ppc4xx: Remove implementation of testdram() from Korat board support
48428
48429     Signed-off-by: Larry Johnson <lrj@acm.org>
48430     Signed-off-by: Stefan Roese <sr@denx.de>
48431
48432 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
48433 Author: Larry Johnson <lrj@acm.org>
48434 Date:   Sat Jun 14 16:53:02 2008 -0400
48435
48436     ppc4xx: Update and add FDT to Korat board support
48437
48438     Signed-off-by: Larry Johnson <lrj@acm.org>
48439     Signed-off-by: Stefan Roese <sr@denx.de>
48440
48441 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
48442 Author: Wolfgang Denk <wd@denx.de>
48443 Date:   Thu Jul 10 01:13:30 2008 +0200
48444
48445     Minor coding style cleanup; update CHANGELOG
48446
48447     Signed-off-by: Wolfgang Denk <wd@denx.de>
48448
48449 commit 8915f1189c1d29d8be7f4de325702d90a8988219
48450 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
48451 Date:   Wed Jul 9 17:50:45 2008 -0400
48452
48453     e1000: add support for 82545GM 64bit PCI-X copper variant
48454
48455     This PCI-X e1000 variant works by just adding in the correct
48456     PCI IDs in the appropriate places.
48457
48458     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
48459
48460 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
48461 Author: Daniel Hellstrom <daniel@gaisler.com>
48462 Date:   Wed Jul 9 12:34:11 2008 +0000
48463
48464     SPARC: Build error fix
48465
48466     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
48467
48468     This patch makes SPARC targets build again. It is caused by
48469     phys_addr_t and phys_size_t being defined in the wrong header
48470     file. include/lmb.h need those typedefs to build.
48471
48472     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
48473
48474 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
48475 Author: Marcel Ziswiler <marcel@ziswiler.com>
48476 Date:   Wed Jul 9 08:17:15 2008 +0200
48477
48478     Many spelling fixes in README.
48479
48480     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
48481
48482 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
48483 Author: Marcel Ziswiler <marcel@ziswiler.com>
48484 Date:   Wed Jul 9 08:17:06 2008 +0200
48485
48486     Minor spelling fix in comment.
48487
48488     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
48489
48490 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
48491 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48492 Date:   Tue Jul 8 14:54:58 2008 -0400
48493
48494     Round the serial port clock divisor value returned by calc_divisor()
48495
48496     Round the serial port clock divisor value returned by
48497     calc_divisor().
48498
48499     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48500     Signed-off-by: John Roberts <john.roberts@pwav.com>
48501
48502 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
48503 Author: Scott Wood <scottwood@freescale.com>
48504 Date:   Wed Jul 9 17:47:52 2008 -0500
48505
48506     NAND: ifdef-protect most of nand.h when using legacy NAND.
48507
48508     Some macros such as NAND_CTL_SETALE conflict between current and legacy
48509     NAND, being defined by the subsystem in the former case and the board
48510     config file in the latter.
48511
48512     Signed-off-by: Scott Wood <scottwood@freescale.com>
48513
48514 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
48515 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48516 Date:   Tue Jul 8 11:02:05 2008 -0400
48517
48518     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
48519
48520     ARM: Fix for incorrect version of patch applied when
48521     adding support for the Lyrtech SFF-SDR board.
48522
48523     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48524     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
48525
48526 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
48527 Author: Kyungmin Park <kmpark@infradead.org>
48528 Date:   Tue Jul 8 09:08:40 2008 +0900
48529
48530     Remove useless print message at apollon
48531
48532     Remove useless print message at apollon
48533
48534     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
48535
48536 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
48537 Author: Andy Fleming <afleming@freescale.com>
48538 Date:   Mon Jul 7 14:24:39 2008 -0500
48539
48540     Fix LMB type issues
48541
48542     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
48543     of casting problems in the bootm code that called the LMB functions.
48544
48545     Signed-off-by: Andy Fleming <afleming@freescale.com>
48546
48547 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
48548 Author: Kumar Gala <galak@kernel.crashing.org>
48549 Date:   Mon Jul 7 09:39:06 2008 -0500
48550
48551     Fix compiler warnings
48552
48553     gcc-4.3.x generates the following:
48554
48555     bootm.c: In function 'do_bootm_linux':
48556     bootm.c:208: warning: cast from pointer to integer of different size
48557     bootm.c:215: warning: cast from pointer to integer of different size
48558
48559     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48560
48561 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
48562 Author: Harald Welte <laforge@gnumonks.org>
48563 Date:   Mon Jul 7 15:40:39 2008 +0800
48564
48565     Remove code duplication for setting the default environment
48566
48567     common/env_common.c (default_env): new function that resets the environment to
48568                     the default value
48569     common/env_common.c (env_relocate): use default_env instead of own copy
48570     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
48571     include/environment.h: added default_env prototype
48572
48573     Signed-off-by: Werner Almesberger <werner@openmoko.org>
48574     Signed-off-by: Harald Welte <laforge@openmoko.org>
48575
48576 commit 99c2b434d37863df5dda5207a53760c6506fc2be
48577 Author: Marcel Ziswiler <marcel@ziswiler.com>
48578 Date:   Sun Jun 22 16:13:46 2008 +0200
48579
48580     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
48581
48582     The writeenv() and readenv() calls introduced by the recently added bad block
48583     management for environment variables were missing casts therefore producing
48584     compile time warnings.
48585     While at it fixing some typo in a comment and indentation.
48586
48587     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
48588     Signed-off-by: Scott Wood <scottwood@freescale.com>
48589
48590 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
48591 Author: Scott Wood <scottwood@freescale.com>
48592 Date:   Fri Jun 20 12:38:57 2008 -0500
48593
48594     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
48595
48596     This is particularly problematic now that non-NAND-specific code is
48597     including <nand.h>, and thus all debugging code is being compiled
48598     regardless of whether it was requested, as reported by Scott McNutt
48599     <smcnutt@psyent.com>.
48600
48601     Signed-off-by: Scott Wood <scottwood@freescale.com>
48602
48603 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
48604 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
48605 Date:   Thu Jun 12 19:27:58 2008 +0200
48606
48607     mmc: Move atmel_mci driver into drivers/mmc
48608
48609     This makes it easier to use the driver on other platforms.
48610
48611     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
48612     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48613
48614 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
48615 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
48616 Date:   Thu Jun 12 19:27:57 2008 +0200
48617
48618     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
48619
48620     After we move the atmel_mci driver into drivers/mmc, we can't select
48621     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
48622     this driver so that there's no ambiguity.
48623
48624     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
48625     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48626
48627 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
48628 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
48629 Date:   Thu Jun 12 19:27:56 2008 +0200
48630
48631     Create drivers/mmc subdirectory
48632
48633     In order to consolidate more of the various MMC drivers around the
48634     tree, we must first have a common place to put them.
48635
48636     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
48637     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48638
48639 commit b502611b51f02718c2d1117d4981dabceb5af6de
48640 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
48641 Date:   Sun Jul 6 12:30:09 2008 +0200
48642
48643     Change env_get_char from a global function ptr to a function
48644
48645     This avoids an early global data reference.
48646
48647     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
48648
48649 commit 27269417ade432189b234d9fbac98b54e37b978c
48650 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
48651 Date:   Sun Jul 6 13:57:58 2008 +0400
48652
48653     Some copy-n-paste fixes in printf usage
48654
48655     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
48656
48657 commit 0e6989b9faf1588e8723535539e88a0df3c71356
48658 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
48659 Date:   Sun Jul 6 13:57:00 2008 +0400
48660
48661     FDT memory and pci node fixes for MPC8260ADS
48662
48663     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
48664
48665 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
48666 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
48667 Date:   Mon Jul 7 06:41:14 2008 -0700
48668
48669     Fix printf errors.
48670
48671     The compiler will help find mismatches between printf formats and
48672     arguments if you let it.  This patch adds the necessary attributes to
48673     declarations in include/common.h, then begins to correct the resulting
48674     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
48675     "%d" and incorrect arguments.  Others were just annoying, like
48676     int-long mismatches on a system where both are 32 bits.  It's worth
48677     fixing the annoying errors to catch the real ones.
48678
48679     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
48680
48681 commit 417faf285b2527acb2de24c5cd3e2621d385408c
48682 Author: Becky Bruce <becky.bruce@freescale.com>
48683 Date:   Wed Jul 9 11:09:41 2008 -0500
48684
48685     Allow print_size to print in GB
48686
48687     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
48688
48689 commit e7c374529c87525c9aa463e0557c287887ae4e9e
48690 Author: Jason McMullan <mcmullan@netapp.com>
48691 Date:   Sun Jun 8 23:56:00 2008 -0400
48692
48693     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
48694
48695     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
48696     they are set in the U-Boot environment.
48697
48698     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
48699     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
48700
48701 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
48702 Author: Stefan Roese <sr@denx.de>
48703 Date:   Tue Jul 8 12:57:14 2008 +0200
48704
48705     jedec_flash: Fix AM29DL800BB device ID
48706
48707     As pointed out by Jerry Hicks, this patch corrects the device ID of
48708     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
48709     datasheet (rev C4 from Dezember 2006).
48710
48711     Signed-off-by: Stefan Roese <sr@denx.de>
48712
48713 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
48714 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48715 Date:   Mon Jul 7 11:22:37 2008 +0900
48716
48717     sh: Fix compile error sh7763rdp board
48718
48719     Disable SH ether driver.
48720
48721     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48722
48723 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
48724 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48725 Date:   Tue Jul 8 12:03:24 2008 +0900
48726
48727     sh: Fix SH-boards compile error
48728
48729     By Cleanup out-or-tree building for some boards (.depend)
48730     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
48731     because filse ware changed, some SH-boards have compile error.
48732     I revised this problem.
48733
48734     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48735
48736 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
48737 Author: Jason Jin <Jason.jin@freescale.com>
48738 Date:   Tue May 13 11:50:36 2008 +0800
48739
48740     Feed the watchdog in u-boot for 8610 board.
48741
48742     The watchdog on 8610 board is enabled by setting sw[6]
48743     to on. Once enabled, the watchdog can not be disabled
48744     by software. So feed the dog in u-boot is necessary for
48745     normal operation.
48746
48747     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
48748
48749 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
48750 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48751 Date:   Wed Jun 18 12:10:33 2008 -0400
48752
48753     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
48754
48755     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
48756
48757     Remove duplicate code in a if/else block in
48758     cpu/arm926ejs/davinci/lxt972.c.
48759     Fixed style issues.
48760
48761     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48762     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48763
48764 commit fec61431a003f5778bafa2624073a571af8bec9f
48765 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48766 Date:   Wed Jun 18 12:10:31 2008 -0400
48767
48768     Remove duplicate definitions in include/lxt971a.h.
48769
48770     Remove duplicate definitions in include/lxt971a.h.
48771
48772     Remove duplicate registers and bits definitions in
48773     include/lxt971a.h for standard MII registers, and
48774     use values in include/miiphy.h instead.
48775
48776     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48777     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48778
48779 commit 9751ee0990f467941da0b095a4e995f863672d7a
48780 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48781 Date:   Wed Jun 11 21:05:00 2008 +0900
48782
48783     net: sh: Renesas SH7763 Ethernet device support
48784
48785     Renesas SH7763 has 2 channel Ethernet device.
48786     This is 10/100/1000 Base support.
48787     But this patch check 10/100 Base only.
48788
48789     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48790     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48791
48792 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
48793 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48794 Date:   Tue Jun 17 16:28:05 2008 +0900
48795
48796     sh: Update Renesas R2DPlus board
48797
48798     New NOR Flash board support and remove old type flash board config.
48799     And Remove network setting from config file.
48800
48801     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48802     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48803
48804 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
48805 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48806 Date:   Tue Jun 17 16:28:01 2008 +0900
48807
48808     sh: Update Renesas R7780MP board
48809
48810     New NOR Flash board support and remove network setting from config file.
48811
48812     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48813     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48814
48815 commit c001cd604e9f133743effbddb1c215b48e761c5a
48816 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48817 Date:   Tue Jun 17 16:27:56 2008 +0900
48818
48819     sh: Update Renesas Migo-R board
48820
48821     Remove network setting from config file.
48822
48823     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48824     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48825
48826 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
48827 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48828 Date:   Tue Jun 17 16:27:52 2008 +0900
48829
48830     sh: Update Hitachi MS7722SE board
48831
48832     Remove network setting from config file.
48833
48834     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48835     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48836
48837 commit 26209e48e8791670c93108029a5c31a30016c6df
48838 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48839 Date:   Tue Jun 17 16:27:48 2008 +0900
48840
48841     sh: Cleanup source code of SH7763RDP
48842
48843     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48844     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48845
48846 commit 5cd5b2c96ef0025762931349d350287aec03ab47
48847 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48848 Date:   Tue Jun 17 16:27:44 2008 +0900
48849
48850     sh: Cleanup source code of R2DPlus
48851
48852     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48853     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48854
48855 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
48856 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48857 Date:   Tue Jun 17 16:27:41 2008 +0900
48858
48859     sh: Cleanup source code of R7780MP
48860
48861     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48862     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48863
48864 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
48865 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48866 Date:   Tue Jun 17 16:27:38 2008 +0900
48867
48868     sh: Cleanup source code of MS7722SE
48869
48870     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48871     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48872
48873 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
48874 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48875 Date:   Tue Jun 17 16:27:34 2008 +0900
48876
48877     sh: Cleanup source code of MS7720SE
48878
48879     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48880     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48881
48882 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
48883 Author: Wolfgang Denk <wd@denx.de>
48884 Date:   Mon Jul 7 00:45:03 2008 +0200
48885
48886     SH: fix out of tree building
48887
48888     Signed-off-by: Wolfgang Denk <wd@denx.de>
48889
48890 commit 9047bfa1e737d787be460387dd6f45737eeceb10
48891 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48892 Date:   Thu Jul 3 23:16:06 2008 +0900
48893
48894     net: smc911x: Fix typo
48895
48896     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
48897
48898 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
48899 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
48900 Date:   Wed Jul 2 18:54:08 2008 +0200
48901
48902     update mvBL-M7 board config
48903
48904     update mvBL-M7 config file to use UBOOT_VERSION and define
48905     CONFIG_HIGH_BATS.
48906
48907     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
48908
48909 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
48910 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48911 Date:   Mon Jun 30 17:45:01 2008 +0900
48912
48913     net: fix compile problem in smc911x driver.
48914
48915     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48916     Acked-by: Ben Warren <biggerbadderben@gmail.com>
48917
48918 commit 9fea65a6c469b1b474b27446feb58738baba2d31
48919 Author: Michal Simek <monstr@monstr.eu>
48920 Date:   Tue Jun 24 09:54:09 2008 +0200
48921
48922     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
48923
48924     This change helps with better handling with others
48925     Xilinx based platform.
48926
48927     Signed-off-by: Michal Simek <monstr@monstr.eu>
48928     Acked-by: Stefan Roese <sr@denx.de>
48929
48930 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
48931 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48932 Date:   Tue Jun 17 13:07:11 2008 +0900
48933
48934     net: ne2000: Move dev_addr variable from grobal to local.
48935
48936     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48937     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48938
48939 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
48940 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48941 Date:   Tue Jun 17 13:07:15 2008 +0900
48942
48943     net: ne2000: Fix compile error of NE2000
48944
48945     If enable DEBUG, can not compile ne2000 driver.
48946
48947     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48948     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48949
48950 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
48951 Author: Ben Warren <biggerbadderben@gmail.com>
48952 Date:   Mon Jun 23 22:57:27 2008 -0700
48953
48954     Add mechanisms for CPU and board-specific Ethernet initialization
48955
48956     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
48957     initialization to CPU or board-specific code.  Initial implementation is
48958     only on the Freescale TSEC controller, but others will be added soon.
48959
48960     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48961
48962 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
48963 Author: Wolfgang Denk <wd@denx.de>
48964 Date:   Sun Jul 6 01:21:46 2008 +0200
48965
48966     include/sha256.h: fix file permissions.
48967
48968     Signed-off-by: Wolfgang Denk <wd@denx.de>
48969
48970 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
48971 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
48972 Date:   Tue May 27 11:15:29 2008 +0200
48973
48974     [AT91SAM9] Fix NAND FLASH timings
48975
48976     Fix NAND FLASH timings for at91sam9x evaluation kits.
48977
48978     New timings are based on application note
48979     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
48980     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
48981
48982     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
48983     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48984     Acked-by: Stelian Pop <stelian@popies.net>
48985
48986 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
48987 Author: Stelian Pop <stelian@popies.net>
48988 Date:   Thu May 22 00:15:40 2008 +0200
48989
48990     Fix boot from NOR due to incorrect reset delay.
48991
48992     AT91 RSTC registers are battery-backuped, so their values
48993     are not reset across power cycles. One of those registers,
48994     the AT91_RSTC_MR register, is being modified by U-Boot, in
48995     the ethernet initialisation routine, to generate a 500ms
48996     user reset.
48997
48998     Unfortunately, this value is not being restored afterwards,
48999     causing subsequent resets to also last for 500ms.
49000
49001     This long reset sequence causes problems (at least) in the
49002     boot sequence from NOR: by the time the CPU tries to load
49003     a program from the NOR flash, the latter is still in reset
49004     and not yet available.
49005
49006     Additionaly, this patch fixes a bug in the original code which
49007     caused the reset delay to last for 2s instead of 500ms.
49008
49009     Signed-off-by: Stelian Pop <stelian@popies.net>
49010     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49011
49012 commit f492dd636fbbae529e17533995bc6e5813c007f6
49013 Author: Wolfgang Denk <wd@denx.de>
49014 Date:   Fri Jul 4 20:11:49 2008 +0200
49015
49016     Update CHANGELOG
49017
49018     Signed-off-by: Wolfgang Denk <wd@denx.de>
49019
49020 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
49021 Author: Wolfgang Denk <wd@denx.de>
49022 Date:   Fri Jul 4 20:07:35 2008 +0200
49023
49024     CCM/SCM boards: fix out of tree building
49025
49026     Signed-off-by: Wolfgang Denk <wd@denx.de>
49027
49028 commit ab4c3a490df9a964711556d2a05b0c787db45fde
49029 Author: Wolfgang Denk <wd@denx.de>
49030 Date:   Thu Jul 3 23:22:27 2008 +0200
49031
49032     SCM board: fix build errors.
49033
49034     Signed-off-by: Wolfgang Denk <wd@denx.de>
49035
49036 commit a566466f17ba0e2d2b6c250e77da678fb932470d
49037 Author: Wolfgang Denk <wd@denx.de>
49038 Date:   Thu Jul 3 23:06:36 2008 +0200
49039
49040     IAD210 board: fix ``"ALIGN" redefined'' warning.
49041
49042     Signed-off-by: Wolfgang Denk <wd@denx.de>
49043
49044 commit ad756314797c16fa5dca23e115aab881011f164f
49045 Author: Wolfgang Denk <wd@denx.de>
49046 Date:   Thu Jul 3 23:00:24 2008 +0200
49047
49048     CCM board: fix build errors.
49049
49050     Signed-off-by: Wolfgang Denk <wd@denx.de>
49051
49052 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
49053 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
49054 Date:   Wed Jul 2 18:54:08 2008 +0200
49055
49056     update mvBL-M7 board config
49057
49058     update mvBL-M7 config file to use UBOOT_VERSION.
49059
49060     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
49061     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49062
49063 commit ced209c50e80c25f13c083099b05044048d21f4f
49064 Author: Wolfgang Denk <wd@denx.de>
49065 Date:   Thu Jul 3 22:39:21 2008 +0200
49066
49067     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
49068
49069     Signed-off-by: Wolfgang Denk <wd@denx.de>
49070
49071 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
49072 Author: Wolfgang Denk <wd@denx.de>
49073 Date:   Thu Jul 3 22:34:08 2008 +0200
49074
49075     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
49076
49077     Signed-off-by: Wolfgang Denk <wd@denx.de>
49078
49079 commit 730f298485984b011b6ee8f4acb511cb45a843dd
49080 Author: Wolfgang Denk <wd@denx.de>
49081 Date:   Thu Jul 3 22:04:17 2008 +0200
49082
49083     lmb: fix "implicit declaration of function 'lmb_free'" warning
49084
49085     Signed-off-by: Wolfgang Denk <wd@denx.de>
49086
49087 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
49088 Author: Wolfgang Denk <wd@denx.de>
49089 Date:   Wed Jul 2 23:53:23 2008 +0200
49090
49091     Cleanup: remove redundant deleting on *~ files
49092
49093     Signed-off-by: Wolfgang Denk <wd@denx.de>
49094
49095 commit c8a3b109f07f02342d097b30908965f7261d9f15
49096 Author: Wolfgang Denk <wd@denx.de>
49097 Date:   Wed Jul 2 23:49:18 2008 +0200
49098
49099     Cleanup out-or-tree building for some boards (.depend)
49100
49101     Signed-off-by: Wolfgang Denk <wd@denx.de>
49102
49103 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
49104 Author: Wolfgang Denk <wd@denx.de>
49105 Date:   Wed Jul 2 23:38:50 2008 +0200
49106
49107     Cleanup: fix out-of-tree building for some boards
49108
49109     Signed-off-by: Wolfgang Denk <wd@denx.de>
49110
49111 commit 461fa68d20861811487944d22291db5a13410e20
49112 Author: Wolfgang Denk <wd@denx.de>
49113 Date:   Wed Jul 2 23:00:14 2008 +0200
49114
49115     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
49116
49117     Signed-off-by: Wolfgang Denk <wd@denx.de>
49118
49119 commit 5981ebd32017e062b08aa6747cf591276f2db779
49120 Author: Detlev Zundel <dzu@denx.de>
49121 Date:   Fri Jun 20 22:26:24 2008 +0200
49122
49123     fdt: Fix typo in variable name.
49124
49125     Signed-off-by: Detlev Zundel <dzu@denx.de>
49126
49127 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
49128 Author: Gary Jennejohn <garyj@denx.de>
49129 Date:   Thu Jun 19 11:11:19 2008 +0200
49130
49131     Add logos for RRvision board
49132
49133     Signed-off-by: Gary Jennejohn <garyj@denx.de>
49134
49135 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
49136 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
49137 Date:   Wed Jun 18 11:03:57 2008 +0200
49138
49139     mpc8260: add fdt_fixup_ethernet support
49140
49141     Add support for updating mac-address and local-mac-address in fdt for
49142     all MPC8260 targets.
49143
49144     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
49145
49146 commit f6a69559d64498a04e1e0b087a9b920e5775f866
49147 Author: Steven A. Falco <sfalco@harris.com>
49148 Date:   Thu Jun 12 13:24:42 2008 -0400
49149
49150     cmd_nvedit.c: clean up syntax highlighting
49151
49152     My text-editor (vim) has a bit of trouble syntax-highlighting the
49153     cmd_nvedit.c file, because it apparently does not parse C
49154     ifdef/else/endif. The following patch does not change the behavior of
49155     the code at all, but does allow the editor to properly
49156     syntax-highlight the file.
49157
49158     Signed-off-by: Steve Falco <sfalco@harris.com>
49159
49160 commit 75678c807a6272ecc5541eb32898c93887f08400
49161 Author: Steven A. Falco <sfalco@harris.com>
49162 Date:   Thu Jun 12 13:22:12 2008 -0400
49163
49164     Make setenv() return status
49165
49166     Currently, the setenv function does not return an error code.
49167     This patch allows to test for errors.
49168
49169     Signed-off-by: Steve Falco <sfalco@harris.com>
49170
49171 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
49172 Author: Kumar Gala <galak@kernel.crashing.org>
49173 Date:   Wed Jun 11 10:14:06 2008 -0500
49174
49175     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
49176
49177     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
49178     and fls is used to implement them.
49179
49180     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49181
49182 commit 83002a77cbdf383015ca384eff5fa31722d8e571
49183 Author: Magnus Lilja <lilja.magnus@gmail.com>
49184 Date:   Mon Jun 9 22:58:48 2008 +0200
49185
49186     i.MX31: Cleanup comments in lowlevel_init.S.
49187
49188     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
49189
49190 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
49191 Author: Ben Warren <biggerbadderben@gmail.com>
49192 Date:   Sun Jun 8 23:28:33 2008 -0700
49193
49194     Move conditional compilation of MPC8XXX SPI driver to Makefile
49195
49196     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49197
49198 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
49199 Author: Juergen Kilb <J.Kilb@gmx.de>
49200 Date:   Sun Jun 8 17:59:53 2008 +0200
49201
49202     i.MX31: fixed CTRL-C detection
49203
49204     The Register URXD contains status information in bits [15..8].
49205     With status bit 15 set, CTRL-C was reported as 0x8003 instead
49206     of 0x03. Therefore CTRL-C was not detected.
49207     To solve this, bits [15..8] were masked out now.
49208
49209     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
49210     Acked-by: Felix Radensky <felix@embedded-sol.com>
49211
49212 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
49213 Author: Stefan Roese <sr@denx.de>
49214 Date:   Tue Jul 1 17:03:19 2008 +0200
49215
49216     ppc4xx: Fix 460EX/GT PCIe port initialization
49217
49218     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
49219     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
49220     this out.
49221
49222     Signed-off-by: Stefan Roese <sr@denx.de>
49223
49224 commit b571afde0295b007a45055ee49f8822c753a5651
49225 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49226 Date:   Sat Jun 7 12:29:52 2008 +0200
49227
49228     add SHA256 support
49229
49230     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49231     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
49232
49233 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
49234 Author: Marian Balakowicz <m8@semihalf.com>
49235 Date:   Fri Jun 6 23:07:40 2008 +0200
49236
49237     Delay FIT format check on sector based devices
49238
49239     Global FIT image operations like format check cannot be performed on
49240     a first sector data, defer them to the point when whole FIT image was
49241     uploaded to a system RAM.
49242
49243     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
49244     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
49245     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
49246
49247 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
49248 Author: Dave Liu <r63238@freescale.com>
49249 Date:   Tue Jun 3 17:38:19 2008 +0800
49250
49251     sata: wait for device updating signature to host
49252
49253     The driver need wait for the device updating signature to host.
49254     If we don't wait for it, the driver can not detect the device(disk)
49255     when the system powers up.
49256
49257     Signed-off-by: Dave Liu <daveliu@freescale.com>
49258
49259 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
49260 Author: Stefan Roese <sr@denx.de>
49261 Date:   Sat Jun 28 14:56:17 2008 +0200
49262
49263     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
49264
49265     This patch implements a fix provided by AMCC so that the lockup upon
49266     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
49267     anymore:
49268
49269     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
49270     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
49271     USB 2.0 host and SATA.
49272
49273     This errata is not officially available yet. I'll update the comment
49274     to add the errata number later.
49275
49276     Signed-off-by: Stefan Roese <sr@denx.de>
49277
49278 commit 8b616edb118e37d05f6401389eaee1c636b22828
49279 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
49280 Date:   Mon Jun 2 16:42:19 2008 -0400
49281
49282     serial_pl010.c: add watchdog support
49283
49284     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
49285
49286 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
49287 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
49288 Date:   Mon Jun 2 16:40:08 2008 -0400
49289
49290     jffs2_1pass.c: add watchdog support
49291
49292     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
49293
49294 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
49295 Author: Sascha Laue <sascha.laue@liebherr.com>
49296 Date:   Fri May 30 09:48:14 2008 +0200
49297
49298     Configure DSP POST; add watchdog reset to diag command
49299
49300     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
49301
49302 commit f13526517859bf6b573e23ff47199e107d1009b5
49303 Author: Tor Krill <tor@excito.com>
49304 Date:   Thu May 29 10:40:17 2008 +0200
49305
49306     Add sata sil3114 support
49307
49308     Signed-off-by: Tor Krill <tor@excito.com>
49309
49310 commit e093a247628228100f405b6d7f6b1bfc16141938
49311 Author: Wolfgang Denk <wd@denx.de>
49312 Date:   Sat Jun 28 23:34:37 2008 +0200
49313
49314     Coding Style Cleanup
49315
49316     Signed-off-by: Wolfgang Denk <wd@denx.de>
49317
49318 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
49319 Author: Wolfgang Denk <wd@denx.de>
49320 Date:   Sat Jun 28 23:16:01 2008 +0200
49321
49322     Update CHANGELOG
49323
49324     Signed-off-by: Wolfgang Denk <wd@denx.de>
49325
49326 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
49327 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
49328 Date:   Wed May 21 13:58:41 2008 -0400
49329
49330     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
49331
49332     This patch adds support for the Lyrtech SFF-SDR board,
49333     based on the TI DaVinci architecture (ARM926EJS).
49334
49335     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
49336     Signed-off-by: Philip Balister <philip@balister.org>
49337     Signed-off-by: Wolfgang Denk <wd@denx.de>
49338
49339 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
49340 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49341 Date:   Thu May 22 11:09:59 2008 +0200
49342
49343     MMC: Consolidate MMC/SD command definitions
49344
49345     This moves the MMC and SD Card command definitions from
49346     include/asm/arch/mmc.h into include/mmc.h. These definitions are
49347     given by the MMC and SD Card standards, not by any particular
49348     architecture.
49349
49350     There's a lot more room for consolidation in the MMC drivers which
49351     I'm hoping to get done eventually, but this patch is a start.
49352
49353     Compile-tested for all avr32 boards as well as lpc2292sodimm and
49354     lubbock. This should cover all three mmc drivers in the tree.
49355
49356     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49357
49358 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
49359 Author: Kyungmin Park <kmpark@infradead.org>
49360 Date:   Wed May 21 14:38:08 2008 +0900
49361
49362     Use better Ethernet timings for apollon board
49363
49364     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
49365
49366 commit 41c5eaa7253ed82bbae1eda5667755872c615164
49367 Author: Andy Fleming <afleming@freescale.com>
49368 Date:   Mon Jun 16 13:58:56 2008 -0500
49369
49370     Resize device tree to allow space for board changes and the chosen node
49371
49372     Current code requires that a compiled device tree have space added to the end to
49373     leave room for extra nodes added by board code (and the chosen node).  This
49374     requires that device tree creators anticipate how much space U-Boot will add to
49375     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
49376     tree when it needed more space, but this would require a systemic change to the
49377     fdt code, which is non-trivial.  Instead, we resize the tree inside
49378     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
49379     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
49380
49381     Signed-off-by: Andy Fleming <afleming@freescale.com>
49382
49383 commit 7570a9941fc565922078679a72d246fe208d696d
49384 Author: Andy Fleming <afleming@freescale.com>
49385 Date:   Mon Jun 16 13:58:55 2008 -0500
49386
49387     Fix an underflow bug in __lmb_alloc_base
49388
49389     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
49390     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
49391     merely updates __lmb_alloc_base to resemble the current version in Linux.
49392
49393     Signed-off-by: Andy Fleming <afleming@freescale.com>
49394
49395 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
49396 Author: Andy Fleming <afleming@freescale.com>
49397 Date:   Mon Jun 16 13:58:54 2008 -0500
49398
49399     Add lmb_free
49400
49401     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
49402     lmb_reserve to temporarily reserve some memory.
49403
49404     Signed-off-by: Andy Fleming <afleming@freescale.com>
49405
49406 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
49407 Author: Andy Fleming <afleming@freescale.com>
49408 Date:   Mon Jun 16 13:58:53 2008 -0500
49409
49410     Add ALIGN() macro
49411
49412     ALIGN() returns the smallest aligned value greater than the passed
49413     in address or size.  Taken from Linux.
49414
49415     Signed-off-by: Andy Fleming <afleming@freescale.com>
49416
49417 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
49418 Author: Stefan Roese <sr@denx.de>
49419 Date:   Tue Jun 24 17:15:22 2008 +0200
49420
49421     ppc4xx: Fix compilation problems with phys_size_t
49422
49423     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
49424     board specific files where it has been missing.
49425
49426     Signed-off-by: Stefan Roese <sr@denx.de>
49427
49428 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
49429 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49430 Date:   Mon May 19 12:26:38 2008 +0200
49431
49432     Conditionally add -fno-stack-protector to CFLAGS
49433
49434     When compile-testing on powerpc, I get errors like this:
49435
49436     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
49437
49438     This seems to be because -fstack-protector is on by default, so
49439     let's explicitly disable it on all architectures that support the
49440     option.
49441
49442     The Ubuntu toolchain is affected by this problem, and according to
49443     Mike Frysinger, Gentoo has been running with SSP enabled for years.
49444     More and more distros are turning SSP on by default, so this problem
49445     is likely to get worse in the future.
49446
49447     Also, powerpc just happens to be one of the arches I do
49448     compile-testing on. There may be other arches affected by this too.
49449
49450     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49451
49452 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
49453 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49454 Date:   Sun May 18 19:09:52 2008 +0200
49455
49456     pcmcia/ti_pci1410a: Move compile condition to the Makefile
49457
49458     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49459
49460 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
49461 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49462 Date:   Sun May 18 19:09:51 2008 +0200
49463
49464     pxa_pcmcia: Move compile condition to the Makefile
49465
49466     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49467
49468 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
49469 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49470 Date:   Sun May 18 19:09:50 2008 +0200
49471
49472     marabun_pcmcia: Move compile condition to the Makefile
49473
49474     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49475
49476 commit 6a19c46cae43c16c528eddefae3db97134f1915d
49477 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
49478 Date:   Mon Jun 23 13:25:34 2008 +0200
49479
49480     fix non-working mvBL-M7
49481
49482     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
49483
49484     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
49485     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49486
49487 commit 846f1574ddddeda2bc227655e687308695f41cdc
49488 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
49489 Date:   Mon Jun 23 11:40:56 2008 +0200
49490
49491     fix system config overwrite @ MPC834x and MPC8313
49492
49493     During 83xx setup the "System I/O configuration register high" gets
49494     overwritten with user defined value if CFG_SICRH is defined.
49495
49496     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
49497     must keep their reset value regardless of configuration.
49498
49499     On my board (using RGMII) those bits are set after reset - yet it's
49500     unclear where they come from.
49501
49502     The patch keeps both bits on MPC834x and MPC8313.
49503
49504     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
49505     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49506
49507 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
49508 Author: Kim Phillips <kim.phillips@freescale.com>
49509 Date:   Tue Jun 17 17:45:27 2008 -0500
49510
49511     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
49512
49513     to avoid this:
49514
49515     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
49516     In file included from cpu.c:33:
49517     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
49518
49519     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49520
49521 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
49522 Author: Stefan Roese <sr@denx.de>
49523 Date:   Mon Jun 23 11:15:09 2008 +0200
49524
49525     ppc4xx: Fix problem in gpio_config()
49526
49527     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
49528     left by one. So the additional shift is bogus.
49529
49530     Signed-off-by: Stefan Roese <sr@denx.de>
49531
49532 commit 40777812316fc252c941665c0f60c148fd79d50f
49533 Author: Detlev Zundel <dzu@denx.de>
49534 Date:   Fri Jun 20 22:24:05 2008 +0200
49535
49536     fdt: Fix typo in variable name.
49537
49538     Signed-off-by: Detlev Zundel <dzu@denx.de>
49539
49540 commit 5f723a3b98c630bde33de74351f2121691fdef14
49541 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49542 Date:   Fri Jun 20 10:41:05 2008 +0200
49543
49544     avr32: Enable SPI flash support on ATNGW100
49545
49546     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
49547     the new SPI flash framework.
49548
49549     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49550
49551 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
49552 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49553 Date:   Fri Jun 20 12:44:28 2008 +0200
49554
49555     avr32: Fix SPI portmux initialization
49556
49557     Use the new GPIO manipulation functions to set up the chip select lines,
49558     and make sure both busses use GPIO for chip select control.
49559
49560     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49561
49562 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
49563 Author: Peter Ma <pma@mediamatech.com>
49564 Date:   Sun Jun 1 22:59:24 2008 -0700
49565
49566     avr32: Add GPIO manipulation functions
49567
49568     Adds GPIO manipulation functions for AVR32 AP7 platform.
49569
49570     Signed-off-by: Peter Ma <pma@mediamatech.com>
49571     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
49572     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49573
49574 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
49575 Author: Wolfgang Grandegger <wg@grandegger.com>
49576 Date:   Thu Jun 5 13:02:30 2008 +0200
49577
49578     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
49579
49580     This patch is based on the following patch sent a few minutes ago:
49581     "NAND FSL UPM: driver re-write using the hwcontrol callback"
49582     It is untested, of course. Anton, could you please give it a try.
49583
49584     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
49585     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
49586
49587 commit 96026d42fa4e646d28318c0a1438aac4b2017909
49588 Author: Anatolij Gustschin <agust@denx.de>
49589 Date:   Thu Jun 12 12:40:11 2008 +0200
49590
49591     Fix 4xx build issue
49592
49593     Building for 4xx doesn't work since commit 4dbdb768:
49594
49595     In file included from 4xx_pcie.c:28:
49596     include/asm/processor.h:971: error: expected ')' before 'ver'
49597     make[1]: *** [4xx_pcie.o] Error 1
49598
49599     This patch fixes the problem.
49600
49601     Signed-off-by: Anatolij Gustschin <agust@denx.de>
49602     Acked-by: Stefan Roese <sr@denx.de>
49603     Acked-by: Kumar Gala <galak@kernel.crashing.org>
49604
49605 commit a036b0443657fe0f4773786de9092251869f08ac
49606 Author: Kumar Gala <galak@kernel.crashing.org>
49607 Date:   Thu Jun 19 01:45:50 2008 -0500
49608
49609     MPC8610HPCD: Report board id, board version and fpga version.
49610
49611     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49612
49613 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
49614 Author: Kumar Gala <galak@kernel.crashing.org>
49615 Date:   Thu Jun 19 01:45:27 2008 -0500
49616
49617     MPC8641HPCN: Report board id, board version and fpga version.
49618
49619     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49620
49621 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
49622 Author: Stefan Roese <sr@denx.de>
49623 Date:   Mon Jun 16 10:40:02 2008 +0200
49624
49625     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
49626
49627     This patch simplifies flash_toggle() (AMD commandset), which is used to
49628     detect if a FLASH device is still busy with erase/program operations. On
49629     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
49630     did not detect the busy state reliably, resulting in non erased sectors
49631     etc. This patch now simplifies this function by "just" comparing the
49632     complete data-word instead of ANDing it with the command-word (0x40)
49633     before the compatison. It is done the same way in the Linux implementation
49634     chip_ready() in cfi_cmdset_0002.c.
49635
49636     Signed-off-by: Stefan Roese <sr@denx.de>
49637
49638 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
49639 Author: Philip Balister <philip@balister.org>
49640 Date:   Mon Jun 16 08:58:07 2008 -0400
49641
49642     NAND: Add missing declaration to non-redundant saveenv().
49643
49644     Signed-off-by: Scott Wood <scottwood@freescale.com>
49645
49646 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
49647 Author: Wolfgang Grandegger <wg@grandegger.com>
49648 Date:   Mon Jun 2 15:09:55 2008 +0200
49649
49650     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
49651
49652     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
49653     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
49654     Signed-off-by: Scott Wood <scottwood@freescale.com>
49655
49656 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
49657 Author: Stefan Roese <sr@denx.de>
49658 Date:   Tue Jun 10 15:34:11 2008 +0200
49659
49660     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
49661
49662     This patch disables the square wave output of the M41T62 RTC used on
49663     Canyonlands & Glacier. Here the explanation:
49664
49665     The serial real-time clock part used in the design is an
49666     STMicro M41T62. This part has a full-time 32KHz square wave
49667     output that is connected to the TmrClk input to the
49668     processor. The default state for this square wave output is
49669     enabled so the output runs continuously when the board is
49670     powered normally and also from the battery. The TmrClk input
49671     to the processor goes to ground when the power is removed
49672     from the board/processor, and therefore the running square
49673     wave output is driving ground which drains the battery quickly.
49674
49675     Signed-off-by: Stefan Roese <sr@denx.de>
49676
49677 commit a94f22f08f280905926219e568568964cb9eeb9d
49678 Author: Andy Fleming <afleming@freescale.com>
49679 Date:   Wed Jun 11 18:10:20 2008 -0500
49680
49681     Fix build issue with string.h and linux/string.h
49682
49683     This commit:
49684     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
49685     Author: Wolfgang Denk <wd@denx.de>
49686     Date:   Fri Jun 6 14:28:14 2008 +0200
49687
49688         tools/mkimage: fix compiler warnings on some systems.
49689
49690     Broke building on some systems, because the host's string.h was interfering
49691     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
49692     we're building for the host, so now we only include when building inside
49693     u-boot.
49694
49695     Signed-off-by: Andy Fleming <afleming@freescale.com>
49696
49697 commit 9973e3c614721bbf169882ffc3be266a6611cd60
49698 Author: Becky Bruce <becky.bruce@freescale.com>
49699 Date:   Mon Jun 9 16:03:40 2008 -0500
49700
49701     Change initdram() return type to phys_size_t
49702
49703     This patch changes the return type of initdram() from long int to phys_size_t.
49704     This is required for a couple of reasons: long int limits the amount of dram
49705     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
49706     size of physical memory.  phys_size_t is defined as an unsigned long on almost
49707     all current platforms.
49708
49709     This patch *only* changes the return type of the initdram function (in
49710     include/common.h, as well as in each board's implementation of initdram).  It
49711     does not actually modify the code inside the function on any of the platforms;
49712     platforms which wish to support more than 2GB of DRAM will need to modify
49713     their initdram() function code.
49714
49715     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
49716     MPC8641HPCN.
49717
49718     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49719
49720 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
49721 Author: Becky Bruce <becky.bruce@freescale.com>
49722 Date:   Mon Jun 9 20:37:18 2008 -0500
49723
49724     Change lmb to use phys_size_t/phys_addr_t
49725
49726     This updates the lmb code to use phys_size_t
49727     and phys_addr_t instead of unsigned long.  Other code
49728     which interacts with this code, like getenv_bootm_size()
49729     is also updated.
49730
49731     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
49732
49733     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49734
49735 commit 61b09fc2952dc636017df4e7970e3de132276ba1
49736 Author: Becky Bruce <becky.bruce@freescale.com>
49737 Date:   Mon Jun 9 20:37:17 2008 -0500
49738
49739     Change print_size to take phys_size_t
49740
49741     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49742
49743 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
49744 Author: Becky Bruce <becky.bruce@freescale.com>
49745 Date:   Mon Jun 9 20:37:16 2008 -0500
49746
49747     Change bd/gd memsize/ram_size to be phys_size_t.
49748
49749     Currently, both are defined as an unsigned long, but
49750     should be phys_size_t. This should result in no real change,
49751     since phys_size_t is currently an unsigned long for all the
49752     default configs.  Also add print_lnum to cmd_bdinfo to deal
49753     with the potentially wider memsize.
49754
49755     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49756
49757 commit ba04f7010958e88a8910f2a123fee53fdc72e013
49758 Author: Kumar Gala <galak@kernel.crashing.org>
49759 Date:   Tue Jun 10 16:16:02 2008 -0500
49760
49761     FSL LAW: Add new interface to use the last free LAW
49762
49763     LAWs have the concept of priority so its useful to be able to allocate
49764     the lowest (highest number) priority.  We will end up using this with the
49765     new DDR code.
49766
49767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49768
49769 commit 859a86a25c569d3665ff413d1d923394b8a961f3
49770 Author: Kumar Gala <galak@kernel.crashing.org>
49771 Date:   Wed Jun 11 00:51:45 2008 -0500
49772
49773     85xx/86xx: Move to dynamic mgmt of LAWs
49774
49775     With the new LAW interface (set_next_law) we can move to letting the
49776     system allocate which LAWs are used for what purpose.  This makes life
49777     a bit easier going forward with the new DDR code.
49778
49779     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49780     Signed-off-by: Andy Fleming <afleming@freescale.com>
49781     Acked-by: Jon Loeliger <jdl@freescale.com>
49782     Acked-by: Becky Bruce <becky.bruce@freescale.com>
49783
49784 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
49785 Author: Kumar Gala <galak@kernel.crashing.org>
49786 Date:   Wed Jun 11 00:44:10 2008 -0500
49787
49788     FSL LAW: Keep track of LAW allocations
49789
49790     Make it so we keep track of which LAWs have allocated and provide
49791     a function (set_next_law) which can allocate a LAW for us if one is
49792     free.
49793
49794     In the future we will move to doing more "dynamic" LAW allocation
49795     since the majority of users dont really care about what LAW number
49796     they are at.
49797
49798     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
49799
49800     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49801     Signed-off-by: Andy Fleming <afleming@freescale.com>
49802
49803 commit ddde74a159caa6e18b481fec01d40b885aebb566
49804 Author: Kumar Gala <galak@kernel.crashing.org>
49805 Date:   Mon Jun 9 22:31:57 2008 -0500
49806
49807     85xx: remove dummy board_early_init_f
49808
49809     A number of board ports have empty version of board_early_init_f
49810     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
49811
49812     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49813
49814 commit 81e56e9af0d43712db8efb843606a8d62eab454f
49815 Author: Kumar Gala <galak@kernel.crashing.org>
49816 Date:   Mon Jun 9 18:55:38 2008 -0500
49817
49818     MPC8544DS: Update config.h
49819
49820     * Enable flash progress
49821     * remove CLEAR_LAW0 since we dont really use it
49822
49823     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49824
49825 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
49826 Author: Kumar Gala <galak@kernel.crashing.org>
49827 Date:   Mon Jun 9 13:37:24 2008 -0500
49828
49829     85xx: Remove unused and unconfigured memory test code.
49830
49831     Remove unused and unconfigured DDR test code from FSL 85xx boards.
49832     Besides, other common code exists.
49833
49834     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49835
49836 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
49837 Author: Sergei Poselenov <sposelenov@emcraft.com>
49838 Date:   Fri Jun 6 15:42:45 2008 +0200
49839
49840     Socrates: Added FPGA base address update in FDT.
49841
49842     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
49843
49844 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
49845 Author: Sergei Poselenov <sposelenov@emcraft.com>
49846 Date:   Fri Jun 6 15:42:44 2008 +0200
49847
49848     Socrates: NAND support added. Changed the U-Boot base address and
49849
49850     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
49851
49852 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
49853 Author: Sergei Poselenov <sposelenov@emcraft.com>
49854 Date:   Fri Jun 6 15:42:43 2008 +0200
49855
49856     NAND: Added support for 128-bit OOB, adapted
49857
49858     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
49859
49860 commit 31ca0208612f2eb57690110d7c2815953650e47b
49861 Author: Sergei Poselenov <sposelenov@emcraft.com>
49862 Date:   Fri Jun 6 15:42:42 2008 +0200
49863
49864     Socrates: added missed file with UPMA configuration data.
49865
49866     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
49867
49868 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
49869 Author: Sergei Poselenov <sposelenov@emcraft.com>
49870 Date:   Fri Jun 6 15:42:41 2008 +0200
49871
49872     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
49873
49874     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
49875
49876 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
49877 Author: Sergei Poselenov <sposelenov@emcraft.com>
49878 Date:   Fri Jun 6 15:42:40 2008 +0200
49879
49880     Added the upmconfig() function for 85xx.
49881
49882     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
49883     Signed-off-by: Andy Fleming <afleming@freescale.com>
49884
49885 commit d39e68514ff943930ee692cff3fde03532eb7fec
49886 Author: Sergei Poselenov <sposelenov@emcraft.com>
49887 Date:   Fri Jun 6 15:42:39 2008 +0200
49888
49889     Socrates: config file cleanup.
49890
49891     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
49892
49893 commit e8cc3f04b124f757af4528206e60d8eb715ae083
49894 Author: Wolfgang Grandegger <wg@grandegger.com>
49895 Date:   Thu Jun 5 13:12:10 2008 +0200
49896
49897     TQM85xx: Change memory map to support Flash memory > 128 MiB
49898
49899     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
49900     memory. The current memory map only supports up to 128 MiB Flash.
49901     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
49902     set, up to 1 GiB flash is supported. To achieve this, the memory
49903     map has to be adjusted in great parts (for example the CCSRBAR is
49904     moved from 0xE0000000 to 0xA0000000).
49905
49906     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
49907     memory map also has to be considered in the kernel (changed
49908     CCSRBAR address, changed PCI IO base address, ...). Please use
49909     an appropriate Flat Device Tree blob (tqm8548.dtb).
49910
49911     Signed-off-by: Martin Krause <martin.krause@tqs.de>
49912     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
49913
49914 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
49915 Author: Wolfgang Grandegger <wg@grandegger.com>
49916 Date:   Thu Jun 5 13:12:09 2008 +0200
49917
49918     TQM85xx: NAND support via local bus UPMB
49919
49920     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
49921     default and can be enabled for the TQM8548 modules. It is now based on
49922     the re-written FSL NAND UPM driver. A patch has been posted earlier today
49923     with the subject:
49924
49925     "NAND FSL UPM: driver re-write using the hwcontrol callback"
49926
49927     Note that the R/B pin is not supported by that module requiring to use
49928     the specified maximum delay time.
49929
49930     Note: With NAND support enabled the size of the U-Boot image exceeds
49931     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
49932     doubling the image size :-(.
49933
49934     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
49935     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
49936
49937 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
49938 Author: Wolfgang Grandegger <wg@grandegger.com>
49939 Date:   Thu Jun 5 13:12:08 2008 +0200
49940
49941     TQM8548: PCI express support
49942
49943     This patch adds support for PCI express cards. The board support
49944     now uses common FSL PCI init code, for both, PCI and PCIe on all
49945     TQM85xx modules.
49946
49947     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
49948     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
49949
49950 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
49951 Author: Wolfgang Grandegger <wg@grandegger.com>
49952 Date:   Thu Jun 5 13:12:07 2008 +0200
49953
49954     TQM8548: Basic support for the TQM8548 modules
49955
49956     This patch adds basic support for the TQM8548 module from TQ-Components
49957     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
49958     eTSEC 3 and 4
49959
49960     Furthermore Flash buffer write has been enabled to speed up output to
49961     the Flash by approx. a factor of 10.
49962
49963     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
49964     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
49965
49966 commit 25991353204c78b094c3c1fec90182dcd607ab8f
49967 Author: Wolfgang Grandegger <wg@grandegger.com>
49968 Date:   Thu Jun 5 13:12:06 2008 +0200
49969
49970     TQM85xx: Support for Flat Device Tree
49971
49972     This patch adds support for Linux kernels using the Flat Device Tree.
49973     It also re-defines the default environment settings for booting Linux
49974     with the FDT blob.
49975
49976     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
49977
49978 commit d9ee843d54c54776e1fdb86336ce554906a87331
49979 Author: Wolfgang Grandegger <wg@grandegger.com>
49980 Date:   Thu Jun 5 13:12:05 2008 +0200
49981
49982     TQM85xx: Support for Intel 82527 compatible CAN controller
49983
49984     This patch adds initialization of the UPMC RAM to support up to two
49985     Intel 82527 compatible CAN controller on the TQM85xx modules.
49986
49987     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
49988     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
49989
49990 commit 518d5cfe72916323c746af1647764459914f555f
49991 Author: Wolfgang Grandegger <wg@grandegger.com>
49992 Date:   Thu Jun 5 13:12:04 2008 +0200
49993
49994     TQM85xx: Bugfix in the SDRAM initialisation
49995
49996     The CS0_BNDS register is now set according to the detected
49997     memory size.
49998
49999     Signed-off-by Martin Krause <martin.krause@tqs.de>
50000
50001 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
50002 Author: Wolfgang Grandegger <wg@grandegger.com>
50003 Date:   Thu Jun 5 13:12:03 2008 +0200
50004
50005     TQM85xx: Fix chip select configuration for second FLASH bank
50006
50007     This patch fixes the re-calculation of the automatic chip select
50008     configuration for boards with two populated FLASH banks.
50009
50010     Signed-off-by: Martin Krause <martin.krause@tqs.de>
50011
50012 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
50013 Author: Wolfgang Grandegger <wg@grandegger.com>
50014 Date:   Thu Jun 5 13:12:02 2008 +0200
50015
50016     TQM85xx: Support for Spansion 'N' type flashes added
50017
50018     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
50019     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
50020     needs to be changed -> new start address of the environment. The macro
50021     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
50022     defined for boards with 'N' type flashes.
50023
50024     Signed-off-by: Martin Krause <martin.krause@tqs.de>
50025     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
50026
50027 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
50028 Author: Wolfgang Grandegger <wg@grandegger.com>
50029 Date:   Thu Jun 5 13:12:01 2008 +0200
50030
50031     TQM85xx: Fix CPM port pin configuration
50032
50033     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
50034     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
50035     as serial interface anyway. Worse, on some board variants configuring the
50036     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
50037
50038     Signed-off-by: Martin Krause <martin.krause@tqs.de>
50039
50040 commit b99ba1679e8cd51b023e67098c89e606e47137d2
50041 Author: Wolfgang Grandegger <wg@grandegger.com>
50042 Date:   Thu Jun 5 13:12:00 2008 +0200
50043
50044     TQM85xx: Various coding style fixes
50045
50046     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
50047
50048 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
50049 Author: Gerald Van Baren <vanbaren@cideas.com>
50050 Date:   Tue Jun 10 22:15:58 2008 -0400
50051
50052     libfdt: Move the working_fdt pointer to cmd_fdt.c
50053
50054     The working_fdt pointer was declared in common/fdt_support.c but was
50055     not used there.  Move it to common/cmd_fdt.c where it is used (it is
50056     also used in lib_ppc/bootm.c).
50057
50058     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50059
50060 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
50061 Author: Kim Phillips <kim.phillips@freescale.com>
50062 Date:   Tue Jun 10 11:06:17 2008 -0500
50063
50064     fdt: unshadow global working fdt variable
50065
50066     differentiate with local variables of the same name by renaming the
50067     global 'fdt' variable 'working_fdt'.
50068
50069     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50070
50071 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
50072 Author: Andy Fleming <afleming@freescale.com>
50073 Date:   Tue Jun 10 18:49:34 2008 -0500
50074
50075     socrates: Fix PCI clk fix patch
50076
50077     The submitted patch seems to have been more up-to-date, but an older patch was
50078     already in the repository.  This patch encompasses the differences
50079
50080     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
50081
50082     Signed-off-by: Andy Fleming <afleming@freescale.com>
50083
50084 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
50085 Author: Wolfgang Grandegger <wg@grandegger.com>
50086 Date:   Thu Jun 5 13:02:29 2008 +0200
50087
50088     NAND FSL UPM: driver re-write using the hwcontrol callback
50089
50090     This is a re-write of the NAND FSL UPM driver using the more universal
50091     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
50092     list of furher modifications:
50093
50094     - For the time being, the UPM setup writing the UPM array has been
50095       removed from the driver and must now be done by the board specific
50096       code.
50097
50098     - The bus width definition in "struct fsl_upm_nand" is now in bits to
50099       comply with the corresponding Linux driver and 8, 16 and 32 bit
50100       accesses are supported.
50101
50102     - chip->dev_read is only set if fun->dev_ready != NULL, which is
50103       required for boards not connecting the R/B pin.
50104
50105     - A few issue have been fixed with MxMR bit manipulation like in the
50106       corresponding Linux driver.
50107
50108     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
50109           as well, because the address is already determined by
50110           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
50111
50112     This patch has been tested on a TQM8548 modules with the NAND chip
50113     Micron MT29F8G08FABWP.
50114
50115     This patch is based on the following patches posted to this list a few
50116     minutes ago:
50117
50118       PPC: add accessor macros to clear and set bits in one shot
50119       83xx/85xx/86xx: add more MxMR local bus definitions
50120
50121     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
50122     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50123
50124 commit 6beecfbb542992eede5831240cd58678274683a9
50125 Author: Wolfgang Grandegger <wg@grandegger.com>
50126 Date:   Thu Jun 5 13:11:59 2008 +0200
50127
50128     MPC85xx: Beautify boot output of L2 cache configuration
50129
50130     The boot output is now aligned poperly with other boot output
50131     lines, e.g.:
50132
50133       FLASH: 128 MB
50134       L2:    512 KB enabled
50135
50136     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
50137
50138 commit 398415114f0a705163a14543e9fef03f734b1ffa
50139 Author: Wolfgang Grandegger <wg@grandegger.com>
50140 Date:   Wed Jun 4 12:45:22 2008 +0200
50141
50142     PPC: add accessor macros to clear and set bits in one shot
50143
50144     PPC: add accessor macros to clear and set bits in one shot
50145
50146     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
50147     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
50148     They are very handy to manipulate bits it I/O registers.
50149
50150     This patch is required for my forthcoming FSL NAND UPM driver re-write and
50151     the support for the TQM8548 module.
50152
50153     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
50154
50155 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
50156 Author: Wolfgang Grandegger <wg@grandegger.com>
50157 Date:   Wed Jun 4 13:52:17 2008 +0200
50158
50159     TQM: move TQM boards to board/tqc
50160
50161     Move all TQM board directories to the vendor specific directory "tqc"
50162     for modules from TQ-Components GmbH (http://www.tqc.de).
50163
50164     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
50165
50166 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
50167 Author: Wolfgang Grandegger <wg@grandegger.com>
50168 Date:   Mon Jun 2 12:09:30 2008 +0200
50169
50170     83xx/85xx/86xx: add more MxMR local bus definitions
50171
50172     83xx/85xx/86xx: add more MxMR local bus definitions
50173
50174     This patch adds more macro definitions for the UPM Machine Mode Registers
50175     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
50176     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
50177     required for my forthcoming FSL NAND UPM driver re-write and the support
50178     for the TQM8548 module.
50179
50180     This patch is based on the following two patches from Anton Vorontsov:
50181
50182     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
50183     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
50184
50185     I leave coding style violation fixes, code beautification and name
50186     corrections to somebody else ;-(.
50187
50188     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
50189
50190 commit c8c5fc266e4499e283c293ccb972863156aa4134
50191 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50192 Date:   Thu May 29 18:14:56 2008 +0400
50193
50194     83xx/85xx: further localbus cleanups
50195
50196     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
50197     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
50198
50199     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50200
50201 commit 42dbd667c88d496882d53e22656e89b654205492
50202 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50203 Date:   Wed May 28 18:20:15 2008 +0400
50204
50205     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
50206
50207     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
50208     use it on MPC85xx and MPC86xx processors.
50209
50210     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50211
50212 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
50213 Author: Kumar Gala <galak@kernel.crashing.org>
50214 Date:   Thu May 29 11:22:06 2008 -0500
50215
50216     85xx: Add setting of cache props in the device tree.
50217
50218     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50219
50220 commit 4dbdb7681e243431530df0725627192a0c4aefda
50221 Author: Kumar Gala <galak@kernel.crashing.org>
50222 Date:   Tue Jun 10 16:53:46 2008 -0500
50223
50224     85xx: expose cpu identification
50225
50226     The current cpu identification code is used just to return the name
50227     of the processor at boot.  There are some other locations that the name
50228     is useful (device tree setup).  Expose the functionality to other bits
50229     of code.
50230
50231     Also, drop the 'E' suffix and add it on by looking at the SVR version
50232     when we print this out.  This is mainly to allow the most flexible use
50233     of the name.  The device tree code tends to not care about the 'E' suffix.
50234
50235     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50236
50237 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
50238 Author: Kim Phillips <kim.phillips@freescale.com>
50239 Date:   Tue Jun 10 13:25:24 2008 -0500
50240
50241     mpc83xx: MVBLM7: minor build fixups
50242
50243     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50244
50245 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
50246 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
50247 Date:   Tue Jun 10 09:14:05 2008 +0200
50248
50249     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
50250
50251     Add MPC8343 based board mvBlueLYNX-M7.
50252     It's a single board stereo camera system.
50253     Please read doc/README.mvblm7 for details.
50254
50255     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
50256     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50257
50258 commit c005b93925ba49f07da2aa748527996d927e172f
50259 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
50260 Date:   Tue Jun 10 09:13:16 2008 +0200
50261
50262     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
50263
50264     Add MPC8343 based board mvBlueLYNX-M7.
50265     It's a single board stereo camera system.
50266     Please read doc/README.mvblm7 for details.
50267
50268     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
50269     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50270
50271 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
50272 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50273 Date:   Thu May 29 18:14:56 2008 +0400
50274
50275     83xx/85xx: further localbus cleanups
50276
50277     move the BRx_* and ORx_* left behind in mpc85xx.h
50278
50279     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
50280     the same, just few differences which needs some attention though).
50281
50282     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
50283     of these defines. So this cleanup I'll leave for the "better times".
50284
50285     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50286     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50287
50288 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
50289 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50290 Date:   Wed May 28 18:20:15 2008 +0400
50291
50292     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
50293
50294     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
50295     use it on MPC85xx and MPC86xx processors.
50296
50297     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50298     Acked-by: Andy Fleming <afleming@freescale.com>
50299     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50300
50301 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
50302 Author: Tor Krill <tor@excito.com>
50303 Date:   Mon Jun 2 15:09:30 2008 +0200
50304
50305     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
50306
50307     Signed-off-by: Tor Krill <tor@excito.com>
50308     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50309
50310 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
50311 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50312 Date:   Mon Jun 9 23:37:44 2008 +0900
50313
50314     net: Conditional COBJS inclusion of network drivers
50315
50316     Replace COBJS-y with appropriate driver config names.
50317
50318     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50319     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50320
50321 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
50322 Author: Gerald Van Baren <vanbaren@cideas.com>
50323 Date:   Mon Jun 9 21:02:17 2008 -0400
50324
50325     Use strncmp() for the fdt command
50326
50327     Cleaner than doing multiple conditionals on characters.
50328
50329     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50330
50331 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
50332 Author: Gerald Van Baren <vanbaren@cideas.com>
50333 Date:   Sat Jun 7 12:25:05 2008 -0400
50334
50335     The fdt boardsetup command criteria was not unique
50336
50337     It was checking just for "b", which is not unique with respect to the
50338     "boot" command.  Change to check for "boa"[rdsetup].
50339
50340     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50341
50342 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
50343 Author: David Gibson <david@gibson.dropbear.id.au>
50344 Date:   Tue May 20 17:19:11 2008 +1000
50345
50346     libfdt: Several cleanups to parameter checking
50347
50348     This patch makes a couple of small cleanups to parameter checking of
50349     libfdt functions.
50350
50351         - In several functions which take a node offset, we use an
50352     idiom involving fdt_next_tag() first to check that we have indeed been
50353     given a node offset.  This patch adds a helper function
50354     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
50355
50356         - In fdt_rw.c in several places we have the expanded version
50357     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
50358     replaces those instances with an invocation of the macro; that's what
50359     it's for.
50360
50361         - In fdt_sw.c we rename the check_header_sw() function to
50362     sw_check_header() to match the analgous function in fdt_rw.c, and we
50363     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
50364     functions in fdt_rw.c
50365
50366     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
50367
50368 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
50369 Author: Gerald Van Baren <vanbaren@cideas.com>
50370 Date:   Tue Jun 3 20:34:45 2008 -0400
50371
50372     Remove the deprecated CONFIG_OF_FLAT_TREE
50373
50374     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
50375     cleaner, has better functionality, and is better supported.
50376
50377     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50378
50379 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
50380 Author: Gerald Van Baren <vanbaren@cideas.com>
50381 Date:   Tue Jun 3 20:26:29 2008 -0400
50382
50383     Change the stxxst to CONFIG_OF_LIBFDT
50384
50385     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
50386     to CONFIG_OF_LIBFDT.
50387
50388     WARNING: It appears that this board lost its ability to boot via a
50389     flattened device tree prior to this changeset.
50390
50391     WARNING: This conversion was untested because I do not have a board to
50392     test it on.
50393
50394     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50395
50396 commit 589c04271d129729a8b01391453851ab9cc4069c
50397 Author: Gerald Van Baren <vanbaren@cideas.com>
50398 Date:   Tue Jun 3 20:24:58 2008 -0400
50399
50400     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
50401
50402     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
50403     to CONFIG_OF_LIBFDT.
50404
50405     WARNING: This conversion is untested because I do not have a board to
50406     test it on.
50407
50408     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
50409     /aliases/ethernet1 property for the ethernet to work.
50410
50411     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50412
50413 commit ee1e35bede91debc8bff9b02f75574486033b652
50414 Author: Kumar Gala <galak@kernel.crashing.org>
50415 Date:   Thu May 29 01:21:24 2008 -0500
50416
50417     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
50418
50419     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50420
50421 commit 3b9519fc50802436e417c839e69df7b2016cade5
50422 Author: Becky Bruce <becky.bruce@freescale.com>
50423 Date:   Wed May 14 13:10:04 2008 -0500
50424
50425     MPC85xx: Change traps.c to not reference non-addressable memory
50426
50427     Currently, END_OF_RAM is used by the trap code to determine if
50428     we should attempt to access the stack pointer or not. However,
50429     on systems with a lot of RAM, only a subset of the RAM is
50430     guaranteed to be mapped in and accessible.  Change END_OF_RAM
50431     to use get_effective_memsize() instead of using the raw ram
50432     size out of the bd.
50433
50434     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
50435
50436 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
50437 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
50438 Date:   Mon Jun 9 13:39:57 2008 +0900
50439
50440     sh: Renesas Solutions SH7763RDP board support
50441
50442     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
50443     In this patch, support SCIF, NOR Flash, and Ethernet.
50444
50445     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
50446     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50447
50448 commit 60179098a95eaa972007d7ec58e4c1588029720f
50449 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
50450 Date:   Fri Jun 6 16:24:13 2008 +0900
50451
50452     sh: Add support Renesas SH7763
50453
50454     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
50455     This patch supprts CPU register's header file.
50456
50457     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
50458     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50459
50460 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
50461 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
50462 Date:   Fri Jun 6 16:16:08 2008 +0900
50463
50464     sh: SH7763 SCIF support
50465
50466     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
50467     but only SCIF2 is different. This patch work all SCIF channel.
50468
50469     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
50470     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50471
50472 commit 79b51ff8205f0354d5300570614c1d2db499679c
50473 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50474 Date:   Sat Jun 7 20:51:59 2008 +0900
50475
50476     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
50477
50478     Also get rid of some #ifdefs in *.c files.
50479
50480     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50481
50482 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
50483 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50484 Date:   Sat Jun 7 20:51:56 2008 +0900
50485
50486     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
50487
50488     CONFIG_SOC_AU1X00
50489
50490       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
50491       need to have this config as a system type specifier.
50492
50493     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
50494     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
50495
50496       Machine type specifiers. Each port should have one of aboves.
50497
50498     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50499
50500 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
50501 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
50502 Date:   Fri May 30 16:05:28 2008 -0400
50503
50504     env_nand.c: Added bad block management for environment variables
50505
50506     Modified to check for bad blocks and to skipping over them when
50507     CFG_ENV_RANGE has been defined.
50508     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
50509     flash block size.
50510
50511     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
50512     Signed-off-by: Scott Wood <scottwood@freescale.com>
50513
50514 commit 279726bd00558e80263d44581c44167625b7fb9a
50515 Author: Becky Bruce <becky.bruce@freescale.com>
50516 Date:   Wed May 14 13:09:58 2008 -0500
50517
50518     MPC86xx: Change traps.c to not reference non-addressable memory
50519
50520     Currently, END_OF_RAM is used by the trap code to determine if
50521     we should attempt to access the stack pointer or not. However,
50522     on systems with a lot of RAM, only a subset of the RAM is
50523     guaranteed to be mapped in and accessible.  Change END_OF_RAM
50524     to use get_effective_memsize() instead of using the raw ram
50525     size out of the bd to prevent us from trying to access
50526     non-mapped memory.
50527
50528     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
50529
50530 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
50531 Author: Wolfgang Denk <wd@denx.de>
50532 Date:   Fri Jun 6 14:28:14 2008 +0200
50533
50534     tools/mkimage: fix compiler warnings on some systems.
50535
50536     Signed-off-by: Wolfgang Denk <wd@denx.de>
50537
50538 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
50539 Author: Stefan Roese <sr@denx.de>
50540 Date:   Fri Jun 6 16:10:41 2008 +0200
50541
50542     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
50543
50544     We use upper case letters for the AMCC processor defines (like
50545     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
50546     not CONFIG_440SPe. This patch fixes the last misspelled config options.
50547
50548     Signed-off-by: Stefan Roese <sr@denx.de>
50549
50550 commit 72675dc6c06a48846d180106161d49dd714383cc
50551 Author: Stefan Roese <sr@denx.de>
50552 Date:   Fri Jun 6 15:55:21 2008 +0200
50553
50554     ppc4xx: Unify AMCC's board config files (part 3/3)
50555
50556     This patch series unifies the AMCC eval board ports by introducing
50557     a common include header for all AMCC eval boards:
50558
50559     include/configs/amcc-common.h
50560
50561     This header now includes all common configuration options/defines which
50562     are removed from the board specific headers.
50563
50564     The reason for this is ease of maintenance and unified look and feel
50565     of all AMCC boards.
50566
50567     Signed-off-by: Stefan Roese <sr@denx.de>
50568
50569 commit 490f204096d6e2c9940f67816f154a8125bab116
50570 Author: Stefan Roese <sr@denx.de>
50571 Date:   Fri Jun 6 15:55:03 2008 +0200
50572
50573     ppc4xx: Unify AMCC's board config files (part 2/3)
50574
50575     This patch series unifies the AMCC eval board ports by introducing
50576     a common include header for all AMCC eval boards:
50577
50578     include/configs/amcc-common.h
50579
50580     This header now includes all common configuration options/defines which
50581     are removed from the board specific headers.
50582
50583     The reason for this is ease of maintenance and unified look and feel
50584     of all AMCC boards.
50585
50586     Signed-off-by: Stefan Roese <sr@denx.de>
50587
50588 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
50589 Author: Stefan Roese <sr@denx.de>
50590 Date:   Fri Jun 6 15:54:31 2008 +0200
50591
50592     ppc4xx: Unify AMCC's board config files (part 1/3)
50593
50594     This patch series unifies the AMCC eval board ports by introducing
50595     a common include header for all AMCC eval boards:
50596
50597     include/configs/amcc-common.h
50598
50599     This header now includes all common configuration options/defines which
50600     are removed from the board specific headers.
50601
50602     The reason for this is ease of maintenance and unified look and feel
50603     of all AMCC boards.
50604
50605     Signed-off-by: Stefan Roese <sr@denx.de>
50606
50607 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
50608 Author: Remy Bohmer <linux@bohmer.net>
50609 Date:   Thu Jun 5 13:03:36 2008 +0200
50610
50611     DM9000 fix status check fail 0x6d error for trizeps board
50612
50613     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
50614     the status byte need to be checked to identify a valid packet in the fifo
50615
50616     But, The several different Application Notes do not all speak the same
50617     language on these bits. They do not disagree, but only 1 Application Note
50618     noted explicitly that only these 2 bits need to be checked.
50619     Even the datasheets do not mention anything about these 2 bits.
50620
50621     Because the old code, and the kernel check the whole byte, I left this piece
50622     untouched.
50623
50624     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
50625     it should work.
50626
50627     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
50628     in the fifo) is much shorter now, compared to the older U-boot driver code,
50629     so that we can maybe run into a hardware condition now that was never seen
50630     before, or maybe was seen very unfrequently.
50631
50632     Additionaly added a cleanup of a stack variable.
50633
50634     Signed-off-by: Remy Bohmer <linux@bohmer.net>
50635     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50636
50637 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
50638 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50639 Date:   Thu Jun 5 22:29:00 2008 +0900
50640
50641     [MIPS] Update <asm/addrspace.h> header
50642
50643     - Fix traditional KSEG names
50644     - Replace PHYSADDR with CPHYSADDR
50645
50646     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50647
50648 commit f0d5a6f060d00358b85c62a921a423ea8df71184
50649 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50650 Date:   Thu Jun 5 22:29:00 2008 +0900
50651
50652     [MIPS] mips_config.mk: Misc fixes
50653
50654     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
50655     - Modify comments
50656
50657     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50658
50659 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
50660 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50661 Date:   Thu Jun 5 22:29:00 2008 +0900
50662
50663     [MIPS] Kill unused <version.h> inclusions
50664
50665     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50666
50667 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
50668 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50669 Date:   Thu Jun 5 22:29:00 2008 +0900
50670
50671     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
50672
50673     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
50674     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
50675     in the U-Boot system.
50676
50677     The other is we don't have a proper time management counter like timestamp
50678     other ARCHs have. We need the 32-bit millisecond clock counter.
50679
50680     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
50681     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
50682     of calculated CP0 counter cycles in a CFG_HZ.
50683
50684     STRATEGY:
50685
50686     * Fix improper CFG_HZ value to have 1000
50687
50688     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
50689
50690     * timer_init: initialize timestamp and set up the first timer expiration.
50691       Note that we don't need to initialize CP0 count/compare registers here
50692       as they have been already zeroed out on the system reset. Leave them as
50693       they are.
50694
50695     * get_timer: calculate how many timestamps have been passed, then return
50696       base-relative timestamp. Make sure we can easily count missed timestamps
50697       regardless of CP0 count/compare value.
50698
50699     * get_ticks: return the current timestamp, that is get_timer(0).
50700
50701     Most parts are from good old Linux v2.6.16 kernel.
50702
50703     v2:
50704     - Remove FIXME comments as they turned out to be trivial.
50705     - Use CP0 compare register as a global variable for expirelo.
50706     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
50707       instead.
50708
50709     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50710
50711 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
50712 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50713 Date:   Thu Jun 5 22:29:00 2008 +0900
50714
50715     [MIPS] lib_mips/time.c: Fix udelay
50716
50717     What we have to do is just to wait for given micro-seconds. No need to
50718     take into account current time, get_timer and CFG_HZ.
50719
50720     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50721
50722 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
50723 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50724 Date:   Thu Jun 5 22:28:59 2008 +0900
50725
50726     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
50727
50728     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
50729     This patch replaces mips_{compare,count}_set and mips_count_get with
50730     existing macros.
50731
50732     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
50733
50734 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
50735 Author: Remy Bohmer <linux@bohmer.net>
50736 Date:   Tue Jun 3 15:48:17 2008 +0200
50737
50738     Get rid of annoying/superfluous bad-checksum warning message
50739
50740     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
50741     It is annoying for ordinary users who start to doubt the network connection
50742     in general when they see messages like this.
50743
50744     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
50745     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
50746     now before checking the checksum.
50747
50748     Signed-off-by: Remy Bohmer <linux@bohmer.net>
50749     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50750
50751 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
50752 Author: Remy Bohmer <linux@bohmer.net>
50753 Date:   Wed Jun 4 10:47:25 2008 +0200
50754
50755     Fix order for reading rx-status registers in 32bit mode of DM9000
50756
50757     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
50758     a bug in reading the rx-status registers in 32bit mode only.
50759     This patch repairs this.
50760
50761     Signed-off-by: Remy Bohmer <linux@bohmer.net>
50762     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50763
50764 commit 98291e2e689096420465074cce926b226d2e71b4
50765 Author: Remy Bohmer <linux@bohmer.net>
50766 Date:   Tue Jun 3 15:26:26 2008 +0200
50767
50768     DM9000: Some minor code cleanups
50769
50770     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
50771     need some other minor cleanup.
50772
50773     Signed-off-by: Remy Bohmer <linux@bohmer.net>
50774     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50775
50776 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
50777 Author: Remy Bohmer <linux@bohmer.net>
50778 Date:   Tue Jun 3 15:26:25 2008 +0200
50779
50780     DM9000: Make driver work properly for DM9000A
50781
50782     The DM9000A network controller does not work with the U-boot DM9000x driver.
50783     Analysis showed that many incoming packets are lost.
50784
50785     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
50786     check for a valid rx packet be done on the interrupt status register, not
50787     directly by performing the dummy read and the rx status check as is currently
50788     the case in the u-boot driver.
50789
50790     When the recommended poll is done as suggested the driver starts working
50791     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
50792     can be more than 1 package in the fifo at the same time.
50793
50794     The driver must perform the rx-status check in a loop and read and handle all
50795     packages until there is no more left _after_ the interrupt RX flag is set.
50796
50797     This change has been tested with DM9000A, DM9000E, DM9000EP.
50798
50799     Signed-off-by: Remy Bohmer <linux@bohmer.net>
50800     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50801
50802 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
50803 Author: Remy Bohmer <linux@bohmer.net>
50804 Date:   Tue Jun 3 15:26:24 2008 +0200
50805
50806     DM9000: Improve eth_reset() routine
50807
50808     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
50809     reset procedure must be done twice to properly reset the DM9000 by means of software.
50810     This errata is not needed anymore for the DM9000A, but it does not bother it.
50811
50812     This change has been tested with DM9000A, DM9000E, DM9000EP.
50813
50814     Signed-off-by: Remy Bohmer <linux@bohmer.net>
50815     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50816
50817 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
50818 Author: Remy Bohmer <linux@bohmer.net>
50819 Date:   Tue Jun 3 15:26:23 2008 +0200
50820
50821     DM9000: improve eth_send() routine
50822
50823     The eth_send routine of the U-boot DM9000x driver does not match the
50824     DM9000 or DM9000A application notes/programming guides.
50825
50826     This change improves the stability of the DM9000A network controller.
50827
50828     This change has been tested with DM9000A, DM9000E, DM9000EP.
50829
50830     Signed-off-by: Remy Bohmer <linux@bohmer.net>
50831     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50832
50833 commit 134e266253c02a7832560da59d394989c4f64453
50834 Author: Remy Bohmer <linux@bohmer.net>
50835 Date:   Tue Jun 3 15:26:22 2008 +0200
50836
50837     DM9000: repair debug logging
50838
50839     It seems that the debugging code of the DM9000x driver in U-boot has not been
50840     compiled for a long time, because it cannot compile...
50841
50842     Also rearranged some loglines to get more useful info while debugging.
50843
50844     Signed-off-by: Remy Bohmer <linux@bohmer.net>
50845     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50846
50847 commit a101361bfe23c120321e45d114c0603b8e0763e9
50848 Author: Remy Bohmer <linux@bohmer.net>
50849 Date:   Tue Jun 3 15:26:21 2008 +0200
50850
50851     DM9000: Add data bus-width auto detection.
50852
50853     The U-boot DM9000x driver contains a compile time bus-width definition for
50854     the databus connected to the network controller.
50855
50856     This compile check makes the code unclear, inflexible and is unneccessary.
50857     It can be asked to the network controller what its bus-width is by reading bits
50858     6 and 7 of the interrupt status register.
50859
50860     The linux kernel already uses a runtime mechanism to determine this bus-width,
50861     so the implementation below looks somewhat like that implementation.
50862
50863     This change has been tested with DM9000A, DM9000E, DM9000EP.
50864
50865     Signed-off-by: Remy Bohmer <linux@bohmer.net>
50866     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50867
50868 commit 63a0afa0c32e5f4ea98a9439542870072437404d
50869 Author: Stefan Roese <sr@denx.de>
50870 Date:   Wed Jun 4 19:19:20 2008 +0200
50871
50872     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
50873
50874     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
50875     introduced by the commit:
50876
50877     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
50878
50879     With this patch SDRAM will get initialized again and booting from NAND
50880     is working again.
50881
50882     Signed-off-by: Stefan Roese <sr@denx.de>
50883     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
50884
50885 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
50886 Author: Wolfgang Denk <wd@denx.de>
50887 Date:   Tue May 27 14:19:30 2008 +0200
50888
50889     Socrates: Fix PCI bus frequency report
50890
50891     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
50892
50893 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
50894 Author: Tor Krill <tor@excito.com>
50895 Date:   Thu May 29 11:10:30 2008 +0200
50896
50897     Fix incorrect switch for IF_TYPE in part.c
50898
50899     Use correct field in block_dev_desc_t when writing interface type in
50900     dev_print. Error introduced in 574b3195.
50901
50902     Also added fix from Martin Krause
50903
50904     Signed-off-by: Tor Krill <tor@excito.com>
50905
50906 commit b64b8a0bd310935b70af69ac970952f2b364ae56
50907 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
50908 Date:   Tue May 27 10:25:39 2008 +0200
50909
50910     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
50911
50912     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
50913
50914 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
50915 Author: Peter Tyser <ptyser@xes-inc.com>
50916 Date:   Thu May 22 18:56:52 2008 -0500
50917
50918     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
50919
50920     Removed unneeded command line history initialization.  Also, the original
50921     code would access the 'initted' variable before relocation to SDRAM
50922     which resulted in erratic behavior since the bss is not initialized when
50923     executing from flash.
50924
50925     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
50926
50927 commit 22f371b63038a4ecab04068877c1089e51a01ba1
50928 Author: Grant Erickson <gerickson@nuovations.com>
50929 Date:   Wed May 21 13:28:30 2008 -0700
50930
50931     PPC4xx: Simplified post_word_{load, store}
50932
50933     This patch simplifies post_word_{load,store} by using the preprocessor
50934     to eliminate redundant, copy-and-pasted code.
50935
50936     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
50937
50938 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
50939 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
50940 Date:   Wed May 7 21:25:33 2008 +0400
50941
50942     cfi_flash: enable M18 flash chips family support.
50943
50944     Added new command set ID. Buffered write command processing is changed
50945     in order to support M18 flash chips family.
50946
50947     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
50948     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
50949
50950 commit 93c56f212ccdadc182018f0769cb284426b88f1d
50951 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
50952 Date:   Wed May 7 21:24:44 2008 +0400
50953
50954     cfi_flash: support of long cmd in U-boot.
50955
50956     Some NOR flash chips needs support of commands with length grether than max
50957     value size of uchar. For example all M18 family chips use 0x1ff command in
50958     buffered write mode as value of program loops count.
50959
50960     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
50961     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
50962
50963 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
50964 Author: Stefan Roese <sr@denx.de>
50965 Date:   Fri May 16 11:06:06 2008 +0200
50966
50967     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
50968
50969     On AD7414 the first value upon bootup is not read correctly.
50970     This is most likely because of the 800ms update time of the
50971     temp register in normal update mode. To get current values
50972     each time we issue the "dtt" command including upon powerup
50973     we switch into one-short mode.
50974
50975     This patch fixes the problem on AD7414 equipped boards (Sequoia,
50976     Canyonlands etc), that temp value printed in the bootup log was
50977     incorrect.
50978
50979     Signed-off-by: Stefan Roese <sr@denx.de>
50980
50981 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
50982 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50983 Date:   Fri May 30 16:55:06 2008 +0200
50984
50985     ppc4xx: Cleanup CPCI405 variant's config file
50986
50987     This patch removes some dead code from CPCI405 board's
50988     config files. JFFS2 support is also removed. It's not used and
50989     CPCI4052 does not build anymore without some size reduction.
50990
50991     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50992
50993 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
50994 Author: Kenneth Johansson <kenneth@southpole.se>
50995 Date:   Thu May 29 16:32:33 2008 +0200
50996
50997     Remove shell variable UNDEF_SYM.
50998
50999     UNDEF_SYM is a shell variable in the main Makefile used to force the
51000     linker to add all u-boot commands to the final image. It has no use here.
51001
51002     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
51003
51004 commit 8c66497e06bf803489c589df58ee591d71033274
51005 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51006 Date:   Fri May 16 11:10:35 2008 +0200
51007
51008     Add support for environment in SPI flash
51009
51010     This is pretty incomplete...it doesn't handle reading the environment
51011     before relocation, it doesn't support redundant environment, and it
51012     doesn't support embedded environment. But apart from that, it does
51013     seem to work.
51014
51015     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51016
51017 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
51018 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51019 Date:   Fri May 16 11:10:34 2008 +0200
51020
51021     SPI Flash: Add "sf" command
51022
51023     This adds a new command, "sf" which can be used to manipulate SPI
51024     flash. Currently, initialization, reading, writing and erasing is
51025     supported.
51026
51027     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51028
51029 commit d25ce7d24cc0f93881559f4009175ea305af65e8
51030 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51031 Date:   Fri May 16 11:10:33 2008 +0200
51032
51033     SPI Flash subsystem
51034
51035     This adds a new SPI flash subsystem.
51036
51037     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
51038     but some preliminary support for other flash types is in place as
51039     well.
51040
51041     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51042
51043 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
51044 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
51045 Date:   Fri May 16 11:10:32 2008 +0200
51046
51047     atmel_spi: Driver for the Atmel SPI controller
51048
51049     This adds a driver for the SPI controller found on most AT91 and AVR32
51050     chips, implementing the new SPI API.
51051
51052     Changed in v4:
51053       - Update to new API
51054       - Handle zero-length transfers appropriately. The user may send a
51055         zero-length SPI transfer with SPI_XFER_END set in order to
51056         deactivate the chip select after a series of transfers with chip
51057         select active. This is useful e.g. when polling the status
51058         register of DataFlash.
51059
51060     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51061
51062 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
51063 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51064 Date:   Fri May 16 11:10:31 2008 +0200
51065
51066     SPI API improvements
51067
51068     This patch gets rid of the spi_chipsel table and adds a handful of new
51069     functions that makes the SPI layer cleaner and more flexible.
51070
51071     Instead of the spi_chipsel table, each board that wants to use SPI
51072     gets to implement three hooks:
51073       * spi_cs_activate(): Activates the chipselect for a given slave
51074       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
51075       * spi_cs_is_valid(): Determines if the given bus/chipselect
51076         combination can be activated.
51077
51078     Not all drivers may need those extra functions however. If that's the
51079     case, the board code may just leave them out (assuming they know what
51080     the driver needs) or rely on the linker to strip them out (assuming
51081     --gc-sections is being used.)
51082
51083     To set up communication parameters for a given slave, the driver needs
51084     to call spi_setup_slave(). This returns a pointer to an opaque
51085     spi_slave struct which must be passed as a parameter to subsequent SPI
51086     calls. This struct can be freed by calling spi_free_slave(), but most
51087     driver probably don't want to do this.
51088
51089     Before starting one or more SPI transfers, the driver must call
51090     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
51091     the hardware. When all transfers are done, the driver must call
51092     spi_release_bus() to make the bus available to others, and possibly
51093     shut down the SPI controller hardware.
51094
51095     spi_xfer() behaves mostly the same as before, but it now takes a
51096     spi_slave parameter instead of a spi_chipsel function pointer. It also
51097     got a new parameter, flags, which is used to specify chip select
51098     behaviour. This may be extended with other flags in the future.
51099
51100     This patch has been build-tested on all powerpc and arm boards
51101     involved. I have not tested NIOS since I don't have a toolchain for it
51102     installed, so I expect some breakage there even though I've tried
51103     fixing up everything I could find by visual inspection.
51104
51105     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
51106     DataFlash drivers posted as a follow-up. I'd like some help testing
51107     other boards that use the existing SPI API.
51108
51109     But most of all, I'd like some comments on the new API. Is this stuff
51110     usable for everyone? If not, why?
51111
51112     Changed in v4:
51113       - Build fixes for various boards, drivers and commands
51114       - Provide common struct spi_slave definition that can be extended by
51115         drivers
51116       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
51117       - Make default bus and mode build-time configurable
51118       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
51119
51120     Changed in v3:
51121       - Add opaque struct spi_slave for controller-specific data associated
51122         with a slave.
51123       - Add spi_claim_bus() and spi_release_bus()
51124       - Add spi_free_slave()
51125       - spi_setup() is now called spi_setup_slave() and returns a
51126         struct spi_slave
51127       - soft_spi now supports four SPI modes (CPOL|CPHA)
51128       - Add bus parameter to spi_setup_slave()
51129       - Convert the new i.MX32 SPI driver
51130       - Convert the new MC13783 RTC driver
51131
51132     Changed in v2:
51133       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
51134         new API.
51135
51136     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51137     Tested-by: Guennadi Liakhovetski <lg@denx.de>
51138
51139 commit 289011207d999b2e4085150d2aa30d547ad9b800
51140 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51141 Date:   Fri May 16 11:10:30 2008 +0200
51142
51143     Move definition of container_of() to common.h
51144
51145     AVR32 and AT91SAM9 both have their own identical definitions of
51146     container_of() taken from the Linux kernel. Move it to common.h so
51147     that all architectures can use it.
51148
51149     container_of() is already used by some drivers, and will be used
51150     extensively by the new and improved SPI API.
51151
51152     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51153
51154 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
51155 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51156 Date:   Fri May 16 11:08:11 2008 +0200
51157
51158     soft_i2c: Pull SDA high before reading
51159
51160     Spotted by Dean Capindale.
51161
51162     Systems that support open-drain GPIO properly are allowed provide an
51163     empty I2C_TRISTATE define. However, this means that we need to be
51164     careful not to drive SDA low when the slave is expected to respond.
51165
51166     This patch adds a missing I2C_SDA(1) to read_byte() required to
51167     tristate the SDA line on systems that support open-drain GPIO.
51168
51169     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51170
51171 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
51172 Author: Stefan Roese <sr@denx.de>
51173 Date:   Mon May 19 11:34:53 2008 +0200
51174
51175     ppc4xx: Remove implementations of testdram()
51176
51177     This patch removes the used testdram() implementations of the board
51178     that are maintained by myself.
51179
51180     Signed-off-by: Stefan Roese <sr@denx.de>
51181
51182 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
51183 Author: Stefan Roese <sr@denx.de>
51184 Date:   Mon Jun 2 17:37:28 2008 +0200
51185
51186     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
51187
51188     Historically the 405 U-Boot port had a dram_init() call in early init
51189     stage. This function was still called from start.S and most of the time
51190     coded in assembler. This is not needed anymore (since a long time) and
51191     boards should implement the common initdram() function in C instead.
51192
51193     This patch now removed the dram_init() call from start.S and removes the
51194     empty implementations that are scattered through most of the 405 board
51195     ports. Some older board ports really implement this dram_init() though.
51196     These are:
51197
51198     csb272
51199     csb472
51200     ERIC
51201     EXBITGEN
51202     W7OLMC
51203     W7OLMG
51204
51205     I changed those boards to call this assembler dram_init() function now
51206     from their board specific initdram() instead. This *should* work, but please
51207     test again on those platforms. And it is perhaps a good idea that those
51208     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
51209     some time. So further patches welcome here.
51210
51211     Signed-off-by: Stefan Roese <sr@denx.de>
51212
51213 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
51214 Author: Stefan Roese <sr@denx.de>
51215 Date:   Mon Jun 2 17:22:11 2008 +0200
51216
51217     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
51218
51219     Signed-off-by: Stefan Roese <sr@denx.de>
51220
51221 commit 39b32be18cd33b53a84065edcd4e465165cc5564
51222 Author: Stefan Roese <sr@denx.de>
51223 Date:   Mon Jun 2 17:20:03 2008 +0200
51224
51225     ppc4xx: Fix common ECC generation code for 440GP style platforms
51226
51227     This patch makes the common 4xx ECC code really usable on 440GP style
51228     platforms.
51229
51230     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
51231     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
51232     we need to make some processor dependant defines used later on by the
51233     driver.
51234
51235     Signed-off-by: Stefan Roese <sr@denx.de>
51236
51237 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
51238 Author: Stefan Roese <sr@denx.de>
51239 Date:   Mon Jun 2 17:13:55 2008 +0200
51240
51241     ppc4xx: Change Kilauea to use the common DDR2 init function
51242
51243     This patch changes the kilauea and kilauea_nand (for NAND booting)
51244     board port to not use a board specific DDR2 init routine anymore. Now
51245     the common code from cpu/ppc4xx is used.
51246
51247     Thanks to Grant Erickson for all his basic work on this 405EX early
51248     bootup.
51249
51250     Signed-off-by: Stefan Roese <sr@denx.de>
51251
51252 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
51253 Author: Stefan Roese <sr@denx.de>
51254 Date:   Mon Jun 2 14:59:21 2008 +0200
51255
51256     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
51257
51258     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
51259     ppc4xx related SDRAM/DDR/DDR2 controller defines.
51260
51261     Signed-off-by: Stefan Roese <sr@denx.de>
51262
51263 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
51264 Author: Stefan Roese <sr@denx.de>
51265 Date:   Mon Jun 2 14:57:41 2008 +0200
51266
51267     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
51268
51269     This patch removes all SDRAM related defines from the PPC4xx headers
51270     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
51271     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
51272
51273     It also introduces new defines for the equipped SDRAM controller based on
51274     which PPC variant is used. There new defines are:
51275
51276     used on 405GR/CR/EP and some Xilinx Virtex boards.
51277
51278     used on 440GP/GX/EP/GR.
51279
51280     used on 440EPx/GRx.
51281
51282     used on 405EX/r/440SP/SPe/460EX/GT.
51283
51284     Signed-off-by: Stefan Roese <sr@denx.de>
51285
51286 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
51287 Author: Stefan Roese <sr@denx.de>
51288 Date:   Mon Jun 2 14:35:44 2008 +0200
51289
51290     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
51291
51292     This patch consolidates the 405 and 440 parts of the NAND booting code
51293     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
51294     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
51295     Only *after* running from this location, nand_boot() is called.
51296
51297     Please note that the initsdram() call is now moved from nand_boot.c
51298     to start.S. I experienced problems with some boards like Kilauea
51299     (405EX), which don't have internal SRAM (OCM) and relocation needs to
51300     be done to SDRAM before the NAND controller can get accessed. When
51301     initdram() is called later on in nand_boot(), this can lead to problems
51302     with variables in the bss sections like nand_ecc_pos[].
51303
51304     Signed-off-by: Stefan Roese <sr@denx.de>
51305     Acked-by: Scott Wood <scottwood@freescale.com>
51306
51307 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
51308 Author: Grant Erickson <gerickson@nuovations.com>
51309 Date:   Thu May 22 14:44:24 2008 -0700
51310
51311     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
51312
51313     This patch (Part 2 of 2):
51314
51315     * Rolls up a suite of changes to enable correct primordial stack and
51316       global data handling when the data cache is used for such a purpose
51317       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
51318
51319     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
51320       eliminating redundant ECC initialization implementations and moving
51321       redundant SDRAM initialization out of board code into shared 4xx
51322       code.
51323
51324     * Enables MCSR visibility on the 405EX(r).
51325
51326     * Enables the use of the data cache for initial RAM on
51327       both AMCC's Kilauea and Makalu and removes a redundant
51328       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
51329
51330       - Removed, per Stefan Roese's request, defunct memory.c file for
51331         Makalu and rolled sdram_init from it into makalu.c.
51332
51333     With respect to the 4xx DDR initialization and ECC unification, there
51334     is certainly more work that can and should be done (file renaming,
51335     etc.). However, that can be handled at a later date on a second or
51336     third pass. As it stands, this patch moves things forward in an
51337     incremental yet positive way for those platforms that utilize this
51338     code and the features associated with it.
51339
51340     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
51341     Signed-off-by: Stefan Roese <sr@denx.de>
51342
51343 commit c821b5f120bedf73867513466412587c6912a8f8
51344 Author: Grant Erickson <gerickson@nuovations.com>
51345 Date:   Thu May 22 14:44:14 2008 -0700
51346
51347     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
51348
51349     This patch (Part 1 of 2):
51350
51351     * Rolls up a suite of changes to enable correct primordial stack and
51352       global data handling when the data cache is used for such a purpose
51353       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
51354
51355     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
51356       eliminating redundant ECC initialization implementations and moving
51357       redundant SDRAM initialization out of board code into shared 4xx
51358       code.
51359
51360     * Enables MCSR visibility on the 405EX(r).
51361
51362     * Enables the use of the data cache for initial RAM on
51363       both AMCC's Kilauea and Makalu and removes a redundant
51364       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
51365
51366       - Removed, per Stefan Roese's request, defunct memory.c file for
51367         Makalu and rolled sdram_init from it into makalu.c.
51368
51369     With respect to the 4xx DDR initialization and ECC unification, there
51370     is certainly more work that can and should be done (file renaming,
51371     etc.). However, that can be handled at a later date on a second or
51372     third pass. As it stands, this patch moves things forward in an
51373     incremental yet positive way for those platforms that utilize this
51374     code and the features associated with it.
51375
51376     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
51377     Signed-off-by: Stefan Roese <sr@denx.de>
51378
51379 commit a439680019e06171d4a5694b7992accce87f590e
51380 Author: Grant Erickson <gerickson@nuovations.com>
51381 Date:   Wed May 21 13:28:30 2008 -0700
51382
51383     PPC4xx: Simplified post_word_{load, store}
51384
51385     This patch simplifies post_word_{load,store} by using the preprocessor
51386     to eliminate redundant, copy-and-pasted code.
51387
51388     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
51389
51390 commit f979690ee337450b2030aba128f95b7a8d9881c0
51391 Author: Kumar Gala <galak@kernel.crashing.org>
51392 Date:   Thu May 15 15:13:08 2008 -0500
51393
51394     Fix warnings from gcc-4.3.0 build on a ppc host
51395
51396     * The cfi_flash.c memset fix actual allows the board to boot so there is
51397       a bit more going on here than just resolving warnings associated with
51398       uninitialized variables.
51399
51400     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
51401       inline function 'ext2_find_next_zero_bit' which is not static
51402
51403     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51404
51405 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
51406 Author: Becky Bruce <becky.bruce@freescale.com>
51407 Date:   Wed May 14 13:09:51 2008 -0500
51408
51409     MPC512x: Change traps.c to not reference non-addressable memory
51410
51411     Currently, END_OF_RAM is used by the trap code to determine if
51412     we should attempt to access the stack pointer or not. However,
51413     on systems with a lot of RAM, only a subset of the RAM is
51414     guaranteed to be mapped in and accessible.  Change END_OF_RAM
51415     to use get_effective_memsize() instead of using the raw ram
51416     size out of the bd.
51417
51418     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
51419
51420 commit 81673e9ae14b771cd13faf19947192599cae3959
51421 Author: Kumar Gala <galak@kernel.crashing.org>
51422 Date:   Tue May 13 19:01:54 2008 -0500
51423
51424     Make sure common.h is the first include.
51425
51426     If common.h isn't first we can get CONFIG_ options defined in the
51427     board config file ignored.  This can cause an issue if any of those
51428     config options impact the size of types of data structures
51429     (eg CONFIG_PHYS_64BIT).
51430
51431     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51432
51433 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
51434 Author: Marian Balakowicz <m8@semihalf.com>
51435 Date:   Tue May 13 15:53:29 2008 +0200
51436
51437     Avoid initrd and logbuffer area overlaps
51438
51439     Add logbuffer to reserved LMB areas to prevent initrd allocation
51440     from overlaping with it.
51441
51442     Make sure to use correct logbuffer base address.
51443
51444     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
51445
51446 commit 6956d53d9934862507f83f0e3255dfd4662e7482
51447 Author: Sascha Laue <sascha.laue@liebherr.com>
51448 Date:   Tue May 13 13:29:54 2008 +0200
51449
51450     lwmon5: add memory-pattern-test to FPGA POST.
51451
51452 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
51453 Author: Becky Bruce <becky.bruce@freescale.com>
51454 Date:   Thu May 8 19:02:51 2008 -0500
51455
51456     PPC: 86xx Add bat registers to reginfo command
51457
51458     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
51459
51460 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
51461 Author: Becky Bruce <becky.bruce@freescale.com>
51462 Date:   Fri May 9 15:41:35 2008 -0500
51463
51464     PPC: Add print_bats() to lib_ppc/bat_rw.c
51465
51466     This function prints the values of all the BAT register
51467     pairs - I needed this for debug earlier this week; adding it to
51468     lib_ppc so others can use it (and add it to reginfo commands
51469     if so desired).
51470
51471     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
51472
51473 commit c148f24c15743a02e855636e6bed013bd121f7f2
51474 Author: Becky Bruce <becky.bruce@freescale.com>
51475 Date:   Thu May 15 21:29:04 2008 -0500
51476
51477     PPC: Change lib_ppc/bat_rw.c to use high bats
51478
51479     Currently, this code only deals with BATs 0-3, which makes
51480     it useless on systems that support BATs 4-7.  Add the
51481     support for these registers.
51482
51483     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
51484
51485 commit 31d826722434931e1152a09d140187dcf72f8aac
51486 Author: Becky Bruce <becky.bruce@freescale.com>
51487 Date:   Thu May 8 19:02:12 2008 -0500
51488
51489     PPC: Create and use CONFIG_HIGH_BATS
51490
51491     Change all code that conditionally operates on high bat
51492     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
51493     instead of the myriad ways this is done now.  Define the option
51494     for every config for which high bats are supported (and
51495     enabled by early boot, on parts where they're not always
51496     enabled)
51497
51498     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
51499
51500 commit aa3b8bf9c30065bb2ea852799d32db5020598495
51501 Author: Wolfgang Grandegger <wg@grandegger.com>
51502 Date:   Wed May 28 19:55:19 2008 +0200
51503
51504     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
51505
51506     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
51507     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51508
51509 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
51510 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
51511 Date:   Wed May 28 13:06:25 2008 -0500
51512
51513     ColdFire: Add 10 base ethernet support for mcf5445x
51514
51515     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
51516     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51517
51518 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
51519 Author: Jason McMullan <mcmullan@netapp.com>
51520 Date:   Fri May 30 00:53:38 2008 +0900
51521
51522     mips: Add an 'include/asm/errno.h', like all other architectures
51523
51524     All other u-boot architectures have an include/asm/errno.h, so
51525     this change adds it to the mips include/asm-mips headers also.
51526
51527     Stolen from Linux 2.6.25.
51528
51529     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
51530
51531 commit e2ad8426624bac457acc6925b6ff408e9bf20466
51532 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
51533 Date:   Fri May 30 00:53:38 2008 +0900
51534
51535     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
51536
51537     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
51538
51539 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
51540 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
51541 Date:   Fri May 30 00:53:38 2008 +0900
51542
51543     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
51544
51545     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
51546
51547 commit bf462ae450a7f2eeeddc699ed345b391e3263540
51548 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
51549 Date:   Fri May 30 00:53:37 2008 +0900
51550
51551     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
51552
51553     No functional changes.
51554
51555     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
51556
51557 commit 89a1550ec6b74452274a7a23127936e2c7eec711
51558 Author: Jason McMullan <mcmullan@netapp.com>
51559 Date:   Fri May 30 00:53:37 2008 +0900
51560
51561     mips: If CONFIG_CMD_SPI is defined, call spi_init()
51562
51563     The mips architecture currently does not call 'spi_init()' in the generic
51564     board initialization routine is CONFIG_CMD_SPI is defined.
51565
51566     This patch rectifies that problem.
51567
51568     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
51569     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
51570
51571 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
51572 Author: Jason McMullan <mcmullan@netapp.com>
51573 Date:   Fri May 30 00:53:37 2008 +0900
51574
51575     [MIPS] lib_mips/board.c: Add nand_init
51576
51577     This patch adds the standard 'nand_init()' call to the mips generic
51578     'board_init_r()' call, bringing MIPS in line with the other architectures.
51579
51580     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
51581     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
51582
51583 commit d6ac2ed893c2168738aee01579d6283af8d37045
51584 Author: Scott Wood <scottwood@freescale.com>
51585 Date:   Thu May 22 10:49:46 2008 -0500
51586
51587     Remove prototypes of nand_init() in favor of including nand.h.
51588
51589     Likewise with onenand_init().
51590
51591     Signed-off-by: Scott Wood <scottwood@freescale.com>
51592
51593 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
51594 Author: Scott Wood <scottwood@freescale.com>
51595 Date:   Thu May 22 10:49:00 2008 -0500
51596
51597     Make onenand_uboot.h self-sufficient.
51598
51599     Don't assume types are provided by previously included headers.
51600
51601     Signed-off-by: Scott Wood <scottwood@freescale.com>
51602
51603 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
51604 Author: Dirk Behme <dirk.behme@gmail.com>
51605 Date:   Wed Jan 16 14:26:59 2008 +0100
51606
51607     nand: Correct NAND erase percentage output
51608
51609     For NAND erase sizes smaller than one NAND erase block, erase
51610     percentage output becomes grater than 100% e.g.
51611
51612     -- cut --
51613       > nand info
51614     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
51615       > nand erase 0x100000 0x2000
51616     NAND erase: device 0 offset 0x100000, size 0x2000
51617     Erasing at 0x100000 -- 200% complete.
51618     OK
51619       >
51620     -- cut --
51621
51622     Correct this and give user a warning that more is erased than specified:
51623
51624     -- cut --
51625       > nand erase 0x100000 0x2000
51626     NAND erase: device 0 offset 0x100000, size 0x2000
51627     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
51628                Erasing 0x00004000 instead
51629     Erasing at 0x100000 -- 100% complete.
51630     OK
51631       >
51632     -- cut --
51633
51634     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
51635
51636 commit 5922db6c0948506be91e0de44e7a6863a18a417f
51637 Author: Stelian Pop <stelian@popies.net>
51638 Date:   Tue May 13 17:31:24 2008 +0200
51639
51640     Cleanup nand_info[] declaration.
51641
51642     The nand_info array is declared as extern in several .c files.
51643     Those days, nand.h contains a reference to the array, so there is
51644     no need to declare it elsewhere.
51645
51646     Signed-off-by: Stelian Pop <stelian@popies.net>
51647     Signed-off-by: Scott Wood <scottwood@freescale.com>
51648
51649 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
51650 Author: Scott Wood <scottwood@freescale.com>
51651 Date:   Mon May 19 09:30:43 2008 -0500
51652
51653     NAND: Provide a sane default for NAND_MAX_CHIPS.
51654
51655     This allows the header to be included regardless of whether a board's
51656     config file provides NAND-related defininitions.
51657
51658     Signed-off-by: Scott Wood <scottwood@freescale.com>
51659
51660 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
51661 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51662 Date:   Mon May 26 12:19:10 2008 +0200
51663
51664     avr32: Fix theoretical race in udelay()
51665
51666     If the specified delay is very short, the cycle counter may go past the
51667     "end" time we are waiting for before we get around to reading it.
51668
51669     Fix it by checking the different between the cycle count "now" and the
51670     cycle count at the beginning. This will work as long as the delay
51671     measured in number of cycles is below 2^31.
51672
51673     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51674
51675 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
51676 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51677 Date:   Wed May 21 13:01:09 2008 +0200
51678
51679     avr32: Compile atmel_mci.o conditionally
51680
51681     Remove #ifdef CONFIG_MMC from the source file and use conditional
51682     compilation in the Makefile instead.
51683
51684     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51685
51686 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
51687 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51688 Date:   Thu May 22 12:28:25 2008 +0200
51689
51690     avr32: Fix wrong error flags in atmel_mci driver
51691
51692     Make sure we check for CRC errors when sending commands that use CRC
51693     checking.
51694
51695     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
51696     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51697
51698 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
51699 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51700 Date:   Wed May 21 11:10:59 2008 +0200
51701
51702     avr32: Fix two warnings in atmel_mci.c
51703
51704     The warnings are harmless but annoying. Let's fix them.
51705
51706     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51707
51708 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
51709 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51710 Date:   Mon May 19 11:36:28 2008 +0200
51711
51712     avr32: Rework SDRAM initialization code
51713
51714     This cleans up the SDRAM initialization and related code a bit, and
51715     allows faster booting.
51716
51717       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
51718       * Remove memory test from sdram_init() and make caller responsible
51719         for verifying the SDRAM and determining its size.
51720       * Remove base_address member from struct sdram_config (was sdram_info)
51721       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
51722       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
51723
51724     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51725
51726 commit 95107b7c028806919630bf02c653aa8f4f867c94
51727 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51728 Date:   Mon May 19 11:27:37 2008 +0200
51729
51730     avr32: Do stricter stack checking in the exception handler
51731
51732     Don't do a stack dump if the stack pointer is outside the memory area
51733     reserved for stack.
51734
51735     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51736
51737 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
51738 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51739 Date:   Fri May 2 15:32:57 2008 +0200
51740
51741     avr32: Use the same entry point for reset and exception handling
51742
51743     Since the reset vector is always aligned to a very large boundary, we
51744     can save a couple of KB worth of alignment padding by placing the
51745     exception vectors at the same address.
51746
51747     Deciding which one it is is easy: If we're handling an exception, the
51748     CPU is in Exception mode. If we're starting up after reset, the CPU is
51749     in Supervisor mode. So this adds a very minimal overhead to the reset
51750     path (only executed once) and the exception handling path (normally
51751     never executed at all.)
51752
51753     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51754
51755 commit 0c16eed2189a190bd5655b33c029f809a9b31128
51756 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51757 Date:   Fri May 2 15:24:22 2008 +0200
51758
51759     avr32: Put memset in its own section
51760
51761     All C code is compiled with -ffunction-sections -fdata-sections.
51762     Assembly functions should get their own sections as well so that
51763     everything looks consistent.
51764
51765     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51766
51767 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
51768 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51769 Date:   Fri May 2 15:21:40 2008 +0200
51770
51771     avr32: Rename pm_init() as clk_init() and make SoC-specific
51772
51773     pm_init() was always more about clock initialization than anything
51774     else. Dealing with PLLs, clock gating and such is also inherently
51775     SoC-specific, so move it into a SoC-specific directory.
51776
51777     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51778
51779 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
51780 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51781 Date:   Wed Apr 30 16:15:57 2008 +0200
51782
51783     avr32: Use new-style Makefile for the at32ap platform
51784
51785     This makes it easier to avoid compiling certain files later.
51786
51787     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51788
51789 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
51790 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51791 Date:   Wed Apr 30 14:36:47 2008 +0200
51792
51793     avr32: Remove unused file cpu/at32ap/pm.c
51794
51795     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51796
51797 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
51798 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51799 Date:   Wed Apr 30 14:19:28 2008 +0200
51800
51801     avr32: Clean up the HMATRIX code
51802
51803     Rework the HMATRIX configuration interface so that it becomes easier
51804     to configure the HMATRIX for boards with special needs, and add new
51805     parts.
51806
51807     The HMATRIX header file has been split into a general,
51808     chip-independent part with register definitions, etc. and a
51809     chip-specific part with SFR bitfield definitions and master/slave
51810     identifiers.
51811
51812     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51813
51814 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
51815 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51816 Date:   Thu Nov 22 12:14:11 2007 +0100
51817
51818     avr32: Add support for the ATSTK1006 board
51819
51820     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
51821     board. It's currently in production and will be available soon.
51822
51823     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51824
51825 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
51826 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51827 Date:   Tue Apr 29 12:53:05 2008 +0200
51828
51829     avr32: Get rid of the .flashprog section
51830
51831     The .flashprog section was only needed back when we were running
51832     directly from flash, and it's even more useless on NGW100 since it
51833     uses the CFI flash driver which never used this workaround in the
51834     first place.
51835
51836     Remove it on STK1000 as well, and get rid of all the associated code and
51837     annotations.
51838
51839     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51840
51841 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
51842 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51843 Date:   Wed Apr 30 13:09:56 2008 +0200
51844
51845     avr32: Use correct condition around macb clock accessors
51846
51847     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
51848     the chip has a MACB controller, not when it has a USART.
51849
51850     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51851
51852 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
51853 Author: David Brownell <david-b@pacbell.net>
51854 Date:   Wed Apr 16 22:57:58 2008 -0700
51855
51856     avr32: Disable the AP7000 internal watchdog on startup
51857
51858     This patch forces the watchdog off in all cases.  That will at least
51859     get rid of the constant reboot cycle, though it won't let the watchdog
51860     actually run in the new kernels:  its probe() comes up with a polite
51861     warning.
51862
51863     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51864
51865 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
51866 Author: David Brownell <david-b@pacbell.net>
51867 Date:   Fri Feb 22 12:54:39 2008 -0800
51868
51869     avr32: stk1002 and ngw100 convergence
51870
51871     Make STK1002 and NGW100 boards act more alike:
51872       - STK boards can use as many arguments as NGW
51873       - STK boards don't need to manage FPGAs either
51874       - NGW commands should match STK ones
51875
51876     Also spell U-Boot right in prompts for STK1002 and NGW100.
51877
51878     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
51879     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
51880     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51881
51882 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
51883 Author: Sergei Poselenov <sposelenov@emcraft.com>
51884 Date:   Tue May 27 13:47:00 2008 +0200
51885
51886     Socrates: Fix PCI bus frequency report
51887
51888     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
51889
51890 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
51891 Author: Sergei Poselenov <sposelenov@emcraft.com>
51892 Date:   Tue May 27 11:49:13 2008 +0200
51893
51894     Socrates: Added USB support.
51895
51896     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
51897
51898 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
51899 Author: Sergei Poselenov <sposelenov@emcraft.com>
51900 Date:   Tue May 27 11:35:02 2008 +0200
51901
51902     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
51903
51904     In case of several PCI USB controllers on a board this variable
51905     specifys which controller to use.
51906     See doc/README.generic_usb_ohci for details.
51907
51908     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
51909
51910 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
51911 Author: Sergei Poselenov <sposelenov@emcraft.com>
51912 Date:   Tue May 27 10:36:07 2008 +0200
51913
51914     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
51915
51916     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
51917
51918 commit 83e9d7a2614d4006b92690afa3390c291734267e
51919 Author: Sergei Poselenov <sposelenov@emcraft.com>
51920 Date:   Mon May 26 18:16:04 2008 +0200
51921
51922     Socrates: Config file cleanup.
51923
51924     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
51925
51926 commit 602cac1389b755b223272f2328a47e6f8c240848
51927 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51928 Date:   Sat May 24 12:47:46 2008 +0200
51929
51930     MAKEALL: add at91 list
51931
51932     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51933
51934 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
51935 Author: Ron Madrid <ron_madrid@sbcglobal.net>
51936 Date:   Fri May 23 15:37:05 2008 -0700
51937
51938     Add Marvell 88E1118 support for TSEC
51939
51940     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
51941     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51942
51943 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
51944 Author: Jens Gehrlein <sew_s@tqs.de>
51945 Date:   Mon May 5 14:06:11 2008 +0200
51946
51947     smc911x: add 16 bit support
51948
51949     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
51950     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51951
51952 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
51953 Author: Christian Eggers <ceggers@gmx.de>
51954 Date:   Wed May 21 21:29:10 2008 +0200
51955
51956     Fix endianess conversion in usb_ohci.c
51957
51958     Sorry, I forgot this line:
51959
51960     Signed-off-by: Christian Eggers <ceggers@gmx.de>
51961
51962     I think this must be swapped (result may be equal).
51963
51964 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
51965 Author: Christian Eggers <ceggers@gmx.de>
51966 Date:   Wed May 21 22:12:00 2008 +0200
51967
51968     USB: replace old swap_ with proper endianess conversion macros
51969
51970     Signed-off-by: Christian Eggers <ceggers@gmx.de>
51971     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51972
51973 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
51974 Author: Christian Eggers <ceggers@gmx.de>
51975 Date:   Wed May 21 21:29:10 2008 +0200
51976
51977     Fix endianess conversion in usb_ohci.c
51978
51979     Signed-off-by: Christian Eggers <ceggers@gmx.de>
51980     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51981
51982 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
51983 Author: Sergei Poselenov <sposelenov@emcraft.com>
51984 Date:   Thu May 22 01:15:53 2008 +0200
51985
51986     USB: add support for multiple PCI OHCI controllers
51987
51988     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
51989     In case of several PCI USB controllers on a board this variable
51990     specifys which controller to use.
51991
51992     Also add USB support for sokrates board.
51993
51994     See doc/README.generic_usb_ohci for details.
51995
51996     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
51997     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51998
51999 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
52000 Author: Wolfgang Denk <wd@denx.de>
52001 Date:   Wed May 21 16:56:08 2008 +0200
52002
52003     Fix some whitespace issues
52004
52005     introduced by 53677ef18 "Big white-space cleanup."
52006
52007     Signed-off-by: Wolfgang Denk <wd@denx.de>
52008
52009 commit 4416603aeb06861b468b06a981e52c3ff805db7b
52010 Author: York Sun <yorksun@freescale.com>
52011 Date:   Mon May 12 14:36:39 2008 -0500
52012
52013     Make ads5121 out-of-tree compiling safe
52014
52015     Reuse the existing DIU driver in board/freescale/common.
52016
52017     Signed-off-by: York Sun <yorksun@freescale.com>
52018
52019 commit 0e1bad47cd345c76c91a64caf41011e431b62599
52020 Author: York Sun <yorksun@freescale.com>
52021 Date:   Mon May 5 10:20:01 2008 -0500
52022
52023     Adding DIU support for Freescale 5121ADS
52024
52025     Add DIU and cfb console support to FSL 5121ADS board.
52026
52027     Use #define CONFIG_VIDEO in config file to enable fb console.
52028
52029     Signed-off-by: York Sun <yorksun@freescale.com>
52030
52031 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
52032 Author: York Sun <yorksun@freescale.com>
52033 Date:   Mon May 5 10:20:00 2008 -0500
52034
52035     Replace DPRINTF with debug
52036
52037     Remove DPRINTF macro and replace it with generic debug macro.
52038
52039     Signed-off-by: York Sun <yorksun@freescale.com>
52040
52041 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
52042 Author: York Sun <yorksun@freescale.com>
52043 Date:   Mon May 5 10:19:59 2008 -0500
52044
52045     Move pixel clock setting to board file
52046
52047     The clock divider has different format in 5121 and 8610. This patch moves it to
52048     board specific code.
52049
52050     Signed-off-by: York Sun <yorksun@freescale.com>
52051
52052 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
52053 Author: Wolfgang Denk <wd@denx.de>
52054 Date:   Tue May 20 16:00:29 2008 +0200
52055
52056     Big white-space cleanup.
52057
52058     This commit gets rid of a huge amount of silly white-space issues.
52059     Especially, all sequences of SPACEs followed by TAB characters get
52060     removed (unless they appear in print statements).
52061
52062     Also remove all embedded "vim:" and "vi:" statements which hide
52063     indentation problems.
52064
52065     Signed-off-by: Wolfgang Denk <wd@denx.de>
52066
52067 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
52068 Author: Sergei Poselenov <sposelenov@emcraft.com>
52069 Date:   Thu May 8 17:46:23 2008 +0200
52070
52071     socrates: fix second TSEC configuration (it is actually TSEC3)
52072
52073     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
52074
52075 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
52076 Author: Sergei Poselenov <sposelenov@emcraft.com>
52077 Date:   Thu May 8 14:17:08 2008 +0200
52078
52079     Fixed reset for socrates
52080
52081     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
52082
52083 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
52084 Author: Sergei Poselenov <sposelenov@emcraft.com>
52085 Date:   Wed May 7 15:10:49 2008 +0200
52086
52087     socrates: changes to support FDT
52088
52089     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
52090     Signed-off-by: Wolfgang Denk <wd@denx.de>
52091
52092 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
52093 Author: Sergei Poselenov <sposelenov@emcraft.com>
52094 Date:   Wed Apr 30 11:42:50 2008 +0200
52095
52096     Initial support for "Socrates" board
52097
52098     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
52099
52100 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
52101 Author: Yuri Tikhonov <yur@emcraft.com>
52102 Date:   Thu May 8 15:46:42 2008 +0200
52103
52104     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
52105
52106     This way we become able to utilize the full post_log_word for POST
52107     activities (overwise, POST ECC, which has 0x8000 ID, could be
52108     erroneously treated as started in post_output_backlog() even if there
52109     was actually no POST ECC run (because of OCM POST failure, for
52110     example).
52111
52112     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52113
52114 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
52115 Author: Yuri Tikhonov <yur@emcraft.com>
52116 Date:   Thu May 8 15:46:02 2008 +0200
52117
52118     POST: mark OCM test as POST_STOP
52119
52120     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
52121
52122 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
52123 Author: Yuri Tikhonov <yur@emcraft.com>
52124 Date:   Thu May 8 15:45:26 2008 +0200
52125
52126     POST: add POST_STOP flag
52127
52128     Don't run futher tests in case of a test fails that is marked as
52129     POST_STOP.
52130
52131     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
52132     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52133
52134 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
52135 Author: Yuri Tikhonov <yur@emcraft.com>
52136 Date:   Thu May 8 15:44:16 2008 +0200
52137
52138     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
52139
52140     Switch the OCM testid with the codec one. The reason is that current
52141     implementation requires the POST_ROM testid to fit into lower 16
52142     bits, and the codec test will never run with POST_ROM hopefully.
52143
52144     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
52145
52146 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
52147 Author: Yuri Tikhonov <yur@emcraft.com>
52148 Date:   Thu May 8 15:43:28 2008 +0200
52149
52150     lwmon5: enable OCM post test on lwmon5 board
52151
52152     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
52153
52154 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
52155 Author: Yuri Tikhonov <yur@emcraft.com>
52156 Date:   Thu May 8 15:42:47 2008 +0200
52157
52158     POST: OCM test added.
52159
52160     Added OCM test to POST layer. This version runs before all other tests
52161     but doesn't yet interrupt post sequence on failure.
52162
52163     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
52164     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52165
52166 commit 6891260bdd935a382c95d9fa333922b0dfded68a
52167 Author: Yuri Tikhonov <yur@emcraft.com>
52168 Date:   Thu May 8 15:40:39 2008 +0200
52169
52170     POST: typo fix
52171
52172     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
52173
52174 commit 727f63334676e760877d43bfb8f0e9331ac8b101
52175 Author: Hebbar <gururajakr@sanyo.co.in>
52176 Date:   Tue May 20 02:16:36 2008 -0700
52177
52178     common/usb.c: fix incorrect escape sequence
52179
52180     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
52181
52182 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
52183 Author: York Sun <yorksun@freescale.com>
52184 Date:   Thu May 15 15:26:27 2008 -0500
52185
52186     Fix 8313ERDB board configuration
52187
52188     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
52189     Correct TSEC1 vs TSEC2 assignment.
52190     Define ETHADDR and ETH1ADDR always.
52191
52192     Signed-off-by: York Sun <yorksun@freescale.com>
52193     Signed-off-by: Timur Tabi <timur@freescale.com>
52194
52195 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
52196 Author: Jon Loeliger <jdl@freescale.com>
52197 Date:   Mon May 19 09:47:25 2008 -0500
52198
52199     mpc86xx: Removed unused and unconfigured memory test code.
52200
52201     Besides, other common code exists.
52202
52203     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52204
52205 commit 180a90abdae72587c0f679edf8991455e559440d
52206 Author: Wolfgang Denk <wd@denx.de>
52207 Date:   Mon May 19 12:47:11 2008 +0200
52208
52209     Release v1.3.3
52210
52211     Update CHANGELOG for release.
52212
52213     Signed-off-by: Wolfgang Denk <wd@denx.de>
52214
52215 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
52216 Author: Stefan Roese <sr@denx.de>
52217 Date:   Mon May 19 07:14:38 2008 +0200
52218
52219     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
52220
52221     When SATA is selected (via jumper J6) we need to disable the first PCIe
52222     node in the device tree, so that Linux doesn't initialize it. Otherwise
52223     the Linux SATA driver will fail to detect the devices.
52224
52225     The same goes the other way around too. So if PCIe is selected we need
52226     to disable the SATA node in the device tree.
52227
52228     This is because PCIe port 0 and SATA on 460EX share the same pins
52229     (multiplexed) and we have to configure in U-Boot which peripheral is
52230     enabled.
52231
52232     Signed-off-by: Stefan Roese <sr@denx.de>
52233
52234 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
52235 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52236 Date:   Sun May 18 19:09:58 2008 +0200
52237
52238     i386: Fix multiple definitions of __show_boot_progress
52239
52240     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52241
52242 commit 311f3446930c1e64c12026c1cfd00500b05be52d
52243 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52244 Date:   Sun May 18 19:09:57 2008 +0200
52245
52246     sc530_spunk: add missing SOBJS entry
52247
52248     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52249
52250 commit a559317143b4f95927b08cd388707e6f077e95fa
52251 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52252 Date:   Sun May 18 19:09:56 2008 +0200
52253
52254     sc520_spunk: Fix flash
52255
52256     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
52257     flash.c:398: error: label at end of compound statement
52258
52259     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52260
52261 commit 91f221317af64191ee8caf303ea9305943158691
52262 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52263 Date:   Sun May 18 19:09:49 2008 +0200
52264
52265     drivers/pcmcia: add missing i82365
52266
52267     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52268
52269 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
52270 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52271 Date:   Sun May 18 19:09:47 2008 +0200
52272
52273     i386/bootm: remove unused var
52274
52275     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52276
52277 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
52278 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52279 Date:   Sun May 18 19:09:45 2008 +0200
52280
52281     example/gitignore: update with all generated examples
52282
52283     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52284
52285 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
52286 Author: Wolfgang Denk <wd@denx.de>
52287 Date:   Thu May 15 00:42:45 2008 +0200
52288
52289     TQM8272: fix out-of-tree building
52290
52291     ...and add to MAKEALL script
52292
52293     Signed-off-by: Wolfgang Denk <wd@denx.de>
52294
52295 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
52296 Author: Wolfgang Denk <wd@denx.de>
52297 Date:   Wed May 14 23:34:53 2008 +0200
52298
52299     environment: fix bug introduced by commit a8409f4f1ac8
52300
52301     env_get_char is not a function, but a pointer to one.
52302
52303     Signed-off-by: Wolfgang Denk <wd@denx.de>
52304
52305 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
52306 Author: Gary Jennejohn <garyj@denx.de>
52307 Date:   Wed May 14 13:39:22 2008 +0200
52308
52309     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
52310
52311     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
52312     use a redundant environment.
52313
52314     Signed-off-by: Gary Jennejohn <garyj@denx.de>
52315
52316 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
52317 Author: Wolfgang Denk <wd@denx.de>
52318 Date:   Wed May 14 13:55:30 2008 +0200
52319
52320     Fix config files for out-of-tree building
52321
52322     Several board/<...>/config.mk files include dynamically built (by
52323     the Makefile) config files but used the wrong file name of
52324         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
52325     instead if the correct
52326         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
52327
52328     The bug is nasty because the build result is correct for the (normal)
52329     in-tree builds, and because 'sinclude' is used no errors get raised
52330     even for out-of-tree build tests. But out-of-tree builds use an
52331     incomplete and thus usually incorrect configuration...
52332
52333     Signed-off-by: Wolfgang Denk <wd@denx.de>
52334
52335 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
52336 Author: Stefan Roese <sr@denx.de>
52337 Date:   Wed May 14 13:40:03 2008 +0200
52338
52339     ppc4xx: Fix bogus Canyonlands config.mk
52340
52341     This patch fixes the canyonlands config.mk file to enable correct
52342     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
52343
52344     Signed-off-by: Stefan Roese <sr@denx.de>
52345
52346 commit fdd1247a66d788a3446244f6fde9955a93c26322
52347 Author: Stefan Roese <sr@denx.de>
52348 Date:   Wed May 14 10:32:32 2008 +0200
52349
52350     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
52351
52352     Canyonlands has a file ddr2_fixed.c which needs special treatment when
52353     building in separate directory. It has to be linked to build directory
52354     otherwise it is not seen.
52355
52356     Signed-off-by: Stefan Roese <sr@denx.de>
52357
52358 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
52359 Author: Wolfgang Denk <wd@denx.de>
52360 Date:   Wed May 14 12:22:49 2008 +0200
52361
52362     environment: cleanup prototype declarations of env functions.
52363
52364     Signed-off-by: Wolfgang Denk <wd@denx.de>
52365
52366 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
52367 Author: Wolfgang Denk <wd@denx.de>
52368 Date:   Wed May 14 12:21:48 2008 +0200
52369
52370     linkstation_HGLAN: Fix out of tree building.
52371
52372     Signed-off-by: Wolfgang Denk <wd@denx.de>
52373
52374 commit 085551c05ca09e6c491ea11a1c6727a36776a545
52375 Author: Stefan Roese <sr@denx.de>
52376 Date:   Wed May 14 10:32:32 2008 +0200
52377
52378     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
52379
52380     Canyonlands has a file ddr2_fixed.c which needs special treatment when
52381     building in separate directory. It has to be linked to build directory
52382     otherwise it is not seen.
52383
52384     Signed-off-by: Stefan Roese <sr@denx.de>
52385
52386 commit 1510b82d50615f344e89d42533e8224cce067dc0
52387 Author: Wolfgang Denk <wd@denx.de>
52388 Date:   Tue May 13 23:15:52 2008 +0200
52389
52390     Makefile: fix "error: version_autogenerated.h: No such file or directory"
52391
52392     Signed-off-by: Wolfgang Denk <wd@denx.de>
52393
52394 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
52395 Author: Stelian Pop <stelian@popies.net>
52396 Date:   Tue May 13 17:31:24 2008 +0200
52397
52398     Cleanup nand_info[] declaration.
52399
52400     The nand_info array is declared as extern in several .c files.
52401     Those days, nand.h contains a reference to the array, so there is
52402     no need to declare it elsewhere.
52403
52404     Signed-off-by: Stelian Pop <stelian@popies.net>
52405     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52406
52407 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
52408 Author: Stefan Roese <sr@denx.de>
52409 Date:   Tue May 13 20:22:01 2008 +0200
52410
52411     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
52412
52413     Signed-off-by: Stefan Roese <sr@denx.de>
52414
52415 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
52416 Author: Wolfgang Denk <wd@denx.de>
52417 Date:   Mon May 12 01:11:21 2008 +0200
52418
52419     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
52420
52421     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
52422     which broke many PowerPC boards.
52423
52424 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
52425 Author: Wolfgang Denk <wd@denx.de>
52426 Date:   Mon May 12 00:56:28 2008 +0200
52427
52428     Revert "Avoid initrd and logbuffer area overlaps"
52429
52430     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
52431     which breaks building on all PPC boards that don't use a log buffer.
52432
52433 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
52434 Author: Nick Spence <nick.spence@freescale.com>
52435 Date:   Sat May 10 14:02:04 2008 -0700
52436
52437     Fix offset calculation for multi-type legacy images.
52438
52439     Calculation of tail was incorrect when size % 4 == 0.
52440
52441     New code removes the conditional and does the same thing but with arithmetic
52442
52443     Signed-off-by: Nick Spence <nick.spence@freescale.com>
52444
52445 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
52446 Author: Wolfgang Denk <wd@denx.de>
52447 Date:   Mon May 12 00:40:58 2008 +0200
52448
52449     Revert "Change env_get_char from a global function ptr to a function."
52450
52451     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
52452     which is known to break booting from dataflash and NAND.
52453
52454 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
52455 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52456 Date:   Sun May 11 23:13:57 2008 +0200
52457
52458     API: remove duplicate syscall check
52459
52460     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52461
52462 commit 67e3beb52c320b0a31cf030716c99392cde2d532
52463 Author: Stelian Pop <stelian@popies.net>
52464 Date:   Fri May 9 21:46:51 2008 +0200
52465
52466     AT91: Cleanup unused config header file definitions.
52467
52468     CONFIG_ENV_OVERWRITE is commented out in the config header files,
52469     so let's cleanup the files by removing the whole definition.
52470
52471     Signed-off-by: Stelian Pop <stelian@popies.net>
52472     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52473
52474 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
52475 Author: Stelian Pop <stelian@popies.net>
52476 Date:   Thu May 8 14:52:34 2008 +0200
52477
52478     Support AT91CAP9 revC CPUs
52479
52480     The AT91CAP9 revC CPU has a few differences over the previous,
52481     revB CPU which was distributed in small quantities only (revA was
52482     an internal Atmel product only).
52483
52484     The revC silicon needs a special initialisation sequence to
52485     switch from the internal (imprecise) RC oscillator to the
52486     external 32k clock.
52487
52488     Signed-off-by: Stelian Pop <stelian@popies.net>
52489     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52490
52491 commit 098b7b4b441b12c2a64dd517930f43c793542759
52492 Author: Stelian Pop <stelian@popies.net>
52493 Date:   Thu May 8 14:52:33 2008 +0200
52494
52495     Use custom logo for Atmel boards
52496
52497     This patch adds a custom vendor logo for the Atmel AT91 boards.
52498
52499     Signed-off-by: Stelian Pop <stelian@popies.net>
52500     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52501
52502 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
52503 Author: Stelian Pop <stelian@popies.net>
52504 Date:   Thu May 8 14:52:32 2008 +0200
52505
52506     AT91SAM9RLEK: hook up the ATMEL LCD driver
52507
52508     This patch makes the necessary adaptations (PIO configurations and
52509     defines in config header file) to hook up the Atmel LCD driver to the
52510     AT91SAM9RLEK board.
52511
52512     Signed-off-by: Stelian Pop <stelian@popies.net>
52513     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52514
52515 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
52516 Author: Stelian Pop <stelian@popies.net>
52517 Date:   Thu May 8 14:52:31 2008 +0200
52518
52519     AT91SAM9263EK: hook up the ATMEL LCD driver
52520
52521     This patch makes the necessary adaptations (PIO configurations and
52522     defines in config header file) to hook up the Atmel LCD driver to the
52523     AT91SAM9263EK board.
52524
52525     Signed-off-by: Stelian Pop <stelian@popies.net>
52526     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52527
52528 commit 820f2a958325061a446115f3035e48e4726b3390
52529 Author: Stelian Pop <stelian@popies.net>
52530 Date:   Thu May 8 14:52:30 2008 +0200
52531
52532     AT91SAM9261EK: hook up the ATMEL LCD driver
52533
52534     This patch makes the necessary adaptations (PIO configurations and
52535     defines in config header file) to hook up the Atmel LCD driver to the
52536     AT91SAM9261EK board.
52537
52538     Signed-off-by: Stelian Pop <stelian@popies.net>
52539     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52540
52541 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
52542 Author: Stelian Pop <stelian@popies.net>
52543 Date:   Thu May 8 14:52:29 2008 +0200
52544
52545     AT91CAP9ADK: hook up the ATMEL LCD driver
52546
52547     This patch makes the necessary adaptations (PIO configurations and
52548     defines in config header file) to hook up the Atmel LCD driver to the
52549     AT91CAP9ADK board.
52550
52551     Signed-off-by: Stelian Pop <stelian@popies.net>
52552     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52553
52554 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
52555 Author: Stelian Pop <stelian@popies.net>
52556 Date:   Fri May 9 21:57:18 2008 +0200
52557
52558     Add ATMEL LCD driver
52559
52560     This patch adds support for the ATMEL LCDC driver which is used on some
52561     AT91 and AVR platforms.
52562
52563     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
52564     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
52565
52566     Signed-off-by: Stelian Pop <stelian@popies.net>
52567     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52568
52569 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
52570 Author: Stelian Pop <stelian@popies.net>
52571 Date:   Thu May 8 18:52:25 2008 +0200
52572
52573     AT91SAM9RLEK support
52574
52575     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
52576     board.
52577
52578     Signed-off-by: Stelian Pop <stelian@popies.net>
52579     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52580
52581 commit 8e429b3eee23927c1222679f6b6f53667b21595c
52582 Author: Stelian Pop <stelian@popies.net>
52583 Date:   Thu May 8 18:52:23 2008 +0200
52584
52585     AT91SAM9263EK support
52586
52587     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
52588     board.
52589
52590     Signed-off-by: Stelian Pop <stelian@popies.net>
52591     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52592
52593 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
52594 Author: Stelian Pop <stelian@popies.net>
52595 Date:   Thu May 8 20:52:22 2008 +0200
52596
52597     AT91SAM9261EK support
52598
52599     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
52600     board.
52601
52602     Signed-off-by: Stelian Pop <stelian@popies.net>
52603     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52604
52605 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
52606 Author: Stelian Pop <stelian@popies.net>
52607 Date:   Thu May 8 20:52:21 2008 +0200
52608
52609     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
52610
52611     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
52612     in order to cope with the changes in DataFlash partitionning scheme
52613     (cset c3a60cb3).
52614
52615     Signed-off-by: Stelian Pop <stelian@popies.net>
52616     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52617
52618 commit 96996ac25d5222611a8888968db6e53a6d3726da
52619 Author: Stelian Pop <stelian@popies.net>
52620 Date:   Thu May 8 20:52:20 2008 +0200
52621
52622     AT91SAM9260EK: Normalize BOOTARGS
52623
52624     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
52625     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
52626     variable.
52627
52628     Signed-off-by: Stelian Pop <stelian@popies.net>
52629     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52630
52631 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
52632 Author: Stelian Pop <stelian@popies.net>
52633 Date:   Thu May 8 20:52:19 2008 +0200
52634
52635     AT91SAM9260EK: Normalize SPI timings
52636
52637     This patch changes the SPI timings to closely match the ones
52638     used by the Linux kernel and the Atmel's own bootstrap project.
52639
52640     Signed-off-by: Stelian Pop <stelian@popies.net>
52641     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52642
52643 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
52644 Author: Stelian Pop <stelian@popies.net>
52645 Date:   Thu May 8 20:52:18 2008 +0200
52646
52647     AT91SAM9260EK: Handle 8 or 16 bit NAND
52648
52649     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
52650     makes the support configurable in the board config header file
52651     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
52652
52653     Signed-off-by: Stelian Pop <stelian@popies.net>
52654     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52655
52656 commit ab52640fc01624e208424e527af0b7b3a5a65a12
52657 Author: Stelian Pop <stelian@popies.net>
52658 Date:   Thu May 8 20:52:17 2008 +0200
52659
52660     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
52661
52662     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
52663     in order to cope with the changes in DataFlash partitionning scheme
52664     (cset c3a60cb3).
52665
52666     Signed-off-by: Stelian Pop <stelian@popies.net>
52667     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52668
52669 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
52670 Author: Stelian Pop <stelian@popies.net>
52671 Date:   Thu May 8 20:52:16 2008 +0200
52672
52673     AT91CAP9ADK: Normalize BOOTARGS
52674
52675     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
52676     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
52677     variable.
52678
52679     Signed-off-by: Stelian Pop <stelian@popies.net>
52680     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52681
52682 commit 93da48b910511911ce110656e17ed733c8ac4c45
52683 Author: Stelian Pop <stelian@popies.net>
52684 Date:   Thu May 8 20:52:15 2008 +0200
52685
52686     AT91CAP9ADK: Normalize SPI timings
52687
52688     This patch changes the SPI timings to closely match the ones
52689     used by the Linux kernel and the Atmel's own bootstrap project.
52690
52691     Signed-off-by: Stelian Pop <stelian@popies.net>
52692     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52693
52694 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
52695 Author: Stelian Pop <stelian@popies.net>
52696 Date:   Thu May 8 20:52:14 2008 +0200
52697
52698     AT91CAP9ADK: Handle 8 or 16 bit NAND
52699
52700     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
52701     makes the support configurable in the board config header file
52702     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
52703
52704     Signed-off-by: Stelian Pop <stelian@popies.net>
52705     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52706
52707 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
52708 Author: Stelian Pop <stelian@popies.net>
52709 Date:   Thu May 8 20:52:13 2008 +0200
52710
52711     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
52712
52713     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
52714     below avoids the duplication of u-boot.lds by putting the file in the
52715     cpu directory instead of the board one.
52716
52717     Signed-off-by: Stelian Pop <stelian@popies.net>
52718     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52719
52720 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
52721 Author: Stelian Pop <stelian@popies.net>
52722 Date:   Thu May 8 20:52:12 2008 +0200
52723
52724     Add proper copyright notices in Atmel boards Makefiles
52725
52726     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
52727     copyright notice. This patch adds the missing pieces.
52728
52729     Signed-off-by: Stelian Pop <stelian@popies.net>
52730     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52731
52732 commit e817a042cef6164bf26fee86f90326f2ec9e6745
52733 Author: Stelian Pop <stelian@popies.net>
52734 Date:   Thu May 8 20:52:11 2008 +0200
52735
52736     Add copyright information in Atmel boards partition.c
52737
52738     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
52739     the new created files. This patch fixes the problem.
52740
52741     Signed-off-by: Stelian Pop <stelian@popies.net>
52742     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52743
52744 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
52745 Author: Stelian Pop <stelian@popies.net>
52746 Date:   Thu May 8 20:52:10 2008 +0200
52747
52748     Update origin and copyright information in arch-at91sam9 header files
52749
52750     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
52751     copied from the Linux kernel sources. This patch explicitly specifies
52752     this origin for all the copied headers, and for those missing copyright
52753     information, adds it.
52754
52755     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
52756     in the latest kernel sources by 'at91sam9_smc.h'.
52757
52758     The copyright information has been confirmed by the AT91 Linux kernel
52759     maintainer, Andrew Victor <avictor.za@gmail.com>.
52760
52761     Signed-off-by: Stelian Pop <stelian@popies.net>
52762     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52763
52764 commit 79dd1712689d6a5031d7cbff54957049680751c7
52765 Author: Markus Klotzbücher <mk@denx.de>
52766 Date:   Thu May 8 16:00:55 2008 +0200
52767
52768     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
52769
52770     When using dhcp/bootp the "netmask" environment variable is not set
52771     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
52772     desireable, so the following patch adds this this option to the board
52773     config.
52774
52775     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
52776     Signed-off-by: Stefan Roese <sr@denx.de>
52777
52778 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
52779 Author: Stefan Roese <sr@denx.de>
52780 Date:   Sat May 10 10:30:36 2008 +0200
52781
52782     ppc4xx: Update Makalu defconfig to use device-tree booting as default
52783
52784     This patch reworks the default environment on Makalu. Now "net_nfs" for
52785     example uses the device-tree style booting formerly know as "net_nfs_fdt".
52786     Also the addresses in RAM were changed because of the new image booting
52787     support, which check for image overwriting. So the addresses needed to
52788     get adjusted.
52789
52790     Signed-off-by: Stefan Roese <sr@denx.de>
52791
52792 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
52793 Author: Becky Bruce <bgill@freescale.com>
52794 Date:   Wed May 7 13:28:16 2008 -0500
52795
52796     PPC: fix map_physmem build warning
52797
52798     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
52799     enabled.  This quiets the warning.
52800
52801     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
52802
52803 commit 36f32675f40292002ee1fed252c180a43022d2d4
52804 Author: Becky Bruce <bgill@freescale.com>
52805 Date:   Wed May 7 13:24:57 2008 -0500
52806
52807     Update pci code to use phys_addr_t
52808
52809     Physical addrs need to be represented by phys_addr_t, not
52810     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
52811     are going to fail mightily.
52812
52813     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
52814
52815 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
52816 Author: Nick Spence <nick.spence@freescale.com>
52817 Date:   Thu May 8 22:32:22 2008 -0700
52818
52819     Support legacy multi-type images without FDT section.
52820
52821     This patch enables legacy multi-type images containing only a Linux kernel
52822     and root file system to be loaded, maintaining compatibility with previous
52823     versions of u-boot.
52824
52825     This is required when using old image files such as a Linux 2.4 kernel /
52826     filesystem.
52827
52828     Signed-off-by: Nick Spence <nick.spence@freescale.com>
52829     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
52830
52831 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
52832 Author: Wolfgang Denk <wd@denx.de>
52833 Date:   Sat May 10 00:38:02 2008 +0200
52834
52835     Update CHANGELOG.
52836
52837     Signed-off-by: Wolfgang Denk <wd@denx.de>
52838
52839 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
52840 Author: Wolfgang Denk <wd@denx.de>
52841 Date:   Sat May 10 00:36:09 2008 +0200
52842
52843     post/cpu/ppc4xx/Makefile: line length cleanup
52844
52845     Signed-off-by: Wolfgang Denk <wd@denx.de>
52846
52847 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
52848 Author: Stelian Pop <stelian@popies.net>
52849 Date:   Thu May 8 22:52:09 2008 +0200
52850
52851     Fix @ -> <at> substitution
52852
52853     When applying the AT91CAP9 patches upstream, something transformed
52854     the '@' character into the ' <at> ' sequence.
52855
52856     The patch below restores the original form in all the places where
52857     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
52858     were copied from AT91CAP9, and a couple of other files where the
52859     ' <at> ' sequence was present).
52860
52861     Signed-off-by: Stelian Pop <stelian@popies.net>
52862
52863 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
52864 Author: Stelian Pop <stelian@popies.net>
52865 Date:   Thu May 8 22:52:10 2008 +0200
52866
52867     Update origin and copyright information in arch-at91sam9 header files
52868
52869     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
52870     copied from the Linux kernel sources. This patch explicitly specifies
52871     this origin for all the copied headers, and for those missing copyright
52872     information, adds it.
52873
52874     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
52875     in the latest kernel sources by 'at91sam9_smc.h'.
52876
52877     The copyright information has been confirmed by the AT91 Linux kernel
52878     maintainer, Andrew Victor <avictor.za@gmail.com>.
52879
52880     Signed-off-by: Stelian Pop <stelian@popies.net>
52881
52882 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
52883 Author: Stelian Pop <stelian@popies.net>
52884 Date:   Thu May 8 22:52:11 2008 +0200
52885
52886     Add copyright information in Atmel boards partition.c
52887
52888     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
52889     the new created files. This patch fixes the problem.
52890
52891     Signed-off-by: Stelian Pop <stelian@popies.net>
52892
52893 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
52894 Author: Guennadi Liakhovetski <lg@denx.de>
52895 Date:   Thu May 8 10:09:27 2008 +0200
52896
52897     mx31ads: fix 32kHz clock handling
52898
52899     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
52900     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
52901     Also fix a typo when verifying a jumper configuration. While at it, make
52902     two needlessly global functions static.
52903
52904     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
52905
52906 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
52907 Author: Marian Balakowicz <m8@semihalf.com>
52908 Date:   Wed May 7 13:10:04 2008 +0200
52909
52910     Avoid initrd and logbuffer area overlaps
52911
52912     Add logbuffer to reserved LMB areas to prevent initrd allocation
52913     from overlaping with it.
52914
52915     Make sure to use correct logbuffer base address.
52916
52917     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
52918
52919 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
52920 Author: Marian Balakowicz <m8@semihalf.com>
52921 Date:   Wed May 7 13:08:54 2008 +0200
52922
52923     ppc: Cleanup get_effective_memsize() use
52924
52925     Removed duplicated effective memory size calculation code.
52926
52927     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
52928
52929 commit 273c37d843d5b581090378016cd12dd9c586907b
52930 Author: Marian Balakowicz <m8@semihalf.com>
52931 Date:   Wed May 7 09:03:53 2008 +0200
52932
52933     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
52934
52935     Recent modifcations to LOGBUFFER handling code were incorrecly
52936     introduced to fit_check_kernel() routine during
52937     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
52938     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
52939
52940     This patch cleans up this merge issue.
52941
52942     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
52943
52944 commit bc11756daff89a3de09ca80adac962b88cf06e6e
52945 Author: Grant Erickson <gerickson@nuovations.com>
52946 Date:   Tue May 6 20:16:15 2008 -0700
52947
52948     Propagate Error Status to the Shell on fw_printenv Errors
52949
52950     Changed implementation such that fw_printenv returns failure status
52951     when one or more specified variables do not exist or when incorrect
52952     command syntax is used.
52953
52954     This aids scripting fw_printenv such that the script can key of the
52955     return status rather than relying on standard error "scraping".
52956
52957     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52958     Signed-off-by: Wolfgang Denk <wd@denx.de>
52959
52960 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
52961 Author: Grant Erickson <gerickson@nuovations.com>
52962 Date:   Tue May 6 16:18:00 2008 -0700
52963
52964     Fix Compilation Errors with 'tools/env/fw_printenv'
52965
52966     In the current top-of-tree, 1.3.3.-rc2, the optional tool
52967     'tools/env/fw_printenv' fails to compile for two reasons:
52968
52969     1) The header watchdog.h cannot be found.
52970     2) The header zlib.h is picked up from the tool chain rather than the
52971        project causing a prototype conflict for crc32.
52972
52973     This patch addresses both of these issues.
52974
52975     Platforms Tested On:
52976     - AMCC "Kilauea"
52977
52978     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52979
52980 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
52981 Author: James Yang <James.Yang@freescale.com>
52982 Date:   Mon May 5 10:22:53 2008 -0500
52983
52984     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
52985
52986     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
52987     work before relocating to RAM because command history is written into
52988     a global array that is not writable before relocation.  This patch
52989     defers to the no-editing and no-history code in readline_into_buffer()
52990     if it is called before relocation.
52991
52992     Signed-off-by: James Yang <James.Yang@freescale.com>
52993     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52994
52995 commit 726c0f1e5f108dccea052965123b95837d2bd402
52996 Author: Detlev Zundel <dzu@denx.de>
52997 Date:   Mon May 5 16:11:22 2008 +0200
52998
52999     cosmetic: Adjust coding style for switch statements to be consistent
53000
53001     Signed-off-by: Detlev Zundel <dzu@denx.de>
53002
53003 commit 574b319512b13e10800f0045e39b993f4ca25e42
53004 Author: Detlev Zundel <dzu@denx.de>
53005 Date:   Mon May 5 16:11:21 2008 +0200
53006
53007     Fix disk type output in disk/part.c
53008
53009     Signed-off-by: Detlev Zundel <dzu@denx.de>
53010
53011 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
53012 Author: Vlad Lungu <vlad.lungu@windriver.com>
53013 Date:   Mon May 5 14:20:03 2008 +0300
53014
53015     Mail address change, documentation modified
53016
53017     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
53018
53019 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
53020 Author: Michal Simek <monstr@monstr.eu>
53021 Date:   Sun May 4 15:42:41 2008 +0200
53022
53023     microblaze: Repare intc handling
53024
53025     Signed-off-by: Michal Simek <monstr@monstr.eu>
53026
53027 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
53028 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53029 Date:   Sun May 4 15:17:52 2008 +0200
53030
53031     include/gitignore: update to all architectures
53032
53033     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53034
53035 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
53036 Author: Marcel Ziswiler <marcel@ziswiler.com>
53037 Date:   Mon May 5 02:12:06 2008 +0200
53038
53039     ide: Remove spurious second include of io.h
53040
53041     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
53042
53043     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
53044
53045 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
53046 Author: Adrian Filipi <adrian.filipi@eurotech.com>
53047 Date:   Tue May 6 16:46:37 2008 -0400
53048
53049     Fix some typos
53050
53051     This patch fixes three typos.
53052     The first is a repetition of CONFIG_CMD_BSP.
53053     The second makes the #endif comment match its #if.
53054     The third is a spelling error.
53055
53056     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
53057
53058 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
53059 Author: Grant Erickson <gerickson@nuovations.com>
53060 Date:   Sun May 4 16:45:01 2008 -0700
53061
53062     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
53063
53064     Add support for the recognition of 'powerpc' as an alias for the PowerPC
53065     architecture type since Linux is already trending in that direction,
53066     preferring 'powerpc' to 'ppc'.
53067
53068     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
53069
53070 commit f5a24259190c388c2527bdc49fee34577d862cc7
53071 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
53072 Date:   Fri May 2 13:35:15 2008 -0700
53073
53074     7450 and 86xx L2 cache invalidate bug corrections
53075
53076     The 7610 and related parts have an L2IP bit in the L2CR that is
53077     monitored to signal when the L2 cache invalidate is complete whereas the
53078     7450 and related parts utilize L2I for this purpose. However, the
53079     current code does not account for this difference. Additionally the 86xx
53080     L2 cache invalidate code used an "andi" instruction where an "andis"
53081     instruction should have been used.
53082
53083     This patch addresses both of these bugs.
53084
53085     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
53086     Acked-By: Jon Loeliger <jdl@freescale.com>
53087
53088 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
53089 Author: Wolfgang Denk <wd@denx.de>
53090 Date:   Fri May 9 10:16:13 2008 +0200
53091
53092     Avoid infinite loop "Generating include/autoconf.mk"
53093
53094     Fix a bogus circular dependency that caused an infinite loop of
53095     "Generating include/autoconf.mk" again and again.
53096
53097     Signed-off-by: Wolfgang Denk <wd@denx.de>
53098
53099 commit 567fb852178dbf59529d7301620a3f3732a4b02d
53100 Author: Stelian Pop <stelian@popies.net>
53101 Date:   Thu May 8 22:52:09 2008 +0200
53102
53103     Fix @ -> <at> substitution
53104
53105     When applying the AT91CAP9 patches upstream, something transformed
53106     the '@' character into the ' <at> ' sequence.
53107
53108     The patch below restores the original form in all the places where
53109     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
53110     were copied from AT91CAP9, and a couple of other files where the
53111     ' <at> ' sequence was present).
53112
53113     Signed-off-by: Stelian Pop <stelian@popies.net>
53114     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53115
53116 commit 73ccb3410a0785593cda7aee455dfc51f790e281
53117 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
53118 Date:   Mon Apr 28 14:04:32 2008 +0200
53119
53120     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
53121
53122     Signed-off-by: Gary Jennejohn <garyj@denx.de>
53123     Signed-off-by: Stefan Roese <sr@denx.de>
53124
53125 commit ef2642625cbfb1c3695e3478d08ae515052a4950
53126 Author: Stefan Roese <sr@denx.de>
53127 Date:   Thu May 8 11:10:46 2008 +0200
53128
53129     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
53130
53131     Signed-off-by: Stefan Roese <sr@denx.de>
53132
53133 commit a00eccfebc954ad9485161efeca7d9aaf626d530
53134 Author: Stefan Roese <sr@denx.de>
53135 Date:   Thu May 8 11:05:15 2008 +0200
53136
53137     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
53138
53139     This patch adds fdt (flattened device tree) support to all remaining AMCC
53140     eval boards. Most newer boards already support device tree. With this patch,
53141     all AMCC boards now enable device tree passing from U-Boot to Linux
53142     arch/powerpc kernels.
53143
53144     Signed-off-by: Stefan Roese <sr@denx.de>
53145
53146 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
53147 Author: Stefan Roese <sr@denx.de>
53148 Date:   Thu May 8 11:01:09 2008 +0200
53149
53150     ppc4xx: Add weak default ft_board_setup() routine
53151
53152     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
53153     This routine is defined as weak and can be overwritten by a board specific
53154     one if needed.
53155
53156     Signed-off-by: Stefan Roese <sr@denx.de>
53157
53158 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
53159 Author: Stefan Roese <sr@denx.de>
53160 Date:   Thu May 8 10:48:58 2008 +0200
53161
53162     ppc4xx: acadia: Add fdt support and fix section overlap problem
53163
53164     This patch adds fdt (flattened device tree) support to the AMCC
53165     Acadia eval board. This increases the image size and it doesn't
53166     fit anymore into 256kByte. Since we didn't want to remove features
53167     from the configuration, we decided to increase the U-Boot image size
53168     (add one flash sector).
53169
53170     Also changed the default environment definition to make it
53171     independent of such changes.
53172
53173     Signed-off-by: Stefan Roese <sr@denx.de>
53174
53175 commit 4adb3023de75bc150f088c8935db340930ad38c8
53176 Author: Ira Snyder <iws@ovro.caltech.edu>
53177 Date:   Tue Apr 29 11:18:54 2008 -0700
53178
53179     ppc4xx: Add device tree support to AMCC Yosemite
53180
53181     Add support for booting with a device tree blob. This is needed to boot
53182     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
53183     via the ethaddr variable.
53184
53185     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
53186     Signed-off-by: Stefan Roese <sr@denx.de>
53187
53188 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
53189 Author: Dave Mitchell <dmitchell@amcc.com>
53190 Date:   Wed May 7 09:00:23 2008 -0700
53191
53192     ppc4xx: Fix typos in 460GT/EX FBDV array
53193
53194     Corrected two typos in the 460GT/EX FBDV array.
53195
53196     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
53197     Signed-off-by: Stefan Roese <sr@denx.de>
53198
53199 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
53200 Author: Andy Fleming <afleming@freescale.com>
53201 Date:   Wed May 7 16:54:31 2008 -0500
53202
53203     85xx: Limit CPU2 workaround to parts that have the errata
53204
53205     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
53206     Signed-off-by: Andy Fleming <afleming@freescale.com>
53207
53208 commit a5fe514e8ace564300d2c1d73846ddff49654243
53209 Author: Lee Nipper <lee.nipper@freescale.com>
53210 Date:   Fri Apr 25 15:44:45 2008 -0500
53211
53212     mpc83xx: system performance settings for MPC8349EMDS.
53213
53214     These same settings are used on MPC8349ITX, and
53215     improve performance on MPC8349EMDS.
53216
53217     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
53218     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53219
53220 commit 49387dba910e485640b575e920ee463b7e611dc3
53221 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53222 Date:   Tue May 6 13:22:52 2008 +0900
53223
53224     [MIPS] cpu/mips/cache.S: Fix build warning
53225
53226     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
53227     warns illegal global symbol references by bal (and jal also) instruction.
53228     This does not happen with the latest binutils v2.18.
53229
53230     Here's an example on gth2_config:
53231
53232     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
53233     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
53234     c -EB -c -o cache.o cache.S
53235     cache.S: Assembler messages:
53236     cache.S:243: Warning: Pretending global symbol used as branch target is local.
53237     cache.S:250: Warning: Pretending global symbol used as branch target is local.
53238
53239     In principle, gas might be sensitive to global symbol references in PIC
53240     code because they should be processed through GOT (global offset table).
53241     But if `bal' instruction is used, it results in PC-based offset jump.
53242     This is the cause of this warning.
53243
53244     In practice, we know it doesn't matter whether PC-based reference or GOT-
53245     based. As for this case, both will work before/after relocation. But let's
53246     fix the code.
53247
53248     This patch explicitly sets up a target address, then jump there.
53249     Here's an example of disassembled code with/without this patch.
53250
53251      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
53252      9000066c:       ac80fffc        sw      zero,-4(a0)
53253      90000670:       01402821        move    a1,t2
53254     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
53255     -90000678:       01803021        move    a2,t4
53256     -9000067c:       01602821        move    a1,t3
53257     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
53258     -90000684:       01a03021        move    a2,t5
53259     -90000688:       03000008        jr      t8
53260     -9000068c:       00000000        nop
53261     +90000674:       01803021        move    a2,t4
53262     +90000678:       8f8f83ec        lw      t7,-31764(gp)
53263     +9000067c:       01e0f809        jalr    t7
53264     +90000680:       00000000        nop
53265     +90000684:       01602821        move    a1,t3
53266     +90000688:       01a03021        move    a2,t5
53267     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
53268     +90000690:       01e0f809        jalr    t7
53269     +90000694:       00000000        nop
53270     +90000698:       03000008        jr      t8
53271     +9000069c:       00000000        nop
53272
53273     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53274
53275 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
53276 Author: Vlad Lungu <vlad.lungu@windriver.com>
53277 Date:   Mon May 5 14:04:00 2008 +0300
53278
53279     Allow building mips versions with ELDK 3.1.1
53280
53281     .gpword works only with local symbols on certain binutils versions
53282
53283     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
53284
53285 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
53286 Author: Wolfgang Denk <wd@denx.de>
53287 Date:   Mon May 5 12:52:36 2008 +0200
53288
53289     MAKEALL: add inka4x0 board
53290
53291     Signed-off-by: Wolfgang Denk <wd@denx.de>
53292
53293 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
53294 Author: Wolfgang Denk <wd@denx.de>
53295 Date:   Sun May 4 21:34:23 2008 +0200
53296
53297     kb9202 board: fix build problem.
53298
53299     Signed-off-by: Wolfgang Denk <wd@denx.de>
53300
53301 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
53302 Author: Wolfgang Denk <wd@denx.de>
53303 Date:   Sun May 4 12:10:33 2008 +0200
53304
53305     Prepare for v1.3.3-rc3
53306
53307     Update ChNAGELOG, minor white space cleanup.
53308
53309     Signed-off-by: Wolfgang Denk <wd@denx.de>
53310
53311 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
53312 Author: Wolfgang Denk <wd@denx.de>
53313 Date:   Sun May 4 00:35:15 2008 +0200
53314
53315     drivers/net/tsec.c: Fix typo.
53316
53317     Signed-off-by: Wolfgang Denk <wd@denx.de>
53318
53319 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
53320 Author: Mike Frysinger <vapier@gentoo.org>
53321 Date:   Fri May 2 21:45:12 2008 -0400
53322
53323     version_autogenerated.h: use printf rather than echo -n
53324
53325     Some systems are dumb and do not implement the -n flag to echo (like OS X).
53326     Convert the Makefile to use printf as this should work everywhere.
53327
53328     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
53329     Signed-off-by: Wolfgang Denk <wd@denx.de>
53330
53331 commit 4acc2a108ad0a669165924704a6cb083f9138242
53332 Author: Mike Frysinger <vapier@gentoo.org>
53333 Date:   Fri May 2 18:17:50 2008 -0400
53334
53335     fix building when saveenv is disabled in some setups
53336
53337     If you enable environment in the flash, but disable the embedded
53338     option, and you disable the saveenv command, then the #if nested
53339     logic will trigger a compile failure:
53340     env_flash.c: In function 'env_relocate_spec':
53341     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
53342     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
53343
53344     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
53345
53346 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
53347 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
53348 Date:   Fri May 2 16:10:04 2008 -0400
53349
53350     SBC8548: fix address mask to allow 64M flash
53351
53352     Fix incorrect mask to enable all 64MB of onboard flash.
53353     Previously U-Boot incorrectly mapped only 8MB of flash, this
53354     patch correctly maps all the available flash.
53355
53356     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
53357
53358 commit 3648085c464c8c22ef76fab006ca4344d3796124
53359 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53360 Date:   Fri May 2 19:48:56 2008 +0200
53361
53362     qemu_mips: add README
53363
53364     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53365
53366 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
53367 Author: Marcel Ziswiler <marcel@ziswiler.com>
53368 Date:   Fri May 2 02:35:59 2008 +0200
53369
53370     Fix misspelled comment
53371
53372     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
53373
53374 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
53375 Author: Mike Frysinger <vapier@gentoo.org>
53376 Date:   Thu May 1 04:13:05 2008 -0400
53377
53378     mkimage: make mmap() checks consistent
53379
53380     The mmap() related code is full of inconsistent casts/constants when
53381     it comes to error checking, and may break when building on some
53382     systems (like ones that do not implicitly define the caddr_t type).
53383     Let's just avoid the whole mess by writing the code nice and clean in
53384     the first place.
53385
53386     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
53387
53388 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
53389 Author: Marcel Ziswiler <marcel@ziswiler.com>
53390 Date:   Thu May 1 09:05:34 2008 +0200
53391
53392     Fix defined but not used build warning
53393
53394     - warning: 'srom' defined but not used
53395
53396     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
53397
53398 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
53399 Author: Marcel Ziswiler <marcel@ziswiler.com>
53400 Date:   Thu May 1 09:05:26 2008 +0200
53401
53402     Fix implicit declaration build warnings
53403
53404     - warning: implicit declaration of function â€˜serial_initialize’
53405
53406     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
53407
53408 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
53409 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
53410 Date:   Tue Apr 29 19:18:32 2008 +0200
53411
53412     TSEC: add config options for VSC8601 RGMII PHY
53413
53414     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
53415     and Tx clock lines. They are configured using 2 bits in extended
53416     register 0x17.
53417     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
53418     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
53419
53420     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
53421     Acked-by: Andy Fleming <afleming@freescale.com>
53422     Acked-by: Ben Warren <biggerbadderben@gmail.com>
53423     --
53424
53425      drivers/net/tsec.c |    6 ++++++
53426      drivers/net/tsec.h |    3 +++
53427      2 files changed, 9 insertions(+), 0 deletions(-)
53428
53429 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
53430 Author: Wolfgang Denk <wd@denx.de>
53431 Date:   Sat May 3 23:07:15 2008 +0200
53432
53433     Revert "ColdFire: Get information from the correct GCC"
53434
53435     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
53436     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
53437
53438 commit c4e5f52a58d278eebb87f476e353972c5dacea40
53439 Author: Wolfgang Denk <wd@denx.de>
53440 Date:   Sat May 3 22:25:00 2008 +0200
53441
53442     config.mk: use correct (cross) compiler
53443
53444     Some config.mk files reference $(CC) to test for specific tool chain
53445     features, so make sure $(CC) gets set before including any such
53446     config files.
53447
53448     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
53449     the correct GCC").
53450
53451     Signed-off-by: Wolfgang Denk <wd@denx.de>
53452
53453 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
53454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53455 Date:   Thu May 1 02:13:44 2008 +0200
53456
53457     pxa: fix previous definition on cpu init
53458
53459     start.S:183:1: warning: "ICMR" redefined
53460     In file included from start.S:33:
53461     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
53462     start.S:187:1: warning: "RCSR" redefined
53463     ...
53464
53465     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53466
53467 commit 6d12e697de794d700767f22f950e3026ccf4daf6
53468 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53469 Date:   Thu May 1 02:13:43 2008 +0200
53470
53471     pxa: fix pcmcia operation on 'i' may be undefined
53472
53473     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53474     Signed-off-by: Wolfgang Denk <wd@denx.de>
53475
53476 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
53477 Author: Kumar Gala <galak@kernel.crashing.org>
53478 Date:   Wed Apr 30 16:24:35 2008 -0500
53479
53480     MPC8610HPCD: Drop -O2 from the build flags
53481
53482     Make the flags use -Os like all other boards
53483
53484     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53485
53486 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
53487 Author: Stefan Roese <sr@denx.de>
53488 Date:   Wed Apr 30 15:50:39 2008 +0200
53489
53490     RTC: Fix month offset by one problem in M41T62 RTC driver
53491
53492     This patch fixes a problem with the month being read and written
53493     incorrectly (offset by one). This only gets visible by also using
53494     the Linux driver (rtc-m41t80).
53495
53496     Tested on AMCC Canyonlands.
53497
53498     Signed-off-by: Stefan Roese <sr@denx.de>
53499
53500 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
53501 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53502 Date:   Sat May 3 13:51:44 2008 +0900
53503
53504     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
53505
53506     Current trick to pick up GNU assembler minor version uses a dot(.) as a
53507     delimiter, and take the second field to obtain minor version number. But
53508     as can be expected, this doesn't work with a version string which has
53509     dots more than needs.
53510
53511     Here's an example:
53512
53513     $ mips-linux-gnu-as --version | grep 'GNU assembler'
53514     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
53515     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
53516     2-129) 2
53517     $
53518
53519     This patch restricts the version format to 2.XX.XX... This will work
53520     in most cases.
53521
53522     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
53523     2.18.50.20080215
53524     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
53525     18
53526     $
53527
53528     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53529
53530 commit ea638951acead7f1086c908c0b9f086beab82a22
53531 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53532 Date:   Sat May 3 13:51:28 2008 +0900
53533
53534     [MIPS] cpu/mips/cache.S: Add dcache_enable
53535
53536     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
53537     "allow ports to override bootelf behavior") requires ports to have this
53538     function.
53539
53540     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53541     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53542
53543 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
53544 Author: Wolfgang Denk <wd@denx.de>
53545 Date:   Thu May 1 21:30:16 2008 +0200
53546
53547     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
53548
53549     Onenand needs a version of memcpy() which performs 16 bit accesses
53550     only; make sure the name does not conflict with the standard
53551     function.
53552
53553     Signed-off-by: Wolfgang Denk <wd@denx.de>
53554
53555 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
53556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53557 Date:   Wed Apr 30 22:38:17 2008 +0200
53558
53559     cmd_nand: fix warning: str2long ncompatible pointer type
53560
53561     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53562
53563 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
53564 Author: Timur Tabi <timur@freescale.com>
53565 Date:   Fri Apr 4 11:16:11 2008 -0500
53566
53567     Fix calculation of I2C clock for some 86xx chips
53568
53569     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
53570     There is no pattern that can be used to determine which chips use which
53571     frequency, so the only way to determine is to look up the actual SOC
53572     designation and use the right value for that SOC.
53573
53574     Signed-off-by: Timur Tabi <timur@freescale.com>
53575
53576 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
53577 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
53578 Date:   Wed Apr 30 12:11:19 2008 -0500
53579
53580     ColdFire: Fix ethernet hang issue for mcf547x_8x
53581
53582     The ethernet hang is caused by receiving buffer in DRAM is not
53583     yet ready due to access cycles require longer time in DRAM.
53584     Relocate DMA buffer descriptors from DRAM to internal SRAM.
53585
53586     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
53587
53588 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
53589 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
53590 Date:   Wed Apr 30 12:10:47 2008 -0500
53591
53592     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
53593
53594     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
53595     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
53596
53597 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
53598 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
53599 Date:   Wed Apr 30 12:10:23 2008 -0500
53600
53601     ColdFire: Get information from the correct GCC
53602
53603     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
53604     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
53605
53606 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
53607 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
53608 Date:   Wed Apr 30 18:02:59 2008 +0200
53609
53610     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
53611
53612     Fix warnings
53613
53614     nv_nand.c: In function 'saveenv':
53615     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
53616     env_nand.c: In function 'env_relocate_spec':
53617     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
53618
53619     if compiled for davinci_schmoogie_config.
53620
53621     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
53622     Ack by: Sergey Kubushyn <ksi@koi8.net>
53623
53624 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
53625 Author: Anatolij Gustschin <agust@denx.de>
53626 Date:   Wed Apr 30 13:34:40 2008 +0200
53627
53628     Fix warnings while compiling net/net.c for MPC8610HPCD board
53629
53630     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
53631     causing overriding default -Os option. New gcc (ver. 4.2.2)
53632     produces warnings while compiling net/net.c file with -O2
53633     option. The patch is an attempt to fix this.
53634
53635     Signed-off-by: Anatolij Gustschin <agust@denx.de>
53636
53637 commit 58b575e575c25fdf8c88141e145db201f3092149
53638 Author: Sascha Laue <Sascha.Laue@gmx.biz>
53639 Date:   Wed Apr 30 15:23:38 2008 +0200
53640
53641     lwmon5: fix offset error in sysmon0 POST
53642
53643     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
53644     Signed-off-by: Wolfgang Denk <wd@denx.de>
53645
53646 commit e7419b243a373de4ee042f7d4f45f66de787240d
53647 Author: Sascha Laue <Sascha.Laue@gmx.biz>
53648 Date:   Wed Apr 30 15:16:35 2008 +0200
53649
53650     lwmon5: fix manual merge error in POST
53651
53652     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
53653
53654 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
53655 Author: Wolfgang Denk <wd@denx.de>
53656 Date:   Wed Apr 30 17:46:26 2008 +0200
53657
53658     cmd_nand.c: fix another 'incompatible pointer type' warning.
53659
53660     Signed-off-by: Wolfgang Denk <wd@denx.de>
53661
53662 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
53663 Author: Wolfgang Denk <wd@denx.de>
53664 Date:   Wed Apr 30 17:25:07 2008 +0200
53665
53666     Makefile: fix parallel builds
53667
53668     This problem shows up with parallel builds only; it results in
53669     somewhat cryptic error messages like
53670
53671         $ JOBS=-j6 MAKEALL netstar
53672         Configuring for netstar board...
53673         arm-linux-ld: cannot find -lgeneric
53674         make[1]: *** [eeprom.srec] Error 1
53675
53676     A few boards (like netstar and voiceblue) need some libraries for
53677     building; however, the board Makefile does not contain any such
53678     dependencies which may cause problems with parallel builds. Adding
53679     such dependencies is difficult as we would also have to provide build
53680     rules, which already exist in the respective library Makefiles.
53681
53682     To solve this, we make sure that all libraries get built before the
53683     board code.
53684
53685     Signed-off-by: Wolfgang Denk <wd@denx.de>
53686
53687 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
53688 Author: Stefan Roese <sr@denx.de>
53689 Date:   Wed Apr 30 14:51:36 2008 +0200
53690
53691     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
53692
53693     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
53694     used for NAND booting to match the values needed for the new 512MB
53695     DIMM modules shipped with the productions boards:
53696
53697     Crucial: CT6464AC667.8FB
53698
53699     Signed-off-by: Stefan Roese <sr@denx.de>
53700
53701 commit ea9202a659dc75996facf1475f1866a19a9d3129
53702 Author: Stefan Roese <sr@denx.de>
53703 Date:   Wed Apr 30 10:49:43 2008 +0200
53704
53705     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
53706
53707     This patch fixes a problem with DIMMs that have 8 banks. Now the
53708     MCIF0_MBxCF register will be setup correctly for this setup too.
53709
53710     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
53711
53712     Signed-off-by: Stefan Roese <sr@denx.de>
53713
53714 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
53715 Author: Wolfgang Denk <wd@denx.de>
53716 Date:   Tue Apr 29 23:41:06 2008 +0200
53717
53718     Prepare v1.3.3-rc2, again.
53719
53720     Signed-off-by: Wolfgang Denk <wd@denx.de>
53721
53722 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
53723 Author: Wolfgang Denk <wd@denx.de>
53724 Date:   Tue Apr 29 23:35:24 2008 +0200
53725
53726     Prepare v1.3.3-rc2
53727
53728     Signed-off-by: Wolfgang Denk <wd@denx.de>
53729
53730 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
53731 Author: Wolfgang Denk <wd@denx.de>
53732 Date:   Tue Apr 29 23:32:20 2008 +0200
53733
53734     common/env_nand.c: fix one more incompatible pointer type issue
53735
53736     Signed-off-by: Wolfgang Denk <wd@denx.de>
53737
53738 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
53739 Author: Wolfgang Denk <wd@denx.de>
53740 Date:   Tue Apr 29 21:33:08 2008 +0200
53741
53742     post/board/lwmon5/sysmon.c: fix manual merge error.
53743
53744     Signed-off-by: Wolfgang Denk <wd@denx.de>
53745
53746 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
53747 Author: Kumar Gala <galak@kernel.crashing.org>
53748 Date:   Tue Apr 29 12:54:59 2008 -0500
53749
53750     85xx: Add -mno-spe to e500/85xx builds
53751
53752     Newer gcc's might be configured to enable autovectorization by default.
53753     If we happen to build with one of those compilers we will get SPE
53754     instructions in random code.
53755
53756     -mno-spe disables the compiler for automatically generating SPE
53757     instructions without our knowledge.
53758
53759     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53760
53761 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
53762 Author: Kumar Gala <galak@kernel.crashing.org>
53763 Date:   Tue Apr 29 10:18:34 2008 -0500
53764
53765     Update .gitignore for zlib.h
53766
53767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53768
53769 commit 45239cf4152109caa925145ccd433529902df887
53770 Author: Kumar Gala <galak@kernel.crashing.org>
53771 Date:   Tue Apr 29 10:27:08 2008 -0500
53772
53773     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
53774
53775     All the 85xx and 86xx UM describe the register as timing_cfg_3
53776     not as ext_refrec.
53777
53778     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53779
53780 commit ef7d30b14394e4c4a153118f5845760cadada02a
53781 Author: Kumar Gala <galak@kernel.crashing.org>
53782 Date:   Tue Apr 29 10:28:34 2008 -0500
53783
53784     85xx/86xx: Rename DDR init address and init extended address register
53785
53786     Rename init_addr and init_ext_addr to match the docs between
53787     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
53788
53789     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53790
53791 commit cf6cc014270549684873a5972d2595052c468cb6
53792 Author: Kumar Gala <galak@kernel.crashing.org>
53793 Date:   Mon Apr 28 02:24:04 2008 -0500
53794
53795     85xx: Additional fixes and cleanup of MP code
53796
53797     * adjust __spin_table alignment to match ePAPR v0.94 spec
53798     * loop over all cpus when determing who is up.  This fixes an issue if
53799       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
53800       cpu_up_mask so there is no harm
53801     * Added some protection in the code to ensure proper behavior.  These
53802       changes are explicitly needed but don't hurt:
53803       - Added eieio to ensure the "hot word" of the table is written after
53804         all other table updates have occurred.
53805       - Added isync to ensure we don't prefetch loading of table entries
53806         until we a released
53807
53808     These issues we raised by Dave Liu.
53809
53810     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53811
53812 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
53813 Author: Yuri Tikhonov <yur@emcraft.com>
53814 Date:   Tue Apr 29 15:06:41 2008 +0200
53815
53816     lwmon5: minor clean-up to include/configs/lwmon5.h
53817
53818     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
53819     the CFG_DSPIC_TEST_ADDR definition more readable.
53820
53821     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53822
53823 commit f4c4d21a885ccc222fd0acdf653b683249e85117
53824 Author: Stefan Roese <sr@denx.de>
53825 Date:   Tue Apr 29 16:08:05 2008 +0200
53826
53827     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
53828
53829     Signed-off-by: Stefan Roese <sr@denx.de>
53830
53831 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
53832 Author: Yuri Tikhonov <yur@emcraft.com>
53833 Date:   Tue Apr 29 13:32:45 2008 +0200
53834
53835     ppc flush_cache: add watch-dog triggering into the loops.
53836
53837     Some boards (e.g. lwmon5) need rather a frequent watch-dog
53838     kicking. Since the time it takes for the flush_cache() function
53839     to complete its job depends on the size of data being flushed, one
53840     may encounter watch-dog resets on such boards when, for example,
53841     download big files over ethernet.
53842
53843     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53844
53845 commit cab99d6f3281ab6784feccf98b9b425daa58418a
53846 Author: Stefan Roese <sr@denx.de>
53847 Date:   Tue Apr 29 14:44:54 2008 +0200
53848
53849     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
53850
53851     Signed-off-by: Stefan Roese <sr@denx.de>
53852
53853 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
53854 Author: Stefan Roese <sr@denx.de>
53855 Date:   Tue Apr 29 14:12:07 2008 +0200
53856
53857     ppc4xx: Fix Katmai CFG_MONITOR_LEN
53858
53859     Signed-off-by: Stefan Roese <sr@denx.de>
53860
53861 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
53862 Author: Stefan Roese <sr@denx.de>
53863 Date:   Tue Apr 29 13:57:07 2008 +0200
53864
53865     ppc4xx: Complete remove bogus dflush()
53866
53867     Since the current dflush() implementation is know to have some problems
53868     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
53869     it by using clean_dcache_range().
53870
53871     Tested on Katmai with ECC DIMM.
53872
53873     Signed-off-by: Stefan Roese <sr@denx.de>
53874
53875 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
53876 Author: Stefan Roese <sr@denx.de>
53877 Date:   Tue Apr 29 13:36:51 2008 +0200
53878
53879     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
53880
53881     As it seems the "old" ECC initialization routine by using dflush() didn't
53882     write all lines in the dcache back to memory on lwmon5. This could lead
53883     to ECC error upon Linux booting. This patch changes the program_ecc()
53884     routine to now use clean_dcache_range() instead of dflush().
53885     clean_dcache_range() uses dcbst which is exactly what we want in this
53886     case.
53887
53888     Since dflush() is known is cause problems, this routine will be
53889     removed completely and replaced by clean_dcache_range() with an
53890     additional patch.
53891
53892     Signed-off-by: Stefan Roese <sr@denx.de>
53893
53894 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
53895 Author: Yuri Tikhonov <yur@emcraft.com>
53896 Date:   Mon Apr 28 18:19:34 2008 +0200
53897
53898     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
53899
53900     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53901
53902 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
53903 Author: Markus Brunner <super.firetwister@googlemail.com>
53904 Date:   Mon Apr 28 08:47:47 2008 +0200
53905
53906     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
53907
53908     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
53909     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
53910     doesn't exist.
53911
53912     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
53913
53914 commit 2ef7503a593c77a80c2a054011970227c4b62774
53915 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53916 Date:   Thu Apr 24 07:57:17 2008 +0200
53917
53918     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
53919
53920     Move non-inlied functions into specific drivers file
53921     Set get_prom as weak
53922
53923     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53924     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
53925     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53926
53927 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
53928 Author: Guennadi Liakhovetski <lg@denx.de>
53929 Date:   Thu Apr 3 17:04:19 2008 +0200
53930
53931     net: make ARP timeout configurable
53932
53933     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
53934     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
53935     to the boards get lost, which typically are ARP replies. By configuring
53936     the timeout to a lower value we significantly improve the first network
53937     transfer time on this board. The timeout is specified in milliseconds,
53938     later internally it is converted to deciseconds, because it has to be
53939     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
53940     different boards.
53941
53942     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
53943     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53944
53945 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
53946 Author: Guennadi Liakhovetski <lg@denx.de>
53947 Date:   Thu Apr 3 13:36:18 2008 +0200
53948
53949     minor cs8900 driver clean up
53950
53951     Remove a redundant register definition, clean up some coding style
53952     violations.
53953
53954     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
53955     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53956
53957 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
53958 Author: Wolfgang Denk <wd@denx.de>
53959 Date:   Mon Apr 28 22:01:04 2008 +0200
53960
53961     jffs2_1pass.c: fix incompatible pointer type warning
53962
53963     Signed-off-by: Wolfgang Denk <wd@denx.de>
53964
53965 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
53966 Author: Sascha Laue <Sascha.Laue@gmx.biz>
53967 Date:   Tue Apr 1 10:10:18 2008 +0200
53968
53969     lwmon5: update dsPIC POST spezification
53970
53971     The specification for the lwmon5 board dsPIC POST got changed.
53972     Also add defines for the temperatures  and voltages.
53973
53974     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
53975
53976 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
53977 Author: Sascha Laue <Sascha.Laue@gmx.biz>
53978 Date:   Tue Apr 1 15:13:03 2008 +0200
53979
53980     Fix watchdog POST for lwmon5
53981
53982     If the hardware watchdog detects a voltage error, the watchdog sets
53983     GPIO62 to low. The watchdog POST has to detect this low level.
53984
53985     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
53986     Signed-off-by: Wolfgang Denk <wd@denx.de>
53987
53988 commit dd5748bcd669f46aeb6686c1b341323843738ccc
53989 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
53990 Date:   Mon Apr 28 14:37:14 2008 +0200
53991
53992     rtl8169: fix compiler warnings
53993
53994     Fix multiple compiler warnings related to argument type mismatch.
53995
53996     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
53997
53998 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
53999 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
54000 Date:   Mon Apr 28 14:36:06 2008 +0200
54001
54002     IDE: fix compiler warnings
54003
54004     The IDE driver can use 32-bit addresses in LBA mode, in which case it
54005     spits multiple warnings during compilation. Fix them.
54006
54007     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
54008
54009 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
54010 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
54011 Date:   Mon Apr 28 14:35:57 2008 +0200
54012
54013     LinkStation: fix compiler warning, add a maintainer
54014
54015     out_8 wants a pointer to an unsigned as the first argument. Add a
54016     maintainer for Linkstation boards.
54017
54018     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
54019
54020 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
54021 Author: Wolfgang Denk <wd@denx.de>
54022 Date:   Mon Apr 28 14:55:12 2008 +0200
54023
54024     cmd_nand.c: fix "differ in signedness" problem
54025
54026     Signed-off-by: Wolfgang Denk <wd@denx.de>
54027
54028 commit f2c288a35341ad02ac03b1563d786763c9c8f159
54029 Author: Wolfgang Denk <wd@denx.de>
54030 Date:   Mon Apr 28 12:48:47 2008 +0200
54031
54032     pcnet.c: fix a merge issue
54033
54034     Signed-off-by: Wolfgang Denk <wd@denx.de>
54035
54036 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
54037 Author: Wolfgang Denk <wd@denx.de>
54038 Date:   Mon Apr 28 12:08:18 2008 +0200
54039
54040     NAND: fix some strict-aliasing compiler warnings
54041
54042     Signed-off-by: Wolfgang Denk <wd@denx.de>
54043
54044 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
54045 Author: Stefan Roese <sr@denx.de>
54046 Date:   Mon Apr 28 11:37:14 2008 +0200
54047
54048     ppc4xx: Fix compile warning of hcu4 board
54049
54050     Signed-off-by: Stefan Roese <sr@denx.de>
54051
54052 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
54053 Author: Wolfgang Denk <wd@denx.de>
54054 Date:   Mon Apr 28 11:31:23 2008 +0200
54055
54056     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
54057
54058     Signed-off-by: Wolfgang Denk <wd@denx.de>
54059
54060 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
54061 Author: Guennadi Liakhovetski <lg@denx.de>
54062 Date:   Mon Apr 28 00:25:32 2008 +0200
54063
54064     mx31ads: fix loadaddr environment variable define
54065
54066     Arithmetic expressions do not get evaluated under stringification. Remove
54067     default network configuration, add DHCP command support. Thanks to Felix
54068     Radensky for reporting.
54069
54070     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
54071
54072 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
54073 Author: Wolfgang Denk <wd@denx.de>
54074 Date:   Mon Apr 28 10:55:24 2008 +0200
54075
54076     katmai: fix section overlap problem
54077
54078     Since we didn't want to remove features from the configuration, we
54079     decided to increase the U-Boot image size (add one flash sector).
54080
54081     Also changed the default environment definition to make it
54082     independent of such changes.
54083
54084     Signed-off-by: Wolfgang Denk <wd@denx.de>
54085     Acked-by: Stefan Roese <sr@denx.de>
54086
54087 commit 941d696d25624e3cc65ebf924199541acf52d74e
54088 Author: Wolfgang Denk <wd@denx.de>
54089 Date:   Mon Apr 28 10:55:24 2008 +0200
54090
54091     katmai: fix section overlap problem
54092
54093     Since we didn't want to remove features from the configuration, we
54094     decided to increase the U-Boot image size (add one flash sector).
54095
54096     Also changed the default environment definition to make it
54097     independent of such changes.
54098
54099     Signed-off-by: Wolfgang Denk <wd@denx.de>
54100     Acked-by: Stefan Roese <sr@denx.de>
54101
54102 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
54103 Author: Kumar Gala <galak@kernel.crashing.org>
54104 Date:   Sat Apr 26 11:44:44 2008 -0500
54105
54106     post: Fix building with O=
54107
54108     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54109
54110 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
54111 Author: Wolfgang Denk <wd@denx.de>
54112 Date:   Sat Apr 26 01:55:00 2008 +0200
54113
54114     Prepare v1.3.3-rc1
54115
54116     Signed-off-by: Wolfgang Denk <wd@denx.de>
54117
54118 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
54119 Author: Wolfgang Denk <wd@denx.de>
54120 Date:   Sat Apr 26 01:25:39 2008 +0200
54121
54122     post/Makefile: make sure to use the correct flags
54123
54124     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
54125     messages to be printed.
54126
54127     Signed-off-by: Wolfgang Denk <wd@denx.de>
54128
54129 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
54130 Author: Wolfgang Denk <wd@denx.de>
54131 Date:   Sat Apr 26 00:34:42 2008 +0200
54132
54133     Coding Style cleanup, update CHANGELOG
54134
54135     Signed-off-by: Wolfgang Denk <wd@denx.de>
54136
54137 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
54138 Author: Magnus Lilja <lilja.magnus@gmail.com>
54139 Date:   Sun Apr 20 10:38:12 2008 +0200
54140
54141     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
54142
54143     This patch enables SPI and MC13783/RTC support for the Litekit board.
54144
54145     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
54146
54147 commit f97abbfb47d9e407354e157cae3f6369e460cd37
54148 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
54149 Date:   Fri Apr 25 01:08:32 2008 -0500
54150
54151     MPC8544DS: decode pcie3 end-point configuration correctly.
54152
54153     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
54154     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54155
54156 commit 292188e15523c165c4269403fdcd33c26d89176e
54157 Author: Roy Zang <tie-fei.zang@freescale.com>
54158 Date:   Fri Apr 25 00:55:09 2008 -0500
54159
54160     MPC8544DS: Removes the unknown flash message information
54161
54162     This patch removes the unknown flash message information:
54163     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
54164     This unknown flash message is caused by PromJet.
54165     Some of the board user is unhappy with this information.
54166
54167     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54168     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54169
54170 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
54171 Author: Kim Phillips <kim.phillips@freescale.com>
54172 Date:   Thu Apr 24 14:07:38 2008 -0500
54173
54174     mpc83xx: bump loadaddr over fdtaddr to 0x500000
54175
54176     this seems as a good compromise between human memory, typing,
54177     and last but not least, to accommodate for current and future kernel bloat.
54178
54179     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54180     Acked-by: Dave Liu <daveliu@freescale.com>
54181
54182 commit be5a7190265a34d968578ff266549c60f6f57654
54183 Author: Dave Liu <r63238@freescale.com>
54184 Date:   Tue Apr 15 13:12:23 2008 +0800
54185
54186     mpc83xx: clean up the readme for 83xx boards
54187
54188     1. correct the typo
54189     2. correct the memory map for 837xerdb board
54190
54191     Signed-off-by: Dave Liu <daveliu@freescale.com>
54192
54193 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
54194 Author: Dave Liu <r63238@freescale.com>
54195 Date:   Tue Apr 15 13:11:11 2008 +0800
54196
54197     mpc83xx: remove the unused CPM's stuff
54198
54199     The MPC83xx family never have CPM block, so remove it from 83xx.
54200
54201     Signed-off-by: Dave Liu <daveliu@freescale.com>
54202
54203 commit c63ad6325a8ac0097a54b418a3288926b0484b18
54204 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54205 Date:   Fri Apr 18 16:29:40 2008 +0200
54206
54207     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
54208
54209     This patch adds a configurable flash auto protection list that can be used
54210     to make U-Boot protect flash regions in flash_init().
54211
54212     The idea has been discussed on the u-boot mailing list starting
54213     on Nov 18th, 2007.
54214
54215     Even this patch brings a new feature it is used as a bugfix for 4xx
54216     platforms where flash_init() does not completely protect the
54217     monitor's flash range in all situations.
54218
54219     U-Boot protects the flash range from CFG_MONITOR_BASE to
54220     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
54221     include the reset vector at 0xfffffffc.
54222
54223     Example:
54224     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
54225
54226     This config option will auto protect the last 512k of flash that
54227     contains the bootloader on board like APC405 and PMC405.
54228
54229     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54230
54231 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
54232 Author: Stefan Roese <sr@denx.de>
54233 Date:   Fri Apr 25 13:59:03 2008 +0200
54234
54235     ppc4xx: Remove double defines in lwmon5.h
54236
54237     introduced with latest lwmon5/POST merge
54238
54239     Signed-off-by: Stefan Roese <sr@denx.de>
54240
54241 commit 7590378fb9c686709492ceb142825cd058255956
54242 Author: Bartlomiej Sieka <tur@semihalf.com>
54243 Date:   Fri Apr 25 13:54:02 2008 +0200
54244
54245     Use watchdog-aware functions when calculating hashes of images - take two
54246
54247     Some files didn't get updated properly with the "Use watchdog-aware
54248     functions when calculating hashes of images" commit, this commit
54249     fixes this.
54250
54251     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
54252     Signed-off-by: Wolfgang Denk <wd@denx.de>
54253
54254 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
54255 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54256 Date:   Fri Apr 25 12:01:39 2008 +0200
54257
54258     ppc4xx: Add bootcount limit handling for APC405 boards
54259
54260     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54261
54262 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
54263 Author: Bartlomiej Sieka <tur@semihalf.com>
54264 Date:   Fri Apr 25 12:10:09 2008 +0200
54265
54266     Use watchdog-aware functions when calculating hashes of images
54267
54268     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
54269
54270 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
54271 Author: Wolfgang Denk <wd@denx.de>
54272 Date:   Fri Apr 25 12:44:08 2008 +0200
54273
54274     USB: fix more GCC 4.2.x aliasing warnings
54275
54276     Signed-off-by: Wolfgang Denk <wd@denx.de>
54277     Acked-by: Markus Klotzbuecher <mk@denx.de>
54278
54279 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
54280 Author: Wolfgang Denk <wd@denx.de>
54281 Date:   Fri Apr 25 12:41:53 2008 +0200
54282
54283     lib_generic/crc32.c: add missing #include <watchdog.h>
54284
54285     Signed-off-by: Wolfgang Denk <wd@denx.de>
54286
54287 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
54288 Author: Wolfgang Denk <wd@denx.de>
54289 Date:   Fri Apr 25 11:52:21 2008 +0200
54290
54291     lib_generic/crc32.c: fix compile problem
54292
54293     Signed-off-by: Wolfgang Denk <wd@denx.de>
54294
54295 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
54296 Author: Stefan Roese <sr@denx.de>
54297 Date:   Tue Apr 22 12:20:32 2008 +0200
54298
54299     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
54300
54301     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
54302     environment variable will now get passed to the Linux kernel by setting
54303     the device_type property of the PCIe device tree node. For normal root-
54304     complex configuration it will keep its defaults value of "pci" and for
54305     endpoint configuration it will get changed to "pci-endpoint".
54306
54307     Signed-off-by: Stefan Roese <sr@denx.de>
54308
54309 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
54310 Author: Yuri Tikhonov <yur@emcraft.com>
54311 Date:   Thu Apr 24 10:30:53 2008 +0200
54312
54313     lwmon5: watchdog POST fix
54314
54315     Use the GPT0_MASKx registers as the temporary storage for watch-dog
54316     timer POST test instead of GPT0_COMPx. The latter
54317     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
54318
54319     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54320     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
54321
54322 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
54323 Author: Kim Phillips <kim.phillips@freescale.com>
54324 Date:   Mon Apr 21 18:10:14 2008 -0500
54325
54326     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
54327
54328     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
54329     proven problematic getting right from the start at least on 83xx and
54330     4xx.
54331
54332     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54333
54334 commit a99715b8ebfc500f3f40e01b36b64d473938443d
54335 Author: Detlev Zundel <dzu@denx.de>
54336 Date:   Fri Apr 18 14:50:01 2008 +0200
54337
54338     Realining some header definitions.
54339
54340     Signed-off-by: Detlev Zundel <dzu@denx.de>
54341
54342 commit 4acbc6c7f993cae409c424615415a3e76820f13d
54343 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54344 Date:   Thu Apr 24 07:57:16 2008 +0200
54345
54346     NE2000: coding style cleanup
54347
54348     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54349
54350 commit b4aff1ffaf7120032c653357c007faa14f74d29d
54351 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54352 Date:   Wed Apr 23 00:11:47 2008 +0900
54353
54354     qemu-mips.h: Add CFI support
54355
54356     CONFIG_ENV_OVERWRITE is also added.
54357
54358     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
54359
54360     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54361     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54362
54363 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
54364 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54365 Date:   Tue Apr 22 22:47:27 2008 +0900
54366
54367     doc/README.mips: Add MIPS notes
54368
54369     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54370
54371 commit 215b01bba8bc662d35f72b084700b192d367dfb4
54372 Author: Bartlomiej Sieka <tur@semihalf.com>
54373 Date:   Tue Apr 22 12:27:56 2008 +0200
54374
54375     Add support for calculating hashes with watchdog triggering
54376
54377     Implement watchodg-aware variants of hash calculation functions:
54378     - crc32_wd()
54379     - md5_wd()
54380     - sha1_csum_wd()
54381     The above functions calculate the hash of the input buffer in chunks,
54382     triggering the watchdog after processing each chunk. The chunk size
54383     is given as a function call parameter.
54384
54385     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
54386
54387 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
54388 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54389 Date:   Wed Apr 23 11:02:12 2008 +0900
54390
54391     qemu-mips: Cleanup whitespace, indentation, etc.
54392
54393     No functional change.
54394
54395     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
54396     Then I re-created from scratch, and changed more lines than the original.
54397
54398     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54399     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54400
54401 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
54402 Author: Vlad Lungu <vlad@comsys.ro>
54403 Date:   Wed Oct 10 23:02:09 2007 +0300
54404
54405     Fixed pcnet io_base
54406
54407     Bus and phys address are not always the same
54408
54409     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
54410
54411 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
54412 Author: Wolfgang Denk <wd@denx.de>
54413 Date:   Thu Apr 24 23:44:26 2008 +0200
54414
54415     drivers/net/pcnet.c: Coding Style cleanup.
54416
54417     Signed-off-by: Wolfgang Denk <wd@denx.de>
54418
54419 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
54420 Author: Vlad Lungu <vlad@comsys.ro>
54421 Date:   Wed Oct 10 23:04:23 2007 +0300
54422
54423     Added Am79C970A chip id to pcnet
54424
54425     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
54426
54427 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
54428 Author: Magnus Lilja <lilja.magnus@gmail.com>
54429 Date:   Sun Apr 20 10:35:03 2008 +0200
54430
54431     i.MX31: Fix architecture numbers for ADS and Litekit boards
54432
54433     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
54434
54435     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
54436
54437 commit e7ae84d6c7288790e88639f57cb60daf89c11369
54438 Author: Magnus Lilja <lilja.magnus@gmail.com>
54439 Date:   Sun Apr 20 10:36:36 2008 +0200
54440
54441     i.MX31: Use symbolic names for Litekit membases.
54442
54443     Use symbolic names instead of hard coded addresses for Litekit membases.
54444
54445     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
54446
54447 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
54448 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54449 Date:   Sat Apr 19 17:59:20 2008 +0200
54450
54451     Fix show_boot_progress prototype
54452
54453     in commit fad634071 "make show_boot_progress () weak."
54454     show_boot_progress is supposed to be declared as weak but declared as
54455     inline instead.
54456
54457     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54458
54459 commit edbed247a14d70b94958010f736621212285de91
54460 Author: Bartlomiej Sieka <tur@semihalf.com>
54461 Date:   Fri Apr 18 12:39:23 2008 +0200
54462
54463     Memory footprint optimizations
54464
54465     As suggested by Wolfgang Denk:
54466     - image printing functions:
54467       - remove wrappers
54468       - remove indentation prefix from functions' signatures
54469     - merge getenv_verify and getenv_autostart into one parametrized function
54470
54471     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
54472
54473 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
54474 Author: Guennadi Liakhovetski <lg@denx.de>
54475 Date:   Tue Apr 15 13:33:11 2008 +0200
54476
54477     MX31ADS environment variable update, spi and rtc support
54478
54479     Update MX31ADS default environment to better match the flash layout and
54480     the memory map, support SPI and RTC.
54481
54482     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
54483
54484 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
54485 Author: Kumar Gala <galak@kernel.crashing.org>
54486 Date:   Mon Apr 21 09:28:36 2008 -0500
54487
54488     85xx: Round up frequency calculations to get reasonable output
54489
54490     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
54491
54492     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
54493
54494     Signed-off-by: Dejan Minic <minic@freescale.com>
54495     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
54496     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54497     Acked-by: Andy Fleming <afleming@freescale.com>
54498
54499 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
54500 Author: Kumar Gala <galak@kernel.crashing.org>
54501 Date:   Wed Apr 23 16:58:04 2008 -0500
54502
54503     fsl_pci: Only modify registers if we have them
54504
54505     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
54506
54507     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54508
54509 commit 83fe32334337def160b302aa9d152d808bfcc68e
54510 Author: Markus Klotzbücher <mk@denx.de>
54511 Date:   Wed Apr 23 10:57:33 2008 +0200
54512
54513     USB: remove a cpu bug workaround for an unsupported architecture.
54514
54515     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
54516
54517 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
54518 Author: Markus Klotzbücher <mk@denx.de>
54519 Date:   Wed Apr 23 10:53:23 2008 +0200
54520
54521     USB: fix those pesky aliasing warnings issued by gcc-4.2
54522
54523     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
54524     Signed-off-by: Detlev Zundel <dzu@denx.de>
54525
54526 commit 89cdab788f3716b335fefb60b836ebcf975aceab
54527 Author: Mike Frysinger <vapier@gentoo.org>
54528 Date:   Mon Mar 31 11:02:01 2008 -0400
54529
54530     crc32: use uint32_t rather than unsigned long
54531
54532     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
54533     this is done with the build toolchain instead of the target tool
54534     chain, so if the build is a 64bit system but the target is 32bits,
54535     the size will obviously be wrong. This converts all unsigned long
54536     stuff related to crc32 to uint32_t types. Compile tested only: output
54537     of ./tools/envcrc when run on a 32bit build system matches that of a
54538     64bit build system.
54539
54540     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
54541     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54542
54543 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
54544 Author: Dirk Behme <dirk.behme@googlemail.com>
54545 Date:   Wed Mar 26 09:53:29 2008 +0100
54546
54547     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
54548
54549     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
54550
54551     Changes:
54552
54553     - Remove *_masked() functions as noted by Wolfgang
54554
54555     - Adapt register naming to recent TI spec (sprue26, March 2007)
54556
54557     - Fix reset_timer() handling
54558
54559     - 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.
54560
54561     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
54562
54563     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
54564
54565     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
54566
54567     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
54568
54569     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
54570     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
54571
54572 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
54573 Author: Sergei Poselenov <sposelenov@emcraft.com>
54574 Date:   Wed Apr 9 16:09:41 2008 +0200
54575
54576     Added watchdog triggering calls in the "mtest" test function.
54577
54578     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54579
54580 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
54581 Author: Yuri Tikhonov <yur@emcraft.com>
54582 Date:   Sun Apr 6 19:19:14 2008 +0200
54583
54584     lwmon5 watchdog: limit trigger rate
54585
54586     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
54587     the CONFIG_WD_MAX_RATE value.
54588
54589     Note that an earlier version of this patch which used microseconds
54590     instead of ticks dis not work. The problem was that we used
54591     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
54592     get_tbclk(), which in turn calls get_sys_info(). It turns out that
54593     this function does a lot of prolonged operations (like divisions)
54594     which take too much time so we do not trigger the watchdog in time,
54595     and it resets the system.
54596
54597     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
54598
54599 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
54600 Author: Yuri Tikhonov <yur@emcraft.com>
54601 Date:   Mon Mar 31 10:51:37 2008 +0200
54602
54603     POST: move CONFIG_POST to Makefiles
54604
54605     Introduce the new logical option CONFIG_HAS_POST which is set when the
54606     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
54607     to determine should the POST libs be compiled for the selected target
54608     platform, or not.
54609
54610     To avoid breaking u-boot linking process, the empty post/libpost.a file is
54611     created for platforms which do not have POSTs.
54612
54613     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
54614     Signed-off-by: Wolfgang Denk <wd@denx.de>
54615
54616 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
54617 Author: Yuri Tikhonov <yur@emcraft.com>
54618 Date:   Mon Mar 31 10:49:34 2008 +0200
54619
54620     POST: preparations for moving CONFIG_POST to Makefiles
54621
54622     Remove CONFIG_POST ifdefs from the post/ source files.
54623
54624     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
54625     Signed-off-by: Wolfgang Denk <wd@denx.de>
54626
54627 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
54628 Author: Stefan Roese <sr@denx.de>
54629 Date:   Tue Apr 22 14:14:20 2008 +0200
54630
54631     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
54632
54633     This patch fixes the Canyonlands and Glacier default environment to better
54634     fit to the arch/powerpc device-tree kernels. The variables dealing with
54635     arch/ppc booting are removed, since these boards are supported only in
54636     arch/powerpc. Glacier uses the same config file as Canyonlands.
54637
54638     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
54639
54640     Signed-off-by: Stefan Roese <sr@denx.de>
54641
54642 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
54643 Author: Stefan Roese <sr@denx.de>
54644 Date:   Tue Apr 22 14:06:42 2008 +0200
54645
54646     ppc4xx: Small coding style cleanup for the latest esd patches
54647
54648     Signed-off-by: Stefan Roese <sr@denx.de>
54649
54650 commit 79941d63bc03aed8c48d7602f18217cc200ee931
54651 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54652 Date:   Mon Apr 21 18:01:07 2008 +0200
54653
54654     ppc4xx: Update CPU strapping for PMC440 boards
54655
54656     This patch removes the temporary 'test' strapping option
54657     of the sbe command. The '667' strapping option now uses
54658     a PLB/PCI divider of 3.
54659
54660     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54661
54662 commit f00cf3193a6635355b121e90debb2f54e777e7da
54663 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54664 Date:   Mon Apr 21 14:42:21 2008 +0200
54665
54666     ppc4xx: Remove unused APC405 strataflash driver
54667
54668     The APC405 board support has been migrated to use the common
54669     CFI flash driver.
54670
54671     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54672
54673 commit 1c686676a86473bbd92151f0544e109413f6ed06
54674 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54675 Date:   Mon Apr 21 14:42:17 2008 +0200
54676
54677     ppc4xx: Update APC405 configuration
54678
54679     - enable esd's auto_update mechanism
54680     - support alternative flash layout on rev. 1.8 boards
54681     - update default environment
54682     - use common CFI flash driver
54683     - coding style cleanup
54684
54685     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54686
54687 commit 0b9872515a521bf7866dc24b85ddce708e60d702
54688 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54689 Date:   Mon Apr 21 14:42:11 2008 +0200
54690
54691     ppc4xx: Update APC405 board support
54692
54693     - enable esd's auto_update mechanism
54694     - fix LCD support on latest hardware revision (uses other LCD controller)
54695     - support alternative flash layout on rev. 1.8 boards
54696     - coding style cleanup
54697
54698     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54699
54700 commit 83975d02e225e231960784972e7820a8b303756b
54701 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54702 Date:   Mon Apr 21 14:42:06 2008 +0200
54703
54704     ppc4xx: update esd's common auto_update code for 405 boards
54705
54706     - Coding style cleanup (long lines)
54707     - improve handling of protected flash regions
54708     - remove dead code
54709
54710     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54711
54712 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
54713 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54714 Date:   Mon Apr 21 14:41:59 2008 +0200
54715
54716     ppc4xx: Update esd's common LCD code for 405 boards
54717
54718     - Coding style cleanup (long lines)
54719     - Add s1d13505 support
54720     - Make some functions return a result code instead of void
54721
54722     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54723
54724 commit dea68189424c3f1242427a8146a3861bf093173c
54725 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54726 Date:   Mon Apr 21 11:36:55 2008 +0200
54727
54728     ppc4xx: Update FPGA image for APC405 boards
54729
54730     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54731
54732 commit 2a05b152924acfcec3b037693329e517e6d3578f
54733 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54734 Date:   Mon Apr 21 11:36:08 2008 +0200
54735
54736     ppc4xx: Update bootlogo for APC405 boards
54737
54738     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54739
54740 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
54741 Author: Stefan Roese <sr@denx.de>
54742 Date:   Fri Apr 18 16:41:31 2008 +0200
54743
54744     ppc4xx: Add dcache_enable() for 440
54745
54746     dcache_enable() was missing for 440 and the patch
54747     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
54748     "] behavior uses this function.
54749
54750     Note: Currently the cache handling functions like
54751     d/icache_disable/enable() are NOP's on 440. This may be changed in the
54752     future.
54753
54754     Signed-off-by: Stefan Roese <sr@denx.de>
54755
54756 commit a49e0d177a0749614b316ec847fb623f09c82c07
54757 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54758 Date:   Mon Apr 21 11:19:04 2008 +0200
54759
54760     video: Add missing free for logo memory
54761
54762     This patch adds two missing free()s.
54763
54764     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54765
54766 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
54767 Author: Troy Kisky <troy.kisky@boundarydevices.com>
54768 Date:   Mon Sep 24 16:41:43 2007 -0700
54769
54770     PATCH - Fix oob data copied into supplied buffer
54771
54772     This patch correctly sets the oobavail variable
54773     and fixes a bug where the oob data was not valid when
54774     there where multiple groups in oobfree.
54775
54776     First segment fixes a typo
54777     Second segment fixes a bug where oob data may be copied incorrectly.
54778     Third segment adds an error message when exiting due to write protect.
54779     Forth segment fixes a bug where oobavail may be set incorrectly.
54780
54781     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
54782
54783 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
54784 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54785 Date:   Fri Apr 18 17:24:32 2008 +0200
54786
54787     ppc4xx: Fix sys_get_info() for 405GP(r)
54788
54789     This patch assigns the correct EBC clock for 405GP(r) CPUs
54790     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
54791     uses an uninitialized EBC clock in its startup message.
54792
54793     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54794
54795 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
54796 Author: Wolfgang Denk <wd@denx.de>
54797 Date:   Sun Apr 20 15:39:38 2008 -0700
54798
54799     Makefile: remove nand_spl/System.map when cleaning up.
54800
54801 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
54802 Author: Wolfgang Denk <wd@denx.de>
54803 Date:   Sun Apr 20 15:35:52 2008 -0700
54804
54805     MAKEALL: sort entries / lists.
54806
54807     Signed-off-by: Wolfgang Denk <wd@denx.de>
54808
54809 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
54810 Author: Kumar Gala <galak@kernel.crashing.org>
54811 Date:   Fri Apr 18 11:29:01 2008 -0500
54812
54813     85xx: Fix size of cpu-release-addr property
54814
54815     The cpu-release-addr is defined as always being a 64-bit quanity regardless
54816     if we are running on a 32-bit or 64-bit machine.
54817
54818 commit 88353a985109562a639b2f8a0c90d77011bfe374
54819 Author: Timur Tabi <timur@freescale.com>
54820 Date:   Fri Apr 4 11:15:58 2008 -0500
54821
54822     Fix calculation of I2C clock for some 85xx chips
54823
54824     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
54825     some use CCB/3.  There is no pattern that can be used to determine which
54826     chips use which frequency, so the only way to determine is to look up the
54827     actual SOC designation and use the right value for that SOC.
54828
54829     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
54830
54831     Signed-off-by: Timur Tabi <timur@freescale.com>
54832
54833 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
54834 Author: Wolfgang Denk <wd@denx.de>
54835 Date:   Fri Apr 18 11:44:27 2008 -0700
54836
54837     Fix build breakage casued by commit c0559be371b2
54838
54839         Change env_get_char from a global function ptr to a function.
54840
54841     Signed-off-by: Wolfgang Denk <wd@denx.de>
54842
54843 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
54844 Author: Wolfgang Denk <wd@denx.de>
54845 Date:   Fri Apr 18 10:53:41 2008 -0700
54846
54847     Coding Style cleanup, update CHANGELOG.
54848
54849     Signed-off-by: Wolfgang Denk <wd@denx.de>
54850
54851 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
54852 Author: Mike Frysinger <vapier@gentoo.org>
54853 Date:   Tue Apr 8 14:00:57 2008 -0400
54854
54855     Add support for u-boot in svn and localversion-* files
54856
54857     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
54858
54859 commit d23ff6827decf121461fbc5622612fd7effe207e
54860 Author: Guennadi Liakhovetski <lg@denx.de>
54861 Date:   Thu Apr 3 17:04:22 2008 +0200
54862
54863     MX31ADS network and flash updates
54864
54865     This patch allows U-Boot to use buffered writes to the Spansion NOR
54866     flash installed on this board, and eliminates long delays in network
54867     transfers after the board startup.
54868
54869     Also modify flash layout to embed main and redundant environment
54870     blocks in the U-Boot image.
54871
54872     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
54873
54874 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
54875 Author: Guennadi Liakhovetski <lg@denx.de>
54876 Date:   Mon Apr 14 10:53:12 2008 +0200
54877
54878     Support for the MX31ADS evaluation board from Freescale
54879
54880     This patch adds support for the MX31ADS evaluation board from Freescale,
54881     initialization code is copied from RedBoot sources, also provided by
54882     Freescale.
54883
54884     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
54885
54886 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
54887 Author: Stefan Roese <sr@denx.de>
54888 Date:   Tue Apr 8 10:33:29 2008 +0200
54889
54890     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
54891
54892     Signed-off-by: Stefan Roese <sr@denx.de>
54893
54894 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
54895 Author: Stefan Roese <sr@denx.de>
54896 Date:   Tue Apr 8 10:33:28 2008 +0200
54897
54898     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
54899
54900     Signed-off-by: Stefan Roese <sr@denx.de>
54901
54902 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
54903 Author: Stefan Roese <sr@denx.de>
54904 Date:   Tue Apr 8 10:33:27 2008 +0200
54905
54906     ppc4xx: Add Glacier NAND booting target
54907
54908     Signed-off-by: Stefan Roese <sr@denx.de>
54909
54910 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
54911 Author: Stefan Roese <sr@denx.de>
54912 Date:   Tue Apr 8 10:31:00 2008 +0200
54913
54914     nand_spl: Update nand_spl to support 2k page size NAND devices
54915
54916     This patch adds support for booting from 2k page sized NAND device
54917     (e.g. Micron 29F2G08AAC).
54918
54919     Tested on AMCC Canyonlands.
54920
54921     Signed-off-by: Stefan Roese <sr@denx.de>
54922
54923 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
54924 Author: Anatolij Gustschin <agust@denx.de>
54925 Date:   Thu Apr 17 18:18:00 2008 +0200
54926
54927     Fix crash on sequoia in ppc_4xx_eth_init
54928
54929     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
54930     with cache enabled (TLB Parity exeption). This patch
54931     fixes the problem.
54932
54933     Signed-off-by: Anatolij Gustschin <agust@denx.de>
54934
54935 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
54936 Author: Anatolij Gustschin <agust@denx.de>
54937 Date:   Thu Apr 17 18:15:27 2008 +0200
54938
54939     ppc4xx: Fix crash on sequoia with cache enabled
54940
54941     Currently U-Boot crashes on sequoia board in CPU POST if
54942     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
54943     won't be disabled by change_tlb before CPU POST because
54944     there is an insufficient adress range check since
54945     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
54946     this problem.
54947
54948     Signed-off-by: Anatolij Gustschin <agust@denx.de>
54949
54950 commit 43c509254fab375c49936498da944658117ed07c
54951 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54952 Date:   Thu Apr 17 23:35:13 2008 +0900
54953
54954     Use jr as register jump instruction
54955
54956     Current assembler codes are inconsistent in the way of register jump
54957     instruction usage; some use jr, some use j. Of course GNU as allows both
54958     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
54959     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
54960     at all.
54961
54962     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54963
54964 commit 7ce63709828d37b08866e537339a169bd0db2bd3
54965 Author: Guennadi Liakhovetski <lg@denx.de>
54966 Date:   Tue Apr 15 14:15:30 2008 +0200
54967
54968     RTC driver for MC13783
54969
54970     MC13783 is a multifunction IS with an SPI interface to the host. This
54971     driver handles the RTC controller in this chip.
54972
54973     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
54974
54975 commit 38254f45b0b412332726c90d3184ad47479fcffb
54976 Author: Guennadi Liakhovetski <lg@denx.de>
54977 Date:   Tue Apr 15 14:14:25 2008 +0200
54978
54979     New i.MX31 SPI driver
54980
54981     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
54982     only implemented and tested on i.MX31, can with a modified register layout
54983     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
54984     controllers too.
54985
54986     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
54987
54988 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
54989 Author: Magnus Lilja <lilja.magnus@gmail.com>
54990 Date:   Tue Apr 15 19:09:10 2008 +0200
54991
54992     Fix name of i.MX31 boards in config file header
54993
54994     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
54995
54996     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
54997
54998 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
54999 Author: Mike Frysinger <vapier@gentoo.org>
55000 Date:   Sun Apr 13 19:42:19 2008 -0400
55001
55002     allow ports to override go behavior
55003
55004     Split the arch-specific logic out of the common go code and into a dedicated
55005     weak function called do_go_exec() that lives in cpu directories.  This will
55006     need review from i386/nios people to make sure I didn't break them.
55007
55008 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
55009 Author: Mike Frysinger <vapier@gentoo.org>
55010 Date:   Sun Apr 13 19:42:18 2008 -0400
55011
55012     allow ports to override bootelf behavior
55013
55014     Change the bootelf setup function into a dedicated weak function called
55015     do_bootelf_exec.  This way ports can control the behavior however they
55016     like before/after calling the ELF entry point.
55017
55018 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
55019 Author: Ulf Samuelsson <ulf@atmel.com>
55020 Date:   Sat Apr 12 20:56:03 2008 +0200
55021
55022     Reorder ARM boards in Makefile
55023
55024     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
55025     are no longer under ARM92xT header.
55026
55027     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
55028     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55029
55030 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
55031 Author: Ulf Samuelsson <ulf@atmel.com>
55032 Date:   Sat Apr 12 20:29:44 2008 +0200
55033
55034     Clean up dataflash partitioning
55035
55036     This patch removes the board dependent parts from
55037     "drivers/mtd/dataflash.c".
55038     Each board relying on this, will have the appropriate
55039     code in a new file, "partition.c" in the board directory.
55040     board Makefiles updated to use the file.
55041
55042     The dataflash partitions are aligned on sector/page boundaries.
55043
55044     The CONFIG_NEW_DF_PARTITION was used to create named partitions
55045     This is now the default operation, and the CONFIG variable is removed.
55046
55047     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
55048
55049 commit 51ecde946fec511a16346e498204ca10ad71080d
55050 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55051 Date:   Sat Apr 12 14:08:45 2008 +0200
55052
55053     gitignore: udpate stgit generated and .patch file
55054
55055     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55056
55057 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
55058 Author: Wolfgang Denk <wd@denx.de>
55059 Date:   Fri Apr 18 00:15:36 2008 -0700
55060
55061     Get rid of redundant copy of renamed header file.
55062
55063     Signed-off-by: Wolfgang Denk <wd@denx.de>
55064
55065 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
55066 Author: Vlad Lungu <vlad@comsys.ro>
55067 Date:   Fri Apr 11 21:20:14 2008 +0300
55068
55069     Fix dependency generation for older gcc versions
55070
55071      With gcc 3.3.3 at least, compilation fails with
55072
55073     Generating include/autoconf.mk
55074     gcc: compilation of header file requested
55075     make: *** [include/autoconf.mk] Error 1
55076
55077     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
55078
55079     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
55080
55081 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
55082 Author: Marian Balakowicz <m8@semihalf.com>
55083 Date:   Fri Apr 11 11:07:49 2008 +0200
55084
55085     Restore the ability to continue booting after legacy image overwrite
55086
55087     Before new uImage code was merged, bootm code allowed for the kernel image to
55088     get overwritten during decompresion. new uImage introduced a check for image
55089     overwrites and refused to boot the image that got overwritten. This patch
55090     restores the old behavior. It also adds a warning when the image overwriten is
55091     a multi-image file, because in such case accessing componentes other than the
55092     first one will fail.
55093
55094     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55095
55096 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
55097 Author: Marian Balakowicz <m8@semihalf.com>
55098 Date:   Fri Apr 11 11:07:43 2008 +0200
55099
55100     ppc: Fix ftd_blob variable init when processing raw blob
55101
55102     Set fdt_blob variable before its value is printed out.
55103
55104     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55105
55106 commit 3d36be030043cd841a2551d00a395135e363a64b
55107 Author: Jason Wessel <jason.wessel@windriver.com>
55108 Date:   Thu Apr 10 14:30:16 2008 -0500
55109
55110     Remove all the search paths from the .lds files.
55111
55112     The cross compiler is responsible for providing the correct libraries
55113     and the logic to find the linking libraries.
55114
55115     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
55116
55117 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
55118 Author: Bartlomiej Sieka <tur@semihalf.com>
55119 Date:   Mon Apr 14 15:44:16 2008 +0200
55120
55121     Boot-related documentation update
55122
55123     - document 'bootm_low' and 'bootm_size' environment variables
55124     - update inaccurate CFG_BOOTMAPSZ entry
55125
55126     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
55127
55128 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
55129 Author: Guennadi Liakhovetski <lg@denx.de>
55130 Date:   Wed Apr 9 17:34:08 2008 +0200
55131
55132     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
55133
55134     Restore logic reverted by commit
55135
55136     commit 80767a6cead9990d9e77e62be947843c2c72f469
55137     Author: Peter Pearse <peter.pearse@arm.com>
55138     Date:   Wed Sep 5 16:04:41 2007 +0100
55139
55140         Changed API name to coloured_led.h
55141         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
55142         Tidied other cpu/arm920t/start.S code
55143
55144     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55145
55146 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
55147 Author: Mike Frysinger <vapier@gentoo.org>
55148 Date:   Tue Apr 8 10:24:24 2008 -0400
55149
55150     Remove conflicting NAND ID
55151
55152     There are two NAND entries with ID 0xDC and this obviously causes problems.
55153     In the kernel, they punted the first entry, so we should do the same.
55154
55155     See this upstream e-mail for more info:
55156     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
55157
55158     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
55159     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55160
55161 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
55162 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55163 Date:   Tue Apr 8 16:20:35 2008 +0900
55164
55165     cpu/mips/cpu.c: Fix flush_cache bug
55166
55167     Cache operations have to take line address (addr), not start_addr.
55168     I noticed this bug when debugging ping failure.
55169
55170     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55171
55172 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
55173 Author: Martin Krause <martin.krause@tqs.de>
55174 Date:   Thu Apr 3 14:29:01 2008 +0200
55175
55176     TQM5200: fix default IDE reset level
55177
55178     Before the first call of ide_reset(), the level of the IDE reset
55179     signal on the TQM5200 is low (reset asserted). This patch sets the
55180     default value to high (reset not asserted).
55181
55182     Currently this patch fixes no real problem, but it is cleaner to
55183     assert the reset signal only on demand, and not permanently.
55184
55185     Signed-off-by: Martin Krause <martin.krause@tqs.de>
55186
55187 commit c61e033d6e8abb7b4060ee36060961e1399f6079
55188 Author: Detlev Zundel <dzu@denx.de>
55189 Date:   Thu Apr 3 14:18:48 2008 +0200
55190
55191     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
55192
55193     Signed-off-by: Detlev Zundel <dzu@denx.de>
55194
55195 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
55196 Author: Detlev Zundel <dzu@denx.de>
55197 Date:   Thu Apr 3 14:18:47 2008 +0200
55198
55199     mgcoge, mgsuv: rename 'addcon' to 'addcons'
55200
55201     The latter name with 13 users is already established, so we will use
55202     that.
55203
55204     Signed-off-by: Detlev Zundel <dzu@denx.de>
55205
55206 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
55207 Author: Martin Krause <martin.krause@tqs.de>
55208 Date:   Thu Apr 3 13:37:56 2008 +0200
55209
55210     IDE: fix bug in reset sequence
55211
55212     According to the ata (ata5) specification the RESET- signal
55213     shall be asserted for at least 25 us. Without this patch,
55214     the RESET- signal is asserted on some boards for only < 1 us
55215     (e. g. on the TQM5200). This patch adds a general delay of
55216     25 us to the RESET- signal.
55217
55218     Without this patch a Platinum 4 GiB CF card is not recognised
55219     properly on boards with a TQM5200 (STK52xx, TB5200).
55220
55221     Signed-off-by: Martin Krause <martin.krause@tqs.de>
55222
55223 commit 813bea96a960916c72b4a3a7df840151529c26ce
55224 Author: Sascha Laue <Sascha.Laue@gmx.biz>
55225 Date:   Thu Apr 3 14:43:11 2008 +0200
55226
55227     lwmon5: disable CONFIG_ZERO_BOOTDELAY
55228
55229     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
55230
55231 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
55232 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55233 Date:   Wed Apr 2 08:03:58 2008 +0200
55234
55235     ds174x: Fix warning on return in rtc_get and rtc_set functions
55236
55237     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55238
55239 commit a253b38bf50c85227c33ca0febc870ee49d1588e
55240 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55241 Date:   Wed Apr 2 08:03:57 2008 +0200
55242
55243     cmd_log.c: Fix assignment differ in signedness
55244
55245     In function 'logbuff_init_ptrs':
55246     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
55247
55248     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55249
55250 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
55251 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
55252 Date:   Wed Apr 2 11:04:43 2008 +0530
55253
55254     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
55255
55256     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
55257
55258 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
55259 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55260 Date:   Tue Apr 1 14:07:10 2008 +0200
55261
55262     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
55263
55264     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55265
55266 commit c08fb3ea36d19b1640b7906264581e9105534399
55267 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
55268 Date:   Tue Apr 15 10:24:14 2008 +0200
55269
55270     Additional PCI IDs for IDE and network controllers
55271
55272     These PCI IDs are required by the Linkstation platforms.
55273
55274     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
55275
55276 commit c0559be371b2a64b1a817088c3308688e2182f93
55277 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
55278 Date:   Mon Apr 14 23:01:50 2008 +0200
55279
55280     Change env_get_char from a global function ptr to a function.
55281
55282     This avoids an early global data reference.
55283
55284     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
55285
55286 commit 3e0f331c05d72f140715c1e9fca991927e44d422
55287 Author: Guennadi Liakhovetski <lg@denx.de>
55288 Date:   Tue Apr 29 12:35:08 2008 +0000
55289
55290     Clean up smsc911x driver
55291
55292     Replace direct register address derefencing with accessor functions.
55293     Restrict explicitly 32-bit bus-width, extend affected configurations
55294     respectively.
55295
55296     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55297     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55298
55299 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
55300 Author: Sascha Hauer <s.hauer@pengutronix.de>
55301 Date:   Tue Apr 15 00:08:20 2008 -0400
55302
55303     This patch adds a driver for the following smsc network controllers:
55304     LAN9115
55305     LAN9116
55306     LAN9117
55307     LAN9215
55308     LAN9216
55309     LAN9217
55310
55311     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
55312     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
55313     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55314
55315 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
55316 Author: Sascha Laue <Sascha.Laue@gmx.biz>
55317 Date:   Tue Apr 1 15:13:03 2008 +0200
55318
55319     Fix watchdog POST for lwmon5
55320
55321     If the hardware watchdog detects a voltage error, the watchdog sets
55322     GPIO62 to low. The watchdog POST has to detect this low level.
55323
55324     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
55325
55326 commit 24b448448a917e52806f82660a5c9d47608894fb
55327 Author: Dave Liu <r63238@freescale.com>
55328 Date:   Tue Apr 1 15:22:11 2008 +0800
55329
55330     ata: update the libata.h from ata.h of linux kernel
55331
55332     Current libata.h of u-boot is out of sync from linux kernel,
55333     this patch make it be consistent with linux kernel.
55334
55335     Signed-off-by: Dave Liu <daveliu@freescale.com>
55336     Signed-off-by: Tor Krill <tor@excito.com>
55337
55338 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
55339 Author: Kumar Gala <galak@kernel.crashing.org>
55340 Date:   Mon Mar 31 11:59:27 2008 -0500
55341
55342     Allow use of ARCH=powerpc when building
55343
55344     The linux kernel is now mostly ARCH=powerpc, so to make life easier
55345     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
55346
55347     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55348
55349 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
55350 Author: Kyungmin Park <kmpark@infradead.org>
55351 Date:   Mon Mar 31 10:40:54 2008 +0900
55352
55353     Add apollon board MAINTAINERS entry
55354
55355     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
55356
55357 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
55358 Author: Kyungmin Park <kmpark@infradead.org>
55359 Date:   Mon Mar 31 10:40:36 2008 +0900
55360
55361     Fix OneNAND read
55362
55363     It should access with 16-bit instead of 8-bit
55364
55365     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
55366
55367     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
55368
55369 commit a9da2b41079d230db3a5641625311983f85ce1fb
55370 Author: Kyungmin Park <kmpark@infradead.org>
55371 Date:   Mon Mar 31 10:40:19 2008 +0900
55372
55373     Fix OneNAND erase command
55374
55375     It mis-calculates the block address.
55376     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
55377
55378     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
55379
55380 commit 61525f2ffa156665a66908fda47dbf29d65ea579
55381 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
55382 Date:   Mon Mar 31 01:32:15 2008 +0200
55383
55384     Support for LinkStation / KuroBox HD and HG PPC models
55385
55386     This patch is based on the port by Mihai Georgian (see linkstation.c for
55387     Copyright information) and implements support for LinkStation / KuroBox HD
55388     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
55389     the moment, pending network driver fixing.
55390
55391     Notice to users: this is pretty much a barebone port. Support for network
55392     on HG models is already in the U-Boot mainline, but you might also want
55393     patches to switch fan / phy modes depending on the negotiated ethernet
55394     parameters. This patch also doesn't support console switching, booting EM
55395     mode, Buffalo specific ext2 magic number. So, if you want to use any of
55396     those, you need additional patches. Otherwise this patche provides a fully
55397     functional u-boot with a network console on your system.
55398
55399     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55400
55401 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
55402 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
55403 Date:   Sun Mar 30 01:22:13 2008 -0500
55404
55405     Add CONFIG_MII_INIT support to related boards
55406
55407     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
55408     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
55409     that use mii_init() in cmd_init.c.
55410
55411     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
55412     Acked-by: Ben Warren <biggerbadderben@gmail.com>
55413
55414 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
55415 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
55416 Date:   Sun Mar 30 01:19:06 2008 -0500
55417
55418     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
55419
55420     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
55421     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
55422
55423     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
55424
55425 commit e99ccb488181d012248c6be30b2093e950319fc5
55426 Author: Kumar Gala <galak@kernel.crashing.org>
55427 Date:   Thu Mar 27 11:46:38 2008 -0500
55428
55429     Introduce phys_size_t and move phys_addr_t into asm/types.h
55430
55431     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
55432     that have larger physical addresses like 44x, 85xx, and 86xx.
55433
55434     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55435
55436 commit 20a14a42a25f72e379f38460b8a8484667536795
55437 Author: Andy Fleming <afleming@freescale.com>
55438 Date:   Wed Apr 2 16:19:07 2008 -0500
55439
55440     Rename include/md5.h to include/u-boot/md5.h
55441
55442     Some systems have md5.h installed in /usr/include/. This isn't the
55443     desired file (we want the one in include/md5.h). This will avoid the
55444     conflict. This fixes the host tools building problem by creating a new
55445     directory for U-Boot specific header files.
55446
55447     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
55448     Denk]
55449
55450     Signed-off-by: Wolfgang Denk <wd@denx.de>
55451     Signed-off-by: Andy Fleming <afleming@freescale.com>
55452     Acked-by: Timur Tabi <timur@freescale.com>
55453
55454 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
55455 Author: Dave Liu <r63238@freescale.com>
55456 Date:   Thu Mar 27 18:51:17 2008 +0800
55457
55458     drivers: code clean up
55459
55460     Signed-off-by: Dave Liu <daveliu@freescale.com>
55461
55462 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
55463 Author: Dave Liu <r63238@freescale.com>
55464 Date:   Thu Mar 27 18:50:41 2008 +0800
55465
55466     drivers: clean up the ata_piix.h
55467
55468     Signed-off-by: Dave Liu <daveliu@freescale.com>
55469
55470 commit e8f7ba404f1409606962815ecc955a06984b08b3
55471 Author: Dave Liu <r63238@freescale.com>
55472 Date:   Thu Mar 27 18:49:56 2008 +0800
55473
55474     doc: english polishing for README.sata
55475
55476     according to gvb's suggestion, polishing for the doc.
55477
55478     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
55479     Signed-off-by: Dave Liu <daveliu@freescale.com>
55480
55481 commit 3e3f766a5274d204780460e1879723b565296d34
55482 Author: Kumar Gala <galak@kernel.crashing.org>
55483 Date:   Wed Mar 26 18:53:28 2008 -0500
55484
55485     Fix warnings introduced by I2C bus speed setting patch
55486
55487     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55488
55489 commit 3c735e7437150e8615f26930c7819db85634276d
55490 Author: eran liberty <eran.liberty@gmail.com>
55491 Date:   Thu Mar 27 00:50:49 2008 +0100
55492
55493     Altera Stratix II support
55494
55495     Adds Support for Altera's Stratix II.
55496
55497     Within your board specific init file you will have to call
55498
55499     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
55500     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
55501
55502     Altera_desc* contines (for example):
55503         {
55504          Altera_StratixII,      /* part type */
55505          passive_serial,        /* interface type */
55506          1,                     /* bytes of data part can accept */
55507          (void *)(&funcs),      /* interface function table */
55508          0L,                    /* base interface address */
55509          0                      /* implementation specific cookie */
55510          }
55511
55512     funcs is the interface. It is of type altera_board_specific_func.
55513     It looks like this:
55514     altera_board_specific_func func = {
55515         pre_fn,
55516         config_fn,
55517         status_fn,
55518         done_fn,
55519         clk_fn,
55520         data_fn,
55521         abort_fn,
55522         post_fn,
55523     };
55524
55525     you will have to implement these functions, which is usually bit
55526     banging some gpio.
55527
55528     Signed-off-by: Eran Liberty <liberty@extricom.com>
55529
55530 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
55531 Author: Wolfgang Denk <wd@denx.de>
55532 Date:   Sun Apr 13 14:32:54 2008 -0700
55533
55534     Update CHANGELOG
55535
55536     Signed-off-by: Wolfgang Denk <wd@denx.de>
55537
55538 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
55539 Author: Sascha Hauer <s.hauer@pengutronix.de>
55540 Date:   Wed Mar 26 20:41:17 2008 +0100
55541
55542     Phytec Phycore-i.MX31 support
55543
55544     This patch adds support for the Phytec Phycore-i.MX31 board
55545
55546     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
55547     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55548
55549 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
55550 Author: Sascha Hauer <s.hauer@pengutronix.de>
55551 Date:   Wed Mar 26 20:41:09 2008 +0100
55552
55553     mx31 litekit support
55554
55555     This patch adds support for the mx31 litekit board
55556
55557     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
55558     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55559
55560 commit cdace0661208754a53019ea0dc7b803a040e0939
55561 Author: Sascha Hauer <s.hauer@pengutronix.de>
55562 Date:   Wed Mar 26 20:40:49 2008 +0100
55563
55564     add an i2c driver for mx31
55565
55566     This patch adds an i2c driver for Freescale i.MX processors
55567
55568     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
55569     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55570
55571 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
55572 Author: Sascha Hauer <s.hauer@pengutronix.de>
55573 Date:   Wed Mar 26 20:40:42 2008 +0100
55574
55575     core support for Freescale mx31
55576
55577     This patch adds the core support for Freescale mx31
55578
55579     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
55580     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55581
55582 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
55583 Author: Wolfgang Denk <wd@denx.de>
55584 Date:   Sun Apr 13 14:19:23 2008 -0700
55585
55586     Fix compile error
55587
55588     ...as suggested by Peter Pearse
55589
55590     Signed-off-by: Wolfgang Denk <wd@denx.de>
55591
55592 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
55593 Author: Sascha Hauer <s.hauer@pengutronix.de>
55594 Date:   Wed Mar 26 20:40:36 2008 +0100
55595
55596     Separate omap24xx specific code from arm1136
55597
55598     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
55599     to cpu/arm1136/omap24xx.
55600
55601     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
55602     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55603
55604 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
55605 Author: Mike Frysinger <vapier@gentoo.org>
55606 Date:   Tue Jan 29 18:21:05 2008 -0500
55607
55608     disable caches before booting an app for Blackfin apps
55609
55610     It isn't generally save to execute applications outside of U-Boot with caches
55611     enabled due to the way the Blackfin processor handles caches (requires
55612     software assistance).  This patch disables caches before booting an ELF or
55613     just booting raw code.  The previous discussion on the patch was that we
55614     wanted to use weaks instead, but that proved to not be feasible when multiple
55615     symbols are involved, which puts us back at the ifdef solution.  I've
55616     minimized the ugliness by moving the setup step outside of the main function.
55617
55618     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55619
55620 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
55621 Author: Wolfgang Denk <wd@denx.de>
55622 Date:   Sun Apr 13 10:03:54 2008 -0700
55623
55624     ppc: Get rid of unused machine type definitions
55625
55626     Signed-off-by: Wolfgang Denk <wd@denx.de>
55627
55628 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
55629 Author: Wolfgang Denk <wd@denx.de>
55630 Date:   Sun Apr 13 09:59:26 2008 -0700
55631
55632     Coding Style cleanup; update CHANGELOG
55633
55634     Signed-off-by: Wolfgang Denk <wd@denx.de>
55635
55636 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
55637 Author: Larry Johnson <lrj@acm.org>
55638 Date:   Thu Feb 21 13:58:11 2008 -0500
55639
55640     LM73 bug fix for negative temperatures and cleanup
55641
55642     When the LM73 temperature sensor measures a temperature below 0 C, the
55643     current driver does not perform sign extension, so the result returned is
55644     512 C too high.  This patch fixes the problem, and does general cleanup
55645     of the code.
55646
55647     Signed-off-by: Larry Johnson <lrj@acm.org>
55648
55649 commit 96ef831f713289afba19da0c8f905e99da2b23e0
55650 Author: Guennadi Liakhovetski <lg@denx.de>
55651 Date:   Thu Apr 3 13:36:02 2008 +0200
55652
55653     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
55654
55655     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
55656     series require different addresses for buffered write commands. Define a
55657     configuration option to support buffered writes on those chips. A more
55658     elegant solution would be to automatically detect those chips by parsing
55659     their CFI records, but that would require introduction of a fixup table
55660     into the cfi_flash driver.
55661
55662     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55663
55664 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
55665 Author: Lee Nipper <lee.nipper@freescale.com>
55666 Date:   Thu Apr 10 09:35:06 2008 -0500
55667
55668     mpc83xx: Update DIMM data bus width test to support 40-bit width
55669
55670     32-bit wide ECC memory modules report 40-bit width.
55671     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
55672
55673     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
55674     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55675
55676 commit 5fb5a689d822ca61e814bd523fc930af335242fa
55677 Author: Dave Liu <r63238@freescale.com>
55678 Date:   Mon Mar 31 17:05:12 2008 +0800
55679
55680     mpc83xx: Fix the bug of serdes initialization
55681
55682     Currently the serdes will not be initializated due to the
55683     partid's error.
55684
55685     Signed-off-by: Dave Liu <daveliu@freescale.com>
55686     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55687
55688 commit 2000784818f043db7ca60e2846a72d097766b894
55689 Author: Dave Liu <r63238@freescale.com>
55690 Date:   Thu Apr 3 16:28:29 2008 +0800
55691
55692     mpc83xx: Fix the SATA clock setting of 837x targets
55693
55694     Currently the SATA controller clock is configured as CSB clock,
55695     usually the CSB clock is 400/333/266MHz.
55696
55697     However, The SATA IP block is only guaranteed to operate up to
55698     200 MHz as stated in the HW spec.
55699
55700     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
55701
55702     This patch makes the SATA clock as half of CSB clock.
55703
55704     Signed-off-by: Dave Liu <daveliu@freescale.com>
55705     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55706
55707 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
55708 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55709 Date:   Wed Apr 2 13:41:21 2008 +0200
55710
55711     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
55712
55713     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55714     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55715
55716 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
55717 Author: Kumar Gala <galak@kernel.crashing.org>
55718 Date:   Wed Apr 9 04:20:57 2008 -0500
55719
55720     85xx: Fix detection of MP cpu spin up
55721
55722     We were looking at the wrong memory offset to determine of a secondary
55723     cpu had been spun up or not.  Also added a warning message if the
55724     all the secondary cpus we expect don't spin up.
55725
55726     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55727
55728 commit f3e04bdc3f360c66801a9048956e61e41a16edba
55729 Author: Kumar Gala <galak@kernel.crashing.org>
55730 Date:   Tue Apr 8 10:45:50 2008 -0500
55731
55732     85xx: Use SVR_SOC_VER instead of SVR_VER
55733
55734     The recent change introduced by 'Update SVR numbers to expand support'
55735     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
55736     to compare against a particular processor id.
55737
55738     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55739
55740 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
55741 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
55742 Date:   Fri Apr 11 10:00:35 2008 -0400
55743
55744     ppc4xx: Fix power mgt definitions for PPC440
55745
55746     Corrected DCR addresses of PPC440EP power management registers.
55747
55748     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
55749
55750 commit 950a392464e616b4590bc4501be46e2d7d162dea
55751 Author: Wolfgang Denk <wd@denx.de>
55752 Date:   Fri Apr 11 15:11:26 2008 +0200
55753
55754     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
55755
55756     Reverting became necessary after it turned out that the patches in
55757     the u-boot-arm repo were modified, and in some cases corrupted.
55758
55759     This reverts the following commits:
55760
55761         066bebd6353e33af3adefc3404560871699e9961
55762         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
55763         c88ae20580b2b01487b4cdcc8b2a113f551aee36
55764         a147e56f03871bba4f05058d5e04ce7deb010b04
55765         d6674e0e2a6a1f033945f78838566210d3f28c95
55766         8c8463cce44d849e37744749b32d38e1dfb12e50
55767         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
55768         8bf69d81782619187933a605f1a95ee1d069478d
55769         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
55770         a574a73852a527779234e73e17e7597fd8128882
55771         1377b5583a48021d983e1fd565f7d40c89e84d63
55772         1704dc20917b4f71e373e2c888497ee666d40380
55773
55774     Signed-off-by: Wolfgang Denk <wd@denx.de>
55775
55776 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
55777 Author: Stefan Roese <sr@denx.de>
55778 Date:   Fri Apr 11 07:02:29 2008 +0200
55779
55780     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
55781
55782     This patch reworks the default environment on Kilauea/Haleakala. Now
55783     "net_nfs" for exmaple uses the device-tree style booting formerly know
55784     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
55785     new image booting support, which check for image overwriting. So the
55786     addresses needed togeet adjusted.
55787
55788     Signed-off-by: Stefan Roese <sr@denx.de>
55789
55790 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
55791 Author: Stefan Roese <sr@denx.de>
55792 Date:   Wed Apr 9 11:58:02 2008 +0200
55793
55794     ppc4xx: Fix Canyonlands default environment to work with new image support
55795
55796     Since the new image support checks for image overwriting, the default
55797     environment needs to get adjusted to use correct addresses.
55798
55799     Signed-off-by: Stefan Roese <sr@denx.de>
55800
55801 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
55802 Author: Stefan Roese <sr@denx.de>
55803 Date:   Wed Apr 9 11:54:11 2008 +0200
55804
55805     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
55806
55807     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
55808     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
55809     on 4xx systems _start currently cannot be used for this calculation.
55810     So revert back to the original version for now.
55811
55812     Signed-off-by: Stefan Roese <sr@denx.de>
55813
55814 commit f91374f65eae8b42cac329e06ba1c54728278efb
55815 Author: Michal Simek <monstr@monstr.eu>
55816 Date:   Fri Mar 28 12:49:52 2008 +0100
55817
55818     microblaze: Sort microblaze boards in MAKEALL script
55819
55820 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
55821 Author: Michal Simek <monstr@monstr.eu>
55822 Date:   Fri Mar 28 11:58:45 2008 +0100
55823
55824     microblaze: clean microblaze_config.mk
55825
55826     FLAGS are generated by U-BOOT generator.
55827     Board specific FLAGS are in board directory
55828
55829     Signed-off-by: Michal Simek <monstr@monstr.eu>
55830
55831 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
55832 Author: Michal Simek <monstr@monstr.eu>
55833 Date:   Fri Mar 28 12:47:19 2008 +0100
55834
55835     microblaze: xupv2p fix config file for supporting FDT
55836
55837 commit 188dc16b189143573b1ed90e584bf866d75cdd12
55838 Author: Michal Simek <monstr@monstr.eu>
55839 Date:   Fri Mar 28 11:53:02 2008 +0100
55840
55841     microblaze: ml401 fix config file for supporting FDT
55842
55843     Signed-off-by: Michal Simek <monstr@monstr.eu>
55844
55845 commit 4c6a6f02e239236261333759997eeaf86b30b54c
55846 Author: Michal Simek <monstr@monstr.eu>
55847 Date:   Fri Mar 28 11:22:48 2008 +0100
55848
55849     microblaze: ml401 - add ifdef for GPIO
55850
55851     Signed-off-by: Michal Simek <monstr@monstr.eu>
55852
55853 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
55854 Author: Michal Simek <monstr@monstr.eu>
55855 Date:   Fri Mar 28 12:13:03 2008 +0100
55856
55857     microblaze: clean uart16550 and uartlite handling
55858
55859     Signed-off-by: Michal Simek <monstr@monstr.eu>
55860
55861 commit 0b20f250877441460fb79d72192954abe8498834
55862 Author: Michal Simek <monstr@monstr.eu>
55863 Date:   Fri Mar 28 11:08:31 2008 +0100
55864
55865     microblaze: Add Emaclite driver to Makefile
55866
55867     Signed-off-by: Michal Simek <monstr@monstr.eu>
55868
55869 commit 868cde5310f88234b774878e4f06e79df10a88b3
55870 Author: Michal Simek <monstr@monstr.eu>
55871 Date:   Fri Mar 28 11:08:01 2008 +0100
55872
55873     microblaze: Add Emac driver to Makefile
55874
55875     Signed-off-by: Michal Simek <monstr@monstr.eu>
55876
55877 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
55878 Author: Michal Simek <monstr@monstr.eu>
55879 Date:   Fri Mar 28 12:42:29 2008 +0100
55880
55881     microblaze: add Emac ethernet driver
55882
55883 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
55884 Author: Michal Simek <monstr@monstr.eu>
55885 Date:   Fri Mar 28 12:41:56 2008 +0100
55886
55887     microblaze: add Emaclite ethernet driver
55888
55889 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
55890 Author: Michal Simek <monstr@monstr.eu>
55891 Date:   Fri Mar 28 11:04:01 2008 +0100
55892
55893     microblaze: ML401 and XUPV2P remove emac and emaclite reference
55894
55895     Signed-off-by: Michal Simek <monstr@monstr.eu>
55896
55897 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
55898 Author: Michal Simek <monstr@monstr.eu>
55899 Date:   Fri Mar 28 10:59:32 2008 +0100
55900
55901     microblaze: remove old setting for emac driver
55902
55903     Signed-off-by: Michal Simek <monstr@monstr.eu>
55904
55905 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
55906 Author: Michal Simek <monstr@monstr.eu>
55907 Date:   Fri Mar 28 10:58:15 2008 +0100
55908
55909     microblaze: Clean Makefile from ancient emac driver
55910
55911     Signed-off-by: Michal Simek <monstr@monstr.eu>
55912
55913 commit ab68f921d9c741830f721c3d879c13a0c5597183
55914 Author: Daniel Hellstrom <daniel@gaisler.com>
55915 Date:   Fri Mar 28 10:20:43 2008 +0100
55916
55917     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
55918
55919     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
55920
55921 commit 6ed8a43a19bb0275501bc286007daafa923552cf
55922 Author: Daniel Hellstrom <daniel@gaisler.com>
55923 Date:   Wed Mar 26 23:38:48 2008 +0100
55924
55925     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.
55926
55927     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
55928
55929 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
55930 Author: Daniel Hellstrom <daniel@gaisler.com>
55931 Date:   Wed Mar 26 23:34:47 2008 +0100
55932
55933     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
55934
55935     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
55936
55937 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
55938 Author: Daniel Hellstrom <daniel@gaisler.com>
55939 Date:   Fri Mar 28 10:06:52 2008 +0100
55940
55941     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
55942
55943     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
55944
55945 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
55946 Author: Daniel Hellstrom <daniel@gaisler.com>
55947 Date:   Wed Mar 26 23:26:48 2008 +0100
55948
55949     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
55950
55951     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
55952
55953 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
55954 Author: Daniel Hellstrom <daniel@gaisler.com>
55955 Date:   Fri Mar 28 10:00:33 2008 +0100
55956
55957     SPARC: Added support for SPARC LEON2 SOC Processor.
55958
55959     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
55960
55961 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
55962 Author: Daniel Hellstrom <daniel@gaisler.com>
55963 Date:   Wed Mar 26 23:00:38 2008 +0100
55964
55965     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.
55966
55967     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
55968
55969 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
55970 Author: Daniel Hellstrom <daniel@gaisler.com>
55971 Date:   Wed Mar 26 22:51:29 2008 +0100
55972
55973     SPARC: Added support for SPARC LEON3 SOC processor.
55974
55975     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
55976
55977 commit bf3d8b31169546fcddb4737391e1893fb12d033a
55978 Author: Daniel Hellstrom <daniel@gaisler.com>
55979 Date:   Fri Mar 28 08:29:26 2008 +0100
55980
55981     SPARC: added SPARC support for new uimage in common code.
55982
55983     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
55984
55985 commit 00ab32c85405a4fe65fd4128243086210fc90a21
55986 Author: Daniel Hellstrom <daniel@gaisler.com>
55987 Date:   Wed Mar 26 22:36:03 2008 +0100
55988
55989     SPARC: added SPARC board information to the command bdinfo.
55990
55991     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
55992
55993 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
55994 Author: Daniel Hellstrom <daniel@gaisler.com>
55995 Date:   Fri Mar 28 09:47:00 2008 +0100
55996
55997     SPARC: Added generic support for SPARC architecture.
55998
55999     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
56000
56001 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
56002 Author: Stefan Roese <sr@denx.de>
56003 Date:   Thu Apr 3 14:50:34 2008 +0200
56004
56005     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
56006
56007     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
56008     has 2 RGMII instances and we need to configure the 2nd RGMII instance
56009     for the EMAC2+3 channels.
56010
56011     Signed-off-by: Stefan Roese <sr@denx.de>
56012
56013 commit c2a545ce33b26d80337f80b533828839249fb1c9
56014 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56015 Date:   Wed Apr 2 08:03:56 2008 +0200
56016
56017     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
56018
56019     fdt.c: In function 'ft_cpu_setup':
56020     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
56021     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
56022     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
56023     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
56024
56025     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56026
56027 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
56028 Author: Andy Fleming <afleming@freescale.com>
56029 Date:   Mon Mar 31 20:45:56 2008 -0500
56030
56031     Fix fdt set command to conform to dts spec
56032
56033     The fdt set command was treating properties specified as <00> and <0011>
56034     as byte streams, rather than as an array of cells.  As we already have
56035     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
56036     we should use the <> syntax to describe arrays of cells, which are always
56037     32-bits per element.  If we imagine this likely (IMHO) scenario:
56038
56039     > fdt set /ethernet-phy@1 reg <1>
56040
56041     With the old code, this would create a bad fdt, since the reg cell would be
56042     made to be one byte in length.  But the cell must be 4 bytes, so this would
56043     break mysteriously.
56044
56045     Also, the dts spec calls for constants inside the angle brackets (<>)
56046     to conform to C constant standards as they pertain to base.
56047     Take this scenario:
56048
56049     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
56050
56051     The old fdt command would complain that it couldn't parse that.  Or, if you
56052     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
56053     do this:
56054
56055     > fdt set /mydev clock <1f78a40>
56056
56057     Whereas the new code will accept decimal numbers.
56058
56059     While I was in there, I extended the fdt command parser to handle property
56060     strings which are split across multiple arguments:
56061
56062     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
56063     > fdt p /ethernet@f00
56064     ethernet@f00 {
56065         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
56066     };
56067
56068     Lastly, the fdt print code was rearranged slightly to print arrays of cells
56069     if the length of the property is a multiple of 4 bytes, and to not print
56070     leading zeros.
56071
56072     Signed-off-by: Andy Fleming <afleming@freescale.com>
56073
56074 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
56075 Author: Stefan Roese <sr@denx.de>
56076 Date:   Wed Apr 2 08:39:33 2008 +0200
56077
56078     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
56079
56080     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
56081     interface. This usage can be configured with the jumper J6. This patch
56082     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
56083     is installed.
56084
56085     Signed-off-by: Stefan Roese <sr@denx.de>
56086
56087 commit 6fe2946f198481254a6ee9600d7456b8316a4083
56088 Author: Kim Phillips <kim.phillips@freescale.com>
56089 Date:   Fri Mar 28 17:37:49 2008 -0500
56090
56091     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
56092
56093     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
56094     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
56095     started.
56096
56097     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56098
56099 commit b5873f1732b92a25690e1513b90dfb0d644f6697
56100 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56101 Date:   Tue Apr 1 07:30:51 2008 +0200
56102
56103     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
56104
56105     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56106
56107 commit 2d934ea51f276522b532f870a820e844ff480b5b
56108 Author: Tor Krill <tor@excito.com>
56109 Date:   Fri Mar 28 15:29:45 2008 +0100
56110
56111     Add Vitesse 8601 support to TSEC driver
56112
56113     Add phy_info for Vitesse VSC8601.
56114     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
56115
56116     Signed-off-by: Tor Krill <tor@excito.com>
56117     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
56118     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56119
56120 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
56121 Author: Daniel Hellstrom <daniel@gaisler.com>
56122 Date:   Mon Mar 31 14:25:00 2008 +0000
56123
56124     SPARC: added SMC91111 driver in and out macros for LEON processors.
56125
56126     This patch makes SPARC/LEON processors able to read and write
56127     to the SMC91111 chip using the chip external I/O bus of the memory
56128     controller. This patchs defines the standard in and out macros
56129     expected by the SMC9111 driver.
56130
56131     To access that I/O bus one must set up the memory controller
56132     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
56133     up this correctly when the other MCTRL parameters are set up. It
56134     can be set up from the board configuration header file.
56135
56136     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
56137     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56138
56139 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
56140 Author: Stelian Pop <stelian@popies.net>
56141 Date:   Wed Mar 26 18:52:34 2008 +0100
56142
56143     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
56144
56145     Signed-off-by: Stelian Pop <stelian@popies.net>
56146
56147 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
56148 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56149 Date:   Mon Mar 31 21:31:04 2008 +0200
56150
56151     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
56152
56153     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56154
56155 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
56156 Author: Stelian Pop <stelian@popies.net>
56157 Date:   Wed Mar 26 18:52:33 2008 +0100
56158
56159     Add support for AT91SAM9260EK
56160
56161     Support for booting from internal DataFlash, external DataFlash card
56162     or NAND flash is available.
56163
56164     Signed-off-by: Stelian Pop <stelian@popies.net>
56165
56166 commit 1762f13b4aab88b685b1722f17dada247945624b
56167 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56168 Date:   Mon Mar 31 21:20:49 2008 +0200
56169
56170     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
56171
56172     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56173
56174 commit 761712188b353494defb2b644491ff73d0daaa6f
56175 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56176 Date:   Mon Mar 31 21:12:17 2008 +0200
56177
56178     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
56179
56180     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56181
56182 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
56183 Author: Stelian Pop <stelian@popies.net>
56184 Date:   Wed Mar 26 20:52:32 2008 +0100
56185
56186     Port AT91CAP9 to the new headers
56187
56188     Adapt the existing AT91CAP9 code to the new headers and APIs.
56189
56190     Signed-off-by: Stelian Pop <stelian@popies.net>
56191
56192 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
56193 Author: Stelian Pop <stelian@popies.net>
56194 Date:   Wed Mar 26 19:52:31 2008 +0100
56195
56196     Finish header files reworking
56197
56198     Replace AT91CAP9.h file with several splitted header files coming
56199     from the Linux kernel.
56200
56201     This is part 2 of the replacement: more header imports and edits.
56202
56203     Signed-off-by: Stelian Pop <stelian@popies.net>
56204
56205 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
56206 Author: Stelian Pop <stelian@popies.net>
56207 Date:   Wed Mar 26 19:52:30 2008 +0100
56208
56209     Import several header files from Linux
56210
56211     Replace AT91CAP9.h file with several splitted header files coming
56212     from the Linux kernel.
56213
56214     This is part 1 of the replacement: pristine header files import.
56215
56216     Signed-off-by: Stelian Pop <stelian@popies.net>
56217
56218 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
56219 Author: Stelian Pop <stelian@popies.net>
56220 Date:   Wed Mar 26 20:52:28 2008 +0100
56221
56222     Move at91cap9 specific files to at91sam9 directory
56223
56224     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
56225     common infrastructure can be used. Let this infrastructure be
56226     named after the AT91SAM9 family, and move the existing AT91CAP9
56227     files to the new place.
56228
56229     Signed-off-by: Stelian Pop <stelian@popies.net>
56230
56231 commit 61106a565870ff503f92b251b94bd7afef889a04
56232 Author: Stelian Pop <stelian@popies.net>
56233 Date:   Wed Mar 26 21:52:27 2008 +0100
56234
56235     Use timer_init() instead of board supplied interrupt_init()
56236
56237     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
56238     the board, so use timer_init() instead of interrupt_init().
56239
56240     Signed-off-by: Stelian Pop <stelian@popies.net>
56241
56242 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
56243 Author: Stelian Pop <stelian@popies.net>
56244 Date:   Wed Mar 26 21:52:36 2008 +0100
56245
56246     Cleanup DataFlash partition handling
56247
56248     DataFlash partition information has become a mess. This patch
56249     defines a single partition scheme for Atmel DataFlashes. This partition
56250     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
56251
56252     Signed-off-by: Stelian Pop <stelian@popies.net>
56253
56254 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
56255 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56256 Date:   Fri Mar 28 08:47:45 2008 -0500
56257
56258     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
56259
56260     When the version_string function in start.S is not 4-byte align,
56261     it will cause the compiler generates "unaligned opcodes detected
56262     in executable segment". This issue affects all ColdFire CPUs.
56263     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
56264     it is not aligned.
56265
56266     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56267     Acked-by: John Rigby <jrigby@freescale.com>
56268
56269 commit bae61eefe15b4d454060a7140e49ae58322be803
56270 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56271 Date:   Tue Mar 25 15:41:15 2008 -0500
56272
56273     ColdFire: Add dspi and serial flash support for MCF5445x
56274
56275     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56276     Acked-by: John Rigby <jrigby@freescale.com>
56277
56278 commit 48ead7a7a922fceaf494e352abfab8216a41b417
56279 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56280 Date:   Tue Mar 18 17:37:01 2008 -0500
56281
56282     ColdFire: Remove R5200 board
56283
56284     This board never went into production
56285
56286     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
56287     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56288     Acked-by: John Rigby <jrigby@freescale.com>
56289
56290 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
56291 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
56292 Date:   Thu Jan 24 14:02:32 2008 -0600
56293
56294     ColdFire: Added M5275EVB support.
56295
56296     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
56297     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56298     Acked-by: John Rigby <jrigby@freescale.com>
56299
56300 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
56301 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
56302 Date:   Mon Feb 4 15:38:20 2008 -0600
56303
56304     ColdFire: Added MCF5275 cpu support.
56305
56306     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
56307     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56308     Acked-by: John Rigby <jrigby@freescale.com>
56309
56310 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
56311 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56312 Date:   Mon Mar 17 12:14:11 2008 -0500
56313
56314     ColdFire: Define bootdelay in configuration file for M52277EVB
56315
56316     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
56317     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56318     Acked-by: John Rigby <jrigby@freescale.com>
56319
56320 commit 77878f16cedee17161ff2336990970fffc6cea35
56321 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56322 Date:   Mon Mar 17 12:09:07 2008 -0500
56323
56324     ColdFire: Fix second memory Chipselect for M5475EVB
56325
56326     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56327     Acked-by: John Rigby <jrigby@freescale.com>
56328
56329 commit 43d60642395a550956cb21d287c8cfa563913d28
56330 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56331 Date:   Thu Mar 13 14:26:32 2008 -0500
56332
56333     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
56334
56335     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56336     Acked-by: John Rigby <jrigby@freescale.com>
56337
56338 commit eb14ebe813a0cb5d47905228da446a5ad692473b
56339 Author: Larry Johnson <lrj@acm.org>
56340 Date:   Sun Mar 30 20:33:04 2008 -0500
56341
56342     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
56343
56344     Signed-off-by: Larry Johnson <lrj@acm.org>
56345
56346 commit 02e3892021112f21067d9ed1d04ae4182725ba52
56347 Author: Stefan Roese <sr@denx.de>
56348 Date:   Mon Mar 31 12:20:48 2008 +0200
56349
56350     ppc4xx: Small whitespace fix of esd patches
56351
56352     Signed-off-by: Stefan Roese <sr@denx.de>
56353
56354 commit 034394abb524785047c815f00dde8cdbdc1593c5
56355 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56356 Date:   Sun Mar 30 18:52:44 2008 +0200
56357
56358     ppc4xx: Cleanup PMC440 board support
56359
56360     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56361
56362 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
56363 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56364 Date:   Sun Mar 30 18:52:06 2008 +0200
56365
56366     ppc4xx: Add ptm configuration variables for PMC440
56367
56368     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
56369     environment variables.
56370
56371     Cleanup pci_target_init.
56372
56373     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56374
56375 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
56376 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56377 Date:   Sun Mar 30 18:01:15 2008 +0200
56378
56379     ppc4xx: Minor updates for DU440 boards
56380
56381     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
56382
56383 commit d5bffeb868d6b4d462f558dac43011027b6644b7
56384 Author: Mike Frysinger <vapier@gentoo.org>
56385 Date:   Tue Feb 19 00:54:20 2008 -0500
56386
56387     Blackfin: cleanup and overhaul common board init functions
56388
56389     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56390
56391 commit b86b3416f874358acaf07519e7620cdb2145f75b
56392 Author: Mike Frysinger <vapier@gentoo.org>
56393 Date:   Tue Feb 19 00:50:58 2008 -0500
56394
56395     Blackfin: cleanup lib_blackfin/cache.c
56396
56397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56398
56399 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
56400 Author: Mike Frysinger <vapier@gentoo.org>
56401 Date:   Sun Mar 30 15:46:13 2008 -0400
56402
56403     Blackfin: unify cpu and boot modes
56404
56405     All of the duplicated code for Blackfin processors and boot modes have been
56406     unified.  After all, the core is the same for all processors, just the
56407     peripheral set differs (which gets handled in the drivers).
56408
56409     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56410
56411 commit 880cc4381ea8360248cddcdf87a64566745a5724
56412 Author: Stelian Pop <stelian@popies.net>
56413 Date:   Wed Mar 26 22:52:35 2008 +0100
56414
56415     Fix CFG_NO_FLASH compilation.
56416
56417     Many Atmel boards have no "real" (NOR) flash on board, and rely only
56418     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
56419     be present in a board configuration file, while still enabling flash
56420     commands like 'flinfo', 'protect', etc.
56421
56422     Signed-off-by: Stelian Pop <stelian@popies.net>
56423
56424 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
56425 Author: Mike Frysinger <vapier@gentoo.org>
56426 Date:   Tue Feb 19 00:58:13 2008 -0500
56427
56428     Blackfin: BF537-stamp: cleanup spi flash driver
56429
56430     This punts the old spi flash driver for a new/generalized one until the
56431     common one can be integrated.
56432
56433     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56434
56435 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
56436 Author: Ben Warren <biggerbadderben@gmail.com>
56437 Date:   Sun Mar 30 11:34:34 2008 -0400
56438
56439     Fix macro typo in common/cmd_mii.c
56440
56441     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
56442     actually applied the wrong patch.
56443
56444     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56445
56446 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
56447 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56448 Date:   Sun Mar 30 16:39:53 2008 +0200
56449
56450     use correct at91rm9200 register name in m501sk board
56451
56452     This fixes a naming bug for at91rm9200 lowlevel init code:
56453     NOR boot flash is on chipselect 0, not chipselect 2.  This
56454     makes code use the register name from chip datasheets.
56455
56456     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56457
56458 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
56459 Author: David Brownell <david-b@pacbell.net>
56460 Date:   Fri Jan 18 12:55:00 2008 -0800
56461
56462     use correct at91rm9200 register name
56463
56464     This fixes a naming bug for at91rm9200 lowlevel init code:
56465     NOR boot flash is on chipselect 0, not chipselect 2.  This
56466     makes code use the register name from chip datasheets.
56467
56468     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
56469
56470 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
56471 Author: David Brownell <david-b@pacbell.net>
56472 Date:   Fri Jan 18 12:45:45 2008 -0800
56473
56474     add missing ARM boards to MAKEALL
56475
56476     Add some missing ARM boards to MAKEALL.  These build correctly,
56477     unlike several of the boards already listed.
56478
56479     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
56480
56481 commit 066bebd6353e33af3adefc3404560871699e9961
56482 Author: Peter Pearse <peter.pearse@arm.com>
56483 Date:   Sun Mar 30 11:34:09 2008 +0100
56484
56485     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
56486     to prevent compilation error.
56487
56488     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
56489
56490 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
56491 Author: Guennadi Liakhovetski <[lg@denx.de]>
56492 Date:   Sun Mar 30 11:32:30 2008 +0100
56493
56494     Support for the MX31ADS evaluation board from Freescale
56495
56496     This patch adds support for the MX31ADS evaluation board from Freescale,
56497     initialization code is copied from RedBoot sources, also provided by Freescale.
56498
56499     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
56500
56501 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
56502 Author: Sascha Hauer <s.hauer@pengutronix.de>
56503 Date:   Sun Mar 30 11:32:27 2008 +0100
56504
56505     Phytec Phycore-i.MX31 support
56506
56507     This patch adds support for the Phytec Phycore-i.MX31 board
56508
56509     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
56510     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
56511
56512 commit a147e56f03871bba4f05058d5e04ce7deb010b04
56513 Author: Sascha Hauer <s.hauer@pengutronix.de>
56514 Date:   Sun Mar 30 11:32:24 2008 +0100
56515
56516     mx31 litekit support
56517
56518     This patch adds support for the mx31 litekit board
56519
56520     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
56521     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
56522
56523 commit d6674e0e2a6a1f033945f78838566210d3f28c95
56524 Author: Sascha Hauer <s.hauer@pengutronix.de>
56525 Date:   Sun Mar 30 11:32:21 2008 +0100
56526
56527     add SMSC LAN9x1x Network driver
56528
56529     This patch adds a driver for the following smsc network controllers:
56530     LAN9115
56531     LAN9116
56532     LAN9117
56533     LAN9215
56534     LAN9216
56535     LAN9217
56536
56537     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
56538     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
56539
56540 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
56541 Author: Sascha Hauer <s.hauer@pengutronix.de>
56542 Date:   Sun Mar 30 11:32:16 2008 +0100
56543
56544     add an i2c driver for mx31
56545
56546     This patch adds an i2c driver for Freescale i.MX processors
56547
56548     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
56549     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
56550
56551 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
56552 Author: Sascha Hauer <s.hauer@pengutronix.de>
56553 Date:   Sun Mar 30 11:30:43 2008 +0100
56554
56555     core support for Freescale mx31
56556
56557     This patch adds the core support for Freescale mx31
56558
56559     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
56560     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
56561
56562 commit 8bf69d81782619187933a605f1a95ee1d069478d
56563 Author: Sascha Hauer <s.hauer@pengutronix.de>
56564 Date:   Sun Mar 30 11:28:46 2008 +0100
56565
56566     Separate omap24xx specific code from arm1136
56567
56568     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
56569
56570     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
56571     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
56572
56573 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
56574 Author: Peter Pearse <peter.pearse@arm.com>
56575 Date:   Sun Mar 30 11:23:05 2008 +0100
56576
56577     Add pmdra into MAKEALL
56578
56579     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
56580
56581 commit a574a73852a527779234e73e17e7597fd8128882
56582 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
56583 Date:   Sun Mar 30 11:21:58 2008 +0100
56584
56585     Adds support for the Prodrive PMDRA board, based on a DM6441
56586
56587     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
56588
56589 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
56590 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
56591 Date:   Sun Mar 30 11:11:34 2008 +0100
56592
56593     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
56594
56595     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
56596
56597 commit 1704dc20917b4f71e373e2c888497ee666d40380
56598 Author: Dirk Behme <dirk.behme@gmail.com>
56599 Date:   Sun Mar 30 11:09:01 2008 +0100
56600
56601     - Remove *_masked() functions as noted by Wolfgang
56602     - Adapt register naming to recent TI spec (sprue26, March 2007)
56603     - Fix reset_timer() handling
56604     - As reported by Pieter [1] the overflow fix introduced a
56605     delay of factor 16 (e.g 2 seconds became 32). While the
56606     overflow fix is basically okay, it missed to divide udelay by
56607     16, too. Fix this.
56608     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
56609     - Remove software division of timer count value (DIV(x)
56610     macro) and do it in hardware (TIM_CLK_DIV).
56611     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
56612     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
56613     the hints & testing!
56614
56615     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
56616
56617     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
56618
56619 commit ac3315c26e143c31680750c9c13f027efbcc887e
56620 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
56621 Date:   Thu Mar 6 16:45:44 2008 +0100
56622
56623     new PHY @ e1000 - 2nd try
56624
56625     Add 82541ER device with latest integrated IGP2 PHY.
56626     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
56627
56628     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
56629     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56630
56631 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
56632 Author: Daniel Hellstrom <daniel@gaisler.com>
56633 Date:   Fri Mar 28 20:22:53 2008 +0100
56634
56635     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
56636
56637     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
56638     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
56639     available at www.gaisler.com.
56640
56641     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
56642     offloading etc.) can be determined by a bit in the control register.
56643     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
56644
56645     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
56646     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56647
56648 commit 233a8bcd94997f3f345833a3b82e836222f2a206
56649 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
56650 Date:   Mon Mar 17 17:08:22 2008 -0500
56651
56652     Add CONFIG_MII_INIT in cmd_mii.c
56653
56654     Provide common configuration in do_mii() to execute mii_init()
56655     for all cpu architectures
56656
56657     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56658     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56659
56660 commit f605479de2deb11e834f31dfdb0af107c86aced6
56661 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
56662 Date:   Mon Mar 17 17:08:16 2008 -0500
56663
56664     ColdFire: Fix FEC transmit issue for MCF5275
56665
56666     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56667     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56668
56669 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
56670 Author: Aras Vaichas <arasv@magtech.com.au>
56671 Date:   Wed Mar 26 09:43:57 2008 +1100
56672
56673     DHCP request fix for Windows Server 2003
56674
56675     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
56676     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
56677     interoperability problems with Windows Server 200x DHCP server when U-Boot
56678     client responds too fast for server to handle.
56679
56680     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
56681     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56682
56683 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
56684 Author: Daniel Hellstrom <daniel@gaisler.com>
56685 Date:   Fri Mar 28 20:40:19 2008 +0100
56686
56687     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
56688
56689     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
56690     SPARC CPUs implement flash_read64 which calls __raw_readq.
56691
56692     For current SPARC architectures (LEON2 and LEON3) each read from the
56693     FLASH must lead to a cache miss. This is because FLASH can not be set
56694     non-cacheable since program code resides there, and alternatively disabling
56695     cache is poor from performance view, or doing a cache flush between each
56696     read is even poorer.
56697
56698     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
56699     load alternative space, the alternative space number (ASI) is processor
56700     implementation spcific and can be found by including <asm/processor.h>.
56701
56702     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
56703
56704 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
56705 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
56706 Date:   Fri Mar 28 15:41:25 2008 +0100
56707
56708     Make MPC83xx one step closer to full relocation.
56709
56710     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
56711     and use GOT relative reference.
56712
56713     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
56714     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56715
56716 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
56717 Author: Michael Barkowski <michael.barkowski@freescale.com>
56718 Date:   Thu Mar 27 14:34:43 2008 -0400
56719
56720     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
56721
56722     This patch fixes eeprom page size so that you can now write more than
56723     64 bytes at a time.
56724
56725     It also makes the board take MAC addresses, if found, from EEPROM.
56726
56727     User should place up to 4 addresses at offset 0x7f00, for
56728     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
56729     four six-byte values should have it's CRC at the end.  crc32 and
56730     eeprom commands can be used to accomplish this.
56731
56732     If CRC fails, MAC addresses come from the environment.  If CRC
56733     succeeds, the environment is overwritten at startup.
56734
56735     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
56736     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56737
56738 commit 8f325cff31f6e745e6540014b131b9a97f61944c
56739 Author: Michael Barkowski <michael.barkowski@freescale.com>
56740 Date:   Fri Mar 28 15:15:38 2008 -0400
56741
56742     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
56743
56744     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
56745     controller on the PCI bus in Linux on the MPC8323ERDB.
56746
56747     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
56748     config file.
56749
56750     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
56751     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56752
56753 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
56754 Author: Kim Phillips <kim.phillips@freescale.com>
56755 Date:   Fri Mar 28 10:19:07 2008 -0500
56756
56757     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
56758
56759     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
56760     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
56761     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
56762     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
56763     convenience macros.
56764
56765     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56766
56767 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
56768 Author: Kim Phillips <kim.phillips@freescale.com>
56769 Date:   Fri Mar 28 10:18:53 2008 -0500
56770
56771     mpc83xx: display ddr frequency in board_add_ram_info banner
56772
56773     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56774
56775 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
56776 Author: Kim Phillips <kim.phillips@freescale.com>
56777 Date:   Fri Mar 28 10:18:40 2008 -0500
56778
56779     mpc83xx: unreinvent mem_clk
56780
56781     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
56782     mem_*_clk for consistency's sake.
56783
56784     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56785
56786 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
56787 Author: Kim Phillips <kim.phillips@freescale.com>
56788 Date:   Fri Mar 28 14:31:23 2008 -0500
56789
56790     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
56791
56792     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56793
56794 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
56795 Author: Dave Liu <r63238@freescale.com>
56796 Date:   Wed Mar 26 22:57:19 2008 +0800
56797
56798     mpc83xx: enable the SATA interface on mpc837xemds board
56799
56800     Enable the first two SATA interfaces on MPC837xEMDS board,
56801     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
56802
56803     Signed-off-by: Dave Liu <daveliu@freescale.com>
56804     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56805
56806 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
56807 Author: Dave Liu <r63238@freescale.com>
56808 Date:   Wed Mar 26 22:56:36 2008 +0800
56809
56810     mpc83xx: initialize serdes for MPC837xEMDS boards
56811
56812     This patch is stolen from Anton Vorontsov's patch
56813     for mpc837xerdb boards.
56814
56815     The reference clk and xcorevdd voltage of serdes1/2
56816     is same between mpc837xemds and mpc837xerdb.
56817
56818     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
56819     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
56820     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
56821
56822     Signed-off-by: Dave Liu <daveliu@freescale.com>
56823     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56824
56825 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
56826 Author: Stefan Roese <sr@denx.de>
56827 Date:   Fri Mar 28 14:09:04 2008 +0100
56828
56829     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
56830
56831     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
56832     interface. This usage can be configured with the jumper J6. This patch
56833     displays the current configuration upon bootup and changes the PCIe
56834     init loop, to only initialize the availabel PCIe slots.
56835
56836     Signed-off-by: Stefan Roese <sr@denx.de>
56837
56838 commit 90447ecbbac8572457b6d8903073ac3f120995ba
56839 Author: Tor Krill <tor@excito.com>
56840 Date:   Fri Mar 28 11:29:10 2008 +0100
56841
56842     MTD/CFI: Add support for 16bit legacy AMD flash
56843
56844     Add entry for 512Kx16 AMD flash to jedec_table.
56845     Read out 16bit device id if chipwidth is 16bit.
56846     Fixed coding style after Stefans feedback
56847
56848     Signed-off-by: Tor Krill <tor@excito.com>
56849
56850 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
56851 Author: Stefan Roese <sr@denx.de>
56852 Date:   Fri Mar 28 11:02:53 2008 +0100
56853
56854     ppc: Small change to CFG_MEM_TOP_HIDE description
56855
56856     Signed-off-by: Stefan Roese <sr@denx.de>
56857
56858 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
56859 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56860 Date:   Thu Mar 27 15:44:12 2008 +0900
56861
56862     sh: Add support stat structure and stat.h
56863
56864     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56865
56866 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
56867 Author: Mark Jonas <toertel@gmail.com>
56868 Date:   Sat Mar 22 19:27:52 2008 +0100
56869
56870     sh: Removed warning when compiling drivers/serial/serial_sh.c.
56871
56872     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
56873     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56874
56875 commit f309fa38929ffba71230c02330ffa42f4bba6333
56876 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56877 Date:   Wed Mar 12 18:02:57 2008 +0900
56878
56879     sh: Remove disable_ctrlc function from R7780MP
56880
56881     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56882
56883 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
56884 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56885 Date:   Wed Mar 12 17:55:15 2008 +0900
56886
56887     sh: Add maintainer of R7780MP to MAINTAINER file
56888
56889     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
56890
56891     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56892
56893 commit f5e2466f7baa887a7df0c536333eea8231333497
56894 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56895 Date:   Tue Mar 25 17:11:24 2008 +0900
56896
56897     sh: Add support Renesas Solutions R2D plus board
56898
56899     R2D plus is SH reference board used with SH7751R.
56900     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
56901     one PCI bus, VGA, and two Ethernet controller.
56902
56903     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56904
56905 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
56906 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56907 Date:   Wed Mar 12 12:15:29 2008 +0900
56908
56909     sh: Add support SH4 cache control
56910
56911     Add support SH4 cache control and flash_cache function
56912
56913     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56914
56915 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
56916 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56917 Date:   Mon Mar 24 01:53:01 2008 +0900
56918
56919     sh: Add support PCI host driver for SH7751/SH7751R
56920
56921     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56922
56923 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
56924 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56925 Date:   Mon Mar 24 02:11:26 2008 +0900
56926
56927     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
56928
56929     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56930
56931 commit 566933278101c144d75361ea682678a326c1290d
56932 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56933 Date:   Wed Mar 12 12:10:28 2008 +0900
56934
56935     sh: Add support SuperH SH7751/SH7751R
56936
56937     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56938
56939 commit 3313e0e26224fc9a0c445124f3455058c696df84
56940 Author: Mark Jonas <toertel@gmail.com>
56941 Date:   Mon Mar 10 11:37:10 2008 +0100
56942
56943     sh: Added support for SH7720 based board MPR2.
56944
56945     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
56946     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56947
56948 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
56949 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56950 Date:   Thu Mar 6 14:05:53 2008 +0900
56951
56952     sh: Fix receive FIFO level register of SH4A
56953
56954     Receive FIFO level register is different in SH4A.
56955     Because register is different, cannot occasionally receive data.
56956
56957     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56958
56959 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
56960 Author: Yusuke Goda <goda.yusuke@renesas.com>
56961 Date:   Tue Mar 11 12:55:12 2008 +0900
56962
56963     sh: Add support Renesas Solutions R7780MP
56964
56965     Renesas Solutions R7780MP is a reference board on SH7780.
56966     This board has serial, 10/100 base Ethernet deivice, CF slot
56967     and VGA devices. This board can set extension board.
56968     Extension board has 10/100/1000 base Ethernet device, PCI slot,
56969     S-ATA, iDVR slot.
56970
56971     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
56972     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56973
56974 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
56975 Author: Yusuke Goda <goda.yusuke@renesas.com>
56976 Date:   Wed Mar 5 14:30:02 2008 +0900
56977
56978     sh: Add support PCI of SuperH and SH7780
56979
56980     This patch add support PCI of SuperH base code and SH7780 specific code.
56981
56982     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
56983     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56984
56985 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
56986 Author: Yusuke Goda <goda.yusuke@renesas.com>
56987 Date:   Wed Mar 5 14:23:26 2008 +0900
56988
56989     sh: Add support SH7780
56990
56991     SH7780 is CPU of Renesas Technology.
56992     This CPU has
56993      - CPU clock 400MHz
56994      - PCI support
56995      - DDR-SDRAM controller
56996      - etc ...
56997
56998     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
56999     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57000
57001 commit c2042f5952a686c414031309b8f244513bf578f0
57002 Author: goda.yusuke <goda.yusuke@renesas.com>
57003 Date:   Fri Jan 25 20:46:36 2008 +0900
57004
57005     sh: Add support Renesas Solutions Migo-R board
57006
57007     Migo-R is a board based on SH7722 and has may devices.
57008     In this patch, supported SCIF, NOR flash and Ethernet.
57009
57010     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
57011     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57012
57013 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
57014 Author: Bartlomiej Sieka <tur@semihalf.com>
57015 Date:   Thu Mar 27 15:06:40 2008 +0100
57016
57017     Fix host tool build breakage, take two
57018
57019     Revert commit 87c8431f and fix build breakage so that the build continues
57020     to work on FC systems.
57021
57022     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
57023
57024 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
57025 Author: Stefan Roese <sr@denx.de>
57026 Date:   Wed Mar 19 09:36:47 2008 +0100
57027
57028     ppc4xx: Enable ECC on LWMON5
57029
57030     Since all ECC related problems seem to be resolved on LWMON5, this patch
57031     now enables ECC support.
57032
57033     We have to write the ECC bytes by zeroing and flushing in smaller
57034     steps, since the whole 256MByte takes too long for the external
57035     watchdog.
57036
57037     Signed-off-by: Stefan Roese <sr@denx.de>
57038
57039 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
57040 Author: Larry Johnson <lrj@acm.org>
57041 Date:   Mon Mar 17 11:10:35 2008 -0500
57042
57043     ppc4xx: Updates to Korat-specific code
57044
57045     This patch contains updates for changes for the Korat PPC440EPx board.
57046     These changes include:
57047
57048     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
57049     described in the new "doc/README.korat" file;
57050
57051     (2) a new memory map for the registers in the board's CPLD;
57052
57053     (3) a revised format for manufacturer's data in serial EEPROM; and
57054
57055     (4) changes to track updates to U-Boot for the Sequoia board.
57056
57057     Signed-off-by: Larry Johnson <lrj@acm.org>
57058
57059 commit f766cdf89b3a2a7634b8c5869f606150e332036c
57060 Author: Markus Brunner <super.firetwister@gmail.com>
57061 Date:   Thu Mar 27 10:46:25 2008 +0100
57062
57063     ppc4xx: PPC405EP Set EMAC noise filter bits
57064
57065     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
57066     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
57067     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
57068
57069     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
57070     Signed-off-by: Stefan Roese <sr@denx.de>
57071
57072 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
57073 Author: Mike Nuss <mike@terascala.com>
57074 Date:   Wed Feb 20 11:54:20 2008 -0500
57075
57076     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
57077
57078     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
57079     after startup to change the speed of the clocks. This patch adds the
57080     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
57081     initialization code will reconfigure the PLL to run the system with a CPU
57082     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
57083     external EEPROM.
57084
57085     Signed-off-by: Mike Nuss <mike@terascala.com>
57086     Acked-by: Stefan Roese <sr@denx.de>
57087
57088 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
57089 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
57090 Date:   Thu Mar 27 09:12:40 2008 +0100
57091
57092     new-image: Fix host tool build breakage
57093
57094     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
57095
57096 commit 6fb4b640562a10daff0dbe537638d511b5b48650
57097 Author: Stefan Roese <sr@denx.de>
57098 Date:   Thu Mar 27 10:24:03 2008 +0100
57099
57100     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
57101
57102     Signed-off-by: Stefan Roese <sr@denx.de>
57103
57104 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
57105 Author: Stefan Roese <sr@denx.de>
57106 Date:   Wed Mar 19 10:23:43 2008 +0100
57107
57108     ppc4xx: Add fdt support to Prodrive alpr
57109
57110     Since this board will probably be ported to arch/powerpc in the
57111     near future, we add device tree support now. This way we are
57112     "ready" for arch/powerpc from now on.
57113
57114     Signed-off-by: Stefan Roese <sr@denx.de>
57115
57116 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
57117 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
57118 Date:   Mon Mar 17 09:27:56 2008 +0100
57119
57120     ppc4xx: Enable cache support on the ALPR board
57121
57122     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
57123
57124 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
57125 Author: Stefan Roese <sr@denx.de>
57126 Date:   Wed Mar 26 10:14:11 2008 +0100
57127
57128     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
57129
57130     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
57131     memory area will get subtracted from the top (end) of ram and won't get
57132     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
57133     should gets passed the now "corrected" memory size and won't touch it
57134     either. This should work for arch/ppc and arch/powerpc. Only Linux board
57135     ports in arch/powerpc with bootwrapper support, which recalculate the
57136     memory size from the SDRAM controller setup, will have to get fixed
57137     in Linux additionally.
57138
57139     This patch enables this config option on some PPC440EPx boards as a workaround
57140     for the CHIP 11 errata. Here the description from the AMCC documentation:
57141
57142     CHIP_11: End of memory range area restricted access.
57143     Category: 3
57144
57145     Overview:
57146     The 440EPx DDR controller does not acknowledge any
57147     transaction which is determined to be crossing over the
57148     end-of-memory-range boundary, even if the starting address is
57149     within valid memory space. Any such transaction from any PLB4
57150     master will result in a PLB time-out on PLB4 bus.
57151
57152     Impact:
57153     In case of such misaligned bursts, PLB4 masters will not
57154     retrieve any data at all, just the available data up to the
57155     end of memory, especially the 440 CPU. For example, if a CPU
57156     instruction required an operand located in memory within the
57157     last 7 words of memory, the DCU master would burst read 8
57158     words to update the data cache and cross over the
57159     end-of-memory-range boundary. Such a DCU read would not be
57160     answered by the DDR controller, resulting in a PLB4 time-out
57161     and ultimately in a Machine Check interrupt. The data would
57162     be inaccessible to the CPU.
57163
57164     Workaround:
57165     Forbid any application to access the last 256 bytes of DDR
57166     memory. For example, make your operating system believe that
57167     the last 256 bytes of DDR memory are absent. AMCC has a patch
57168     that does this, available for Linux.
57169
57170     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
57171     lwmon5, korat, sequoia
57172
57173     The other remaining 440EPx board were intentionally not included
57174     since it is not clear to me, if they use the end of ram for some
57175     other purpose. This is unclear, since these boards have CONFIG_PRAM
57176     defined and even comments like this:
57177
57178     PMC440.h:
57179     /* esd expects pram at end of physical memory.
57180      * So no logbuffer at the moment.
57181      */
57182
57183     It is strongly recommended to not use the last 256 bytes on those
57184     boards too. Patches from the board maintainers are welcome.
57185
57186     Signed-off-by: Stefan Roese <sr@denx.de>
57187
57188 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
57189 Author: Stefan Roese <sr@denx.de>
57190 Date:   Thu Mar 27 10:09:05 2008 +0100
57191
57192     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
57193
57194     Signed-off-by: Stefan Roese <sr@denx.de>
57195
57196 commit d56a3ce179688cde61073a3690e21703d68fafd7
57197 Author: Stefan Roese <sr@denx.de>
57198 Date:   Tue Mar 25 17:51:13 2008 +0100
57199
57200     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
57201
57202     The routine ft_board_setup() configures the EBC NOR mappings for the
57203     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
57204     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
57205     problem, we need to pass the corrected address here too.
57206
57207     Signed-off-by: Stefan Roese <sr@denx.de>
57208
57209 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
57210 Author: Stefan Roese <sr@denx.de>
57211 Date:   Wed Mar 19 16:35:12 2008 +0100
57212
57213     ppc4xx: Fix compilation warning in 4xx_enet.c
57214
57215     Signed-off-by: Stefan Roese <sr@denx.de>
57216
57217 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
57218 Author: Stefan Roese <sr@denx.de>
57219 Date:   Wed Mar 19 16:20:49 2008 +0100
57220
57221     ppc4xx: Add AMCC Glacier 406GT eval board support
57222
57223     This patch adds support for the AMCC Glacier 460GT eval board.
57224     The main difference to the Canyonlands board are listed here:
57225
57226     - 4 ethernet ports instead of 2
57227     - no SATA port
57228     - no USB port
57229
57230     Currently EMAC2+3 are not working. This will be fixed in a later
57231     release.
57232
57233     Signed-off-by: Stefan Roese <sr@denx.de>
57234
57235 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
57236 Author: Stefan Roese <sr@denx.de>
57237 Date:   Thu Mar 27 08:47:26 2008 +0100
57238
57239     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
57240
57241     Signed-off-by: Stefan Roese <sr@denx.de>
57242
57243 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
57244 Author: Anatolij Gustschin <agust@denx.de>
57245 Date:   Wed Mar 26 21:05:43 2008 +0100
57246
57247     Fix out of tree building issue
57248
57249     Currently U-Boot building in some external directory
57250     doesn't work. This patch tries to fix the problem.
57251
57252     Signed-off-by: Anatolij Gustschin <agust@denx.de>
57253
57254 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
57255 Author: Anatolij Gustschin <agust@denx.de>
57256 Date:   Wed Mar 26 18:13:33 2008 +0100
57257
57258     README: update documentation (availability, links, etc.)
57259
57260     Fix typo in README
57261
57262     Signed-off-by: Anatolij Gustschin <agust@denx.de>
57263
57264 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
57265 Author: Anatolij Gustschin <agust@denx.de>
57266 Date:   Wed Mar 26 17:47:44 2008 +0100
57267
57268     Fix compilation error in cmd_usb.c
57269
57270     This patch fixes compilation error
57271     cmd_usb.c: In function 'do_usb':
57272     cmd_usb.c:552: error: void value not ignored as it ought to be
57273
57274     Signed-off-by: Anatolij Gustschin <agust@denx.de>
57275
57276 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
57277 Author: Timur Tabi <timur@freescale.com>
57278 Date:   Fri Mar 14 17:45:29 2008 -0500
57279
57280     Add support for setting the I2C bus speed in fsl_i2c.c
57281
57282     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
57283     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
57284     but fsl_i2c.c ignores it and uses conservative value when programming the
57285     I2C bus speed.
57286
57287     Signed-off-by: Timur Tabi <timur@freescale.com>
57288     Acked-by: Andy Fleming <afleming@freescale.com>
57289
57290 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
57291 Author: Wolfgang Denk <wd@denx.de>
57292 Date:   Thu Mar 27 00:03:57 2008 +0100
57293
57294     Coding style cleanup, update CHANGELOG
57295
57296     Signed-off-by: Wolfgang Denk <wd@denx.de>
57297
57298 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
57299 Author: Dave Liu <r63238@freescale.com>
57300 Date:   Wed Mar 26 22:55:32 2008 +0800
57301
57302     drivers: add the support for Freescale SATA controller
57303
57304     Add the Freescale on-chip SATA controller driver to u-boot,
57305     The SATA controller is used on the 837x and 8315 targets,
57306     The driver can be used to load kernel, fs and dtb.
57307
57308     The features list:
57309     - 1.5/3 Gbps link speed
57310     - LBA48, LBA28 support
57311     - DMA and FPDMA support
57312     - Two ports support
57313
57314     Signed-off-by: Dave Liu <daveliu@freescale.com>
57315
57316 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
57317 Author: Dave Liu <r63238@freescale.com>
57318 Date:   Wed Mar 26 22:54:44 2008 +0800
57319
57320     ata: add the readme for SATA command line
57321
57322     Signed-off-by: Dave Liu <daveliu@freescale.com>
57323
57324 commit cd54081cd479e542fc399b8a40651ff11a1ad849
57325 Author: Dave Liu <r63238@freescale.com>
57326 Date:   Wed Mar 26 22:53:24 2008 +0800
57327
57328     ata: enable the sata initialize on boot up
57329
57330     Signed-off-by: Dave Liu <daveliu@freescale.com>
57331
57332 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
57333 Author: Dave Liu <r63238@freescale.com>
57334 Date:   Wed Mar 26 22:52:36 2008 +0800
57335
57336     ata: add the fis struct for SATA
57337
57338     Signed-off-by: Dave Liu <daveliu@freescale.com>
57339
57340 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
57341 Author: Dave Liu <r63238@freescale.com>
57342 Date:   Wed Mar 26 22:51:44 2008 +0800
57343
57344     ata: add the libata support
57345
57346     add simple libata support in u-boot
57347
57348     Signed-off-by: Dave Liu <daveliu@freescale.com>
57349
57350 commit 8e9bb43429e50df55fa41932cbe65841ff579220
57351 Author: Dave Liu <r63238@freescale.com>
57352 Date:   Wed Mar 26 22:50:45 2008 +0800
57353
57354     ata: make the ata_piix driver using new SATA framework
57355
57356     original ata_piix driver is using IDE framework, not real
57357     SATA framework. For now, the ata_piix driver is only used
57358     by x86 sc520_cdp board. This patch makes the ata_piix driver
57359     use the new SATA framework, so
57360
57361     - remove the duplicated command stuff
57362     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
57363     - add the CONFIG_CMD_SATA define to sc520_cdp.h
57364
57365     Signed-off-by: Dave Liu <daveliu@freescale.com>
57366
57367 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
57368 Author: Dave Liu <r63238@freescale.com>
57369 Date:   Wed Mar 26 22:49:44 2008 +0800
57370
57371     ata: add the support for SATA framework
57372
57373     - add the SATA framework
57374     - add the SATA command line
57375
57376     Signed-off-by: Dave Liu <daveliu@freescale.com>
57377
57378 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
57379 Author: Dave Liu <r63238@freescale.com>
57380 Date:   Wed Mar 26 22:48:18 2008 +0800
57381
57382     ata: merge the header of ata_piix driver
57383
57384     move the sata.h from include/ to drivers/block/ata_piix.h
57385
57386     Signed-off-by: Dave Liu <daveliu@freescale.com>
57387
57388 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
57389 Author: Dave Liu <r63238@freescale.com>
57390 Date:   Wed Mar 26 22:47:06 2008 +0800
57391
57392     ata: merge the ata_piix driver
57393
57394     move the cmd_sata.c from common/ to drivers/ata_piix.c,
57395     the cmd_sata.c have some part of ata_piix controller drivers.
57396     consolidate the driver to have better framework.
57397
57398     Signed-off-by: Dave Liu <daveliu@freescale.com>
57399
57400 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
57401 Author: Markus Klotzbuecher <mk@denx.de>
57402 Date:   Wed Mar 26 18:26:43 2008 +0100
57403
57404     USB, Storage: fix a bug introduced in commit
57405     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
57406     to only print only information on one storage device, but not for
57407     multiple.
57408
57409     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
57410
57411 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
57412 Author: Anatolij Gustschin <agust@denx.de>
57413 Date:   Wed Mar 26 17:47:44 2008 +0100
57414
57415     Fix compilation error in cmd_usb.c
57416
57417     This patch fixes compilation error
57418     cmd_usb.c: In function 'do_usb':
57419     cmd_usb.c:552: error: void value not ignored as it ought to be
57420
57421     Signed-off-by: Anatolij Gustschin <agust@denx.de>
57422     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
57423
57424 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
57425 Author: Kumar Gala <galak@kernel.crashing.org>
57426 Date:   Wed Mar 26 08:53:53 2008 -0500
57427
57428     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
57429
57430     Provide a board_lmb_reserve helper function to ensure we reserve
57431     the page of memory we are using for the boot page translation code.
57432
57433     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57434
57435 commit 79679d80021ab095e639e250ca472fe526da02e2
57436 Author: Kumar Gala <galak@kernel.crashing.org>
57437 Date:   Wed Mar 26 08:34:25 2008 -0500
57438
57439     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
57440
57441     The following changes are needed to be inline with ePAPR v0.81:
57442
57443     * r4, r5 and now always set to 0 on boot release
57444     * r7 is used to pass the size of the initial map area (IMA)
57445     * EPAPR_MAGIC value changed for book-e processors
57446     * changes in the spin table layout
57447     * spin table supports a 64-bit physical release address
57448
57449     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57450
57451 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
57452 Author: Jon Loeliger <jdl@freescale.com>
57453 Date:   Wed Mar 19 15:02:07 2008 -0500
57454
57455     FSL: Clean up board/freescale/common/Makefile
57456
57457     Each file that can be built here now follows some
57458     CONFIG_ option so that they are appropriately built
57459     or not, as needed.  And CONFIG_ defines were added
57460     to various board config files to make sure that happens.
57461
57462     The other board/freescale/*/Makefiles no longer need
57463     to reach up and over into ../common to build their
57464     individually needed files any more.
57465
57466     Boards that are CDS specific were renamed with cds_ prefix.
57467
57468     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57469
57470 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
57471 Author: Kumar Gala <galak@kernel.crashing.org>
57472 Date:   Wed Feb 27 22:00:27 2008 -0600
57473
57474     85xx: Fix merge duplication
57475
57476     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
57477
57478     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57479
57480 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
57481 Author: James Yang <James.Yang@freescale.com>
57482 Date:   Tue Feb 12 16:35:07 2008 -0600
57483
57484     85xx: Expand CCSR space with more DDR controller registers.
57485
57486     Signed-off-by: James Yang <James.Yang@freescale.com>
57487     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57488     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57489
57490 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
57491 Author: James Yang <James.Yang@freescale.com>
57492 Date:   Fri Feb 8 18:05:08 2008 -0600
57493
57494     85xx: Speed up get_ddr_freq() and get_bus_freq()
57495
57496     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
57497     called.  However, get_sys_info() recalculates extraneous information when
57498     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
57499     values from global_data instead.
57500
57501     Signed-off-by: James Yang <James.Yang@freescale.com>
57502     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57503
57504 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
57505 Author: James Yang <James.Yang@freescale.com>
57506 Date:   Fri Feb 8 16:46:27 2008 -0600
57507
57508     85xx: Show DDR memory data rate in addition to the memory clock frequency.
57509
57510     Show the DDR memory data rate in addition to the memory clock
57511     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
57512     memory clock.
57513
57514     Signed-off-by: James Yang <James.Yang@freescale.com>
57515     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57516
57517 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
57518 Author: James Yang <James.Yang@freescale.com>
57519 Date:   Fri Feb 8 16:44:53 2008 -0600
57520
57521     85xx: get_tbclk() speed up and rounding fix
57522
57523     Speed up get_tbclk() by referencing pre-computed bus clock
57524     frequency value from global data instead of sys_info_t.  Fix
57525     rounding of result to nearest; previously it was rounding
57526     upwards.
57527
57528     Signed-off-by: James Yang <James.Yang@freescale.com>
57529     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57530
57531 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
57532 Author: Andy Fleming <afleming@freescale.com>
57533 Date:   Wed Feb 6 01:19:40 2008 -0600
57534
57535     Update SVR numbers to expand support
57536
57537     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
57538     is used to distinguish certain variants within an SOC family.  To
57539     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
57540     constants to reflect the larger value.  We also add SVR numbers for all
57541     of the current variants.  Finally, to make things neater, rather than
57542     use an enormous switch statement to print out the CPU type, we create
57543     and array of SVR/name pairs (using a macro), and print out the CPU name
57544     that matches the SVR SOC version.
57545
57546     Signed-off-by: Andy Fleming <afleming@freescale.com>
57547
57548 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
57549 Author: Andy Fleming <afleming@freescale.com>
57550 Date:   Wed Feb 6 01:12:57 2008 -0600
57551
57552     Add the Freescale PCI device IDs
57553
57554     Signed-off-by: Andy Fleming <afleming@freescale.com>
57555
57556 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
57557 Author: Kumar Gala <galak@kernel.crashing.org>
57558 Date:   Thu Feb 14 11:04:23 2008 -0600
57559
57560     85xx: Added support for multicore boot mechanism
57561
57562     Added the cpu command that provides a generic mechanism to get status,
57563     reset, and release secondary cores in multicore processors.
57564
57565     Added support for using the ePAPR defined spin-table mechanism on 85xx.
57566
57567     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57568     Signed-off-by: Andy Fleming <afleming@freescale.com>
57569
57570 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
57571 Author: Kumar Gala <galak@kernel.crashing.org>
57572 Date:   Thu Jan 17 16:48:33 2008 -0600
57573
57574     85xx: Added support for multicore boot mechanism
57575
57576     Added the cpu command that provides a generic mechanism to get status,
57577     reset, and release secondary cores in multicore processors.
57578
57579     Added support for using the ePAPR defined spin-table mechanism on 85xx.
57580
57581     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57582
57583 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
57584 Author: Kumar Gala <galak@kernel.crashing.org>
57585 Date:   Wed Jan 30 14:55:14 2008 -0600
57586
57587     85xx: Add the concept of CFG_CCSRBAR_PHYS
57588
57589     When we go to 36-bit physical addresses we need to keep the concept of
57590     the physical CCSRBAR address seperate from the virtual one.
57591
57592     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
57593
57594     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57595
57596 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
57597 Author: Wolfgang Denk <wd@denx.de>
57598 Date:   Wed Mar 26 15:38:47 2008 +0100
57599
57600     Coding style cleanup.
57601
57602     Signed-off-by: Wolfgang Denk <wd@denx.de>
57603
57604 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
57605 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
57606 Date:   Wed Mar 26 13:02:13 2008 +0100
57607
57608     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
57609
57610     The default settings for RTC DS1337 keeps the OSC
57611     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
57612     turn it off.
57613
57614     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
57615
57616 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
57617 Author: Wolfgang Denk <wd@denx.de>
57618 Date:   Wed Mar 26 11:48:46 2008 +0100
57619
57620     Cleanup coding style, update CHANGELOG
57621
57622     Signed-off-by: Wolfgang Denk <wd@denx.de>
57623
57624 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
57625 Author: Wolfgang Denk <wd@denx.de>
57626 Date:   Wed Mar 26 10:40:12 2008 +0100
57627
57628     README: update documentation (availability, links, etc.)
57629
57630     Signed-off-by: Wolfgang Denk <wd@denx.de>
57631
57632 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
57633 Author: Aras Vaichas <arasv@magtech.com.au>
57634 Date:   Tue Mar 25 12:09:07 2008 +1100
57635
57636     USB Storage, add meaningful return value
57637
57638     This patch changes the "usb storage" command to return success if it
57639     finds a USB storage device, otherwise it returns error.
57640
57641     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
57642
57643 commit 18e69a35efbb078403db0c0063986470dad7d082
57644 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57645 Date:   Fri Mar 14 23:20:18 2008 +0300
57646
57647     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
57648
57649     Linux understands "host" (default), "peripheral" and "otg" (broken).
57650     Though, U-Boot doesn't restrict dr_mode variable to these values (think
57651     of renames in future).
57652
57653     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57654     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57655
57656 commit c7604783b236e368f225efb7b3efb418fe20b404
57657 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57658 Date:   Fri Mar 14 23:20:30 2008 +0300
57659
57660     tsec: fix link detection for the RTL8211B PHY
57661
57662     RTL8211B sets link state register after autonegotiation complete,
57663     so with bootdelay=0 RTL8211B will report lack of the link.
57664
57665     To fix this, we should wait for aneg to complete, even if the
57666     link is currently down.
57667
57668     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57669     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57670
57671 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
57672 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57673 Date:   Mon Mar 24 20:47:09 2008 +0300
57674
57675     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
57676
57677     device_type = "soc" is being deprecated, newer device trees will use
57678     "fsl,soc" and/or "fsl,immr" for the soc nodes.
57679
57680     This patch also adds clock-frequency property for soc nodes (the same
57681     value as bus-frequency).
57682
57683     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57684
57685 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
57686 Author: Joe D'Abbraccio <ljd015@freescale.com>
57687 Date:   Mon Mar 24 13:00:59 2008 -0400
57688
57689     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
57690
57691     With the original value of 1/2 clock cycle delay, the system ran relatively
57692     stable except when we run benchmarks that are intensive users of memory.
57693     When I run samba connected disk with a HDBENCH test, the system locks-up
57694     or reboots sporadically.
57695
57696     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
57697
57698 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
57699 Author: Scott Wood <scottwood@freescale.com>
57700 Date:   Mon Mar 24 12:44:13 2008 -0500
57701
57702     mpc83xx: Set PCI I/O bus-address base to zero.
57703
57704     The device trees for these boards describe PCI I/O as starting from
57705     address zero from the device's perspective.
57706
57707     Placing I/O elsewhere may cause problems with certain PCI boards, and may
57708     cause problems with Linux.
57709
57710     Signed-off-by: Scott Wood <scottwood@freescale.com>
57711
57712 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
57713 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57714 Date:   Mon Mar 24 20:47:05 2008 +0300
57715
57716     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
57717
57718     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
57719     This patch fixes "system time drifting" problem.
57720
57721     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57722
57723 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
57724 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57725 Date:   Mon Mar 24 20:47:02 2008 +0300
57726
57727     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
57728
57729     This is needed to update /choosen/linux,stdout-path properly.
57730
57731     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57732
57733 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
57734 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57735 Date:   Mon Mar 24 20:47:00 2008 +0300
57736
57737     mpc83xx: MPC8360E-RDK: add dhcp command
57738
57739     Plus modify environment to use it and remove bootfile env variable,
57740     it is internal and CONFIG_BOOTFILE is used for these purposes.
57741
57742     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57743
57744 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
57745 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57746 Date:   Mon Mar 24 20:46:57 2008 +0300
57747
57748     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
57749
57750     Current DDR setup easily causes memory corruption, this patch fixes it.
57751
57752     Also fix TIMING_CFG0_MRS_CYC definition.
57753
57754     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57755
57756 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
57757 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57758 Date:   Mon Mar 24 20:46:53 2008 +0300
57759
57760     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
57761
57762     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
57763     controller and FHCI (QE USB).
57764
57765     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57766
57767 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
57768 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57769 Date:   Mon Mar 24 20:46:51 2008 +0300
57770
57771     mpc83xx: MPC8360E-RDK: add support for NAND
57772
57773     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57774
57775 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
57776 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57777 Date:   Mon Mar 24 20:46:46 2008 +0300
57778
57779     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
57780
57781     This is needed for BCM PHYs to work on this board.
57782
57783     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57784
57785 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
57786 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57787 Date:   Mon Mar 24 20:46:34 2008 +0300
57788
57789     uec: add support for Broadcom BCM5481 Gigabit PHY
57790
57791     This patch adds basic support for Broadcom BCM5481 PHY.
57792
57793     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
57794     Peter Barada <peterb@logicpd.com>.
57795
57796     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57797
57798 commit 6a600c3a1876bc203445df4f0fd6b12648259666
57799 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57800 Date:   Mon Mar 24 20:46:28 2008 +0300
57801
57802     uec: add support for RGMII_RXID interface mode
57803
57804     PHY drivers will use it to setup software delay between RXD and RXC
57805     signals.
57806
57807     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57808
57809 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
57810 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57811 Date:   Mon Mar 24 20:46:24 2008 +0300
57812
57813     uec: add support for gbit mii status readings
57814
57815     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57816
57817 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
57818 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57819 Date:   Mon Mar 24 17:40:47 2008 +0300
57820
57821     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
57822
57823     This is primarily for the early console support.
57824
57825     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57826
57827 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
57828 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57829 Date:   Mon Mar 24 17:40:43 2008 +0300
57830
57831     83xx: initialize serdes for MPC837XRDB boards
57832
57833     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
57834     On the MPC8378ERDB: 2 PCI-E
57835     On the MPC8379ERDB: 4 SATA
57836
57837     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57838
57839 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
57840 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57841 Date:   Mon Mar 24 17:40:32 2008 +0300
57842
57843     83xx: serdes setup routines
57844
57845     This patch adds few routines to configure serdes on 837x targets.
57846
57847     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57848
57849 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
57850 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57851 Date:   Mon Mar 24 17:40:27 2008 +0300
57852
57853     83xx: split COBJS onto separate lines
57854
57855     ..plus get rid of some #ifdefs in the .c files.
57856
57857     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57858
57859 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
57860 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
57861 Date:   Mon Mar 24 17:40:23 2008 +0300
57862
57863     83xx: nand support for MPC837XRDB boards
57864
57865     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
57866
57867 commit 82e45a204190593e8613145a928f998fb8c909c4
57868 Author: Jerry Van Baren <gvb.uboot@gmail.com>
57869 Date:   Tue Mar 18 21:44:41 2008 -0400
57870
57871     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
57872
57873     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57874     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57875
57876 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
57877 Author: Michael Barkowski <michael.barkowski@freescale.com>
57878 Date:   Thu Mar 20 13:15:39 2008 -0400
57879
57880     mpc8323erdb: remove RTC and add EEPROM
57881
57882     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
57883
57884     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
57885     Acked-by: Kim Phillips <kim.phillips@freescale.com>
57886
57887 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
57888 Author: Michael Barkowski <michael.barkowski@freescale.com>
57889 Date:   Thu Mar 20 13:15:34 2008 -0400
57890
57891     mpc8323erdb: Improve the system performance
57892
57893     The following changes are based on kernel UCC ethernet performance:
57894
57895     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
57896     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
57897         switch to enable this setting.
57898
57899     The following changes are based on the App Note AN3369 and
57900     verified to improve memory latency using LMbench:
57901
57902     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
57903     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
57904         previously.
57905     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
57906         Twr=15ns, and this was already the setting in DDR_MODE)
57907     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
57908         Trp=15ns)
57909     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
57910         Tras=40ns)
57911     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
57912         Trcd=15ns)
57913     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
57914         Trfc=75ns)
57915     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
57916         on Tfaw=50ns)
57917     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
57918         on CL=3 and WL=2).
57919
57920     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
57921     Acked-by: Kim Phillips <kim.phillips@freescale.com>
57922
57923 commit fc549c871f43933396a5b3e21d897023d4b31b8d
57924 Author: Michael Barkowski <michael.barkowski@freescale.com>
57925 Date:   Thu Mar 20 13:15:28 2008 -0400
57926
57927     mpc8323erdb: use readable DDR config macros
57928
57929     Use available shift/mask macros to define DDR configuration.
57930
57931     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
57932     Acked-by: Kim Phillips <kim.phillips@freescale.com>
57933
57934 commit 89c7784ed90ba50301eec521144f95111e472906
57935 Author: Timur Tabi <timur@freescale.com>
57936 Date:   Fri Feb 8 13:15:55 2008 -0600
57937
57938     83xx: Add Vitesse VSC7385 firmware uploading
57939
57940     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
57941     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
57942     Cleaned up the board header files to make selecting the VSC7385 easier to
57943     control.
57944
57945     Signed-off-by: Timur Tabi <timur@freescale.com>
57946     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57947
57948 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
57949 Author: Timur Tabi <timur@freescale.com>
57950 Date:   Fri Feb 8 13:15:54 2008 -0600
57951
57952     NET: Add Vitesse VSC7385 firmware uploading
57953
57954     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
57955     and other boards.  A small firwmare must be uploaded to its on-board memory
57956     before it can be enabled.  This patch adds the code which uploads firmware
57957     (but not the firmware itself).
57958
57959     Previously, this feature was provided by a U-Boot application that was
57960     made available only on Freescale BSPs.  The VSC7385 firmware must still
57961     be obtained separately, but at least there is no longer a need for a separate
57962     application.
57963
57964     Signed-off-by: Timur Tabi <timur@freescale.com>
57965     Acked-by: Ben Warren <biggerbadderben@gmail.com>
57966
57967 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
57968 Author: Wolfgang Denk <wd@denx.de>
57969 Date:   Wed Mar 26 00:52:10 2008 +0100
57970
57971     Coding Style cleanyp; update CHANGELOG
57972
57973     Signed-off-by: Wolfgang Denk <wd@denx.de>
57974
57975 commit 43ddd9c820fec44816188f53346b464e20b3142d
57976 Author: Jerry Van Baren <gvb.uboot@gmail.com>
57977 Date:   Sat Mar 22 14:23:49 2008 -0400
57978
57979     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
57980
57981     These defines embedded the u-boot env variables and/or the bd_t structure
57982     in the fdt blob.  The conclusion of discussion on the u-boot email list
57983     was that embedding these in the fdt blob is not useful: there are better
57984     ways of passing the data (in fact, the fdt blob itself replaces the
57985     bd_t struct).
57986
57987     The only board that enables these is the stxxtc and they don't appear
57988     to be used by linux.
57989
57990     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57991     Acked-by: Kim Phillips <kim.phillips@freescale.com>
57992
57993 commit 22ed2285743359fd1fe73e411dff914b2256e68f
57994 Author: Stefan Roese <sr@denx.de>
57995 Date:   Mon Mar 17 10:49:25 2008 +0100
57996
57997     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
57998
57999     Signed-off-by: Stefan Roese <sr@denx.de>
58000
58001 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
58002 Author: Kyungmin Park <kmpark@infradead.org>
58003 Date:   Mon Mar 17 08:54:06 2008 +0900
58004
58005     Add Flex-OneNAND booting support
58006
58007     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
58008     using a NOR Flash interface. This on-chip integration enables system designers
58009     to reduce external system logic and use high-density NAND Flash
58010     in applications that would otherwise have to use more NOR components.
58011
58012     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
58013     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
58014     that require low reliability and high density, SLC area of Flex-OneNAND
58015     to store data that need high reliability and high performance. Flex-OneNAND
58016     can let users take advantage of storing these two different types of data
58017     into one chip, which is making Flex-OneNAND more cost- and space-effective.
58018
58019     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
58020
58021 commit c512389cc4a10253249271ff6c887c6dab1f0db2
58022 Author: André Schwarz <andre.schwarz@matrix-vision.de>
58023 Date:   Thu Mar 13 13:50:52 2008 +0100
58024
58025     MPC5200: support setup without FEC
58026
58027     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
58028     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
58029
58030     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
58031     Acked-by: Grant Likely <grant.likely@secretlab.ca>
58032
58033 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
58034 Author: Jon Loeliger <jdl@freescale.com>
58035 Date:   Wed Mar 5 18:05:46 2008 -0600
58036
58037     FSL: Move board/mpc8266ads under board/freescale
58038
58039     Signed-off-by: Jon Loeliger <jdl@freescale.com>
58040
58041 commit 7f1d846e5c5754449c286587d099d85246062772
58042 Author: Jon Loeliger <jdl@freescale.com>
58043 Date:   Wed Mar 5 18:05:47 2008 -0600
58044
58045     FSL: Move board/mpc7448hpc2 under board/freescale
58046
58047     Signed-off-by: Jon Loeliger <jdl@freescale.com>
58048
58049 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
58050 Author: Jon Loeliger <jdl@freescale.com>
58051 Date:   Wed Mar 5 18:05:45 2008 -0600
58052
58053     FSL: Move board/mpc8260ads under board/freescale
58054
58055     Signed-off-by: Jon Loeliger <jdl@freescale.com>
58056
58057 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
58058 Author: goda.yusuke <goda.yusuke@renesas.com>
58059 Date:   Wed Mar 5 17:08:33 2008 +0900
58060
58061     net: Add support AX88796L ethernet device
58062
58063     AX88796L is device of NE2000 compatible.
58064     This patch support AX88796L ethernet device.
58065
58066     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
58067     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58068
58069 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
58070 Author: Wolfgang Denk <wd@denx.de>
58071 Date:   Tue Mar 25 22:50:41 2008 +0100
58072
58073     ne2000 driver: change #ifdef to Makefile conditional compilation
58074
58075     Signed-off-by: Wolfgang Denk <wd@denx.de>
58076
58077 commit e710185aae90c64d39c2d453e40e58ceefe4f250
58078 Author: goda.yusuke <goda.yusuke@renesas.com>
58079 Date:   Wed Mar 5 17:08:20 2008 +0900
58080
58081     net: Divided code of NE2000 ethernet driver
58082
58083     There are more devices of the NE2000 base.
58084     A present code is difficult for us to support more devices.
58085     To support more NE2000 clone devices, separated the function.
58086
58087     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
58088     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58089
58090 commit 395bce4f59a507a60a475f7ee46bed47de9482df
58091 Author: Mike Frysinger <vapier@gentoo.org>
58092 Date:   Sun Feb 24 23:58:13 2008 -0500
58093
58094     net/Blackfin: move on-chip MAC driver into drivers/net/
58095
58096     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
58097     directory, but it is not board specific, so relocate it to the drivers dir
58098     so that other Blackfin ports can utilize it.
58099
58100     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58101
58102 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
58103 Author: Mike Frysinger <vapier@gentoo.org>
58104 Date:   Sun Feb 24 23:52:35 2008 -0500
58105
58106     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
58107
58108     Since the "ssync" instruction may have hardware anomalies associated with
58109     it, have the smc91111 driver use the SSYNC macro rather than invoking it
58110     directly.  We workaround all the anomalies via this macro.
58111
58112     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58113
58114 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
58115 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
58116 Date:   Sun Feb 17 22:57:47 2008 +0000
58117
58118     8xx: Update OF support on 8xx
58119
58120     This patch does some shifting around of OF support on 8xx.
58121
58122     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
58123
58124 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
58125 Author: Kumar Gala <galak@kernel.crashing.org>
58126 Date:   Fri Feb 15 15:16:18 2008 -0600
58127
58128     ppc: Allow boards to specify how much memory they can map
58129
58130     For historical reasons we limited the stack to 256M because some boards
58131     could only map that much via BATS.  However newer boards are capable of
58132     mapping more memory (for example 85xx is capble of doing up to 2G).
58133
58134     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58135
58136 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
58137 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
58138 Date:   Fri Feb 15 01:05:58 2008 +0000
58139
58140     8xx : Add OF support to Adder875 board port - resubmit
58141
58142     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
58143
58144 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
58145 Author: Kumar Gala <galak@kernel.crashing.org>
58146 Date:   Thu Feb 14 20:44:42 2008 -0600
58147
58148     Add setexpr command
58149
58150     Add a simple expr style command that will set an env variable as the result
58151     of the command.  This allows us to do simple math in shell.  The following
58152     operations are supported: &, |, ^, +, -, *, /.
58153
58154     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58155
58156 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
58157 Author: Jon Loeliger <jdl@freescale.com>
58158 Date:   Wed Mar 5 17:27:48 2008 -0600
58159
58160     FSL: Move board/mpc7448hpc2 under board/freescale
58161
58162     Signed-off-by: Jon Loeliger <jdl@freescale.com>
58163
58164 commit 449c703374a8868453425e15da7e2f76221b72e4
58165 Author: Jon Loeliger <jdl@freescale.com>
58166 Date:   Wed Mar 5 17:21:43 2008 -0600
58167
58168     FSL: Move board/mpc8266ads under board/freescale
58169
58170     Signed-off-by: Jon Loeliger <jdl@freescale.com>
58171
58172 commit 5863577989ad689427bb750107e9a75f1c1645d2
58173 Author: Jon Loeliger <jdl@freescale.com>
58174 Date:   Wed Mar 5 16:41:41 2008 -0600
58175
58176     FSL: Move board/mpc8260ads under board/freescale
58177
58178     Signed-off-by: Jon Loeliger <jdl@freescale.com>
58179
58180 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
58181 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58182 Date:   Tue Mar 25 21:30:08 2008 +0900
58183
58184     [MIPS] Move gth2_config from ARM section to MIPS
58185
58186     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58187
58188 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
58189 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58190 Date:   Tue Mar 25 21:30:07 2008 +0900
58191
58192     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
58193
58194     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58195
58196 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
58197 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58198 Date:   Tue Mar 25 21:30:07 2008 +0900
58199
58200     [MIPS] Fix dcache_status()
58201
58202     You can't judge UNCACHED by Config.K0 LSB.
58203
58204     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58205
58206 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
58207 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58208 Date:   Tue Mar 25 21:30:07 2008 +0900
58209
58210     [MIPS] Introduce _machine_restart
58211
58212     Handles machine specific functions by using weak functions.
58213
58214     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58215
58216 commit decaba6f5cf386d569ac3997bebb871b966c6b18
58217 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58218 Date:   Tue Mar 25 21:30:07 2008 +0900
58219
58220     [MIPS] Cleanup CP0 Status initialization
58221
58222     Add setup_c0_status from Linux. For the moment we disable interrupts, set
58223     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
58224     reset-time configuration and will work well across most processors.
58225
58226     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58227
58228 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
58229 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58230 Date:   Tue Mar 25 21:30:07 2008 +0900
58231
58232     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
58233
58234     Without this change, we'll be suffering from deffered WATCH exception
58235     once Status.EXL is cleared. Make sure Cause.WP is cleared.
58236
58237     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58238
58239 commit 26138623230ca2bad3c78e05a65527ea70c8b688
58240 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58241 Date:   Tue Mar 25 21:30:07 2008 +0900
58242
58243     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
58244
58245     Move things to appropriate place.
58246
58247     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58248
58249 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
58250 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58251 Date:   Tue Mar 25 21:30:06 2008 +0900
58252
58253     [MIPS] Implement flush_cache()
58254
58255     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
58256     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
58257     function is used not only in U-Boot specfic programs but also at loading
58258     target binaries.
58259
58260     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58261
58262 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
58263 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58264 Date:   Tue Mar 25 21:30:06 2008 +0900
58265
58266     [MIPS] Fix I-/D-cache initialization loops
58267
58268     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
58269     again per a loop for I-cache initialization. But according to 'See MIPS
58270     Run', we're encouraged to use three separate loops rather than combining
58271     them *for both I- and D-cache*. This patch tries to fix this.
58272
58273     In accordance with fixing above, mips_init_[id]cache are separated from
58274     mips_cache_reset(), and rewrite cache loops are completely rewritten with
58275     useful macros.
58276
58277     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58278
58279 commit 1898840797c7f50799377bd5b285a8a93a82c419
58280 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58281 Date:   Tue Mar 25 21:30:06 2008 +0900
58282
58283     [MIPS] Replace memory clearance code with f_fill64
58284
58285     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
58286
58287     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58288
58289 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
58290 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58291 Date:   Tue Mar 25 21:30:06 2008 +0900
58292
58293     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
58294
58295     This patch replaces the current function definitions with NESTED, LEAF
58296     and END macro. They specify some more additional information about the
58297     function; an alignment of symbol, type of symbol, stack frame usage, etc.
58298     These information explicitly tells the assembler and the debugger about
58299     the types of code we want to generate.
58300
58301     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58302
58303 commit 282223a607c611425fa33f5428f8eae6636972bb
58304 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58305 Date:   Tue Mar 25 11:43:17 2008 +0900
58306
58307     [MIPS] asm headers' updates
58308
58309     Make some asm headers adjusted to the latest Linux kernel.
58310
58311     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58312
58313 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
58314 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58315 Date:   Tue Mar 25 11:39:29 2008 +0900
58316
58317     [MIPS] Request for the 'mips_cache_lock()' removal
58318
58319     The initial intension of having mips_cache_lock() was to use the cache
58320     as memory for temporary stack use so that a C environment can be set up
58321     as early as possible.
58322
58323     But now mips_cache_lock() follow lowlevel_init(). We've already have the
58324     real memory initilaized at this point, therefore we could/should use it.
58325     No reason to lock at all.
58326
58327     Other problems:
58328
58329     Cache locking is not consistent across MIPS implementaions. Some imple-
58330     mentations don't support locking at all. The style of locking varies -
58331     some support per line locking, others per way, etc. Some parts use bits
58332     in status registers instead of cache ops. Current mips_cache_lock() is
58333     not necessarily general-purpose.
58334
58335     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
58336     they are never get unlocked, so the code relies on whatever gets loaded
58337     after U-Boot to re-initialize the cache and clear the locks. We're sup-
58338     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
58339     but leave the situation as it is for a long time.
58340
58341     For these reasons, I proposed the removal of mips_cache_lock() from the
58342     global start-up code.
58343
58344     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
58345     *things have changed*. If he wants the same behavior as before, he needs
58346     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
58347
58348     If we don't have any regression report through several releases, then
58349     we'll remove codes entirely.
58350
58351     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58352     Acked-by: Andrew Dyer <amdyer@gmail.com>
58353
58354 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
58355 Author: Yuri Tikhonov <yur@emcraft.com>
58356 Date:   Mon Mar 24 11:30:54 2008 +0100
58357
58358     lwmon5 SYSMON POST: fix backlight control
58359
58360     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
58361     run on the board, then the SYSMON POST controls the display backlight
58362     (doesn't switch backlight ON if POST FAILED, and does switch the
58363     backlight ON if PASSED).
58364
58365     If not, then the video driver controls the display backlight (just
58366     switch ON the backlight upon initialization).
58367
58368     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58369
58370 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
58371 Author: Yuri Tikhonov <yur@emcraft.com>
58372 Date:   Mon Mar 24 11:29:14 2008 +0100
58373
58374     lwmon5 SYSMON POST: fix handling of negative temperatures
58375
58376     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
58377
58378     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58379
58380 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
58381 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58382 Date:   Fri Mar 7 16:04:25 2008 +0900
58383
58384     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
58385
58386     In current source code, when the device number of PCI is 0, process PCI
58387     bridge without fail. However, when the device number is 0, it is not PCI
58388     always bridge. There are times when device of PCI allocates.
58389
58390     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
58391     use this patch.
58392
58393     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58394     Acked-by: Stefan Roese <sr@denx.de>
58395
58396 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
58397 Author: Yuri Tikhonov <yur@emcraft.com>
58398 Date:   Fri Mar 21 09:18:40 2008 +0100
58399
58400     LWMON5: fix dsPIC POST
58401
58402     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
58403
58404     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
58405
58406 commit 388b82fddc7c05596f3f615f190da0448227dc82
58407 Author: Bartlomiej Sieka <tur@semihalf.com>
58408 Date:   Thu Mar 20 23:23:13 2008 +0100
58409
58410     [new uImage] Enable new uImage support for the pcs440ep board.
58411
58412     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58413
58414 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
58415 Author: Bartlomiej Sieka <tur@semihalf.com>
58416 Date:   Thu Mar 20 23:23:13 2008 +0100
58417
58418     [new uImage] Do not compile new uImage format support by default
58419
58420     Disable default building of new uImage format support in preparation
58421     for merge with the master. Support for new format can be enabled on
58422     a per-board basis, by defining the following in the board's config file:
58423
58424     #define CONFIG_FIT             1
58425     #define CONFIG_OF_LIBFDT       1
58426
58427     This can be optionally defined to give more verbose output:
58428
58429     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
58430
58431     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58432
58433 commit dafaede8a46c7159310239e036c93e31c6374487
58434 Author: Bartlomiej Sieka <tur@semihalf.com>
58435 Date:   Thu Mar 20 23:20:31 2008 +0100
58436
58437     [new uImage] Disable debuging output in preparation for merge with master
58438
58439     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58440
58441 commit fbe7a155027beacebaee9b32e1ada781fe924bca
58442 Author: Bartlomiej Sieka <tur@semihalf.com>
58443 Date:   Thu Mar 20 19:38:45 2008 +0100
58444
58445     [new uImage] Compilation and new uImage handling fixes for imxtract
58446
58447     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
58448     include/config_cmd_default.h. Fix few warnings and handling of new format
58449     images.
58450
58451     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58452
58453 commit 36cc8cbb3379d5166f882641123521735c469f92
58454 Author: Bartlomiej Sieka <tur@semihalf.com>
58455 Date:   Thu Mar 20 23:10:19 2008 +0100
58456
58457     [new uImage] Fix autoscr command used with new uImage format
58458
58459     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58460
58461 commit 43142e817f0597be412e7cbe19413f5532eafa5d
58462 Author: Bartlomiej Sieka <tur@semihalf.com>
58463 Date:   Thu Mar 20 23:10:19 2008 +0100
58464
58465     [new uImage] Fix *.its files location in documentation
58466
58467     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58468
58469 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
58470 Author: Wolfgang Denk <wd@denx.de>
58471 Date:   Thu Mar 20 22:01:38 2008 +0100
58472
58473     lwmon5 POST: remove unreachable code
58474
58475     plus some coding style cleanup
58476
58477     Signed-off-by: Wolfgang Denk <wd@denx.de>
58478
58479 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
58480 Author: Yuri Tikhonov <yur@emcraft.com>
58481 Date:   Thu Mar 20 17:56:04 2008 +0300
58482
58483     LWMON5: POST RTC fix
58484
58485     Modify the RTC API to provide one a status for the time reported by
58486     the rtc_get() function:
58487       0 - a reliable time is guaranteed,
58488     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
58489           and so on).
58490
58491     The RTC chip drivers are responsible for providing this info if the
58492     corresponding chip supports such functionality. If not - always
58493     report that the time is reliable.
58494
58495     The POST RTC test was modified to detect the RTC faults utilizing
58496     this new rtc_get() feature.
58497
58498     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58499
58500 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
58501 Author: Martin Krause <martin.krause@tqs.de>
58502 Date:   Wed Mar 19 14:25:14 2008 +0100
58503
58504     TQM5200B: update MTD partition layout
58505
58506     - insert partition for dtb blob to TQM5200B MTD layout
58507     - set env variables dependent on the configured board
58508       (TQM5200 or TQM5200B)
58509
58510     Signed-off-by: Martin Krause <martin.krause@tqs.de>
58511
58512 commit f0105727d132f56a21fa3ed8b162309cca6cac44
58513 Author: Stefan Roese <sr@denx.de>
58514 Date:   Wed Mar 19 07:09:26 2008 +0100
58515
58516     CFI: Small cleanup for FLASH_SHOW_PROGRESS
58517
58518     With this patch we don't need that many #ifdef's in the code. It moves
58519     the subtraction into the macro and defines a NOP-macro when
58520     CONFIG_FLASH_SHOW_PROGRESS is not defined.
58521
58522     Signed-off-by: Stefan Roese <sr@denx.de>
58523     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
58524
58525 commit 9a042e9ca512beaaa2cb450274313fc477141241
58526 Author: Jerry Van Baren <gvb.uboot@gmail.com>
58527 Date:   Sat Mar 8 13:48:01 2008 -0500
58528
58529     Flash programming progress countdown.
58530
58531     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58532
58533 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
58534 Author: Bartlomiej Sieka <tur@semihalf.com>
58535 Date:   Wed Mar 19 10:00:06 2008 +0100
58536
58537     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
58538
58539     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58540
58541 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
58542 Author: David Gibson <david@gibson.dropbear.id.au>
58543 Date:   Mon Feb 18 18:09:04 2008 +1100
58544
58545     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
58546
58547     Since fdt_node_offset_by_compatible() was converted to the new
58548     fdt_next_node() iterator, a chunk of initialization code became
58549     redundant, but was not removed by oversight.  This patch cleans it up.
58550
58551     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
58552
58553 commit d0ccb9b140b472039732de102fc14597eedb14df
58554 Author: David Gibson <david@gibson.dropbear.id.au>
58555 Date:   Mon Feb 18 18:06:31 2008 +1100
58556
58557     libfdt: Trivial cleanup for CHECK_HEADER)
58558
58559     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
58560     However, there are a handful of functions (fdt_move, rw_check_header,
58561     fdt_open_into) from other files which could also use it (currently
58562     they open-code something more-or-less identical).  Therefore, this
58563     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
58564     places.
58565
58566     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
58567
58568 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
58569 Author: Kumar Gala <galak@kernel.crashing.org>
58570 Date:   Wed Feb 20 14:32:36 2008 -0600
58571
58572     Fix fdt boardsetup command parsing
58573
58574     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
58575
58576     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58577
58578 commit 804887e6001e2f00bea11431bf34d6d472512cda
58579 Author: Kumar Gala <galak@kernel.crashing.org>
58580 Date:   Fri Feb 15 03:34:36 2008 -0600
58581
58582     Add sub-commands to fdt
58583
58584     fdt header                          - Display header info
58585     fdt bootcpu <id>                    - Set boot cpuid
58586     fdt memory <addr> <size>            - Add/Update memory node
58587     fdt rsvmem print                    - Show current mem reserves
58588     fdt rsvmem add <addr> <size>        - Add a mem reserve
58589     fdt rsvmem delete <index>           - Delete a mem reserves
58590
58591     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58592
58593 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
58594 Author: David Gibson <david@gibson.dropbear.id.au>
58595 Date:   Thu Feb 14 16:50:34 2008 +1100
58596
58597     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
58598
58599     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
58600     node which has NOP tags interspersed with its properties.  In this
58601     case fdt_add_subnode_namelen() will put the new subnode before the
58602     first NOP tag, even if there are properties after it, which will
58603     result in an invalid blob.
58604
58605     This patch fixes the bug, and adds a testcase for it.
58606
58607     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
58608
58609 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
58610 Author: David Gibson <david@gibson.dropbear.id.au>
58611 Date:   Tue Feb 12 11:58:31 2008 +1100
58612
58613     libfdt: Add and use a node iteration helper function.
58614
58615     This patch adds an fdt_next_node() function which can be used to
58616     iterate through nodes of the tree while keeping track of depth.  This
58617     function is used to simplify the iteration code in a lot of other
58618     functions, and is also exported for use by library users.
58619
58620     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
58621
58622 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
58623 Author: David Gibson <david@gibson.dropbear.id.au>
58624 Date:   Fri Jan 11 14:55:05 2008 +1100
58625
58626     libfdt: Add fdt_set_name() function
58627
58628     This patch adds an fdt_set_name() function to libfdt, mirroring
58629     fdt_get_name().  This is a r/w function which alters the name of a
58630     given device tree node.
58631
58632     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
58633
58634 commit 23e20aa6488e6c0622496549861bfdc74108debe
58635 Author: Yuri Tikhonov <yur@pollux.denx.de>
58636 Date:   Tue Mar 18 13:33:30 2008 +0100
58637
58638     lwmon5: Fix register test logic to match the specific GDC h/w.
58639
58640     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58641     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58642
58643 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
58644 Author: Yuri Tikhonov <yur@pollux.denx.de>
58645 Date:   Tue Mar 18 13:27:57 2008 +0100
58646
58647     Fix backlight in the lwmon5 POST.
58648
58649     Backlight was switched on even when temperature was too low.
58650
58651     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58652     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58653
58654 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
58655 Author: Yuri Tikhonov <yur@pollux.denx.de>
58656 Date:   Wed Feb 6 18:48:36 2008 +0100
58657
58658     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).
58659
58660      To enable this, alternative, configuration the U-Boot board configuration
58661     file for lwmon5 includes the definitions of alternative addresses for header
58662     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
58663
58664      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
58665     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
58666     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
58667
58668     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58669
58670 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
58671 Author: Yuri Tikhonov <yur@pollux.denx.de>
58672 Date:   Mon Feb 4 17:11:53 2008 +0100
58673
58674     Add support for the lwmon5 board reset via GPIO58.
58675
58676     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58677     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58678
58679 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
58680 Author: Yuri Tikhonov <yur@pollux.denx.de>
58681 Date:   Mon Feb 4 17:09:55 2008 +0100
58682
58683     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
58684
58685     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58686     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58687
58688 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
58689 Author: Yuri Tikhonov <yur@pollux.denx.de>
58690 Date:   Mon Feb 4 14:11:03 2008 +0100
58691
58692     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.
58693
58694     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58695     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58696
58697 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
58698 Author: Yuri Tikhonov <yur@pollux.denx.de>
58699 Date:   Mon Feb 4 14:10:42 2008 +0100
58700
58701     The patch adds new POST tests for the Lwmon5 board. These are:
58702
58703     * External Watchdog test;
58704     * dsPIC tests;
58705     * FPGA test;
58706     * GDC test;
58707     * Sysmon tests.
58708
58709     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58710     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58711
58712 commit c2ed33efbfff5767bca236828e021c55fd547b6c
58713 Author: Yuri Tikhonov <yur@pollux.denx.de>
58714 Date:   Mon Feb 4 14:10:01 2008 +0100
58715
58716     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
58717
58718     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58719
58720 commit 3a5d1e7f1309998791702b2a559e3126781746b9
58721 Author: Yuri Tikhonov <yur@pollux.denx.de>
58722 Date:   Tue Mar 18 13:33:30 2008 +0100
58723
58724     lwmon5: Fix register test logic to match the specific GDC h/w.
58725
58726     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58727     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58728
58729 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
58730 Author: Yuri Tikhonov <yur@pollux.denx.de>
58731 Date:   Tue Mar 18 13:27:57 2008 +0100
58732
58733     Fix backlight in the lwmon5 POST.
58734
58735     Backlight was switcehd on even when temperature was too low.
58736
58737     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58738     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58739
58740 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
58741 Author: Yuri Tikhonov <yur@pollux.denx.de>
58742 Date:   Wed Feb 6 18:48:36 2008 +0100
58743
58744      The patch introduces the alternative configuration of the log buffer for
58745     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
58746     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
58747     PPC440EPX_GPT0_COMP5).
58748
58749      To enable this, alternative, configuration the U-Boot board configuration
58750     file for lwmon5 includes the definitions of alternative addresses for header
58751     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
58752
58753      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
58754     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
58755     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
58756
58757     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58758
58759 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
58760 Author: Yuri Tikhonov <yur@pollux.denx.de>
58761 Date:   Mon Feb 4 17:11:53 2008 +0100
58762
58763     Add support for the lwmon5 board reset via GPIO58.
58764
58765     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58766     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58767
58768 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
58769 Author: Yuri Tikhonov <yur@pollux.denx.de>
58770 Date:   Mon Feb 4 17:09:55 2008 +0100
58771
58772     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
58773     Disable external watch-dog for now.
58774
58775     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58776     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58777
58778 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
58779 Author: Yuri Tikhonov <yur@pollux.denx.de>
58780 Date:   Mon Feb 4 14:11:03 2008 +0100
58781
58782     The patch introduces the CRITICAL feature of POST tests. If the test
58783     marked as POST_CRITICAL fails then the alternative, post_critical,
58784     boot-command is used. If this command is not defined then U-Boot
58785     enters into interactive mode.
58786
58787     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58788     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58789
58790 commit 65b20dcefc89618193fa51947968dada91e4c778
58791 Author: Yuri Tikhonov <yur@pollux.denx.de>
58792 Date:   Mon Feb 4 14:10:42 2008 +0100
58793
58794     The patch adds new POST tests for the Lwmon5 board.
58795     These are:
58796
58797     * External Watchdog test;
58798     * dsPIC tests;
58799     * FPGA test;
58800     * GDC test;
58801     * Sysmon tests.
58802
58803     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58804     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58805
58806 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
58807 Author: Yuri Tikhonov <yur@pollux.denx.de>
58808 Date:   Mon Feb 4 14:10:01 2008 +0100
58809
58810     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
58811
58812     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
58813
58814 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
58815 Author: Wolfgang Denk <wd@denx.de>
58816 Date:   Tue Mar 18 17:35:51 2008 +0100
58817
58818     HMI1001: fix compile problem.
58819
58820     Signed-off-by: Wolfgang Denk <wd@denx.de>
58821
58822 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
58823 Author: Mike Frysinger <vapier@gentoo.org>
58824 Date:   Mon Feb 18 05:32:30 2008 -0500
58825
58826     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
58827
58828     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
58829     for the board specific driver at all.  Just use the common CFI driver.
58830
58831     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58832
58833 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
58834 Author: Mike Frysinger <vapier@gentoo.org>
58835 Date:   Tue Feb 19 00:36:14 2008 -0500
58836
58837     Blackfin: add proper ELF markings to some assembly functions
58838
58839     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58840
58841 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
58842 Author: Mike Frysinger <vapier@gentoo.org>
58843 Date:   Tue Feb 19 00:35:17 2008 -0500
58844
58845     Blackfin: new cplbinfo command for viewing cplb tables
58846
58847     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58848
58849 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
58850 Author: Mike Frysinger <vapier@gentoo.org>
58851 Date:   Mon Feb 18 05:37:51 2008 -0500
58852
58853     Blackfin: update MAINTAINERS list
58854
58855     Add maintainer information for the Blackfin boards.
58856
58857     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58858
58859 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
58860 Author: Mike Frysinger <vapier@gentoo.org>
58861 Date:   Mon Feb 18 05:26:48 2008 -0500
58862
58863     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
58864
58865     Stop tying things to the processor that should be tied to other defines and
58866     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
58867     system to select the -mcpu option.
58868
58869     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58870
58871 commit 86a20fb920bd198105acf7b1191117f566d637ed
58872 Author: Mike Frysinger <vapier@gentoo.org>
58873 Date:   Sat Feb 16 07:40:36 2008 -0500
58874
58875     Blackfin: move bootldr command to common code
58876
58877     This moves the Blackfin-common bootldr command out of the BF537-STAMP
58878     specific board directory and into the common directory so that all Blackfin
58879     boards may utilize it.
58880
58881     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
58882
58883 commit decbe029b2a9d3333d02c433389b1c821eea96d7
58884 Author: Heiko Schocher <hs@denx.de>
58885 Date:   Fri Mar 14 11:05:20 2008 +0100
58886
58887     mgcoge: update configuration
58888
58889     Fix configuration for mgcoge board
58890
58891     Signed-off-by: Heiko Schocher <hs@denx.de>
58892
58893 commit c136724cda0219c49f1d4b346f00da29b14fdf14
58894 Author: Wolfgang Denk <wd@denx.de>
58895 Date:   Sun Mar 16 01:22:59 2008 +0100
58896
58897     drivers/rtc/Makefile: keep list sorted
58898
58899     Signed-off-by: Wolfgang Denk <wd@denx.de>
58900
58901 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
58902 Author: Tor Krill <tor@excito.com>
58903 Date:   Sat Mar 15 15:40:26 2008 +0100
58904
58905     Add support for Intersil isl1208 RTC
58906
58907     Signed-off-by: Tor Krill <tor@excito.com>
58908
58909 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
58910 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58911 Date:   Sat Mar 15 17:36:41 2008 +0100
58912
58913     cramfs: Fix ifdef
58914
58915     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58916
58917 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
58918 Author: Wolfgang Denk <wd@denx.de>
58919 Date:   Sun Mar 16 01:12:58 2008 +0100
58920
58921     Conding style cleanup
58922
58923     Signed-off-by: Wolfgang Denk <wd@denx.de>
58924
58925 commit 41712b4e8c95dff23354bcd620e1f9477160c190
58926 Author: Stefan Roese <sr@denx.de>
58927 Date:   Wed Mar 5 12:31:53 2008 +0100
58928
58929     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
58930
58931     This patch adds USB OHCI support to the Canyonlands board port. It also
58932     enables EXT2 support.
58933
58934     Signed-off-by: Stefan Roese <sr@denx.de>
58935
58936 commit 2596f5b9d353ff3e4387a3325d05740f16958038
58937 Author: Stefan Roese <sr@denx.de>
58938 Date:   Wed Mar 5 12:29:32 2008 +0100
58939
58940     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
58941
58942     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
58943     way a board just needs to define this new option to enable the "force
58944     NoPowerSwitching mode" instead of adding new CPU/architecture defines
58945     to the USB source itself.
58946
58947     This new option will be used first with the new AMCC 460EX Canyonlands
58948     board port, which will be posted in a few days.
58949
58950     This patch also fixes a small compilation problem when DEBUG is enabled.
58951
58952     Signed-off-by: Stefan Roese <sr@denx.de>
58953
58954 commit 71665ebf88408ff2acb762af47989fd4365b321a
58955 Author: Stefan Roese <sr@denx.de>
58956 Date:   Mon Mar 3 17:27:02 2008 +0100
58957
58958     ppc4xx: Add Canyonlands NAND booting support
58959
58960     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
58961     NAND devices. The only bootstrap option for NAND booting is option F for
58962     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
58963     EEPROM needs to be programmed accordingly.
58964
58965     This patch adds basic NAND booting support for the AMCC Canyonlands aval
58966     board and also adds support to the "bootstrap" command, to enable NAND
58967     booting I2C setting.
58968
58969     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
58970
58971     Signed-off-by: Stefan Roese <sr@denx.de>
58972
58973 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
58974 Author: Stefan Roese <sr@denx.de>
58975 Date:   Tue Mar 11 16:53:00 2008 +0100
58976
58977     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
58978
58979     This patch adds support for the AMCC Canyonlands 460EX evaluation
58980     board.
58981
58982     Signed-off-by: Stefan Roese <sr@denx.de>
58983
58984 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
58985 Author: Stefan Roese <sr@denx.de>
58986 Date:   Tue Mar 11 16:52:24 2008 +0100
58987
58988     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
58989
58990     This patch adds support for the AMCC Canyonlands 460EX evaluation
58991     board.
58992
58993     Signed-off-by: Stefan Roese <sr@denx.de>
58994
58995 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
58996 Author: Stefan Roese <sr@denx.de>
58997 Date:   Tue Mar 11 16:51:17 2008 +0100
58998
58999     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
59000
59001     This patch adds support for the AMCC Canyonlands 460EX evaluation
59002     board.
59003
59004     Signed-off-by: Stefan Roese <sr@denx.de>
59005
59006 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
59007 Author: Stefan Roese <sr@denx.de>
59008 Date:   Tue Mar 11 15:11:43 2008 +0100
59009
59010     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
59011
59012     This patch adds basic support for the AMCC 460EX/460GT PPC's.
59013
59014     Signed-off-by: Stefan Roese <sr@denx.de>
59015
59016 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
59017 Author: Stefan Roese <sr@denx.de>
59018 Date:   Tue Mar 11 15:11:18 2008 +0100
59019
59020     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
59021
59022     This patch adds basic support for the AMCC 460EX/460GT PPC's.
59023
59024     Signed-off-by: Stefan Roese <sr@denx.de>
59025
59026 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
59027 Author: Stefan Roese <sr@denx.de>
59028 Date:   Tue Mar 11 15:07:10 2008 +0100
59029
59030     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
59031
59032     This patch adds basic support for the AMCC 460EX/460GT PPC's.
59033
59034     Signed-off-by: Stefan Roese <sr@denx.de>
59035
59036 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
59037 Author: Stefan Roese <sr@denx.de>
59038 Date:   Tue Mar 11 15:05:50 2008 +0100
59039
59040     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
59041
59042     This patch adds basic support for the AMCC 460EX/460GT PPC's.
59043
59044     Signed-off-by: Stefan Roese <sr@denx.de>
59045
59046 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
59047 Author: Stefan Roese <sr@denx.de>
59048 Date:   Tue Mar 11 15:05:26 2008 +0100
59049
59050     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
59051
59052     This patch adds basic support for the AMCC 460EX/460GT PPC's.
59053
59054     Signed-off-by: Stefan Roese <sr@denx.de>
59055
59056 commit 56e410178375d9f20be25fb24e180974f0ae120b
59057 Author: Stefan Roese <sr@denx.de>
59058 Date:   Tue Feb 19 22:07:57 2008 +0100
59059
59060     ppc4xx: interrupt.c reworked
59061
59062     This patch is a rework of the 4xx interrupt handling done while
59063     adding the 460EX/GT support. Interrupts are needed on 4xx for the
59064     EMAC driver.
59065
59066     Signed-off-by: Stefan Roese <sr@denx.de>
59067
59068 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
59069 Author: Stefan Roese <sr@denx.de>
59070 Date:   Tue Feb 19 22:01:57 2008 +0100
59071
59072     ppc4xx: program_tlb now uses 64bit physical addess
59073
59074     This patch changes the physical addess parameter from 32bit to 64bit.
59075     This is needed for 36bit 4xx platforms to access areas located
59076     beyond the 4GB border, like SoC peripherals (EBC etc.).
59077
59078     Signed-off-by: Stefan Roese <sr@denx.de>
59079
59080 commit c3307fa186af85771924c434997089b8104c0a46
59081 Author: Stefan Roese <sr@denx.de>
59082 Date:   Tue Feb 19 21:58:25 2008 +0100
59083
59084     ppc4xx: miiphy.c reworked
59085
59086     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
59087     badly neede some cleanup.
59088
59089     Signed-off-by: Stefan Roese <sr@denx.de>
59090
59091 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
59092 Author: Stefan Roese <sr@denx.de>
59093 Date:   Tue Feb 19 16:21:49 2008 +0100
59094
59095     rtc: Add M41T62 support
59096
59097     This patch add support for the STM M41T62 RTC. It is used and tested
59098     on the AMCC Canyonlands 406EX platform.
59099
59100     Signed-off-by: Stefan Roese <sr@denx.de>
59101
59102 commit 217d383e201adc7f2271145ae345ea5eae2b7170
59103 Author: Niklaus Giger <niklaus.giger@netstal.com>
59104 Date:   Mon Feb 25 18:46:43 2008 +0100
59105
59106     ppc4xx: Add 405GPr based MCU25 board specific files
59107
59108     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59109
59110 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
59111 Author: Niklaus Giger <niklaus.giger@netstal.com>
59112 Date:   Mon Feb 25 18:46:42 2008 +0100
59113
59114     ppc4xx: Add 405GPr based MCU25 board config file
59115
59116     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59117
59118 commit b05f35436b733a240559e77e46bed8439665ecc5
59119 Author: Niklaus Giger <niklaus.giger@netstal.com>
59120 Date:   Mon Feb 25 18:46:41 2008 +0100
59121
59122     ppc4xx: Add 405GPr based MCU25 board. Global files
59123
59124     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59125
59126 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
59127 Author: Niklaus Giger <niklaus.giger@netstal.com>
59128 Date:   Mon Feb 25 18:37:02 2008 +0100
59129
59130     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
59131
59132     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59133
59134 commit a079494853cc2bfeddb26673219db0b4b2b31566
59135 Author: Niklaus Giger <niklaus.giger@netstal.com>
59136 Date:   Mon Feb 25 18:37:01 2008 +0100
59137
59138     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
59139
59140     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
59141     the FLASH_CFI_LEGACY et al. config options.
59142
59143     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59144
59145 commit e4170e5a50c8110f792bc37472833ae669d69951
59146 Author: Stefan Roese <sr@denx.de>
59147 Date:   Tue Mar 11 13:52:25 2008 +0100
59148
59149     ppc4xx: Fix comment in 405EX DDR2 init code
59150
59151     Signed-off-by: Stefan Roese <sr@denx.de>
59152
59153 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
59154 Author: Bartlomiej Sieka <tur@semihalf.com>
59155 Date:   Fri Mar 14 16:22:34 2008 +0100
59156
59157     Add MD5 support to the new uImage format
59158
59159     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59160
59161 commit 0ede0c383530a418cf98be9122371a86573cd0db
59162 Author: Bartlomiej Sieka <tur@semihalf.com>
59163 Date:   Fri Mar 14 16:22:34 2008 +0100
59164
59165     Add the MD5 algorithm
59166
59167     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
59168     calculated using the md5() function -- see include/md5.h for details.
59169
59170     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59171
59172 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
59173 Author: Wolfgang Denk <wd@denx.de>
59174 Date:   Fri Mar 14 16:04:54 2008 +0100
59175
59176     tools/setlocalversion: use a git-describe-ish format
59177
59178     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
59179     where 'nnnnn' is the number of commits since the last tag (i.e.,
59180     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
59181     and to see how much has been changed since the referenced tag.
59182
59183     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
59184
59185     Signed-off-by: Wolfgang Denk <wd@denx.de>
59186
59187 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
59188 Author: Wolfgang Denk <wd@denx.de>
59189 Date:   Thu Mar 13 14:32:03 2008 +0100
59190
59191     HMI1001: add support for MPC5200 Rev. B processors.
59192
59193     Signed-off-by: Wolfgang Denk <wd@denx.de>
59194
59195 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
59196 Author: Wolfgang Denk <wd@denx.de>
59197 Date:   Thu Mar 13 14:29:49 2008 +0100
59198
59199     TQM5200: remove dead code
59200
59201     This board never used a MGT5100 processor.
59202
59203     Signed-off-by: Wolfgang Denk <wd@denx.de>
59204
59205 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
59206 Author: Marian Balakowicz <m8@semihalf.com>
59207 Date:   Wed Mar 12 12:14:15 2008 +0100
59208
59209     [new uImage] Fix build issue on ARM
59210
59211     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
59212
59213     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59214
59215 commit 3310c549a73a949430bfda90876df7552a1dab0c
59216 Author: Marian Balakowicz <m8@semihalf.com>
59217 Date:   Wed Mar 12 12:13:13 2008 +0100
59218
59219     [new uImage] Add new uImage format documentation and examples
59220
59221     Create doc/uImage.FIT documentation directory with the following files:
59222     - command_syntax_extensions.txt : extended command syntax description
59223     - howto.txt                     : short usage howto
59224     - source_file_format.txt        : internal new uImage format description
59225
59226     Add example image source files:
59227     - kernel.its
59228     - kernel_fdt.its
59229     - multi.its
59230
59231     Update README appropriately.
59232
59233     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59234     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59235
59236 commit 1ec73761d2e247078f4520a265d463e8b73391a2
59237 Author: Marian Balakowicz <m8@semihalf.com>
59238 Date:   Wed Mar 12 10:35:52 2008 +0100
59239
59240     [new uImage] Fix definition of common bootm_headers_t fields
59241
59242     verify, autostart and lmb fields are used regardless of CONFIG_FIT
59243     setting, move their definitions to common section.
59244
59245     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59246
59247 commit 1d1cb4270edc6a99276834064069717f9782c491
59248 Author: Marian Balakowicz <m8@semihalf.com>
59249 Date:   Wed Mar 12 10:35:51 2008 +0100
59250
59251     [new uImage] Fix build problems on trab board
59252
59253     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59254
59255 commit f773bea8e11f4a11c388dcee956b2444203e6b65
59256 Author: Marian Balakowicz <m8@semihalf.com>
59257 Date:   Wed Mar 12 10:35:46 2008 +0100
59258
59259     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
59260
59261     Save FIT configuration provied in the first bootm argument and use it
59262     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
59263     arguments are not specified.
59264
59265     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59266
59267 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
59268 Author: Marian Balakowicz <m8@semihalf.com>
59269 Date:   Wed Mar 12 10:33:01 2008 +0100
59270
59271     [new uImage] More verbose kernel image uncompress error message
59272
59273     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59274
59275 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
59276 Author: Marian Balakowicz <m8@semihalf.com>
59277 Date:   Wed Mar 12 10:33:01 2008 +0100
59278
59279     [new uImage] Use show_boot_progress() for new uImage format
59280
59281     This patch allocates a set of show_boot_progress() IDs for new uImage format
59282     and adds show_boot_progress() calls in new uImage format handling code.
59283
59284     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59285
59286 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
59287 Author: Marian Balakowicz <m8@semihalf.com>
59288 Date:   Wed Mar 12 10:33:01 2008 +0100
59289
59290     [new uImage] Add new uImage fromat support to fpga command
59291
59292     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59293
59294 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
59295 Author: Marian Balakowicz <m8@semihalf.com>
59296 Date:   Wed Mar 12 10:33:01 2008 +0100
59297
59298     [new uImage] Add new uImage format handling to other bootm related commands
59299
59300     Updated commands:
59301
59302     docboot  - cmd_doc.c
59303     fdcboot  - cmd_fdc.c
59304     diskboot - cmd_ide.c
59305     nboot    - cmd_nand.c
59306     scsiboot - cmd_scsi.c
59307     usbboot  - cmd_usb.c
59308
59309     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59310
59311 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
59312 Author: Marian Balakowicz <m8@semihalf.com>
59313 Date:   Wed Mar 12 10:33:00 2008 +0100
59314
59315     [new uImage] Add new uImage format support to imgextract command
59316
59317     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59318
59319 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
59320 Author: Marian Balakowicz <m8@semihalf.com>
59321 Date:   Wed Mar 12 10:33:00 2008 +0100
59322
59323     [new uImage] Add new uImage format support to autoscript routine
59324
59325     autoscript() routine is updated to accept second argument, which
59326     is only used for FIT images and provides a FIT subimage unit name.
59327
59328     autoscript() routine callers must now pass two arguments. For
59329     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
59330     variable 'autoscript_uname' is introduced and used as a FIT
59331     subimage unit name source.
59332
59333     autoscript command accepts extended syntax of the addr argument:
59334     addr:<subimg_uname>
59335
59336     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59337
59338 commit cd7c596e9f561dbbc17b717277438aee78cde14f
59339 Author: Marian Balakowicz <m8@semihalf.com>
59340 Date:   Wed Mar 12 10:33:00 2008 +0100
59341
59342     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
59343
59344     This patch updates architecture specific implementations of
59345     do_bootm_linux() adding new uImage format handling for
59346     operations like get kernel entry point address, get kernel
59347     image data start address.
59348
59349     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59350
59351 commit 3dfe110149311425919e6d6a14b561b4207498f1
59352 Author: Marian Balakowicz <m8@semihalf.com>
59353 Date:   Wed Mar 12 10:32:59 2008 +0100
59354
59355     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
59356
59357     This patch adds new node offset fields to struct bootm_headers
59358     and updates bootm_headers processing code to make use of them.
59359     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
59360
59361     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59362
59363 commit bc8ed486b125452ba3bd8344f052f437329150c5
59364 Author: Marian Balakowicz <m8@semihalf.com>
59365 Date:   Wed Mar 12 10:32:53 2008 +0100
59366
59367     [new uImage] ppc: Add new uImage format support to FDT handling routines
59368
59369     Support for new (FIT) format uImages is added to powerpc specific
59370     boot_get_fdt() routine which now recognizes, sanity checks FIT image
59371     and is able to access data sections of the requested component image.
59372
59373     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59374
59375 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
59376 Author: Marian Balakowicz <m8@semihalf.com>
59377 Date:   Wed Mar 12 10:14:57 2008 +0100
59378
59379     [new uImage] Re-enable interrupts for non automatic booting
59380
59381     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
59382     environment variable is not set to 'yes'.
59383
59384     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59385
59386 commit d985c8498c4e47095820da97aa722381d39172c5
59387 Author: Marian Balakowicz <m8@semihalf.com>
59388 Date:   Wed Mar 12 10:14:38 2008 +0100
59389
59390     [new uImage] Remove unnecessary arguments passed to ramdisk routines
59391
59392     boot_get_ramdisk() and image_get_ramdisk() do not need all
59393     cmdtp, flag, argc and argv arguments. Simplify routines definition.
59394
59395     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59396
59397 commit c87796483bc7c2900470dc747c367f602577608d
59398 Author: Marian Balakowicz <m8@semihalf.com>
59399 Date:   Wed Mar 12 10:12:37 2008 +0100
59400
59401     [new uImage] Add new uImage format support for ramdisk handling
59402
59403     This patch updates boot_get_ramdisk() routine adding format
59404     verification and handling for new (FIT) uImages.
59405
59406     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59407
59408 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
59409 Author: Marian Balakowicz <m8@semihalf.com>
59410 Date:   Wed Mar 12 10:01:05 2008 +0100
59411
59412     [new uImage] Add new uImage format support for kernel booting
59413
59414     New format uImages are recognized by the bootm command,
59415     validity of specified kernel component image is checked and
59416     its data section located and used for further processing
59417     (uncompress, load, etc.)
59418
59419     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59420
59421 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
59422 Author: Marian Balakowicz <m8@semihalf.com>
59423 Date:   Tue Mar 11 12:35:20 2008 +0100
59424
59425     [new uImage] Add new uImage format support for imls and iminfo commands
59426
59427     imls and iminfo can now recognize nad print out contents of the new (FIT)
59428     format uImages.
59429
59430     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59431
59432 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
59433 Author: Bartlomiej Sieka <tur@semihalf.com>
59434 Date:   Tue Mar 11 12:34:47 2008 +0100
59435
59436     [new uImage] Add support for new uImage format to mkimage tool
59437
59438     Support for the new uImage format (FIT) is added to mkimage tool.
59439     Commandline syntax is appropriately extended:
59440
59441     mkimage [-D dtc_options] -f fit-image.its fit-image
59442
59443     mkimage (together with dtc) takes fit-image.its and referenced therein
59444     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
59445     final image that can be transferred to the target (e.g., via tftp) and then
59446     booted using the bootm command in U-Boot.
59447
59448     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59449
59450 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
59451 Author: Marian Balakowicz <m8@semihalf.com>
59452 Date:   Mon Mar 10 17:53:49 2008 +0100
59453
59454     [new uImage] Make node unit names const in struct bootm_headers
59455
59456     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59457
59458 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
59459 Author: Marian Balakowicz <m8@semihalf.com>
59460 Date:   Fri Feb 29 21:24:06 2008 +0100
59461
59462     [new uImage] New uImage low-level API
59463
59464     Add FDT-based functions for handling new format component images,
59465     configurations, node operations, property get/set, etc.
59466
59467     fit_        - routines handling global new format uImage operations
59468                   like get/set top level property, process all nodes, etc.
59469     fit_image_  - routines handling component images subnodes
59470     fit_conf_   - routines handling configurations node
59471
59472     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59473     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59474
59475 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
59476 Author: Wolfgang Denk <wd@denx.de>
59477 Date:   Sun Mar 9 16:20:02 2008 +0100
59478
59479     Release v1.3.2
59480
59481     Update CHANGELOG for release.
59482
59483     Signed-off-by: Wolfgang Denk <wd@denx.de>
59484
59485 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
59486 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59487 Date:   Sun Mar 9 14:52:11 2008 +0100
59488
59489     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
59490
59491     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59492     Signed-off-by: Wolfgang Denk <wd@denx.de>
59493
59494 commit db695b78515ddb88a2d4f3357c120345efbf59ec
59495 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59496 Date:   Sun Mar 9 10:44:01 2008 +0100
59497
59498     scb9328: Fix flash warning: type qualifiers ignored on function return type
59499
59500     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59501
59502 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
59503 Author: Wolfgang Denk <wd@denx.de>
59504 Date:   Sun Mar 9 10:50:41 2008 +0100
59505
59506     esd/common/fpga.c: fix indentation.
59507
59508     Signed-off-by: Wolfgang Denk <wd@denx.de>
59509
59510 commit cc3843e36453e2b8db65d7e56de938ba045016a0
59511 Author: Wolfgang Denk <wd@denx.de>
59512 Date:   Sun Mar 9 10:33:31 2008 +0100
59513
59514     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
59515
59516     and get rid of a couple of unneeded casts.
59517
59518     Signed-off-by: Wolfgang Denk <wd@denx.de>
59519
59520 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
59521 Author: Wolfgang Denk <wd@denx.de>
59522 Date:   Sun Mar 9 10:09:53 2008 +0100
59523
59524     esd/common/fpga.c: fix 'assignment of read-only location' error
59525
59526     Signed-off-by: Wolfgang Denk <wd@denx.de>
59527
59528 commit c6fe4dabac066e8758345d249032768496983a3e
59529 Author: Wolfgang Denk <wd@denx.de>
59530 Date:   Sun Mar 9 02:13:19 2008 +0100
59531
59532     Makefile: make build silently again.
59533
59534     Signed-off-by: Wolfgang Denk <wd@denx.de>
59535
59536 commit 76babc86576f092573599334c85ec543fdbc6015
59537 Author: Wolfgang Denk <wd@denx.de>
59538 Date:   Sun Mar 9 02:07:49 2008 +0100
59539
59540     m501sk: Fix out of tree building
59541
59542     Signed-off-by: Wolfgang Denk <wd@denx.de>
59543
59544 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
59545 Author: Wolfgang Denk <wd@denx.de>
59546 Date:   Sun Mar 9 00:06:09 2008 +0100
59547
59548     ADS5121: fix out of tree build
59549
59550     and simplify Makefile a bit.
59551
59552     Signed-off-by: Wolfgang Denk <wd@denx.de>
59553
59554 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
59555 Author: Wolfgang Denk <wd@denx.de>
59556 Date:   Sat Mar 8 22:35:31 2008 +0100
59557
59558     Release v1.3.2
59559
59560     Signed-off-by: Wolfgang Denk <wd@denx.de>
59561
59562 commit 78a90f827df74520e939c794fc7413dace21c4db
59563 Author: Wolfgang Denk <wd@denx.de>
59564 Date:   Sat Mar 8 22:35:04 2008 +0100
59565
59566     Update CHANGELOG
59567
59568     Signed-off-by: Wolfgang Denk <wd@denx.de>
59569
59570 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
59571 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59572 Date:   Sat Mar 8 21:30:04 2008 +0100
59573
59574     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
59575
59576     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59577
59578 commit d75469d48c05795144f4b8ba76addbb4920a7bba
59579 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
59580 Date:   Sat Mar 8 09:25:49 2008 +0900
59581
59582     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
59583
59584     When rtl_recv() of rtl8169 is called, OWNbit of status register
59585     is not enable occasionally.
59586     rtl_recv() doesn't work normally when the driver doesn't do
59587     appropriate processing.
59588     This patch fix this problem.
59589
59590     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
59591
59592 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
59593 Author: Heiko Schocher <hs@denx.de>
59594 Date:   Fri Mar 7 08:15:28 2008 +0100
59595
59596     mgsuvd: update board configuration
59597
59598     initialize the UPIOx controller.
59599
59600     Signed-off-by: Heiko Schocher <hs@denx.de>
59601
59602 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
59603 Author: Heiko Schocher <hs@denx.de>
59604 Date:   Fri Mar 7 08:13:41 2008 +0100
59605
59606     mgcoge: update board configuration
59607
59608     add support for the config Flash.
59609     initialize the UPIOx controller.
59610
59611     Signed-off-by: Heiko Schocher <hs@denx.de>
59612
59613 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
59614 Author: Kim Phillips <kim.phillips@freescale.com>
59615 Date:   Fri Mar 7 12:27:31 2008 -0600
59616
59617     mpc83xx: make dtb basename file references equal those of linux
59618
59619     the dts file basenames were updated in linux - this helps avoid
59620     inadvertently loading any old dtbs laying around.
59621
59622     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59623
59624 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
59625 Author: Kim Phillips <kim.phillips@freescale.com>
59626 Date:   Wed Feb 27 16:08:22 2008 -0600
59627
59628     net: uec_phy: actually increment the timeout counter
59629
59630     allow u-boot to recover (and, e.g., switch to another interface) in the
59631     case where a PHY does not report autonegotiation is complete within its
59632     two second timeout value.
59633
59634     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59635
59636 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
59637 Author: Markus Brunner <super.firetwister@googlemail.com>
59638 Date:   Wed Mar 5 21:38:12 2008 +0100
59639
59640     fix taihu soft spi_read
59641
59642     The taihu board used gpio_read_out_bit which reads the output register and not
59643     the pin state.
59644
59645     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
59646
59647 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
59648 Author: Stefan Roese <sr@denx.de>
59649 Date:   Fri Mar 7 08:01:43 2008 +0100
59650
59651     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
59652
59653     Signed-off-by: Stefan Roese <sr@denx.de>
59654
59655 commit bd4458cb47abecabd406b1210457be96c69fc49d
59656 Author: Dave Liu <r63238@freescale.com>
59657 Date:   Tue Mar 4 16:59:22 2008 +0800
59658
59659     837xEMDS: Improve the system performance
59660
59661     1. Make the CSB bus pipeline depth as 4, and enable
59662        the repeat mode;
59663     2. Raise the eTSEC emergency priority;
59664     3. Use the highest IP blocks clock.
59665
59666     Signed-off-by: Dave Liu <daveliu@freescale.com>
59667
59668 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
59669 Author: Detlev Zundel <dzu@denx.de>
59670 Date:   Thu Mar 6 16:45:53 2008 +0100
59671
59672     Replace "run load; run update" with conditionalized "run load update".
59673
59674     The latter version stops when "run load" fails for whatever reasons
59675     rendering the combination *a lot* more secure.
59676
59677     Signed-off-by: Detlev Zundel <dzu@denx.de>
59678
59679 commit 6bc113886d7d316df1a4e459bec8baf027518551
59680 Author: Stefan Roese <sr@denx.de>
59681 Date:   Tue Mar 4 17:40:41 2008 +0100
59682
59683     net: Print error message upon net usage when no ethernet-interface is found
59684
59685     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
59686     defined. Then no ethernet interface is available but a simple "tftp"
59687     command will return without any error message which is quite confusing.
59688
59689     Signed-off-by: Stefan Roese <sr@denx.de>
59690
59691 commit a30a549a3553032d809e0356306b62de0b125901
59692 Author: Jon Loeliger <jdl@freescale.com>
59693 Date:   Tue Mar 4 10:03:03 2008 -0600
59694
59695     Remove erroneous or extra spd.h #includers.
59696
59697     Many of the spd.h #includers don't need it,
59698     and wanted to have spd_sdram() declared instead.
59699     Since they didn't get that, some also had open
59700     coded extern declarations of it instead or as well.
59701     Fix it all up by using spd_sdram.h where needed.
59702
59703     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59704
59705 commit a4475386cef14af3fd88f0518b688e755669486d
59706 Author: Wolfgang Denk <wd@denx.de>
59707 Date:   Tue Mar 4 17:41:28 2008 +0100
59708
59709     PCS440EP: fix build problems (redundant #define)
59710
59711     Signed-off-by: Wolfgang Denk <wd@denx.de>
59712
59713 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
59714 Author: Stefan Roese <sr@denx.de>
59715 Date:   Tue Mar 4 17:39:25 2008 +0100
59716
59717     net: Print error message upon net usage when no ethernet-interface is found
59718
59719     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
59720     defined. Then no ethernet interface is available but a simple "tftp"
59721     command will return without any error message which is quite confusing.
59722
59723     Signed-off-by: Stefan Roese <sr@denx.de>
59724
59725 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
59726 Author: Wolfgang Denk <wd@denx.de>
59727 Date:   Tue Mar 4 17:38:50 2008 +0100
59728
59729     W7OLMC/W7OLMG: fix build problems (redundant #define)
59730
59731     Signed-off-by: Wolfgang Denk <wd@denx.de>
59732
59733 commit f9301e1cda296245ba052d7b08321199c3d0af9d
59734 Author: Wolfgang Denk <wd@denx.de>
59735 Date:   Tue Mar 4 14:58:31 2008 +0100
59736
59737     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
59738
59739     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
59740     problem for out-of-tree builds which caused "make clean" to fail.
59741
59742     Signed-off-by: Wolfgang Denk <wd@denx.de>
59743
59744 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
59745 Author: Wolfgang Denk <wd@denx.de>
59746 Date:   Tue Mar 4 11:58:26 2008 +0100
59747
59748     examples/Makefile: build "hello_world" on 8xx, too.
59749
59750     Signed-off-by: Wolfgang Denk <wd@denx.de>
59751
59752 commit 74eb0222594fd23aafdf168e60e872814eea8b62
59753 Author: Mike Nuss <mike@terascala.com>
59754 Date:   Mon Mar 3 15:27:05 2008 -0500
59755
59756     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
59757
59758     Every now and then a Sequoia board (or equivalent hardware) had
59759     problems connecting to a Gigabit capable network interface.
59760
59761     There were differences in the PHY setup between Linux and U-Boot.
59762
59763     This patch fixes the problem. Apparently "remote fault" is being set,
59764     which signals to some devices (on the other end of the cable) that a
59765     fault has occurred, while other devices ignore it. I believe the RF bit
59766     was causing the issue, but I removed T4 also, to match up with Linux.
59767
59768     Signed-off-by: Mike Nuss <mike@terascala.com>
59769
59770 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
59771 Author: Timur Tabi <timur@freescale.com>
59772 Date:   Mon Mar 3 09:58:52 2008 -0600
59773
59774     fix QE firmware uploading limit
59775
59776     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
59777     systems with more than one RISC core.
59778
59779     Signed-off-by: Timur Tabi <timur@freescale.com>
59780
59781 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
59782 Author: Bernhard Nemec <bnemec@ganssloser.com>
59783 Date:   Mon Mar 3 11:57:23 2008 +0000
59784
59785     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
59786
59787     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
59788     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
59789
59790     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
59791
59792 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
59793 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
59794 Date:   Mon Mar 3 10:39:13 2008 +0200
59795
59796     fix copy from ram to dataflash
59797
59798     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
59799     routines instead of dataflash. This is because it checks "if source
59800     address is not dataflash" instead of target address.
59801
59802     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
59803
59804 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
59805 Author: Wolfgang Denk <wd@denx.de>
59806 Date:   Mon Mar 3 12:16:44 2008 +0100
59807
59808     Fix quoting problem (preboot setting) in many board config files.
59809
59810     Signed-off-by: Wolfgang Denk <wd@denx.de>
59811
59812 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
59813 Author: Wolfgang Denk <wd@denx.de>
59814 Date:   Mon Mar 3 12:36:49 2008 +0100
59815
59816     ADS5121: Fix default environment.
59817
59818     Signed-off-by: Wolfgang Denk <wd@denx.de>
59819
59820 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
59821 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59822 Date:   Sun Mar 2 16:12:31 2008 +0100
59823
59824     Makefile: Fix missing unconfig and mkconfig use
59825
59826     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59827
59828 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
59829 Author: michael <trimarchi@gandalf.sssup.it>
59830 Date:   Sun Mar 2 23:33:46 2008 +0100
59831
59832     Fix checking fat32 cluster size.
59833
59834     This fixes the cluster size tests in the FAT32 file system.
59835     The current implementation of VFAT support doesn't work if the
59836     referred cluster has an offset > 16bit representation, causing
59837     "fatload" and "fatls" commands etc. to fail.
59838
59839     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
59840
59841 commit 661bad63a076a96c39c64f136915f146725af92b
59842 Author: Wolfgang Denk <wd@denx.de>
59843 Date:   Sun Mar 2 22:57:23 2008 +0100
59844
59845     Prepare v1.3.2-rc2 release candidate
59846
59847     Signed-off-by: Wolfgang Denk <wd@denx.de>
59848
59849 commit 76957cb3d621bf664311908e5962e151c633c285
59850 Author: Stefan Roese <sr@denx.de>
59851 Date:   Sat Mar 1 12:11:40 2008 +0100
59852
59853     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
59854
59855     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
59856     currently 4k/2k is configured. This patch fixes this issue.
59857
59858     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
59859
59860     Signed-off-by: Stefan Roese <sr@denx.de>
59861
59862 commit 118978c8eb43803e2794233922df4249fa278b83
59863 Author: Woodruff, Richard <r-woodruff2@ti.com>
59864 Date:   Fri Feb 29 17:34:35 2008 -0600
59865
59866     Fix alignment error on ARM for modules
59867
59868     Fix alignment fault on ARM when running modules.  With out an explicit
59869     linker file gcc4.2.1 will half word align __bss_start's value.  The word
59870     dereference will crash hello_world.
59871
59872     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
59873
59874 commit ce1120dd703e6f12c59e4eba9962356a0300b832
59875 Author: Dave Liu <r63238@freescale.com>
59876 Date:   Fri Feb 29 17:45:31 2008 +0800
59877
59878     fs: Fix ext2 read issue
59879
59880     The ext2 aligned process will corrupt the key
59881     data struct, the patch fix this.
59882
59883     Signed-off-by: Dave Liu <daveliu@freescale.com>
59884
59885 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
59886 Author: Wolfgang Denk <wd@denx.de>
59887 Date:   Sun Mar 2 22:45:33 2008 +0100
59888
59889     Makefile: cleanup "clean" target
59890
59891     Make sure CDPATH settings cannot interfere.
59892     Update CHANGELOG.
59893
59894     Signed-off-by: Wolfgang Denk <wd@denx.de>
59895
59896 commit ffda586fc1373243c9794babde69500f6293a8d8
59897 Author: Li Yang <leoli@freescale.com>
59898 Date:   Fri Feb 29 11:46:05 2008 +0800
59899
59900     add cscope build target
59901
59902     Add cscope build target to generate cscope database for code browsing.
59903
59904     Signed-off-by: Li Yang <leoli@freescale.com>
59905
59906 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
59907 Author: Kim Phillips <kim.phillips@freescale.com>
59908 Date:   Wed Feb 27 15:06:39 2008 -0600
59909
59910     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
59911
59912     erratum 5.6 states the autoneg completion bit is functional only if the
59913     autoneg bit is asserted.
59914
59915     This fixes any secondarily-issued networking commands on non-gigabit
59916     links on the mpc8360 mds board.
59917
59918     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59919
59920 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
59921 Author: John Rigby <jrigby@freescale.com>
59922 Date:   Tue Feb 26 09:38:14 2008 -0700
59923
59924     MPC5121e ADS PCI support take 3
59925
59926     Adds PCI support for MPC5121
59927
59928     Tested with drivers/net/rtl8139.c
59929
59930     Support is conditional since PCI on old silicon does not work.
59931
59932     ads5121_PCI_config turns on PCI
59933
59934     In this version, condition compilation of PCI code has been moved
59935     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
59936     suggested by Jean-Christophe PLAGNIOL-VILLARD
59937
59938     Signed-off-by: John Rigby <jrigby@freescale.com>
59939
59940 commit 44b4dbed4133f657705b7c5193209da9978243a7
59941 Author: Anatolij Gustschin <agust@denx.de>
59942 Date:   Mon Feb 25 23:53:07 2008 +0100
59943
59944     Fix warnings while compilation of post/drivers/memory.c
59945
59946     Fix warnings while compilation with new gcc in eldk-4.2
59947
59948     Signed-off-by: Anatolij Gustschin <agust@denx.de>
59949
59950 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
59951 Author: Anatolij Gustschin <agust@denx.de>
59952 Date:   Mon Feb 25 20:54:04 2008 +0100
59953
59954     ppc4xx: Fix problem in 4xx_enet.c driver
59955
59956     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
59957     enabled. To reproduce the problem ensure that 'ethrotate'
59958     environment variable isn't set to "no" and then run
59959     "tftp 200000 not_existent_file".
59960     This patch tries to fix the issue.
59961
59962     Signed-off-by: Anatolij Gustschin <agust@denx.de>
59963
59964 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
59965 Author: Anatolij Gustschin <agust@denx.de>
59966 Date:   Mon Feb 25 20:04:20 2008 +0100
59967
59968     POST: Disable cache while SPR POST
59969
59970     Currently (since commit b2e2142c) u-boot crashes on
59971     sequoia board while SPR test if CONFIG_4xx_DCACHE is
59972     enabled. This patch disables the cache while SPR test.
59973
59974     Signed-off-by: Anatolij Gustschin <agust@denx.de>
59975
59976 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
59977 Author: Martin Krause <martin.krause@tqs.de>
59978 Date:   Mon Feb 25 17:52:40 2008 +0100
59979
59980     TQM5200: use automatic fdt memory fixup (part 2)
59981
59982     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
59983     TB5200 and TB5200_B to fixup the /memory node with the memory values
59984     detected by U-Boot.
59985
59986     Signed-off-by: Martin Krause <martin.krause@tqs.de>
59987
59988 commit 44ceec253ea941b301abf4b079d52324def69d92
59989 Author: Martin Krause <martin.krause@tqs.de>
59990 Date:   Mon Feb 25 15:17:05 2008 +0100
59991
59992     TQM5200: use automatic fdt memory fixup
59993
59994     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
59995     TB5200 and TB5200_B to fixup the /memory node with the memory values
59996     detected by U-Boot.
59997
59998     Signed-off-by: Martin Krause <martin.krause@tqs.de>
59999
60000 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
60001 Author: Martin Krause <martin.krause@tqs.de>
60002 Date:   Mon Feb 25 13:27:52 2008 +0100
60003
60004     TQM5200: fix bug in SDRAM initialization code
60005
60006     This patch fixes a bug in the SDRAM initialization code for the
60007     TQM5200. The hi_addr bit is now set correctly. Without this patch
60008     the hi_addr bit is always set to 1, if the second SDRAM bank is
60009     not populated.
60010
60011     For other MPC5200 boards a correspondig patch has already been applied
60012     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
60013
60014     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60015     --
60016     Forget the first patch please. I confused flash with SDRAM in
60017     the comment ...
60018
60019 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
60020 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60021 Date:   Mon Feb 25 00:03:12 2008 +0100
60022
60023     mx1fs2/flash: Fix multiple compiler warnings
60024
60025     "pointer targets in assignment differ in signedness"
60026
60027     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60028
60029 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
60030 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60031 Date:   Mon Feb 25 00:03:11 2008 +0100
60032
60033     arm-imx: Fix register definitions
60034
60035     Sync register definitions with linux
60036
60037     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60038
60039 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
60040 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60041 Date:   Mon Feb 25 00:03:10 2008 +0100
60042
60043     actua1/actua2/actua3: Fix multiple unused variable warnings
60044
60045     - actua1:
60046         actux1.c: In function 'checkboard':
60047         actux1.c:92: warning: unused variable 'revision'
60048
60049     - actua2:
60050         actux2.c: In function 'checkboard':
60051         actux2.c:100: warning: unused variable 's'
60052         actux2.c:99: warning: unused variable 'revision'
60053         actux2.c: In function 'reset_phy':
60054         actux2.c:130: warning: unused variable 'i'
60055
60056     - actua3:
60057         actux3.c: In function 'checkboard':
60058         actux3.c:114: warning: unused variable 'revision'
60059
60060     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60061
60062 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
60063 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
60064 Date:   Sun Feb 24 11:44:29 2008 +0900
60065
60066     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
60067
60068     The previous patch was lacking of i386, microblaze, nios and nios2. This
60069     patch tries to fix them.
60070
60071     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
60072
60073 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
60074 Author: Marian Balakowicz <m8@semihalf.com>
60075 Date:   Fri Feb 29 22:22:46 2008 +0100
60076
60077     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
60078
60079     Do not use global fdt blob pointer, calculate blob size from routine
60080     argument blob pointer.
60081
60082     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60083
60084 commit d1cc52879c8966507dad9fb575481e6d3985e64e
60085 Author: David Gibson <david@gibson.dropbear.id.au>
60086 Date:   Tue Feb 12 00:58:31 2008 +1100
60087
60088     libfdt: Add and use a node iteration helper function.
60089
60090     This patch adds an fdt_next_node() function which can be used to
60091     iterate through nodes of the tree while keeping track of depth.  This
60092     function is used to simplify the iteration code in a lot of other
60093     functions, and is also exported for use by library users.
60094
60095     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
60096
60097 commit 8cf30809a82902a471866d2f07725ce3b8a22291
60098 Author: Bartlomiej Sieka <tur@semihalf.com>
60099 Date:   Fri Feb 29 16:00:24 2008 +0100
60100
60101     [new uImage] Add libfdt support to mkimage
60102
60103     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
60104
60105 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
60106 Author: Bartlomiej Sieka <tur@semihalf.com>
60107 Date:   Fri Feb 29 16:00:23 2008 +0100
60108
60109     [new uImage] Add sha1.o object to mkimage binary build
60110
60111     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
60112
60113 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
60114 Author: Marian Balakowicz <m8@semihalf.com>
60115 Date:   Fri Feb 29 16:00:06 2008 +0100
60116
60117     [new uImage] Fix component handling for legacy multi component images
60118
60119     Use uint32_t when accessing size table in image_multi_count() and
60120     image_multi_getimg() for multi component images.
60121
60122     Add missing uimage_to_cpu() endianness conversion.
60123
60124     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60125
60126 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
60127 Author: Marian Balakowicz <m8@semihalf.com>
60128 Date:   Fri Feb 29 15:59:59 2008 +0100
60129
60130     [new uImage] Share common uImage code between mkimage and U-boot
60131
60132     This patch adds the following common routines:
60133
60134     1) Dedicated mkimage print_header() is replaced with common
60135     image_print_contents()
60136     image_print_contents_noindent()
60137
60138     2) Common os/arch/type/comp fields name <--> id translation routines
60139     genimg_get_os_name()
60140     genimg_get_arch_name()
60141     genimg_get_type_name()
60142     genimg_get_comp_name()
60143     genimg_get_os_id()
60144     genimg_get_arch_id()
60145     genimg_get_type_id()
60146     genimg_get_comp_id()
60147
60148     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60149
60150 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
60151 Author: Marian Balakowicz <m8@semihalf.com>
60152 Date:   Fri Feb 29 14:58:34 2008 +0100
60153
60154     [new uImage] Update naming convention for bootm/uImage related code
60155
60156     This patch introduces the following prefix convention for the
60157     image format handling and bootm related code:
60158
60159     genimg_             - dual format shared code
60160     image_              - legacy uImage format specific code
60161     fit_                - new uImage format specific code
60162     boot_               - booting process related code
60163
60164     Related routines are renamed and a few pieces of code are moved around and
60165     re-grouped.
60166
60167     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60168
60169 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
60170 Author: Kumar Gala <galak@kernel.crashing.org>
60171 Date:   Wed Feb 27 21:51:51 2008 -0600
60172
60173     [new uImage] Respect autostart setting in linux bootm
60174
60175     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60176     Acked-by: Marian Balakowicz <m8@semihalf.com>
60177
60178 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
60179 Author: Kumar Gala <galak@kernel.crashing.org>
60180 Date:   Wed Feb 27 21:51:50 2008 -0600
60181
60182     [new uImage] Provide ability to restrict region used for boot images
60183
60184     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
60185     to restrict what memory range is used for bootm.
60186
60187     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60188     Acked-by: Marian Balakowicz <m8@semihalf.com>
60189
60190 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
60191 Author: Kumar Gala <galak@kernel.crashing.org>
60192 Date:   Wed Feb 27 21:51:49 2008 -0600
60193
60194     [new uImage] Use lmb for bootm allocations
60195
60196     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
60197     functions over to using lmb for allocation of the ramdisk, command line
60198     and kernel bd info.
60199
60200     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
60201     tree.
60202
60203     Provided a weak function that board code can call to do additional
60204     lmb reserves if needed.
60205
60206     Also introduce the concept of bootmap_base to specify the offset in
60207     physical memory that the bootmap is located at.  This is used for
60208     allocations of the cmdline, kernel bd, and device tree as they should
60209     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
60210
60211     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60212
60213 commit f5614e7926863bf0225ec860d9b319741a9c4004
60214 Author: Kumar Gala <galak@kernel.crashing.org>
60215 Date:   Wed Feb 27 21:51:48 2008 -0600
60216
60217     [new uImage] Add autostart flag to bootm_headers structure
60218
60219     The autostart env variable was dropped as part of the initial new uImage
60220     cleanup.  Add it back here so the arch specific code can decide if it
60221     wants to really boot or not.
60222
60223     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60224     Acked-by: Marian Balakowicz <m8@semihalf.com>
60225
60226 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
60227 Author: Kumar Gala <galak@kernel.crashing.org>
60228 Date:   Wed Feb 27 21:51:47 2008 -0600
60229
60230     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
60231
60232     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
60233     the memory spaces used by various boot images and structures.  This code
60234     will allow us to simplify the code in bootm and its support functions.
60235
60236     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60237
60238 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
60239 Author: Kumar Gala <galak@kernel.crashing.org>
60240 Date:   Tue Feb 19 22:03:47 2008 -0600
60241
60242     [new uImage] ppc: Allow boards to specify effective amount of memory
60243
60244     For historical reasons we limited the stack to 256M because some boards
60245     could only map that much via BATS.  However newer boards are capable of
60246     mapping more memory (for example 85xx is capable of doing up to 2G).
60247
60248     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60249     Acked-by: Marian Balakowicz <m8@semihalf.com>
60250
60251 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
60252 Author: Kumar Gala <galak@kernel.crashing.org>
60253 Date:   Wed Feb 27 21:51:46 2008 -0600
60254
60255     [new uImage] rework error handling so common functions don't reset
60256
60257     Changed image_get_ramdisk() to just return NULL on error and have
60258     get_ramdisk() propogate that error to the caller.  It's left to the
60259     caller to call do_reset() if it wants to.
60260
60261     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
60262     to a common location.  In the future we will change get_fdt() and
60263     fdt_relocate() to return success/failure and not call do_reset() at all.
60264
60265     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60266     Acked-by: Marian Balakowicz <m8@semihalf.com>
60267
60268 commit d2bc095a639672def11d5d043b5688d0dbd692ec
60269 Author: Kumar Gala <galak@kernel.crashing.org>
60270 Date:   Wed Feb 27 21:51:45 2008 -0600
60271
60272     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
60273
60274     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
60275     however it does mean we have to go in and fixup the initrd info since
60276     we don't know where it will be.
60277
60278     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60279
60280 commit 27953493ef025fb698d68c5dee39b36f01f4d530
60281 Author: Kumar Gala <galak@kernel.crashing.org>
60282 Date:   Wed Feb 27 21:51:44 2008 -0600
60283
60284     [new uImage] ppc: Determine if we are booting an OF style
60285
60286     If we are bootin OF style than we can skip setting up some things
60287     that are used for the old boot method.
60288
60289     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60290     Acked-by: Marian Balakowicz <m8@semihalf.com>
60291
60292 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
60293 Author: Kumar Gala <galak@kernel.crashing.org>
60294 Date:   Wed Feb 27 21:51:43 2008 -0600
60295
60296     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
60297
60298     We don't actually need the kdb param as we are just using it to get
60299     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
60300     boot via OF we might not actually fill out a kdb.
60301
60302     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60303     Acked-by: Marian Balakowicz <m8@semihalf.com>
60304
60305 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
60306 Author: Kumar Gala <galak@kernel.crashing.org>
60307 Date:   Wed Feb 27 16:30:47 2008 -0600
60308
60309     85xx: Don't icbi when unlocking the cache
60310
60311     There is no reason to icbi when invalidating the temporary stack in
60312     the d-cache.  Its impossible on e500 to have the i-cache contain
60313     any addresses in the temp stack and it can be problematic in generating
60314     transactions on the bus to non-valid addresses.
60315
60316     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60317
60318 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
60319 Author: Andy Fleming <afleming@freescale.com>
60320 Date:   Wed Feb 27 15:50:50 2008 -0600
60321
60322     Fix source for ECM error IVPR
60323
60324     The source vector for the ECM was being set to 2,
60325     but that's what the source vector for DDR was being
60326     set to.  Change it to 1.
60327
60328     Signed-off-by: Andy Fleming <afleming@freescale.com>
60329
60330 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
60331 Author: Andy Fleming <afleming@freescale.com>
60332 Date:   Wed Feb 27 14:29:58 2008 -0600
60333
60334     Invalidate INIT_RAM TLB mappings
60335
60336     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
60337     mappings to be unguarded.  This collided with an existing "bug"
60338     where the mappings for the INIT_RAM were being kept around.
60339     This meant that speculative loads to those addresses were
60340     succeeding in the TLB, and going out to the bus, where they
60341     were causing an exception (there's nothing at that address). The
60342     Flash code was coincidentally causing such a speculative load.
60343     Rather than go back to mapping the INIT RAM as guarded, we fix
60344     it so that the entries for the INIT_RAM are invalidated.  Thus
60345     the speculative loads will fail in the TLB, and have no effect.
60346
60347     Signed-off-by: Andy Fleming <afleming@freescale.com>
60348
60349 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
60350 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60351 Date:   Sun Feb 17 22:56:17 2008 +0100
60352
60353     sbc8548: Fix Revision reading and unused variable 'path'
60354
60355     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60356
60357 commit 495d162374c472f46454453553382ad0735dc725
60358 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60359 Date:   Sun Feb 17 22:56:16 2008 +0100
60360
60361     sbc8548: Fix cfi flash bank declaration
60362
60363     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60364
60365 commit 4efbe9dbb129f857f27856936112c8c02f016be6
60366 Author: Marian Balakowicz <m8@semihalf.com>
60367 Date:   Wed Feb 27 11:02:26 2008 +0100
60368
60369     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
60370
60371     Dual format image code must properly handle all three FDT passing methods:
60372     - raw FDT blob passed
60373     - FDT blob embedded in the legacy uImage
60374     - FDT blob embedded in the new uImage
60375
60376     This patch enables proper raw FDT handling when no FIT imaeg support
60377     is compiled in. This is a bit tricky as we must dected FIT format even
60378     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
60379     blobs use tha same low level format (libfdt).
60380
60381     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60382
60383 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
60384 Author: Marian Balakowicz <m8@semihalf.com>
60385 Date:   Wed Feb 27 11:02:26 2008 +0100
60386
60387     [new uImage] POWERPC: Add image_get_fdt() routine
60388
60389     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
60390     (3) or embedded in the new uImage. For the (2) case embedding image must be
60391     verified before we get FDT from it. This patch factors out legacy image
60392     specific verification routine to the separate helper routine.
60393
60394     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60395     Acked-by: Kumar Gala <galak@kernel.crashing.org>
60396
60397 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
60398 Author: Marian Balakowicz <m8@semihalf.com>
60399 Date:   Wed Feb 27 11:02:07 2008 +0100
60400
60401     [new uImage] Add image_get_kernel() routine
60402
60403     Legacy image specific verification is factored out to a separate helper
60404     routine to keep get_kernel() generic and simple.
60405
60406     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60407     Acked-by: Kumar Gala <galak@kernel.crashing.org>
60408
60409 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
60410 Author: Marian Balakowicz <m8@semihalf.com>
60411 Date:   Wed Feb 27 11:01:04 2008 +0100
60412
60413     [new uImage] Move image verify flag to bootm_headers structure
60414
60415     Do not pass image verification flag directly to related routines.
60416     Simplify argument passing and move it to the bootm_header structure which
60417     contains curently processed image specific data and is already being passed
60418     on the argument list.
60419
60420     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60421     Acked-by: Kumar Gala <galak@kernel.crashing.org>
60422
60423 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
60424 Author: Marian Balakowicz <m8@semihalf.com>
60425 Date:   Wed Feb 27 11:00:47 2008 +0100
60426
60427     [Makefile] Sort COBJS in lib_<arch> Makefiles
60428
60429     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60430
60431 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
60432 Author: Marian Balakowicz <m8@semihalf.com>
60433 Date:   Wed Feb 27 11:00:47 2008 +0100
60434
60435     [new uImage] Optimize gen_get_image() flow control
60436
60437     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
60438     to do, update its control flow to better reflect that simple case.
60439
60440     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60441     Acked-by: Kumar Gala <galak@kernel.crashing.org>
60442
60443 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
60444 Author: Marian Balakowicz <m8@semihalf.com>
60445 Date:   Mon Feb 4 08:28:17 2008 +0100
60446
60447     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
60448
60449     PPC specific FDT blob handling code is divided into two separate routines:
60450
60451     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
60452     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
60453
60454     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60455     Acked-by: Kumar Gala <galak@kernel.crashing.org>
60456
60457 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
60458 Author: Jon Loeliger <jdl@freescale.com>
60459 Date:   Mon Feb 25 13:13:37 2008 -0600
60460
60461     86xx: Fix renamed GUR symbols in sbc8641d board.
60462
60463     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
60464     (86xx: Fix GUR PCI config registers properly), we should have
60465     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
60466     symbols in the sbc8641d board as well.  Fix this oversight.
60467
60468     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60469
60470 commit 64cd594e623c39f73964d18787763e4533f791f7
60471 Author: Stefan Roese <sr@denx.de>
60472 Date:   Mon Feb 25 16:50:48 2008 +0100
60473
60474     ppc4xx: Fix acadia_nand build problem
60475
60476     Don't include testdram() on NAND-booting target acadia_nand. This saves
60477     a few bytes and makes the target build clean again.
60478
60479     Signed-off-by: Stefan Roese <sr@denx.de>
60480
60481 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
60482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60483 Date:   Sun Feb 24 23:03:12 2008 +0000
60484
60485     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
60486
60487     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60488
60489 commit 724902c8464e610642b3a170278b99710325888e
60490 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60491 Date:   Sun Feb 24 23:03:11 2008 +0000
60492
60493     arm-imx: Fix registers definition
60494
60495     Sync registers definition with linux
60496
60497     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60498
60499 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
60500 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60501 Date:   Sun Feb 24 23:03:10 2008 +0000
60502
60503     actua1/actua2/actua3: Fix multipleunused variable
60504
60505     - actua1:
60506         actux1.c: In function 'checkboard':
60507         actux1.c:92: warning: unused variable 'revision'
60508
60509     - actua2:
60510         actux2.c: In function 'checkboard':
60511         actux2.c:100: warning: unused variable 's'
60512         actux2.c:99: warning: unused variable 'revision'
60513         actux2.c: In function 'reset_phy':
60514         actux2.c:130: warning: unused variable 'i'
60515
60516     - actua3:
60517         actux3.c: In function 'checkboard':
60518         actux3.c:114: warning: unused variable 'revision'
60519
60520     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60521
60522 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
60523 Author: Marian Balakowicz <m8@semihalf.com>
60524 Date:   Mon Feb 4 08:28:09 2008 +0100
60525
60526     [new uImage] Add dual format uImage support framework
60527
60528     This patch adds framework for dual format images. Format detection is added
60529     and the bootm controll flow is updated to include cases for new FIT format
60530     uImages.
60531
60532     When the legacy (image_header based) format is detected appropriate
60533     legacy specific handling is invoked. For the new (FIT based) format uImages
60534     dual boot framework has a minial support, that will only print out a
60535     corresponding debug messages. Implementation of the FIT specific handling will
60536     be added in following patches.
60537
60538     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60539
60540 commit b29661fc1151077776454288051bc9a488351ce8
60541 Author: Wolfgang Denk <wd@denx.de>
60542 Date:   Sun Feb 24 15:21:36 2008 +0100
60543
60544     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
60545
60546     Signed-off-by: Wolfgang Denk <wd@denx.de>
60547
60548 commit 00b48a48424894daa589d166d73277830b1c6ac4
60549 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60550 Date:   Sat Feb 23 12:15:56 2008 +0100
60551
60552     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
60553
60554     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60555
60556 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
60557 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
60558 Date:   Sat Feb 23 17:24:16 2008 +0900
60559
60560     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
60561
60562     ----------------------------------------------------------------
60563     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
60564
60565     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
60566     32bit targets.
60567
60568     GCC can be made to warn about usage of long long types with ISO C90
60569     (-ansi), but only with -pedantic.  You can write this in a way that even
60570     then it doesn't cause warnings, namely by:
60571
60572     #ifdef __GNUC__
60573     __extension__ typedef __signed__ long long __s64;
60574     __extension__ typedef unsigned long long __u64;
60575     #endif
60576
60577     The __extension__ keyword in front of this switches off any pedantic
60578     warnings for this expression.
60579
60580     Signed-off-by: Olaf Hering <olh@suse.de>
60581     Cc: <linux-arch@vger.kernel.org>
60582     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
60583     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
60584     ----------------------------------------------------------------
60585
60586     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
60587
60588 commit 208acd112e6517b21fc30c420396902b103563ac
60589 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
60590 Date:   Sat Feb 23 17:07:57 2008 +0900
60591
60592     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
60593
60594     This will reduce the build time.
60595
60596     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
60597
60598 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
60599 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
60600 Date:   Sat Feb 23 17:05:00 2008 +0900
60601
60602     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
60603
60604     This will reduce the build time.
60605
60606     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
60607
60608 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
60609 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
60610 Date:   Sat Feb 23 16:58:41 2008 +0900
60611
60612     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
60613
60614     This reduces the build time by ~10%. Here's the gth2_config example.
60615
60616             BEFORE       AFTER
60617     real    0m31.441s    0m27.833s
60618     user    0m24.766s    0m23.045s
60619     sys     0m10.425s    0m7.468s
60620
60621     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
60622
60623 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
60624 Author: Marcel Moolenaar <marcelm@juniper.net>
60625 Date:   Fri Feb 22 10:48:07 2008 -0800
60626
60627     make define2mk.sed work on FreeBSD
60628
60629     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
60630     the define2mk.sed script was identified as the source of the link
60631     failure on FreeBSD. The problem is that sed(1) does not always support
60632     the '+' operator. It isn't on FreeBSD. The attach patch implements the
60633     equivalent, using the '*' operator instead and should work everywhere.
60634
60635     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
60636
60637 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
60638 Author: Detlev Zundel <dzu@denx.de>
60639 Date:   Fri Feb 22 17:21:32 2008 +0100
60640
60641     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
60642
60643     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
60644     final traces of long-deprecated "ramdisk" kernel parm") makes these
60645     changes neccessary.
60646
60647     Signed-off-by: Detlev Zundel <dzu@denx.de>
60648
60649 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
60650 Author: Larry Johnson <lrj@acm.org>
60651 Date:   Thu Feb 21 13:58:16 2008 -0500
60652
60653     LM75 bug fix for negative temperatures
60654
60655     When the LM75 temperature sensor measures a temperature below 0 C, the
60656     current driver does not perform sign extension, so the result returned is
60657     256 C too high.  This patch fixes the problem.
60658
60659     Signed-off-by: Larry Johnson <lrj@acm.org>
60660
60661 commit 5a910c224b13e413bda41922379add6d75c32da3
60662 Author: Heiko Schocher <hs@denx.de>
60663 Date:   Thu Feb 21 18:33:45 2008 +0100
60664
60665     IDS8247: update MAINTAINER entry.
60666
60667     Signed-off-by: Heiko Schocher <hs@denx.de>
60668
60669 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
60670 Author: Heiko Schocher <hs@denx.de>
60671 Date:   Thu Feb 21 18:31:15 2008 +0100
60672
60673     Fix device tree for mgsuvd board.
60674
60675     Rename the "scc" node in "ethernet" for the mgsuvd board.
60676
60677     Signed-off-by: Heiko Schocher <hs@denx.de>
60678
60679 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
60680 Author: Yuri Tikhonov <yur@emcraft.com>
60681 Date:   Thu Feb 21 14:23:42 2008 +0100
60682
60683     lwmon5: enable hardware watchdog
60684
60685     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
60686     causing it to reboot the board if U-Boot does a long busy-wait with
60687     udelay(). Thus, for these boards we have to restart WD more
60688     frequently.
60689
60690     This patch splits the busy-wait udelay() into smaller, predefined,
60691     intervals, so that the watchdog timer may be resetted with the
60692     configurable (CONFIG_WD_PERIOD) interval.
60693
60694     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
60695
60696 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
60697 Author: Anatolij Gustschin <agust@denx.de>
60698 Date:   Thu Feb 21 12:52:29 2008 +0100
60699
60700     ppc4xx: Support for ATI Radeon 9200 card on sequoia
60701
60702     Adds configuration option for ATI Radeon 9200 card
60703     support to sequoia config file. If CONFIG_VIDEO
60704     is enabled, TEXT_BASE should be changed to 0xFFF80000.
60705
60706     Signed-off-by: Anatolij Gustschin <agust@denx.de>
60707
60708 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
60709 Author: Kumar Gala <galak@kernel.crashing.org>
60710 Date:   Mon Feb 18 08:18:07 2008 -0600
60711
60712     Remove duplicate defines for ARRAY_SIZE
60713
60714     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
60715     the define in common.h.
60716
60717     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60718
60719 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
60720 Author: Kumar Gala <galak@kernel.crashing.org>
60721 Date:   Mon Feb 18 08:09:37 2008 -0600
60722
60723     ppc: Allow boards to specify effective amount of memory
60724
60725     For historical reasons we limited the stack to 256M because some boards
60726     could only map that much via BATS.  However newer boards are capable of
60727     mapping more memory (for example 85xx is capable of doing up to 2G).
60728
60729     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60730
60731 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
60732 Author: Mike Frysinger <vapier@gentoo.org>
60733 Date:   Mon Feb 18 05:24:13 2008 -0500
60734
60735     include autoconf.mk before any other .mk files
60736
60737     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
60738     those .mk files can have make if statements based on the current config.
60739
60740     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60741
60742 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
60743 Author: Mike Frysinger <vapier@gentoo.org>
60744 Date:   Mon Feb 18 05:10:07 2008 -0500
60745
60746     error check autoconf.mk generation
60747
60748     If any of the steps for generating autoconf.mk fail currently, they go
60749     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
60750     This is simpler and more robust than placing '|| exit $$?' after every line.
60751
60752     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60753
60754 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
60755 Author: Stefano Babic <sbabic@denx.de>
60756 Date:   Mon Feb 18 08:03:51 2008 +0100
60757
60758     Fix bug in dependency checking
60759
60760     By adding VERSION_FILE to the PHONY targets the script
60761     /tools/setlocalversion is always called and version_autogenerated.h
60762     is replaced only if the script find a modified source file.
60763
60764     Signed-off-by: Stefano Babic <sbabic@denx.de>
60765
60766 commit 98ba144ccc912eee90dd42699f023c497ce774c6
60767 Author: Kyungmin Park <kmpark@infradead.org>
60768 Date:   Mon Feb 18 14:35:43 2008 +0900
60769
60770     Fix GPMC CS2 memory setup at apollon
60771
60772     It disables the current map first
60773
60774     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
60775
60776 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
60777 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60778 Date:   Sun Feb 17 23:52:46 2008 +0100
60779
60780     uli526x: Fix multiple differ in signedness and parentheses around comparison
60781
60782     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60783
60784 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
60785 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60786 Date:   Sun Feb 17 16:58:04 2008 +0100
60787
60788     MIPS: Fix CFG_NO_FLASH support
60789
60790     - Fix flash_init call when CFG_NO_FLASH is used
60791     - Remove no more needed flash.c for qemu-mips
60792
60793     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60794
60795 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
60796 Author: Mike Frysinger <vapier@gentoo.org>
60797 Date:   Sat Feb 16 02:40:18 2008 -0500
60798
60799     easylogo: clean up some more and add -r (rgb) support
60800
60801     Michael Hennerich added support for outputting an image in RGB format rather
60802     than forcing YUYV all the time.  This makes obvious sense if the display you
60803     have takes RGB input rather than YUYV.
60804
60805     Rather than hack in support for options, I've converted it to use getopt and
60806     cleaned up the argument parsing in the process.
60807
60808     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
60809     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60810
60811 commit f65c98129ccada3f7caf97d80395a95b84e911de
60812 Author: Mike Frysinger <vapier@gentoo.org>
60813 Date:   Sat Feb 16 02:12:37 2008 -0500
60814
60815     Makefile: add target for $(LDSCRIPT)
60816
60817     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
60818     then change into the board directory and try and create it.  This allows you
60819     to generate the linker script on the fly based upon board defines (like the
60820     Blackfin boards do).
60821
60822     There should be no regressions due to this change as the normal case is to
60823     already have a u-boot.lds file.  If that's the case, then there's nothing to
60824     generate, and so make will always exit.  The fix here is that if the linker
60825     script does not exist, the implicit rules take over and attempt to guess how
60826     to generate the file.
60827
60828     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60829
60830 commit 5583cbf736474ef754e128a54fb78632f57b48fd
60831 Author: Marian Balakowicz <m8@semihalf.com>
60832 Date:   Thu Feb 21 17:27:49 2008 +0100
60833
60834     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
60835
60836     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60837
60838 commit 2242f5369822bc7780db95c47985bb408ea9157b
60839 Author: Marian Balakowicz <m8@semihalf.com>
60840 Date:   Thu Feb 21 17:27:41 2008 +0100
60841
60842     [new uImage] Rename and move print_image_hdr() routine
60843
60844     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60845
60846 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
60847 Author: Marian Balakowicz <m8@semihalf.com>
60848 Date:   Thu Feb 21 17:20:20 2008 +0100
60849
60850     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
60851
60852     Introducing routines for parsing new uImage format bootm arguments:
60853     [<addr>]#<conf>             - configuration specification
60854     [<addr>]:<subimg>   - subimage specification
60855
60856     New format images can contain multiple subimages of the same type. For example
60857     a single new format image file can contain three kernels, two ramdisks and a
60858     couple of FDT blobs. Subimage and configuration specifications are extensions
60859     to bootm (and other image-related commands) arguments' syntax that allow to
60860     specify which particular subimage should be operated on.
60861
60862     Subimage specification is used to denote a particular subimage. Configurations
60863     are a bit more complex -- they are used to define a particualr booting setup,
60864     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
60865     etc.
60866
60867     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60868
60869 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
60870 Author: Marian Balakowicz <m8@semihalf.com>
60871 Date:   Thu Feb 21 17:20:19 2008 +0100
60872
60873     [new uImage] Add gen_get_image() routine
60874
60875     This routine assures that image (whether legacy or FIT) is not
60876     in a special dataflash storage.
60877
60878     If image address is a dataflash address image is moved to system RAM.
60879
60880     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60881
60882 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
60883 Author: Marian Balakowicz <m8@semihalf.com>
60884 Date:   Thu Feb 21 17:20:18 2008 +0100
60885
60886     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
60887
60888     New uImage format (Flattened Image Tree) requires libfdt
60889     functionality, print out error message if CONFIG_OF_LIBFDT
60890     is not defined.
60891
60892     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
60893     This commit turns it on by default.
60894
60895     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
60896
60897 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
60898 Author: Michael Schwingen <michael@schwingen.org>
60899 Date:   Mon Feb 18 23:16:35 2008 +0100
60900
60901     CFI: Do not use uninitialized cmd_reset
60902
60903     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
60904     commands instead
60905
60906     From a short test, it looks like AMD-style flash roms treat *any* unknown
60907     command write as a reset, at least when in CFI Query mode, so issuing the
60908     Intel reset command to AMD-style flashs seems safe (from the small sample I
60909     have), plus the 3-cycle magic sequence should kick the state machine into
60910     the right state even without a reset command. Since the AMD-style flashs
60911     require the unlock sequence for real operation, I chose to try the AMD reset
60912     command first, so that Intel flashs do no see an invalid command prior to
60913     the CFI query.
60914
60915     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
60916     plus Intel StrataFlash.
60917
60918     Signed-off-by: Michael Schwingen <michael@schwingen.org>
60919     Signed-off-by: Stefan Roese <sr@denx.de>
60920
60921 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
60922 Author: Rafal Jaworowski <raj@semihalf.com>
60923 Date:   Thu Feb 21 11:56:44 2008 +0100
60924
60925     API: Add (c) and licensing notice to the public API header.
60926
60927     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
60928
60929 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
60930 Author: Yuri Tikhonov <yur@emcraft.com>
60931 Date:   Thu Feb 21 11:06:07 2008 +0100
60932
60933     Fix CPU POST test failure
60934
60935     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
60936     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
60937     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
60938     This patch just saves the CR value before running the test code, so allowing
60939     it to do anything it wants with CR.
60940
60941     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
60942     Acked-by: Yuri Tikhonov <yur@emcraft.com>
60943     --
60944
60945 commit d5908b093955415f3d340706378b991f911af671
60946 Author: Jon Loeliger <jdl@freescale.com>
60947 Date:   Wed Feb 20 15:26:51 2008 -0600
60948
60949     8610HPCD: Document the flashbank selection switches.
60950
60951     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60952
60953 commit a551cee99ad1d1da20fd23ad265de47448852f56
60954 Author: Jon Loeliger <jdl@freescale.com>
60955 Date:   Wed Feb 20 14:22:26 2008 -0600
60956
60957     86xx: Fix GUR PCI config registers properly.
60958
60959     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
60960     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
60961     botched it due to not realizing that 8610 and 8641 had different
60962     Global Utility Register defintions, one of which was like 85xx,
60963     and the other wasn't.  Correct this problem by introducing two
60964     symbols, one for each 86xx SoC, but neither of which is named
60965     anything like 85xx.
60966
60967     My bad.  Lovely Wednesday with git bisect.  You know.
60968
60969     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60970
60971 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
60972 Author: Jon Loeliger <jdl@freescale.com>
60973 Date:   Wed Feb 20 12:24:11 2008 -0600
60974
60975     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
60976
60977     Without an actual supported video card hooked up, enabling
60978     the CONFIG_VIDEO by default just makes it look broken by
60979     routing all console output to the video card.   Don't.
60980
60981     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60982
60983 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
60984 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60985 Date:   Wed Jan 30 15:08:15 2008 -0600
60986
60987     ColdFire: Fix missing code flash size for M5485EVB
60988
60989     Signed-off-by: James Mahan <kmahan@freescale.com>
60990     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60991
60992 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
60993 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60994 Date:   Wed Jan 30 15:04:42 2008 -0600
60995
60996     ColdFire: Fix 5282 and 5271 interrupt mask bit
60997
60998     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60999
61000 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
61001 Author: Jon Loeliger <jdl@freescale.com>
61002 Date:   Tue Feb 19 12:31:08 2008 -0600
61003
61004     8610HPCD: Fix typos in two PCI setup registers.
61005
61006     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
61007     were erroneously present as 85xx names and values, leftover from
61008     the clone wars.  Fix this by removing the 85xx cruft from the
61009     86xx codebase.
61010
61011     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61012
61013 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
61014 Author: Jon Loeliger <jdl@freescale.com>
61015 Date:   Mon Feb 18 14:01:56 2008 -0600
61016
61017     86xx: Convert sbc8641d to use libfdt.
61018
61019     This is the proper fix for a missing closing brace in the function
61020     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
61021     The ft_cpu_setup() function in mpc8641hpcn.c should have been
61022     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
61023     but was missed.  Only, the sbc8641d was nominally still using it.
61024     It all got ripped out, and the funcality that was in ft_board_setup()
61025     was refactored to remove the CPU portions into the new file
61026     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
61027
61028     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
61029
61030     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61031
61032 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
61033 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61034 Date:   Sun Feb 17 23:35:31 2008 +0100
61035
61036     mpc86xx: Fix unused variable 'config' and 'immap'
61037
61038     and remove useless CONFIG_DDR_INTERLEAVE
61039
61040     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61041
61042 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
61043 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61044 Date:   Sun Feb 17 23:03:36 2008 +0100
61045
61046     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
61047
61048     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61049
61050 commit b6f29c84c208a091f95a10cbc9852d729659ba20
61051 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61052 Date:   Sun Feb 17 14:15:31 2008 +0100
61053
61054     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
61055
61056     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61057
61058 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
61059 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61060 Date:   Sun Feb 17 14:15:32 2008 +0100
61061
61062     pxa: fix assignment from incompatible pointer type
61063
61064     fix mmc_bread function prototype
61065
61066     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61067
61068 commit 64d792063fff90b8118179b092feee09fe5cae13
61069 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61070 Date:   Sun Feb 17 14:15:30 2008 +0100
61071
61072     at91cap9adk: fix implicit declaration of function 'eth_init'
61073
61074     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61075
61076 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
61077 Author: Wolfgang Denk <wd@denx.de>
61078 Date:   Sun Feb 17 15:43:44 2008 +0100
61079
61080     Remove files added by mistake, update CHANGELOG.
61081
61082     Signed-off-by: Wolfgang Denk <wd@denx.de>
61083
61084 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
61085 Author: Mike Nuss <mike@terascala.com>
61086 Date:   Wed Feb 6 11:10:11 2008 -0500
61087
61088     PPC440EPx: Optionally enable second I2C bus
61089
61090     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
61091     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
61092     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
61093
61094     Signed-off-by: Mike Nuss <mike@terascala.com>
61095     Cc: Stefan Roese <sr@denx.de>
61096
61097 commit ef5b4f221c22d05770878513951745f236b5b43f
61098 Author: Niklaus Giger <niklaus.giger@netstal.com>
61099 Date:   Tue Feb 5 10:26:44 2008 +0100
61100
61101     ppc4xx: HCU4/5. Cleanup configs
61102
61103     - hcu4.h: Removed define of CONFIG_PPC405GPr
61104     - Corrected phy addresses
61105     - Fix boot variables
61106     - Respect line length of 80 chars
61107
61108     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
61109
61110 commit 74973126d1be63ac75bdc192f46234dca3a7c421
61111 Author: Niklaus Giger <niklaus.giger@netstal.com>
61112 Date:   Tue Feb 5 11:31:28 2008 +0100
61113
61114     ppc4xx: HCU4/5. Cleanups
61115
61116     - Fix some coding style violations.
61117     - Use in/out_u16/32 where appropriate.
61118     - Use register names from ppc405.h.
61119     - Fix trace useage for Lauterbach.
61120     - Remove obsolete generation HCU2.
61121     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
61122
61123     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
61124
61125 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
61126 Author: Niklaus Giger <niklaus.giger@netstal.com>
61127 Date:   Tue Feb 5 10:26:41 2008 +0100
61128
61129     ppc4xx: PPC405GPr fix missing register definitions
61130
61131     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
61132
61133 commit 214398d9cb22268d9d4f7563359edca0f78297a2
61134 Author: Larry Johnson <lrj@acm.org>
61135 Date:   Fri Jan 18 21:49:05 2008 -0500
61136
61137     ppc4xx: Beautify configuration files for Sequoia and Korat boards
61138
61139     Signed-off-by: Larry Johnson <lrj@acm.org>
61140
61141 commit 30c6a241e88499f536e86d325759e29ba00ff67f
61142 Author: Anatolij Gustschin <agust@denx.de>
61143 Date:   Fri Feb 15 20:09:01 2008 +0100
61144
61145     Wipe out assembler warnings while compiling x86 biosemu
61146
61147     This patch tries to get rid of some assembler warnings about
61148     changed .got2 section type while compiling x86 bios emulator
61149     code.
61150
61151     Signed-off-by: Anatolij Gustschin <agust@denx.de>
61152
61153 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
61154 Author: Wolfgang Denk <wd@denx.de>
61155 Date:   Fri Feb 15 00:57:09 2008 +0100
61156
61157     Prepare v1.3.2-rc1 release candidate
61158
61159 commit f33e9653c9c09868995d788511d573771c209fe5
61160 Author: Anatolij Gustschin <agust@denx.de>
61161 Date:   Fri Feb 15 00:13:20 2008 +0100
61162
61163     Fix compile warning on lib_ppc/board.c
61164
61165     Signed-off-by: Anatolij Gustschin <agust@denx.de>
61166
61167 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
61168 Author: Anatolij Gustschin <agust@denx.de>
61169 Date:   Thu Feb 14 18:22:04 2008 +0100
61170
61171     Add Radeon Mobility 9200 pci device id to the radeon driver
61172
61173     This patch extends PCI device id table of the
61174     radeon driver so that the driver will also support
61175     Radeon Mobility 9200 (M9+) based boards.
61176
61177     Signed-off-by: Anatolij Gustschin <agust@denx.de>
61178
61179 commit 1b8607e1f7143548c6062c28371449ec69588c00
61180 Author: Anatolij Gustschin <agust@denx.de>
61181 Date:   Thu Feb 14 18:19:50 2008 +0100
61182
61183     Extend ATI Radeon driver to support more video modes
61184
61185     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
61186     800x600, 640x480 at 24, 16 and 8 bpp.
61187
61188     Signed-off-by: Anatolij Gustschin <agust@denx.de>
61189
61190 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
61191 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61192 Date:   Sun Feb 10 17:05:20 2008 +0100
61193
61194     xsengine: fix typo and few coding style
61195
61196     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61197
61198 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
61199 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
61200 Date:   Fri Feb 8 21:25:58 2008 +0100
61201
61202     Fix wrong memory limit calculation in memory-test
61203
61204     If the length of the memory address range passed to the "mtest" command is
61205     not of the form 2^x - 1, not all address lines are tested. This bug is
61206     inherited from the original software at
61207     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
61208     this.
61209
61210     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
61211
61212 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
61213 Author: Wolfgang Denk <wd@denx.de>
61214 Date:   Fri Feb 15 00:11:39 2008 +0100
61215
61216     Coding STyle cleanup.
61217
61218     Signed-off-by: Wolfgang Denk <wd@denx.de>
61219
61220 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
61221 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61222 Date:   Tue Feb 5 13:30:43 2008 +0900
61223
61224     sh: Fix register address of SH7722
61225
61226     The address of SH7722 is wrong by old document.
61227     This patch fixes this problem.
61228
61229     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61230
61231 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
61232 Author: Mike Frysinger <vapier@gentoo.org>
61233 Date:   Mon Feb 4 17:44:23 2008 -0500
61234
61235     only update version header as needed
61236
61237     Constantly rebuilding the version header will force useless relinking, so we
61238     simply need to compare the new header with the existing one before updating
61239     it.
61240
61241     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
61242
61243 commit 208447f8e953f347425eb92c8e28d59e6d911363
61244 Author: Mike Frysinger <vapier@gentoo.org>
61245 Date:   Mon Jan 28 05:56:19 2008 -0500
61246
61247     Do not specify a CROSS_COMPILE default when executing size
61248
61249     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
61250
61251 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
61252 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
61253 Date:   Wed Feb 13 11:19:19 2008 +0100
61254
61255     Fix return value of mtest when CFG_ALT_MEMTEST set
61256
61257     Fix a missing return statement from a non-void function.
61258
61259     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
61260
61261 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
61262 Author: Timur Tabi <timur@freescale.com>
61263 Date:   Wed Jan 9 14:35:26 2008 -0600
61264
61265     85xx, 86xx: Determine I2C clock frequencies and store in global_data
61266
61267     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
61268
61269     Update the get_clocks() function in 85xx and 86xx to determine the I2C
61270     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
61271
61272     Signed-off-by: Timur Tabi <timur@freescale.com>
61273
61274 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
61275 Author: Wolfgang Denk <wd@denx.de>
61276 Date:   Thu Feb 14 23:18:01 2008 +0100
61277
61278     TQM834x: clean up configuration
61279
61280     Get board name consistent with Linux and elsewhere;
61281     get rid of local network definitions etc.
61282
61283     Signed-off-by: Wolfgang Denk <wd@denx.de>
61284
61285 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
61286 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61287 Date:   Thu Feb 14 08:02:12 2008 +0100
61288
61289     TFTP: fix search of ':' in BootFile
61290
61291     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61292
61293 commit 0bc9efada170096c6b273f19165e32936d330d80
61294 Author: Wolfgang Denk <wd@denx.de>
61295 Date:   Thu Feb 14 22:46:55 2008 +0100
61296
61297     Coding style cleanup; update CHANGELOG.
61298
61299     Signed-off-by: Wolfgang Denk <wd@denx.de>
61300
61301 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
61302 Author: Wolfgang Denk <wd@denx.de>
61303 Date:   Thu Feb 14 22:43:22 2008 +0100
61304
61305     PPC: Use r2 instead of r29 as global data pointer
61306
61307     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
61308     will refuse to use load/store multiple insns; instead, it issues a
61309     list of simple load/store instructions upon function entry and exit,
61310     resulting in bigger code size, which in turn makes the build for a
61311     few boards fail.
61312
61313     Use r2 instead.
61314
61315     Signed-off-by: Wolfgang Denk <wd@denx.de>
61316
61317 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
61318 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
61319 Date:   Wed Jan 30 09:08:49 2008 +0100
61320
61321     ARM: make the machid configurable via the environment
61322
61323     If the variable "machid" exists, let do_bootm_linux use that instead
61324     of bd->bi_arch_number.
61325
61326     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
61327
61328 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
61329 Author: Vlad Lungu <vlad@comsys.ro>
61330 Date:   Wed Jan 23 16:34:46 2008 +0200
61331
61332     Use #ifdef CONFIG_FSLDMAFEC
61333
61334     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
61335     fails
61336
61337     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
61338
61339 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
61340 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
61341 Date:   Sat Jan 19 10:25:59 2008 +0900
61342
61343     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
61344
61345     Current MII_DEBUG is confusing in two ways. One is useless define-then-
61346     undef at the top of the file. The other is there is only one debug() in
61347     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
61348     While there are many useful printf()/puts() debug codes, but they are for
61349     DEBUG, not for MII_DEBUG.
61350
61351     This patch tries to put them all together into MII_DEBUG and debug().
61352
61353     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
61354
61355 commit 751b9b5189f3274b03c809172631316d6b002c82
61356 Author: Kyungmin Park <kmpark@infradead.org>
61357 Date:   Thu Jan 17 16:43:25 2008 +0900
61358
61359     OneNAND Initial Program Loader (IPL) support
61360
61361     This patch enables the OneNAND boot within U-Boot.
61362     Before this work, we used another OneNAND IPL called X-Loader based
61363     on open source. With this work, we can build the oneboot.bin image
61364     without other program.
61365
61366     The build sequence is simple.
61367     First, it compiles the u-boot.bin
61368     Second, it compiles OneNAND IPL
61369     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
61370     The mechanism is similar with NAND boot except it boots from itself.
61371
61372     Another thing is that you can only use the OneNAND IPL only to work
61373     other bootloader such as RedBoot and so on.
61374
61375     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
61376
61377 commit 21f6f9636f0e978397548751347425fbf8d42bb3
61378 Author: Andy Fleming <afleming@freescale.com>
61379 Date:   Wed Jan 16 13:06:59 2008 -0600
61380
61381     Fix CONFIG_MMC usage in fat code
61382
61383     A #if statement in fat.c depended on CONFIG_MMC, instead of
61384     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
61385     as "1" rather than just defined.  Now it's better.
61386
61387     Signed-off-by: Andy Fleming <afleming@freescale.com>
61388
61389 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
61390 Author: Rafal Jaworowski <raj@semihalf.com>
61391 Date:   Tue Jan 15 12:52:31 2008 +0100
61392
61393     ppc: Refactor cache routines, so there is only one common set.
61394
61395     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
61396
61397 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
61398 Author: Jon Loeliger <jdl@jdl.com>
61399 Date:   Wed Jan 23 15:55:02 2008 -0600
61400
61401     86xx: Fix compilation warning in sys_eprom.c
61402
61403     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
61404
61405     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61406
61407 commit 65230107025733e89e28fd5e5cfd916d4953c28a
61408 Author: Haavard Skinnemoen <hskinnemoen at>
61409 Date:   Fri Feb 22 11:40:50 2008 +0000
61410
61411     Move AT91RM9200DK board support under board/atmel
61412
61413     We already have a vendor subdir for Atmel, so we should use it.
61414
61415     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
61416
61417 commit 6d0943a6be99977d6d853d51749e9963d68eb192
61418 Author: Andreas Engel <andreas.engel@ericsson.com>
61419 Date:   Mon Jan 14 09:06:52 2008 +0000
61420
61421     ARM: cleanup duplicated exception handlingcode
61422
61423     Move duplicated exception handling code into lib_arm.
61424
61425     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
61426
61427 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
61428 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
61429 Date:   Fri Feb 1 10:09:03 2008 +0000
61430
61431     Support for Artila M-501 starter kit
61432
61433     Kimmo Leppala / Sysart and
61434     Timo Tuunainen / Sysart
61435
61436 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
61437 Author: Stelian Pop <stelian@popies.net>
61438 Date:   Mon Feb 11 10:50:19 2008 +0000
61439
61440     AT91CAP9 support
61441
61442     ---------------------------------
61443
61444     read_dataflash() takes a signed char pointer as a parameter. Silence a
61445     few warnings dues to incorrect parameter types in env_dataflash.c.
61446
61447     Signed-off-by: Stelian Pop <stelian@popies.net>
61448
61449 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
61450 Author: Stelian Pop <stelian@popies.net>
61451 Date:   Thu Feb 7 09:42:57 2008 +0000
61452
61453     AT91CAP9 support : move board files to Atmel vendor directory.
61454
61455     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
61456
61457     Signed-off-by: Stelian Pop <stelian@popies.net>
61458
61459 commit 7263ef191b87da94768f762c7093bedeb70db98f
61460 Author: Stelian Pop <stelian at>
61461 Date:   Thu Jan 3 21:15:56 2008 +0000
61462
61463     AT91CAP9 support : MACB changes
61464
61465     Signed-off-by: Stelian Pop <stelian <at> popies.net>
61466     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
61467
61468 commit 6afcabf11d7321850f4feaadfee841488ace54c5
61469 Author: Stelian Pop <stelian@popies.net>
61470 Date:   Thu Feb 7 16:37:54 2008 +0000
61471
61472     AT91CAP9 support : board/ files
61473
61474     Signed-off-by: Stelian Pop <stelian@popies.net>
61475
61476 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
61477 Author: Stelian Pop <stelian at>
61478 Date:   Wed Jan 30 21:15:54 2008 +0000
61479
61480     AT91CAP9 support : cpu/ files
61481
61482     Signed-off-by: Stelian Pop <stelian <at> popies.net>
61483
61484 commit fa506a926cec348805143576c941f8e61b333cc0
61485 Author: Stelian Pop <stelian@popies.net>
61486 Date:   Thu Jan 31 21:15:53 2008 +0000
61487
61488     AT91CAP9 support : include/ files
61489
61490     Signed-off-by: Stelian Pop <stelian@popies.net>
61491
61492 commit 20b197c6f2799af399a68f96a1aff543a75621b8
61493 Author: Stelian Pop <stelian@popies.net>
61494 Date:   Sun Jan 20 19:49:21 2008 +0000
61495
61496     AT91CAP9 support : build integration
61497
61498     Signed-off-by: Stelian Pop <stelian@popies.net>
61499
61500 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
61501 Author: Stelian Pop <stelian@popies.net>
61502 Date:   Sun Jan 20 21:07:00 2008 +0000
61503
61504     Improve DataFlash CS definition.
61505
61506     Use a structure instead of the error prone unnamed array to
61507     define the possible dataflash banks.
61508
61509     Signed-off-by: Stelian Pop <stelian@popies.net>
61510
61511 commit a6cdd21b56014208706238712a853a9e9a0a2290
61512 Author: Stelian Pop <stelian@popies.net>
61513 Date:   Sat Jan 19 21:09:35 2008 +0000
61514
61515     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
61516
61517     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
61518
61519     cpu/arm926ejs/start.o: In function `cpu_init_crit':
61520     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
61521
61522     Signed-off-by: Stelian Pop <stelian@popies.net>
61523
61524 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
61525 Author: Peter Pearse <peter.pearse@arm.com>
61526 Date:   Fri Feb 1 16:50:24 2008 +0000
61527
61528     Fix timer overflow in DaVinci
61529     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
61530
61531 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
61532 Author: Peter Pearse <peter.pearse@arm.com>
61533 Date:   Fri Feb 1 16:49:08 2008 +0000
61534
61535     Update board NetStar
61536     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
61537
61538 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
61539 Author: Niklaus Giger <niklaus.giger@netstal.com>
61540 Date:   Tue Feb 5 10:26:42 2008 +0100
61541
61542     ppc4xx: HCU4/5. Fix make O=../xx
61543
61544     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
61545
61546 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
61547 Author: Larry Johnson <lrj@acm.org>
61548 Date:   Tue Jan 22 08:51:59 2008 -0500
61549
61550     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
61551
61552     Signed-off-by: Larry Johnson <lrj@acm.org>
61553
61554 commit fe891ecf4d187e9d11dde869ed4623af52b54451
61555 Author: Hiroshi Ito <ito@mlb.co.jp>
61556 Date:   Thu Jan 31 18:35:04 2008 +0900
61557
61558     NFS Timeout with large files.
61559
61560     Retry to send NFS packet before reaching timeout.
61561
61562     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
61563
61564 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
61565 Author: Johannes Stezenbach <js@sig21.net>
61566 Date:   Tue Jan 29 00:11:25 2008 +0100
61567
61568     Add dependencies to avoid race conditions with parallel make.
61569
61570     Signed-off-by: Johannes Stezenbach <js@sig21.net>
61571
61572 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
61573 Author: Mike Frysinger <vapier@gentoo.org>
61574 Date:   Mon Jan 28 05:46:01 2008 -0500
61575
61576     Mark board_init_[fr] as noreturn
61577
61578     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
61579
61580 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
61581 Author: Mike Frysinger <vapier@gentoo.org>
61582 Date:   Mon Jan 28 05:28:50 2008 -0500
61583
61584     Only use TEXT_BASE if defined by the board
61585
61586     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
61587
61588 commit 1b769881750030f10743808b9d6013e11f559350
61589 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61590 Date:   Fri Jan 25 07:54:47 2008 +0100
61591
61592     Fix remaining CONFIG_COMMANDS
61593
61594     update comments
61595     Fix coding style
61596
61597     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61598
61599 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
61600 Author: Niklaus Giger <niklaus.giger@netstal.com>
61601 Date:   Mon Jan 21 16:46:00 2008 +0100
61602
61603     Add *~ to .gitignore
61604
61605     One should never add a backup file ending in with ~ to the git repository.
61606
61607     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
61608
61609 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
61610 Author: Kumar Gala <galak@kernel.crashing.org>
61611 Date:   Thu Jan 17 00:02:10 2008 -0600
61612
61613     Remove duplicate defines for ARRAY_SIZE
61614
61615     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61616
61617 commit c77ce474b1c57b13e9d36d9830f147966c143694
61618 Author: Stelian Pop <stelian@popies.net>
61619 Date:   Mon Jan 14 22:08:14 2008 +0100
61620
61621     Fix incorrect address test in AT91F_DataflashSelect().
61622
61623     Signed-off-by: Stelian Pop <stelian@popies.net>
61624
61625 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
61626 Author: Kumar Gala <galak@kernel.crashing.org>
61627 Date:   Wed Feb 13 15:09:58 2008 -0600
61628
61629     Fix building of fdt_support.c if DEBUG set
61630
61631     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61632
61633 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
61634 Author: Jon Loeliger <jdl@freescale.com>
61635 Date:   Tue Feb 12 14:53:28 2008 -0600
61636
61637     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
61638
61639     These replace direct structure references for IMMR sections.
61640
61641     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61642
61643 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
61644 Author: Wolfgang Denk <wd@denx.de>
61645 Date:   Tue Feb 12 00:45:06 2008 +0100
61646
61647     Get rid of "#undef DEBUG" from board config files.
61648
61649     Signed-off-by: Wolfgang Denk <wd@denx.de>
61650
61651 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
61652 Author: Timur Tabi <timur@freescale.com>
61653 Date:   Tue Jan 15 17:09:41 2008 -0600
61654
61655     Remove #undef DEBUG from MPC83xx board header files
61656
61657     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
61658     The inclusion of this line makes it impossible to enable debug code in
61659     other source files, because "#define DEBUG" typically needs to be defined
61660     before any header files are included.
61661
61662     Signed-off-by: Timur Tabi <timur@freescale.com>
61663
61664 commit 69018ce2e086e9caf35b914d675b82bc4888f077
61665 Author: Kumar Gala <galak@kernel.crashing.org>
61666 Date:   Thu Jan 17 08:25:45 2008 -0600
61667
61668     QE: Move FDT support into a common file
61669
61670     Move the flat device tree setup for QE related devices into
61671     a common file shared between 83xx & 85xx platforms that have QE's.
61672
61673     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61674
61675 commit 5cf746c303710329f8040d9c62ee354313e3e91f
61676 Author: Marian Balakowicz <m8@semihalf.com>
61677 Date:   Thu Jan 31 13:59:09 2008 +0100
61678
61679     [new uImage] Move kernel data find code to get_kernel() routine
61680
61681     Verification of the kernel image (in old format) and finding kernel
61682     data is moved to a dedicated routine. The routine will also hold
61683     support for, to be added, new image format.
61684
61685     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61686
61687 commit 7b325454fd231d4273de3fe373850f777fb086bf
61688 Author: Marian Balakowicz <m8@semihalf.com>
61689 Date:   Thu Jan 31 13:58:20 2008 +0100
61690
61691     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
61692
61693     Move FDT blob finding and relocation to a dedicated
61694     get_fdt() routine. It increases code readability and
61695     will make adding support for new uImage format easier.
61696
61697     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61698
61699 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
61700 Author: Marian Balakowicz <m8@semihalf.com>
61701 Date:   Thu Jan 31 13:58:13 2008 +0100
61702
61703     [new uImage] Cleanup do_botm_linux() boot allocations
61704
61705     This patch moves common pre-boot allocation steps shared between PPC
61706     and M68K to a helper routines:
61707
61708     common:
61709     - get_boot_sp_limit()
61710     - get_boot_cmline()
61711     - get_boot_kbd()
61712
61713     platform:
61714     - set_clocks_in_mhz()
61715
61716     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61717
61718 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
61719 Author: Marian Balakowicz <m8@semihalf.com>
61720 Date:   Thu Jan 31 13:57:17 2008 +0100
61721
61722     [new uImage] Move ramdisk loading to a common routine
61723
61724     Ramdisk loading code, including initrd_high variable handling,
61725     was duplicated for PPC and M68K platforms. This patch creates
61726     common helper routine that is being called from both platform
61727     do_bootm_linux() routines.
61728
61729     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61730
61731 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
61732 Author: Marian Balakowicz <m8@semihalf.com>
61733 Date:   Thu Jan 31 13:55:53 2008 +0100
61734
61735     [new uImage] Removed dead ramdisk code on microblaze architectures
61736
61737     Microblaze do_bootm_linux() includes ramdisk processing code but
61738     the ramdisk does not get used anywhere later on.
61739
61740     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61741
61742 commit 5ad03eb3854c162684222a718b44c0716ea0db03
61743 Author: Marian Balakowicz <m8@semihalf.com>
61744 Date:   Thu Jan 31 13:55:39 2008 +0100
61745
61746     [new uImage] Factor out common image_get_ramdisk() routine
61747
61748     Architecture specific do_bootm_linux() routines share common
61749     ramdisk image processing code. Move this code to a common
61750     helper routine.
61751
61752     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61753
61754 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
61755 Author: Marian Balakowicz <m8@semihalf.com>
61756 Date:   Thu Jan 31 13:20:08 2008 +0100
61757
61758     [new uImage] Move FDT error printing to common fdt_error() routine
61759
61760     FDT error handling in PPC do_bootm_linux() shares the same message format.
61761     This patch moves error message printing to a helper fdt_error() routine.
61762
61763     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61764     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
61765
61766 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
61767 Author: Marian Balakowicz <m8@semihalf.com>
61768 Date:   Thu Jan 31 13:20:07 2008 +0100
61769
61770     [new uImage] Factor out common routines for getting os/arch/type/comp names
61771
61772     Move numeric-id to name translation for image os/arch/type/comp header
61773     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
61774     image_get_type_name(), image_get_comp_name().
61775
61776     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61777
61778 commit e99c26694a384221d336f6448c06a57479c0baa4
61779 Author: Marian Balakowicz <m8@semihalf.com>
61780 Date:   Thu Jan 31 13:20:07 2008 +0100
61781
61782     [new uImage] Remove standalone applications handling from boootm
61783
61784     Standalone applications are supposed to be run using the "go" command.
61785     This patch removes standalone images handling from the do_bootm().
61786
61787     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61788
61789 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
61790 Author: Marian Balakowicz <m8@semihalf.com>
61791 Date:   Thu Jan 31 13:20:07 2008 +0100
61792
61793     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
61794
61795     Support for OF_FLAT_TREE is to be obsoleted in the near future,
61796     remove related code from the bootm routines.
61797
61798     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61799
61800 commit 82850f3d32a2661868ec6876bed7a22c55cef718
61801 Author: Marian Balakowicz <m8@semihalf.com>
61802 Date:   Thu Jan 31 13:20:06 2008 +0100
61803
61804     [new uImage] Use image API in SH do_bootm_linux() routine
61805
61806     Introduce image handling API for lately added Hitachi SH architecture.
61807
61808     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61809
61810 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
61811 Author: Marian Balakowicz <m8@semihalf.com>
61812 Date:   Thu Jan 31 13:20:06 2008 +0100
61813
61814     [new uImage] Rename architecture specific bootm code files
61815
61816     Implementation of the do_bootm_linux() and other bootm helper routines is
61817     architecture specific code. As such it resides in lib_<arch> directories
61818     in files named <arch>_linux.c
61819
61820     This patch renames those files to a more clear and accurate
61821     lib_<arch>/bootm.c form.
61822
61823     List of the renamed files:
61824        lib_arm/armlinux.c -> lib_arm/bootm.c
61825        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
61826        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
61827        lib_i386/i386_linux.c -> lib_i386/bootm.c
61828        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
61829        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
61830        lib_mips/mips_linux.c -> lib_mips/bootm.c
61831        lib_nios/nios_linux.c -> lib_nios/bootm.c
61832        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
61833        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
61834        lib_sh/sh_linux.c -> lib_sh/bootm.c
61835
61836     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61837
61838 commit 7582438c285bf0cef82909d0f232de64ec567a8a
61839 Author: Marian Balakowicz <m8@semihalf.com>
61840 Date:   Thu Jan 31 13:20:06 2008 +0100
61841
61842     [new uImage] Return error on image move/uncompress overwrites
61843
61844     Check for overwrites during image move/uncompress, return with error
61845     when the original image gets corrupted. Report clear message to the user
61846     and prevent further troubles when pointer to the corrupted images is passed
61847     to do_bootm_linux routine.
61848
61849     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61850
61851 commit f13e7b2e993c61fed1f607962501e051940d6e80
61852 Author: Marian Balakowicz <m8@semihalf.com>
61853 Date:   Tue Jan 8 18:12:17 2008 +0100
61854
61855     [new uImage] Cleanup image header pointer use in bootm code
61856
61857     - use single image header pointer instead of a set of auxilliary variables.
61858     - add multi component image helper routines: get component size/data address
61859
61860     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61861
61862 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
61863 Author: Marian Balakowicz <m8@semihalf.com>
61864 Date:   Tue Jan 8 18:17:10 2008 +0100
61865
61866     [new uImage] Cleanup cmd_bootm.c
61867
61868     - sort and cleanup headers, declarations, etc.
61869     - group related routines
61870     - cleanup indentation, white spaces
61871
61872     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61873
61874 commit af13cdbc01eaf88880978bfb4f603e012818ba24
61875 Author: Marian Balakowicz <m8@semihalf.com>
61876 Date:   Tue Jan 8 18:11:45 2008 +0100
61877
61878     [new uImage] Add memmove_wd() common routine
61879
61880     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
61881
61882     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61883
61884 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
61885 Author: Marian Balakowicz <m8@semihalf.com>
61886 Date:   Tue Jan 8 18:11:44 2008 +0100
61887
61888     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
61889
61890     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61891
61892 commit 15158971f49255ccef54f0979a942cfd3de2ae52
61893 Author: Marian Balakowicz <m8@semihalf.com>
61894 Date:   Tue Jan 8 18:11:44 2008 +0100
61895
61896     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
61897
61898     Use image header copy instead of a (possibly corrupted) pointer to
61899     a initial image location.
61900
61901     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61902
61903 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
61904 Author: Marian Balakowicz <m8@semihalf.com>
61905 Date:   Tue Jan 8 18:11:44 2008 +0100
61906
61907     [new uImage] Remove I386 uImage fake_header() routine
61908
61909     I386 targets are not using a uImage format, instead fake header
61910     is added to ram image before it is further processed by bootm.
61911
61912     Remove this fixup and force proper uImage use for I386.
61913
61914     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61915
61916 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
61917 Author: Marian Balakowicz <m8@semihalf.com>
61918 Date:   Tue Jan 8 18:11:44 2008 +0100
61919
61920     [new uImage] Move CHUNKSZ definition to image.h
61921
61922     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
61923     move this definition to a common header.
61924
61925     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61926
61927 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
61928 Author: Marian Balakowicz <m8@semihalf.com>
61929 Date:   Tue Jan 8 18:11:43 2008 +0100
61930
61931     [new uImage] Move gunzip() common code to common/gunzip.c
61932
61933     Move gunzip(), zalloc() and zfree() to a separate file.
61934     Share zalloc() and zfree() with cramfs uncompress routine.
61935
61936     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61937
61938 commit d45d5a18b6b36688f2365623f9d550566c664b5b
61939 Author: Marian Balakowicz <m8@semihalf.com>
61940 Date:   Tue Jan 8 18:11:43 2008 +0100
61941
61942     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
61943
61944     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
61945     readable in PPC variant of do_bootm_linux() routine.
61946
61947     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61948
61949 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
61950 Author: Marian Balakowicz <m8@semihalf.com>
61951 Date:   Tue Jan 8 18:11:43 2008 +0100
61952
61953     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
61954
61955     PPC implementation of do_bootm_linux() routine is moved to
61956     a dedicated file lib_ppc/ppc_linux.c
61957
61958     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61959
61960 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
61961 Author: Marian Balakowicz <m8@semihalf.com>
61962 Date:   Tue Jan 8 18:14:09 2008 +0100
61963
61964     [new uImage] Define a API for image handling operations
61965
61966     - Add inline helper macros for basic header processing
61967     - Move common non inline code common/image.c
61968     - Replace direct header access with the API routines
61969     - Rename IH_CPU_* to IH_ARCH_*
61970
61971     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61972
61973 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
61974 Author: Marian Balakowicz <m8@semihalf.com>
61975 Date:   Thu Jan 31 13:19:58 2008 +0100
61976
61977     Add missing cmd_ximg.o to common/Makefile
61978
61979     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61980
61981 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
61982 Author: Grzegorz Bernacki <gjb@semihalf.com>
61983 Date:   Mon Jan 28 10:15:02 2008 +0100
61984
61985     ADS5121e: DDR2 init/timing update.
61986
61987     Signed-off-by: John Rigby <jrigby@freescale.com>
61988     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
61989
61990 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
61991 Author: John Rigby <jrigby@freescale.com>
61992 Date:   Wed Jan 30 13:36:57 2008 -0700
61993
61994     Device tree updates
61995
61996     Changes to match 5121 device tree going mainline in 2.6.25.
61997
61998     Change OF_SOC from "soc5121" to plain "soc".
61999     Remove unneeded "ref-frequency" fixups.
62000     Remove "address" enetaddr fixup.
62001
62002     Add bus-frequency fixup for old OF_SOC so old
62003     kernels with old device trees will work with new
62004     u-boot with 66MHz IPS clock
62005
62006     Signed-off-by: John Rigby <jrigby@freescale.com>
62007
62008 commit de55d18df3ff2ea614624e74793de7c43520e0e7
62009 Author: John Rigby <jrigby@freescale.com>
62010 Date:   Wed Jan 30 13:36:56 2008 -0700
62011
62012     Change IPS freq to 66MHz
62013
62014     Recommended frequency is 66MHz
62015     Change divider from 4 to 3.
62016
62017     Signed-off-by: John Rigby <jrigby@freescale.com>
62018
62019 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
62020 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62021 Date:   Mon Jan 14 22:38:55 2008 +0100
62022
62023     xsengine: rename board_post_init to board_late_init
62024
62025     missing migration from "Cleanup of some init functions"
62026     in c837dcb1a316745092567bfe4fb266d0941884ff
62027
62028     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62029
62030 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
62031 Author: Larry Johnson <lrj@acm.org>
62032 Date:   Sat Jan 12 23:35:33 2008 -0500
62033
62034     Add attribute POST_PREREL to ECC memory POST
62035
62036     Signed-off-by: Larry Johnson <lrj@acm.org>
62037
62038 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
62039 Author: Kumar Gala <galak@kernel.crashing.org>
62040 Date:   Thu Jan 17 08:25:45 2008 -0600
62041
62042     QE: Move FDT support into a common file
62043
62044     Move the flat device tree setup for QE related devices into
62045     a common file shared between 83xx & 85xx platforms that have QE's.
62046
62047     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62048
62049 commit d38da537943cd36356b9d3d9d9b60533554b81d8
62050 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62051 Date:   Wed Jan 23 17:20:14 2008 +0100
62052
62053     AVR32: Make SDRAM refresh rate configurable
62054
62055     The existing code assumes the SDRAM row refresh period should always
62056     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
62057     refresh rate should really be 7.81 us.
62058
62059     Add a refresh_period member to struct sdram_info and initialize it
62060     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
62061     panic() until the refresh_period member is updated properly.
62062
62063     Big thanks to Gerhard Berghofer for pointing out this issue.
62064
62065     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62066
62067 commit 61151cccb660cdb06a07fb283de6089913d7bde0
62068 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62069 Date:   Thu Apr 19 10:10:11 2007 +0200
62070
62071     ATSTK1000: Fix potential flash programming bug
62072
62073     The (now obsolete) atngw100 flash programming code was having problems
62074     programming the onboard at49bv642 chip. The atstk1000 flash
62075     programming code may have the same bug, so import fix for this problem
62076     from the AVR32 Linux BSP.
62077
62078     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62079
62080 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
62081 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62082 Date:   Thu Nov 22 17:04:13 2007 +0100
62083
62084     ATSTK1004: Fix comment about default load address
62085
62086     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
62087     wouldn't have worked anyway since the board can only access 4MB of
62088     SDRAM.
62089
62090     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62091
62092 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
62093 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62094 Date:   Thu Nov 22 17:01:24 2007 +0100
62095
62096     ATSTK1002: Use SDRAM + 4MB as default load address
62097
62098     Many people run into problems when they compile a big kernel and load
62099     the uImage at the default SDRAM + 2MB address as the kernel will
62100     overwrite the uImage as it is being unpacked. Increase the default
62101     load address so that we can load a 4MB kernel image without any
62102     problems.
62103
62104     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62105
62106 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
62107 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62108 Date:   Thu Nov 22 16:51:39 2007 +0100
62109
62110     ATNGW100: Fix default mtest range
62111
62112     Let mtest cover the whole SDRAM except the last megabyte, which is
62113     where u-boot lives.
62114
62115     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62116
62117 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
62118 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
62119 Date:   Tue Jan 22 15:31:56 2008 +0900
62120
62121     sh: Fix register address of SH7722.
62122
62123     The address of SH7722 is wrong by old document.
62124     This patch fixes this problem.
62125
62126     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
62127
62128 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
62129 Author: Mike Frysinger <vapier@gentoo.org>
62130 Date:   Mon Feb 4 19:26:57 2008 -0500
62131
62132     new command for displaying strings at specified memory locations
62133
62134     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62135
62136 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
62137 Author: Mike Frysinger <vapier@gentoo.org>
62138 Date:   Mon Feb 4 19:26:57 2008 -0500
62139
62140     rewrite/cleanup Blackfin RTC driver
62141
62142     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62143
62144 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
62145 Author: Mike Frysinger <vapier@gentoo.org>
62146 Date:   Mon Feb 4 19:26:57 2008 -0500
62147
62148     generate u-boot.ldr for Blackfin targets
62149
62150     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62151
62152 commit b779f7a59530436040f157f7841db7ab796542df
62153 Author: Mike Frysinger <vapier@gentoo.org>
62154 Date:   Mon Feb 4 19:26:57 2008 -0500
62155
62156     scrub unused symbols
62157
62158     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62159
62160 commit cc2977acc3bbbb7850f16645dd1081f95335868d
62161 Author: Mike Frysinger <vapier@gentoo.org>
62162 Date:   Mon Feb 4 19:26:57 2008 -0500
62163
62164     move Blackfin cpu object list to respective cpu directories
62165
62166     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62167
62168 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
62169 Author: Mike Frysinger <vapier@gentoo.org>
62170 Date:   Mon Feb 4 19:26:57 2008 -0500
62171
62172     interface to Blackfin on-chip One-Time-Programmable memory
62173
62174     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62175
62176 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
62177 Author: Mike Frysinger <vapier@gentoo.org>
62178 Date:   Mon Feb 4 19:26:56 2008 -0500
62179
62180     add support for memory commands with Blackfin L1 instruction memory
62181
62182     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62183
62184 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
62185 Author: Mike Frysinger <vapier@gentoo.org>
62186 Date:   Mon Feb 4 19:26:56 2008 -0500
62187
62188     use C code rather than inline assembly
62189
62190     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62191
62192 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
62193 Author: Mike Frysinger <vapier@gentoo.org>
62194 Date:   Mon Feb 4 19:26:56 2008 -0500
62195
62196     add Blackfin-specific reginfo command
62197
62198     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62199
62200 commit 0858b835e7ea501ea084d34cef75932f098342bb
62201 Author: Mike Frysinger <vapier@gentoo.org>
62202 Date:   Mon Feb 4 19:26:55 2008 -0500
62203
62204     add support for Blackfin symbol prefixes to examples
62205
62206     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62207
62208 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
62209 Author: Mike Frysinger <vapier@gentoo.org>
62210 Date:   Mon Feb 4 19:26:55 2008 -0500
62211
62212     add Blackfin-specific bdinfo command
62213
62214     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62215
62216 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
62217 Author: Mike Frysinger <vapier@gentoo.org>
62218 Date:   Mon Feb 4 19:26:55 2008 -0500
62219
62220     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
62221
62222     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62223
62224 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
62225 Author: Mike Frysinger <vapier@gentoo.org>
62226 Date:   Mon Feb 4 19:26:55 2008 -0500
62227
62228     unify the Blackfin board targets
62229
62230     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62231
62232 commit d4d7730853e5d675f76ec666807da3028c91d592
62233 Author: Mike Frysinger <vapier@gentoo.org>
62234 Date:   Mon Feb 4 19:26:55 2008 -0500
62235
62236     punt Blackfin VDSP headers and import sanitized/auto-generated ones
62237
62238     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62239
62240 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
62241 Author: Mike Frysinger <vapier@gentoo.org>
62242 Date:   Mon Feb 4 19:26:54 2008 -0500
62243
62244     always pull in asm/blackfin.h for Blackfin ports
62245
62246     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62247
62248 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
62249 Author: Mike Frysinger <vapier@gentoo.org>
62250 Date:   Mon Feb 4 19:26:54 2008 -0500
62251
62252     add missing __raw versions of Blackfin read/write io functions
62253
62254     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62255
62256 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
62257 Author: Mike Frysinger <vapier@gentoo.org>
62258 Date:   Mon Feb 4 19:26:54 2008 -0500
62259
62260     add the default Blackfin logo used by Blackfin boards with splash screens
62261
62262     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62263
62264 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
62265 Author: Mike Frysinger <vapier@gentoo.org>
62266 Date:   Mon Feb 4 19:26:54 2008 -0500
62267
62268     add some more Blackfin docs
62269
62270     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62271
62272 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
62273 Author: Mike Frysinger <vapier@gentoo.org>
62274 Date:   Mon Feb 4 19:26:54 2008 -0500
62275
62276     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
62277
62278     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62279
62280 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
62281 Author: Mike Frysinger <vapier@gentoo.org>
62282 Date:   Mon Feb 4 19:26:54 2008 -0500
62283
62284     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
62285
62286     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62287
62288 commit b45264ee85cbd92020640a32e02fb434fd557108
62289 Author: Mike Frysinger <vapier@gentoo.org>
62290 Date:   Mon Feb 4 19:26:53 2008 -0500
62291
62292     add gitignores for Blackfin pieces
62293
62294     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62295
62296 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
62297 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62298 Date:   Fri Jan 18 01:14:03 2008 +0100
62299
62300     TFTP: add host ip addr support
62301
62302     allow to use a different server as set in serverip
62303     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
62304     if not defined the max length will be at 128
62305
62306     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62307
62308 commit e56b4b494cd92def577969f9678395aa22d34c9f
62309 Author: Timur Tabi <timur@freescale.com>
62310 Date:   Wed Jan 9 14:35:26 2008 -0600
62311
62312     85xx,86xx: Determine I2C clock frequencies and store in global_data
62313
62314     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
62315
62316     Update the get_clocks() function in 85xx and 86xx to determine the I2C
62317     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
62318
62319     Signed-off-by: Timur Tabi <timur@freescale.com>
62320
62321 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
62322 Author: Wolfgang Denk <wd@denx.de>
62323 Date:   Thu Dec 27 10:56:54 2007 +0100
62324
62325     OMAP5912: fix FIFO handling in UART driver
62326
62327     According to the OMAP5912 Serial Interfaces Reference Guide (see
62328     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
62329     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
62330     changed when the baud clock is not running, i. e. when both DLL and
62331     DLH are set to 0.
62332
62333     Thus make sure that DLL and DLH are 0 when writing the FCR.
62334
62335     Signed-off-by: Wolfgang Denk <wd@denx.de>
62336
62337 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
62338 Author: Harald Welte <laforge@openmoko.org>
62339 Date:   Wed Dec 19 15:10:52 2007 +0100
62340
62341     ARM: S3C24x0 SoC NAND controller support
62342
62343     This patch adds NAND support to the S3C24x0 SoC code in u-boot
62344
62345     Signed-off-by: Harald Welte <laforge@openmoko.org>
62346
62347 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
62348 Author: Harald Welte <laforge@openmoko.org>
62349 Date:   Wed Dec 19 14:24:40 2007 +0100
62350
62351     ARM: s3c24xx: Multiple serial port support
62352
62353     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
62354
62355     Signed-off-by: Harald Welte <laforge@openmoko.org>
62356
62357 commit a25f72f1f73a11de68251fb88c89991e202e68fa
62358 Author: Harald Welte <laforge@openmoko.org>
62359 Date:   Wed Dec 19 14:16:57 2007 +0100
62360
62361     ARM: arm920t: Allow use of 'gd' pointer from IRQ
62362
62363     This patch allows us to use the 'gd' pointer (and thus environment
62364     and everything else associated with it) from interrupt context on
62365     arm920t.
62366
62367     Signed-off-by: Harald Welte <laforge@openmoko.org>
62368
62369 commit be19bd5cd0f454b63298844a0b5377e029b2caad
62370 Author: Harald Welte <laforge@openmoko.org>
62371 Date:   Wed Dec 19 14:19:38 2007 +0100
62372
62373     ARM: arm920/s3c24xx: IRQ demulitplexer callback
62374
62375     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
62376     plus a stub implementation of it for the S3C2410.
62377
62378     The purpose is to allow arm920t implementations such as the s3c24x0 to
62379     implement interrupt handlers in u-boot without having to touch core
62380     arm920t code.
62381
62382     Signed-off-by: Harald Welte <laforge@openmoko.org>
62383
62384 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
62385 Author: Hebbar <gururajakr@sanyo.co.in>
62386 Date:   Tue Dec 18 16:03:07 2007 -0800
62387
62388     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
62389
62390     Add ifdef to bdinfo command to display ethernet information
62391     only if CONFIG_CMD_NET is defined for arm modules.
62392
62393     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
62394
62395 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
62396 Author: Hebbar <gururajakr@sanyo.co.in>
62397 Date:   Tue Dec 18 16:00:54 2007 -0800
62398
62399     ARM: add I2C init function call in lib_arm/board.c
62400
62401     Adds I2C init func call to init sequence for ARM boards. This is
62402     present in ppc,blackfin and other processor init sequence.
62403
62404     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
62405
62406 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
62407 Author: Stefan Roese <sr@denx.de>
62408 Date:   Fri Feb 1 09:38:29 2008 +0100
62409
62410     ppc4xx: Fix ndfc HW ECC byte order
62411
62412     The current ndfc HW ECC implementation swaps the first two ECC bytes.
62413     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
62414     so this swapping in the HW ECC driver is bogus. This patch fixes this
62415     problem and now really uses the SMC ECC byte order.
62416
62417     Thanks to Sean MacLennan for pointing this out.
62418
62419     Signed-off-by: Stefan Roese <sr@denx.de>
62420
62421 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
62422 Author: Stefan Roese <sr@denx.de>
62423 Date:   Wed Jan 30 15:35:50 2008 +0100
62424
62425     ppc4xx: Fix GPIO configuration for pcs440ep
62426
62427     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
62428     49-63 for GPIO. They have been configured as trace signals. This patch
62429     fixes this by clearing the corresponding bit.
62430
62431     Signed-off-by: Stefan Roese <sr@denx.de>
62432
62433 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
62434 Author: Stefan Roese <sr@denx.de>
62435 Date:   Wed Jan 30 14:48:28 2008 +0100
62436
62437     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
62438
62439     Signed-off-by: Stefan Roese <sr@denx.de>
62440
62441 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
62442 Author: Ladislav Michl <ladis@linux-mips.org>
62443 Date:   Fri Dec 7 00:42:32 2007 +0100
62444
62445     ARM: Board voiceblue update
62446
62447     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
62448
62449 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
62450 Author: Ladislav Michl <ladis@linux-mips.org>
62451 Date:   Thu Dec 6 23:24:57 2007 +0100
62452
62453     ARM: AT91RM9200 based boards config cleanup
62454
62455     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
62456
62457     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
62458     indentation.
62459
62460 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
62461 Author: Ladislav Michl <ladis@linux-mips.org>
62462 Date:   Thu Dec 6 22:59:16 2007 +0100
62463
62464     ARM: Fix at91rm9200dk base address
62465
62466     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
62467     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
62468     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
62469     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
62470     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
62471     I'm sending this patch 4th (!) time in hope it produces at least some
62472     reaction.
62473
62474     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
62475
62476     Fix at91rm9200dk base and environment address.
62477
62478 commit c95219fae2a7add7daa2f91aedca65b1698465c7
62479 Author: stefano babic <sbabic@denx.de>
62480 Date:   Tue Nov 20 10:40:24 2007 +0100
62481
62482     MMC for PXA 27X (resubmit)
62483
62484     MMC support for X_Scale PXA is broken and does not work.
62485     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
62486     There were already some patches around the world but none of them was
62487     merged into the official u-boot tree.
62488
62489     This patch makes order fixing this issue. Resubmit after code cleanup.
62490
62491     Applied and tested on PXA 270 (TrizepsIV module).
62492
62493     Signed-off-by: Stefano Babic <sbabic@denx.de>
62494
62495 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
62496 Author: stefano babic <sbabic@denx.de>
62497 Date:   Tue Nov 20 10:37:04 2007 +0100
62498
62499     Fix gcc issues in pxa-regs.h
62500
62501     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
62502     issues generates wrong code.
62503     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
62504     This patch fixes the problem and solves the gcc-4 issues as the linux
62505     kernel does.
62506
62507     Signed-off-by: Stefano Babic <sbabic@denx.de>
62508     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
62509
62510 commit 7047b388876e7b905b2ec4edb8010543e3641b85
62511 Author: Jens Gehrlein <sew_s@tqs.de>
62512 Date:   Tue Jan 29 08:45:03 2008 +0100
62513
62514     TQM834x: enable DHCP
62515
62516     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
62517     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62518
62519 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
62520 Author: Jens Gehrlein <sew_s@tqs.de>
62521 Date:   Tue Jan 29 08:45:02 2008 +0100
62522
62523     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
62524
62525     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
62526     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62527
62528 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
62529 Author: Ben Warren <biggerbadderben@gmail.com>
62530 Date:   Sat Jan 26 23:41:19 2008 -0500
62531
62532     Fix conditional compilation of mpx8xxx_spi driver
62533
62534     This driver should only compile if CONFIG_MPC8XXX_SPI is set
62535
62536     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
62537     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62538
62539 commit 63f732d3d3880feb531f48af247c025bf01462b0
62540 Author: Rafal Jaworowski <raj@semihalf.com>
62541 Date:   Tue Jan 29 17:00:34 2008 +0100
62542
62543     API: Provide dummy halt() in the glue layer.
62544
62545     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
62546
62547     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
62548
62549 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
62550 Author: Rafal Jaworowski <raj@semihalf.com>
62551 Date:   Tue Jan 29 16:57:38 2008 +0100
62552
62553     API: Convert conditional building to the new scheme.
62554
62555     This fixes a build breakage with CONFIG_API enabled, which appeared after
62556     the recent changes in the U-Boot build system.
62557
62558     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
62559
62560 commit 98b742489c09780be6a832eeaa4e5eff824792bb
62561 Author: Wolfgang Denk <wd@denx.de>
62562 Date:   Fri Jan 25 09:56:17 2008 +0100
62563
62564     inka4x0: remove dead code
62565
62566     Signed-off-by: Wolfgang Denk <wd@denx.de>
62567
62568 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
62569 Author: Becky Bruce <becky.bruce@freescale.com>
62570 Date:   Wed Jan 23 16:31:06 2008 -0600
62571
62572     86xx: Add reginfo command
62573
62574     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
62575
62576 commit ddcebcb638715a6278da93b553d5016f99823816
62577 Author: Becky Bruce <becky.bruce@freescale.com>
62578 Date:   Wed Jan 23 16:31:05 2008 -0600
62579
62580     86xx: Add print_laws function to fsl_law.c
62581
62582     This can be used for debug, and will be used by board code
62583     to help implement reginfo.
62584
62585     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
62586
62587 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
62588 Author: Becky Bruce <becky.bruce@freescale.com>
62589 Date:   Wed Jan 23 16:31:04 2008 -0600
62590
62591     86xx: Remove old-style law setup code
62592
62593     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
62594
62595     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
62596
62597 commit 713d8186649dae874613d495b0cecaa039a98b30
62598 Author: Becky Bruce <becky.bruce@freescale.com>
62599 Date:   Wed Jan 23 16:31:03 2008 -0600
62600
62601     86xx: Convert sbc8641d to use new law setup code.
62602
62603     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
62604
62605 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
62606 Author: Becky Bruce <becky.bruce@freescale.com>
62607 Date:   Wed Jan 23 16:31:02 2008 -0600
62608
62609     86xx: Convert mpc8610hpcd to new law setup method.
62610
62611     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
62612
62613 commit 4933b91f8a49e436681f163df3173beb91cac44a
62614 Author: Becky Bruce <becky.bruce@freescale.com>
62615 Date:   Wed Jan 23 16:31:01 2008 -0600
62616
62617     86xx: Support new law setup method and convert mpc8641
62618
62619     Adds the support code in cpu/mpc86xx for the new law setup code
62620     recently created fsl_law.c, and changes the MPC8641HPCN config
62621     to use this code.
62622
62623     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
62624
62625 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
62626 Author: Becky Bruce <becky.bruce@freescale.com>
62627 Date:   Wed Jan 23 16:31:00 2008 -0600
62628
62629     86xx: Rearrange the sequence in start.S
62630
62631     * split the BAT initialization so that only 2 BATs (for the boot page
62632     and stack) are programmed very early on.  The rest are initialized later.
62633     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
62634     after translation has been enabled.
62635
62636     These changes will facilitate the moving of law and BAT initialization
62637     to C code, and will aid with 36-bit physical addressing support.
62638
62639     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
62640
62641 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
62642 Author: Wolfgang Denk <wd@denx.de>
62643 Date:   Wed Jan 23 14:41:37 2008 +0100
62644
62645     Coding Style Cleanup; update CHANGELOG
62646
62647     Signed-off-by: Wolfgang Denk <wd@denx.de>
62648
62649 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
62650 Author: Wolfgang Denk <wd@denx.de>
62651 Date:   Wed Jan 23 14:31:17 2008 +0100
62652
62653     Coding Style Cleanup; update CHANGELOG
62654
62655     Signed-off-by: Wolfgang Denk <wd@denx.de>
62656
62657 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
62658 Author: Dave Liu <r63238@freescale.com>
62659 Date:   Fri Jan 18 10:07:04 2008 +0800
62660
62661     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
62662
62663     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
62664     cause the 83xx immap broken, so the DMA and PCI will
62665     be failed.
62666
62667     The patch fix the struct spi8xxx and rm struct spi83xx.
62668
62669     Signed-off-by: Dave Liu <daveliu@freescale.com>
62670     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62671
62672 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
62673 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62674 Date:   Sat Apr 14 17:11:49 2007 +0200
62675
62676     AVR32: ATNGW100 board support
62677
62678     Add support for the ATNGW100 Network Gateway reference design,
62679     including flash, ethernet and MMC support.
62680
62681     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62682
62683 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
62684 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62685 Date:   Sat Nov 24 18:15:31 2007 +0100
62686
62687     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
62688
62689     I don't know why the relevant layers can't do this by itself, but this
62690     is what ppc does.
62691
62692     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62693
62694 commit 799891ef7b1b3432032ec23466df6b665a797fa4
62695 Author: Michael Schwingen <michael@schwingen.org>
62696 Date:   Fri Jan 18 00:04:28 2008 +0100
62697
62698     Add AcTux board support
62699
62700     Hi,
62701
62702     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
62703     files that
62704     contain changes for multiple boards, the board-specific files follow as
62705     separate patches.
62706
62707     Signed-off-by: Michael Schwingen <michael@schwingen.org>
62708
62709 commit 66a4344a4d910a11125df7768899ad529719855e
62710 Author: Michael Schwingen <michael@schwingen.org>
62711 Date:   Wed Jan 16 19:53:23 2008 +0100
62712
62713     add AcTux-4 board support
62714
62715     Signed-off-by: Michael Schwingen <michael@schwingen.org>
62716
62717 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
62718 Author: Michael Schwingen <michael@schwingen.org>
62719 Date:   Wed Jan 16 19:51:55 2008 +0100
62720
62721     add AcTux-3 board support
62722
62723     Signed-off-by: Michael Schwingen <michael@schwingen.org>
62724
62725 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
62726 Author: Michael Schwingen <michael@schwingen.org>
62727 Date:   Wed Jan 16 19:51:14 2008 +0100
62728
62729     add AcTux-2 board support
62730
62731     Signed-off-by: Michael Schwingen <michael@schwingen.org>
62732
62733 commit ea99e8f05b7240fd657739e286664664ae160abe
62734 Author: Michael Schwingen <michael@schwingen.org>
62735 Date:   Wed Jan 16 19:50:37 2008 +0100
62736
62737     add AcTux-1 board support
62738
62739     Signed-off-by: Michael Schwingen <michael@schwingen.org>
62740
62741 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
62742 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62743 Date:   Mon Jan 14 19:20:08 2008 +0100
62744
62745     ARM: remove useless function board_post_init
62746
62747     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62748
62749 commit 96bd462942022e4569b582c072a0ed26de1cd19b
62750 Author: Michael Schwingen <michael@schwingen.org>
62751 Date:   Thu Jan 10 14:59:46 2008 +0100
62752
62753     IXP: enable RTS
62754
62755     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
62756     No handshaking is done, but the active RTS signal allows to
62757     connect to the target using a PC which is using RTS/CTS
62758     handshake, and does no harm if the PC is set to ignore RTS.
62759
62760     Signed-off-by: Michael Schwingen <michael@schwingen.org>
62761
62762 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
62763 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62764 Date:   Mon Jan 7 08:41:34 2008 +0100
62765
62766     IXP: add dynamic microcode addr
62767
62768     allow to load the microde from flash or ram by download it through
62769     the serial or other.
62770
62771     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62772     Acked-by: Stefan Roese <sr@denx.de>
62773
62774 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
62775 Author: Michael Schwingen <michael@schwingen.org>
62776 Date:   Sat Nov 10 15:44:12 2007 +0100
62777
62778     load ixp42x NPE firmware from separate flash block, remove dead code
62779
62780     Hi,
62781
62782     the following patch adds support to move the IXP42X NPE firmware to a
62783     separate flash block, whose start address is defined in
62784     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
62785     NPE-enabled u-boot without copyright problems due to the NPE firmware.
62786
62787     I hope the patch applies, I get whitespace-related differences in the NPE
62788     files due to trailing whitespace in the original versions.
62789
62790     Signed-off-by: Michael Schwingen <michael@schwingen.org>
62791     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62792
62793 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
62794 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62795 Date:   Tue Jan 15 14:15:46 2008 -0600
62796
62797     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
62798
62799     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62800     Signed-off by: John Rigby <jrigby@freescale.com>
62801
62802 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
62803 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62804 Date:   Tue Jan 15 14:02:49 2008 -0600
62805
62806     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
62807
62808     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62809     Signed-off by: John Rigby <jrigby@freescale.com>
62810
62811 commit 777d1abd9796f1c2e148417cc10657e847d318ce
62812 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62813 Date:   Tue Jan 15 14:00:25 2008 -0600
62814
62815     ColdFire: Add MCF547x_8x FEC driver
62816
62817     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62818     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
62819     Signed-off by: John Rigby <jrigby@freescale.com>
62820
62821 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
62822 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62823 Date:   Tue Jan 15 13:54:09 2008 -0600
62824
62825     ColdFire: Add MCF547x_8x dma code and header files
62826
62827     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62828     Signed-off by: John Rigby <jrigby@freescale.com>
62829
62830 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
62831 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62832 Date:   Tue Jan 15 13:52:03 2008 -0600
62833
62834     ColdFire: Add MCF547x_8x dma code - 2
62835
62836     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62837     Signed-off by: John Rigby <jrigby@freescale.com>
62838
62839 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
62840 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62841 Date:   Tue Jan 15 13:48:52 2008 -0600
62842
62843     ColdFire: Add MCF547x_8x dma code - 1
62844
62845     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62846     Signed-off by: John Rigby <jrigby@freescale.com>
62847
62848 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
62849 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62850 Date:   Tue Jan 15 13:39:44 2008 -0600
62851
62852     ColdFire: Add MCF547x_8x related header files
62853
62854     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62855     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
62856     Signed-off by: John Rigby <jrigby@freescale.com>
62857
62858 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
62859 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62860 Date:   Tue Jan 15 13:37:34 2008 -0600
62861
62862     ColdFire: Add MCF547x_8x cpu arch
62863
62864     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62865     Signed-off by: John Rigby <jrigby@freescale.com>
62866
62867 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
62868 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62869 Date:   Mon Jan 14 17:47:23 2008 -0600
62870
62871     ColdFire: Add MCF5227x cpu and M52277EVB support-3
62872
62873     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62874     Signed-off by: John Rigby <jrigby@freescale.com>
62875
62876 commit c87581027994c148131b2f11aa75501f782ec19a
62877 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62878 Date:   Mon Jan 14 17:46:19 2008 -0600
62879
62880     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
62881
62882     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62883     Signed-off by: John Rigby <jrigby@freescale.com>
62884
62885 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
62886 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62887 Date:   Mon Jan 14 17:43:33 2008 -0600
62888
62889     ColdFire: Add MCF5227x cpu and M52277EVB support-1
62890
62891     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62892     Signed-off by: John Rigby <jrigby@freescale.com>
62893
62894 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
62895 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62896 Date:   Mon Jan 14 17:35:44 2008 -0600
62897
62898     ColdFire: Fix CFI Flash low level Read/Write macro
62899
62900     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62901     Signed-off by: John Rigby <jrigby@freescale.com>
62902
62903 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
62904 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62905 Date:   Mon Jan 14 17:23:08 2008 -0600
62906
62907     ColdFire: Add M5373EVB platform support - 2
62908
62909     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62910     Signed-off by: John Rigby <jrigby@freescale.com>
62911
62912 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
62913 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62914 Date:   Mon Jan 14 17:19:54 2008 -0600
62915
62916     ColdFire: Add M5373EVB platform support - 1
62917
62918     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62919     Signed-off by: John Rigby <jrigby@freescale.com>
62920
62921 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
62922 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62923 Date:   Mon Jan 14 17:17:03 2008 -0600
62924
62925     ColdFire: Update FlexBus CS for MCF532x
62926
62927     Definition update and change from 16bit to 32bit
62928
62929     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62930     Signed-off by: John Rigby <jrigby@freescale.com>
62931
62932 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
62933 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62934 Date:   Mon Jan 14 17:11:47 2008 -0600
62935
62936     ColdFire: PCI and misc updates for MCF5445x
62937
62938     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62939     Signed-off by: John Rigby <jrigby@freescale.com>
62940
62941 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
62942 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62943 Date:   Mon Jan 14 17:06:55 2008 -0600
62944
62945     ColdFire: MCF5445x header files cleanup
62946
62947     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62948     Signed-off by: John Rigby <jrigby@freescale.com>
62949
62950 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
62951 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62952 Date:   Mon Jan 14 16:59:42 2008 -0600
62953
62954     ColdFire: MCF532x header files cleanup
62955
62956     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62957     Signed-off by: John Rigby <jrigby@freescale.com>
62958
62959 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
62960 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62961 Date:   Mon Jan 14 15:30:15 2008 -0600
62962
62963     ColdFire: Add modules header files
62964
62965     Add CF specific modules header files
62966
62967     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
62968     Signed-off-by: John Rigby <jrigby@freescale.com>
62969
62970 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
62971 Author: Kim Phillips <kim.phillips@freescale.com>
62972 Date:   Thu Jan 17 12:48:00 2008 -0600
62973
62974     codingstyle cleanup for spi driver
62975
62976     ..and rm unused CONFIG_FSL_SPI define
62977
62978     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62979
62980 commit d59feffb42c9f174116db7a82a311df98983dfce
62981 Author: Haiying Wang <Haiying.Wang@freescale.com>
62982 Date:   Wed Jan 16 17:12:12 2008 -0500
62983
62984     FSL: Fix common EEPROM_data structure definition
62985
62986     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
62987     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
62988       bd->bi_ethaddr.
62989
62990     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
62991
62992 commit 6bee764bd6da510a4aad614880300c968bc7318d
62993 Author: Timur Tabi <timur@freescale.com>
62994 Date:   Wed Jan 16 15:48:12 2008 -0600
62995
62996     86xx: enable command-line editing
62997
62998     Enable command-line editing for all MPC86xx boards.
62999
63000     Signed-off-by: Timur Tabi <timur@freescale.com>
63001
63002 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
63003 Author: Ben Warren <biggerbadderben@gmail.com>
63004 Date:   Wed Jan 16 22:37:42 2008 -0500
63005
63006     Implement hard SPI driver on MPC8349EMDS
63007
63008     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
63009     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
63010
63011     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63012     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63013
63014 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
63015 Author: Ben Warren <biggerbadderben@gmail.com>
63016 Date:   Wed Jan 16 22:37:35 2008 -0500
63017
63018     Add support for a Freescale non-CPM SPI controller
63019
63020     This patch adds support for the SPI controller found on Freescale PowerPC
63021     processors such as the MCP834x family.  Additionally, a new config option,
63022     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
63023
63024     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63025     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63026
63027 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
63028 Author: Dave Liu <r63238@freescale.com>
63029 Date:   Thu Jan 17 18:23:19 2008 +0800
63030
63031     mpc83xx: Fix the fatal conflict of merge
63032
63033     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
63034     will cause the mpc8315erdb board can't boot up.
63035
63036     The patch fix that bug, and remove the duplicated #ifdef
63037     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
63038     MPC8313E processor.
63039
63040     Signed-off-by: Dave Liu <daveliu@freescale.com>
63041     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63042
63043 commit 3259eeaa4148125a81417477f62c05bd67f60587
63044 Author: Larry Johnson <lrj@acm.org>
63045 Date:   Thu Jan 17 08:50:09 2008 -0500
63046
63047     Merge Sequoia beautification into Korat code
63048
63049     Signed-off-by: Larry Johnson <lrj@acm.org>
63050
63051 commit e16925773211291b562e77187061e9dd1d757217
63052 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63053 Date:   Thu Jan 17 07:45:05 2008 +0100
63054
63055     net: add 'ethrotate' environment variable
63056
63057     [PATCH] net: add 'ethrotate' environment variable
63058
63059     This patch replaces the buildtime configuration option
63060     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
63061     configuration veriable. See README.
63062
63063     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63064     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63065
63066 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
63067 Author: Stefan Roese <sr@denx.de>
63068 Date:   Thu Jan 17 14:29:04 2008 +0100
63069
63070     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
63071
63072     Signed-off-by: Stefan Roese <sr@denx.de>
63073
63074 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
63075 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63076 Date:   Thu Jan 17 18:07:32 2008 +0900
63077
63078     sh: Remove CONFIG_COMMANDS from MS7720SE config file
63079
63080     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63081
63082 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
63083 Author: Niklaus Giger <niklaus.giger@netstal.com>
63084 Date:   Wed Jan 16 18:39:20 2008 +0100
63085
63086     ppc4xx: Netstal HCU4 board: added various fixes and POST
63087
63088     - Moved some common code to netstal/common/nm_bsp.c.
63089     - sdram initialisation goes go netstal/common/fixed_sdram.c.
63090     - Added support for POST.
63091     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
63092
63093     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63094
63095 commit 69b0634a4ee98c9791815600d43b99f626a952f3
63096 Author: Niklaus Giger <niklaus.giger@netstal.com>
63097 Date:   Thu Jan 17 12:53:56 2008 +0100
63098
63099     ppc4xx: netstal/common define routines used by all boards
63100
63101     Added some routines used by all Netstal boards:
63102     - nm_bsp.c: - nm_show_print and
63103             -  common_misc_init_r
63104             - set_params_for_sw_install. Very specific code to handle our SW
63105               installation procedure
63106     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
63107       to handle sdram initialization.
63108     - nm.h: Common header
63109
63110     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63111
63112 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
63113 Author: Niklaus Giger <niklaus.giger@netstal.com>
63114 Date:   Wed Jan 16 18:39:18 2008 +0100
63115
63116     ppc4xx: Netstal HCU5 board: added various fixes and POST
63117
63118     - Moved some common code to nestal/common/nm_bsp.c.
63119     - Added support for the vxWorks EDR.
63120     - Enable trace for Lauterbach, if present.
63121     - Added support for POST.
63122     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
63123
63124     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63125
63126 commit 4371090e5da77edc7bf9f296364db4801639d9c4
63127 Author: Niklaus Giger <niklaus.giger@netstal.com>
63128 Date:   Wed Jan 16 18:39:08 2008 +0100
63129
63130     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
63131
63132     - Various fixes
63133     - Reduced rom_size from 384 to 320 kB
63134     - Environment is now in flash
63135     - Added POST
63136     - Support for OF
63137
63138     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63139
63140 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
63141 Author: Niklaus Giger <niklaus.giger@netstal.com>
63142 Date:   Wed Jan 16 18:37:50 2008 +0100
63143
63144     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
63145
63146     - Various fixes
63147     - Reduced rom_size from 384 to 320 kB
63148     - Environment is now in flash
63149     - Added POST
63150     - Support for OF
63151
63152     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63153
63154 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
63155 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63156 Date:   Thu Jan 17 10:53:08 2008 +0100
63157
63158     ppc4xx: Complete DU440 board support
63159
63160     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63161
63162 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
63163 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63164 Date:   Thu Jan 17 10:52:30 2008 +0100
63165
63166     ppc4xx: Add DU440 board support
63167
63168     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63169
63170 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
63171 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63172 Date:   Thu Jan 17 15:53:52 2008 +0900
63173
63174     sh: Update SuperH SCIF driver
63175
63176     This patch fixed wrong SH7720 CPU macro and changed macro that
63177     calculated value of SCBRR register.
63178
63179     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63180
63181 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
63182 Author: Grzegorz Bernacki <gjb@semihalf.com>
63183 Date:   Wed Jan 16 15:12:47 2008 +0100
63184
63185     Set ips dividor to 1/4 of csb clock.
63186
63187     Previous setting cause ips clock to be out of spec. This bug was found by John
63188     Rigby from Freescale.
63189
63190     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
63191
63192 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
63193 Author: Kumar Gala <galak@kernel.crashing.org>
63194 Date:   Thu Jan 17 02:19:18 2008 -0600
63195
63196     85xx: Get ride of old TLB setup code
63197
63198     Now that all boards have been converted, remove old config code and the
63199     config option for the new style.
63200
63201     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63202
63203 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
63204 Author: Kumar Gala <galak@kernel.crashing.org>
63205 Date:   Thu Jan 17 02:02:10 2008 -0600
63206
63207     85xx: Convert TQM85xx to new TLB setup
63208
63209     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63210
63211 commit 74121b470c14f7eaf284ee838bffca6f9521069e
63212 Author: Kumar Gala <galak@kernel.crashing.org>
63213 Date:   Thu Jan 17 01:56:32 2008 -0600
63214
63215     85xx: Convert STXGP3 & STXSSA to new TLB setup
63216
63217     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63218
63219 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
63220 Author: Kumar Gala <galak@kernel.crashing.org>
63221 Date:   Thu Jan 17 01:44:34 2008 -0600
63222
63223     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
63224
63225     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63226
63227 commit 818218bac6a11591e2542c344d2330e0f4e1968b
63228 Author: Kumar Gala <galak@kernel.crashing.org>
63229 Date:   Thu Jan 17 01:31:34 2008 -0600
63230
63231     85xx: Convert PM854/PM856 to new TLB setup
63232
63233     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63234
63235 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
63236 Author: Kumar Gala <galak@kernel.crashing.org>
63237 Date:   Thu Jan 17 01:25:33 2008 -0600
63238
63239     85xx: Convert MPC8540EVAL to new TLB setup
63240
63241     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63242
63243 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
63244 Author: Kumar Gala <galak@kernel.crashing.org>
63245 Date:   Thu Jan 17 01:12:22 2008 -0600
63246
63247     85xx: Convert MPC8568 MDS to new TLB setup
63248
63249     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63250
63251 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
63252 Author: Kumar Gala <galak@kernel.crashing.org>
63253 Date:   Thu Jan 17 01:01:09 2008 -0600
63254
63255     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
63256
63257     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63258
63259 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
63260 Author: Kumar Gala <galak@kernel.crashing.org>
63261 Date:   Thu Jan 17 00:52:29 2008 -0600
63262
63263     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
63264
63265     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63266
63267 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
63268 Author: Kumar Gala <galak@kernel.crashing.org>
63269 Date:   Thu Jan 17 00:32:17 2008 -0600
63270
63271     85xx: Convert ATUM8548 to new TLB setup
63272
63273     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63274
63275 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
63276 Author: Kumar Gala <galak@kernel.crashing.org>
63277 Date:   Wed Jan 16 23:11:57 2008 -0600
63278
63279     85xx: Convert MPC8544 DS to new TLB setup
63280
63281     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63282
63283 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
63284 Author: Kumar Gala <galak@kernel.crashing.org>
63285 Date:   Wed Jan 16 22:38:34 2008 -0600
63286
63287     85xx: Reworked initial processor init
63288
63289     Reworked the initial processor initialzation sequence:
63290     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
63291     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
63292     * Reworked initial asm code to do most of the core init before TLBs
63293
63294     The main reasons for these changes are to allow handling of 36-bit phys
63295     addresses in the future and some of the issues that will exist when we
63296     do that.
63297
63298     There are a few caveats on what can be initialized via the LAW and TLB
63299     static tables:
63300     * TLB entry 14/15 can't be initialized via the TLB table
63301     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
63302       the code that is currently executing.
63303
63304     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63305
63306 commit 44a23cfd6360a68eaa41f945190618a55519eac3
63307 Author: Kumar Gala <galak@kernel.crashing.org>
63308 Date:   Wed Jan 16 22:33:22 2008 -0600
63309
63310     85xx: Introduce new tlb API
63311
63312     Add a set of functions to manipulate TLB entries:
63313      * set_tlb() - write a tlb entry
63314      * invalidate_tlb() - invalidate a tlb array
63315      * disable_tlb() - disable a variable size tlb entry
63316      * init_tlbs() - setup initial tlbs based on static table
63317
63318     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63319
63320 commit be88b1699863c262818f3af7f60173b4d48df8fc
63321 Author: Stefan Roese <sr@denx.de>
63322 Date:   Thu Jan 17 07:50:17 2008 +0100
63323
63324     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
63325
63326     Signed-off-by: Stefan Roese <sr@denx.de>
63327
63328 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
63329 Author: Kumar Gala <galak@kernel.crashing.org>
63330 Date:   Wed Jan 16 10:04:42 2008 -0600
63331
63332     85xx: Use proper defines for PCI addresses
63333
63334     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
63335     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
63336     be used for configuring the PCI ATMU.
63337
63338     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63339
63340 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
63341 Author: Kumar Gala <galak@kernel.crashing.org>
63342 Date:   Wed Jan 16 09:22:29 2008 -0600
63343
63344     85xx: Remove old style of LAW init
63345
63346     All boards are now using the new fsl_law code so we can drop the old version.
63347
63348     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63349
63350 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
63351 Author: Kumar Gala <galak@kernel.crashing.org>
63352 Date:   Wed Jan 16 09:15:29 2008 -0600
63353
63354     85xx: convert remaining 85xx boards over to use new LAW init code
63355
63356     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
63357     to use new LAW init code.
63358
63359     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63360
63361 commit 572b13afc42710f2957c382a710360429c0e099b
63362 Author: Kumar Gala <galak@kernel.crashing.org>
63363 Date:   Wed Jan 16 09:11:53 2008 -0600
63364
63365     85xx: convert STXGP3/STXSSA over to use new LAW init code
63366
63367     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63368
63369 commit 45f2166ac0233a9263058378f39612bd11f61196
63370 Author: Kumar Gala <galak@kernel.crashing.org>
63371 Date:   Wed Jan 16 09:06:48 2008 -0600
63372
63373     85xx: convert PM854/PM856 over to use new LAW init code
63374
63375     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63376
63377 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
63378 Author: Kumar Gala <galak@kernel.crashing.org>
63379 Date:   Wed Jan 16 09:05:27 2008 -0600
63380
63381     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
63382
63383     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63384
63385 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
63386 Author: Kumar Gala <galak@kernel.crashing.org>
63387 Date:   Wed Jan 16 01:45:10 2008 -0600
63388
63389     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
63390
63391     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63392
63393 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
63394 Author: Kumar Gala <galak@kernel.crashing.org>
63395 Date:   Wed Jan 16 01:32:06 2008 -0600
63396
63397     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
63398
63399     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63400
63401 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
63402 Author: Kumar Gala <galak@kernel.crashing.org>
63403 Date:   Wed Jan 16 01:16:16 2008 -0600
63404
63405     85xx: convert MPC8544 DS over to use new LAW init code
63406
63407     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63408
63409 commit 83d40dfd79fe868796275802f60116d84b9e4395
63410 Author: Kumar Gala <galak@kernel.crashing.org>
63411 Date:   Wed Jan 16 01:13:58 2008 -0600
63412
63413     85xx: Move LAW init code into C
63414
63415     Move the initialization of the LAWs into C code and provide an API
63416     to allow modification of LAWs after init.
63417
63418     Board code is responsible to provide a law_table and num_law_entries.
63419
63420     We should be able to use the same code on 86xx as well.
63421
63422     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63423
63424 commit bed8ce838a609aaab136d43b25e6df2a520bc854
63425 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63426 Date:   Sat Dec 22 15:03:12 2007 +0100
63427
63428     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
63429
63430     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63431
63432 commit 0764c164fed6277d359cf132d55187ea34290114
63433 Author: Vlad Lungu <vlad@comsys.ro>
63434 Date:   Wed Jan 16 19:27:51 2008 +0200
63435
63436     MIPS:Target support for qemu -M mips
63437
63438     With serial, NE2000, IDE support. Tested in big-endian mode.
63439     Memory size hard-coded to 128M for now, so don't play with
63440     the -m option.
63441
63442     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
63443
63444 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
63445 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63446 Date:   Fri Jan 11 00:01:37 2008 +0100
63447
63448     Fix nfs command help to reflect that the serverip is optional
63449
63450     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63451     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63452
63453 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
63454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63455 Date:   Mon Dec 10 22:32:14 2007 +0100
63456
63457     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
63458
63459     and move is_valid_ether_addr board file
63460
63461     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63462     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63463
63464 commit c2f896b8fc4722e36915903e1942e138e68ce804
63465 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
63466 Date:   Wed Jan 16 16:13:31 2008 +0900
63467
63468     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
63469
63470     rx_status on the memory is basically in LE, but needs to be handled in CPU
63471     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
63472     it'll work fine.
63473
63474     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
63475     Cc: Masami Komiya <mkomiya@sonare.it>
63476     Cc: Lucas Jin <lucasjin@gmail.com>
63477     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63478
63479 commit 96a236746fe6a7b84802afb4ed31536696d34812
63480 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
63481 Date:   Wed Jan 16 16:12:26 2008 +0900
63482
63483     drivers/net/rtl8139.c: Fix cache coherency issues
63484
63485     Current driver is meant for cache coherent systems. This patch adds
63486     flush_cache() routines to support cache non-coherent systems.
63487
63488     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
63489     Cc: Masami Komiya <mkomiya@sonare.it>
63490     Cc: Lucas Jin <lucasjin@gmail.com>
63491     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63492
63493 commit d1276c76c1e2b5035296689280ba1acb2c425104
63494 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
63495 Date:   Wed Jan 16 16:11:14 2008 +0900
63496
63497     drivers/net/rtl8139.c: Fix tx timeout
63498
63499     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
63500     does, the condition "(currticks() < to)" becomes invalid and immediately
63501     leads to tx timeout error. This patch introduces the fine-graded udely(10)
63502     loops to ease the impact of wrapping around.
63503
63504     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
63505     Cc: Masami Komiya <mkomiya@sonare.it>
63506     Cc: Lucas Jin <lucasjin@gmail.com>
63507     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63508
63509 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
63510 Author: Dave Liu <r63238@freescale.com>
63511 Date:   Fri Jan 11 18:45:28 2008 +0800
63512
63513     TSEC: Add the support for RealTek RTL8211B PHY
63514
63515     Add the support of RealTek RTL8211B PHY, the RTL8211B
63516     PHY only supports RGMII and MII mode.
63517
63518     Signed-off-by: Dave Liu <daveliu@freescale.com>
63519     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63520
63521 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
63522 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
63523 Date:   Wed Jan 16 09:40:41 2008 +0100
63524
63525     Remove annoying debug printout for PHY less boards.
63526
63527     PHY less board prints out lots of "read wrong ...":
63528     read wrong value : mii_id 3,mii_reg 2, base e0102320
63529     read wrong value : mii_id 3,mii_reg 3, base e0102320
63530     UEC: PHY is Generic MII (ffffffff)
63531     read wrong value : mii_id 3,mii_reg 4, base e0102320
63532     read wrong value : mii_id 3,mii_reg 0, base e0102320
63533     read wrong value : mii_id 3,mii_reg 1, base e0102320
63534     read wrong value : mii_id 3,mii_reg 1, base e0102320
63535     read wrong value : mii_id 3,mii_reg 5, base e0102320
63536     read wrong value : mii_id 3,mii_reg 1, base e0102320
63537     read wrong value : mii_id 3,mii_reg 1, base e0102320
63538     read wrong value : mii_id 3,mii_reg 5, base e0102320
63539     FSL UEC0: Full Duplex
63540     FSL UEC0: Speed 100BT
63541     FSL UEC0: Link is up
63542     Using FSL UEC0 device
63543
63544     Make this printout depend on UEC_VERBOSE_DEBUG and
63545     remove its definition in uec_phy.c
63546
63547     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
63548     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63549
63550 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
63551 Author: Kim Phillips <kim.phillips@freescale.com>
63552 Date:   Tue Jan 15 14:11:00 2008 -0600
63553
63554     net: reduce boot latency on QE UEC based boards
63555
63556     actually polling for PHY autonegotiation to finish enables us to remove the
63557     5 second boot prompt latency present on QE based boards.
63558
63559     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
63560     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
63561     code shamelessly stolen from tsec driver.
63562
63563     also rm unused CONFIG_RMII_MODE code.
63564
63565     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63566     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
63567     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63568
63569 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
63570 Author: michael.firth@bt.com <michael.firth@bt.com>
63571 Date:   Wed Jan 16 11:40:51 2008 +0000
63572
63573     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
63574
63575     The current TSEC driver limits MDIO access to the devices that have been configured as attached
63576     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
63577
63578     Signed-off-by: Michael Firth <michael.firth@bt.com>
63579     Acked-by: Andy Fleming <afleming@freescale.com>
63580     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63581
63582 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
63583 Author: Kim Phillips <kim.phillips@freescale.com>
63584 Date:   Wed Jan 16 00:38:05 2008 -0600
63585
63586     Add support for the MPC837xERDB
63587
63588     MPC837xERDB board support includes:
63589     * DDR2 330MHz hardcoded (soldered on the board)
63590     * Local Bus NOR Flash
63591     * I2C, UART and RTC
63592     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
63593     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
63594     *                  load)
63595
63596     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
63597     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
63598     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63599
63600 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
63601 Author: Kim Phillips <kim.phillips@freescale.com>
63602 Date:   Wed Jan 16 12:06:16 2008 -0600
63603
63604     mpc83xx: add support for more system clock performance controls
63605
63606     System registers that are modified are the Arbiter Configuration
63607     Register (ACR), the System Priority Control Register (SPCR), and the
63608     System Clock Configuration Register (SCCR).
63609
63610     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
63611     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
63612     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63613
63614 commit 16c3cde050e2d243e62b37486f1558570787beb8
63615 Author: James Yang <james.yang@freescale.com>
63616 Date:   Wed Jan 16 11:58:08 2008 -0600
63617
63618     FSL: Generalize PIXIS reset command parsing.
63619
63620     Before, the order of arguments to the pixis_reset
63621     command needed to be supplied in a hard-coded order.
63622     Generalize the command parsing to allow any order.
63623
63624     Signed-off-by: James Yang <james.yang@freescale.com>
63625     Acked-by: Jon Loeliger <jdl@freescale.com>
63626
63627 commit ad8f8687b78c3e917b173f038926695383c55555
63628 Author: Jon Loeliger <jdl@freescale.com>
63629 Date:   Tue Jan 15 13:42:41 2008 -0600
63630
63631     FSL: Convert board/freescale/common/Makefile to use CONFIG_
63632
63633     Convert the board/freescale/common/Makefile to use
63634     CONFIG_* options to select which files to conditionally
63635     compile into the board/freescale/common library rather
63636     than conditionally compiling entire files.
63637
63638     Now handles::
63639         CONFIG_FSL_PIXIS
63640         CONFIG_FSL_DIU_FB
63641         CONFIG_PQ_MDS_PIB
63642
63643     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
63644
63645     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63646
63647 commit 7c2221eb230372a9e537c4f6636b147b0909325f
63648 Author: Roy Zang <tie-fei.zang@freescale.com>
63649 Date:   Tue Jan 15 16:38:38 2008 +0800
63650
63651     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
63652
63653     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
63654     Remove unused ethernet CONFIG_ options.
63655
63656     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63657     Acked-by: Jon Loeliger <jdl@freescale.com>
63658
63659 commit 711a7946277d2e29af481011e8635e9975c54e45
63660 Author: Kim Phillips <kim.phillips@freescale.com>
63661 Date:   Tue Jan 15 14:05:14 2008 -0600
63662
63663     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
63664
63665     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
63666
63667     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63668
63669 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
63670 Author: Kim Phillips <kim.phillips@freescale.com>
63671 Date:   Tue Jan 15 09:51:12 2008 -0600
63672
63673     mpc83xx: clean up mpc8360emds.c warnings
63674
63675     mpc8360emds.c: In function 'ft_board_setup':
63676     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
63677     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
63678     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
63679     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
63680     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
63681     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
63682
63683     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63684
63685 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
63686 Author: Kim Phillips <kim.phillips@freescale.com>
63687 Date:   Mon Jan 14 16:14:46 2008 -0600
63688
63689     mpc83xx: fix phy-connection-type fixup code
63690
63691     use tree passed to us in local blob, not global fdt.
63692
63693     Also use fdt_path_offset to convert to relative offset, since absolute
63694     reference is needed to check for rgmii-id mode string value.
63695
63696     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63697
63698 commit 2b4c952be7c4357a13e839d48df80853820c33eb
63699 Author: Kumar Gala <galak@kernel.crashing.org>
63700 Date:   Mon Jan 14 09:01:40 2008 -0600
63701
63702     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
63703
63704     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63705     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63706
63707 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
63708 Author: Poonam Aggrwal <b10812@freescale.com>
63709 Date:   Mon Jan 14 09:41:14 2008 +0530
63710
63711     Changes in uboot DDR configuration for MPC8313eRDB
63712
63713     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
63714     DDR configuration in u-boot code. Some are related to performance, some
63715     affect stability and some correct few basic errors in the current
63716     configuration.
63717
63718     The changes have been tested and found to give better memory latency
63719     figures on MPC8313eRDB.LMBench figures prove it.
63720
63721     The changes are:
63722
63723     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
63724       (this may improve performance for application with many read
63725       or write to open pages).
63726     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
63727       001 (activating all the CS when only one is used may cause
63728       unwanted noise on the system)
63729
63730     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
63731       Tras=45ns)
63732     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
63733
63734     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
63735       comply with the 3 ODT clk requirements)
63736     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
63737     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
63738
63739     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
63740     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
63741
63742     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
63743     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
63744
63745     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
63746     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
63747
63748     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
63749     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
63750     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
63751     Cc: Josep P J <PJ.Joseph@freescale.com>
63752     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63753
63754 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
63755 Author: Jerry Van Baren <gvb.uboot@gmail.com>
63756 Date:   Sat Jan 12 13:24:14 2008 -0500
63757
63758     Enable the isdram command on the MPC8360EMDS board
63759
63760     The isdram command prints out decoded information the "serial presence
63761     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
63762     debugging memory configuration problems.
63763
63764     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
63765     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63766
63767 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
63768 Author: Dave Liu <r63238@freescale.com>
63769 Date:   Fri Jan 11 18:48:24 2008 +0800
63770
63771     mpc83xx: Add the support for MPC8315ERDB board
63772
63773     The features list:
63774     - Boot from NOR Flash
63775     - DDR2 266MHz hardcoded configuration
63776     - Local bus NOR Flash R/W operation
63777     - I2C, UART, MII and RTC
63778     - eTSEC0/1 support
63779     - PCI host
63780
63781     Signed-off-by: Dave Liu <daveliu@freescale.com>
63782     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63783
63784 commit b05884efa614e4d8a9413158fc228e0dc02ab704
63785 Author: Dave Liu <r63238@freescale.com>
63786 Date:   Fri Jan 11 18:46:50 2008 +0800
63787
63788     mpc83xx: Add config of eTSEC emergency priority in SPCR
63789
63790     The TSEC emergency priority definition of 831x/837x
63791     is different than the definition of 834x in SPCR register.
63792
63793     Add the other config of TSEC emergency priority into
63794     cpu_init.c
63795
63796     Signed-off-by: Dave Liu <daveliu@freescale.com>
63797     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63798
63799 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
63800 Author: Dave Liu <r63238@freescale.com>
63801 Date:   Fri Jan 11 18:42:19 2008 +0800
63802
63803     mpc83xx: Remove cache config from MPC8360ERDK.h
63804
63805     The MPC8360ERDK board support patch is added before
63806     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
63807     so, miss clean up it.
63808
63809     The patch clean up the miss cache config.
63810
63811     Signed-off-by: Dave Liu <daveliu@freescale.com>
63812     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63813
63814 commit cd9d23053d435c08fc8695017b5cb9003fcda786
63815 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
63816 Date:   Mon Jan 14 23:09:32 2008 +0300
63817
63818     nand: FSL UPM NAND driver
63819
63820     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
63821
63822 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
63823 Author: Kyungmin Park <kmpark@infradead.org>
63824 Date:   Tue Jan 15 08:59:44 2008 +0900
63825
63826     OneNAND: Separate U-Boot dependent code from OneNAND
63827
63828     OneNAND: Separate U-Boot dependent code from OneNAND
63829
63830     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
63831
63832 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
63833 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63834 Date:   Wed Jan 16 10:33:46 2008 +0100
63835
63836     ppc4xx: Sequoia coding style cleanup and beautification
63837
63838     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63839
63840 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
63841 Author: Larry Johnson <lrj@acm.org>
63842 Date:   Tue Jan 15 14:35:58 2008 -0500
63843
63844     ppc4xx: Refactor ECC POST for AMCC Denali core
63845
63846     The ECC POST reported intermittent failures running after power-up on
63847     the Korat PPC440EPx board.  Even when the test passed, the debugging
63848     output occasionally reported additional unexpected ECC errors.
63849
63850     This refactoring has three main objectives: (1) minimize the code
63851     executed with ECC enabled during the tests, (2) add more checking of the
63852     results so any unexpected ECC errors would cause the test to fail, and
63853     (3) use synchronization (only) where required by the processor.
63854
63855     Signed-off-by: Larry Johnson <lrj@acm.org>
63856
63857 commit 2465665b73ac2f688af945b1ed510752afa816a4
63858 Author: David Saada <David.Saada@ecitele.com>
63859 Date:   Tue Jan 15 10:40:24 2008 +0200
63860
63861     QE UEC: Extend number of supported UECs to 4
63862
63863     This patch extends the number of supported UECs to 4. Note that the
63864     problem of QE thread resources exhaustion is resolved by setting the
63865     correct number of QE threads according to Ethernet type (GBE or FE).
63866
63867     Signed-off-by: David Saada <david.saada@ecitele.com>
63868     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
63869
63870 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
63871 Author: Wolfgang Denk <wd@denx.de>
63872 Date:   Wed Jan 16 00:01:01 2008 +0100
63873
63874     LWMON5: enable hush shell as command line parser
63875
63876     Signed-off-by: Wolfgang Denk <wd@denx.de>
63877
63878 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
63879 Author: Wolfgang Denk <wd@denx.de>
63880 Date:   Tue Jan 15 17:22:28 2008 +0100
63881
63882     ADS5121: disable watchdog; enable image timestamps
63883
63884     Signed-off-by: Wolfgang Denk <wd@denx.de>
63885
63886 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
63887 Author: Wolfgang Denk <wd@denx.de>
63888 Date:   Tue Jan 15 17:21:28 2008 +0100
63889
63890     TK885D: fixes for bigger flash sector sizes on new modules;
63891     adjust default environment;
63892     disable SCC ethernet (not used on this board).
63893
63894     Signed-off-by: Wolfgang Denk <wd@denx.de>
63895
63896 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
63897 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63898 Date:   Tue Jan 15 17:48:13 2008 +0900
63899
63900     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
63901
63902     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63903
63904 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
63905 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63906 Date:   Tue Jan 15 23:25:25 2008 +0900
63907
63908     sh: Add support SH7710/SH7712
63909
63910     SH7710/SH7712 of SH3 CPU are supported.
63911     SH771X is called SH-Ether, and has the Ether controller in CPU.
63912     The driver of Ether is not included in this patch.
63913
63914     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63915
63916 commit 63a11be68306870e04d3851ed9fa41955cdf4894
63917 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63918 Date:   Tue Jan 15 23:06:17 2008 +0900
63919
63920     sh: Add support of map_physmem() and unmap_physmem() to SuperH
63921
63922     This patch add the support of map_physmem() and unmap_physmem()
63923     used with Common Flash Interface(CFI) driver.
63924
63925     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63926
63927 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
63928 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63929 Date:   Wed Jan 9 14:42:27 2008 +0900
63930
63931     sh: Add maintainer of MS7720SE to the MAINTAINER file
63932
63933     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63934
63935 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
63936 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63937 Date:   Wed Jan 9 14:39:58 2008 +0900
63938
63939     sh: Fix board name in MS7720SE's config.mk
63940
63941     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63942
63943 commit c0a04d93734d768b39dbb72fb501b65614c8615d
63944 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63945 Date:   Wed Jan 9 14:37:36 2008 +0900
63946
63947     sh: Add MS7720SE to MAKEALL
63948
63949     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63950
63951 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
63952 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
63953 Date:   Mon Dec 3 22:58:50 2007 +0900
63954
63955     sh: Add support for MS7720RP02 board
63956
63957     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
63958     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63959     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63960
63961 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
63962 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
63963 Date:   Wed Jan 9 14:30:02 2008 +0900
63964
63965     sh: Add support for SH7720 in serial_sh driver.
63966
63967     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
63968     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63969     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63970
63971 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
63972 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
63973 Date:   Mon Dec 3 22:58:45 2007 +0900
63974
63975     sh: Add support SH3 and SH7720
63976
63977     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
63978     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63979     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63980
63981 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
63982 Author: Stefan Roese <sr@denx.de>
63983 Date:   Tue Jan 15 10:11:02 2008 +0100
63984
63985     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
63986
63987     Signed-off-by: Stefan Roese <sr@denx.de>
63988
63989 commit 17bef68097ab3692500a36fb31115bff7910aa99
63990 Author: Niklaus Giger <niklausgiger@gmx.ch>
63991 Date:   Mon Jan 14 14:04:42 2008 +0100
63992
63993     ppc_4xx: Fix post spr.c for PPC405
63994
63995     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
63996     for PPC440 and derivates processor.
63997
63998     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63999
64000 commit 06c428bcd4413014b43236e77765022071424fa6
64001 Author: Dave Liu <r63238@freescale.com>
64002 Date:   Mon Jan 14 11:12:01 2008 +0800
64003
64004     QE: fix compile warning
64005
64006     qe.c: In function 'qe_upload_firmware':
64007     qe.c:390: warning: pointer targets in passing argument 2
64008     uec.c: In function 'uec_initialize':
64009     uec.c:1236: warning: 'uec_info' may be used uninitialized
64010
64011     Signed-off-by: Dave Liu <daveliu@freescale.com>
64012
64013 commit a0dd99d51efa55fe023e19c97ead92683725eb11
64014 Author: Stefan Roese <sr@denx.de>
64015 Date:   Mon Jan 14 10:05:05 2008 +0100
64016
64017     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
64018
64019     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
64020     to remove the USB PHY reset after powerup. The CPLD will keep the
64021     USB PHY in reset (active low) until the bit is set to 1 in
64022     board_early_init_f().
64023
64024     Signed-off-by: Stefan Roese <sr@denx.de>
64025
64026 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
64027 Author: Wolfgang Denk <wd@denx.de>
64028 Date:   Sun Jan 13 23:26:45 2008 +0100
64029
64030     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
64031
64032     Signed-off-by: Wolfgang Denk <wd@denx.de>
64033
64034 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
64035 Author: Wolfgang Denk <wd@denx.de>
64036 Date:   Sun Jan 13 23:37:50 2008 +0100
64037
64038     ADS5121: Fix typo in ads5121.c, adjust default environment
64039
64040     Signed-off-by: Wolfgang Denk <wd@denx.de>
64041
64042 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
64043 Author: John Rigby <jrigby@freescale.com>
64044 Date:   Fri Aug 24 18:18:43 2007 -0600
64045
64046     ADS5121: MAX slew rate for PATA pins
64047
64048     Signed-off-by: John Rigby <jrigby@freescale.com>
64049
64050 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
64051 Author: Wolfgang Denk <wd@denx.de>
64052 Date:   Sun Jan 13 21:05:52 2008 +0100
64053
64054     Fix Makefile dependency problem with parallel builds.
64055
64056     Signed-off-by: Wolfgang Denk <wd@denx.de>
64057
64058 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
64059 Author: Wolfgang Denk <wd@denx.de>
64060 Date:   Sun Jan 13 19:51:39 2008 +0100
64061
64062     MPC8544DS: fix board Makefile for silent build (with -s)
64063
64064     Signed-off-by: Wolfgang Denk <wd@denx.de>
64065
64066 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
64067 Author: Wolfgang Denk <wd@denx.de>
64068 Date:   Sun Jan 13 16:44:08 2008 +0100
64069
64070     PMC440 board: fix board Makefile for out-of-tree building
64071
64072     Signed-off-by: Wolfgang Denk <wd@denx.de>
64073
64074 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
64075 Author: Wolfgang Denk <wd@denx.de>
64076 Date:   Sun Jan 13 16:07:44 2008 +0100
64077
64078     Makalu: fix compile warning
64079
64080     Signed-off-by: Wolfgang Denk <wd@denx.de>
64081
64082 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
64083 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64084 Date:   Sun Jan 13 12:36:12 2008 +0100
64085
64086     cmd_nand : fix compiler warning.
64087
64088     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64089
64090 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
64091 Author: Michael Schwingen <rincewind@discworld.dascon.de>
64092 Date:   Sat Jan 12 20:29:47 2008 +0100
64093
64094     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
64095
64096     Signed-off-by: Michael Schwingen <michael@schwingen.org>
64097     Acked-by: Stefan Roese <sr@denx.de>
64098
64099 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
64100 Author: Wolfgang Denk <wd@denx.de>
64101 Date:   Sun Jan 13 02:19:44 2008 +0100
64102
64103     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
64104
64105     Signed-off-by: Wolfgang Denk <wd@denx.de>
64106
64107 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
64108 Author: Wolfgang Denk <wd@denx.de>
64109 Date:   Sun Jan 13 02:19:13 2008 +0100
64110
64111     MPC8xx FEC driver: fix compiler warning.
64112
64113     Signed-off-by: Wolfgang Denk <wd@denx.de>
64114
64115 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
64116 Author: Wolfgang Denk <wd@denx.de>
64117 Date:   Sun Jan 13 00:59:21 2008 +0100
64118
64119     Fix Makefile dependencies issues; allow silent build
64120
64121     - get rid of "version" target whichdidn't really work
64122     - make autoconf.mk depend on version_autogenerated.h to make sure
64123       to rebuild files as needed
64124     - add XECHO macro to allow for silent build using "make -s"
64125
64126     Signed-off-by: Wolfgang Denk <wd@denx.de>
64127
64128 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
64129 Author: Wolfgang Denk <wd@denx.de>
64130 Date:   Sun Jan 13 00:55:47 2008 +0100
64131
64132     ADS5121e: fix compile warning
64133
64134     Signed-off-by: Wolfgang Denk <wd@denx.de>
64135
64136 commit f2b6f4610627fe3d607620e25082916a01538875
64137 Author: Wolfgang Denk <wd@denx.de>
64138 Date:   Sun Jan 13 00:55:18 2008 +0100
64139
64140     MUNICes: fix board Makefile for remote build directory
64141
64142     Signed-off-by: Wolfgang Denk <wd@denx.de>
64143
64144 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
64145 Author: Oliver Weber <almoeli@gmx.de>
64146 Date:   Wed Jan 9 17:04:38 2008 +0100
64147
64148     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
64149
64150     Signed-off-by: Oliver Weber <almoeli@gmx.de>
64151
64152 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
64153 Author: Andreas Engel <andreas.engel@ericsson.com>
64154 Date:   Wed Jan 9 17:10:56 2008 +0100
64155
64156     Make bootretry work when command line editing is enabled
64157
64158     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
64159     This patch fixes the problem.
64160
64161     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
64162
64163 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
64164 Author: Larry Johnson <lrj@acm.org>
64165 Date:   Fri Jan 11 23:26:18 2008 -0500
64166
64167     Refactor code for "i2c sdram" command
64168
64169     Signed-off-by: Larry Johnson <lrj@acm.org>
64170
64171 commit 0df6b8446c4721b91ce311548114891130371083
64172 Author: Larry Johnson <lrj@acm.org>
64173 Date:   Thu Jan 10 22:23:39 2008 -0500
64174
64175     Fix "i2c sdram" command for DDR2 DIMMs
64176
64177     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
64178     "i2c sdram" command.  This patch provides correct alternative
64179     interpretations when DDR2 memory is detected.
64180
64181     Signed-off-by: Larry Johnson <lrj@acm.org>
64182
64183 commit 64134f011254123618798ff77c42ba196b2ec485
64184 Author: Wolfgang Denk <wd@denx.de>
64185 Date:   Sat Jan 12 20:31:39 2008 +0100
64186
64187     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
64188
64189     With recent toolchain versions, some boards would not build because
64190     or errors like this one (here for ocotea board when building with
64191     ELDK 4.2 beta):
64192     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
64193
64194     For many boards, the .bss section is big enough that it wraps around
64195     at the end of the address space (0xFFFFFFFF), so the problem will not
64196     be visible unless you use a 64 bit tool chain for development. On
64197     some boards however, changes to the code size (due to different
64198     optimizations) we bail out with section overlaps like above.
64199
64200     The fix is to add the NOLOAD attribute to the .bss and .sbss
64201     sections, telling the linker that .bss does not consume any space in
64202     the image.
64203
64204     Signed-off-by: Wolfgang Denk <wd@denx.de>
64205
64206 commit 3afac79ec27b91df185f090b31dad9620779f440
64207 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
64208 Date:   Fri Jan 11 20:42:58 2008 -0600
64209
64210     USB: Add Philips 1561 PCI-OHCI ids
64211     (needed for M5475EVB)
64212
64213     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
64214
64215 commit 5e8def6731cd7bec74bff42a16b139de04010353
64216 Author: Wolfgang Denk <wd@denx.de>
64217 Date:   Sat Jan 12 15:51:34 2008 +0100
64218
64219     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
64220     boards.
64221
64222     Signed-off-by: Heiko Schocher <hs@denx.de>
64223     Signed-off-by: Wolfgang Denk <wd@denx.de>
64224
64225 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
64226 Author: Grzegorz Bernacki <gjb@semihalf.com>
64227 Date:   Fri Jan 11 12:03:43 2008 +0100
64228
64229     MPC512X: Cleanup bus clock names.
64230
64231     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
64232
64233 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
64234 Author: Grzegorz Bernacki <gjb@semihalf.com>
64235 Date:   Tue Jan 8 17:16:59 2008 +0100
64236
64237     MPC512X: Fixed typo in macro name.
64238
64239     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
64240
64241 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
64242 Author: Grzegorz Bernacki <gjb@semihalf.com>
64243 Date:   Tue Jan 8 17:16:15 2008 +0100
64244
64245     ads5121: Added support for FDT.
64246
64247     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
64248
64249 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
64250 Author: Wolfgang Denk <wd@denx.de>
64251 Date:   Sat Jan 12 01:05:50 2008 +0100
64252
64253     Coding Style cleanup; update CHANGELOG.
64254
64255     Signed-off-by: Wolfgang Denk <wd@denx.de>
64256
64257 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
64258 Author: Heiko Schocher <hs@denx.de>
64259 Date:   Fri Jan 11 15:15:17 2008 +0100
64260
64261     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
64262
64263     Signed-off-by: Timur Tabi <timur@freescale.com>
64264     Signed-off-by: Heiko Schocher <hs@denx.de>
64265
64266 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
64267 Author: Heiko Schocher <hs@denx.de>
64268 Date:   Fri Jan 11 15:15:16 2008 +0100
64269
64270     MUNICes: Set the right CFG_DEFAULT_MBAR value.
64271
64272     Signed-off-by: Heiko Schocher <hs@denx.de>
64273
64274 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
64275 Author: Heiko Schocher <hs@denx.de>
64276 Date:   Fri Jan 11 15:15:15 2008 +0100
64277
64278     added the config File for the MUNICes board.
64279
64280     Signed-off-by: Heiko Schocher <hs@denx.de>
64281
64282 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
64283 Author: Heiko Schocher <hs@denx.de>
64284 Date:   Fri Jan 11 15:15:14 2008 +0100
64285
64286     added basic support for the MUNICes board.
64287
64288     Signed-off-by: Heiko Schocher <hs@denx.de>
64289
64290 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
64291 Author: Wolfgang Denk <wd@denx.de>
64292 Date:   Sat Jan 12 00:39:37 2008 +0100
64293
64294     Update CHANGELOG and MAINTAINERS files.
64295
64296     Signed-off-by: Wolfgang Denk <wd@denx.de>
64297
64298 commit 5ba7390c3cb579172be66888a371707b47b5be4e
64299 Author: Anatolij Gustschin <agust@denx.de>
64300 Date:   Fri Jan 11 02:15:02 2008 +0100
64301
64302     Fix compilation problem in common/cmd_bmp.c
64303
64304     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
64305     isn't defined. This patch fix this.
64306
64307     Signed-off-by: Anatolij Gustschin <agust@denx.de>
64308
64309 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
64310 Author: Heiko Schocher <hs@denx.de>
64311 Date:   Fri Jan 11 01:12:09 2008 +0100
64312
64313     Fix defaultconfig for the mgcoge board.
64314
64315     Signed-off-by: Heiko Schocher <hs@denx.de>
64316
64317 commit ac9db066b26935f31bff15c98168b19faeb603f3
64318 Author: Heiko Schocher <hs@denx.de>
64319 Date:   Fri Jan 11 01:12:08 2008 +0100
64320
64321     Added support for the mgcoge board from keymile.
64322
64323     Signed-off-by: Heiko Schocher <hs@denx.de>
64324
64325 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
64326 Author: Heiko Schocher <hs@denx.de>
64327 Date:   Fri Jan 11 01:12:07 2008 +0100
64328
64329     Enable SMC microcode relocation patch for SMC1.
64330
64331     Signed-off-by: Heiko Schocher <hs@denx.de>
64332
64333 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
64334 Author: Heiko Schocher <hs@denx.de>
64335 Date:   Fri Jan 11 01:12:06 2008 +0100
64336
64337     Added support for the mgsuvd board from keymile.
64338
64339     Signed-off-by: Heiko Schocher <hs@denx.de>
64340
64341 commit bf05293973b348f6946c9df92cd3c65ece42d0be
64342 Author: James Yang <james.yang@freescale.com>
64343 Date:   Thu Jan 10 16:02:07 2008 -0600
64344
64345     Fix 64-bit vsprintf.
64346
64347     There were some size and unsigned problems.
64348     Also add support for "ll" size modifier in format string like glibc
64349
64350     Signed-off-by: James Yang <James.Yang@freescale.com>
64351     Acked-by: Jon Loeliger <jdl@freescale.com>
64352
64353 commit 92fa37eac530860643afa26ae347af3d23d67309
64354 Author: Larry Johnson <lrj@acm.org>
64355 Date:   Wed Jan 9 12:42:35 2008 -0500
64356
64357     Remove superfluous preprocessor conditionals from LM73 driver
64358
64359     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
64360
64361     (2) Use conditional Makefile.o.
64362
64363     Signed-off-by: Larry Johnson <lrj@acm.org>
64364
64365 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
64366 Author: Guennadi Liakhovetski <lg@denx.de>
64367 Date:   Thu Jan 10 17:59:07 2008 +0100
64368
64369     Add support for the TK885D baseboard from TELE-DATA
64370
64371     The TK885D board uses a TQM885D module from TQ, this port adds an
64372     own configuration file and adds a last_stage_init() method to
64373     configure the two PHYs, depending on the phy_auto_nego environment
64374     variable.
64375
64376     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
64377
64378 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
64379 Author: Kumar Gala <galak@kernel.crashing.org>
64380 Date:   Thu Jan 10 02:22:05 2008 -0600
64381
64382     Fix compiler warning
64383
64384     main.c: In function 'readline_into_buffer':
64385     main.c:927: warning: unused variable 'p_buf'
64386
64387     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64388
64389 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
64390 Author: Anatolij Gustschin <agust@denx.de>
64391 Date:   Fri Jan 11 14:30:01 2008 +0100
64392
64393     Add Fujitsu CoralP/Lime video driver
64394
64395     Signed-off-by: Anatolij Gustschin <agust@denx.de>
64396     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
64397
64398 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
64399 Author: Anatolij Gustschin <agust@denx.de>
64400 Date:   Fri Jan 11 02:39:47 2008 +0100
64401
64402     Fix video console newline and carriage return handling
64403
64404     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
64405     are not displayed correctly. This is an attempt to fix
64406     this issue. Also add carriage return handling.
64407
64408     Signed-off-by: Anatolij Gustschin <agust@denx.de>
64409     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
64410
64411 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
64412 Author: Stefan Roese <sr@denx.de>
64413 Date:   Fri Jan 11 15:53:58 2008 +0100
64414
64415     ppc4xx: Fix sdram init on Sequoia boards
64416
64417     Clear possible errors in MCSR resulting from data-eye-search.
64418     If not done, then we could get an interrupt later on when
64419     exceptions are enabled.
64420
64421     Signed-off-by: Stefan Roese <sr@denx.de>
64422
64423 commit d610a60730b7464f6f659db49d264d89a7c71061
64424 Author: Anatolij Gustschin <agust@denx.de>
64425 Date:   Fri Jan 11 15:31:09 2008 +0100
64426
64427     ppc4xx: Rework Lime support for lwmon5
64428
64429     Rework Lime support for lwmon5 using new video driver
64430
64431     Signed-off-by: Anatolij Gustschin <agust@denx.de>
64432
64433 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
64434 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
64435 Date:   Fri Jan 11 14:55:16 2008 +0100
64436
64437     ppc4xx: Update PMC440 config file
64438
64439     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
64440
64441 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
64442 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
64443 Date:   Fri Jan 11 14:55:08 2008 +0100
64444
64445     ppx4xx: Fix sdram init on PMC440 boards
64446
64447     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
64448
64449 commit 061aad4d320dddce26247699dcf2875ee2ea1366
64450 Author: Dave Liu <r63238@freescale.com>
64451 Date:   Thu Jan 10 23:09:33 2008 +0800
64452
64453     mpc83xx: Fix the bug of 266MHz data rate DDR
64454
64455     The DDR doesn't work on the 266MHz data rate,
64456     the patch fix the bug.
64457
64458     Signed-off-by: Dave Liu <daveliu@freescale.com>
64459     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64460
64461 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
64462 Author: Dave Liu <r63238@freescale.com>
64463 Date:   Thu Jan 10 23:08:26 2008 +0800
64464
64465     mpc83xx: Make the code more readable
64466
64467     Format the code, make it more readable
64468
64469     Signed-off-by: Dave Liu <daveliu@freescale.com>
64470     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64471
64472 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
64473 Author: Dave Liu <r63238@freescale.com>
64474 Date:   Thu Jan 10 23:07:23 2008 +0800
64475
64476     mpc83xx: Reduce the latency of DDR
64477
64478     Reduce the AL from 2 to 1 clock to improve the performance.
64479
64480     Signed-off-by: Dave Liu <daveliu@freescale.com>
64481     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64482
64483 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
64484 Author: Dave Liu <r63238@freescale.com>
64485 Date:   Thu Jan 10 23:06:05 2008 +0800
64486
64487     mpc83xx: Fix the wrong definition of MPC8315E
64488
64489     According to the latest user manual of MPC8315E,
64490     1) The SVCOD of HRCWL is different than 837x
64491     2) The SCCR has changes
64492
64493     Signed-off-by: Dave Liu <daveliu@freescale.com>
64494     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64495
64496 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
64497 Author: Dave Liu <r63238@freescale.com>
64498 Date:   Thu Jan 10 23:05:00 2008 +0800
64499
64500     mpc83xx: Fix the typo in mpc83xx.h
64501
64502     The SPCR about TSEC priority is wrong.
64503
64504     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
64505     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
64506     Signed-off-by: Dave Liu <daveliu@freescale.com>
64507     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64508
64509 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
64510 Author: Dave Liu <r63238@freescale.com>
64511 Date:   Thu Jan 10 23:04:13 2008 +0800
64512
64513     mpc83xx: Fix the typo in global data struct
64514
64515     Fix the typo in global_data.h
64516
64517     Signed-off-by: Dave Liu <daveliu@freescale.com>
64518     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64519
64520 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
64521 Author: Dave Liu <r63238@freescale.com>
64522 Date:   Thu Jan 10 23:03:03 2008 +0800
64523
64524     mpc83xx: Remove cache config from config.h
64525
64526     clean up the cache config from configs.h of board
64527
64528     Signed-off-by: Dave Liu <daveliu@freescale.com>
64529     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64530
64531 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
64532 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
64533 Date:   Wed Jan 9 20:57:47 2008 +0300
64534
64535     mpc83xx: add support for the MPC8360E-RDK
64536
64537     This is MPC8360E based board with:
64538     - 256MB fixed SDRAM;
64539     - 8MB Intel Strata NOR flash;
64540     - StMICRO 64MiB NAND flash;
64541     - two 10/100/1000 ethernet ports connected via Broadcom
64542       BCM5481 PHYs;
64543     - two 10/100 ethernet ports connected via National
64544       DP83848 PHYs;
64545     - one PCI and one miniPCI slots;
64546     - four serial ports (two NS16550-compatible, two UCCs);
64547     - four USB ports working through MPC8360E "FHCI" USB controller;
64548     - Fujitsu MB86277 graphics controller;
64549     - Analog to Digital Converter/Touchscreen controller, AD7843
64550       connected to SPI.
64551
64552     Features not supported in this patch are:
64553     - StMICRO 64MiB NAND flash (patch sent);
64554     - MINT framebuffer initialization (patch is pending);
64555     - Fetching production information from the EEPROM via I2C;
64556     - FHCI USB;
64557     - Two slow UCCs used as RS-485 UARTs.
64558
64559     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
64560     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64561
64562 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
64563 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
64564 Date:   Wed Jan 9 20:57:40 2008 +0300
64565
64566     mpc83xx: add "fsl, qe" compatible fixups
64567
64568     New device trees will use "fsl,qe" compatible properties.
64569
64570     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
64571     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64572
64573 commit 977b57583a7c34010e566a09a679ec3c1836f996
64574 Author: Kim Phillips <kim.phillips@freescale.com>
64575 Date:   Wed Jan 9 15:24:06 2008 -0600
64576
64577     mpc83xx: add missing CONFIG_HAS_ETH0 defines
64578
64579     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
64580     is defined; add the define to the missing board configs.
64581
64582     Thanks to Emilian Medve for finding this.
64583
64584     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64585
64586 commit b830b7f1635984ba607219fcbd78597c28eeb529
64587 Author: Becky Bruce <bgill@freescale.com>
64588 Date:   Thu Jan 10 14:00:28 2008 -0600
64589
64590     86xx: Support 2GB DIMMs
64591
64592     Configure the number of bits used to address the banks inside the SDRAM
64593     device.  The default register value of 0 means 2 bits to address 4 banks.
64594     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
64595
64596     Signed-off-by: Becky Bruce <bgill@freescale.com>
64597
64598 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
64599 Author: Niklaus Giger <niklausgiger@gmx.ch>
64600 Date:   Thu Jan 10 18:50:33 2008 +0100
64601
64602     ppc4xx: Make Sequoia boot vxWorks
64603
64604     vxWorks expects in
64605     TLB 0 a entry for the Machine Check interrupt
64606     TLB 1 a entry for the RAM
64607     TLB 2 a entry for the EBC
64608     TLB 3 a entry for the boot flash
64609
64610     After changing the baudrate to 9600 I had no problems to boot the
64611     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
64612     June 18, 2007)
64613
64614     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
64615
64616 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
64617 Author: Larry Johnson <lrj@arlinx.com>
64618 Date:   Wed Jan 9 23:10:27 2008 -0500
64619
64620     ppc4xx: Fix dflush() to restore DVLIM register
64621
64622     Signed-off-by: Larry Johnson <lrj@acm.org>
64623
64624 commit 252f60b068d1f94190b5bcfda169db582387e15e
64625 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64626 Date:   Thu Jan 10 03:52:44 2008 -0500
64627
64628     Nios2: remove common/cmd_bdinfo.c unused variable.
64629
64630     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64631     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
64632
64633 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
64634 Author: Ben Warren <biggerbadderben@gmail.com>
64635 Date:   Wed Jan 9 18:15:53 2008 -0500
64636
64637     Fix Ethernet init() return codes
64638
64639     Change return values of init() functions in all Ethernet drivers to conform
64640     to the following:
64641
64642         >=0: Success
64643         <0:  Failure
64644
64645     All drivers going forward should return 0 on success.  Current drivers that
64646     return 1 on success were left as-is to minimize changes.
64647
64648     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
64649     Acked-by: Stefan Roese <sr@denx.de>
64650     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64651     Acked-by: Kim Phillips <kim.phillips@freescale.com>
64652     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64653     Acked-By: Timur Tabi <timur@freescale.com>
64654
64655 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
64656 Author: Wolfgang Denk <wd@denx.de>
64657 Date:   Thu Jan 10 00:55:14 2008 +0100
64658
64659     Coding Style cleanup; update CHANGELOG
64660
64661     Signed-off-by: Wolfgang Denk <wd@denx.de>
64662
64663 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
64664 Author: Kim Phillips <kim.phillips@freescale.com>
64665 Date:   Wed Jan 9 16:56:54 2008 -0600
64666
64667     Add QE brg freq and correct qe bus freq fdt update code
64668
64669     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64670     Signed-off-by: Andy Fleming <afleming@freescale.com>
64671
64672 commit 890dfef06c2d169a3356359596890754dfb8ee1c
64673 Author: Andy Fleming <afleming@freescale.com>
64674 Date:   Wed Jan 9 16:34:51 2008 -0600
64675
64676     Remove cache config from ATUM8548 and sbc8548 configs
64677
64678     These boards weren't updated by Kumar's config patch because they
64679     weren't in the tree, yet.
64680
64681     Signed-off-by: Andy Fleming <afleming@freescale.com>
64682
64683 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
64684 Author: Timur Tabi <timur@freescale.com>
64685 Date:   Mon Jan 7 13:31:19 2008 -0600
64686
64687     85xx: add ability to upload QE firmware
64688
64689     Define the layout of a binary blob that contains a QE firmware and instructions
64690     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
64691     perform the actual upload.  Add command-line command "qe fw" to take a firmware
64692     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
64693     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
64694     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
64695
64696     Signed-off-by: Timur Tabi <timur@freescale.com>
64697
64698 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
64699 Author: Kumar Gala <galak@kernel.crashing.org>
64700 Date:   Tue Jan 8 01:22:21 2008 -0600
64701
64702     85xx: Remove cache config from configs.h
64703
64704     Either use the standard defines in asm/cache.h or grab the information
64705     at runtime from the L1CFG SPR.
64706
64707     Also, minor cleanup in cache.h to make the code a bit more readable.
64708
64709     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64710
64711 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
64712 Author: robert lazarski <robertlazarski@gmail.com>
64713 Date:   Fri Dec 21 10:39:27 2007 -0500
64714
64715     mpc85xx: Add support for ATUM8548 (updated)
64716
64717     Add support for Instituto Atlantico's ATUM8548 board
64718
64719     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
64720     Signed-off-by: Andy Fleming <afleming@freescale.com>
64721
64722 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
64723 Author: robert lazarski <robertlazarski@gmail.com>
64724 Date:   Fri Dec 21 10:36:37 2007 -0500
64725
64726     mpc85xx: Add support for ATUM8548 (updated)
64727
64728     Add support for Instituto Atlantico's ATUM8548 board
64729
64730     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
64731
64732 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
64733 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
64734 Date:   Thu Dec 13 06:45:14 2007 -0600
64735
64736     mpc85xx: Add support for SBC8548 (updated)
64737
64738     Add support for Wind River's SBC8548 reference board.
64739
64740     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
64741
64742 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
64743 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
64744 Date:   Thu Dec 13 06:45:08 2007 -0600
64745
64746     mpc85xx: Add support for SBC8548 (updated)
64747
64748     Add support for Wind River's SBC8548 reference board.
64749
64750     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
64751     Signed-off by: Andy Fleming <afleming@freescale.com>
64752
64753 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
64754 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
64755 Date:   Mon Oct 22 19:58:19 2007 +0400
64756
64757     MPC8568E-MDS: set up QE pario for UART1
64758
64759     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
64760     be set up appropriately.
64761
64762     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
64763
64764 commit ad162249cb371e9e38971676f09be791e5f3cf4a
64765 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
64766 Date:   Mon Oct 22 18:12:46 2007 +0400
64767
64768     MPC8568E-MDS: reset UCCs to use them reliably
64769
64770     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
64771     UCCs.
64772
64773     p.s Similar code exists in the Linux kernel board file (for capability
64774     reasons with older U-Boots), but should be removed some day.
64775
64776     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
64777
64778 commit 2146cf56821c3364786ca94a7306008c5824b238
64779 Author: Kumar Gala <galak@kernel.crashing.org>
64780 Date:   Wed Dec 19 01:18:15 2007 -0600
64781
64782     Reworked FSL Book-E TLB macros to be more readable
64783
64784     The old macros made it difficult to know what WIMGE and perm bits
64785     were set for a TLB entry.  Actually use the bit masks for these items
64786     since they are only a single bit.
64787
64788     Also moved the macros into mmu.h out of e500.h since they aren't specific
64789     to e500.
64790
64791     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64792
64793 commit 1d47273d46925929f8f2c1913cd96d7257aade88
64794 Author: Kumar Gala <galak@kernel.crashing.org>
64795 Date:   Tue Dec 18 23:21:51 2007 -0600
64796
64797     Use FSL Book-E MMU macros from Linux Kernel
64798
64799     Grab the FSL Book-E MAS register macros from Linux.  Also added
64800     defines for page sizes up to 4TB and removed SHAREN since it doesnt
64801     really exist.
64802
64803     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64804
64805 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
64806 Author: Andy Fleming <afleming@freescale.com>
64807 Date:   Wed Jan 9 13:51:32 2008 -0600
64808
64809     Fix my own merge stupidity
64810
64811     Way back in August I merged Heiko's patch:
64812     566a494f592: [PCS440EP] upgrade the PCS440EP board
64813
64814     with Jon's CONFIG_COMMANDS patches.
64815
64816     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
64817
64818     However, in the process, I left out some of Heiko's good changes.
64819
64820     Now Heiko's and Jon's patches are properly merged in fat_register_device()
64821
64822     Signed-off-by: Andy Fleming <afleming@freescale.com>
64823
64824 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
64825 Author: James Yang <James.Yang@freescale.com>
64826 Date:   Wed Jan 9 11:17:49 2008 -0600
64827
64828     Expose parse_line() globally.
64829
64830     Add new function readline_into_buffer() that allows the
64831     output of readline to be put into a pointer to char buffer.
64832
64833     This refactoring allows other functions besides the
64834     main command loop to also use the same input mechanism.
64835
64836     Signed-off-by: James Yang <James.Yang@freescale.com>
64837     Acked-by: Jon Loeliger <jdl@freescale.com>
64838
64839 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
64840 Author: Guennadi Liakhovetski <lg@denx.de>
64841 Date:   Wed Jan 9 01:15:25 2008 +0100
64842
64843     trivial: fix consequences of a bad merge
64844
64845     Fix what looks like a merge artifact.
64846
64847     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
64848
64849 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
64850 Author: Zhang Wei <wei.zhang@freescale.com>
64851 Date:   Thu Jan 3 10:51:15 2008 +0800
64852
64853     Add Ctrl combo key support to usb keyboard driver.
64854
64855     Ctrl combo key support is added, which is very useful to input Ctrl-C
64856     for interrupt current job.
64857     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
64858     key input when tstc() is called.
64859
64860     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
64861
64862 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
64863 Author: Marcel Ziswiler <marcel@ziswiler.com>
64864 Date:   Sun Dec 30 03:30:56 2007 +0100
64865
64866     fix various comments
64867
64868     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
64869
64870 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
64871 Author: Marcel Ziswiler <marcel@ziswiler.com>
64872 Date:   Sun Dec 30 03:30:46 2007 +0100
64873
64874     fix comments with new drivers organization
64875
64876     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
64877
64878 commit a9b410dc7d2a4721c408b13abfc037988150f145
64879 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64880 Date:   Fri Dec 28 12:50:59 2007 +0900
64881
64882     Remove the obsolete terse version of do_mii()
64883
64884     We now have more useful version of do_mii() and everybody use it.
64885     Gerald Van Baren says:
64886
64887     > When I originally wrote the mii command 6(!) years ago, I wrote a
64888     > verbose version that printed human readable decomposition of the flags,
64889     > etc., and a terse one that didn't print as much stuff and thus had a
64890     > smaller memory footprint.
64891     >
64892     > It sounds like the terse version has withered and died, apparently
64893     > people are only using the verbose version (which is very understandable,
64894     > I do myself).
64895
64896     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64897     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
64898
64899 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
64900 Author: Mike Frysinger <vapier@gentoo.org>
64901 Date:   Thu Dec 27 13:42:56 2007 -0500
64902
64903     Do not reference sha1.c when building mkimage.
64904
64905     remove sha1.o from mkimage linking since it isn't actually used.
64906
64907     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
64908
64909 commit b9173af73e524d37c812f210173cf83385c5171a
64910 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64911 Date:   Thu Dec 27 15:39:54 2007 +0900
64912
64913     common/cmd_mii.c: Add sanity argc check
64914
64915     If type mii command without arguments, we suffer from uninitialized argv[]
64916     entries; for example we MIPS get stuck by TLB error.
64917
64918     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64919
64920 commit 500856eb1707ed17d9204baa61dd59948d3b2899
64921 Author: Rafal Jaworowski <raj@semihalf.com>
64922 Date:   Wed Jan 9 19:39:36 2008 +0100
64923
64924     API for external applications.
64925
64926     This is an API for external (standalone) applications running on top of
64927     U-Boot, and is meant to be more extensible and robust than the existing
64928     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
64929     for more details.
64930
64931     Included is the demo application using this new framework (api_examples).
64932
64933     Please note this is still an experimental feature, and is turned off by
64934     default.
64935
64936     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
64937
64938 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
64939 Author: Jon Loeliger <jdl@freescale.com>
64940 Date:   Wed Jan 9 12:14:55 2008 -0600
64941
64942     86xx: Remove cache config from configs.h
64943
64944     Just use the standard defines in asm/cache.h.
64945
64946     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64947
64948 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
64949 Author: Rafal Jaworowski <raj@semihalf.com>
64950 Date:   Wed Jan 9 18:05:27 2008 +0100
64951
64952     Globalize envmatch()
64953
64954     The newly introduced API (routines related to env vars) will need to call
64955     it.
64956
64957     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
64958
64959 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
64960 Author: Jon Loeliger <jdl@freescale.com>
64961 Date:   Fri Jan 4 12:07:27 2008 -0600
64962
64963     Convert MPC8610HPCD to use libfdt.
64964
64965     Assumes the presence of the aliases node in the DTS to
64966     locate the pci and serial nodes for fixups.
64967
64968     Use consistent fdtaddr and fdtfile in environment variables.
64969
64970     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64971
64972 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
64973 Author: Jon Loeliger <jdl@freescale.com>
64974 Date:   Fri Jan 4 11:58:23 2008 -0600
64975
64976     8610: Fix lingering compile warnings.
64977
64978     Turn off DEBUG.
64979
64980     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64981
64982 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
64983 Author: Wolfgang Denk <wd@denx.de>
64984 Date:   Wed Jan 9 15:14:46 2008 +0100
64985
64986     Coding Style cleanup, update CHANGELOG
64987
64988     Signed-off-by: Wolfgang Denk <wd@denx.de>
64989
64990 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
64991 Author: Mike Frysinger <vapier@gentoo.org>
64992 Date:   Tue Dec 18 04:29:55 2007 -0500
64993
64994     fix easylogo on big endian dev systems
64995
64996     didnt realize how out of shape easylogo actually was until i tried using it.
64997     this patch does byte swapping as need be on the input tga header since the tga
64998     is in little endian but the host could just as well be big endian.  i didnt
64999     bother using bswap macros or such stuff from system headers as nothing in
65000     POSIX dictates byte swapping functionality.
65001
65002     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
65003
65004 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
65005 Author: Mike Frysinger <vapier@gentoo.org>
65006 Date:   Tue Dec 18 03:23:25 2007 -0500
65007
65008     cleanup easylogo
65009
65010     - make the Makefile not suck
65011     - include proper headers for prototypes
65012     - fix obvious broken handling of strchr() when handling '.' in filenames
65013
65014     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
65015
65016 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
65017 Author: raptorbrino@aim.com <raptorbrino@aim.com>
65018 Date:   Thu Dec 13 21:23:28 2007 -0500
65019
65020     Fix build problems under Cygwin
65021
65022     This patch allows u-boot to build without error in a cygwin
65023     environment.  Cygwin does not define __u64 in it's
65024     include/asm/types.h file.  The -idirafter flag in the u-boot
65025     build causes the inclusion of the cygwin types.h file as opposed
65026     to u-bot/include/asm/types.h file which does define __u64.
65027     Subsequently, sha1.c compile fails due to unknown symbol.
65028
65029     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
65030
65031 commit 43ef1c381f9195504a2488f5cb909227eb97d475
65032 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
65033 Date:   Fri Nov 30 17:29:59 2007 +0100
65034
65035     cmd_bmp: Add support for displaying gzip compressed bmps
65036
65037     The existing code can show information about a gzip compressed BMP
65038     image, but can't actually display it.
65039
65040     Therefore, move the decompression code out of bmp_info() and use it in
65041     bmp_display() as well in order to display a compressed BMP image.
65042
65043     Also, clean things up a bit and fix a memory leak while we're at it.
65044
65045     [hskinnemoen@atmel.com: a bit of refactoring]
65046     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65047
65048 commit d197ffd8172c6fdef38733424640a9a47295d6e9
65049 Author: Guennadi Liakhovetski <lg@denx.de>
65050 Date:   Thu Nov 29 21:15:56 2007 +0100
65051
65052     Fix and optimize MII operations on FEC (MPC8xx) controllers
65053
65054     This patch fixes several issues at least on a MPC885 based system with two
65055     FEC interfaces used in MII mode.
65056
65057     1. PHY discovery should first read PHY_PHYIDR2 register and only then
65058        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
65059        otherwise the values read are wrong. Also notice, that PHY discovery
65060        cannot work on MPC88x / MPC87x in setups with both FECs active at all
65061        in its present form, because for both interfaces the registers from FEC
65062        1 are used to communicate over MII.
65063
65064     2. Remove code duplication for resetting the FEC by isolating it into a
65065        separate function.
65066
65067     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
65068
65069     4. Optimize mii_init() to only reset the FEC 1 controller once.
65070
65071     5. Fix a typo in mii_init() using index i instead of j thus potentially
65072        leading to unpredictable results.
65073
65074     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
65075
65076 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
65077 Author: Guennadi Liakhovetski <lg@denx.de>
65078 Date:   Tue Nov 20 13:14:20 2007 +0100
65079
65080     Fix endianness conversions in rtl8169 driver
65081
65082     It is unclear on what platforms this driver has been tested, since
65083     noone up to now defines CONFIG_RTL8169 in the board configuration
65084     header. Now it has been fixed for a big-endian mpc8241 based
65085     linkstation platform. This patch presents the necessary endianness
65086     conversion fixes.
65087
65088     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
65089
65090 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
65091 Author: Zhang Wei <wei.zhang@freescale.com>
65092 Date:   Thu Jan 3 10:51:15 2008 +0800
65093
65094     Add Ctrl combo key support to usb keyboard driver.
65095
65096     Ctrl combo key support is added, which is very useful to input Ctrl-C
65097     for interrupt current job.
65098     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
65099     key input when tstc() is called.
65100
65101     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
65102     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
65103
65104 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
65105 Author: Wolfgang Denk <wd@denx.de>
65106 Date:   Wed Jan 9 13:43:38 2008 +0100
65107
65108     Coding Style clenaup; update CHANGELOG
65109
65110     Signed-off-by: Wolfgang Denk <wd@denx.de>
65111
65112 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
65113 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65114 Date:   Thu Dec 27 17:13:11 2007 +0100
65115
65116     Remove bit swapping in Xilinx Spartan bitfile loading
65117
65118     This patch removes the unnecessary bit swapping when
65119     booting .bit files with the 'fpga loadb' command.
65120
65121     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65122
65123 commit 437fc7327f0611f82937858f2d80e4cd61b40984
65124 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65125 Date:   Thu Dec 27 17:13:05 2007 +0100
65126
65127     Fix MSB check in Xilinx Spartan slave serial mode
65128
65129     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65130
65131 commit 3bff4ffa33729a42645e328a21e8d16488872958
65132 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65133 Date:   Thu Dec 27 17:12:56 2007 +0100
65134
65135     Add new Xilinx Spartan FPGA types
65136
65137     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65138
65139 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
65140 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65141 Date:   Thu Dec 27 17:12:43 2007 +0100
65142
65143     Add pre and post configuration callbacks for Spartan FPGAs
65144
65145     This patch adds a post configuration callback for Spartan2/3 FPGAs.
65146     pre and post configuration callback are now optional and
65147     not called when the function pointer is set to NULL.
65148
65149     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65150
65151 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
65152 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65153 Date:   Thu Dec 27 17:12:34 2007 +0100
65154
65155     Improve configuration of FPGA subsystem
65156
65157     This patch removes the FPGA subsystem configuration through
65158     the CONFIG_FPGA bitmask configuration option.
65159
65160     See README for the new options:
65161
65162         CONFIG_FPGA,
65163         CONFIG_FPGA_<vendor>,
65164         CONFIG_FPGA_<family>
65165
65166     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65167
65168 commit 95c6bc7d4a3588b452baca610f8c795a83630477
65169 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65170 Date:   Thu Dec 27 16:55:17 2007 +0100
65171
65172     Add Epson RX8025 RTC support
65173
65174     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65175
65176 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
65177 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65178 Date:   Thu Dec 27 16:57:23 2007 +0100
65179
65180     serial: Make default_serial_console() a weak function
65181
65182     With this patch it is possible to reimplement default_serial_console()
65183     in board specific code. This will be done in the upcomming PMC440
65184     U-Boot port. This also allows the lwmon board maintainer to
65185     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
65186
65187     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65188
65189 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
65190 Author: Harald Welte <laforge@openmoko.org>
65191 Date:   Wed Dec 19 14:14:47 2007 +0100
65192
65193     add 'terminal program' functionality
65194
65195     This patch adds a 'cu' like serial terminal command to u-boot
65196     using which you can access other serial ports from the system console.
65197
65198     OpenMoko uses this in their Neo1973 phones to get access to the GSM
65199     Modem and GPS chip from the bootloader.
65200
65201     Signed-off-by: Harald Welte <laforge@openmoko.org>
65202
65203 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
65204 Author: Harald Welte <laforge@openmoko.org>
65205 Date:   Wed Dec 19 14:12:53 2007 +0100
65206
65207     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
65208     that used to exist with the legacy NAND code
65209
65210     Signed-off-by: Harald Welte <laforge@openmoko.org>
65211
65212 commit f540c42d9564854b19ce9bbb70affe172529fe70
65213 Author: Harald Welte <laforge@openmoko.org>
65214 Date:   Wed Dec 19 14:09:58 2007 +0100
65215
65216     Fix building with CRAMFS but not JFFS2 support
65217
65218     Signed-off-by: Harald Welte <laforge@openmoko.org>
65219
65220 commit 23d0baf967fecdaf1804f045f6339337c5607eec
65221 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65222 Date:   Sat Dec 22 15:52:58 2007 +0100
65223
65224     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
65225
65226     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65227     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65228
65229 commit 23776ff292966a85d811126933830bed48211826
65230 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65231 Date:   Tue Dec 11 10:53:12 2007 +0100
65232
65233     ARM: support board-specific ethernet PHY init
65234
65235     Add until the new phylib will be arrived
65236
65237     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65238
65239 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
65240 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65241 Date:   Sat Dec 8 16:34:08 2007 +0100
65242
65243     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
65244
65245     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65246
65247 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
65248 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65249 Date:   Sun Dec 9 11:01:10 2007 +0100
65250
65251     Add missing file in gitignore and comments
65252
65253     based on Linux source tree's .gitignore files
65254
65255     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65256
65257 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
65258 Author: Wolfgang Denk <wd@denx.de>
65259 Date:   Wed Jan 9 11:36:21 2008 +0100
65260
65261     Coding Style cleanup, update CHANGELOG
65262
65263     Signed-off-by: Wolfgang Denk <wd@denx.de>
65264
65265 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
65266 Author: Stefan Roese <sr@denx.de>
65267 Date:   Wed Jan 9 10:38:58 2008 +0100
65268
65269     POST: Execute SPR test after relocation
65270
65271     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
65272     self modifying code and this doesn't work with stack in d-cache, since
65273     I can't move the code from d-cache to i-cache. We move the SPR test to
65274     be executed a little later, after relocation. Then stack is located in
65275     SDRAM and this self-modifying code is no problem anymore.
65276
65277     Signed-off-by: Stefan Roese <sr@denx.de>
65278
65279 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
65280 Author: Stefan Roese <sr@denx.de>
65281 Date:   Wed Jan 9 10:28:20 2008 +0100
65282
65283     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
65284
65285     This patch configures the LWMON5 port to use d-cache as init-ram and
65286     the unused GPT0_COMP6 as POST WORD storage.
65287
65288     Signed-off-by: Stefan Roese <sr@denx.de>
65289
65290 commit 1754f50b710194f886b6f2831803d8960171a14d
65291 Author: Stefan Roese <sr@denx.de>
65292 Date:   Wed Jan 9 10:25:46 2008 +0100
65293
65294     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
65295
65296     The privious 4xx POST implementation only supported storing the POST
65297     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
65298     we need to store the POST WORD in some other non volatile location.
65299     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
65300     a location.
65301
65302     Signed-off-by: Stefan Roese <sr@denx.de>
65303
65304 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
65305 Author: Stefan Roese <sr@denx.de>
65306 Date:   Wed Jan 9 10:23:16 2008 +0100
65307
65308     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
65309
65310     This patch adds support for locking the init-ram/stack in d-cache,
65311     so that other regions may use d-cache as well
65312
65313     Note, that this current implementation locks exactly 4k of d-cache,
65314     so please make sure that you don't define a bigger init-ram area. Take
65315     a look at the lwmon5 440EPx implementation as a reference.
65316
65317     Signed-off-by: Stefan Roese <sr@denx.de>
65318
65319 commit 0ddb89601a8d29e808db450366752ffdc6267c53
65320 Author: Wolfgang Denk <wd@denx.de>
65321 Date:   Wed Jan 9 10:16:33 2008 +0100
65322
65323     Fix memset bug in ext2fs_read_file()
65324
65325     ext2fs_read_file() had the function arguments swapped.
65326
65327     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
65328
65329     Signed-off-by: Wolfgang Denk <wd@denx.de>
65330
65331 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
65332 Author: Markus Klotzbücher <mk@denx.de>
65333 Date:   Tue Jan 5 08:17:15 1988 +0100
65334
65335     Fix problems with usb storage devices on MPC5200 /TQM5200
65336
65337     The MPC5200 OHCI controller operates in big endian, so
65338     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
65339
65340     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
65341
65342 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
65343 Author: Wolfgang Denk <wd@denx.de>
65344 Date:   Tue Jan 8 22:58:27 2008 +0100
65345
65346     Fix compile problem with new env code.
65347
65348     Signed-off-by: Wolfgang Denk <wd@denx.de>
65349
65350 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
65351 Author: Markus Klotzbücher <mk@denx.de>
65352 Date:   Tue Nov 27 10:23:20 2007 +0100
65353
65354     tools: fix fw_printenv tool to compile again
65355
65356     This patch updates the fw_printenv/fw_setenv userspace tool to include
65357     the correct MTD header in order to compile against current kernel
65358     headers. Backward compatibility is preserved by introducing an option
65359     MTD_VERSION which can be set to "old" for compilation using the old MTD
65360     headers. Along with this a number of warnings are fixed.
65361
65362     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
65363
65364 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
65365 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65366 Date:   Tue Jan 8 15:40:09 2008 +0100
65367
65368     ppc4xx: assign PCI interrupts on seuqoia boards
65369
65370     Some operating systems rely on assigned PCI interrupts.
65371
65372     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65373
65374 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
65375 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65376 Date:   Tue Jan 8 15:50:49 2008 +0100
65377
65378     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
65379
65380     This patch allows the use of 4xx interrupt vector number defines
65381     in board specific code outside cpu/ppc4xx.
65382
65383     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65384
65385 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
65386 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65387 Date:   Tue Jan 8 15:39:01 2008 +0100
65388
65389     ppc4xx: Fix UIC2 vector number base
65390
65391     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65392
65393 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
65394 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65395 Date:   Tue Jan 8 12:49:58 2008 +0100
65396
65397     ppc4xx: Update PLB/PCI divider for PMC440 board
65398
65399     This patch updates the PLB/PCI divider when running at
65400     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
65401
65402     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65403
65404 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
65405 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65406 Date:   Tue Jan 8 11:13:09 2008 +0100
65407
65408     ppc4xx: Disable error message when no NAND chip is installed on PMC440
65409
65410     Add CFG_NAND_QUIET_TEST option to disable error message when
65411     no NAND chip is installed on PMC440 boards.
65412
65413     Disable a couple of config defines that are only used for NAND_U_BOOT.
65414
65415     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65416
65417 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
65418 Author: Wolfgang Denk <wd@denx.de>
65419 Date:   Tue Jan 8 22:58:27 2008 +0100
65420
65421     Fix compile problem with new env code.
65422
65423     Signed-off-by: Wolfgang Denk <wd@denx.de>
65424
65425 commit 6de66b35426312a21174a9bf0576a094e2904bea
65426 Author: Markus Klotzbücher <mk@denx.de>
65427 Date:   Tue Nov 27 10:23:20 2007 +0100
65428
65429     tools: fix fw_printenv tool to compile again
65430
65431     This patch updates the fw_printenv/fw_setenv userspace tool to include
65432     the correct MTD header in order to compile against current kernel
65433     headers. Backward compatibility is preserved by introducing an option
65434     MTD_VERSION which can be set to "old" for compilation using the old MTD
65435     headers. Along with this a number of warnings are fixed.
65436
65437     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
65438
65439 commit ad3006fe7e84667021753b74247b0bafd97ba35f
65440 Author: Gerald Van Baren <vanbaren@cideas.com>
65441 Date:   Mon Jan 7 23:47:32 2008 -0500
65442
65443     LIBFDT: use memmove() instead of memcpy()
65444
65445     This is partial patch from the DTC/libfdt
65446     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
65447     Author: David Gibson <david@gibson.dropbear.id.au>
65448     Date:   Wed Nov 21 11:56:14 2007 +1100
65449
65450         The patch also fixes one genuine bug caught by valgrind -
65451         _packblocks() in fdt_rw.c was using memcpy() where it should have been
65452         using memmove().
65453
65454     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
65455
65456 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
65457 Author: David Gibson <david@gibson.dropbear.id.au>
65458 Date:   Mon Dec 17 14:42:07 2007 +1100
65459
65460     libfdt: Add more documentation (patch the seventh)
65461
65462     This patch adds more documenting comments to libfdt.h.  Specifically,
65463     these document the read/write functions (not including fdt_open_into()
65464     and fdt_pack(), for now).
65465
65466     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
65467
65468 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
65469 Author: David Gibson <david@gibson.dropbear.id.au>
65470 Date:   Mon Dec 17 14:41:52 2007 +1100
65471
65472     libfdt: Add more documentation (patch the sixth)
65473
65474     This patch adds some more documenting comments to libfdt.h.
65475     Specifically this documents all the write-in-place functions.
65476
65477     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
65478
65479 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
65480 Author: Gerald Van Baren <vanbaren@cideas.com>
65481 Date:   Sat Dec 29 22:45:27 2007 -0500
65482
65483     Fine grained per property /chosen updating.
65484
65485     Implement a suggestion by Scott Wood to make the /chosen handling fine
65486     grained.  Don't overwrite pre-existing properties on a per-property basis,
65487     so if /chosen exists but a necessary /chosen/property doesn't, it gets
65488     created.  If a /chosen property exists, it is NOT overwritten unless the
65489     "force" flag is true.
65490
65491     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
65492
65493 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
65494 Author: Gerald Van Baren <vanbaren@cideas.com>
65495 Date:   Sat Jan 5 15:33:29 2008 -0500
65496
65497     Improve the FDT help message.
65498
65499     Add a note that "fdt copy" makes the new address active.
65500     Remove most of the extra hints at the end of the fdt help.
65501
65502     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
65503
65504 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
65505 Author: Gerald Van Baren <vanbaren@cideas.com>
65506 Date:   Sat Jan 5 14:52:04 2008 -0500
65507
65508     Support setting FDT properties with optional values.
65509
65510     Fix a bug found and documented by Bartlomiej Sieka where the optional
65511     value on "fdt set <path> <prop> [<val>]" wasn't optional.
65512
65513     => fdt mknode / testnode
65514     => fdt print /testnode
65515     testnode {
65516     };
65517     => fdt set /testnode testprop
65518     => fdt print /testnode
65519     testnode {
65520             testprop;
65521     };
65522
65523     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
65524
65525 commit 22fb2246df91bfc840d87f0c5910818bad55577a
65526 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65527 Date:   Fri Dec 28 11:56:30 2007 +0100
65528
65529     Add fdt_find_and_setprop() to fdt_support.h
65530
65531     fdt_find_and_setprop() is used by several 4xx boards and it's
65532     missing in the appropriate header. This patch eliminates a
65533     warning when building U-Boot for such boards.
65534
65535     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65536     Acked-by: Stefan Roese <sr@denx.de>
65537
65538 commit 802b769bac17b0560d3535a42c502469ee190cd1
65539 Author: Stefan Roese <sr@denx.de>
65540 Date:   Tue Jan 8 18:39:30 2008 +0100
65541
65542     ppc4xx: Return 0 on success in 4xx ethernet driver
65543
65544     Signed-off-by: Stefan Roese <sr@denx.de>
65545
65546 commit 6775c68683a53c7abc778774641aac6f833a2cbf
65547 Author: Kim Phillips <kim.phillips@freescale.com>
65548 Date:   Tue Jan 8 09:59:49 2008 -0600
65549
65550     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
65551
65552     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65553
65554 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
65555 Author: Kim Phillips <kim.phillips@freescale.com>
65556 Date:   Thu Dec 20 16:28:34 2007 -0600
65557
65558     mpc83xx: rm remaining FLAT_TREE code
65559
65560     ..in board pci.c files
65561
65562     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65563
65564 commit b3458d2cd55d01732e30a76d898afd99e871cd67
65565 Author: Kim Phillips <kim.phillips@freescale.com>
65566 Date:   Thu Dec 20 15:57:28 2007 -0600
65567
65568     mpc83xx: remove FLAT_TREE code
65569
65570     need to rm it from pci code, too!
65571
65572     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65573
65574 commit 5b8bc606c61456566af6912f818a153b6b06f242
65575 Author: Kim Phillips <kim.phillips@freescale.com>
65576 Date:   Thu Dec 20 14:09:22 2007 -0600
65577
65578     mpc83xx: convert to using do_fixup_*()
65579
65580     convert to using simpler mpc85xx style fdt update code; streamline by
65581     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
65582     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
65583     converted over to using libfdt).
65584
65585     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65586
65587 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
65588 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
65589 Date:   Thu Dec 20 12:58:51 2007 -0500
65590
65591     sbc8349: enable libfdt by default on WRS SBC8349 board.
65592
65593     Make libfdt the default for the WRS SBC8349 board.
65594     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
65595     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
65596
65597     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
65598
65599 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
65600 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
65601 Date:   Thu Dec 20 12:58:16 2007 -0500
65602
65603     sbc8349: migrate board to libfdt
65604
65605     This adds libfdt support code for the Wind River sbc8349 board.
65606
65607     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
65608     the other Freescale 83xx boards.
65609
65610     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
65611
65612 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
65613 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
65614 Date:   Thu Dec 20 12:56:19 2007 -0500
65615
65616     sbc8349: Remove board specific ECC code
65617
65618     ECC code is now shared for all 83xx boards, so remove board specific one.
65619     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
65620
65621     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
65622
65623 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
65624 Author: Kim Phillips <kim.phillips@freescale.com>
65625 Date:   Thu Dec 20 01:30:48 2007 -0600
65626
65627     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
65628
65629     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
65630
65631     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65632
65633 commit ccf21c311e68d48399eff1e72936052885f6e3f7
65634 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
65635 Date:   Thu Dec 6 16:43:40 2007 +0100
65636
65637     Add support CONFIG_UEC_ETH3 in MPC83xx
65638
65639     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
65640
65641 commit e6af9932d31171e35db880e7b2f29f903b1b7660
65642 Author: Kumar Gala <galak@kernel.crashing.org>
65643 Date:   Mon Nov 26 11:00:54 2007 -0600
65644
65645     Remove CONFIG options related to OF that we dont use
65646
65647     The MPC8360E MDS config defined:
65648         CONFIG_OF_HAS_BD_T
65649         CONFIG_OF_HAS_UBOOT_ENV
65650
65651     Which we don't use or ever needed.  This seems like copy-paste feature creep.
65652
65653     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65654
65655 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
65656 Author: Kim Phillips <kim.phillips@freescale.com>
65657 Date:   Mon Dec 10 14:16:22 2007 -0600
65658
65659     mpc83xx: supress compiler warning
65660
65661     mpc8360emds.c: In function â€˜ft_board_setup’:
65662     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
65663     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
65664
65665     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65666
65667 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
65668 Author: Kim Phillips <kim.phillips@freescale.com>
65669 Date:   Tue Nov 27 14:17:29 2007 -0600
65670
65671     mpc83xx: fix remaining fdt_find_node_by_path references
65672
65673     rename to fdt_path_offset
65674
65675     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65676
65677 commit 921d4b19ad1be704df58725485d9292dc0414adf
65678 Author: Kim Phillips <kim.phillips@freescale.com>
65679 Date:   Mon Nov 19 12:30:09 2007 -0600
65680
65681     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
65682
65683     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
65684     This change guarantees that the environment will be located on the
65685     first flash sector after the U-Boot image.
65686
65687     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65688
65689 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
65690 Author: Kim Phillips <kim.phillips@freescale.com>
65691 Date:   Fri Nov 9 14:28:08 2007 -0600
65692
65693     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
65694
65695     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
65696     properties in the device tree so the PHY gets configured for internal delay on
65697     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
65698
65699     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65700
65701 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
65702 Author: Dave Liu <r63238@freescale.com>
65703 Date:   Tue Sep 18 12:41:15 2007 +0800
65704
65705     mpc83xx: update the CREDITS and MAINTAINERS
65706
65707     update the CREDITS and MAINTAINERS.
65708
65709     Signed-off-by: Dave Liu <daveliu@freescale.com>
65710
65711 commit b21add4b42af7b767448251b599b91066a160e0d
65712 Author: Dave Liu <r63238@freescale.com>
65713 Date:   Tue Sep 18 12:40:21 2007 +0800
65714
65715     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
65716
65717     Add the MAINTAINER and MAKEALL entries for mpc837xemds
65718
65719     Signed-off-by: Dave Liu <daveliu@freescale.com>
65720
65721 commit f8900ce9094c462355eb792eea264ff16ac8fd16
65722 Author: Dave Liu <r63238@freescale.com>
65723 Date:   Tue Sep 18 12:38:53 2007 +0800
65724
65725     mpc83xx: Add the MPC837xEMDS board readme
65726
65727     Add the README.mpc837xemds to /doc
65728
65729     Signed-off-by: Dave Liu <daveliu@freescale.com>
65730
65731 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
65732 Author: Dave Liu <r63238@freescale.com>
65733 Date:   Tue Sep 18 12:37:57 2007 +0800
65734
65735     mpc83xx: Add the support of MPC837xEMDS board
65736
65737     The MPC837xEMDS board support:
65738     * DDR2 400MHz hardcoded and SPD init
65739     * Local bus NOR Flash
65740     * I2C, UART, MII and RTC
65741     * eTSEC RGMII
65742     * PCI host
65743
65744     Signed-off-by: Dave Liu <daveliu@freescale.com>
65745
65746 commit 555da61702771fe0f76f3de23b4e7590f3704161
65747 Author: Dave Liu <r63238@freescale.com>
65748 Date:   Tue Sep 18 12:36:58 2007 +0800
65749
65750     mpc83xx: Add the support of MPC8315E SoC
65751
65752     The MPC8315E SoC including e300c3 core and new IP blocks,
65753     such as TDM, PCI Express and SATA controller.
65754
65755     Signed-off-by: Dave Liu <daveliu@freescale.com>
65756
65757 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
65758 Author: Dave Liu <r63238@freescale.com>
65759 Date:   Tue Sep 18 12:36:11 2007 +0800
65760
65761     mpc83xx: Add the support of MPC837x SoC
65762
65763     The MPC837x SoC including e300c4 core and new IP blocks,
65764     such as SDHC, PCI Express and SATA controller.
65765
65766     Signed-off-by: Dave Liu <daveliu@freescale.com>
65767
65768 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
65769 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
65770 Date:   Wed Nov 14 18:54:53 2007 +0300
65771
65772     MPC8360E-MDS: configure and enable second UART
65773
65774     Despite user manual, BCSR9.7 is negated (high) on HRST, so
65775     UART2 is disabled. Fix that and configure QE pins properly.
65776
65777     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
65778
65779 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
65780 Author: Timur Tabi <timur@freescale.com>
65781 Date:   Mon Nov 5 09:34:06 2007 -0600
65782
65783     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
65784
65785     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
65786     currently-defined 83xx boards.  This change guarantees that the environment
65787     will be located on the first flash sector after the U-Boot image.
65788
65789     Signed-off-by: Timur Tabi <timur@freescale.com>
65790     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65791
65792 commit e05329516a13616b53240cd85b739217c2bf87f1
65793 Author: Larry Johnson <lrj@acm.org>
65794 Date:   Fri Jan 4 13:27:02 2008 -0500
65795
65796     ppc4xx: Remove weak binding from common Denali data-eye search code
65797
65798     Now that there are no board-specific versions of
65799     "denali_core_search_data_eye()", the weak binding on the common version
65800     can be removed.
65801
65802     Signed-off-by: Larry Johnson <lrj@acm.org>
65803
65804 commit 5ba576c01602fd328800a427964c36a0a05c5dce
65805 Author: Stefan Roese <sr@denx.de>
65806 Date:   Sat Jan 5 09:13:46 2008 +0100
65807
65808     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
65809
65810     Signed-off-by: Stefan Roese <sr@denx.de>
65811
65812 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
65813 Author: Stefan Roese <sr@denx.de>
65814 Date:   Sat Jan 5 09:12:41 2008 +0100
65815
65816     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
65817
65818     On Katmai the complete auto-calibration somehow doesn't seem to
65819     produce the best results, meaning optimal values for RQFD/RFFD.
65820     This was discovered by GDA using a high bandwidth scope,
65821     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
65822     so now on Katmai "only" RFFD is auto-calibrated.
65823
65824     This patch also adds RDCC calibration as mentioned on page 7 of
65825     the AMCC PowerPC440SP/SPe DDR2 application note:
65826     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
65827
65828     Signed-off-by: Stefan Roese <sr@denx.de>
65829
65830 commit 49db47b8ae6afff2b898be312948ff501357dc80
65831 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65832 Date:   Wed Jan 2 16:48:42 2008 +0100
65833
65834     ppc4xx: Remove sdram.h from PMC440 board
65835
65836     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65837
65838 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
65839 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65840 Date:   Wed Jan 2 16:48:34 2008 +0100
65841
65842     ppc4xx: use common denali core defines and data eye search code for PMC440
65843
65844     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65845
65846 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
65847 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65848 Date:   Wed Jan 2 12:05:14 2008 +0100
65849
65850     ppc4xx: More cleanup for esd's LCD code
65851
65852     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65853
65854 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
65855 Author: Stefan Roese <sr@denx.de>
65856 Date:   Fri Jan 4 12:00:01 2008 +0100
65857
65858     ppc4xx: Fix Sequoia NAND booting target
65859
65860     The Sequoia NAND booting target now uses the recently extracted
65861     cpu/ppc4xx/denali_data_eye.c file too.
65862
65863     Signed-off-by: Stefan Roese <sr@denx.de>
65864
65865 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
65866 Author: Lawrence R. Johnson <lrj@acm.org>
65867 Date:   Thu Jan 3 15:02:02 2008 -0500
65868
65869     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
65870
65871     Signed-off-by: Larry Johnson <lrj@acm.org>
65872
65873 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
65874 Author: Lawrence R. Johnson <lrj@acm.org>
65875 Date:   Fri Jan 4 02:11:56 2008 -0500
65876
65877     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
65878
65879     Note: this patch changes the configuration of some GPIO registers:
65880
65881        Register      Old Value   New Value
65882     ---------------  ----------  ----------
65883     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
65884     DCR GPIO0_TSRH   0x55005000  0x00000000
65885     DCR GPIO1_TCR    0xC2000000  0xE2000000
65886     DCR GPIO1_TSRL   0x0C000000  0x00200000
65887     DCR GPIO1_ISR2L  0x00050000  0x00110000
65888
65889     Signed-off-by: Larry Johnson <lrj@acm.org>
65890
65891 commit 5ab884b254ca2e707ab50545cd705f30108cf491
65892 Author: Lawrence R. Johnson <lrj@acm.org>
65893 Date:   Thu Jan 3 18:54:00 2008 -0500
65894
65895     ppc4xx: Add functionality to GPIO support
65896
65897     This patch makes two additions to GPIO support:
65898
65899     First, it adds function gpio_read_in_bit() to read the a bit from the
65900     GPIO Input Register (GPIOx_IR) in the same way that function
65901     gpio_read_out_bit() reads a bit from the GPIO Output Register
65902     (GPIOx_OR).
65903
65904     Second, it modifies function gpio_set_chip_configuration() to provide
65905     an additional option for configuring the GPIO from the
65906     "CFG_4xx_GPIO_TABLE".
65907
65908     According to the 440EPx User's Manual, when an alternate output is used,
65909     the three-state control is configured in one of two ways, depending on
65910     the particular output.  The first option is to select the corresponding
65911     alternate three-state control in the GPIOx_TRSH/L registers.  The second
65912     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
65913     the GPIOx_TRSH/L registers, and set the corresponding bit in the
65914     GPIOx_TCR register to enable the output.  For example, the Manual
65915     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
65916     the alternate three-state control (first option), and specifies
65917     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
65918     enabled in the GPIOx_TCR register (second option).
65919
65920     Currently, gpio_set_chip_configuration() configures all alternate signal
65921     outputs to use the first option.  This patch allow the second option to
65922     be selected by setting the "out_val" element in the table entry to
65923     "GPIO_OUT_1".  The first option is used when the "out_val" element is
65924     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
65925     alternate signal is selected, and because all current GPIO tables set
65926     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
65927     not change any existing configurations.
65928
65929     Signed-off-by: Larry Johnson <lrj@acm.org>
65930
65931 commit 196404cdc1de495d6182e84731c200fc5748df15
65932 Author: Larry Johnson <lrj@arlinx.com>
65933 Date:   Sun Dec 30 01:01:54 2007 -0500
65934
65935     PPC4xx: Remove sdram.h from board/lwmon5
65936
65937     These definitions are now in "include/ppc440.h".
65938
65939     Signed-off-by: Larry Johnson <lrj@acm.org>
65940
65941 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
65942 Author: Larry Johnson <lrj@arlinx.com>
65943 Date:   Sun Dec 30 01:01:32 2007 -0500
65944
65945     PPC4xx: Use common code for LWMON5 board SDRAM support
65946
65947     This patch also modifies the functionality of the code so that the data-eye
65948     search is now done with with the cache disabled.
65949
65950     Signed-off-by: Larry Johnson <lrj@acm.org>
65951
65952 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
65953 Author: Larry Johnson <lrj@arlinx.com>
65954 Date:   Sun Dec 30 01:01:14 2007 -0500
65955
65956     PPC4xx: Remove sdram.h from board/amcc/sequoia
65957
65958     These definitions are now in "include/ppc440.h".
65959
65960     Signed-off-by: Larry Johnson <lrj@acm.org>
65961
65962 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
65963 Author: Larry Johnson <lrj@arlinx.com>
65964 Date:   Sun Dec 30 01:00:50 2007 -0500
65965
65966     PPC4xx: Use common code for Sequoia board SDRAM support
65967
65968     Signed-off-by: Larry Johnson <lrj@acm.org>
65969
65970 commit 8b0c5c127690335758100c25eaec2b84db97c101
65971 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65972 Date:   Thu Dec 27 16:58:41 2007 +0100
65973
65974     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
65975
65976     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
65977     networking stack does not automatically switch to
65978     another interface. This patch does not touch the default
65979     behavior.
65980
65981     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65982     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
65983
65984 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
65985 Author: Upakul Barkakaty <upakul@gmail.com>
65986 Date:   Thu Nov 29 12:16:13 2007 +0530
65987
65988     NET: Proper return code handling in eth_init() function in file eth.c
65989
65990     This patch modifies the return code handling in the eth_init()
65991     function, to be compatible with the handling of the return codes in
65992     the other network stack files. It now returns a 0 on Success and -1 on
65993     error.
65994
65995     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
65996     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
65997
65998 commit 5ca2d0953e4579a80810966cca2077e20d912c97
65999 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
66000 Date:   Mon Nov 19 20:27:04 2007 +0900
66001
66002     net/eth.c: Fix env_enetaddr signed overflow
66003
66004     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
66005     warned as below:
66006
66007       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
66008
66009       DRAM:  256 MB
66010       Flash: 32 MB
66011       In:    serial
66012       Out:   serial
66013       Err:   serial
66014       Net:   NEC-Candy
66015       Warning: NEC-Candy MAC addresses don't match:
66016       Address in SROM is         00:00:4C:80:92:A2
66017       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
66018
66019     This patch changes env_enetaddr type from `char' to `unsigned char'.
66020
66021     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
66022     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
66023     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
66024
66025 commit f85b60710571b37293d2233933b76e2aa3db5635
66026 Author: Rafal Jaworowski <raj@semihalf.com>
66027 Date:   Thu Dec 27 18:19:02 2007 +0100
66028
66029     Introduce new eth_receive routine
66030
66031     The purpose of this routine is receiving a single network frame, outside of
66032     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
66033     U-Boot will let them utilise networking facilities. For sending a raw frame
66034     the already existing eth_send() can be used.
66035
66036     The direct consumer of this routine is the newly introduced API layer for
66037     external applications (enabled with CONFIG_API).
66038
66039     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
66040     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
66041     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
66042
66043 commit 5c740711f0ea5b51414b341b71597c4a0751be74
66044 Author: Jon Loeliger <jdl@freescale.com>
66045 Date:   Thu Jan 3 10:41:04 2008 -0600
66046
66047     8610: Move include of config.h earlier.
66048
66049     Include config.h earlier in the set of #includes
66050     so as to avoid a incidental and duplicate definition
66051     of CFG_CACHELINE_SIZE.
66052
66053     Signed-off-by: Jon Loeliger
66054
66055 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
66056 Author: Jon Loeliger <jdl@freescale.com>
66057 Date:   Tue Dec 4 10:53:34 2007 -0600
66058
66059     Don't slam #undef DEBUG in the 8641HPCN config file.
66060
66061     Doing so prevents it from being individually set
66062     and useful in other files.
66063
66064     Signed-off-by: Jon Loeliger <jdl@freescale.com>
66065
66066 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
66067 Author: Jon Loeliger <jdl@freescale.com>
66068 Date:   Wed Nov 28 14:47:18 2007 -0600
66069
66070     Convert MPC8641HPCN to use libfdt.
66071
66072     Assumes the presence of the aliases node in the DTS to
66073     locate the ethernet, pci and serial nodes for fixups.
66074
66075     Use consistent fdtaddr and fdtfile in environment variables.
66076
66077     Signed-off-by: Jon Loeliger <jdl@freescale.com>
66078
66079 commit ce37422d0002e10490e268392e0c4e3028e52cec
66080 Author: Stefan Roese <sr@denx.de>
66081 Date:   Wed Jan 2 14:06:26 2008 +0100
66082
66083     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
66084
66085     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
66086     flash chips connected to a 32bit wide port.
66087
66088     Signed-off-by: Stefan Roese <sr@denx.de>
66089
66090 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
66091 Author: Wolfgang Denk <wd@denx.de>
66092 Date:   Wed Jan 2 15:58:44 2008 +0100
66093
66094     Fix compile problem introduced by "cleanup" commit 3dfd708c
66095
66096     Signed-off-by: Wolfgang Denk <wd@denx.de>
66097
66098 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
66099 Author: Wolfgang Denk <wd@denx.de>
66100 Date:   Wed Jan 2 15:54:45 2008 +0100
66101
66102     Make scripts and Makefiles POSIX compliant
66103
66104     The bash builtin versions of the "test" (resp. "[") command allow
66105     using "==" for string comparisons, but POSIX compatible implemen-
66106     tations (like /usr/bin/test) insist on using "=" only. On such systems
66107     you will see:
66108
66109         $ /usr/bin/test a == a && echo OK
66110         /usr/bin/test: ==: binary operator expected
66111
66112     This patch fixes Makefiles and scripts to use POSIX style.
66113
66114     Signed-off-by: Wolfgang Denk <wd@denx.de>
66115
66116 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
66117 Author: Stefan Roese <sr@denx.de>
66118 Date:   Wed Jan 2 14:05:37 2008 +0100
66119
66120     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
66121
66122     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
66123     flash chips connected to a 32bit wide port.
66124
66125     Signed-off-by: Stefan Roese <sr@denx.de>
66126
66127 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
66128 Author: Wolfgang Denk <wd@denx.de>
66129 Date:   Wed Jan 2 12:38:43 2008 +0100
66130
66131     Minor coding style cleanup.
66132
66133     Signed-off-by: Wolfgang Denk <wd@denx.de>
66134
66135 commit e174ac34adf5d5653df12bc3cf19c52063a71269
66136 Author: Stefan Roese <sr@denx.de>
66137 Date:   Fri Dec 28 17:29:56 2007 +0100
66138
66139     ppc4xx: Coding style cleanup
66140
66141     Signed-off-by: Stefan Roese <sr@denx.de>
66142
66143 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
66144 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66145 Date:   Fri Dec 28 17:07:24 2007 +0100
66146
66147     ppc4xx: Complete PMC440 board support
66148
66149     This patch brings the PMC440 board configuration file.
66150     Finally it enables the PMC440 board support.
66151
66152     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66153
66154 commit 407843a582560fc5231299561ab3c2b6b6cd3397
66155 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66156 Date:   Fri Dec 28 17:07:18 2007 +0100
66157
66158     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
66159
66160     This patch adds some BSP commands and FPGA booting support
66161     for esd's PMC440 boards.
66162
66163     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66164
66165 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
66166 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66167 Date:   Fri Dec 28 17:07:14 2007 +0100
66168
66169     ppc4xx: Add initial esd PMC440 board files
66170
66171     This patch adds the first files for the new esd PMC440 boards.
66172     The next two patches will complete the PMC440 board support.
66173
66174     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66175
66176 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
66177 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66178 Date:   Fri Dec 28 17:10:36 2007 +0100
66179
66180     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
66181
66182     - add EEPROM write protection for esd PLU405 boards.
66183     - initialize NAND GPIOs
66184     - use correct io accessors
66185     - cleanup
66186
66187     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66188
66189 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
66190 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66191 Date:   Fri Dec 28 17:10:44 2007 +0100
66192
66193     ppc4xx: use correct io accessors for esd's LCD code
66194
66195     This patch fixes esd's LCD dectection code to work correctly with
66196     newer gcc versions.
66197
66198     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66199
66200 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
66201 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66202 Date:   Fri Dec 28 17:10:42 2007 +0100
66203
66204     ppc4xx: Maintenance patch for VOH405 boards
66205
66206     - add EEPROM write protection
66207     - initialize NAND GPIOs
66208     - use correct io accessors
66209     - slow down I2C clock to 100kHz
66210     - enable ext. I2C bus
66211     - cleanup
66212
66213     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66214
66215 commit c05569066dbcba3fdf36d4d1943df265dc316a86
66216 Author: Stefan Roese <sr@denx.de>
66217 Date:   Fri Dec 28 16:08:08 2007 +0100
66218
66219     ppc4xx: Enable 405EP PCI arbiter per default on all boards
66220
66221     In an attmemt to clean up the 4xx start.S file, I removed the enabling
66222     of the internal 405EP PCI arbiter. This is needed for multiple other
66223     405EP platforms, like most of the esd 405EP. Now the internal PCI
66224     arbiter is enabled again per default as it has been before.
66225
66226     Signed-off-by: Stefan Roese <sr@denx.de>
66227     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66228
66229 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
66230 Author: Stefan Roese <sr@denx.de>
66231 Date:   Fri Dec 28 15:53:46 2007 +0100
66232
66233     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
66234
66235     Signed-off-by: Stefan Roese <sr@denx.de>
66236     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66237
66238 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
66239 Author: Stefan Roese <sr@denx.de>
66240 Date:   Fri Dec 28 06:06:04 2007 +0100
66241
66242     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
66243
66244     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
66245     platforms mentioned above.
66246
66247     Signed-off-by: Stefan Roese <sr@denx.de>
66248
66249 commit b568fd25574181a3b12ae3d66b2913903442cb83
66250 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66251 Date:   Thu Dec 27 17:03:46 2007 +0100
66252
66253     Remove CPCI440 board
66254
66255     This board never left prototyping state and it
66256     became a millstone round my neck. So remove it.
66257
66258     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66259
66260 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
66261 Author: Larry Johnson <lrj@arlinx.com>
66262 Date:   Thu Dec 27 11:28:51 2007 -0500
66263
66264     Add support for Korat PPC440EPx board
66265
66266     These patches add support for the PPC440EPx-based "Korat" board to
66267     U-Boot.  They are based primarily on support for the Sequoia board.
66268
66269     Signed-off-by: Larry Johnson <lrj@acm.org>
66270
66271 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
66272 Author: Larry Johnson <lrj@arlinx.com>
66273 Date:   Sat Dec 22 15:16:25 2007 -0500
66274
66275     Add configuration file for Korat board
66276
66277     This patch supplies the configuration file for the Korat PPC440EPx-
66278     processor board.
66279
66280     Signed-off-by: Larry Johnson <lrj@acm.org>
66281
66282 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
66283 Author: Larry Johnson <lrj@arlinx.com>
66284 Date:   Sat Dec 22 15:16:11 2007 -0500
66285
66286     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
66287
66288     Signed-off-by: Larry Johnson <lrj@acm.org>
66289
66290 commit aba19604d848b2838cfb9ebe818909e6a216058e
66291 Author: Larry Johnson <lrj@arlinx.com>
66292 Date:   Thu Dec 27 10:54:48 2007 -0500
66293
66294     Add 440EPx DDR2 SPD DIMM support
66295
66296     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
66297     controller.  It should also work on the 440GRx.  It is based on the DDR2
66298     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
66299
66300     This code has been tested on prototype Korat boards with three Kingston
66301     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
66302     (two ranks).  The Korat board has a single DIMM socket, but support has
66303     been provided (though not tested) for boards with two DIMM sockets.
66304
66305     Signed-off-by: Larry Johnson <lrj@acm.org>
66306
66307 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
66308 Author: Larry Johnson <lrj@arlinx.com>
66309 Date:   Sat Dec 22 15:15:30 2007 -0500
66310
66311     Copy 440EPx/GRx SDRAM data-eye search to common directory
66312
66313     This patch creates a non-board-specific file for performing the SDRAM
66314     data-eye search.  It also adds ECC error checking to the test of valid
66315     data on readback when ECC is enabled.
66316
66317     Signed-off-by: Larry Johnson <lrj@acm.org>
66318
66319 commit c46f53333b22b1f9098676bea8884fc7db820cf3
66320 Author: Larry Johnson <lrj@arlinx.com>
66321 Date:   Sat Dec 22 15:15:13 2007 -0500
66322
66323     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
66324
66325     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
66326     It also fixes two typos in the definitions, so the board-specific
66327     "sdram.h" files containing these definitions are also fixed to avoid
66328     compiler warnings.
66329
66330     Signed-off-by: Larry Johnson <lrj@acm.org>
66331
66332 commit c348578bf612d0c56d8d376d23cae16defbd86af
66333 Author: Larry Johnson <lrj@arlinx.com>
66334 Date:   Thu Dec 27 10:50:55 2007 -0500
66335
66336     Add Ethernet 1000BASE-X support for PPC4xx
66337
66338     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
66339     is defined, the PHY will advertise it's capabilities for autonegotiation
66340     based on the capabilities shown in the PHY's status registers, including
66341     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
66342     advertise hard-coded capabilities, as before.
66343
66344     Signed-off-by: Larry Johnson <lrj@acm.org>
66345
66346 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
66347 Author: Larry Johnson <lrj@arlinx.com>
66348 Date:   Thu Dec 27 09:52:17 2007 -0500
66349
66350     Add driver for National Semiconductor LM73 temperature sensor
66351
66352     This driver is based on the driver for the LM75.
66353
66354     Signed-off-by: Larry Johnson <lrj@acm.org>
66355
66356 commit 12618278688ea9b3d76536960a5ad2e3790fac40
66357 Author: Larry Johnson <lrj@arlinx.com>
66358 Date:   Sat Dec 22 15:14:00 2007 -0500
66359
66360     Add driver for STMicroelectronics M41T60 RTC
66361
66362     This driver is based on the driver for the M41T11.  In the intended
66363     application, the RTC will be powered by a large capacitor, rather than a
66364     battery.  The driver therefore checks to see whether the RTC has lost
66365     power.  The chip's OUT bit is normally reset from its power-up state.  If
66366     the OUT bit is read as set, or if the date and time are not valid, then the
66367     RTC is assumed to have lost power, and its date and time are reset to
66368     1900-01-01 00:00:00.
66369
66370     Support for adjusting the speed of the clock to improve accuracy is
66371     provided through an environment variable.
66372
66373     Signed-off-by: Larry Johnson <lrj@acm.org>
66374
66375 commit d3471173e14b7544bb60339eda8d3d3906694b0a
66376 Author: Larry Johnson <lrj@arlinx.com>
66377 Date:   Sat Dec 22 15:34:39 2007 -0500
66378
66379     Use out_be32() and friends to access memory-mapped registers in sequoia.c
66380
66381     Signed-off-by: Larry Johnson <lrj@acm.org>
66382
66383 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
66384 Author: Larry Johnson <lrj@arlinx.com>
66385 Date:   Sat Dec 22 15:34:20 2007 -0500
66386
66387     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
66388
66389     Signed-off-by: Larry Johnson <lrj@acm.org>
66390
66391 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
66392 Author: Larry Johnson <lrj@arlinx.com>
66393 Date:   Sat Dec 22 15:23:50 2007 -0500
66394
66395     Cosmetic changes to ECC POST for AMCC Denali core
66396
66397     Signed-off-by: Larry Johnson <lrj@acm.org>
66398
66399 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
66400 Author: Stefan Roese <sr@denx.de>
66401 Date:   Wed Dec 26 20:20:19 2007 +0100
66402
66403     ppc4xx: Fix compilation problem in 405 cache POST test
66404
66405     Signed-off-by: Stefan Roese <sr@denx.de>
66406
66407 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
66408 Author: Stefan Roese <sr@denx.de>
66409 Date:   Sat Dec 22 12:20:09 2007 +0100
66410
66411     ppc4xx: Move virtual address of POST cache test to bigger address
66412
66413     On Sequoia & LWMON5 the virtual address of the POST cache test is now
66414     moved to a bigger address. This enables usage of more memory on those
66415     boards.
66416
66417     Signed-off-by: Stefan Roese <sr@denx.de>
66418
66419 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
66420 Author: Stefan Roese <sr@denx.de>
66421 Date:   Sat Dec 22 12:18:26 2007 +0100
66422
66423     ppc4xx: Fix problem in 44x cache POST routine
66424
66425     As repoted by Larry Johnson, running "diag run cache" caused a crash
66426     in U-Boot. This problem was introduced by a patch that removed the
66427     TLB entry for the cache test after the test has completed. Since this
66428     TLB was only setup once, a 2nd attempt to run this cache test
66429     failed with a crash. Now this TLB entry is created every time the
66430     routine is called.
66431
66432     Signed-off-by: Stefan Roese <sr@denx.de>
66433
66434 commit b0265b576bb8fa9465f99e99c323768b562fadc2
66435 Author: Stefan Roese <sr@denx.de>
66436 Date:   Fri Dec 21 07:51:29 2007 +0100
66437
66438     ppc4xx: Update Makalu fdt support
66439
66440     Signed-off-by: Stefan Roese <sr@denx.de>
66441
66442 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
66443 Author: Stefan Roese <sr@denx.de>
66444 Date:   Wed Dec 19 09:05:40 2007 +0100
66445
66446     ppc4xx: Add fdt support to AMCC Katmai eval board
66447
66448     Signed-off-by: Stefan Roese <sr@denx.de>
66449
66450 commit 328a340392a5df9aaf00792be989df73e750859e
66451 Author: Stefan Roese <sr@denx.de>
66452 Date:   Tue Dec 18 08:44:51 2007 +0100
66453
66454     ppc4xx: fdt: Cleanup setup of cpu node setup
66455
66456     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
66457     without using the absolute path to the cpu node. This makes it possible
66458     to use this U-Boot version with both versions of cpu-node naming
66459     "cpu@0" and the former "PowerPC,440EPx@0".
66460
66461     Signed-off-by: Stefan Roese <sr@denx.de>
66462
66463 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
66464 Author: Stefan Roese <sr@denx.de>
66465 Date:   Mon Dec 17 17:26:21 2007 +0100
66466
66467     ppc4xx: Fix lwmon5 compilation problem
66468
66469     Now that the 440EPx ECC test is not board specific anymore
66470     remove this Makefile.
66471
66472     Signed-off-by: Stefan Roese <sr@denx.de>
66473
66474 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
66475 Author: Anatolij Gustschin <agustschin@t-online.de>
66476 Date:   Wed Dec 5 17:43:20 2007 +0100
66477
66478     Fix ppc4xx clear_bss() code
66479
66480     ppc4xx clear_bss() fails if BSS segment size is not
66481     divisible by 4 without remainder. This patch provides
66482     fix for this problem.
66483
66484     Signed-off-by: Anatolij Gustschin <agust@denx.de>
66485
66486 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
66487 Author: Niklaus Giger <niklausgiger@gmx.ch>
66488 Date:   Fri Nov 30 18:35:11 2007 +0100
66489
66490     PPC4xx: Minimal changes to add vxWorks support
66491
66492     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
66493
66494 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
66495 Author: Markus Klotzbücher <mk@denx.de>
66496 Date:   Fri Nov 23 13:09:18 2007 +0100
66497
66498     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
66499
66500     When using dhcp/bootp the "netmask" environment variable is not
66501     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
66502     desireable, so the following patch adds this this option to the board
66503     config.
66504
66505     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
66506     Signed-off-by: Stefan Roese <sr@denx.de>
66507
66508 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
66509 Author: Larry Johnson <lrj@arlinx.com>
66510 Date:   Sat Oct 27 12:48:15 2007 -0400
66511
66512     Fix/enhance ECC POST for 440EPx/GRx
66513
66514     This patch allows the ECC POST to be used for different boards with the
66515     PPC440 Denali SDRAM controller.  Modifications include skipping the test
66516     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
66517     to prevent timing errors.
66518
66519     Signed-off-by: Larry Johnson <lrj@acm.org>
66520
66521 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
66522 Author: Larry Johnson <lrj@arlinx.com>
66523 Date:   Sat Oct 27 12:48:05 2007 -0400
66524
66525     PPC4xx: Move/rename ECC POST for 440EPx/GRx
66526
66527     Signed-off-by: Larry Johnson <lrj@acm.org>
66528
66529 commit c29d2d3680046d430022c55e50fcb27f5866517e
66530 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66531 Date:   Fri Dec 14 11:20:33 2007 +0100
66532
66533     ppc4xx: use correct io accessors for 4xx ethernet POST
66534
66535     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66536
66537 commit ba79fde58a48c0a6ff8e2a96caba951594142203
66538 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66539 Date:   Fri Dec 14 11:19:56 2007 +0100
66540
66541     ppc4xx: fix flush + invalidate_dcache_range arguments
66542
66543     flush + invalidate_dcache_range() expect the start and stop+1 address.
66544     So the stop address is the first address behind (!) the range.
66545
66546     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66547
66548 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
66549 Author: Stefan Roese <sr@denx.de>
66550 Date:   Fri Dec 14 08:41:29 2007 +0100
66551
66552     ppc4xx: fdt: use fdt_fixup_ethernet()
66553
66554     By using aliases in the dts file, the ethernet node fixup is
66555     much easier with the recently added functions.
66556
66557     Please note that the dts file needs the aliases for this to work.
66558
66559     Signed-off-by: Stefan Roese <sr@denx.de>
66560
66561 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
66562 Author: Stefan Roese <sr@denx.de>
66563 Date:   Thu Dec 13 14:52:53 2007 +0100
66564
66565     ppc4xx: Bring 4xx fdt support up-to-date
66566
66567     This patch update the 4xx fdt support. It enabled fdt booting
66568     on the AMCC Kilauea and Sequoia for now. More can follow later
66569     quite easily.
66570
66571     Signed-off-by: Stefan Roese <sr@denx.de>
66572
66573 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
66574 Author: Stefan Roese <sr@denx.de>
66575 Date:   Thu Dec 27 07:50:54 2007 +0100
66576
66577     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
66578
66579     The check for an sufficiently erased destination was missing in the
66580     buffered write function of the cfi flash driver (when
66581     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
66582     writing to such a region will fail with the currect error message.
66583
66584     Signed-off-by: Stefan Roese <sr@denx.de>
66585
66586 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
66587 Author: Martin Krause <martin.krause@tqs.de>
66588 Date:   Mon Nov 12 10:56:17 2007 +0100
66589
66590     Some configuration updates for the TQM5200 based TB5200 board:
66591
66592     - enable command line history
66593     - increase malloc space (because of bigger flash sectors)
66594
66595     Signed-off-by: Martin Krause <martin.krause@tqs.de>
66596
66597 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
66598 Author: Martin Krause <martin.krause@tqs.de>
66599 Date:   Thu Sep 27 11:10:08 2007 +0200
66600
66601     TQM8xx: use the CFI flash driver on all TQM8xx boards
66602
66603     Signed-off-by: Martin Krause <martin.krause@tqs.de>
66604
66605 commit 11d9eec479b470eab9242ab937fca70a876d9376
66606 Author: Martin Krause <martin.krause@tqs.de>
66607 Date:   Wed Sep 26 17:55:56 2007 +0200
66608
66609     TQM885D: adjust for doubled flash sector size + some minor fixes
66610
66611     Signed-off-by: Martin Krause <martin.krause@tqs.de>
66612
66613 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
66614 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
66615 Date:   Wed Sep 26 17:55:54 2007 +0200
66616
66617     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
66618
66619     CAS-Latency=2, Write Recovery Time tWR=2
66620     The max. supported bus frequency is 66 MHz. Therefore, changed
66621     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
66622
66623     Signed-off-by: Martin Krause <martin.krause@tqs.de>
66624
66625 commit b988b8cd443989be65161888eea0127ad03f846f
66626 Author: Martin Krause <martin.krause@tqs.de>
66627 Date:   Wed Sep 26 17:55:56 2007 +0200
66628
66629     TQM885D: use calculated cpuclk instead of measuring it
66630
66631     On the TQM885D the measurement of cpuclk with the PIT reference
66632     timer ist not necessary. Since all module variants use the same
66633     external 10 MHz oscillator, the cpuclk only depends on the PLL
66634     configuration - which is readable by software.
66635
66636     Signed-off-by: Martin Krause <martin.krause@tqs.de>
66637
66638 commit 492c7049869348d31168de8dad89651315e468e0
66639 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
66640 Date:   Thu Sep 27 14:54:46 2007 +0200
66641
66642     TQM885D: fix SDRAM refresh
66643
66644     At 133 MHz the current SDRAM refresh rate is too fast
66645     (measured 4 * 1.17 us).
66646     CFG_MAMR_PTA changes from 39 to 128. This result
66647     in a refresh rate of 4 * 7.8 us at the default clock
66648     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
66649     This is a compromise until a new method is found to
66650     adjust the refresh rate.
66651
66652     Signed-off-by: Martin Krause <martin.krause@tqs.de>
66653
66654 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
66655 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
66656 Date:   Thu Sep 27 14:54:46 2007 +0200
66657
66658     TQM860M: Support for 10col SDRAMs, max. 128 MiB
66659
66660     Signed-off-by: Martin Krause <martin.krause@tqs.de>
66661
66662 commit 61fb15c516fef5631e305f1976d7b3a679725856
66663 Author: Wolfgang Denk <wd@denx.de>
66664 Date:   Thu Dec 27 01:52:50 2007 +0100
66665
66666     Fix coding style issues; update CHANGELOG.
66667
66668     Signed-off-by: Wolfgang Denk <wd@denx.de>
66669
66670 commit 467bcee11fe26ad422f2de971aa70866079870f2
66671 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66672 Date:   Fri Dec 14 15:36:18 2007 +0100
66673
66674     cfi_flash: Add manufacturer-specific fixups
66675
66676     Run fixups based on the JEDEC manufacturer ID independent of the
66677     command set ID.
66678
66679     This changes current behaviour: Previously, geometry reversal for AMD
66680     chips were done based on the command set ID, while they are now done
66681     based on the JEDEC manufacturer and device ID.
66682
66683     Also add fixup for top-boot Atmel chips. A fixup is needed for
66684     AT49BV6416(T) too, but since u-boot currently only reads the low byte
66685     of the device ID, there's no way to tell it apart from AT49BV642D,
66686     which should not have this fixup. Since AT49BV642D support is
66687     necessary to get ATNGW100 board support into mainline, I've commented
66688     out the fixup for now.
66689
66690     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66691
66692 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
66693 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66694 Date:   Fri Dec 14 15:36:17 2007 +0100
66695
66696     cfi_flash: Add cmdset-specific init functions
66697
66698     Move things like reading JEDEC IDs and fixing up geometry reversal
66699     into separate functions. The geometry reversal fixup is now performed
66700     by altering the qry structure directly, which makes the sector init
66701     code slightly cleaner.
66702
66703     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66704
66705 commit e23741f4a6d8047520ef0d4971762749b3587d32
66706 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66707 Date:   Fri Dec 14 15:36:16 2007 +0100
66708
66709     cfi_flash: Read whole QRY structure in one go
66710
66711     Read out the whole CFI Standard Query structure after successful cfi
66712     identification. This allows subsequent code to access this information
66713     directly without having to go through flash_read_uchar() and friends.
66714
66715     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66716
66717 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
66718 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66719 Date:   Mon Dec 17 11:02:44 2007 +0100
66720
66721     AVR32: Fix logic inversion in disable_interrupts()
66722
66723     disable_interrupts() should return nonzero if interrupts were
66724     _enabled_ before, not disabled.
66725
66726     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66727
66728 commit acac475212cbedb17b321a363a1c878e2b47b37f
66729 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66730 Date:   Fri Dec 14 16:51:22 2007 +0100
66731
66732     AVR32: Enable interrupts at bootup
66733
66734     The timer code depends on the timer interrupt to keep track of the
66735     upper 32 bits of the cycle counter. This obviously doesn't work when
66736     interrupts are disabled the whole time.
66737
66738     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66739
66740 commit 9570bcd87f4db255514f43b6701746c412f8fef0
66741 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66742 Date:   Thu Nov 15 10:03:45 2007 +0100
66743
66744     AVR32: Fix wrong pin setup for USART3
66745
66746     As reported by Gerhard Berghofer:
66747
66748     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
66749     instead of PB18 and PB19.
66750
66751     which is obviously correct. There's currently no code that uses
66752     USART3, but custom boards may run into problems.
66753
66754     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66755
66756 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
66757 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66758 Date:   Thu Nov 1 12:44:20 2007 +0100
66759
66760     README: Remove ATSTK1000 daughterboard list
66761
66762     As noted by Kim Phillips, these lists tend to become out of date.
66763
66764     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66765
66766 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
66767 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66768 Date:   Tue Oct 30 14:56:36 2007 +0100
66769
66770     Add ATSTK100[234] to MAINTAINERS
66771
66772     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
66773     "mother". Also update the entry for ATSTK1000 to be not only about the
66774     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
66775
66776     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66777
66778 commit 64ff2357b1727213803591813dbc779c924bf772
66779 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66780 Date:   Mon Oct 29 13:02:54 2007 +0100
66781
66782     AVR32: Add support for the ATSTK1004 board
66783
66784     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
66785     which is a derivative of AT32AP7000.
66786
66787     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66788
66789 commit 667568db157f374b85abd7e03596ddd1f0b25681
66790 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66791 Date:   Mon Oct 29 13:02:54 2007 +0100
66792
66793     AVR32: Add support for the ATSTK1003 board
66794
66795     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
66796     which is a derivative of AT32AP7000.
66797
66798     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66799
66800 commit 5fee84a794a51ec830548cda485a770efb018b92
66801 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66802 Date:   Mon Oct 29 13:23:33 2007 +0100
66803
66804     AVR32: Make some AT32AP700x peripherals optional
66805
66806     Add a chip-features file providing definitions of the form
66807
66808     AT32AP700x_CHIP_HAS_<peripheral>
66809
66810     to indicate the availability of the given peripheral on the currently
66811     selected chip.
66812
66813     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66814
66815 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
66816 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66817 Date:   Mon Oct 29 13:09:56 2007 +0100
66818
66819     AVR32: Rename at32ap7000 -> at32ap700x
66820
66821     The SoC-specific code for all the AT32AP700x CPUs is practically
66822     identical; the only difference is that some chips have less features
66823     than others. By doing this rename, we can add support for the AP7000
66824     derivatives simply by making some features conditional.
66825
66826     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66827
66828 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
66829 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66830 Date:   Fri Jun 29 18:22:34 2007 +0200
66831
66832     atmel_mci: Show SR when block read fails
66833
66834     Show controller status as well as card status when an error occurs
66835     during block read.
66836
66837     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66838
66839 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
66840 Author: Stefan Roese <sr@denx.de>
66841 Date:   Thu Dec 13 14:52:53 2007 +0100
66842
66843     ppc4xx: Bring 4xx fdt support up-to-date
66844
66845     This patch update the 4xx fdt support. It enabled fdt booting
66846     on the AMCC Kilauea and Sequoia for now. More can follow later
66847     quite easily.
66848
66849     Signed-off-by: Stefan Roese <sr@denx.de>
66850
66851 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
66852 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66853 Date:   Thu Dec 13 12:56:34 2007 +0100
66854
66855     cfi_flash: Use map_physmem() and unmap_physmem()
66856
66857     Use map_physmem() and unmap_physmem() to convert from physical to
66858     virtual addresses. This gives the arch a chance to provide an uncached
66859     mapping for flash accesses.
66860
66861     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66862
66863 commit 4d7d6936eb29af7cca330937808312aa5f61454d
66864 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66865 Date:   Thu Dec 13 12:56:33 2007 +0100
66866
66867     Introduce map_physmem() and unmap_physmem()
66868
66869     map_physmem() returns a virtual address which can be used to access a
66870     given physical address without involving the cache. unmap_physmem()
66871     should be called when the virtual address returned by map_physmem() is
66872     no longer needed.
66873
66874     This patch adds a stub implementation which simply returns the
66875     physical address cast to a uchar * for all architectures except AVR32,
66876     which converts the physical address to an uncached virtual mapping.
66877     unmap_physmem() is a no-op on all architectures, but if any
66878     architecture needs to do such mappings through the TLB, this is the
66879     hook where those TLB entries can be invalidated.
66880
66881     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66882
66883 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
66884 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66885 Date:   Thu Dec 13 12:56:32 2007 +0100
66886
66887     cfi_flash: Introduce read and write accessors
66888
66889     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
66890     them to access the flash memory. This makes it clearer when the flash
66891     is actually being accessed; merely dereferencing a volatile pointer
66892     looks just like any other kind of access.
66893
66894     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66895
66896 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
66897 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66898 Date:   Thu Dec 13 12:56:31 2007 +0100
66899
66900     Implement __raw_{read,write}[bwl] on all architectures
66901
66902     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
66903     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
66904     from Linux.
66905
66906     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66907
66908 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
66909 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66910 Date:   Sat Oct 6 18:55:36 2007 +0200
66911
66912     cfi_flash: Reorder functions and eliminate extra prototypes
66913
66914     Reorder the functions in cfi_flash.c so that each function only uses
66915     functions that have been defined before it. This allows the static
66916     prototype declarations near the top to be eliminated and might allow
66917     gcc to do a better job inlining functions.
66918
66919     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66920
66921 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
66922 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66923 Date:   Thu Dec 13 12:56:29 2007 +0100
66924
66925     cfi_flash: Make some needlessly global functions static
66926
66927     Make functions not declared in any header file static.
66928
66929     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66930
66931 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
66932 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66933 Date:   Thu Dec 13 12:56:28 2007 +0100
66934
66935     cfi_flash: Break long lines
66936
66937     This patch tries to keep all lines in the cfi_flash driver below 80
66938     columns. There are a few lines left which don't fit this requirement
66939     because I couldn't find any trivial way to break them (i.e. it would
66940     take some restructuring, which I intend to do in a later patch.)
66941
66942     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66943
66944 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
66945 Author: Bartlomiej Sieka <tur@semihalf.com>
66946 Date:   Tue Dec 11 13:59:57 2007 +0100
66947
66948     CFI: synchronize command offsets with Linux CFI driver
66949
66950     Fixes non-working CFI Flash on the Inka4x0 board.
66951
66952     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
66953
66954 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
66955 Author: Kumar Gala <galak@kernel.crashing.org>
66956 Date:   Fri Dec 7 12:17:34 2007 -0600
66957
66958     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
66959
66960     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
66961     (MPC8544DS, MPC8548CDS, MPC8568MDS).
66962
66963     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66964
66965 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
66966 Author: Kumar Gala <galak@kernel.crashing.org>
66967 Date:   Fri Dec 7 12:04:30 2007 -0600
66968
66969     Update Freescale MPC85xx ADS/CDS/MDS board config
66970
66971     * Enabled CONFIG_CMD_ELF
66972
66973     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66974
66975 commit d435793229ce29a42797c1edc39f5b34f987f91a
66976 Author: Kumar Gala <galak@kernel.crashing.org>
66977 Date:   Fri Dec 7 04:59:26 2007 -0600
66978
66979     Handle Asynchronous DDR clock on 85xx
66980
66981     The MPC8572 introduces the concept of an asynchronous DDR clock with
66982     regards to the platform clock.
66983
66984     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
66985     mode.
66986
66987     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66988
66989 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
66990 Author: Kumar Gala <galak@kernel.crashing.org>
66991 Date:   Thu Nov 29 10:34:28 2007 -0600
66992
66993     Update Freescale MPC85xx ADS/CDS/MDS board config
66994
66995     * Removed some misc environment setup
66996     * Enabled CONFIG_CMDLINE_EDITING
66997
66998     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66999
67000 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
67001 Author: Kumar Gala <galak@kernel.crashing.org>
67002 Date:   Thu Nov 29 10:47:44 2007 -0600
67003
67004     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
67005
67006     Minor path corrections needed to ensure buildability.
67007
67008     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67009
67010 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
67011 Author: Kumar Gala <galak@kernel.crashing.org>
67012 Date:   Thu Nov 29 10:16:18 2007 -0600
67013
67014     Move the MPC8540 ADS board under board/freescale.
67015
67016     Minor path corrections needed to ensure buildability.
67017
67018     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67019
67020 commit 870ceac5b3a3486c109396e005af81ae762b5710
67021 Author: Kumar Gala <galak@kernel.crashing.org>
67022 Date:   Thu Nov 29 10:14:50 2007 -0600
67023
67024     Move the MPC8560 ADS board under board/freescale.
67025
67026     Minor path corrections needed to ensure buildability.
67027
67028     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67029
67030 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
67031 Author: Kumar Gala <galak@kernel.crashing.org>
67032 Date:   Thu Nov 29 10:13:47 2007 -0600
67033
67034     Move the MPC8568 MDS board under board/freescale.
67035
67036     Minor path corrections needed to ensure buildability.
67037
67038     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67039
67040 commit a853d56c59b33415304531443633808736acfc6e
67041 Author: Kumar Gala <galak@kernel.crashing.org>
67042 Date:   Thu Nov 29 02:18:59 2007 -0600
67043
67044     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
67045
67046     We already had defines for LAWAR_TRGT_IF_* that we should use
67047     rather than creating new ones.  Also, added some missing defines for
67048     PCIE targets.
67049
67050     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67051
67052 commit 04db400892da37b76a585e332a0c137954ad2015
67053 Author: Kumar Gala <galak@kernel.crashing.org>
67054 Date:   Thu Nov 29 02:10:09 2007 -0600
67055
67056     Stop using immap_t on 85xx
67057
67058     In the future the offsets to various blocks may not be in same location.
67059     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
67060     instead of getting it via &immap.
67061
67062     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67063
67064 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
67065 Author: Kumar Gala <galak@kernel.crashing.org>
67066 Date:   Thu Nov 29 01:23:09 2007 -0600
67067
67068     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
67069
67070     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67071
67072 commit c480861bf000156e6a3e932c258db59ff2212dd3
67073 Author: Kumar Gala <galak@kernel.crashing.org>
67074 Date:   Thu Nov 29 01:06:19 2007 -0600
67075
67076     Update MPC8568 MDS to use libfdt
67077
67078     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
67079     ethernet, pci, and serial for the various fixups that are done.
67080
67081     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67082
67083 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
67084 Author: Haiying Wang <Haiying.Wang@freescale.com>
67085 Date:   Wed Nov 14 15:52:06 2007 -0500
67086
67087     Add PCI Express support on MPC8568MDS
67088
67089     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
67090     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67091
67092 commit b90d25497625b90ffa3f2911a0895ca237556ff5
67093 Author: Kumar Gala <galak@kernel.crashing.org>
67094 Date:   Thu Nov 29 00:11:44 2007 -0600
67095
67096     Update MPC85xx CDS to use libfdt
67097
67098     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
67099     ethernet, pci, and serial for the various fixups that are done.
67100
67101     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67102
67103 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
67104 Author: Kumar Gala <galak@kernel.crashing.org>
67105 Date:   Wed Nov 28 22:54:27 2007 -0600
67106
67107     Update MPC8540 ADS to use libfdt
67108
67109     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
67110     ethernet, pci, and serial for the various fixups that are done.
67111
67112     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67113
67114 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
67115 Author: Kumar Gala <galak@kernel.crashing.org>
67116 Date:   Wed Nov 28 22:40:31 2007 -0600
67117
67118     Update MPC8560 ADS to use libfdt
67119
67120     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
67121     ethernet, pci, and serial for the various fixups that are done.
67122
67123     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67124
67125 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
67126 Author: Kumar Gala <galak@kernel.crashing.org>
67127 Date:   Wed Nov 28 00:36:33 2007 -0600
67128
67129     Stop using immap_t for cpm offset on 85xx
67130
67131     In the future the offsets to various blocks may not be in same location.
67132     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
67133     instead of getting it via &immap->im_cpm.
67134
67135     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67136
67137 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
67138 Author: Kumar Gala <galak@kernel.crashing.org>
67139 Date:   Tue Nov 27 23:25:02 2007 -0600
67140
67141     Stop using immap_t for guts offset on 85xx
67142
67143     In the future the offsets to various blocks may not be in same location.
67144     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
67145     instead of getting it via &immap->im_gur.
67146
67147     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67148
67149 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
67150 Author: Kumar Gala <galak@kernel.crashing.org>
67151 Date:   Tue Nov 27 22:42:34 2007 -0600
67152
67153     Update MPC8544 DS config
67154
67155     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
67156     * Removed some misc environment setup
67157     * Moved to using fdtfile & fdtaddr as fdt env var names
67158     * Enabled CONFIG_CMDLINE_EDITING
67159
67160     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67161
67162 commit addce57e2e4c49e77ffb2020a84690713bb18b47
67163 Author: Kumar Gala <galak@kernel.crashing.org>
67164 Date:   Mon Nov 26 17:12:24 2007 -0600
67165
67166     Update MPC8544DS to use libfdt
67167
67168     Updated the MPC8544DS config to use libfdt and assume use of aliases for
67169     ethernet, pci, and serial for the various fixups that are done.
67170
67171     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67172
67173 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
67174 Author: Kumar Gala <galak@kernel.crashing.org>
67175 Date:   Thu Nov 29 00:15:30 2007 -0600
67176
67177     Add libfdt based ft_cpu_setup for mpc85xx
67178
67179     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67180
67181 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
67182 Author: Stefan Roese <sr@denx.de>
67183 Date:   Tue Dec 11 13:38:19 2007 +0100
67184
67185     ppc4xx: Correct GPIO offset in gpio_config()
67186
67187     Thanks to Gary Jennejohn for pointing this out.
67188
67189     Signed-off-by: Stefan Roese <sr@denx.de>
67190
67191 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
67192 Author: Stefan Roese <sr@denx.de>
67193 Date:   Tue Dec 11 11:46:01 2007 +0100
67194
67195     rtc: Fix merging problem
67196
67197     Signed-off-by: Stefan Roese <sr@denx.de>
67198
67199 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
67200 Author: Stefan Roese <sr@denx.de>
67201 Date:   Sat Dec 8 14:47:34 2007 +0100
67202
67203     ppc4xx: 405EX: Correctly enable USB pins
67204
67205     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
67206     function control) registers. This is done for the AMCC Kilauea and
67207     Makalu eval boards.
67208
67209     Signed-off-by: Stefan Roese <sr@denx.de>
67210
67211 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
67212 Author: Stefan Roese <sr@denx.de>
67213 Date:   Sat Dec 8 08:25:09 2007 +0100
67214
67215     CFI: Coding style cleanup
67216
67217     Signed-off-by: Stefan Roese <sr@denx.de>
67218
67219 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
67220 Author: Michael Schwingen <michael@schwingen.org>
67221 Date:   Fri Dec 7 23:35:02 2007 +0100
67222
67223     CFI: support JEDEC flash roms in CFI-flash framework
67224
67225     The following patch adds support for non-CFI flash ROMS, by hooking into the
67226     CFI flash code and using most of its code, as recently discussed here in the
67227     thread "Mixing CFI and non-CFI flashs".
67228
67229     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67230     Signed-off-by: Stefan Roese <sr@denx.de>
67231
67232 commit c01b17dd856fa120b2970f50d9598546a4927ec3
67233 Author: Gerald Van Baren <vanbaren@cideas.com>
67234 Date:   Wed Nov 28 21:24:50 2007 -0500
67235
67236     Conditionally compile fdt_fixup_ethernet()
67237
67238     Fix compiler warnings: On boards that don't have ethernets defined,
67239     don't compile fdt_fixup_ethernet().
67240
67241 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
67242 Author: Kumar Gala <galak@kernel.crashing.org>
67243 Date:   Tue Nov 27 21:59:46 2007 -0600
67244
67245     Convert boards that set memory node to use fdt_fixup_memory()
67246
67247     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67248
67249 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
67250 Author: Kumar Gala <galak@kernel.crashing.org>
67251 Date:   Mon Nov 26 17:06:15 2007 -0600
67252
67253     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
67254
67255     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
67256     determine which serial alias we should set linux,stdout-path to.
67257
67258     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67259
67260 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
67261 Author: Kumar Gala <galak@kernel.crashing.org>
67262 Date:   Mon Nov 26 14:57:45 2007 -0600
67263
67264     Add common memory fixup function
67265
67266     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
67267
67268     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67269
67270 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
67271 Author: Kumar Gala <galak@kernel.crashing.org>
67272 Date:   Mon Nov 26 11:19:12 2007 -0600
67273
67274     Conditionally compile fdt_support.c
67275
67276     Modify common/Makefile to conditionally compile fdt_support.c based
67277     on CONFIG_OF_LIBFDT.
67278
67279     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67280
67281 commit d88e7ba0980773479e1a64badb293116071b7ef0
67282 Author: Kumar Gala <galak@kernel.crashing.org>
67283 Date:   Mon Nov 26 10:41:40 2007 -0600
67284
67285     Fix build breakage due to libfdt import
67286
67287     The IDS8247 got lost in the update and need an API update
67288     do to rename of functions in libfdt.
67289
67290     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67291
67292 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
67293 Author: Gerald Van Baren <vanbaren@cideas.com>
67294 Date:   Fri Nov 23 19:43:20 2007 -0500
67295
67296     Add spaces around the = in the fdt print format.
67297
67298     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67299
67300 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
67301 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67302 Date:   Fri Dec 7 01:25:38 2007 +0900
67303
67304     sh: Moved driver of the SuperH dependence
67305
67306     The composition of the directory in the drivers/ changed.
67307     I moved SuperH serial driver and marubun PCMCIA driver.
67308
67309     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67310
67311 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
67312 Author: Wolfgang Denk <wd@denx.de>
67313 Date:   Thu Dec 6 10:21:19 2007 +0100
67314
67315     Release v1.3.1
67316
67317     Signed-off-by: Wolfgang Denk <wd@denx.de>
67318
67319 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
67320 Author: Wolfgang Denk <wd@denx.de>
67321 Date:   Thu Dec 6 10:21:03 2007 +0100
67322
67323     ADS5121 Board: fix compile problem.
67324
67325     Signed-off-by: Wolfgang Denk <wd@denx.de>
67326
67327 commit a27044b14a9e93678a82d7b35f202b93e7687abc
67328 Author: Stefan Roese <sr@denx.de>
67329 Date:   Thu Dec 6 05:58:43 2007 +0100
67330
67331     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
67332
67333     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
67334     setting the FIXD bit in the SDR0_MFR register. Here a description of the
67335     symptoms:
67336
67337     Problem Description
67338     ------------------------------
67339     If a DMA is performed between memory and PCI with the DMA 1 Controller
67340     using prefetch, and as a result uses a special purpose buffer selected by
67341     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
67342     the first part of the transfer sequence is performed twice. The
67343     PPC440SPe PCI Controller requests more data than was needed such that in
67344     the case of enforce memory protection, a host CPU  exception can occur.
67345     No data is corrupted, because data transfer is stopped in the PCI
67346     Controller. Prefetch enable is specified by setting DMA Configuration
67347     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
67348
67349     Behavior that may be observed in a running system
67350     ---------------------------------------------------------------------------
67351
67352     1. DMA performance is decreased because of the double access on the PCI bus
67353     interface.
67354     2. If an illegal access to some address on the PCI bus is detected at the
67355     system level, a machine check or similar system error may occur.
67356
67357     Workarounds Available
67358     ----------------------------------
67359
67360     1. Do not program prefetch. Note that a prefetch command cannot be programmed
67361     without selecting a special purpose buffer.
67362     2. To avoid crossing a physical boundary of the PCI slave device, add 512
67363     bytes of address to the PCI address range.
67364
67365     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
67366     from AMCC and slighly changed.
67367
67368     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
67369     Signed-off-by: Stefan Roese <sr@denx.de>
67370
67371 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
67372 Author: Stefan Roese <sr@denx.de>
67373 Date:   Tue Dec 4 16:29:48 2007 +0100
67374
67375     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
67376
67377     Signed-off-by: Stefan Roese <sr@denx.de>
67378
67379 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
67380 Author: Wolfgang Denk <wd@denx.de>
67381 Date:   Mon Dec 3 00:15:28 2007 +0100
67382
67383     Prepare for 1.3.1-rc1
67384
67385     Signed-off-by: Wolfgang Denk <wd@denx.de>
67386
67387 commit e15e33433e7c05111968dc9b434a52fd42cbd221
67388 Author: Stefan Roese <sr@denx.de>
67389 Date:   Fri Nov 30 07:15:41 2007 +0100
67390
67391     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
67392
67393     This manual PCIe reset triggering solves the problem seen with the
67394     Intel EPRO/1000 card, which was not detected (link not established)
67395     upon power-up reset.
67396
67397     Signed-off-by: Stefan Roese <sr@denx.de>
67398
67399 commit 260eea5676ca46903a335686cc020b29c4ca46fe
67400 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67401 Date:   Thu Nov 29 01:21:54 2007 +0900
67402
67403     sh: Add SuperH boards maintainer to MAINTAINERS file
67404
67405     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
67406
67407     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67408
67409 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
67410 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67411 Date:   Thu Nov 29 00:13:04 2007 +0900
67412
67413     sh: Add ms7750se support in MAKEALL
67414
67415     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67416
67417 commit c7144373427a178332bf9754131c8c34c52c200a
67418 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67419 Date:   Tue Nov 27 09:44:53 2007 +0100
67420
67421     sh: Add sh3 and sh4 support in MAKEALL
67422
67423     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67424     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67425
67426 commit 130080874a3d28450098481a262c5f7c855e908d
67427 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67428 Date:   Sun Nov 25 02:51:17 2007 +0900
67429
67430     sh: Add document for SuperH.
67431
67432     This document is a summary of information concerning SuperH of U-Boot.
67433
67434     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67435
67436 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
67437 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67438 Date:   Sun Nov 25 02:39:31 2007 +0900
67439
67440     sh: Add marubun's pcmcia driver
67441
67442     Marubun pcmcia is a chip for PCMCIA used with SuperH.
67443     Of course, this can be used even by other architectures.
67444     When use this driver, came to be able to use CompactFlash
67445     and Ethernet.
67446
67447     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67448
67449 commit febd86b969b975289ed948f1ac0eb9722da41ced
67450 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67451 Date:   Sun Nov 25 02:32:13 2007 +0900
67452
67453     sh: Update SuperH SCIF driver
67454
67455     - Changed volatile unsigned to vu_.
67456     - Changed Makefile for kconfig.
67457
67458     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67459
67460 commit 8be760903645af09871be50ad0a6f9ebb62b311d
67461 Author: Stefan Roese <sr@denx.de>
67462 Date:   Tue Nov 27 11:57:35 2007 +0100
67463
67464     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
67465
67466     After an error in the AMCC 405EX users manual now correctly configure
67467     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
67468     usage.
67469
67470     Signed-off-by: Stefan Roese <sr@denx.de>
67471
67472 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
67473 Author: Wolfgang Denk <wd@denx.de>
67474 Date:   Mon Nov 26 19:18:21 2007 +0100
67475
67476     Cleanup coding style; update CHANGELOG
67477
67478     Signed-off-by: Wolfgang Denk <wd@denx.de>
67479
67480 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
67481 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67482 Date:   Sun Nov 25 22:39:25 2007 +0100
67483
67484     MAKEALL: add missing 512x boards in ppc
67485
67486     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67487
67488 commit a340c325e668ca7386c2276387681720be9c3757
67489 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67490 Date:   Sun Nov 25 18:45:47 2007 +0100
67491
67492     Makefile : fix tags ctags etags with new drivers organization
67493
67494     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67495
67496 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
67497 Author: Stefan Roese <sr@denx.de>
67498 Date:   Mon Nov 26 15:06:14 2007 +0100
67499
67500     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
67501
67502     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
67503     operation.
67504
67505     Signed-off-by: Stefan Roese <sr@denx.de>
67506
67507 commit ca1ce226287270bb01e25b8e3674c701f12edf19
67508 Author: Stefan Roese <sr@denx.de>
67509 Date:   Mon Nov 26 15:01:45 2007 +0100
67510
67511     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
67512
67513     Signed-off-by: Stefan Roese <sr@denx.de>
67514
67515 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
67516 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67517 Date:   Sun Nov 25 18:45:47 2007 +0100
67518
67519     Makefile : fix tags ctags etags with new drivers organization
67520
67521     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67522
67523 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
67524 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67525 Date:   Sat Nov 24 21:26:56 2007 +0100
67526
67527     drivers/mtd : move mtd drivers to drivers/mtd
67528
67529     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67530
67531 commit 318c0b90431f2648552e5ade78833f42652ce859
67532 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67533 Date:   Sat Nov 24 21:17:55 2007 +0100
67534
67535     drivers/misc : move misc drivers to drivers/misc
67536
67537     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67538
67539 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
67540 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67541 Date:   Sat Nov 24 21:13:59 2007 +0100
67542
67543     drivers/block : move block drivers to drivers/block
67544
67545     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67546
67547 commit 0c698dcaa70275eb8814f665b545547cee013892
67548 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67549 Date:   Sat Nov 24 20:59:50 2007 +0100
67550
67551     drivers/rtc : move rtc drivers to drivers/rtc
67552
67553     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67554
67555 commit f868cc5a50757d94f36c312395481cb0f187d9e6
67556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67557 Date:   Sat Nov 24 20:14:44 2007 +0100
67558
67559     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
67560
67561     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67562
67563 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
67564 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67565 Date:   Sat Nov 24 19:46:45 2007 +0100
67566
67567     drivers/input : move input drivers to drivers/input
67568
67569     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67570
67571 commit e4558666293364fc3af1c1d9381ca933fa0f1275
67572 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67573 Date:   Sat Nov 24 19:40:11 2007 +0100
67574
67575     drivers/usb : move usb drivers to drivers/usb
67576
67577     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67578
67579 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
67580 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67581 Date:   Sat Nov 24 19:33:38 2007 +0100
67582
67583     drivers/serial : move serial drivers to drivers/serial
67584
67585     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67586
67587 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
67588 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67589 Date:   Wed Nov 21 21:19:24 2007 +0100
67590
67591     drivers/net : move net drivers to drivers/net
67592
67593     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67594
67595 commit 352d259130b349fe9593b8dada641bd78a9659e5
67596 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67597 Date:   Tue Nov 20 20:41:48 2007 +0100
67598
67599     drivers/video : move video drivers to drivers/video
67600
67601     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67602
67603 commit 73646217186aa17afc8e305c5f06f06dd335eaad
67604 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67605 Date:   Tue Nov 20 20:33:09 2007 +0100
67606
67607     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
67608
67609     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67610
67611 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
67612 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67613 Date:   Tue Nov 20 20:28:09 2007 +0100
67614
67615     drivers/pci : move pci drivers to drivers/pci
67616
67617     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67618
67619 commit 9162352817579840d7802da6d85872b3ca003c97
67620 Author: Gerald Van Baren <vanbaren@cideas.com>
67621 Date:   Thu Nov 22 17:23:23 2007 -0500
67622
67623     Fix fdt printing for updated libfdt
67624
67625     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
67626
67627     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67628
67629 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
67630 Author: Kumar Gala <galak@kernel.crashing.org>
67631 Date:   Wed Nov 21 13:30:15 2007 -0600
67632
67633     Add additional fdt fixup helper functions
67634
67635     Added the following fdt fixup helpers:
67636      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
67637      * do_fixup_by_compat{_u32} - Find matching nodes by compat
67638
67639     The _u32 variants work the same only the property they are setting
67640     is know to be a 32-bit integer instead of a byte buffer.
67641
67642     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67643
67644 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
67645 Author: Kumar Gala <galak@kernel.crashing.org>
67646 Date:   Wed Nov 21 11:11:03 2007 -0600
67647
67648     Add fdt_fixup_ethernet helper to set mac addresses
67649
67650     Added a fixup helper that uses aliases to set mac addresses
67651     in the device tree based on the bd_t
67652
67653     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67654
67655 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
67656 Author: Kumar Gala <galak@kernel.crashing.org>
67657 Date:   Wed Nov 21 14:07:46 2007 -0600
67658
67659     Fix warnings from import of libfdt
67660
67661     cmd_fdt.c: In function fdt_print:
67662     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
67663     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
67664     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
67665     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
67666
67667     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67668
67669 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
67670 Author: Kumar Gala <galak@kernel.crashing.org>
67671 Date:   Wed Oct 24 11:04:22 2007 -0500
67672
67673     Update libfdt from device tree compiler (dtc)
67674
67675     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
67676     the device tree compiler (dtc) project.
67677
67678     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67679
67680 commit e93becf80d732b64aef81b23e8b6ece02c40533d
67681 Author: Kumar Gala <galak@kernel.crashing.org>
67682 Date:   Sat Nov 3 19:46:28 2007 -0500
67683
67684     Move do_fixup* for libfdt into common code
67685
67686     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
67687     into common/fdt_support.c and renamed:
67688
67689     do_fixup()  -> do_fixup_by_path()
67690     do_fixup_u32()      -> do_fixup_by_path_u32()
67691
67692     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67693
67694 commit f738b4a75998f42a7408defadc9baac7a31c92db
67695 Author: Kumar Gala <galak@kernel.crashing.org>
67696 Date:   Thu Oct 25 16:15:07 2007 -0500
67697
67698     Make no options to fdt print default to '/'
67699
67700     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67701
67702 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
67703 Author: Kumar Gala <galak@kernel.crashing.org>
67704 Date:   Wed Oct 24 10:21:57 2007 -0500
67705
67706     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
67707
67708     Removed:
67709         fdt_node_is_compatible
67710         fdt_find_node_by_type
67711         fdt_find_compatible_node
67712
67713     To ease merge of newer libfdt as we aren't using them anywhere at this time.
67714
67715     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
67716     reason.
67717
67718     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67719
67720 commit 98e2867cc85409b919f862e6c16026461ec955df
67721 Author: Grant Likely <grant.likely@secretlab.ca>
67722 Date:   Wed Nov 21 09:19:37 2007 -0700
67723
67724     [BUILD] Remove libraries when updating autoconf.mk
67725
67726     Fix library problems caused by conditional compilation.  Using
67727     autoconf.mk to decide which files to compile has caused a problem when
67728     changing configuration from one board to another without clearing out
67729     the library (*.a) files.
67730
67731     It used to be that the linker was always passed the same list of .o
67732     files when building the .a files.  However, that is not longer true
67733     with conditional compilation.  Now, a different board config will have
67734     a different file list passed to the linker.  The problem occurs when
67735     a library has already been built and the board config is changed.
67736
67737     Since the linker will update instead of replace a preexisting library,
67738     then if the file list changes to remove some object files the old
67739     objects will still exist in the library.
67740
67741     The solution is to remove all old library files when autoconf.mk is
67742     made.
67743
67744     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
67745
67746 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
67747 Author: Kumar Gala <galak@kernel.crashing.org>
67748 Date:   Wed Nov 21 08:49:50 2007 -0600
67749
67750     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
67751
67752     Modify libfdt/Makefile to conditionally compile the *.c files based
67753     on the board config.
67754
67755     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67756
67757 commit 4a43719a7738712811d822ca8125427b27a55cdc
67758 Author: Grant Likely <grant.likely@secretlab.ca>
67759 Date:   Mon Sep 24 09:05:31 2007 -0600
67760
67761     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
67762
67763     Modify common/Makefile to conditionally compile the cmd_*.c files based
67764     on the board config.
67765
67766     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
67767
67768 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
67769 Author: Grant Likely <grant.likely@secretlab.ca>
67770 Date:   Mon Sep 24 09:05:31 2007 -0600
67771
67772     [BUILD] Generate include/autoconf.mk from board config files
67773
67774     Use cpp and sed to postprocess config.h and import the defined values
67775     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
67776     give 'make' access to the board configuration.
67777
67778     Doing this enables conditional compilation at the Makefile level instead
67779     of by wrapping every .c file with #ifdef/#endif wrappers.
67780
67781     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
67782
67783 commit 68b88999da87ab88e71e1306192905be3450198e
67784 Author: Jon Loeliger <jdl@freescale.com>
67785 Date:   Tue Nov 20 15:02:26 2007 -0600
67786
67787     8610HPCD: Enable the 8610 Display Interface Unit
67788
67789     Signed-off-by: Jon Loeliger <jdl@freescale.com>
67790
67791 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
67792 Author: Jon Loeliger <jdl@freescale.com>
67793 Date:   Tue Nov 20 15:00:53 2007 -0600
67794
67795     Move 8610 DIU interface structure definitions to header file.
67796
67797     These two structures are still needed during the
67798     initialization and setup of the DIU hardware.
67799     So move them to the fsl_diu_fb.h file for now.
67800     Official "blah".
67801
67802     Noticed-by: York Sun <yorksun@freescale.com>
67803     Signed-off-by: Jon Loeliger <jdl@freescale.com>
67804
67805 commit 080c646dbf474a109c3f85718fb01ce042a38c45
67806 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67807 Date:   Tue Nov 20 20:14:18 2007 +0100
67808
67809     drivers/i2c : move i2c drivers to drivers/i2c
67810
67811     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67812
67813 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
67814 Author: Wolfgang Denk <wd@denx.de>
67815 Date:   Mon Nov 19 22:20:24 2007 +0100
67816
67817     Prepare for 1.3.0 release.
67818
67819     Signed-off-by: Wolfgang Denk <wd@denx.de>
67820
67821 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
67822 Author: Haiying Wang <Haiying.Wang@freescale.com>
67823 Date:   Mon Nov 19 10:02:13 2007 -0500
67824
67825     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
67826
67827     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
67828
67829     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
67830
67831 commit f8c320609366176b31104d9bf5e295232e1c7f1d
67832 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
67833 Date:   Mon Nov 19 11:14:16 2007 +0900
67834
67835     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
67836
67837     lowlevel_init.S: Assembler messages:
67838     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
67839
67840     Looking at codes, the `memtest' and `clearmem' are intentional mixed
67841     use of `global symbols' and `label' for debugging purpose. To make it
67842     build, just disable global-symbols-use for now. As a result `memtest'
67843     still remains as unused, but leave it be...
67844
67845     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
67846
67847 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
67848 Author: Wolfgang Denk <wd@denx.de>
67849 Date:   Mon Nov 19 12:59:14 2007 +0100
67850
67851     Fix build problems with mp2usb board
67852
67853     Signed-off-by: Wolfgang Denk <wd@denx.de>
67854
67855 commit 6bf4c686afca1e86e1c384d59218f914605713bf
67856 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67857 Date:   Sun Nov 18 18:36:11 2007 +0100
67858
67859     s3c24x0: Fix usb_ohci.c missing in Makefile
67860     and usb_ohci.c warning differ in signedness
67861
67862     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67863
67864 commit 6073f61e078da5ddb521b56256bcc36508589883
67865 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67866 Date:   Sun Nov 18 12:55:02 2007 +0100
67867
67868     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
67869
67870     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67871
67872 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
67873 Author: Wolfgang Denk <wd@denx.de>
67874 Date:   Sun Nov 18 17:11:09 2007 +0100
67875
67876     Fix compiler warnings for ARM systems.
67877
67878     Signed-off-by: Wolfgang Denk <wd@denx.de>
67879
67880 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
67881 Author: Wolfgang Denk <wd@denx.de>
67882 Date:   Sun Nov 18 16:36:27 2007 +0100
67883
67884     Fix compiler warnings for PPC systems. Update CHANGELOG.
67885
67886     Signed-off-by: Wolfgang Denk <wd@denx.de>
67887
67888 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
67889 Author: Stefan Roese <sr@denx.de>
67890 Date:   Sun Nov 18 14:44:44 2007 +0100
67891
67892     ppc4xx: Correct 405EX PCIe UTL register mapping
67893
67894     Map 4k mem space for UTL registers for each port.
67895
67896     Signed-off-by: Stefan Roese <sr@denx.de>
67897
67898 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
67899 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67900 Date:   Sat Nov 17 11:31:10 2007 +0100
67901
67902     Fix warning differ in signedness in net/net.c and net/nfs.c
67903
67904 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
67905 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
67906 Date:   Sat Nov 17 20:42:45 2007 +0900
67907
67908     gth2.c: Fix a warning on gth2 build.
67909
67910     gth2.c: In function 'misc_init_r':
67911     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
67912
67913     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
67914
67915 commit 2309c130aa4c84b91bd874a41269c923eb61b555
67916 Author: Stefan Roese <sr@denx.de>
67917 Date:   Sat Nov 17 07:58:25 2007 +0100
67918
67919     Fix warning differ in signedness in common/cmd_scsi.c
67920
67921     Signed-off-by: Stefan Roese <sr@denx.de>
67922
67923 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
67924 Author: Stefan Roese <sr@denx.de>
67925 Date:   Sat Nov 17 14:52:29 2007 +0100
67926
67927     ppc4xx: Update AMCC Kilauea config file
67928
67929     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
67930
67931     Signed-off-by: Stefan Roese <sr@denx.de>
67932
67933 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
67934 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
67935 Date:   Sat Nov 17 20:05:26 2007 +0900
67936
67937     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
67938
67939     Current trick to pick up GNU assembler minor version does not work with the
67940     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
67941     "(GNU Binutils) ".
67942
67943       $ sde-as --version |grep "GNU assembler"
67944       GNU assembler 2.15.94 mipssde-6.02.02-20050602
67945       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
67946       2.15.94
67947       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
67948       15
67949       $
67950
67951       $ mips-linux-as --version |grep "GNU assembler"
67952       GNU assembler (GNU Binutils) 2.18
67953       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
67954       (GNU
67955       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
67956       (no output)
67957       $
67958
67959     As a result of above, you'll see many noises with such binutils:
67960
67961       make -C cpu/mips/
67962       /bin/sh: line 0: [: : integer expression expected
67963       /bin/sh: line 0: [: : integer expression expected
67964       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
67965       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
67966       /bin/sh: line 0: [: : integer expression expected
67967       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
67968       /bin/sh: line 0: [: : integer expression expected
67969       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
67970       /bin/sh: line 0: [: : integer expression expected
67971
67972     This patch simplifies the trick and makes it work with both versions of gas.
67973     I also replace an expensive `awk (or gawk)' with `cut'.
67974
67975     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
67976
67977 commit 16664f72850846e645616da1c0fa5afcd6d15f15
67978 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
67979 Date:   Sat Nov 17 20:05:26 2007 +0900
67980
67981     [MIPS] Remove useless instructions for initializing $gp.
67982
67983     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
67984
67985 commit 03c031d5660ea946c39af6e2e16267da857c609f
67986 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
67987 Date:   Sat Oct 27 15:27:06 2007 +0900
67988
67989     [MIPS] MIPS 4K core: Coding style cleanups
67990
67991     No logical changes.
67992
67993     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
67994
67995 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
67996 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
67997 Date:   Sat Nov 17 20:05:20 2007 +0900
67998
67999     [MIPS] gth2.c: Fix a warning on gth2 build.
68000
68001     gth2.c: In function 'misc_init_r':
68002     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
68003
68004     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68005
68006 commit 4fbd0741b2b6441da10be93e10267122581b7079
68007 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68008 Date:   Sat Oct 27 15:22:33 2007 +0900
68009
68010     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
68011
68012     au1x00_eth.c: In function 'au1x00_miiphy_write':
68013     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
68014
68015     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68016
68017 commit f01320459736f156707425cf8112f98606301aa4
68018 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68019 Date:   Sat Oct 27 15:00:25 2007 +0900
68020
68021     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
68022
68023     au1x00_eth.c: In function 'au1x00_enet_initialize':
68024     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
68025     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
68026     au1x00_eth.c:246: error: for each function it appears in.)
68027     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
68028     au1x00_eth.c: In function 'au1x00_miiphy_write':
68029     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
68030     make[1]: *** [au1x00_eth.o] Error 1
68031
68032     Fixed by moving these two functions forward.
68033
68034     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68035
68036 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
68037 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68038 Date:   Sat Oct 27 15:00:25 2007 +0900
68039
68040     MAKEALL: Added missing pb1000 board
68041
68042     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68043
68044 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
68045 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68046 Date:   Sat Oct 27 15:00:24 2007 +0900
68047
68048     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
68049
68050     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68051
68052 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
68053 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68054 Date:   Sat Oct 27 15:00:24 2007 +0900
68055
68056     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
68057
68058     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68059
68060 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
68061 Author: Wolfgang Denk <wd@denx.de>
68062 Date:   Sat Nov 17 02:34:38 2007 +0100
68063
68064     Update CHANGELOIG, prepare for -rc4
68065
68066     Signed-off-by: Wolfgang Denk <wd@denx.de>
68067
68068 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
68069 Author: Luotao Fu <l.fu@pengutronix.de>
68070 Date:   Wed Nov 14 18:58:33 2007 +0100
68071
68072     Fix the i2c frequency and default address in rsdproto board
68073
68074     rsdproto board support has wrong I2C frequency and wrong return value
68075     handling.
68076
68077     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
68078
68079 commit 429c180edad038f91c989cb14b478228092e7054
68080 Author: Wolfgang Denk <wd@denx.de>
68081 Date:   Sat Nov 17 01:45:38 2007 +0100
68082
68083     powerpc: Backout relocation changes for MPC5121, too.
68084
68085     Apply Grant Likely's backout to MPC5121 code, too.
68086
68087     Pointed out by Rafal Jaworowski <raj@semihalf.com>
68088
68089     Signed-off-by: Wolfgang Denk <wd@denx.de>
68090
68091 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
68092 Author: Grant Likely <grant.likely@secretlab.ca>
68093 Date:   Tue Nov 13 22:18:33 2007 -0700
68094
68095     powerpc: Backout relocation changes.
68096
68097     Ugh.  I *hate* to back this change out, but these compiler flags don't
68098     work for relocation on all versions of GCC.  I've not been able to
68099     reproduce the environment in my setup (and hence, not been able to
68100     find a combination that *does* work), so I've got no choice but to go
68101     back to the old gcc flags and linker script.
68102
68103     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68104
68105 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
68106 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68107 Date:   Tue Nov 13 09:11:05 2007 +0100
68108
68109     Fixed mips_io_port_base build errors.
68110
68111     This patch has been sent on:
68112     - 29 Sep 2007
68113
68114     Although mips_io_port_base is currently a part of IDE command, it is quite
68115     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
68116     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
68117
68118     This patch is triggered by multiple definition of `mips_io_port_base' build
68119     error on gth2 (and tb0229 also needs this fix.)
68120
68121     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
68122     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
68123     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
68124     make: *** [u-boot] Error 1
68125
68126     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68127     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68128
68129 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
68130 Author: Wolfgang Denk <wd@denx.de>
68131 Date:   Sat Nov 17 01:30:40 2007 +0100
68132
68133     Fix a bug in the slave serial programming mode for the Xilinx
68134     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
68135     the most significant bit was set, which did not work on any
68136     architecture where "char" defaulted to be an unsigned type.
68137
68138     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
68139
68140     Signed-off-by: Wolfgang Denk <wd@denx.de>
68141
68142 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
68143 Author: Jon Loeliger <jdl@freescale.com>
68144 Date:   Thu Nov 1 12:23:29 2007 -0500
68145
68146     86xx: Fix broken variable reference when #def DEBUGing.
68147
68148     Sometimes you can't reference the DDR2 controller variables.
68149
68150     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68151
68152 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
68153 Author: Jason Jin <Jason.jin@freescale.com>
68154 Date:   Fri Oct 26 18:32:00 2007 +0800
68155
68156     make 8610 board use pixis reset
68157
68158     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68159
68160 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
68161 Author: Jason Jin <Jason.jin@freescale.com>
68162 Date:   Mon Oct 29 19:26:21 2007 +0800
68163
68164     Unify pixis_reset altbank across board families
68165
68166     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
68167     into the separate board config files.
68168
68169     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68170     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68171
68172 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
68173 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68174 Date:   Wed Nov 7 08:19:21 2007 +0100
68175
68176     Fix warning: pointer targets in assignment differ in signedness
68177
68178     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68179
68180 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
68181 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68182 Date:   Wed Nov 7 08:19:19 2007 +0100
68183
68184     Fix warning differ in signedness in common/cmd_ide.c
68185
68186     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68187
68188 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
68189 Author: Stefan Roese <sr@denx.de>
68190 Date:   Fri Nov 16 14:16:54 2007 +0100
68191
68192     ppc4xx: Enable 405EX PCIe UTL register configuration
68193
68194     Till now the UTL registers on 405EX were not initialized but left with
68195     their default values. This patch new initializes some of the UTL
68196     registers on 405EX.
68197
68198     Signed-off-by: Stefan Roese <sr@denx.de>
68199
68200 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
68201 Author: Stefan Roese <sr@denx.de>
68202 Date:   Fri Nov 16 14:00:59 2007 +0100
68203
68204     ppc4xx: Update AMCC Makalu for board rev 1.1
68205
68206     This patch adds changes needed for Makalu rev 1.1:
68207
68208     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
68209     - Enable 2nd ethernet port EMAC1
68210     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
68211     - Reset PCIe ports via GPIO upon bootup
68212
68213     Signed-off-by: Stefan Roese <sr@denx.de>
68214
68215 commit 4d4faae65e115e327425cd514c1a35146a85166b
68216 Author: Grant Likely <grant.likely@secretlab.ca>
68217 Date:   Mon Sep 24 09:05:31 2007 -0600
68218
68219     Group PCI and PCMCIA drivers in drivers/Makefile
68220
68221     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68222
68223 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
68224 Author: Grant Likely <grant.likely@secretlab.ca>
68225 Date:   Mon Sep 24 09:05:31 2007 -0600
68226
68227     Group block/flash drivers in drivers/Makefile
68228
68229     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68230
68231 commit df58c81551700f058b44cacf55a7997fa63bfe0a
68232 Author: Grant Likely <grant.likely@secretlab.ca>
68233 Date:   Mon Sep 24 09:05:31 2007 -0600
68234
68235     Group USB drivers in drivers/Makefile
68236
68237     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68238
68239 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
68240 Author: Grant Likely <grant.likely@secretlab.ca>
68241 Date:   Mon Sep 24 09:05:30 2007 -0600
68242
68243     Group i2c drivers in drivers/Makefile
68244
68245     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68246
68247 commit ec00c76de0e5971273905998d62d6bb119324218
68248 Author: Grant Likely <grant.likely@secretlab.ca>
68249 Date:   Mon Sep 24 09:05:30 2007 -0600
68250
68251     Group console drivers in drivers/Makefile
68252
68253     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68254
68255 commit 754f230aa01b8c789fc31f8013c2487954073300
68256 Author: Grant Likely <grant.likely@secretlab.ca>
68257 Date:   Mon Sep 24 09:05:30 2007 -0600
68258
68259     Group network drivers in drivers/Makefile
68260
68261     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68262
68263 commit f0037c56b0d12cd46215124667b9f83d60ef9391
68264 Author: Grant Likely <grant.likely@secretlab.ca>
68265 Date:   Mon Sep 24 09:05:30 2007 -0600
68266
68267     Build: split COBJS value into multiple lines
68268
68269     This change is in preparation for condtitionial compile support in the
68270     build system.  By spliting them all into seperate lines now, subsequent
68271     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
68272     be less invasive and easier to review
68273
68274     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68275
68276 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
68277 Author: Grant Likely <grant.likely@secretlab.ca>
68278 Date:   Mon Sep 24 09:05:30 2007 -0600
68279
68280     Add .gitignore files
68281
68282     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68283     Acked-by: Kim Phillips <kim.phillips@freescale.com>
68284
68285 commit 955413f35f054a82e40042f1dbcf501c6a05719b
68286 Author: Grant Likely <grant.likely@secretlab.ca>
68287 Date:   Thu Nov 15 08:27:52 2007 -0700
68288
68289     Revert "Correct relocation fixup for mpc5xx"
68290
68291     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
68292     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68293
68294 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
68295 Author: Grant Likely <grant.likely@secretlab.ca>
68296 Date:   Thu Nov 15 08:24:32 2007 -0700
68297
68298     Revert "Correct fixup relocation for MPC5xxx"
68299
68300     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
68301     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68302
68303 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
68304 Author: Grant Likely <grant.likely@secretlab.ca>
68305 Date:   Thu Nov 15 08:21:04 2007 -0700
68306
68307     Revert "Correct fixup relocation for mpc8220"
68308
68309     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
68310     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68311
68312 commit 70922342369e5e39b286fe21e768a239ca07a514
68313 Author: Grant Likely <grant.likely@secretlab.ca>
68314 Date:   Thu Nov 15 08:20:57 2007 -0700
68315
68316     Revert "Correct fixup relocation for mpc824x"
68317
68318     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
68319     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68320
68321 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
68322 Author: Grant Likely <grant.likely@secretlab.ca>
68323 Date:   Thu Nov 15 08:20:50 2007 -0700
68324
68325     Revert "Correct fixup relocation for mpc8260"
68326
68327     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
68328     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68329
68330 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
68331 Author: Grant Likely <grant.likely@secretlab.ca>
68332 Date:   Thu Nov 15 08:20:43 2007 -0700
68333
68334     Revert "Correct fixup relocation for mpc83xx"
68335
68336     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
68337     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68338
68339 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
68340 Author: Grant Likely <grant.likely@secretlab.ca>
68341 Date:   Thu Nov 15 08:20:25 2007 -0700
68342
68343     Revert "[MPC512x] Correct fixup relocation"
68344
68345     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
68346     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
68347
68348 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
68349 Author: Stefan Roese <sr@denx.de>
68350 Date:   Thu Nov 15 14:25:09 2007 +0100
68351
68352     ppc4xx: Small AMCC Kilauea cleanup
68353
68354     Remove not needed pci_target_init() function.
68355
68356     Signed-off-by: Stefan Roese <sr@denx.de>
68357
68358 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
68359 Author: Stefan Roese <sr@denx.de>
68360 Date:   Thu Nov 15 14:23:55 2007 +0100
68361
68362     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
68363
68364     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
68365     - Cleanup of the 4xx GPIO functions
68366     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
68367
68368     Signed-off-by: Stefan Roese <sr@denx.de>
68369
68370 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
68371 Author: Stefan Roese <sr@denx.de>
68372 Date:   Thu Nov 15 14:20:08 2007 +0100
68373
68374     ppc4xx: AMCC Taihu board config file cleanup
68375
68376     This patch makes the AMCC Taihu a little more compatible to the other
68377     AMCC eval boards.
68378
68379     Signed-off-by: Stefan Roese <sr@denx.de>
68380
68381 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
68382 Author: Marian Balakowicz <m8@semihalf.com>
68383 Date:   Thu Nov 15 13:37:28 2007 +0100
68384
68385     [INKA4x0] NG hardware: flash support
68386
68387     Disabled and remove inka4x0 custom flash driver, use CFI flash
68388     driver instead.
68389
68390     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
68391
68392 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
68393 Author: Marian Balakowicz <m8@semihalf.com>
68394 Date:   Thu Nov 15 13:29:55 2007 +0100
68395
68396     [INKA4x0] NG hardware: SDRAM support
68397
68398     Add support for three new DDR chips that may  be present on a NG
68399     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
68400
68401     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
68402
68403     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
68404
68405 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
68406 Author: Marian Balakowicz <m8@semihalf.com>
68407 Date:   Thu Nov 15 13:24:43 2007 +0100
68408
68409     [INKA4x0] NG hardware: platform code update
68410
68411     - Cleanup compile warnings.
68412     - Add missing '\0' in default environment.
68413     - Increase CFG_MONITOR_LEN to 256 KiB.
68414     - Add required CFG_USE_PPCENV.
68415
68416     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
68417
68418 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
68419 Author: Peter Pearse <peter.pearse@arm.com>
68420 Date:   Thu Nov 15 08:58:00 2007 +0000
68421
68422     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
68423     Remove warnings re onenand_read() & write()
68424
68425 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
68426 Author: Peter Pearse <peter.pearse@arm.com>
68427 Date:   Thu Nov 15 08:45:13 2007 +0000
68428
68429     Correction patch
68430
68431 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
68432 Author: Roy Zang <tie-fei.zang@freescale.com>
68433 Date:   Thu Sep 13 18:52:28 2007 +0800
68434
68435     Enable ULi1575 Ethernet support in 8610HPCD config
68436
68437     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68438     Acked-by: Jon Loeliger <jdl@freescale.com>
68439
68440 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
68441 Author: Stefan Roese <sr@denx.de>
68442 Date:   Tue Nov 13 08:18:20 2007 +0100
68443
68444     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
68445
68446     Signed-off-by: Stefan Roese <sr@denx.de>
68447
68448 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
68449 Author: Stefan Roese <sr@denx.de>
68450 Date:   Tue Nov 13 08:06:11 2007 +0100
68451
68452     ppc4xx: Fix 405EX PCIe UTLSET register setup
68453
68454     Signed-off-by: Stefan Roese <sr@denx.de>
68455
68456 commit 1ce55151c85d068f70317a8d65c61058b891afb4
68457 Author: Heiko Schocher <hs@denx.de>
68458 Date:   Tue Nov 13 07:50:29 2007 +0100
68459
68460     [UC101] SRAM now with 2 MB working.
68461
68462     Signed-off-by: Heiko Schocher <hs@denx.de>
68463
68464 commit 2d14684341109a69616e4d6016cd61402d55086f
68465 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68466 Date:   Fri Nov 9 15:37:53 2007 +0100
68467
68468     ppc4xx: Use generic usb-ohci driver for sequoia board
68469
68470     This patch makes the sequoia board use the generic usb-ohci driver
68471     instead of cpu/ppc4xx/usb_ohci.c.
68472
68473     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68474     Signed-off-by: Stefan Roese <sr@denx.de>
68475
68476 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
68477 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68478 Date:   Fri Nov 9 15:37:23 2007 +0100
68479
68480     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
68481
68482     This patch disables the 44x d-cache on 'usb start' and
68483     reenables it on 'usb stop'. This should be seen as a
68484     temporary fix until the generic usb-ohci driver can
68485     life with d-cache enabled.
68486
68487     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68488     Signed-off-by: Stefan Roese <sr@denx.de>
68489
68490 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
68491 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68492 Date:   Fri Nov 9 15:36:44 2007 +0100
68493
68494     ppc4xx: Remove redundant code from 4xx network driver
68495
68496     This patch removes some redundant code and decrements the end
68497     address of cache flush and invalidate by 1.
68498
68499     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68500     Signed-off-by: Stefan Roese <sr@denx.de>
68501
68502 commit 5ca9881aad8c413ac2a82868a5e3719178254502
68503 Author: Peter Pearse <peter.pearse@arm.com>
68504 Date:   Fri Nov 9 15:24:26 2007 +0000
68505
68506     Add apollon board support
68507     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
68508
68509 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
68510 Author: Stefan Roese <sr@denx.de>
68511 Date:   Fri Nov 9 12:19:58 2007 +0100
68512
68513     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
68514
68515     Signed-off-by: Stefan Roese <sr@denx.de>
68516
68517 commit c7f69c340277935a6c19a956421852da944a365f
68518 Author: Stefan Roese <sr@denx.de>
68519 Date:   Fri Nov 9 12:18:54 2007 +0100
68520
68521     ppc4xx: Make output a little shorter on I2C bootrom detection
68522
68523     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
68524     already print a line with the information which I2C bootrom is
68525     used for bootstrap configuration. So we don't need this extra line
68526     with "I2C boot EEPROM en-/dis-abled".
68527
68528     This patch also has a little code cleanup integrated.
68529
68530     Signed-off-by: Stefan Roese <sr@denx.de>
68531
68532 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
68533 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68534 Date:   Thu Nov 8 12:50:18 2007 -0600
68535
68536     ColdFire: MCF5329 - Remove reset registers from CCM
68537
68538     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68539
68540 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
68541 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68542 Date:   Thu Nov 8 12:31:11 2007 -0600
68543
68544     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
68545
68546     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68547
68548 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
68549 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68550 Date:   Thu Nov 8 12:19:01 2007 -0600
68551
68552     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
68553
68554     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68555
68556 commit 225a24b5e062ad94627424508ae814f51dbe1a34
68557 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68558 Date:   Wed Nov 7 18:00:54 2007 -0600
68559
68560     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
68561
68562     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68563
68564 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
68565 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68566 Date:   Wed Nov 7 17:56:15 2007 -0600
68567
68568     ColdFire: MCF532x - Update do_reset() using core reset
68569
68570     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68571
68572 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
68573 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68574 Date:   Wed Nov 7 17:51:00 2007 -0600
68575
68576     ColdFire: Update cpu flag for 4.2-xx compiler
68577
68578     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68579
68580 commit 070ba56115b4da63b46e974287fa4550d4023386
68581 Author: York Sun <yorksun@freescale.com>
68582 Date:   Wed Oct 31 14:59:04 2007 -0500
68583
68584     8610: Add console frame buffer support to FSL 8610 DIU driver.
68585
68586     Add cfb console support to FSL 8610 DIU driver.
68587     Inspect board version from PIXIS to obtain correct pixel format.
68588
68589     Use #define CONFIG_VIDEO in config file to enable fb console.
68590
68591     To switch monitor, set monitor variable to
68592     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
68593     followed by "diufb init".
68594
68595     Preserve logo bitmap at the top of the fb console.
68596
68597     Signed-off-by: York Sun <yorksun@freescale.com>
68598     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68599
68600 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
68601 Author: York Sun <yorksun@freescale.com>
68602 Date:   Mon Oct 29 13:58:39 2007 -0500
68603
68604     8610: Add 8610 DIU display driver
68605
68606     1280x1024 and 1024x768 @ 32 bpp are supported now.
68607     DVI, Single-link LVDS, Double-link LVDS are all supported.
68608
68609     Environmental variable "monitor" is used to specify monitor port.
68610
68611     A new command "diufb" is introduced to reinitialize monitor
68612     and display a BMP file in the memory. So far, 1-bit, 4-bit,
68613     8-bit and 24-bit BMP formats are supported.
68614
68615         diufb init
68616             - initialize the diu driver
68617         Enable the port specified in the environmental variable "monitor"
68618
68619         diufb addr
68620             - display bmp file in memory.
68621         The bmp image should be no bigger than the resolution, 1280x1024
68622         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
68623
68624     Note, this driver allocate memory but doesn't free it after use
68625     It is written on purpose -- to avoid a failure of reallocation
68626     due to memory fragement.
68627
68628     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
68629
68630     Signed-off-by: York Sun <yorksun@freescale.com>
68631     Signed-off-by: Jon loeliger <jdl@freescale.com>
68632
68633 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
68634 Author: York Sun <yorksun@freescale.com>
68635 Date:   Wed Oct 31 10:43:59 2007 -0500
68636
68637     FSL: Add a freescale bitmap logo.
68638
68639     This Freescale logo is a 340 x 128 x 4bpp BMP file
68640     that can be displayed by the DIU Framebuffer driver.
68641
68642     Signed-off-by: York Sun <yorksun@freescale.com>
68643     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68644
68645 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
68646 Author: York Sun <yorksun@freescale.com>
68647 Date:   Mon Oct 29 13:57:53 2007 -0500
68648
68649     8610: Make some extra debug environment variables conditional.
68650
68651     One may #define ENV_DEBUG to get them back again.
68652
68653     Signed-off-by: York Sun <yorksun@freescale.com>
68654
68655 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
68656 Author: Jason Jin <Jason.jin@freescale.com>
68657 Date:   Mon Oct 29 19:26:21 2007 +0800
68658
68659     8610: Actually enable pixis_reset CONFIGs
68660
68661     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68662
68663 commit f3bceaab230b4748d0afc4109b6837308f018b40
68664 Author: Jason Jin <Jason.jin@freescale.com>
68665 Date:   Fri Oct 26 18:31:59 2007 +0800
68666
68667     Fix the BAT definition of PCI IO on 8610 board
68668
68669     The address in the BAT register is aligned with the BAT size.
68670     The original definition actually did not define BAT for PCIE2 IO.
68671     This patch fix this.
68672
68673     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68674
68675 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
68676 Author: Jason Jin <Jason.jin@freescale.com>
68677 Date:   Mon Oct 29 19:26:21 2007 +0800
68678
68679     Unify pixis_reset altbank across board families
68680
68681     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
68682     into the separate board config files.
68683
68684     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68685     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68686
68687 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
68688 Author: Jason Jin <Jason.jin@freescale.com>
68689 Date:   Fri Oct 26 18:32:00 2007 +0800
68690
68691     make 8610 board use pixis reset
68692
68693     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68694
68695 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
68696 Author: Jon Loeliger <jdl@freescale.com>
68697 Date:   Thu Nov 1 12:23:29 2007 -0500
68698
68699     86xx: Fix broken variable reference when #def DEBUGing.
68700
68701     Sometimes you can't reference the DDR2 controller variables.
68702
68703     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68704
68705 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
68706 Author: Roy Zang <tie-fei.zang@freescale.com>
68707 Date:   Mon Nov 5 17:39:24 2007 +0800
68708
68709     Implement general ULi 526x Ethernet driver support in U-boot
68710
68711     This patch implements general ULi 526x Ethernet driver.
68712     Until now, it is the only native Ethernet port on
68713     MPC8610HPCD board, but it could be used on other boards
68714     with ULi 526x Ethernet port as well.
68715
68716     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68717     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
68718     Acked-by: Jon Loeliger <jdl@freescale.com>
68719     Signed-off-by: Ben Warren <bwarren@qstreams.com>
68720
68721 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
68722 Author: Larry Johnson <lrj@arlinx.com>
68723 Date:   Thu Nov 1 08:46:50 2007 -0500
68724
68725     NET: Add Ethernet 1000BASE-X support for PPC4xx
68726
68727     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
68728     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
68729     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
68730     "mii info" command is modified to distinguish between 1000BASE-T and -X.
68731
68732     Signed-off-by: Larry Johnson <lrj@acm.org>
68733     Signed-off-by: Ben Warren <bwarren@qstreams.com>
68734
68735 commit 298035df4948b113d29ac0e694717d34b95bc5dc
68736 Author: Larry Johnson <lrj@arlinx.com>
68737 Date:   Wed Oct 31 11:21:29 2007 -0500
68738
68739     NET: Cosmetic changes
68740
68741     Signed-off-by: Larry Johnson <lrj@acm.org>
68742     Signed-off-by: Ben Warren <bwarren@qstreams.com>
68743
68744 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
68745 Author: Stefan Roese <sr@denx.de>
68746 Date:   Mon Nov 5 07:43:05 2007 +0100
68747
68748     ppc4xx: Make output a little shorter on PCIe detection
68749
68750     Now not max 3 lines but 2 lines are printed per PCIe port.
68751
68752     Signed-off-by: Stefan Roese <sr@denx.de>
68753
68754 commit 992742a5b09d9040adbd156fb90756af66ade310
68755 Author: Wolfgang Denk <wd@denx.de>
68756 Date:   Sat Nov 3 23:09:27 2007 +0100
68757
68758     Cleanup coding style; update CHANGELOG
68759
68760     Signed-off-by: Wolfgang Denk <wd@denx.de>
68761
68762 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
68763 Author: Bruce Adler <bruce.adler@ccpu.com>
68764 Date:   Fri Nov 2 13:15:42 2007 -0700
68765
68766     fix wording in README
68767
68768     Changed the wording to properly describe the shadowing
68769     of the environment from ROM to RAM
68770
68771     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
68772
68773 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
68774 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68775 Date:   Wed Oct 31 02:18:15 2007 +0900
68776
68777     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
68778
68779     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
68780
68781 commit ec22755799466c8a103664bb3a5e647bf9c238f4
68782 Author: Vlad Lungu <vlad@comsys.ro>
68783 Date:   Thu Oct 25 16:08:14 2007 +0300
68784
68785     Trimmed some variables in ne2000.c
68786
68787     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
68788
68789 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
68790 Author: Zhang Wei <wei.zhang@freescale.com>
68791 Date:   Thu Oct 25 17:51:27 2007 +0800
68792
68793     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
68794
68795     The scan code of the key 'z' is 0x1d, which should be handled.
68796
68797     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
68798     controller.
68799
68800     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
68801
68802 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
68803 Author: Zhang Wei <wei.zhang@freescale.com>
68804 Date:   Thu Oct 25 17:30:04 2007 +0800
68805
68806     Fix USB support issue for MPC8641HPCN board.
68807
68808     The configuration file has already enabled USB, but it
68809     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
68810     on MPC8641HPCN can not work because of the wrong USB
68811     register endian.
68812
68813     And add the USB command to U-Boot commands list.
68814
68815     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
68816
68817 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
68818 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68819 Date:   Wed Oct 24 18:16:01 2007 +0200
68820
68821     Use config_cmd_default.h instead of config_cmd_all.h
68822
68823     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68824
68825 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
68826 Author: Marian Balakowicz <m8@semihalf.com>
68827 Date:   Wed Oct 24 01:37:36 2007 +0200
68828
68829     TQM5200: Call usb_cpu_init() during board init
68830
68831     usb_cpu_init() configures GPS USB pins, clocks, etc. and
68832     is required for proper operation of kernel USB subsystem.
68833     This setup was previously done in the kernel by the fixup
68834     code which is being removed, thus low level init must be
68835     done by U-boot now.
68836
68837     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
68838
68839 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
68840 Author: Guennadi Liakhovetski <lg@denx.de>
68841 Date:   Tue Oct 23 16:25:50 2007 +0200
68842
68843     Fix typo in nfs.c
68844
68845     An obvious typo. Originally fixed in linkstation u-boot port.
68846
68847     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
68848
68849 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
68850 Author: Guennadi Liakhovetski <lg@denx.de>
68851 Date:   Tue Oct 23 14:35:05 2007 +0200
68852
68853     Fix a typo in cpu/mpc824x/interrupts.c
68854
68855     Since December 2003 the timer_interrupt_cpu() function in
68856     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
68857     parameter. Remove it.
68858
68859     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
68860
68861 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
68862 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
68863 Date:   Wed Oct 17 11:13:51 2007 +0200
68864
68865     add ft_cpu_setup(..) on mpc8260
68866
68867     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
68868     based on code from mpc5xxx
68869
68870     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
68871     --
68872
68873 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
68874 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
68875 Date:   Wed Oct 17 11:18:42 2007 +0200
68876
68877     changes for IDS8247 board support
68878
68879     To get the IDS8247 board working following are done:
68880      - FCC2 is deactivated
68881      - FCC1 is activated
68882      - I2C is activated
68883      - CFI driver is activated
68884      - Adapted for use with LIBFDT
68885
68886     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
68887     --
68888
68889 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
68890 Author: Stefan Roese <sr@denx.de>
68891 Date:   Sat Nov 3 12:08:28 2007 +0100
68892
68893     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
68894
68895     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
68896     Again, only one image supports both targets.
68897
68898     Signed-off-by: Stefan Roese <sr@denx.de>
68899
68900 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
68901 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
68902 Date:   Wed Oct 24 15:48:37 2007 +0200
68903
68904     ATSTK1002: Remove default ethernet addresses
68905
68906     Wolfgang is right: It's not a good idea to set up default initial
68907     ethernet addresses for a board, even though they belong to the local
68908     range.
68909
68910     This will change the failure mode from "IT manager screams at you for
68911     using duplicate ethernet addresses" to a nice error message explaining
68912     that the ethernet address hasn't been set properly.
68913
68914     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
68915
68916 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
68917 Author: Justin Flammia <jflammia@savantav.com>
68918 Date:   Mon Oct 29 17:40:35 2007 -0400
68919
68920     DHCP Client Fix
68921
68922     This is a multi-part message in MIME format.
68923
68924     commit e6e505eae94ed721e123e177489291fc4544b7b8
68925     Author: Justin Flammia <jflammia@savantav.com>
68926     Date:   Mon Oct 29 17:19:03 2007 -0400
68927
68928         Found a bug in the way the DHCP Request packet is built, where the IP address
68929         that is offered by the server is bound to prematurely. This patch is a fix of
68930         that bug where the IP address offered by the DHCP server is not used until
68931         after the DHCP ACK from the server is received.
68932
68933     Signed-off-by: Justin Flammia <jflammia@savantav.com>
68934     Signed-off-by: Ben Warren <bwarren@qstreams.com>
68935
68936 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
68937 Author: Stefan Roese <sr@denx.de>
68938 Date:   Wed Oct 31 20:58:34 2007 +0100
68939
68940     ppc4xx: Fix acadia_nand build problem
68941
68942     Since the cache handling functions were moved from start.S into cache.S
68943     the acadia NAND booting Makfile needs to be adapted accordingly.
68944
68945     Signed-off-by: Stefan Roese <sr@denx.de>
68946
68947 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
68948 Author: Stefan Roese <sr@denx.de>
68949 Date:   Wed Oct 31 20:57:11 2007 +0100
68950
68951     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
68952
68953     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
68954     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
68955     boards by defining CONFIG_4xx_DCACHE in the board config file. This
68956     option will disappear, when more boards use is successfully and no
68957     more known problems exist.
68958
68959     This is tested successfully on Sequoia and Katmai. The only problem that
68960     needs to be fixed is, that USB is not working on Sequoia right now, since
68961     it will need some cache handling code too, similar to the 4xx EMAC driver.
68962
68963     Signed-off-by: Stefan Roese <sr@denx.de>
68964
68965 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
68966 Author: Stefan Roese <sr@denx.de>
68967 Date:   Wed Oct 31 20:51:10 2007 +0100
68968
68969     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
68970
68971     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
68972     disable the cache for the CPU POST tests, since these tests consist
68973     of self modifying code. This is done via the new change_tlb() function.
68974
68975     Signed-off-by: Stefan Roese <sr@denx.de>
68976
68977 commit f71b2888b4b3c870909a0341427b2a914246f81f
68978 Author: Stefan Roese <sr@denx.de>
68979 Date:   Wed Oct 31 20:47:26 2007 +0100
68980
68981     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
68982
68983     This patch enables the 4xx EMAC POST driver to work too, when dcache is
68984     enabled.
68985
68986     Signed-off-by: Stefan Roese <sr@denx.de>
68987
68988 commit a2685904061b35a17583d65fe47cdc2686a69eaa
68989 Author: Stefan Roese <sr@denx.de>
68990 Date:   Wed Oct 31 20:45:53 2007 +0100
68991
68992     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
68993
68994     Signed-off-by: Stefan Roese <sr@denx.de>
68995
68996 commit ff768cb168d8157c24a25016dbfbeb465e47f420
68997 Author: Stefan Roese <sr@denx.de>
68998 Date:   Wed Oct 31 18:01:24 2007 +0100
68999
69000     ppc4xx: Change 4xx ethernet driver to handle cached memory too
69001
69002     This patch enables the 4xx EMAC driver to work too, when dcache is
69003     enabled.
69004
69005     Signed-off-by: Stefan Roese <sr@denx.de>
69006
69007 commit 483e09a223c666269ef81d3573a6591b1046b0ef
69008 Author: Stefan Roese <sr@denx.de>
69009 Date:   Wed Oct 31 17:59:22 2007 +0100
69010
69011     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
69012
69013     This function is used to either turn cache on or off in a specific
69014     memory area.
69015
69016     Signed-off-by: Stefan Roese <sr@denx.de>
69017
69018 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
69019 Author: Stefan Roese <sr@denx.de>
69020 Date:   Wed Oct 31 17:57:52 2007 +0100
69021
69022     ppc4xx: Remove cache definition from 4xx board config files
69023
69024     All 4xx board config files don't need the cache definitions anymore.
69025     These are now defined in common headers.
69026
69027     Signed-off-by: Stefan Roese <sr@denx.de>
69028
69029 commit 9b94ac61d2176185c30adf0793e079ec30e68687
69030 Author: Stefan Roese <sr@denx.de>
69031 Date:   Wed Oct 31 17:55:58 2007 +0100
69032
69033     ppc4xx: Rework 4xx cache support
69034
69035     New cache handling functions added and all existing functions
69036     moved from start.S into seperate cache.S.
69037
69038     Signed-off-by: Stefan Roese <sr@denx.de>
69039
69040 commit 06713773da4ac3d390c63d82641eb553224b27c2
69041 Author: Stefan Roese <sr@denx.de>
69042 Date:   Tue Oct 23 18:03:12 2007 +0200
69043
69044     ppc4xx: Remove compiler warning from previous commit
69045
69046     Signed-off-by: Stefan Roese <sr@denx.de>
69047
69048 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
69049 Author: Stefan Roese <sr@denx.de>
69050 Date:   Tue Oct 23 14:40:30 2007 +0200
69051
69052     ppc4xx: Remove temporary TLB entry in POST cache test
69053
69054     Signed-off-by: Stefan Roese <sr@denx.de>
69055
69056 commit 1338e6a81834099ba19733b69aafd8ef5f098094
69057 Author: Stefan Roese <sr@denx.de>
69058 Date:   Tue Oct 23 14:05:08 2007 +0200
69059
69060     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
69061
69062     I lately noticed, that newer 4xx board with GBit support sometimes don't
69063     finish link autonegotiation in 4 seconds. Changing this timeout to 5
69064     seconds seems fine here.
69065
69066     Signed-off-by: Stefan Roese <sr@denx.de>
69067
69068 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
69069 Author: Stefan Roese <sr@denx.de>
69070 Date:   Tue Oct 23 14:03:17 2007 +0200
69071
69072     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
69073
69074     This patch changes all in32/out32 calls to use the recommended in_be32/
69075     out_be32 macros instead.
69076
69077     Signed-off-by: Stefan Roese <sr@denx.de>
69078
69079 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
69080 Author: Stefan Roese <sr@denx.de>
69081 Date:   Thu Oct 25 12:24:59 2007 +0200
69082
69083     ppc4xx: Fix POST ethernet test for Haleakala
69084
69085     The POST ethernet test needed to be changed to dynamically determine
69086     the count of ethernet devices. This code is cloned from the 4xx
69087     ethernet driver.
69088
69089     Signed-off-by: Stefan Roese <sr@denx.de>
69090
69091 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
69092 Author: Stefan Roese <sr@denx.de>
69093 Date:   Tue Oct 23 11:31:05 2007 +0200
69094
69095     ppc4xx: Correct UART input clock calculation and passing to fdt
69096
69097     We now use a value in the gd (global data) structure for the UART input
69098     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
69099     in get_sys_info().
69100
69101     Signed-off-by: Stefan Roese <sr@denx.de>
69102
69103 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
69104 Author: Stefan Roese <sr@denx.de>
69105 Date:   Tue Oct 23 10:10:08 2007 +0200
69106
69107     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
69108
69109     The Haleakala is nearly identical with the Kilauea eval board. The only
69110     difference is that the 405EXr only supports one EMAC and one PCIe
69111     interface. This patch adds support for the Haleakala board by using
69112     the identical image for Kilauea and Haleakala. The distinction is done
69113     by comparing the PVR.
69114
69115     Signed-off-by: Stefan Roese <sr@denx.de>
69116
69117 commit 9f798766aa85e62eb8fa8c721e148df609b78137
69118 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
69119 Date:   Tue Oct 23 08:29:10 2007 +0200
69120
69121     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
69122
69123     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
69124
69125     Note:
69126     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
69127     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
69128     modules are still plugged in. So it is recommended to remove the DIMM
69129     modules while using the NAND booting code with the fixed SDRAM setup!
69130
69131     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
69132     Signed-off-by: Stefan Roese <sr@denx.de>
69133
69134 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
69135 Author: Stefan Roese <sr@denx.de>
69136 Date:   Mon Oct 22 16:24:44 2007 +0200
69137
69138     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
69139
69140     Signed-off-by: Stefan Roese <sr@denx.de>
69141
69142 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
69143 Author: Stefan Roese <sr@denx.de>
69144 Date:   Mon Oct 22 16:22:40 2007 +0200
69145
69146     ppc4xx: Rework of 4xx serial driver (4)
69147
69148     Change 4xx_uart.c:
69149
69150     - Use in_8/out_8 macros instead of in8/out8
69151     - No need for UART_BASE marco anymore, now really handled via function
69152       parameter
69153     - serial_init_common() introduced
69154     - Further coding style cleanup
69155
69156     Signed-off-by: Stefan Roese <sr@denx.de>
69157
69158 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
69159 Author: Stefan Roese <sr@denx.de>
69160 Date:   Mon Oct 22 15:45:49 2007 +0200
69161
69162     ppc4xx: Rework of 4xx serial driver (3)
69163
69164     Change all linker scripts to reference the changed driver name iop480_uart.o.
69165
69166     Signed-off-by: Stefan Roese <sr@denx.de>
69167
69168 commit 882ae41274921f9016131806bdeb27e19606f47a
69169 Author: Stefan Roese <sr@denx.de>
69170 Date:   Mon Oct 22 15:44:39 2007 +0200
69171
69172     ppc4xx: Rework of 4xx serial driver (2)
69173
69174     Change all linker scripts to reference the changed driver name 4xx_uart.o.
69175
69176     Note: In most cased all these explicit referencing of these object files
69177     in the linker scripts is not neccessary. Only for manually embedded
69178     environment into the U-Boot image, which is not done is most cases.
69179
69180     Signed-off-by: Stefan Roese <sr@denx.de>
69181
69182 commit ad31e40bed042cb670d0036fea96435007afb838
69183 Author: Stefan Roese <sr@denx.de>
69184 Date:   Mon Oct 22 15:09:59 2007 +0200
69185
69186     ppc4xx: Rework of 4xx serial driver (1)
69187
69188     This patch starts the rework of the PPC4xx serial driver. First we split
69189     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
69190     handling code and the other one iop480_uart.c with the UART code for the
69191     PLX-Tech IOP480 PPC (PPC403 based).
69192
69193     Signed-off-by: Stefan Roese <sr@denx.de>
69194
69195 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
69196 Author: Stefan Roese <sr@denx.de>
69197 Date:   Mon Oct 22 10:30:38 2007 +0200
69198
69199     ppc4xx: Correct UART input clock calculation and passing to fdt
69200
69201     Signed-off-by: Stefan Roese <sr@denx.de>
69202
69203 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
69204 Author: Stefan Roese <sr@denx.de>
69205 Date:   Mon Oct 22 07:34:34 2007 +0200
69206
69207     ppc4xx: Add initial AMCC Makalu 405EX support
69208
69209     Signed-off-by: Stefan Roese <sr@denx.de>
69210
69211 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
69212 Author: Stefan Roese <sr@denx.de>
69213 Date:   Mon Oct 22 07:33:52 2007 +0200
69214
69215     ppc4xx: Add freqUART to CPU speed detection
69216
69217     This value is needed later for the device tree configuration of
69218     the uart clock.
69219
69220     Signed-off-by: Stefan Roese <sr@denx.de>
69221
69222 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
69223 Author: Stefan Roese <sr@denx.de>
69224 Date:   Sun Oct 21 14:26:29 2007 +0200
69225
69226     ppc: Small Kilauea cleanup of config file
69227
69228     Signed-off-by: Stefan Roese <sr@denx.de>
69229
69230 commit 758c037aeead34b49631b8da3a90b1bba14c0410
69231 Author: Stefan Roese <sr@denx.de>
69232 Date:   Sun Oct 21 08:16:12 2007 +0200
69233
69234     rtc: Add Xicor/Intersil X1205 RTC support
69235
69236     This patch adds support for the Xicor/Intersil X1205 RTC used on the
69237     AMCC Makalu eval board. This driver is basically cloned from the Linux
69238     driver version (2.6.23).
69239
69240     This patch also introduces the Linux bcd.h header for the BCD2BIN/
69241     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
69242     should be converted to also use this header instead of implementing
69243     their own local copy of these functions/macros.
69244
69245     Signed-off-by: Stefan Roese <sr@denx.de>
69246
69247 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
69248 Author: Stefan Roese <sr@denx.de>
69249 Date:   Sun Oct 21 08:12:41 2007 +0200
69250
69251     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
69252
69253     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
69254     PPC440_SYS_INFO structure into the common ppc4xx.h header.
69255
69256     Lot's of other macros are good candidates to be consolidated this way
69257     in the future.
69258
69259     Signed-off-by: Stefan Roese <sr@denx.de>
69260
69261 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
69262 Author: Stefan Roese <sr@denx.de>
69263 Date:   Sun Oct 21 08:05:18 2007 +0200
69264
69265     ppc4xx: Fix size setup in Kilauea DDR2 init routine
69266
69267     The size was initilized wrong. Instead of 256MB, the DDR2 controller
69268     was setup to 512MB. Now the correct values is used.
69269
69270     This patch also does a little cleanup and adds a comment here.
69271
69272     Signed-off-by: Stefan Roese <sr@denx.de>
69273
69274 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
69275 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
69276 Date:   Thu Oct 18 17:29:04 2007 +0200
69277
69278     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
69279
69280     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
69281     number is used to access system registers.
69282
69283     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
69284     Signed-off-by: Stefan Roese <sr@denx.de>
69285
69286 commit c36c68160333ac5fe41ec3db12a728b7075b3912
69287 Author: Stefan Roese <sr@denx.de>
69288 Date:   Thu Oct 18 07:42:27 2007 +0200
69289
69290     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
69291
69292     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
69293     is the internal SRAM. Since I now ported and tested this endpoint mode
69294     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
69295     Katmai.
69296
69297     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
69298     this setup.
69299
69300     Signed-off-by: Stefan Roese <sr@denx.de>
69301
69302 commit 5cb4af4791f61843432155142b6cfac901f66c10
69303 Author: Stefan Roese <sr@denx.de>
69304 Date:   Thu Oct 18 07:39:38 2007 +0200
69305
69306     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
69307
69308     This patch adds endpoint support for the AMCC Kilauea eval board. It can
69309     be tested by connecting a reworked PCIe cable (only 1x lane singles
69310     connected) to another root-complex.
69311
69312     In this test setup, a 64MB inbound window is configured at BAR0 which maps
69313     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
69314     access the first 64MB of the SDRAM on the PPC side.
69315
69316     Signed-off-by: Stefan Roese <sr@denx.de>
69317
69318 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
69319 Author: Stefan Roese <sr@denx.de>
69320 Date:   Sat Oct 13 16:43:23 2007 +0200
69321
69322     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
69323
69324     This patch adds support for dynamic configuration of PCIe ports for the
69325     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
69326     boards Yucca & Katmai and the 405EX board Kilauea.
69327
69328     This dynamic configuration is done via the "pcie_mode" environement
69329     variable. This variable can be set to "EP" or "RP" for endpoint or
69330     rootpoint mode. Multiple values can be joined via the ":" delimiter.
69331     Here an example:
69332
69333     pcie_mode=RP:EP:EP
69334
69335     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
69336     as endpoint.
69337
69338     Per default Yucca will be configured as:
69339     pcie_mode=RP:EP:EP
69340
69341     Per default Katmai will be configured as:
69342     pcie_mode=RP:RP:REP
69343
69344     Per default Kilauea will be configured as:
69345     pcie_mode=RP:RP
69346
69347     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
69348     Signed-off-by: Stefan Roese <sr@denx.de>
69349
69350 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
69351 Author: Stefan Roese <sr@denx.de>
69352 Date:   Thu Oct 11 11:15:59 2007 +0200
69353
69354     ppc4xx: Enable device tree support (fdt) on Kilauea per default
69355
69356     This patch enables the fdt support on the AMCC Kilauea eval board.
69357     Additionally now EBC ranges fdt fixup is included to support NOR
69358     FLASH mapping via the Linux physmap_of driver.
69359
69360     This Kilauea port now support booting arch/ppc and arch/powerpc
69361     Linux kernels. The default environment "net_nfs" is for arch/ppc
69362     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
69363     support will be removed.
69364
69365     Signed-off-by: Stefan Roese <sr@denx.de>
69366
69367 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
69368 Author: Stefan Roese <sr@denx.de>
69369 Date:   Thu Oct 11 11:11:45 2007 +0200
69370
69371     ppc4xx: Add additional debug info to 4xx fdt support
69372
69373     Signed-off-by: Stefan Roese <sr@denx.de>
69374
69375 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
69376 Author: Stefan Roese <sr@denx.de>
69377 Date:   Fri Oct 5 21:28:58 2007 +0200
69378
69379     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
69380
69381     Signed-off-by: Stefan Roese <sr@denx.de>
69382
69383 commit 1941cce71b1ae975602854045061e82f94ecd012
69384 Author: Stefan Roese <sr@denx.de>
69385 Date:   Fri Oct 5 17:35:10 2007 +0200
69386
69387     ppc4xx: Fix small merge problem in 4xx_enet.c
69388
69389     Signed-off-by: Stefan Roese <sr@denx.de>
69390
69391 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
69392 Author: Stefan Roese <sr@denx.de>
69393 Date:   Fri Oct 5 17:11:30 2007 +0200
69394
69395     ppc4xx: Add initial AMCC Kilauea 405EX support
69396
69397     Signed-off-by: Stefan Roese <sr@denx.de>
69398
69399 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
69400 Author: Stefan Roese <sr@denx.de>
69401 Date:   Fri Oct 5 17:10:59 2007 +0200
69402
69403     ppc4xx: Add PPC405EX support
69404
69405     Signed-off-by: Stefan Roese <sr@denx.de>
69406
69407 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
69408 Author: Stefan Roese <sr@denx.de>
69409 Date:   Fri Oct 5 17:09:36 2007 +0200
69410
69411     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
69412
69413     Signed-off-by: Stefan Roese <sr@denx.de>
69414
69415 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
69416 Author: Stefan Roese <sr@denx.de>
69417 Date:   Fri Oct 5 17:07:50 2007 +0200
69418
69419     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
69420
69421     Signed-off-by: Stefan Roese <sr@denx.de>
69422
69423 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
69424 Author: Stefan Roese <sr@denx.de>
69425 Date:   Fri Oct 5 17:04:57 2007 +0200
69426
69427     POST: Add 405EX support to 4xx UART POST test
69428
69429     Signed-off-by: Stefan Roese <sr@denx.de>
69430
69431 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
69432 Author: Stefan Roese <sr@denx.de>
69433 Date:   Fri Oct 5 15:10:02 2007 +0200
69434
69435     DTT: Prepare DS1775 driver for use of different I2C addresses
69436
69437     Signed-off-by: Stefan Roese <sr@denx.de>
69438
69439 commit 19e93b1e16d267220440d827b920fbad8abfa70f
69440 Author: Stefan Roese <sr@denx.de>
69441 Date:   Fri Oct 5 14:23:43 2007 +0200
69442
69443     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
69444
69445     Signed-off-by: Stefan Roese <sr@denx.de>
69446
69447 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
69448 Author: Stefan Roese <sr@denx.de>
69449 Date:   Fri Oct 5 09:22:33 2007 +0200
69450
69451     ppc4xx: 4xx_pcie: Disable debug output as default
69452
69453     Signed-off-by: Stefan Roese <sr@denx.de>
69454
69455 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
69456 Author: Stefan Roese <sr@denx.de>
69457 Date:   Fri Oct 5 09:18:23 2007 +0200
69458
69459     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
69460
69461     Signed-off-by: Stefan Roese <sr@denx.de>
69462
69463 commit 4dbee8a90df613eb517aadbecebd70f168913d30
69464 Author: Stefan Roese <sr@denx.de>
69465 Date:   Fri Oct 5 07:57:20 2007 +0200
69466
69467     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
69468
69469     128MB seems to be the smallest possible value for the memory size
69470     for on PCIe port. With this change now the BAR's of the PCIe cards
69471     are accessible under U-Boot.
69472
69473     One big note: This only works for PCIe port 0 & 1. For port 2 this
69474     currently doesn't work, since the base address is now 0xc0000000
69475     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
69476     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
69477     to change the base addresses completely and this change would have
69478     too much impact right now.
69479
69480     This patch adds debug output to the 4xx pcie driver too.
69481
69482     Signed-off-by: Stefan Roese <sr@denx.de>
69483
69484 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
69485 Author: Stefan Roese <sr@denx.de>
69486 Date:   Wed Oct 3 21:16:32 2007 +0200
69487
69488     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
69489
69490     Signed-off-by: Stefan Roese <sr@denx.de>
69491
69492 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
69493 Author: Stefan Roese <sr@denx.de>
69494 Date:   Wed Oct 3 15:01:02 2007 +0200
69495
69496     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
69497
69498     These files were introduced with the IBM 405GP but are currently used on all
69499     4xx PPC platforms. So the name doesn't match the content anymore. This patch
69500     renames the files to 4xx_pci.c/h.
69501
69502     Signed-off-by: Stefan Roese <sr@denx.de>
69503
69504 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
69505 Author: Stefan Roese <sr@denx.de>
69506 Date:   Wed Oct 3 14:14:58 2007 +0200
69507
69508     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
69509
69510     Signed-off-by: Stefan Roese <sr@denx.de>
69511
69512 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
69513 Author: Stefan Roese <sr@denx.de>
69514 Date:   Wed Oct 3 10:38:09 2007 +0200
69515
69516     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
69517
69518     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
69519         the SDR registers of the PCIe ports. This makes the overall design
69520         clearer, since it removed a lot of switch statements which are not
69521         needed anymore.
69522
69523         Also, the functions ppc4xx_init_pcie_rootport() and
69524         ppc4xx_init_pcie_entport() are merged into a single function
69525         ppc4xx_init_pcie_port(), since most of the code was duplicated.
69526         This makes maintainance and porting to other 4xx platforms
69527         easier.
69528
69529     Signed-off-by: Stefan Roese <sr@denx.de>
69530
69531 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
69532 Author: Stefan Roese <sr@denx.de>
69533 Date:   Wed Oct 3 07:48:09 2007 +0200
69534
69535     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
69536
69537     This patch is the first patch of a series to make the 440SPe PCIe code
69538     usable on different 4xx PPC platforms. In preperation for the new 405EX
69539     which is also equipped with PCIe interfaces.
69540
69541     (2) This patch renames the functions from 440spe_ to 4xx_ with a
69542         little additional cleanup
69543
69544     Signed-off-by: Stefan Roese <sr@denx.de>
69545
69546 commit c7c6da23028f146d912514b95aefa3da7cf37699
69547 Author: Stefan Roese <sr@denx.de>
69548 Date:   Wed Oct 3 07:34:10 2007 +0200
69549
69550     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
69551
69552     This patch is the first patch of a series to make the 440SPe PCIe code
69553     usable on different 4xx PPC platforms. In preperation for the new 405EX
69554     which is also equipped with PCIe interfaces.
69555
69556     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
69557
69558     Signed-off-by: Stefan Roese <sr@denx.de>
69559
69560 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
69561 Author: Marian Balakowicz <m8@semihalf.com>
69562 Date:   Wed Oct 24 01:37:36 2007 +0200
69563
69564     TQM5200: Call usb_cpu_init() during board init
69565
69566     usb_cpu_init() configures GPS USB pins, clocks, etc. and
69567     is required for proper operation of kernel USB subsystem.
69568     This setup was previously done in the kernel by the fixup
69569     code which is being removed, thus low level init must be
69570     done by U-boot now.
69571
69572     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
69573     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
69574
69575 commit b5af773f8d92677e06f3295b45557c9d0a487c24
69576 Author: Zhang Wei <wei.zhang@freescale.com>
69577 Date:   Thu Oct 25 17:51:27 2007 +0800
69578
69579     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
69580
69581     The scan code of the key 'z' is 0x1d, which should be handled.
69582
69583     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
69584     controller.
69585
69586     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
69587     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
69588
69589 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
69590 Author: Rodolfo Giometti <giometti@enneenne.com>
69591 Date:   Mon Oct 15 11:59:17 2007 +0200
69592
69593     PXA USB OHCI: "usb stop" implementation.
69594
69595     Some USB keys need to be switched off before loading the kernel
69596     otherwise they can remain in an undefined status which prevents them
69597     to be correctly recognized by the kernel.
69598
69599     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
69600     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
69601
69602 commit 31548249decf18a6b877a18436b6139dd483fe4a
69603 Author: Justin Flammia <jflammia@savantav.com>
69604 Date:   Mon Oct 29 17:40:35 2007 -0400
69605
69606     DHCP Client Fix
69607
69608     This is a multi-part message in MIME format.
69609
69610     commit e6e505eae94ed721e123e177489291fc4544b7b8
69611     Author: Justin Flammia <jflammia@savantav.com>
69612     Date:   Mon Oct 29 17:19:03 2007 -0400
69613
69614         Found a bug in the way the DHCP Request packet is built, where the IP address
69615         that is offered by the server is bound to prematurely. This patch is a fix of
69616         that bug where the IP address offered by the DHCP server is not used until
69617         after the DHCP ACK from the server is received.
69618
69619     Signed-off-by: Justin Flammia <jflammia@savantav.com>
69620     Signed-off-by: Ben Warren <bwarren@qstreams.com>
69621
69622 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
69623 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69624 Date:   Thu Oct 25 17:16:22 2007 -0500
69625
69626     ColdFire 54455: Fix correct boot location for atmel and intel
69627
69628     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69629
69630 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
69631 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69632 Date:   Thu Oct 25 17:14:00 2007 -0500
69633
69634     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
69635
69636     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69637
69638 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
69639 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69640 Date:   Thu Oct 25 17:12:36 2007 -0500
69641
69642     ColdFire 5329: Assign correct SDRAM size and fix cache
69643
69644     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69645
69646 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
69647 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69648 Date:   Thu Oct 25 17:10:23 2007 -0500
69649
69650     ColdFire 5253: Assign correct SDRAM size
69651
69652     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69653
69654 commit 2acefa72ee0026f862ab65597ca687428f63a973
69655 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69656 Date:   Thu Oct 25 17:09:17 2007 -0500
69657
69658     ColdFire 5282: Fix external flash boot and return dramsize
69659
69660     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69661
69662 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
69663 Author: Bartlomiej Sieka <tur@semihalf.com>
69664 Date:   Thu Oct 25 17:20:01 2007 +0200
69665
69666     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
69667
69668     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
69669
69670 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
69671 Author: Martin Krause <martin.krause@tqs.de>
69672 Date:   Wed Oct 24 08:42:25 2007 +0200
69673
69674     TQM5200: fix spurious characters on second serial interface
69675
69676     With this patch PSC3 is configured as UART. This is done, because if
69677     the pins of PSC3 are not configured at all (-> all pins are GPI),
69678     due to crosstalk, spurious characters may be send over the RX232_2_TXD
69679     signal line.
69680
69681     Signed-off-by: Martin Krause <martin.krause@tqs.de>
69682     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
69683
69684 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
69685 Author: Martin Krause <martin.krause@tqs.de>
69686 Date:   Wed Oct 24 08:41:27 2007 +0200
69687
69688     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
69689
69690     Some commands for the STK52xx base board try to access the SM501 grafic
69691     controller. But the TQM5200S has no grafic controller (only the TQM5200
69692     and the TQM5200B have). This patch deactivates the commands accessing
69693     the SM501 for the TQM5200S.
69694
69695     Signed-off-by: Martin Krause <martin.krause@tqs.de>
69696     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
69697
69698 commit b31f64343ead9482cd439b1adbe4c34026a641b1
69699 Author: Martin Krause <martin.krause@tqs.de>
69700 Date:   Mon Oct 22 16:45:53 2007 +0200
69701
69702     TQM5200: fix spurious characters on second serial interface
69703
69704     With this patch PSC3 is configured as UART. This is done, because if
69705     the pins of PSC3 are not configured at all (-> all pins are GPI),
69706     due to crosstalk, spurious characters may be send over the RX232_2_TXD
69707     signal line.
69708
69709     Signed-off-by: Martin Krause <martin.krause@tqs.de>
69710
69711 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
69712 Author: Martin Krause <martin.krause@tqs.de>
69713 Date:   Mon Oct 22 16:40:06 2007 +0200
69714
69715     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
69716
69717     Some commands for the STK52xx base board try to access the SM501 grafic
69718     controller. But the TQM5200S has no grafic controller (only the TQM5200
69719     and the TQM5200B have). This patch deactivates the commands accessing
69720     the SM501 for the TQM5200S.
69721
69722     Signed-off-by: Martin Krause <martin.krause@tqs.de>
69723
69724 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
69725 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69726 Date:   Sun Oct 21 09:14:28 2007 +0200
69727
69728     Mips: Fix string functions differ prototype declaration
69729
69730     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69731
69732 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
69733 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
69734 Date:   Fri Oct 19 17:51:40 2007 -0500
69735
69736     fsl_pci_init enable COMMAND_MEMORY if inbound window
69737
69738     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
69739     to pciauto_setup_device has the side effect of not getting
69740     COMMAND_MEMORY set.
69741
69742     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
69743
69744 commit e9d0d527992566ebef9826962ff1745b2f082b92
69745 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69746 Date:   Fri Oct 19 10:55:24 2007 +0200
69747
69748     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
69749
69750     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69751
69752 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
69753 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69754 Date:   Fri Oct 19 08:10:15 2007 +0200
69755
69756     fix warning: no return statement in function returning non-void
69757
69758     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69759
69760 commit e78220f6e514206757acfe247297fc9a328a881f
69761 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69762 Date:   Fri Oct 19 06:33:45 2007 +0200
69763
69764     xsengine: Fix no partition type specified, use DOS as default
69765
69766     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69767
69768 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
69769 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69770 Date:   Fri Oct 19 00:24:59 2007 +0200
69771
69772     lubbock: Fix no partition type specified, use DOS as default
69773
69774     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69775
69776 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
69777 Author: Wolfgang Denk <wd@denx.de>
69778 Date:   Tue Oct 23 16:50:03 2007 +0200
69779
69780     Coding style: keep lists sorted; update CHANGELOG
69781
69782     Signed-off-by: Wolfgang Denk <wd@denx.de>
69783
69784 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
69785 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69786 Date:   Fri Oct 19 00:09:05 2007 +0200
69787
69788     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
69789
69790     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69791
69792 commit 96455bfebc9887837095c9051d216f53c61b5f10
69793 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69794 Date:   Fri Oct 19 00:07:39 2007 +0200
69795
69796     Fix warning differ in signedness in board/innokom/innokom.c
69797
69798     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69799
69800 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
69801 Author: Marcel Ziswiler <marcel@ziswiler.com>
69802 Date:   Fri Oct 19 00:25:33 2007 +0200
69803
69804     fix pxa255_idp board
69805
69806     The pxa255_idp being an old unmaintained board showed several issues:
69807     1. CONFIG_INIT_CRITICAL was still defined.
69808     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
69809     3. Symbol flash_addr was undeclared.
69810     4. The boards lowlevel_init function was still called memsetup.
69811     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
69812     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
69813     'target CPU does not support interworking' warnings on recent compilers.
69814     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
69815     indexes rather than the register definitions from the pxa-regs header
69816     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
69817     avoid any ambiguities.
69818     8. There were several redefinition warnings concerning ICMR, OSMR3,
69819     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
69820     9. The board configuration file was rather outdated.
69821     10. The part header file defined the vendor, product and revision arrays
69822     as unsigned chars instead of just chars in the block_dev_desc_t
69823     structure.
69824
69825     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
69826
69827 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
69828 Author: Rune Torgersen <runet@innovsys.com>
69829 Date:   Wed Oct 17 11:56:31 2007 -0500
69830
69831     Make MPC8266ADS command selection more robust
69832
69833     Fix MPC8266 command line definition so it won't break when new commands
69834     are added to u-boot.
69835     Signed-off-by Rune Torgersen <runet@innovsys.com>
69836
69837 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
69838 Author: Bartlomiej Sieka <tur@semihalf.com>
69839 Date:   Tue Oct 23 13:14:10 2007 +0200
69840
69841     Motion-PRO: Update configuration to accomodate next generation board.
69842
69843     New board has faster oscillator and a different Flash chip. This affects:
69844     - CFG_MPC5XXX_CLKIN
69845     - SDRAM timings
69846     - Flash CS configuration (timings)
69847     - Flash sector size, and thus MTD partition layout
69848     - malloc() arena size (due to bigger Flash sectors)
69849     - smaller memory test range (due to bigger malloc() arena)
69850
69851     This patch also enables more extensive memory testing via "mtest".
69852
69853     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
69854
69855 commit eff501904df2bf1724a750062628ba2c51dbb1f8
69856 Author: Bartlomiej Sieka <tur@semihalf.com>
69857 Date:   Tue Oct 23 11:36:07 2007 +0200
69858
69859     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
69860
69861     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
69862     register must be written a value of 0x00000004 as the first step of the
69863     SDRAM contorller configuration.
69864
69865     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
69866
69867 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
69868 Author: Peter Pearse <peter.pearse@arm.com>
69869 Date:   Tue Oct 23 10:22:16 2007 +0100
69870
69871     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
69872
69873 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
69874 Author: Stefan Roese <sr@denx.de>
69875 Date:   Tue Oct 23 10:17:42 2007 +0200
69876
69877     ppc4xx: lwmon5: Some further GPIO config changes
69878
69879     Signed-off-by: Stefan Roese <sr@denx.de>
69880
69881 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
69882 Author: Vlad Lungu <vlad@comsys.ro>
69883 Date:   Sun Oct 21 22:10:10 2007 +0900
69884
69885     [MIPS] Fix UNCACHED_SDRAM
69886
69887     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
69888
69889     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
69890     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69891
69892 commit 00101dd7a32d12f698150123e47e4b3420279f86
69893 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69894 Date:   Sun Oct 21 21:30:42 2007 +0900
69895
69896     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
69897
69898     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69899
69900 commit eb700636db017d310edaeb559b13d82588560674
69901 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69902 Date:   Sun Oct 21 10:55:37 2007 +0900
69903
69904     [MIPS] u-boot.lds: Define _gp in a standard manner
69905
69906     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69907
69908 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
69909 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69910 Date:   Sun Oct 21 10:55:36 2007 +0900
69911
69912     [MIPS] Fix $gp usage
69913
69914     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
69915     As a general principle, we should use _gp for $gp.
69916
69917     Thanks to linker script's help we fortunately have _gp which equals to
69918     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
69919     be able to access to GOT entires, global variables and procedure entry
69920     points. The right thing to do is to use _gp.
69921
69922     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
69923     which holds the offset from _gp. When updating GOT entries, we use this
69924     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
69925
69926     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
69927     I made some change to leave over num_got_entries.
69928
69929     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69930     Cc: Vlad Lungu <vlad@comsys.ro>
69931
69932 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
69933 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69934 Date:   Sun Oct 21 10:55:36 2007 +0900
69935
69936     [MIPS] u-boot.lds: Fix __got_start and __got_end
69937
69938     Ensure that __got_start points to top of the `.got', and __got_end points
69939     to bottom as well, so that we never fail to count num_got_entries.
69940
69941     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69942
69943 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
69944 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69945 Date:   Sun Oct 21 10:55:36 2007 +0900
69946
69947     [MIPS] u-boot.lds: Remove duplicated .sdata section
69948
69949     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69950
69951 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
69952 Author: Wolfgang Denk <wd@denx.de>
69953 Date:   Sun Oct 21 01:01:17 2007 +0200
69954
69955     Minor coding style cleanup; update CHANGELOG
69956
69957     Signed-off-by: Wolfgang Denk <wd@denx.de>
69958
69959 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
69960 Author: Vlad Lungu <vlad@comsys.ro>
69961 Date:   Thu Oct 4 20:47:10 2007 +0300
69962
69963     Fix NE2000 driver:
69964
69965     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
69966     to do anything in eth_stop() if eth_init() was not called.
69967     Simplified RX path in order to avoid timeouts on really really
69968     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
69969     clever enough to cope with 1 packet per eth_rx().
69970
69971     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
69972
69973 commit df90968b48fb34fa9072fab150db2ac89678f537
69974 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
69975 Date:   Mon Sep 24 13:32:13 2007 -0400
69976
69977     Setting MSR[DE] in do_reset
69978
69979     Hello,
69980        This patch ensures the soft reset of the board for the 85xx boards
69981        by setting the MSR[DE] in the do_reset function.
69982
69983     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
69984
69985 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
69986 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
69987 Date:   Mon Sep 24 13:36:01 2007 -0400
69988
69989     MSR overwrite fix
69990
69991     Hello,
69992       This patch fixes the MSR overwrite in the start.S when moving out of
69993       the last 4K page.
69994
69995     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
69996
69997 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
69998 Author: Dan Wilson <dwilson@fulcrummicro.com>
69999 Date:   Fri Oct 19 11:33:48 2007 -0500
70000
70001     tsec driver should clear RHALT on startup
70002
70003     This was causing problems for some people.
70004
70005     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
70006     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
70007     Signed-off-by: Andy Fleming <afleming@freescale.com>
70008
70009 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
70010 Author: Kumar Gala <galak@kernel.crashing.org>
70011 Date:   Thu Oct 11 00:29:18 2007 -0500
70012
70013     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
70014
70015     On the MPC85xx CDS we have two issues:
70016
70017     1. The device tree fixup code did not check to see if the property we are
70018     trying to update is actually found.  Its possible that it would update
70019     random memory starting at 0.
70020
70021     2. Newer Linux kernel's have moved the location of the PCI nodes to be
70022     sibilings of the soc node and not children.  The explicit PATH to the PCI
70023     node would not be found for these device trees.  Add the ability to handle
70024     both paths.  In the future we shouldn't handle such fixups by explicit path.
70025
70026     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
70027
70028 commit a3063eec775719b7e91023bbec3f64b3118791df
70029 Author: Kumar Gala <galak@kernel.crashing.org>
70030 Date:   Thu Oct 11 00:18:48 2007 -0500
70031
70032     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
70033
70034     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
70035     console.  Make it so we match that config what we tell Linux as the early
70036     STDOUT console.
70037
70038     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
70039
70040 commit e1ce3cb617bb06f91f82f98915391175addf3e82
70041 Author: Kumar Gala <galak@kernel.crashing.org>
70042 Date:   Tue Oct 2 11:12:27 2007 -0500
70043
70044     Remove magic numbers from cache related operations for mpc85xx
70045
70046     The mpc85xx start code uses some magic numbers that we actually
70047     have #defines for in <config.h> so use those instead.
70048
70049     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
70050
70051 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
70052 Author: Detlev Zundel <dzu@denx.de>
70053 Date:   Fri Oct 19 16:47:26 2007 +0200
70054
70055     Fix two typos.
70056
70057     Signed-off-by: Detlev Zundel <dzu@denx.de>
70058
70059 commit 281df457c1aa50d2752165d0c5c3282d4027b974
70060 Author: Tony Li <tony.li@freescale.com>
70061 Date:   Thu Oct 18 17:47:19 2007 +0800
70062
70063     mpc83xx: Add configure entry for MPC83xx ATM support
70064
70065     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
70066     Makfile and MAKEALL
70067
70068     Signed-off-by: Tony Li <tony.li@freescale.com>
70069     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70070
70071 commit d2646554f529a9577515eceb0ec5eceee18244ba
70072 Author: Tony Li <tony.li@freescale.com>
70073 Date:   Thu Oct 18 17:44:38 2007 +0800
70074
70075     mpc83xx: pq-mds-pib.c typo error
70076
70077     Correct to val8 from val.
70078
70079     Signed-off-by: Tony Li <tony.li@freescale.com>
70080     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70081
70082 commit 3e11ae80fec1ee12194940955431186abf6009c2
70083 Author: Stefan Roese <sr@denx.de>
70084 Date:   Wed Oct 17 15:40:19 2007 +0200
70085
70086     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
70087
70088     Signed-off-by: Stefan Roese <sr@denx.de>
70089
70090 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
70091 Author: Jon Loeliger <jdl@freescale.com>
70092 Date:   Tue Oct 16 15:27:43 2007 -0500
70093
70094     Initial mpc8610hpcd Makefile files.
70095
70096     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
70097     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
70098     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
70099     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70100
70101 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
70102 Author: Jon Loeliger <jdl@freescale.com>
70103 Date:   Tue Oct 16 15:26:51 2007 -0500
70104
70105     Initial mpc8610hpcd cpu/, README and include/ files.
70106
70107     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
70108     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
70109     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
70110     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70111
70112 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
70113 Author: Jon Loeliger <jdl@freescale.com>
70114 Date:   Tue Oct 16 13:54:01 2007 -0500
70115
70116     Initial mpc8610hpcd board files.
70117
70118     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
70119     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
70120     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
70121     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70122
70123 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
70124 Author: runet@innovsys.com <runet@innovsys.com>
70125 Date:   Tue Oct 16 14:50:40 2007 -0500
70126
70127     Make MPC8266ADS board compile again.
70128
70129     Signed-off-by: Runet Torgersen <runet@innovsys.com>
70130
70131 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
70132 Author: Jon Loeliger <jdl@freescale.com>
70133 Date:   Mon Aug 27 12:41:03 2007 -0500
70134
70135     86xx: Allow for fewer DDR slots per memory controller.
70136
70137     As a direct correlation exists between DDR DIMM slots
70138     and SPD EEPROM addresses used to configure them, use
70139     the individually defined SPD_EEPROM_ADDRESS* values to
70140     determine if a DDR DIMM slot should have its SPD
70141     configuration read or not.
70142
70143     Effectively, this now allows for 1 or 2 DIMM slots
70144     per memory controller.
70145
70146     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70147
70148 commit 4d4a945e189a2f384c66432316da2788a0ac1607
70149 Author: Rodolfo Giometti <giometti@enneenne.com>
70150 Date:   Mon Oct 15 11:59:17 2007 +0200
70151
70152     PXA USB OHCI: "usb stop" implementation.
70153
70154     Some USB keys need to be switched off before loading the kernel
70155     otherwise they can remain in an undefined status which prevents them
70156     to be correctly recognized by the kernel.
70157
70158     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
70159
70160 commit e2e93442e558cf1500e92861f99713b2f045ea22
70161 Author: Stefan Roese <sr@denx.de>
70162 Date:   Mon Oct 15 11:39:00 2007 +0200
70163
70164     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
70165
70166     The I2C bootstrap values that can be setup via the "bootstrap" command,
70167     were setup incorrect regarding the generation of the internal sync PCI
70168     clock. The values for PLB clock == 133MHz were slighly incorrect and the
70169     values for PLB clock == 166MHz were totally incorrect. This could
70170     lead to a hangup upon booting while PCI configuration scan.
70171
70172     This patch fixes this issue and configures valid PCI divisor values
70173     for the sync PCI clock, with respect to the provided external async
70174     PCI frequency.
70175
70176     Here the values of the formula in the chapter 14.2 "PCI clocking"
70177     from the 440EPx users manual:
70178
70179     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
70180
70181     33MHz async PCI frequency:
70182     PLB = 133:
70183     =>      32 <= 44.3 <= 65        (div = 3)
70184
70185     PLB = 166:
70186     =>      32 <= 55.3 <= 65        (div = 3)
70187
70188     66MHz async PCI frequency:
70189     PLB = 133:
70190     =>      65 <= 66.5 <= 132       (div = 2)
70191
70192     PLB = 166:
70193     =>      65 <= 83 <= 132         (div = 2)
70194
70195     Signed-off-by: Stefan Roese <sr@denx.de>
70196
70197 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
70198 Author: Stefan Roese <sr@denx.de>
70199 Date:   Mon Oct 15 11:29:33 2007 +0200
70200
70201     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
70202
70203     The BCSR status bit for the 66MHz PCI operation was correctly
70204     addressed (MSB/LSB problem). Now the correct currently setup
70205     PCI frequency is displayed upon bootup.
70206
70207     This patch also fixes this problem on Rainier & Yellowstone, since these
70208     boards use the same souce code as Sequoia & Yosemite do.
70209
70210     Signed-off-by: Stefan Roese <sr@denx.de>
70211
70212 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
70213 Author: Martin Krause <martin.krause@tqs.de>
70214 Date:   Wed Sep 26 17:55:56 2007 +0200
70215
70216     TQM860M: adjust for doubled flash sector size.
70217
70218     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
70219     doubled sector size.
70220
70221     Signed-off-by: Martin Krause <martin.krause@tqs.de>
70222
70223 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
70224 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
70225 Date:   Wed Sep 26 17:55:54 2007 +0200
70226
70227     TQM8xx: Fix CAN timing.
70228
70229     Signed-off-by: Martin Krause <martin.krause@tqs.de>
70230
70231 commit d43e489baf02afae49077791fb22332d240d8656
70232 Author: Martin Krause <martin.krause@tqs.de>
70233 Date:   Thu Sep 27 14:54:36 2007 +0200
70234
70235     TQM866M: fix SDRAM refresh
70236
70237     At 133 MHz the current SDRAM refresh rate is too fast
70238     (measured 4 * 1.17 us).
70239     CFG_MAMR_PTA changes from 39 to 97. This result
70240     in a refresh rate of 4 * 7.8 us at the default clock
70241     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
70242     This is a compromise until a new method is found to
70243     adjust the refresh rate.
70244
70245     Signed-off-by: Martin Krause <martin.krause@tqs.de>
70246
70247 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
70248 Author: Martin Krause <martin.krause@tqs.de>
70249 Date:   Wed Sep 26 17:55:55 2007 +0200
70250
70251     TQM866M: adjust for doubled flash sector size.
70252
70253     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
70254     doubled sector size.
70255
70256     Signed-off-by: Martin Krause <martin.krause@tqs.de>
70257
70258 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
70259 Author: Michal Simek <monstr@monstr.eu>
70260 Date:   Sun Oct 14 16:12:29 2007 +0200
70261
70262     [FIX] XUPV2P change command handling
70263     and remove code violation
70264
70265 commit 636400198228d96983c06657b17f760f5989958e
70266 Author: Wolfgang Denk <wd@denx.de>
70267 Date:   Sun Oct 14 00:13:19 2007 +0200
70268
70269     Prepare for 1.3.0-rc3 release
70270
70271     Signed-off-by: Wolfgang Denk <wd@denx.de>
70272
70273 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
70274 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70275 Date:   Sat Sep 29 13:41:37 2007 +0200
70276
70277     Fix warning differ in signedness in cpu/pxa/mmc.c
70278
70279     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70280
70281 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
70282 Author: Wolfgang Denk <wd@denx.de>
70283 Date:   Sat Oct 13 23:51:14 2007 +0200
70284
70285     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
70286
70287     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70288     Signed-off-by: Wolfgang Denk <wd@denx.de>
70289
70290 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
70291 Author: Wolfgang Denk <wd@denx.de>
70292 Date:   Sat Oct 13 21:15:39 2007 +0200
70293
70294     Coding Style cleanup.
70295
70296     Signed-off-by: Wolfgang Denk <wd@denx.de>
70297
70298 commit e1893815b0999410d7a327589611c7b38e95299e
70299 Author: Wolfgang Denk <wd@denx.de>
70300 Date:   Fri Oct 12 15:49:39 2007 +0200
70301
70302     GP3 SSA: enable RTC
70303
70304     Signed-off-by: Wolfgang Denk <wd@denx.de>
70305
70306 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
70307 Author: Grzegorz Bernacki <gjb@semihalf.com>
70308 Date:   Tue Oct 9 13:58:24 2007 +0200
70309
70310     [ads5121] EEPROM support added.
70311
70312     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
70313
70314 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
70315 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
70316 Date:   Sat Oct 6 18:55:35 2007 +0200
70317
70318     AVR32: Initialize bi_flash* in board_init_r
70319
70320     The ATSTK1000-specific flash driver intializes bi_flashstart,
70321     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
70322     driver, don't.
70323
70324     Initialize these in board_init_r instead so that things will still be
70325     set up correctly when we switch to the CFI driver.
70326
70327     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
70328
70329 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
70330 Author: Marian Balakowicz <m8@semihalf.com>
70331 Date:   Fri Oct 5 10:40:54 2007 +0200
70332
70333     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
70334
70335     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
70336
70337 commit 92869195ef8210758d2176230c0a36897afd50ed
70338 Author: Bartlomiej Sieka <tur@semihalf.com>
70339 Date:   Fri Oct 5 09:46:06 2007 +0200
70340
70341     CM5200: Fix missing null-termination in hostname manipulation code
70342
70343     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
70344
70345 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
70346 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
70347 Date:   Tue Oct 2 19:09:01 2007 +0200
70348
70349     Fix memtest breakage
70350
70351     CFG_MEMTEST_START uses weird magic involving gd, which fails to
70352     compile. Use hardcoded values instead (we actually know how much RAM
70353     we have on board.)
70354
70355     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
70356
70357 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
70358 Author: Stefan Roese <sr@denx.de>
70359 Date:   Tue Oct 2 11:44:46 2007 +0200
70360
70361     ppc4xx: Coding style cleanup
70362
70363     Signed-off-by: Stefan Roese <sr@denx.de>
70364
70365 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
70366 Author: Stefan Roese <sr@denx.de>
70367 Date:   Tue Oct 2 11:44:19 2007 +0200
70368
70369     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
70370
70371     Signed-off-by: Stefan Roese <sr@denx.de>
70372
70373 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
70374 Author: Grzegorz Bernacki <gjb@semihalf.com>
70375 Date:   Mon Oct 1 09:51:50 2007 +0200
70376
70377     Program EPLD to force full duplex mode for PHY.
70378
70379     EPLD forces modes of PHY operation. By default full duplex is turned off.
70380     This fix turns it on.
70381
70382     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
70383
70384 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
70385 Author: Timo Ketola <timo.ketola@exertus.fi>
70386 Date:   Mon Sep 24 14:50:32 2007 +0300
70387
70388     Bugfix: Use only one PTD for one endpoint
70389
70390     Original isp116x-hcd code prepared multiple PTDs for longer than 16
70391     byte transfers for one endpoint. That is unnecessary because the
70392     ISP116x is able to split long data from one PTD into multiple
70393     transactions based on the buffer size of the endpoint. It also caused
70394     serious problems if the endpoint NAKed some of the transactions. In
70395     that case ISP116x wouldn't notice that the other PTDs were for the same
70396     endpoint and would try the other PTDs possibly out of order. That would
70397     break the whole transfer.
70398
70399     This patch makes isp116x_submit_job to use one PTD for one transfer.
70400
70401     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
70402     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
70403
70404 commit 86ec86c04326c3913178a7679aa910de071da75d
70405 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70406 Date:   Thu Sep 27 23:27:47 2007 +0200
70407
70408     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
70409
70410     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70411
70412 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
70413 Author: Stefan Roese <sr@denx.de>
70414 Date:   Tue Sep 11 14:12:55 2007 +0200
70415
70416     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
70417
70418     Signed-off-by: Stefan Roese <sr@denx.de>
70419
70420 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
70421 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
70422 Date:   Wed Sep 26 16:35:54 2007 -0500
70423
70424     85xx io out functions need sync after write.
70425
70426     This fixes the mc146818 rtc_read/write functions for 85xx.
70427
70428     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
70429
70430 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
70431 Author: Grant Likely <grant.likely@secretlab.ca>
70432 Date:   Tue Sep 25 15:48:05 2007 -0600
70433
70434     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
70435
70436     CFG_FPGA_XILINX is a bit value used to test against the value in
70437     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
70438     think that is the intention in this code.
70439
70440     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70441
70442 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
70443 Author: Michal Simek <monstr@monstr.eu>
70444 Date:   Mon Sep 24 00:41:30 2007 +0200
70445
70446     [FIX] change command handling and removing code violation
70447
70448 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
70449 Author: Michal Simek <monstr@monstr.eu>
70450 Date:   Mon Sep 24 00:36:06 2007 +0200
70451
70452     [FIX] change sets of commands
70453     because changing of command handling brings
70454     compilation problems
70455
70456 commit cb1bc63b75a232571eb69aa2c8aa919321655845
70457 Author: Michal Simek <monstr@monstr.eu>
70458 Date:   Mon Sep 24 00:30:42 2007 +0200
70459
70460     [FIX] Email reparation & Copyright
70461     Both codes are written by myself without any
70462     support from CTU
70463
70464 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
70465 Author: Michal Simek <monstr@monstr.eu>
70466 Date:   Mon Sep 24 00:25:11 2007 +0200
70467
70468     [PATCH] Change macro name for UartLite
70469     because PowerPC 405 can use UartLite as console
70470
70471 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
70472 Author: Michal Simek <monstr@monstr.eu>
70473 Date:   Mon Sep 24 00:21:19 2007 +0200
70474
70475     [PATCH] Add support for design without interrupt controller
70476     Polling timer
70477
70478 commit 0731933ec8ec45d02ba89b52df673d526873cdde
70479 Author: Michal Simek <monstr@monstr.eu>
70480 Date:   Mon Sep 24 00:19:48 2007 +0200
70481
70482     [FIX] resolve problem with cpu without barrel shifter
70483
70484 commit db14d77995ce515b728b178b63f82babe60e3d56
70485 Author: Michal Simek <monstr@monstr.eu>
70486 Date:   Mon Sep 24 00:18:46 2007 +0200
70487
70488     [FIX] repair email address
70489
70490 commit 481d4328618804add1f818a6c96296121cd0528e
70491 Author: Michal Simek <monstr@monstr.eu>
70492 Date:   Mon Sep 24 00:17:42 2007 +0200
70493
70494     [FIX] repair MFSL commands
70495
70496 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
70497 Author: Michal Simek <monstr@monstr.eu>
70498 Date:   Mon Sep 24 00:08:37 2007 +0200
70499
70500     synchronizition with mainline
70501
70502 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
70503 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70504 Date:   Sun Sep 23 02:42:38 2007 +0900
70505
70506     sh: Add support command of ide with sh
70507
70508     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70509
70510 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
70511 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70512 Date:   Sun Sep 23 02:38:42 2007 +0900
70513
70514     sh: Update Makefile
70515
70516     Add support MS7722SE01 to Makefile.
70517
70518     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70519
70520 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
70521 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70522 Date:   Sun Sep 23 02:31:13 2007 +0900
70523
70524     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
70525
70526     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70527
70528 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
70529 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70530 Date:   Sun Sep 23 02:19:24 2007 +0900
70531
70532     sh: Update MS7750SE01 platform
70533
70534     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70535
70536 commit 516ad760db3553766267ada01b7d5d727faa4bbd
70537 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70538 Date:   Sun Sep 23 02:17:08 2007 +0900
70539
70540     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
70541
70542     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70543
70544 commit b02bad128669e567fce87d8df823b06a0144b8db
70545 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70546 Date:   Sun Sep 23 02:12:30 2007 +0900
70547
70548     sh: Update core code of SuperH.
70549
70550     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
70551
70552 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
70553 Author: Wolfgang Denk <wd@denx.de>
70554 Date:   Thu Sep 20 00:04:14 2007 +0200
70555
70556     v1.3.0-rc2
70557
70558     Signed-off-by: Wolfgang Denk <wd@denx.de>
70559
70560 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
70561 Author: Wolfgang Denk <wd@denx.de>
70562 Date:   Tue Sep 18 21:36:35 2007 +0200
70563
70564     Avoid compiler warning.
70565
70566     Signed-off-by: Wolfgang Denk <wd@denx.de>
70567
70568 commit 8a783a65851bc7421ab69f442261215e21b8891a
70569 Author: Grant Likely <grant.likely@secretlab.ca>
70570 Date:   Tue Sep 18 12:24:57 2007 -0600
70571
70572     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
70573
70574     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
70575     nulls in a string differently.  For example, the following statement:
70576         echo "this is a string\0" > afile
70577     Will produce the following with /bin/bash:
70578         "this is a string\0"
70579     But with /bin/dash, will produce:
70580         "this is a string
70581
70582     Bug fixed by moving the embedded null out of the makefile and into the
70583     config header.  Also renamed the macro to avoid usage colision with the same
70584     macro used by other board ports.
70585
70586     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70587
70588 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
70589 Author: Wolfgang Denk <wd@denx.de>
70590 Date:   Tue Sep 18 17:40:27 2007 +0200
70591
70592     MCC200: fix build warning
70593
70594     The MCC200 board config file includes version.h for some customer-
70595     specific setting, which causes warnings with "make depend"; build
70596     version.h before depend.
70597
70598     Signed-off-by: Wolfgang Denk <wd@denx.de>
70599
70600 commit bd86220f58b99d6896198c385fda132f0c980915
70601 Author: Peter Pearse <peter.pearse@arm.com>
70602 Date:   Tue Sep 18 13:07:54 2007 +0100
70603
70604     Move coloured led API to status_led.h
70605     Improve indentation in drivers/at45.c
70606
70607 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
70608 Author: Eirik Aanonsen <eaa@wprmedical.com>
70609 Date:   Tue Sep 18 08:47:20 2007 +0200
70610
70611     Update atstk1002 bootargs.
70612
70613     Updates to atstk1002 U-Boot header file:
70614     - Changed bootargs:
70615         * Set the bootargs for at1002 to point to the SD-card partition instead
70616         * ... of the boot flash.
70617         * Removing the rootfstype since that argument are not needed.
70618
70619     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
70620     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
70621
70622 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
70623 Author: Eirik Aanonsen <eaa@wprmedical.com>
70624 Date:   Wed Sep 12 13:32:37 2007 +0200
70625
70626     Add some comments to clocks in atstk1002.h
70627
70628     This patch applies some clarifying comments to how the different
70629     clocks are setup according to atstk1002.h Some of the previous
70630     comments where stating wrongful information.
70631
70632     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
70633
70634 commit 97213f32416ead885deafea86774e912ffd60ad0
70635 Author: David Saada <David.Saada@ecitele.com>
70636 Date:   Mon Sep 17 17:04:47 2007 +0200
70637
70638     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
70639
70640     Signed-off-by: David Saada <david.saada@ecitele.com>
70641
70642 commit 30363e98fa470fbecea5e8bc0f1443352754f303
70643 Author: Stefan Roese <sr@denx.de>
70644 Date:   Mon Sep 17 08:20:47 2007 +0200
70645
70646     Small whitespace cleanup of OneNAND patch
70647
70648     Signed-off-by: Stefan Roese <sr@denx.de>
70649
70650 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
70651 Author: Kyungmin Park <kmpark@infradead.org>
70652 Date:   Mon Sep 10 17:15:14 2007 +0900
70653
70654     OneNAND support (take #2)
70655
70656     [PATCH 3/3] OneNAND support (take #2)
70657
70658     OneNAND support at U-Boot
70659
70660     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
70661
70662 commit 17aa2800457df0c06b41516f46f126712c196219
70663 Author: Kyungmin Park <kmpark@infradead.org>
70664 Date:   Mon Sep 10 17:14:34 2007 +0900
70665
70666     OneNAND support (take #2)
70667
70668     [PATCH 2/3] OneNAND support (take #2)
70669
70670     OneNAND support at U-Boot
70671
70672     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
70673
70674 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
70675 Author: Kyungmin Park <kmpark@infradead.org>
70676 Date:   Mon Sep 10 17:13:49 2007 +0900
70677
70678     OneNAND support (take #2)
70679
70680     [PATCH 1/3] OneNAND support (take #2)
70681
70682     OneNAND support at U-Boot
70683
70684     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
70685
70686 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
70687 Author: Michal Simek <monstr@monstr.eu>
70688 Date:   Sun Sep 16 20:51:57 2007 +0200
70689
70690     [FIX] remove files form repository
70691
70692 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
70693 Author: Wolfgang Denk <wd@denx.de>
70694 Date:   Sun Sep 16 17:10:04 2007 +0200
70695
70696     TQM8xx[LM]: Fix broken environment alignment.
70697
70698     With recent toolchains, the environment sectors were no longer aligned to
70699     sector boundaries. The reason was a combination of two bugs:
70700
70701     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
70702        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
70703        this gets defined, is not included here (and cannot be included
70704        without causing lots of problems).
70705
70706        Added a new #define CFG_USE_PPCENV for all boards which really
70707        want to put the environment is a ".ppcenv" section.
70708
70709     2) The linker scripts just include environment.o, silently assuming
70710        that the objects in that file are really in the order in which
70711        they are coded in the C file, i. e. "environment" first, then
70712        "redundand_environment", and "env_size" last. However, current
70713        toolchains (GCC-4.x) reorder the objects, causing the environment
70714        data not to start on a flash sector boundary:
70715
70716        Instead of:                                      we got:
70717
70718         40008000 T environment                  40008000 T env_size
70719         4000c000 T redundand_environment        40008004 T redundand_environment
70720         40010000 T env_size                     4000c004 T environment
70721
70722        Note: this patch fixes just the first part, and cures the alignment
70723        problem by making sure that "env_size" gets placed correctly. However,
70724        we still have a potential issue because primary and redundant
70725        environment sectors are actually swapped, i. e. we have now:
70726
70727         40008000 T redundand_environment
70728         4000c000 T environment
70729         40010000 T env_size
70730
70731        This shall be fixed in the next version.
70732
70733     Signed-off-by: Wolfgang Denk <wd@denx.de>
70734
70735 commit eb6da8050797c204c9d010548424186c7ce32fc1
70736 Author: Wolfgang Denk <wd@denx.de>
70737 Date:   Sun Sep 16 02:39:35 2007 +0200
70738
70739     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
70740
70741     Signed-off-by: Wolfgang Denk <wd@denx.de>
70742
70743 commit cd2d1602c54cc6957bdef3872272a4b264893960
70744 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
70745 Date:   Mon Sep 10 14:54:56 2007 -0400
70746
70747     Typo fix in tsec.c
70748
70749     Fixup for the break statement in wrong place.
70750
70751     [Patch by urwithsughosh@gmail.com]
70752     Acked-by: Andy Fleming <afleming@freescale.com>
70753     Signed-off-by:      Wolfgang Denk <wd@denx.de>
70754
70755 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
70756 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70757 Date:   Tue Sep 11 17:04:00 2007 +0200
70758
70759     Fix do_div() usage in nand process output
70760
70761     Fix usage of do_div() in nand erase|read|write process output.
70762
70763     The last patch to nand_util.c introduced do_div() instead of libgcc's
70764     implementation. But do_div() returns the quotient in its first
70765     macro parameter and not as result.
70766
70767     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70768
70769 commit c750d2e6692a000a82f29de7bf24e3dc21239161
70770 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70771 Date:   Wed Sep 12 12:36:53 2007 +0200
70772
70773     NAND: Add CFG_NAND_QUIET option
70774
70775     This config option sets the default for the progress information
70776     output behavior that can also be configured through the 'quiet'
70777     environment variable.
70778
70779     The legacy NAND code does not print the current progress info
70780     on the console. So this option is for backward compatibility for
70781     units that are in the field and where setting the quiet variable
70782     is not an option. With CFG_NAND_QUIET set to '1' the console
70783     progress info is turned off. This can still be overwritten
70784     through the environment variable.
70785
70786     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70787
70788 commit dcb88630290d2bcd803386dd4c2be73142994c4f
70789 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
70790 Date:   Thu Sep 13 16:06:05 2007 -0700
70791
70792     ColdFire: fix build error becasue of bad type of mii_init()
70793
70794     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
70795
70796 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
70797 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
70798 Date:   Thu Sep 13 16:04:05 2007 -0700
70799
70800     ColdFire: Fix build error caused by pixis.c
70801
70802     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
70803
70804     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
70805
70806 commit e21659e30660a1377c42af135a6114efe39801d9
70807 Author: Sam Sparks <SSparks@twacs.com>
70808 Date:   Fri Sep 14 11:14:42 2007 -0600
70809
70810     Update MPC8349ITX*_config to place config.tmp in right place.
70811
70812     MPC834ITX*_config does not store config.tmp at the correct locatation,
70813     causing MPC8349ITXGP to have the wrong TEXT_BASE.
70814
70815     Signed-off-by: Sam Sparks <SSparks@twacs.com>
70816     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70817
70818 commit 1218abf1b5817a39a82399b4b928b00750575bda
70819 Author: Wolfgang Denk <wd@denx.de>
70820 Date:   Sat Sep 15 20:48:41 2007 +0200
70821
70822     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
70823
70824     Signed-off-by: Wolfgang Denk <wd@denx.de>
70825
70826 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
70827 Author: Dirk Behme <dirk.behme@googlemail.com>
70828 Date:   Sat Sep 15 11:55:42 2007 +0200
70829
70830     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
70831
70832     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
70833     function local.
70834
70835     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
70836
70837     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
70838
70839 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
70840 Author: Michal Simek <monstr@monstr.eu>
70841 Date:   Sat Sep 15 00:03:35 2007 +0200
70842
70843     Synchronize with U-BOOT mainline
70844
70845 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
70846 Author: Sam Sparks <SSparks@twacs.com>
70847 Date:   Fri Sep 14 11:14:42 2007 -0600
70848
70849     Update MPC8349ITX*_config to place config.tmp in right place.
70850
70851     MPC834ITX*_config does not store config.tmp at the correct locatation,
70852     causing MPC8349ITXGP to have the wrong TEXT_BASE.
70853
70854     Signed-off-by: Sam Sparks <SSparks@twacs.com>
70855     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70856     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70857
70858 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
70859 Author: Bartlomiej Sieka <tur@semihalf.com>
70860 Date:   Thu Sep 13 18:21:48 2007 +0200
70861
70862     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
70863
70864     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
70865
70866 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
70867 Author: Bartlomiej Sieka <tur@semihalf.com>
70868 Date:   Thu Sep 13 16:33:59 2007 +0200
70869
70870     tqm5200: Restore customary env. variable boot commands for powerpc kernels
70871
70872     - update default definitions of kernel_addr and fdt_addr env. variables
70873     - make arch/powerpc booting the default scenario
70874     - update MTD partition layout to match the above
70875
70876     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
70877
70878 commit f34024d4a328e6edd906456da98d2c537155c4f7
70879 Author: Wolfgang Denk <wd@denx.de>
70880 Date:   Wed Sep 12 00:48:57 2007 +0200
70881
70882     Fix memory corruption problem on STX GP3 SSA Board.
70883
70884     Signed-off-by: Wolfgang Denk <wd@denx.de>
70885
70886 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
70887 Author: Peter Pearse <peter.pearse@arm.com>
70888 Date:   Tue Sep 11 15:35:01 2007 +0100
70889
70890     Final tidy
70891
70892 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
70893 Author: Grzegorz Bernacki <gjb@semihalf.com>
70894 Date:   Tue Sep 11 15:42:11 2007 +0200
70895
70896     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
70897     scan on second pci bus.
70898
70899     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
70900
70901 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
70902 Author: Grzegorz Bernacki <gjb@semihalf.com>
70903 Date:   Tue Sep 11 12:57:52 2007 +0200
70904
70905     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
70906
70907     Bamboo has a file sdram.c which needs special treatment when building in
70908     separate directory. It has to be linked to build directory otherwise it is
70909     not seen.
70910
70911     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
70912
70913 commit d45963854eff39d575124d859419bb4953ce2c87
70914 Author: Michal Simek <monstr@monstr.eu>
70915 Date:   Tue Sep 11 00:37:04 2007 +0200
70916
70917     [FIX] Microblaze ML401 - repare FLASH handling
70918
70919 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
70920 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
70921 Date:   Mon Sep 10 16:55:59 2007 +0100
70922
70923     Allocate CPU Architecture Code for STMicroelectronics' ST200.
70924
70925     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
70926     ---------------------------------------------------
70927
70928 commit 754bac48156f8958d8f6a53a51eda88ab5758929
70929 Author: Wolfgang Denk <wd@denx.de>
70930 Date:   Mon Sep 10 20:42:31 2007 +0200
70931
70932     Update version to match current state.
70933
70934     Signed-off-by: Wolfgang Denk <wd@denx.de>
70935
70936 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
70937 Author: Grzegorz Bernacki <gjb@semihalf.com>
70938 Date:   Mon Sep 10 17:39:08 2007 +0200
70939
70940     [MPC512x] Streamline frame handling in the FEC driver
70941
70942     - convert frame size settings to be derived from a single base
70943     - set frame size to the recommended default value
70944
70945     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
70946
70947 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
70948 Author: Kyungmin Park <kmpark@infradead.org>
70949 Date:   Mon Sep 10 11:34:00 2007 +0900
70950
70951     Remove compiler warning: target CPU does not support interworking
70952
70953     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
70954
70955 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
70956 Author: Wolfgang Denk <wd@denx.de>
70957 Date:   Sun Sep 9 21:21:33 2007 +0200
70958
70959     Fix compile error in spc1920 config.
70960
70961     Signed-off-by: Markus Klotzbücher <mk@denx.de>
70962     Signed-off-by: Wolfgang Denk <wd@denx.de>
70963
70964 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
70965 Author: Grant Likely <grant.likely@secretlab.ca>
70966 Date:   Fri Sep 7 09:25:07 2007 -0600
70967
70968     Bugfix: make bootm+libfdt compile on boards with no flash
70969
70970     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70971
70972 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
70973 Author: Grzegorz Bernacki <gjb@semihalf.com>
70974 Date:   Fri Sep 7 18:35:37 2007 +0200
70975
70976     [PPC440SPe] PCIe environment settings for Katmai and Yucca
70977
70978     - 'pciconfighost' is set by default in order to be able to scan bridges
70979     behind the primary host/PCIe
70980
70981     - 'pciscandelay' env variable is recognized to allow for user-controlled
70982     delay before the PCIe bus enumeration; some peripheral devices require a
70983     significant delay before they can be scanned (e.g. LSI8408E); without the
70984     delay they are not detected
70985
70986     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
70987
70988 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
70989 Author: Grzegorz Bernacki <gjb@semihalf.com>
70990 Date:   Fri Sep 7 18:20:23 2007 +0200
70991
70992     [PPC440SPe] Improve PCIe configuration space access
70993
70994     - correct configuration space mapping
70995     - correct bus numbering
70996     - better access to config space
70997
70998     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
70999     first device on the first bus. We now allow to configure up to 16 buses;
71000     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
71001     peripheral devices farther in hierarchy can be identified.
71002
71003     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
71004
71005 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
71006 Author: Grzegorz Bernacki <gjb@semihalf.com>
71007 Date:   Fri Sep 7 17:46:18 2007 +0200
71008
71009     [PPC440SPe] Convert machine check exceptions handling
71010
71011     Convert using fixup mechanism to suppressing MCK for the duration of config
71012     read/write transaction: while fixups work fine with the case of a precise
71013     exception, we identified a major drawback with this approach when there's
71014     an imprecise case. In this scenario there is the following race condition:
71015     the fixup is (by design) set to catch the instruction following the one
71016     actually causing the exception; if an interrupt (e.g. decrementer) happens
71017     between those two instructions, the ISR code is executed before the fixup
71018     handler the machine check is no longer protected by the fixup handler as it
71019     appears as within the ISR code. In consequence the fixup approach is being
71020     phased out and replaced with explicit suppressing of MCK during a PCIe
71021     config read/write cycle.
71022
71023     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
71024
71025 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
71026 Author: Wolfgang Denk <wd@denx.de>
71027 Date:   Fri Sep 7 17:43:36 2007 +0200
71028
71029     Fix typo in MAKEALL script.
71030
71031     Signed-off-by: Wolfgang Denk <wd@denx.de>
71032
71033 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
71034 Author: Grzegorz Bernacki <gjb@semihalf.com>
71035 Date:   Fri Sep 7 17:09:21 2007 +0200
71036
71037     [MPC512x] Proper handling of larger frames in the FEC driver
71038
71039     When frame larger than local RX buffer is received, it is split and handled
71040     by two buffer descriptors. Prior to this patch the FEC driver discarded
71041     contents of a buffer descriptor without the 'LAST' bit set, so the first
71042     part of the frame was lost in case of larger frames. This fix allows to
71043     safely combine the two pieces into the whole frame.
71044
71045     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
71046
71047 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
71048 Author: Rafal Jaworowski <raj@semihalf.com>
71049 Date:   Fri Sep 7 17:05:36 2007 +0200
71050
71051     [MPC512x] Correct fixup relocation
71052
71053     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
71054
71055 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
71056 Author: Wolfgang Denk <wd@denx.de>
71057 Date:   Fri Sep 7 01:21:25 2007 +0200
71058
71059     Update CHANGELOG, minor coding style cleanup.
71060
71061 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
71062 Author: stefano babic <sbabic@denx.de>
71063 Date:   Thu Aug 30 23:01:49 2007 +0200
71064
71065     PXA270: Added support for TrizepsIV board.
71066
71067     This patch add support for the Trizeps IV module (520Mhz).
71068
71069     Signed-off-by: Stefano Babic <sbabic@denx.de>
71070
71071 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
71072 Author: stefano babic <sbabic@denx.de>
71073 Date:   Thu Aug 30 22:57:04 2007 +0200
71074
71075     PXA270: Add support for multiple serial ports.
71076
71077     This patch adds support for multiple serial ports to the PXA target.
71078     FFUART, BTUART and STUART are supported.
71079
71080     Signed-off-by: Stefano Babic <sbabic@denx.de>
71081
71082 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
71083 Author: stefano babic <sbabic@denx.de>
71084 Date:   Thu Aug 30 22:48:47 2007 +0200
71085
71086     PXA270: fix compile issue (invalid lvalue)
71087
71088     Code is broken for PXA270 due to "invalid lvalue in assignment".
71089
71090     This patch fix it in pxa-regs.h
71091
71092     Signed-off-by: Stefano Babic <sbabic@denx.de>
71093
71094 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
71095 Author: Jason Jin <Jason.jin@freescale.com>
71096 Date:   Thu Aug 30 18:19:05 2007 +0800
71097
71098     Add BUILD_DIR support for bios emulator.
71099
71100     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
71101
71102 commit b4d8a55145442f136982634862341a3e02002bda
71103 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
71104 Date:   Fri Aug 31 14:41:51 2007 +0900
71105
71106     [MIPS] Remove inline asm string functions
71107
71108     Stop using inline string functions on MIPS as other ARCHs do so,
71109     since the optimized inline asm versions are not small.
71110
71111     This change is triggered by a following MIPS build error:
71112     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
71113     common/exports.c:32: undefined reference to `strcmp'
71114     make: *** [u-boot] Error 1
71115
71116     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
71117
71118 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
71119 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
71120 Date:   Fri Aug 31 14:41:45 2007 +0900
71121
71122     [MIPS] Update asm string header
71123
71124     This patches contains several bugfixes and cleanups in the latest upstream:
71125
71126      - Don't include linux/config.h
71127      - Remove buggy inline version of memscan.
71128      - Merge with Linux 2.6.11-rc3.
71129      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
71130      - Goodbye mips64.  31704 lines of code bite the dust.
71131      - Replace extern inline with static inline.
71132      - Fix return value of strncpy.
71133      - Remove a bunch more "$1" clobbers.
71134
71135     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
71136
71137 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
71138 Author: Bartlomiej Sieka <tur@semihalf.com>
71139 Date:   Tue Sep 4 17:31:22 2007 +0200
71140
71141     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
71142
71143     Fix incorrect blob address calculation in do_bootm_linux() that prevents
71144     booting the kernel from a multi-file image (kernel + initrd + blob).
71145
71146     Also, make minor updates to the U-Boot's output and to the coding style.
71147
71148     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
71149
71150 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
71151 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
71152 Date:   Fri Aug 31 14:29:04 2007 +0200
71153
71154     Add support for Sil680 IDE controller.
71155
71156     o add drivers/sil680.c to support the Sil680 IDE-controller.
71157     o drivers/Makefile: add sil680.o.
71158
71159     Signed-off-by: Gary Jennejohn <garyj@denx.de>
71160
71161 commit e79021223bc339df655e360645a52c457a74b067
71162 Author: Grant Likely <grant.likely@secretlab.ca>
71163 Date:   Thu Sep 6 09:47:40 2007 -0600
71164
71165     bootm/fdt: Only process the fdt if an fdt address was provided
71166
71167     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
71168     kernels using the board info structure (instead of passing a device tree)
71169     This change allows the old style booting to be used if the fdt argument
71170     was not passed to 'bootm'.
71171
71172     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
71173     Acked-by: Kim Phillips <kim.phillips@freescale.com>
71174
71175 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
71176 Author: Grant Likely <grant.likely@secretlab.ca>
71177 Date:   Thu Sep 6 09:46:23 2007 -0600
71178
71179     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
71180
71181     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
71182
71183     Tested on: lite5200b
71184
71185     Note: the fixup functions have not been moved to a common place.  This
71186     patch is targeted for immediate merging as in solves a build issue, but
71187     the final name/location of the fixups is still subject to debate.  I
71188     propose to merge this now, and move the fixups in the next merge window
71189     to be usable by all targets.
71190
71191     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
71192
71193 commit 41bb76e941929f54a73206fb132f7a4c275543a3
71194 Author: Grant Likely <grant.likely@secretlab.ca>
71195 Date:   Thu Sep 6 09:46:17 2007 -0600
71196
71197     libfdt: add convenience function fdt_find_and_setprop()
71198
71199     Given the path to a node, fdt_find_and_setprop() allows a property value
71200     to be set directly.
71201
71202     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
71203
71204 commit 80767a6cead9990d9e77e62be947843c2c72f469
71205 Author: Peter Pearse <peter.pearse@arm.com>
71206 Date:   Wed Sep 5 16:04:41 2007 +0100
71207
71208     Changed API name to coloured_led.h
71209     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
71210     Tidied other cpu/arm920t/start.S code
71211
71212 commit 56a9270521baaa00e12639a978302a67f61ef060
71213 Author: Kumar Gala <galak@kernel.crashing.org>
71214 Date:   Thu Aug 30 16:18:18 2007 -0500
71215
71216     Fix ULI RTC support on MPC8544 DS
71217
71218     The RTC on the M1575 ULI chipset requires a dummy read before
71219     we are able to talk to the RTC.  We accomplish this by adding a
71220     second memory region to the PHB the ULI is on and read from it.
71221
71222     The second region is added to maintain compatiabilty with Linux's
71223     view of the PCI memory map.
71224
71225     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71226
71227 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
71228 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
71229 Date:   Thu Aug 30 01:58:48 2007 -0500
71230
71231     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
71232
71233     pcie is now differentiated from pci.  Add 8641 bus-range updates.
71234
71235     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
71236
71237 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
71238 Author: Peter Pearse <peter.pearse@arm.com>
71239 Date:   Tue Sep 4 16:18:38 2007 +0100
71240
71241     Add coloured led interface for ARM boards.
71242     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
71243
71244 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
71245 Author: Peter Pearse <peter.pearse@arm.com>
71246 Date:   Tue Sep 4 14:49:28 2007 +0100
71247
71248     Move include/led.h to board/at91rm9200dk
71249
71250 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
71251 Author: Peter Pearse <peter.pearse@arm.com>
71252 Date:   Tue Sep 4 14:25:51 2007 +0100
71253
71254     Ran Lindent on drivers/at45.c
71255
71256 commit 557ab89d294f08dd532f21d19861b40093200a33
71257 Author: Peter Pearse <peter.pearse@arm.com>
71258 Date:   Tue Sep 4 14:23:50 2007 +0100
71259
71260     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
71261
71262 commit 81b73dec16fd1227369a191e725e10044a9d56b8
71263 Author: Gary Jennejohn <garyj@denx.de>
71264 Date:   Fri Aug 31 15:21:46 2007 +0200
71265
71266     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
71267
71268     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
71269     set to non-zero, because it doesn't support MRM (memory-read-
71270     multiple) correctly. We now added the possibility to configure
71271     this register in the board config file, so that the default value
71272     of 8 can be overridden.
71273
71274     Here the details of this patch:
71275
71276     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
71277       board-specific settings. As an example the sequoia board requires 0.
71278       Idea from Stefan Roese <sr@denx.de>.
71279     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
71280       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
71281     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
71282       CFG_PCI_CACHE_LINE_SIZE to 0.
71283
71284     Signed-off-by: Gary Jennejohn <garyj@denx.de>
71285     Signed-off-by: Stefan Roese <sr@denx.de>
71286
71287 commit 60174746c668b309378a91488dded898e9553eae
71288 Author: Wolfgang Denk <wd@denx.de>
71289 Date:   Fri Aug 31 10:01:51 2007 +0200
71290
71291     Fix TFTP OACK code for short packets.
71292
71293     The old code had a loop limit overflow bug which caused a semi-
71294     infinite loop for small packets, because in "i<len-8", "i" was signed,
71295     but "len" was unsigned, and "len-8" became a huge number for small
71296     values of "len".
71297
71298     This is a workaround which replaces broken commit 8f1bc284.
71299
71300     Signed-off-by: Wolfgang Denk <wd@denx.de>
71301
71302 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
71303 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
71304 Date:   Thu Aug 30 15:03:05 2007 +0200
71305
71306     Reduce BOOTDELAY variable to 1 second by default for STK1002
71307
71308     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
71309     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71310
71311 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
71312 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
71313 Date:   Thu Aug 30 15:03:04 2007 +0200
71314
71315     Remove double quotation marks around MAC address for STK1002
71316
71317     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
71318     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71319
71320 commit ff13ac8c7bbebb238e339592de765c546dba1073
71321 Author: Wolfgang Denk <wd@denx.de>
71322 Date:   Thu Aug 30 14:42:15 2007 +0200
71323
71324     Backout commit 8f1bc284 as it causes TFTP to fail.
71325
71326     Signed-off-by: Wolfgang Denk <wd@denx.de>
71327
71328 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
71329 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
71330 Date:   Thu Aug 30 02:26:17 2007 -0500
71331
71332     Revert "Fix MPC8544DS PCIe3 scsi."
71333
71334     This reverts commit 9468e680.
71335     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
71336
71337     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
71338
71339 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
71340 Author: Grant Likely <grant.likely@secretlab.ca>
71341 Date:   Wed Aug 29 18:26:24 2007 -0600
71342
71343     tftp: don't implicity trust the format of recevied packets
71344
71345     The TFTP OACK code trusts that the incoming packet is formated as
71346     ASCII text and can be processed by string functions. It also has a
71347     loop limit overflow bug where if the packet length is less than 8, it
71348     ends up looping over *all* of memory to find the 'blksize' string.
71349
71350     This patch solves the problem by forcing the packet to be null
71351     terminated and using strstr() to search for the sub string.
71352
71353     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
71354
71355 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
71356 Author: Stefan Roese <sr@denx.de>
71357 Date:   Wed Aug 29 16:31:18 2007 +0200
71358
71359     ppc4xx: Change lwmon5 default environment to support Linux RTC
71360
71361     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
71362     to supply the RTC I2C address as bootline parameter. This patch
71363     adds support for this rtc probing parameter to the bootargs:
71364
71365     "rtc-pcf8563.probe=0,0x51"
71366
71367     Signed-off-by: Stefan Roese <sr@denx.de>
71368
71369 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
71370 Author: Kim Phillips <kim.phillips@freescale.com>
71371 Date:   Wed Aug 29 09:06:05 2007 -0500
71372
71373     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
71374
71375     this had slipped through the cracks, since the sbc board was added
71376     after I wrote the original patch to remove all these symbols, and
71377     before it was merged.
71378
71379     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71380
71381 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
71382 Author: Wolfgang Denk <wd@denx.de>
71383 Date:   Wed Aug 29 14:05:30 2007 +0200
71384
71385     Add mii_init() prototype
71386
71387     to get rid of a *lot* of compiler warnings.
71388
71389     Signed-off-by: Wolfgang Denk <wd@denx.de>
71390
71391 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
71392 Author: Wolfgang Denk <wd@denx.de>
71393 Date:   Wed Aug 29 13:35:03 2007 +0200
71394
71395     Disable network support on cmi_mpc5xx board
71396
71397     ..because it caused compiler errors and there seems to be no
71398     board maintainer to take care of this.
71399
71400     Signed-off-by: Wolfgang Denk <wd@denx.de>
71401
71402 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
71403 Author: Kumar Gala <galak@kernel.crashing.org>
71404 Date:   Mon Aug 20 09:44:00 2007 -0500
71405
71406     Fix MPC8544DS PCIe3 scsi.
71407
71408     <ed.swarthout@freescale.com>
71409
71410     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
71411     is allocating memory space it doesn't need.
71412
71413     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
71414     Signed-off-by: Andy Fleming <afleming@freescale.com>
71415
71416 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
71417 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
71418 Date:   Tue Aug 21 09:38:59 2007 -0500
71419
71420     8548cds fixes
71421
71422     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
71423     correct consoledev needed for linux boot.
71424     Standardize on fdt{file,addr} var to hold dtb file name.
71425
71426     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
71427
71428     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
71429
71430 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
71431 Author: Haiying Wang <Haiying.Wang@freescale.com>
71432 Date:   Thu Aug 23 15:20:54 2007 -0400
71433
71434     Enable L2 cache for MPC8568MDS board
71435
71436     The L2 cache size is 512KB for 8568, print out the correct informaiton.
71437
71438     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
71439
71440 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
71441 Author: Jason Jin <Jason.jin@freescale.com>
71442 Date:   Wed Aug 22 17:54:49 2007 +0800
71443
71444     Remove the bios emulator binary files from MAI board
71445
71446     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
71447
71448 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
71449 Author: Kim Phillips <kim.phillips@freescale.com>
71450 Date:   Tue Aug 21 17:00:17 2007 -0500
71451
71452     support board vendor-common makefiles
71453
71454     if a board/$(VENDOR)/common/Makefile exists, build it.
71455
71456     also add the first such case, board/freescale/common/Makefile, to
71457     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
71458     dictated by board configuration.
71459
71460     thusly get rid of alternate build dir errors such as:
71461
71462     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
71463
71464     by putting the common/ mkdir command in its proper place (the common
71465     Makefile). Common bits from existing individual board Makefiles have
71466     been removed.
71467
71468     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71469
71470 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
71471 Author: stefano babic <sbabic@denx.de>
71472 Date:   Tue Aug 21 15:52:33 2007 +0200
71473
71474     Fix: TFTP is not working on little endian systems
71475
71476     TFTP does not work anymore after multicast tftp
71477     patch was applied on little endian systems.
71478     This patch fix it.
71479
71480     Signed-off-by: Stefano Babic <sbabic@denx.de>
71481
71482 commit 5f470948570526e9186f053a3003da7719604e90
71483 Author: stefano babic <sbabic@denx.de>
71484 Date:   Tue Aug 21 15:50:33 2007 +0200
71485
71486     Fix MAC address setting in DM9000 driver.
71487
71488     The logic to check if there is a correct MAC address in the DM9000
71489     EEPROM, added in the last patch, is wrong. Now the MAC address is
71490     always taken from the environment, even if a suitable MAC is present
71491     in the EEPROM.
71492
71493     Signed-off-by: Stefano Babic <sbabic@denx.de>
71494
71495 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
71496 Author: Martin Krause <martin.krause@tqs.de>
71497 Date:   Tue Aug 21 12:40:34 2007 +0200
71498
71499     MPC5xxx: fix some compiler warnings in USB code
71500
71501     Fix the following warnings:
71502     - usb.c:xx: warning: function declaration isn't a prototype
71503     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
71504       from pointer wihtout a cast
71505
71506     Signed-off-by: Martin Krause <martin.krase@tqs.de>
71507
71508 commit 16e23c3f5dab6937f5109365416808c7f15c122b
71509 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
71510 Date:   Mon Aug 20 23:55:33 2007 -0500
71511
71512     fsl_pci_init - Remove self PCSRBAR allocation
71513
71514     CPU physical address space was being wasted by allocating a
71515     PCSRBAR PCI inbound region to it's memory space.
71516
71517     As a rule, PCSRBAR should be left alone since it does not affect
71518     transactions from self and other masters may have changed it.
71519
71520     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
71521
71522 commit 0e700ce03a23bb1921149bc77008ace7103d5289
71523 Author: Martin Krause <martin.krause@tqs.de>
71524 Date:   Mon Aug 20 13:56:47 2007 +0200
71525
71526     Fix compiler warning in include/s3c2410.h
71527
71528     This patch fixes the "type qualifiers ignored on fuction return tpye"
71529     warning for include/s3c2410.h
71530
71531     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71532
71533 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
71534 Author: Dirk Behme <dirk.behme@googlemail.com>
71535 Date:   Mon Aug 20 07:09:05 2007 +0200
71536
71537     Fix compilation error for omap2420h4_config.
71538
71539     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
71540     and flash_probe() calls in env_flash.c.
71541
71542     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
71543
71544 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
71545 Author: Kim Phillips <kim.phillips@freescale.com>
71546 Date:   Fri Aug 10 14:34:14 2007 -0500
71547
71548     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
71549
71550     and make some minor corrections to the FDT part of the README.
71551
71552     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71553
71554 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
71555 Author: Wolfgang Denk <wd@denx.de>
71556 Date:   Wed Aug 29 01:32:05 2007 +0200
71557
71558     Minor coding style cleanup.
71559
71560     Signed-off-by: Wolfgang Denk <wd@denx.de>
71561
71562 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
71563 Author: Heiko Schocher <hs@pollux.denx.de>
71564 Date:   Tue Aug 28 17:40:33 2007 +0200
71565
71566     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
71567
71568     Signed-off-by: Heiko Schocher <hs@denx.de>
71569
71570 commit f98984cb194bb34dbe1db9429d3b51133af30d07
71571 Author: Heiko Schocher <hs@pollux.denx.de>
71572 Date:   Tue Aug 28 17:39:14 2007 +0200
71573
71574     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
71575               define there own I/O functions.
71576               (Needed for the pcs440ep board).
71577             - The default I/O Functions are again 8 Bit accesses.
71578             - Added CONFIG_CMD_IDE for the pcs440ep Board.
71579
71580     Signed-off-by: Heiko Schocher <hs@denx.de>
71581
71582 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
71583 Author: Semih Hazar <semih.hazar@indefia.com>
71584 Date:   Mon Aug 20 19:00:01 2007 +0300
71585
71586     AVR32: Change prototype of memset
71587
71588     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
71589     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71590
71591 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
71592 Author: Yuri Tikhonov <yur@emcraft.com>
71593 Date:   Sat Aug 25 05:07:16 2007 +0200
71594
71595     POST: limit memory test area to not touch global data anymore
71596
71597     As experienced on lwmon5, on some boards the POST memory test can
71598     corrupt the global data buffer (bd). This patch fixes this issue
71599     by checking and limiting this area.
71600
71601     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
71602     Signed-off-by: Stefan Roese <sr@denx.de>
71603
71604 commit 75e1a84d483e36be10e206e539b028c4889e1158
71605 Author: Stefan Roese <sr@denx.de>
71606 Date:   Fri Aug 24 15:41:42 2007 +0200
71607
71608     ppc4xx: Add RTC POST test to lwmon5 board configuration
71609
71610     Since this RTC POST test is taking quite a while to complete
71611     it's only initiated upon special keypress same as the complete
71612     memory POST.
71613
71614     Signed-off-by: Stefan Roese <sr@denx.de>
71615
71616 commit d7bfa620037a6d2210159387571bdf93aa32c162
71617 Author: Stefan Roese <sr@denx.de>
71618 Date:   Fri Aug 24 15:19:10 2007 +0200
71619
71620     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
71621
71622     Signed-off-by: Stefan Roese <sr@denx.de>
71623
71624 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
71625 Author: Stefan Roese <sr@denx.de>
71626 Date:   Thu Aug 23 11:02:37 2007 +0200
71627
71628     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
71629
71630     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
71631     board. Now the "eeprom" command can be used to read/write from/to this
71632     device. Additionally a new command was added "eepromwp" to en-/disable
71633     the write-protect of this 2nd EEPROM.
71634
71635     The 1st EEPROM is not affected by this write-protect command.
71636
71637     Signed-off-by: Stefan Roese <sr@denx.de>
71638
71639 commit c64fb30e4c5976007d56fc1789c7a0666082b536
71640 Author: Stefan Roese <sr@denx.de>
71641 Date:   Wed Aug 22 08:56:09 2007 +0200
71642
71643     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
71644
71645     Signed-off-by: Stefan Roese <sr@denx.de>
71646
71647 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
71648 Author: Stefan Roese <sr@denx.de>
71649 Date:   Tue Aug 21 16:27:57 2007 +0200
71650
71651     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
71652
71653     This patch adds support for the matrix keyboard on the lwmon5 board.
71654     Since the implementation in the dsPCI is kind of compatible with the
71655     "old" lwmon board, most of the code is copied from the lwmon
71656     board directory.
71657
71658     Signed-off-by: Stefan Roese <sr@denx.de>
71659
71660 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
71661 Author: Wolfgang Denk <wd@denx.de>
71662 Date:   Sun Aug 19 10:27:34 2007 +0200
71663
71664     Fix some build errors.
71665
71666     Signed-off-by: Wolfgang Denk <wd@denx.de>
71667
71668 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
71669 Author: Wolfgang Denk <wd@denx.de>
71670 Date:   Sat Aug 18 22:00:38 2007 +0200
71671
71672     Update CHANGELOG.
71673
71674 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
71675 Author: Kim Phillips <kim.phillips@freescale.com>
71676 Date:   Thu Aug 16 22:52:39 2007 -0500
71677
71678     lib_ppc: make board_add_ram_info weak
71679
71680     platforms wishing to display RAM diagnostics in addition to size,
71681     can do so, on one line, in their own board_add_ram_info()
71682     implementation.
71683
71684     this consequently eliminates CONFIG_ADD_RAM_INFO.
71685
71686     Thanks to Stefan for the hint.
71687
71688     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71689
71690 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
71691 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
71692 Date:   Fri Aug 17 12:43:44 2007 +0900
71693
71694     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
71695
71696     This patch has been sent on:
71697     - 6 Jun 2007
71698
71699     Many users of PCI config read routines tend to ignore the function
71700     ret value, and are only concerned about the contents of *val. Based
71701     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
71702     the *val on dword read error.
71703
71704     Without this fix, for example, we'll go on scanning bus with vendor or
71705     header_type uninitialized. This brings many unnecessary config trials.
71706
71707     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
71708
71709 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
71710 Author: Stefan Roese <sr@denx.de>
71711 Date:   Sat Aug 18 14:37:52 2007 +0200
71712
71713     ColdFire: Fix some remaining problems with CFG_CMD_
71714
71715     Signed-off-by: Stefan Roese <sr@denx.de>
71716
71717 commit 8280f6a1c43247616b68224675188e5ccd124650
71718 Author: Stefan Roese <sr@denx.de>
71719 Date:   Sat Aug 18 14:33:02 2007 +0200
71720
71721     Coding style cleanup
71722
71723     Signed-off-by: Stefan Roese <sr@denx.de>
71724
71725 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
71726 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71727 Date:   Thu Aug 16 19:23:50 2007 -0500
71728
71729     ColdFire: Add M5235EVB Platform for MCF523x
71730
71731     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71732
71733 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
71734 Author: Kim Phillips <kim.phillips@freescale.com>
71735 Date:   Fri Aug 17 09:30:00 2007 -0500
71736
71737     mpc83xx: fix typo in DDR2 programming
71738
71739     introduced in the implement board_add_ram_info patch as I was cleaning out the
71740     magic numbers.  sorry.
71741
71742     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71743
71744 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
71745 Author: Kim Phillips <kim.phillips@freescale.com>
71746 Date:   Thu Aug 16 22:53:09 2007 -0500
71747
71748     mpc83xx: move freescale boards to boards/freescale
71749
71750     includes build fixes.
71751
71752     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71753
71754 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
71755 Author: Kim Phillips <kim.phillips@freescale.com>
71756 Date:   Thu Aug 16 22:52:59 2007 -0500
71757
71758     mpc83xx: suppress unused variable 'val8' warning
71759
71760     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71761
71762 commit bbea46f76f767b919070b4829bf34c86bd223248
71763 Author: Kim Phillips <kim.phillips@freescale.com>
71764 Date:   Thu Aug 16 22:52:48 2007 -0500
71765
71766     mpc83xx: implement board_add_ram_info
71767
71768     add board_add_ram_info, to make memory diagnostic output more
71769     consistent. u-boot banner output now looks like:
71770
71771     DRAM:  256 MB (DDR1, 64-bit, ECC on)
71772
71773     and for boards with SDRAM on the local bus, a line such as this is
71774     added:
71775
71776     SDRAM: 64 MB (local bus)
71777
71778     also replaced some magic numbers with their equivalent define names.
71779
71780     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71781
71782 commit 14778585d1389d86d5846efec29e5fce892680ce
71783 Author: Tony Li <tony.li@freescale.com>
71784 Date:   Fri Aug 17 10:35:59 2007 +0800
71785
71786     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
71787
71788     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
71789     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
71790
71791     Signed-off-by Tony Li <tony.li@freescale.com>
71792
71793 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
71794 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71795 Date:   Thu Aug 16 15:05:11 2007 -0500
71796
71797     ColdFire: Add M54455EVB for MCF5445x
71798
71799     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71800
71801 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
71802 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71803 Date:   Thu Aug 16 13:20:50 2007 -0500
71804
71805     ColdFire: Add M5253EVBE platform for MCF52x2
71806
71807     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71808
71809 commit a605aacd8324094199402816cc6d9124aba57b8d
71810 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71811 Date:   Thu Aug 16 05:04:31 2007 -0500
71812
71813     ColdFire: Add M5249EVB platform for MCF52x2
71814
71815     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71816
71817 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
71818 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71819 Date:   Wed Aug 15 20:32:06 2007 -0500
71820
71821     ColdFire: Update Freescale MCF52x2 platforms
71822
71823     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71824
71825 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
71826 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71827 Date:   Wed Aug 15 19:55:10 2007 -0500
71828
71829     ColdFire: Update EB+MCF-EV123 platform
71830
71831     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71832
71833 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
71834 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71835 Date:   Wed Aug 15 19:46:38 2007 -0500
71836
71837     ColdFire: update TASREG platform for MCF52x2
71838
71839     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71840
71841 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
71842 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71843 Date:   Wed Aug 15 19:45:51 2007 -0500
71844
71845     ColdFire: update r5200 platform for MCF52x2
71846
71847     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71848
71849 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
71850 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71851 Date:   Wed Aug 15 19:43:20 2007 -0500
71852
71853     ColdFire: idmr platform MCF52x2 update
71854
71855     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71856
71857 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
71858 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71859 Date:   Wed Aug 15 19:41:06 2007 -0500
71860
71861     ColdFire: cobra5272 platform for MCF52x2 update
71862
71863     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71864
71865 commit 56115665b4a64c10c01440c57749b265e0908fa4
71866 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71867 Date:   Wed Aug 15 19:38:15 2007 -0500
71868
71869     ColdFire: MCF52x2 Header files update
71870
71871     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71872
71873 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
71874 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71875 Date:   Wed Aug 15 19:21:21 2007 -0500
71876
71877     ColdFire: MCF52x2 update
71878
71879     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71880
71881 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
71882 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71883 Date:   Wed Aug 15 18:46:11 2007 -0500
71884
71885     ColdFire: MCF5329 update cache
71886
71887     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71888
71889 commit 7171977fb8fd77cfb6676953fa9a05789c450513
71890 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71891 Date:   Wed Aug 15 15:40:20 2007 -0500
71892
71893     ColdFire: MCF5329 header file clean up
71894
71895     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71896
71897 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
71898 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71899 Date:   Wed Aug 15 15:39:17 2007 -0500
71900
71901     ColdFire: MCF5329 Update and cleanup
71902
71903     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
71904
71905 commit 10327dc5541f947c0cf7e31fef86c4706169607a
71906 Author: Andy Fleming <afleming@freescale.com>
71907 Date:   Thu Aug 16 16:35:02 2007 -0500
71908
71909     Add CONFIG_HAS_ETH0 to all boards with TSEC
71910
71911     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
71912     to update TSEC1's device-tree node, so we need to add it
71913     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
71914     since they will eventually do something similar.
71915
71916     Signed-off-by: Andy Fleming <afleming@freescale.com>
71917
71918 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
71919 Author: Kumar Gala <galak@kernel.crashing.org>
71920 Date:   Thu Aug 16 15:05:04 2007 -0500
71921
71922     Update MPC8544 DS PCI memory map
71923
71924     The PCIe bus that the ULI M1575 is connected to has no possible way of
71925     needing more than the fixed amount of IO & Memory space needed by the ULI.
71926
71927     So make it use far less IO & memory space and have it use the shared LAW.  This
71928     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
71929     by each bus.
71930
71931     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71932
71933 commit ea5877e31ed63ade948fd1293895ec23fe01472e
71934 Author: Kumar Gala <galak@kernel.crashing.org>
71935 Date:   Thu Aug 16 11:01:21 2007 -0500
71936
71937     Fix up some fdt issues on 8544DS
71938
71939     It looks like we had a merge issue that duplicated a bit of code
71940     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
71941     the MAC address properly set in the device tree on boot for TSEC1
71942
71943     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71944
71945 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
71946 Author: Niklaus Giger <niklaus.giger@netstal.com>
71947 Date:   Thu Aug 16 15:16:03 2007 +0200
71948
71949     PPC4xx:HCU4/5 cleanup
71950
71951     Minor cleanups to confirm to the u-boot coding style.
71952     Some german expressions -> english.
71953     HCU5 enforces a unique IP adress for a given slot in the rack.
71954
71955     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
71956
71957 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
71958 Author: Niklaus Giger <niklaus.giger@netstal.com>
71959 Date:   Thu Aug 16 15:16:02 2007 +0200
71960
71961     PPC4xx:HCU4/5 cleanup ecc/sdram init
71962
71963     Make ecc initialisation robust, as DDR2-ECC errors may be generated
71964     while zeroing the RAM.
71965
71966     Return 16 bytes (a cacheline) less than the available memory, as the
71967     board and/or PPC440EPx might have problems accessing the last bytes.
71968
71969     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
71970
71971 commit d35b508a55508535b6e8445b718585d27df733d3
71972 Author: Kim Phillips <kim.phillips@freescale.com>
71973 Date:   Wed Aug 15 22:29:56 2007 -0500
71974
71975     fdt: suppress unused variable 'bd' warning
71976
71977     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71978
71979 commit 82bd9ee77490588d4da785d75829ca63d0176baf
71980 Author: Andy Fleming <afleming@freescale.com>
71981 Date:   Wed Aug 15 20:06:50 2007 -0500
71982
71983     Fix warnings from of_data copy fix
71984
71985     Forgot to cast of_flat_tree to ulong.
71986
71987     Signed-off-by: Andy Fleming <afleming@freescale.com>
71988
71989 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
71990 Author: Andy Fleming <afleming@freescale.com>
71991 Date:   Wed Aug 15 20:03:44 2007 -0500
71992
71993     Don't wait for disconnected TSECs
71994
71995     The TSEC driver's PHY code waits a long time for autonegotiation to
71996     complete, even if the link is down.  The PHY knows the link is
71997     down or up before autonegotiation completes, so we can short-circuit
71998     the process if the link is down.
71999
72000     Signed-off-by: Andy Fleming <afleming@freescale.com>
72001
72002 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
72003 Author: Andy Fleming <afleming@freescale.com>
72004 Date:   Wed Aug 15 20:03:34 2007 -0500
72005
72006     Fix numerous bugs in the 8568 UEC support
72007
72008     Actually, fixed a large bug in the UEC for *all* platforms.
72009     How did this ever work?
72010
72011     uec_init() did not follow the spec for eth_init(), and returned
72012     0 on success.  Switch it to return the link like tsec_init()
72013     (and 0 on error)
72014
72015     The immap for the 8568 was defined based on MPC8568, rather than
72016     CONFIG_MPC8568
72017
72018     CONFIG_QE was off
72019
72020     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
72021
72022     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
72023     enabled
72024
72025     Signed-off-by: Andy Fleming <afleming@freescale.com>
72026
72027 commit 3a79013e2adda53332dfd0b511066a805e929a9d
72028 Author: Andy Fleming <afleming@freescale.com>
72029 Date:   Wed Aug 15 20:03:25 2007 -0500
72030
72031     Define tsec flag values in config files
72032
72033     The tsec_info structure and array has a "flags" field for each
72034     ethernet controller.  This field is the only reason there are
72035     settings.  Switch to defining TSECn_FLAGS for each controller
72036     in the config header, and we can greatly simplify the array, and
72037     also simplify the addition of future boards.
72038
72039     Signed-off-by: Andy Fleming <afleming@freescale.com>
72040
72041 commit ec7238229507e7f47533a611ea8c53319d234cf3
72042 Author: Andy Fleming <afleming@freescale.com>
72043 Date:   Wed Aug 15 20:03:13 2007 -0500
72044
72045     Add support for building all boards with a TSEC
72046
72047     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
72048     Now we can do a MAKEALL test on all of them!
72049
72050     Signed-off-by: Andy Fleming <afleming@freescale.com>
72051
72052 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
72053 Author: Andy Fleming <afleming@freescale.com>
72054 Date:   Wed Aug 15 17:30:56 2007 -0500
72055
72056     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
72057
72058     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
72059     neglected to *also* put the code inside the similar #ifdef
72060     for CONFIG_OF_FLAT_TREE.
72061
72062     Signed-off-by: Andy Fleming <afleming@freescale.com>
72063
72064 commit 78f9fef7f406078c8bf7191e665a73f795157746
72065 Author: Scott Wood <scottwood@freescale.com>
72066 Date:   Wed Aug 15 15:46:46 2007 -0500
72067
72068     mpc885ads: Don't define CONFIG_BZIP2.
72069
72070     bzip2 requires a significant chunk of malloc space, and there isn't
72071     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
72072     and a downloaded image at 0x400000.
72073
72074     Signed-off-by: Scott Wood <scottwood@freescale.com>
72075
72076 commit 002275a3ed8b114885f6702d6d544d0780dfe689
72077 Author: Michal Simek <Monstr@seznam.cz>
72078 Date:   Thu Aug 16 08:54:10 2007 +0200
72079
72080     Bios emulator - fix microblaze toolchain problem
72081
72082     microblaze CPU have problem with bios_emulator code.
72083     Microblaze toolchain doesn't support PRAGMA PACK.
72084
72085     Signed-off-by: Michal Simek <monstr@monstr.eu>
72086
72087 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
72088 Author: Wolfgang Denk <wd@denx.de>
72089 Date:   Thu Aug 16 11:51:04 2007 +0200
72090
72091     Minor Coding Style fix; Update CHANGELOG file.
72092
72093     Signed-off-by: Wolfgang Denk <wd@denx.de>
72094
72095 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
72096 Author: Stefan Roese <sr@denx.de>
72097 Date:   Thu Aug 16 11:21:49 2007 +0200
72098
72099     ppc4xx: Remove #warning in esd auto_update.c
72100
72101     Signed-off-by: Stefan Roese <sr@denx.de>
72102
72103 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
72104 Author: Stefan Roese <sr@denx.de>
72105 Date:   Fri Jun 22 17:32:28 2007 +0200
72106
72107     ppc7xx: Update CPCI750 board
72108
72109     This small CPCI750 update extends the board specific command
72110     "show_config" to display the Marvell strapping registers and
72111     extends the PCI IDE controller.
72112
72113     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
72114     Signed-off-by: Stefan Roese <sr@denx.de>
72115
72116 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
72117 Author: Michal Simek <monstr@monstr.eu>
72118 Date:   Thu Aug 16 10:46:28 2007 +0200
72119
72120     [FIX] Changes for bios_emulator code for others architecture
72121
72122 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
72123 Author: Michal Simek <monstr@monstr.eu>
72124 Date:   Thu Aug 16 10:45:09 2007 +0200
72125
72126     [FIX] Remove unused include file
72127
72128 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
72129 Author: Stefan Roese <sr@denx.de>
72130 Date:   Thu Aug 16 10:18:33 2007 +0200
72131
72132     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
72133
72134     Signed-off-by: Stefan Roese <sr@denx.de>
72135
72136 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
72137 Author: Stefan Roese <sr@denx.de>
72138 Date:   Thu Aug 16 09:54:51 2007 +0200
72139
72140     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
72141
72142     Signed-off-by: Stefan Roese <sr@denx.de>
72143
72144 commit 02ba7022f62bb75908296c58c63866e1d294b69a
72145 Author: Stefan Roese <sr@denx.de>
72146 Date:   Thu Aug 16 09:52:29 2007 +0200
72147
72148     ppc4xx: Update Sequoia/Rainier bootstrap command
72149
72150     As suggested by David Mitchell, here an update for the Sequoia/Rainier
72151     bootstrap command.
72152
72153     Signed-off-by: Stefan Roese <sr@denx.de>
72154
72155 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
72156 Author: Kim Phillips <kim.phillips@freescale.com>
72157 Date:   Wed Aug 15 22:30:39 2007 -0500
72158
72159     mpc83xx: enable libfdt by default on freescale boards
72160
72161     this enables libfdt code by default for the
72162     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
72163     mpc8349itx and gp boards.
72164
72165     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72166
72167 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
72168 Author: Kim Phillips <kim.phillips@freescale.com>
72169 Date:   Wed Aug 15 22:30:33 2007 -0500
72170
72171     mpc83xx: migrate remaining freescale boards to libfdt
72172
72173     this adds libfdt support code for the freescale
72174     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
72175     and gp boards.
72176
72177     Boards remain compatible with OF_FLAT_TREE.
72178
72179     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72180
72181 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
72182 Author: Kim Phillips <kim.phillips@freescale.com>
72183 Date:   Wed Aug 15 22:30:26 2007 -0500
72184
72185     mpc83xx: move common /memory node update mechanism to cpu.c
72186
72187     also adds common prototypes to include/common.h.
72188
72189     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72190
72191 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
72192 Author: Kim Phillips <kim.phillips@freescale.com>
72193 Date:   Wed Aug 15 22:30:19 2007 -0500
72194
72195     mpc83xx: remaining 8360 libfdt fixes
72196
72197     PCI clocks and QE frequencies weren't being updated, and the core clock
72198     was being updated incorrectly.  This patch also adds a /memory node if
72199     it doesn't already exist prior to update.
72200
72201     plus some cosmetic trimming to single line comments.
72202
72203     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72204
72205 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
72206 Author: Kim Phillips <kim.phillips@freescale.com>
72207 Date:   Wed Aug 15 22:30:12 2007 -0500
72208
72209     mpc83xx: fix UEC2->1 typo in libfdt setup code
72210
72211     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72212
72213 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
72214 Author: Kim Phillips <kim.phillips@freescale.com>
72215 Date:   Wed Aug 15 22:30:05 2007 -0500
72216
72217     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
72218
72219     and reorder the existing 83xx maintainers alpha.
72220
72221     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72222
72223 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
72224 Author: Michal Simek <monstr@monstr.eu>
72225 Date:   Wed Aug 15 21:15:05 2007 +0200
72226
72227     [FIX] Resolve problem with warnings
72228     microblaze toolchain don't support PRAGMA PACK.
72229
72230 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
72231 Author: Michal Simek <monstr@monstr.eu>
72232 Date:   Wed Aug 15 21:05:07 2007 +0200
72233
72234     [FIX] Correction command setting for Microblaze boards
72235
72236 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
72237 Author: Michal Simek <monstr@monstr.eu>
72238 Date:   Wed Aug 15 21:03:41 2007 +0200
72239
72240     [FIX] Correction command definition
72241
72242 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
72243 Author: Jon Loeliger <jdl@freescale.com>
72244 Date:   Wed Aug 15 11:55:35 2007 -0500
72245
72246     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
72247
72248     Remove a leftover in net/tftp.c while we're at it.
72249
72250     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72251
72252 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
72253 Author: Jon Loeliger <jdl@freescale.com>
72254 Date:   Wed Aug 15 12:20:40 2007 -0500
72255
72256     Move the MPC8641HPCN board under board/freescale.
72257
72258     Minor path corrections needed to ensure buildability.
72259
72260     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72261
72262 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
72263 Author: Jon Loeliger <jdl@freescale.com>
72264 Date:   Wed Aug 15 11:46:22 2007 -0500
72265
72266     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
72267
72268     Remove a leftover in net/tftp.c while we're at it.
72269
72270     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72271
72272 commit 210f463c71917b7a4495c2103c228b9c179ae64d
72273 Author: Jerry Van Baren <gvb.uboot@gmail.com>
72274 Date:   Wed Aug 15 11:13:15 2007 -0400
72275
72276     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
72277
72278     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
72279     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
72280     when it should have gone inside of the conditional.  As a result, it
72281     broke non-LIBFDT board builds.
72282
72283     Also added a missing "not." to the comment.
72284
72285     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72286
72287 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
72288 Author: Niklaus Giger <niklaus.giger@netstal.com>
72289 Date:   Wed Aug 15 12:14:23 2007 +0200
72290
72291     PPC4xx:HCU4/5-Board fix compile warning
72292
72293     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
72294
72295 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
72296 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
72297 Date:   Tue Aug 14 14:06:45 2007 -0500
72298
72299     Fix malloc size error in ahci_init_one.
72300
72301     Typically this causes scsi init to corrupt the
72302     devlist and break the coninfo command.
72303     Fix a compiler size warning.
72304
72305     Signed-off-by: Jason Jin <jason.jin@freescale.com>
72306     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72307     Acked-by: Andy Fleming <afleming@freescale.com>
72308
72309 commit b361acd64fd2525c081b9b288b0804efe209c0e9
72310 Author: ksi@koi8.net <ksi@koi8.net>
72311 Date:   Tue Aug 14 10:02:16 2007 -0700
72312
72313     TI DaVinci - fix unsupported %hhx format
72314
72315     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
72316
72317 commit f01dbb5424a81453c81190dd30e945891466f621
72318 Author: Wolfgang Denk <wd@denx.de>
72319 Date:   Tue Aug 14 18:42:36 2007 +0200
72320
72321     Coding style cleanup. Update CHANGELOG.
72322
72323     Signed-off-by: Wolfgang Denk <wd@denx.de>
72324
72325 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
72326 Author: Andy Fleming <afleming@freescale.com>
72327 Date:   Tue Aug 14 10:32:59 2007 -0500
72328
72329     Fix initrd/dtb interaction
72330
72331     The original code would wrongly relocate the blob to be right before
72332     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
72333     if it is defined.  So we make two changes:
72334
72335     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
72336
72337     2) If the blob is being relocated, relocate it before kbd, not initrd
72338
72339     Signed-off-by: Andy Fleming <afleming@freescale.com>
72340
72341 commit e54b970173769307a116bd34028b6d0c2eea2a4e
72342 Author: Peter Pearse <peter.pearse@arm.com>
72343 Date:   Tue Aug 14 15:40:00 2007 +0100
72344
72345     Supply spi interface in at45.c
72346
72347 commit 4ce846ec59f36b85d6644a769690ad3feb667575
72348 Author: Stefan Roese <sr@denx.de>
72349 Date:   Tue Aug 14 15:12:01 2007 +0200
72350
72351     POST: Fix merge problem
72352
72353     Signed-off-by: Stefan Roese <sr@denx.de>
72354
72355 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
72356 Author: Stefan Roese <sr@denx.de>
72357 Date:   Tue Aug 14 15:03:17 2007 +0200
72358
72359     Coding style cleanup
72360
72361     Signed-off-by: Stefan Roese <sr@denx.de>
72362
72363 commit 779e975117a75e91fcebe226a63104dbfb924ab1
72364 Author: Stefan Roese <sr@denx.de>
72365 Date:   Tue Aug 14 14:44:41 2007 +0200
72366
72367     ppc4xx: Add initial Zeus (PPC405EP) board support
72368
72369     Signed-off-by: Stefan Roese <sr@denx.de>
72370
72371 commit c5a172a5fd636c12467429e3f7910e53773979c6
72372 Author: Stefan Roese <sr@denx.de>
72373 Date:   Tue Aug 14 14:41:55 2007 +0200
72374
72375     POST: Add option for external ethernet loopback test
72376
72377     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
72378     is not done using an internal loopback connection, but by assuming
72379     that an external loopback connector is plugged into the board.
72380
72381     Signed-off-by: Stefan Roese <sr@denx.de>
72382
72383 commit eb2b4010ae426245172988804ee8d9193fb41038
72384 Author: Stefan Roese <sr@denx.de>
72385 Date:   Tue Aug 14 14:39:44 2007 +0200
72386
72387     POST: Add ppc405 support to cache and UART POST
72388
72389     Signed-off-by: Stefan Roese <sr@denx.de>
72390
72391 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
72392 Author: Peter Pearse <peter.pearse@arm.com>
72393 Date:   Tue Aug 14 10:46:32 2007 +0100
72394
72395     Replace lost end of at45.c.
72396
72397 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
72398 Author: Peter Pearse <peter.pearse@arm.com>
72399 Date:   Tue Aug 14 10:30:06 2007 +0100
72400
72401     Update Makefiles for merged and split at45.c.
72402
72403 commit 3454cece2db57cb9eb7087995f7e73066a163f71
72404 Author: Peter Pearse <peter.pearse@arm.com>
72405 Date:   Tue Aug 14 10:21:06 2007 +0100
72406
72407     Delete the merged files.
72408
72409 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
72410 Author: Peter Pearse <peter.pearse@arm.com>
72411 Date:   Tue Aug 14 10:14:05 2007 +0100
72412
72413     Add the files.
72414
72415 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
72416 Author: Peter Pearse <peter.pearse@arm.com>
72417 Date:   Tue Aug 14 10:10:52 2007 +0100
72418
72419     Add MACH_TYPE records for several AT91 boards.
72420     Merge to two at45.c files into a common file, split to at45.c and spi.c
72421     Fix spelling error in DM9161 PHY Support.
72422     Initialize at91rm9200 board (and set LED).
72423     Add PIO control for at91rm9200dk LEDs and Mux.
72424     Change dataflash partition boundaries to be compatible with Linux 2.6.
72425
72426     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
72427     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
72428
72429 commit 4ef35e53c693556c54b0c22d6f873de87bade253
72430 Author: Wolfgang Denk <wd@denx.de>
72431 Date:   Tue Aug 14 09:54:46 2007 +0200
72432
72433     Coding style cleanup, update CHANGELOG
72434
72435     Signed-off-by: Wolfgang Denk <wd@denx.de>
72436
72437 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
72438 Author: Wolfgang Denk <wd@denx.de>
72439 Date:   Tue Aug 14 09:47:27 2007 +0200
72440
72441     Coding style cleanup; rebuild CHANGELOG
72442
72443 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
72444 Author: Randy Vinson <rvinson@linuxbox.(none)>
72445 Date:   Tue Feb 27 19:42:22 2007 -0700
72446
72447     85xxCDS: Add make targets for legacy systems.
72448
72449     The PCI ID select values on the Arcadia main board differ depending
72450     on the version of the hardware. The standard configuration supports
72451     Rev 3.1. The legacy target supports Rev 2.x.
72452
72453     Signed-off-by Randy Vinson <rvinson@mvista.com>
72454
72455 commit e41094c7e38177c755fbd9b182018069614f080d
72456 Author: Andy Fleming <afleming@freescale.com>
72457 Date:   Tue Aug 14 01:50:09 2007 -0500
72458
72459     85xxCDS: Enable the VIA PCI-to-ISA bridge.
72460
72461     Author: Randy Vinson <rvinson@linuxbox.(none)>
72462
72463     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
72464     Arcadia main board.
72465
72466     Signed-off-by: Randy Vinson <rvinson@mvista.com>
72467     Signed-off-by: York Sun <yorksun@freescale.com>
72468
72469 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
72470 Author: Andy Fleming <afleming@freescale.com>
72471 Date:   Tue Aug 14 00:14:25 2007 -0500
72472
72473     Add support for UEC to 8568
72474
72475     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
72476     Signed-off-by: Andy Fleming <afleming@freescale.com>
72477
72478 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
72479 Author: Haiying Wang <Haiying.Wang@freescale.com>
72480 Date:   Tue Jun 19 14:18:34 2007 -0400
72481
72482     Add PCI support for MPC8568MDS board
72483
72484     This patch is against u-boot-mpc85xx.git of www.denx.com
72485
72486     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
72487     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
72488
72489 commit d111d6382c99fdea08c2312eeeae8786945e189a
72490 Author: Haiying Wang <Haiying.Wang@freescale.com>
72491 Date:   Tue Jun 19 14:18:32 2007 -0400
72492
72493     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
72494
72495     This patch is against u-boot-mpc85xx.git of www.denx.com
72496
72497     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
72498     both MPC8548CDS board and MPC8568MDS board, especially for supporting
72499     533MHz DDR2.
72500
72501     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
72502     DDR2 on all current board versions especially ver 1.92 or later to bring
72503     up.
72504
72505     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
72506
72507 commit 3db0bef59eab1155801618cef5c481e97553b597
72508 Author: Kumar Gala <galak@kernel.crashing.org>
72509 Date:   Tue Aug 7 18:07:27 2007 -0500
72510
72511     Use an absolute address when jumping out of 4k boot page
72512
72513     On e500 when we leave the 4k boot page we should use an absolute address since
72514     we don't know where the board code may want us to be really running at.
72515
72516     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72517
72518 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
72519 Author: Andy Fleming <afleming@freescale.com>
72520 Date:   Mon Aug 13 14:49:59 2007 -0500
72521
72522     MPC85xx BA bits not set for 3-bit bank address DIMM
72523
72524     The current implementation does not set the number of bank address bits
72525     (BA) in the processor. The default assumes 2 logical bank bits. This
72526     works fine for a DIMM that uses devices with 4 internal banks (SPD
72527     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
72528     devices with 8 internal banks (SPD byte17 = 0x8).
72529
72530     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
72531
72532 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
72533 Author: Andy Fleming <afleming@freescale.com>
72534 Date:   Mon Aug 13 14:38:06 2007 -0500
72535
72536     Fix minor 85xx warnings
72537
72538     Some patches had inserted warnings into the build:
72539     * mpc8560ads declared data without using it
72540     * cpu_init declared ecm and immap without using it in all CONFIGs
72541     * MPC8548CDS.h had its default filenames changed so that they contained
72542       "\m" in the paths.  Made the defaults not Windows-specific (or
72543       anything-specific)
72544
72545     Signed-off-by: Andy Fleming <afleming@freescale.com>
72546
72547 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
72548 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
72549 Date:   Fri Jul 27 01:50:52 2007 -0500
72550
72551     8548cds PCIE support.
72552
72553     Make the early L1 cache stack region guarded to prevent speculative
72554     fetches outside the locked range.
72555
72556     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
72557     init.S whitespace cleanup.
72558
72559     Allow TEXT_BASE value to be specified on command line.  This allows it
72560     to be set to 0xfffc0000 which cuts the uboot binary in half.
72561
72562     Clear and enable lbc and ecm errors.
72563
72564     Update last_busno in device-tree for pci and pcie.
72565
72566     Remove load of obsolete cpu/mpc85xx/pci.0
72567
72568     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72569     Acked-by: Andy Fleming <afleming@freescale.com>
72570
72571 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
72572 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
72573 Date:   Fri Jul 27 01:50:51 2007 -0500
72574
72575     8544ds PCIE support
72576
72577     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
72578
72579     Enable LBC and ECM errors and clear error registers.
72580
72581     Add tftpflash env var to get uboot from tftp server and flash it.
72582
72583     Add pci/pcie convenience env vars to display register space:
72584       "run pcie3regs" to see all pcie3 ccsr registers
72585       "run pcie3cfg" to see all cfg registers
72586     Whitespace cleanup and MPC8544DS.h
72587
72588     Enable CONFIG_INTERRUPTS.
72589
72590     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72591     Acked-by: Andy Fleming <afleming@freescale.com>
72592
72593 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
72594 Author: Andy Fleming <afleming@freescale.com>
72595 Date:   Tue Aug 14 01:34:21 2007 -0500
72596
72597     85xx start.S cleanup and exception support
72598
72599     From: Ed Swarthout <Ed.Swarthout@freescale.com>
72600
72601     Support external interrupts from platform to eliminate system hangs.
72602     Define CONFIG_INTERRUPTS board configure option to enable.
72603     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
72604
72605     Remove extra cpu initialization redundant with hardware initialization.
72606     Whitespace cleanup.
72607
72608     Define and use _START_OFFSET consistent with other processors using
72609     ppc_asm.tmpl
72610
72611     Move additional code from .text to boot page to make room for
72612     exception vectors at start of image.
72613
72614     Handle Machine Check, External and Critical exceptions.
72615
72616     Fix e500 machine check error determination in traps.c
72617
72618     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
72619
72620     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72621     Acked-by: Andy Fleming <afleming@freescale.com>
72622
72623 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
72624 Author: Andy Fleming <afleming@freescale.com>
72625 Date:   Tue Aug 14 01:33:18 2007 -0500
72626
72627     Add MPC8544DS README
72628
72629     Signed-off-by: Andy Fleming <afleming@freescale.com>
72630
72631 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
72632 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
72633 Date:   Fri Jul 27 01:50:48 2007 -0500
72634
72635     85xx allow debugger to configure ddr.
72636
72637     Only check for mpc8548 rev 1 when compiled for 8548.
72638
72639     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72640     Acked-by: Andy Fleming <afleming@freescale.com>
72641
72642 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
72643 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
72644 Date:   Fri Jul 27 01:50:47 2007 -0500
72645
72646     mpc85xx L2 cache reporting and SRAM relocation option.
72647
72648     Allow debugger to override flash cs0/cs1 settings to enable alternate
72649     boot regions
72650
72651     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72652     Acked-by: Andy Fleming <afleming@freescale.com>
72653
72654 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
72655 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
72656 Date:   Fri Jul 27 01:50:46 2007 -0500
72657
72658     e500 needs ppc_asm.tmp MCK_EXCEPTION
72659
72660     Always define MCK_EXCEPTION macro - so e500 can use it too.
72661
72662     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72663     Acked-by: Andy Fleming <afleming@freescale.com>
72664
72665 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
72666 Author: David Updegraff <dave@cray.com>
72667 Date:   Mon Jun 11 10:41:07 2007 -0500
72668
72669     multicast tftp: RFC2090
72670
72671     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
72672     on Realtek RTL8139 and Freescale TSEC.
72673
72674     Signed-off-by: David Updegraff <dave@cray.com>
72675     Signed-off-by: Ben Warren <bwarren@qstreams.com>
72676
72677 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
72678 Author: Wilson Callan <wcallan@savantav.com>
72679 Date:   Sat Jul 28 10:56:13 2007 -0400
72680
72681     New CONFIG_BOOTP_SERVERIP option
72682
72683     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
72684     from the bootp server
72685
72686     Signed-off-by: Wilson Callan <wcallan@savantav.com>
72687     Signed-off-by: Ben Warren <bwarren@qstreams.com>
72688
72689 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
72690 Author: Mike Rapoport <mike@compulab.co.il>
72691 Date:   Sun Aug 12 08:48:27 2007 +0300
72692
72693     Add ability to take MAC address from the environment to DM9000 driver
72694
72695     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
72696     Signed-off-by: Ben Warren <bwarren@qstreams.com>
72697
72698 commit be5d72d10d47609326226225181e301fb9a33b58
72699 Author: Wolfgang Denk <wd@denx.de>
72700 Date:   Mon Aug 13 21:57:53 2007 +0200
72701
72702     Minor coding style cleanup. Update CHANGELOG.
72703
72704     Signed-off-by: Wolfgang Denk <wd@denx.de>
72705
72706 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
72707 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
72708 Date:   Sat Aug 11 06:54:58 2007 -0500
72709
72710     Modify SBC8641D to use new Freescale PCI routines
72711
72712     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
72713     adapter.
72714
72715     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
72716     Signde-off-by: Jon Loeliger <jdl@freescale.com>
72717
72718 commit a08458303e7f9db67f296980036d3292c35cb45c
72719 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72720 Date:   Fri Jun 29 18:38:51 2007 +0200
72721
72722     atmel_mci: Fix data timeout value
72723
72724     Calculate the data timeout based on values from the CSD instead of
72725     just using a hardcoded DTOR value. This is a backport of a similar fix
72726     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
72727     instead of down.
72728
72729     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72730
72731 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
72732 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72733 Date:   Mon Aug 13 17:22:31 2007 +0200
72734
72735     AVR32: Include <div64.h> instead of <asm/div64.h>
72736
72737     include/asm-avr32/div64.h was recently moved to include/div64.h, but
72738     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
72739     the patch was merged perhaps?)
72740
72741     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
72742     compiles again.
72743
72744     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72745
72746 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
72747 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72748 Date:   Wed Jun 27 13:34:26 2007 +0200
72749
72750     atmel_mci: Use 512 byte blocksize if possible
72751
72752     Instead of always using the largest blocksize the card supports, check
72753     if it can support smaller block sizes and use 512 bytes if possible.
72754     Most cards do support this, and other parts of u-boot seem to have
72755     trouble with block sizes different from 512 bytes.
72756
72757     Also enable underrun/overrun protection.
72758
72759     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72760     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
72761
72762 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
72763 Author: Stefan Roese <sr@denx.de>
72764 Date:   Mon Aug 13 09:05:33 2007 +0200
72765
72766     ppc4xx: Fix problem in PLL clock calculation
72767
72768     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
72769     and fixes a bug in the PLL clock calculation.
72770
72771     Signed-off-by: Stefan Roese <sr@denx.de>
72772
72773 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
72774 Author: Wolfgang Denk <wd@denx.de>
72775 Date:   Sun Aug 12 21:34:50 2007 +0200
72776
72777     Update CHANGELOG
72778
72779 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
72780 Author: Wolfgang Denk <wd@denx.de>
72781 Date:   Sun Aug 12 21:34:34 2007 +0200
72782
72783     Minor alignment of output, 2nd try.
72784     Also update CHANGELOG
72785
72786     Signed-off-by: Wolfgang Denk <wd@denx.de>
72787
72788 commit 6b309f22a724fad8418e811751a0741b893419cf
72789 Author: Wolfgang Denk <wd@denx.de>
72790 Date:   Sun Aug 12 20:35:49 2007 +0200
72791
72792     Minor alignment of output
72793
72794     Signed-off-by: Wolfgang Denk <wd@denx.de>
72795
72796 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
72797 Author: Wolfgang Denk <wd@denx.de>
72798 Date:   Sun Aug 12 18:28:18 2007 +0200
72799
72800     Cleanup output on ADS5121 board
72801
72802     Signed-off-by: Wolfgang Denk
72803
72804 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
72805 Author: Wolfgang Denk <wd@denx.de>
72806 Date:   Sun Aug 12 15:11:38 2007 +0200
72807
72808     Adapt board configuration and fix kernel crash on MCC200 board.
72809
72810     The update procedure was modified to turn off the USB subsystem
72811     before exit for MCC200 and TRAB. This is necessary as otherwise the
72812     USB controller continues to write periodically to system memory!
72813
72814     MCC200-specific notes:
72815     - the patch disables the magic key check for MCC200
72816     - the patch contains the configuration changes made
72817       for the new revision of the board.
72818
72819     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
72820     Signed-off-by: Wolfgang Denk <wd@denx.de>
72821
72822 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
72823 Author: Wolfgang Denk <wd@denx.de>
72824 Date:   Sun Aug 12 14:47:54 2007 +0200
72825
72826     Adjust default configuration of ADS5121 board.
72827
72828     Signed-off-by: Wolfgang Denk <wd@denx.de>
72829
72830 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
72831 Author: Wolfgang Denk <wd@denx.de>
72832 Date:   Sun Aug 12 14:27:39 2007 +0200
72833
72834     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
72835
72836     Signed-off-by: Wolfgang Denk <wd@denx.de>
72837
72838 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
72839 Author: Gerald Van Baren <vanbaren@cideas.com>
72840 Date:   Tue Aug 7 21:14:22 2007 -0400
72841
72842     Improve error print messages.
72843
72844     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72845
72846 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
72847 Author: Kim Phillips <kim.phillips@freescale.com>
72848 Date:   Tue Jul 17 13:57:04 2007 -0500
72849
72850     fdt: allow for builds that don't want env and bd_t nodes
72851
72852     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
72853     area.
72854
72855     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72856
72857 commit 91148bf7aeba142d6f348805db7625db7da64d6f
72858 Author: Kim Phillips <kim.phillips@freescale.com>
72859 Date:   Tue Jul 17 13:56:53 2007 -0500
72860
72861     fdt: do board setup based on fdt address specified on bootm line
72862
72863     The last fdt patch to bootm did board setup based on the address
72864     specified by a prior fdt address command invocation.  The bootm
72865     code, as its call to fdt_chosen does, should use the fdt specified
72866     by the user on the bootm command.  Note this restores full
72867     functionality for the 8360's existing default boot environment
72868     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
72869     before booting a kernel).
72870
72871     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72872
72873 commit e125a2ffc209dd34794e326c7175658253beadf3
72874 Author: Gerald Van Baren <vanbaren@cideas.com>
72875 Date:   Tue Jul 10 20:40:39 2007 -0400
72876
72877     Call ft_board_setup() from the bootm command.
72878
72879     In the patch titled "Create new fdt boardsetup command..." I removed the
72880     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
72881     to add a direct call back into cmd_bootm.c
72882
72883     This fixes the oversight by adding the direct call to the bootm command.
72884
72885     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72886
72887 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
72888 Author: Gerald Van Baren <vanbaren@cideas.com>
72889 Date:   Mon Jun 25 23:25:28 2007 -0400
72890
72891     Create new fdt boardsetup command, fix bug parsing [] form of set values.
72892
72893     Previously ft_board_setup() was called by fdt_chosen() which was not
72894     really correctly structured.  This splits ft_board_setup() out by creating
72895     a new fdt boardsetup command.
72896
72897     Fix a bug when parsing fdt set command values which have the square
72898     bracket form [00 11 22 33] - the length was updated incorrectly in when
72899     parsing that form.
72900
72901     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72902
72903 commit 6f35ded9e85493595e0eb66a82b502a95326d049
72904 Author: Gerald Van Baren <vanbaren@cideas.com>
72905 Date:   Mon Jun 25 20:55:58 2007 -0400
72906
72907     Tighten up the error messages.
72908
72909     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72910
72911 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
72912 Author: Gerald Van Baren <vanbaren@cideas.com>
72913 Date:   Mon Jun 25 19:52:23 2007 -0400
72914
72915     Asthetic improvements: error messages and line lengths.
72916
72917     Tighten up the error messages, split overlength lines.
72918
72919     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72920
72921 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
72922 Author: Gerald Van Baren <vanbaren@cideas.com>
72923 Date:   Fri May 25 22:08:57 2007 -0400
72924
72925     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
72926
72927     The fdt_chosen() function was adding/seting some properties ad-hoc
72928       improperly and duplicated (poorly) what was done in ft_board_setup()
72929
72930     Clean up long lines (setting properties, printing errors).
72931
72932     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72933
72934 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
72935 Author: Gerald Van Baren <vanbaren@cideas.com>
72936 Date:   Mon May 21 23:27:16 2007 -0400
72937
72938     For fdt_find_node_by_path(), handle the root path properly.
72939
72940     Also removes the special case root path detection in cmd_fdt.c since it
72941     is no longer necessary.
72942
72943     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72944
72945 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
72946 Author: Gerald Van Baren <vanbaren@cideas.com>
72947 Date:   Thu May 17 23:54:36 2007 -0400
72948
72949     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
72950
72951     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
72952     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
72953
72954 commit 1a861169bc3758f9de3aead62b058736c6891246
72955 Author: Gerald Van Baren <vanbaren@cideas.com>
72956 Date:   Wed Jun 6 22:47:58 2007 -0400
72957
72958     Replace fdt_node_offset() with fdt_find_node_by_path().
72959
72960     The new name matches more closely the kernel's name, which is also
72961     a much better description.
72962
72963     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
72964     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
72965
72966 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
72967 Author: Gerald Van Baren <vanbaren@cideas.com>
72968 Date:   Wed May 16 22:39:59 2007 -0400
72969
72970     Fix cmd_fdt line lengths, refactor code.
72971
72972     Break lines that were greater than 80 characters in length.
72973     Move the fdt print and property parsing code to separate static functions
72974       to reduce coding clutter in the fdt_cmd handling body.
72975
72976     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72977
72978 commit 25114033ab21788810c48ba4df103b649da1223b
72979 Author: Gerald Van Baren <vanbaren@cideas.com>
72980 Date:   Sat May 12 09:47:25 2007 -0400
72981
72982     FDT command improvements.
72983
72984     Fix "fdt set" so that it will create a non-existing property.
72985     Add "fdt mknode" to create nodes.
72986
72987     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72988
72989 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
72990 Author: Gerald Van Baren <vanbaren@cideas.com>
72991 Date:   Sat May 12 09:45:46 2007 -0400
72992
72993     Reorganize and fix problems (returns) in the bootm command.
72994
72995     Do *NOT* return after the "point of no return" has been passed.
72996       If something goes wrong, the board must be reset after that point.
72997     Move the "Transferring control to Linux" debug message back to where it
72998       belongs: just before transferring control to linux.
72999
73000     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
73001
73002 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
73003 Author: Gerald Van Baren <vanbaren@cideas.com>
73004 Date:   Tue May 8 21:27:35 2007 -0400
73005
73006     Fix bugs in the CONFIG_OF_LIBFDT
73007
73008     Stupid coding mistakes (identified by Timur Tabi, thanks).
73009
73010     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
73011
73012 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
73013 Author: Gerald Van Baren <vanbaren@cideas.com>
73014 Date:   Wed Apr 25 22:47:15 2007 -0400
73015
73016     Improve fdt move length handling.
73017
73018     Make the length parameter optional: if not specified, do the move using
73019     the current size unchanged.
73020
73021     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
73022
73023 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
73024 Author: Gerald Van Baren <vanbaren@cideas.com>
73025 Date:   Wed Apr 25 22:23:36 2007 -0400
73026
73027     Minor code clean up.
73028
73029     Declare the variable fdt properly as extern.
73030     Call the "set_fn" function pointer the "short way" without the full
73031       dereferencing syntax.
73032
73033     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
73034
73035 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
73036 Author: Gerald Van Baren <vanbaren@cideas.com>
73037 Date:   Wed Apr 25 21:24:27 2007 -0400
73038
73039     Improve error messages, more informative.
73040
73041     Print more than the raw libfdt error message strings.  This is especially
73042     useful for cluing in the user when the bootm command aborts due to
73043     blob problems.
73044
73045     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
73046
73047 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
73048 Author: Gerald Van Baren <vanbaren@cideas.com>
73049 Date:   Fri Apr 20 22:46:53 2007 -0400
73050
73051     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
73052
73053     This is the way u-boot reduces configured-out code.  At Wolfgang
73054     Grandegger and Wolfgang Denk's request, make libfdt conform.
73055
73056     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
73057
73058 commit 923efd286411ed052d9e074f59f8986d6081061c
73059 Author: Bruce Adler <bruce.adler@ccpu.com>
73060 Date:   Fri Aug 10 14:54:47 2007 -0700
73061
73062     add image size and descriptors for Spartan 3E FPGA chips
73063
73064     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
73065
73066     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
73067
73068 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
73069 Author: Kim Phillips <kim.phillips@freescale.com>
73070 Date:   Fri Aug 10 15:34:48 2007 -0500
73071
73072     make MAKEALL more immune to merge conflicts
73073
73074     ..by placing board entries one per line, as suggested by jdl.
73075
73076     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73077
73078 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
73079 Author: Kim Phillips <kim.phillips@freescale.com>
73080 Date:   Fri Aug 10 13:28:25 2007 -0500
73081
73082     README: Remove outdated cpu type, board type, and NAME_config lists
73083
73084     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73085
73086 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
73087 Author: Dave Liu <r63238@freescale.com>
73088 Date:   Fri Aug 10 15:48:59 2007 +0800
73089
73090     mpc83xx: Suppress the warning 'burstlen'
73091
73092     suppress the warning 'burstlen' of spd_sdram.
73093
73094     Signed-off-by: Dave Liu <daveliu@freescale.com>
73095
73096 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
73097 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
73098 Date:   Thu Aug 9 15:11:03 2007 -0500
73099
73100     Add support for SBC8641D. Config files.
73101
73102     Add support for Wind River's SBC8641D reference board.
73103
73104     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
73105     Acked-by: Wolfgang Denk <wd@denx.de>
73106     Acked-by: Jon Loeliger <jdl@freescale.com>
73107
73108 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
73109 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
73110 Date:   Thu Aug 9 15:10:53 2007 -0500
73111
73112     Add support for SBC8641D.  Board files.
73113
73114     Add support for Wind River's SBC8641D reference board.
73115
73116     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
73117     Acked-by: Wolfgang Denk <wd@denx.de>
73118     Acked-by: Jon Loeliger <jdl@freescale.com>
73119
73120 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
73121 Author: Stefan Roese <sr@denx.de>
73122 Date:   Fri Aug 10 20:34:58 2007 +0200
73123
73124     Conding style cleanup
73125
73126     Signed-off-by: Stefan Roese <sr@denx.de>
73127
73128 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
73129 Author: Sergey Kubushyn <ksi@koi8.net>
73130 Date:   Fri Aug 10 20:26:18 2007 +0200
73131
73132     [ARM] TI DaVinci support, hopefully final
73133
73134     Add support for the following DaVinci boards:
73135     - DV_EVM
73136     - SCHMOOGIE
73137     - SONATA
73138
73139     Changes:
73140
73141     - Split into separate board directories
73142     - Removed changes to MTD_DEBUG (or whatever it's called)
73143     - New CONFIG_CMD party line followed
73144     - Some cosmetic fixes, cleanup etc.
73145     - Patches against the latest U-Boot tree as of now.
73146     - Fixed CONFIG_CMD_NET in net files.
73147     - Fixed CONFIG_CMD_EEPROM for schmoogie.
73148     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
73149        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
73150        but it at least compiles.
73151
73152     Here is an excerpt from session log on SCHMOOGIE...
73153
73154     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
73155
73156     DRAM:  128 MB
73157     NAND:  128 MiB
73158     In:    serial
73159     Out:   serial
73160     Err:   serial
73161     ARM Clock : 297MHz
73162     DDR Clock : 162MHz
73163     ETH PHY   : DP83848 @ 0x01
73164     U-Boot > iprobe
73165     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
73166     U-Boot > ping 192.168.253.10
73167     host 192.168.253.10 is alive
73168     U-Boot >
73169
73170     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
73171     Acked-by: Dirk Behme <dirk.behme@gmail.com>
73172     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
73173     Acked-by: Stefan Roese <sr@denx.de>
73174
73175 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
73176 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
73177 Date:   Fri Jul 27 01:50:45 2007 -0500
73178
73179     fsl_pci_init cleanup.
73180
73181     Do not enable normal errors created during probe (master abort, perr,
73182     and pcie Invalid Configuration access).
73183
73184     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
73185
73186     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
73187     Acked-by: Andy Fleming <afleming@freescale.com>
73188
73189 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
73190 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
73191 Date:   Fri Jul 27 01:50:44 2007 -0500
73192
73193     pciauto_setup_device bars_num fix
73194
73195     Passing bars_num=0 to pciauto_setup_device should assign no bars.
73196
73197     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
73198     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
73199     Acked-by: Andy Fleming <afleming@freescale.com>
73200
73201 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
73202 Author: Jon Loeliger <jdl@freescale.com>
73203 Date:   Mon Aug 6 17:39:44 2007 -0500
73204
73205     8641hpcn: Do correct sized pointer math.
73206
73207     When I rebased Ed's patch and cleaned up a few compilation
73208     problems, I apparently rebased my brain on crack first.
73209     Fix that by doing (char *) sized pointer math as needed.
73210
73211     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73212
73213 commit cfc7a7f5bb3273c9951173c788001d45118f141f
73214 Author: Jon Loeliger <jdl@freescale.com>
73215 Date:   Thu Aug 2 14:42:20 2007 -0500
73216
73217     cpu/86xx fixes.
73218
73219     Remove rev 1 fixes.
73220     Always set PICGCR_MODE.
73221     Enable machine check and provide board config option
73222     to set and handle SoC error interrupts.
73223
73224     Include MSSSR0 in error message.
73225
73226     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
73227
73228     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
73229     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73230
73231 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
73232 Author: Stefan Roese <sr@denx.de>
73233 Date:   Fri Aug 10 10:42:25 2007 +0200
73234
73235     Coding style cleanup
73236
73237     Signed-off-by: Stefan Roese <sr@denx.de>
73238
73239 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
73240 Author: Dirk Behme <dirk.behme@googlemail.com>
73241 Date:   Thu Aug 2 17:42:08 2007 +0200
73242
73243     Make use of generic 64bit division in nand_util.c
73244
73245     Use generic 64bit division in nand_util.c. This makes nand_util.c
73246     independent of any toolchain 64bit division.
73247
73248     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
73249
73250 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
73251 Author: Dirk Behme <dirk.behme@googlemail.com>
73252 Date:   Thu Aug 2 17:41:14 2007 +0200
73253
73254     Move 64bit division from avr32 to generic lib
73255
73256     Move the 64bit division from lib_avr32 to lib_generic. With this, all
73257     boards can do_div/__div64_32 if needed, not only avr one. Code is put
73258     to lib_generic, so no larger memory footprint if not used. No code
73259     modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
73260
73261     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
73262
73263 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
73264 Author: Niklaus Giger <niklausgiger@gmx.ch>
73265 Date:   Fri Jul 27 11:31:22 2007 +0200
73266
73267     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
73268
73269     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
73270
73271 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
73272 Author: Niklaus Giger <niklausgiger@gmx.ch>
73273 Date:   Fri Jul 27 11:30:33 2007 +0200
73274
73275     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
73276
73277     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
73278
73279 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
73280 Author: Niklaus Giger <niklausgiger@gmx.ch>
73281 Date:   Fri Jul 27 11:38:26 2007 +0200
73282
73283     Add PPC4xx-HCU4 and HCU5 boards: common files
73284
73285     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
73286
73287 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
73288 Author: Niklaus Giger <niklausgiger@gmx.ch>
73289 Date:   Fri Jul 27 11:28:44 2007 +0200
73290
73291     Add PPC4xx-HCU4 and HCU5 boards: make related
73292
73293     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
73294
73295 commit 137fdd9f474ecb853efdace5200576308c67f18d
73296 Author: Niklaus Giger <niklausgiger@gmx.ch>
73297 Date:   Fri Jul 27 11:28:03 2007 +0200
73298
73299     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
73300
73301     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
73302
73303 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
73304 Author: Niklaus Giger <niklausgiger@gmx.ch>
73305 Date:   Fri Jul 27 11:27:15 2007 +0200
73306
73307     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
73308
73309     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
73310
73311 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
73312 Author: Niklaus Giger <niklausgiger@gmx.ch>
73313 Date:   Fri Jul 27 11:25:31 2007 +0200
73314
73315     Add PPC4xx-HCU4 and HCU5 boards: READMEs
73316
73317     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
73318
73319 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
73320 Author: Niklaus Giger <niklausgiger@gmx.ch>
73321 Date:   Fri Jul 27 11:37:40 2007 +0200
73322
73323     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
73324
73325     This series of patches adds support for 2 boards from Netstal Maschinen.
73326
73327     The HCU4 has a PPC405Gpr and
73328     the HCU5 has a PPC440EPX.
73329
73330     The HCU4 has a somehow complicated flash setup, as the booteprom is
73331     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
73332     elegant solution.
73333
73334     The HCU5 has only a booteprom as the whole code will be downloaded from a
73335     different board which has HD, CD-ROM, etc and where all code is stored.
73336
73337     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
73338     Thanks them a lot.
73339
73340     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
73341
73342 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
73343 Author: Stefan Roese <sr@denx.de>
73344 Date:   Fri Aug 10 08:42:55 2007 +0200
73345
73346     ppc4xx: Update lwmon5 POST configuration
73347
73348     Signed-off-by: Stefan Roese <sr@denx.de>
73349
73350 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
73351 Author: Yuri Tikhonov <yur@emcraft.com>
73352 Date:   Fri Aug 10 08:25:22 2007 +0200
73353
73354     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
73355
73356     The patch adds support for UART POST on ppc44x-based boards with no
73357     external serial clocks installed.
73358
73359     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
73360     Acked-by: Stefan Roese <sr@denx.de>
73361
73362 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
73363 Author: Kim Phillips <kim.phillips@freescale.com>
73364 Date:   Mon Aug 6 18:18:34 2007 -0500
73365
73366     mpc83xx: fix ITX[GP] O=builddir builds
73367
73368     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
73369
73370     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
73371     "BUILD_DIR=<some dir> ./MAKEALL ..."
73372
73373     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73374
73375 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
73376 Author: Dave Liu <r63238@freescale.com>
73377 Date:   Wed Aug 1 15:00:59 2007 +0800
73378
73379     mpc83xx: Correct the README for DDR ECC
73380
73381     Update the README for DDR ECC, change the name
73382     to README.mpc83xx.ddrecc.
73383
73384     Signed-off-by: Dave Liu <daveliu@freescale.com>
73385     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73386
73387 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
73388 Author: Dave Liu <r63238@freescale.com>
73389 Date:   Wed Aug 1 15:00:15 2007 +0800
73390
73391     mpc83xx: Consolidate the ECC support of 83xx
73392
73393     Remove the duplicated source code of ecc command on the <board>.c,
73394     for reused, move these code to cpu/mpc83xx directory.
73395
73396     Signed-off-by: Dave Liu <daveliu@freescale.com>
73397     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73398
73399 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
73400 Author: Dave Liu <r63238@freescale.com>
73401 Date:   Sat Aug 4 13:37:39 2007 +0800
73402
73403     mpc83xx: Correct the burst length for DDR2 with 32 bits
73404
73405     The burst length should be 4 for DDR2 with 32 bits bus
73406
73407     Signed-off-by: Dave Liu <daveliu@freescale.com>
73408
73409 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
73410 Author: Kim Phillips <kim.phillips@freescale.com>
73411 Date:   Wed Jul 25 19:25:33 2007 -0500
73412
73413     mpc83xx: add support for the MPC8323E RDB
73414
73415     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
73416     five 10/100 ethernet ports connected via an ICPlus IP175C
73417     switch, one PCI slot, and serial.  Features not supported
73418     in this patch are SD card interface, 2 USB ports, and the
73419     two phone ports.
73420
73421     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
73422     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73423
73424 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
73425 Author: Kim Phillips <kim.phillips@freescale.com>
73426 Date:   Wed Jul 25 19:25:28 2007 -0500
73427
73428     mpc83xx: fixup generic pci for libfdt
73429
73430     add libfdt support to the generic 83xx pci code
73431
73432     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73433
73434 commit f57ac7a7b37109245b69db80839ebee26179966a
73435 Author: Kim Phillips <kim.phillips@freescale.com>
73436 Date:   Wed Jul 25 19:25:22 2007 -0500
73437
73438     mpc83xx: fix 8360 and cpu functions to update fdt being passed
73439
73440     ..and not the global fdt. Rename local fdt vars to blob so as not to
73441     be confused with the global var with the same three-letter name.
73442
73443     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73444
73445 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
73446 Author: Jerry Van Baren <gvb.uboot@gmail.com>
73447 Date:   Wed Jul 4 21:34:24 2007 -0400
73448
73449     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
73450
73451     Several node strings were not correct (trailing slashes and properties
73452       in the strings)
73453     Added setting of the timebase-frequency.
73454     Improved error messages and use debug() instead of printf().
73455
73456     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
73457     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73458
73459 commit 26d02c9bbac1751c5e19294f000100b48d43a920
73460 Author: Jerry Van Baren <gvb.uboot@gmail.com>
73461 Date:   Wed Jul 4 21:27:30 2007 -0400
73462
73463     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
73464
73465     The new name matches more closely the kernel's name, which is also
73466     a much better description.
73467
73468     These are the mpc83xx changes made necessary by the function name change.
73469
73470     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
73471     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
73472     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73473
73474 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
73475 Author: Dave Liu <daveliu@freescale.com>
73476 Date:   Mon Jun 25 10:41:56 2007 +0800
73477
73478     mpc83xx: Add support for the display of reset status
73479
73480     83xx processor family has many reset sources, such as
73481     power on reset, software hard reset, software soft reset,
73482     JTAG, bus monitor, software watchdog, check stop reset,
73483     external hard reset, external software reset.
73484     sometimes, to figure out the fault of system, we need to
73485     know the cause of reset early before the prompt of
73486     u-boot present.
73487
73488     Signed-off-by: Dave Liu <daveliu@freescale.com>
73489     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73490
73491 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
73492 Author: Dave Liu <daveliu@freescale.com>
73493 Date:   Mon Jun 25 10:41:04 2007 +0800
73494
73495     mpc83xx: Fix the align bug of SDMA buffer
73496
73497     According to the latest user manual, the SDMA temporary
73498     buffer base address must be 4KB aligned.
73499
73500     Signed-off-by: Dave Liu <daveliu@freescale.com>
73501     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73502
73503 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
73504 Author: Dave Liu <daveliu@freescale.com>
73505 Date:   Mon Jun 25 13:21:12 2007 +0800
73506
73507     mpc83xx: Revise the MPC8360EMDS readme doc
73508
73509     When the rev2.x silicon mount on the MPC8360EMDS baord,
73510     and if you are using the u-boot version after the commit
73511     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
73512     to make the ethernet interface usable, we have to setup
73513     the jumpers correctly.
73514
73515     Signed-off-by: Dave Liu <daveliu@freescale.com>
73516     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73517
73518 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
73519 Author: Timur Tabi <timur@freescale.com>
73520 Date:   Tue Jul 3 13:46:32 2007 -0500
73521
73522     FSL I2C driver programs the two I2C busses differently
73523
73524     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
73525     The second I2C bus has its slave address programmed incorrectly and is
73526     missing a 5-us delay.
73527
73528     Signed-off-by: Timur Tabi <timur@freescale.com>
73529     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73530
73531 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
73532 Author: Timur Tabi <timur@freescale.com>
73533 Date:   Tue Jul 3 13:04:34 2007 -0500
73534
73535     Update SCCR programming in cpu_init_f() to support all 83xx processors
73536
73537     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
73538     bitfields for all 83xx processors.  The code to update some bitfields was
73539     compiled only on some processors.  Now, the bitfields are programmed as long
73540     as the corresponding CFG_SCCR option is defined in the board header file.
73541     This means that the board header file should not define any CFG_SCCR macros
73542     for bitfields that don't exist on that processor, otherwise the SCCR will be
73543     programmed incorrectly.
73544
73545     Signed-off-by: Timur Tabi <timur@freescale.com>
73546     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73547
73548 commit 9546266999f0b9b51372636614211b88d90f0f25
73549 Author: Martin Krause <martin.krause@tqs.de>
73550 Date:   Fri Jun 22 13:04:22 2007 +0200
73551
73552     TQM834x: cleanup configuraton
73553
73554     Remove irritating #undef DEBUG
73555
73556     Signed-off-by: Martin Krause <martin.krause@tqs.de>
73557     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73558
73559 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
73560 Author: david.saada <David.Saada@ecitele.com>
73561 Date:   Mon Jun 18 09:09:53 2007 -0700
73562
73563     MPC83xx: Fix makefile to generate config.h file in the build directory
73564
73565     MPC83xx: Fix the Makefile config sections to generate the include/config.h
73566     file in the build directory instead of the source directory.
73567
73568     Signed-off-by: David Saada <david.saada@ecitele.com>
73569     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73570
73571 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
73572 Author: Lee Nipper <Lee.Nipper@freescale.com>
73573 Date:   Thu Jun 14 20:07:33 2007 -0500
73574
73575     mpc83xx: Add support for 8360 silicon revision 2.1
73576
73577     This change adds 8360 silicon revision 2.1 support to u-boot.
73578
73579     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
73580     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73581
73582 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
73583 Author: Kumar Gala <galak@kernel.crashing.org>
73584 Date:   Wed Aug 8 04:14:28 2007 -0500
73585
73586     Treat ppc64 host as ppc
73587
73588     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
73589
73590 commit 0dc4279b08ff82472bec2e2c90858602459febe8
73591 Author: Jason Jin <Jason.jin@freescale.com>
73592 Date:   Wed Aug 8 09:01:46 2007 +0800
73593
73594     Minor fix for bios emulator makefile
73595
73596     Add $(obj) to LIB avoiding objects be built in the source dir
73597
73598     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73599
73600 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
73601 Author: Jason Jin <Jason.jin@freescale.com>
73602 Date:   Wed Aug 8 08:33:11 2007 +0800
73603
73604     Add CONFIG_BIOSEMU define to guard all the bios emulator code
73605
73606     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73607
73608     This patch fix the compile issue on the board that did not enable the bios emulator
73609
73610 commit ed8106433522f2ea8933e9808346860d061d7731
73611 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
73612 Date:   Tue Jul 31 12:27:25 2007 -0500
73613
73614     tsec: fix multiple PHY support
73615
73616     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
73617     broke multiple PHY support in tsec.c.  This fixes it.
73618
73619     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
73620     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73621
73622 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
73623 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
73624 Date:   Thu Aug 9 09:08:18 2007 -0500
73625
73626     tsec: Allow Ten Bit Interface address to be configurable
73627
73628     Allow the address of the Ten Bit Interface (TBI) to be changed in the
73629     event of a conflict with another device.
73630
73631     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
73632
73633 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
73634 Author: Stefan Roese <sr@denx.de>
73635 Date:   Wed Aug 8 09:54:26 2007 +0200
73636
73637     Coding style cleanup
73638
73639     Signed-off-by: Stefan Roese <sr@denx.de>
73640
73641 commit a41de1f0d373e09c782dea558385a06247111ba5
73642 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73643 Date:   Sun Aug 5 05:15:18 2007 -0500
73644
73645     Port enabled for I2C signals and chipselects port configuration.
73646
73647     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73648
73649 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
73650 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73651 Date:   Sun Aug 5 04:31:18 2007 -0500
73652
73653     Added NAND support
73654
73655     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73656
73657 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
73658 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73659 Date:   Sun Aug 5 04:11:20 2007 -0500
73660
73661     Added I2C support
73662
73663     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73664
73665 commit 99c03c175d2689093176facf17c58ce2cb320001
73666 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73667 Date:   Sun Aug 5 03:58:52 2007 -0500
73668
73669     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
73670
73671     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73672
73673 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
73674 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73675 Date:   Sun Aug 5 03:55:21 2007 -0500
73676
73677     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
73678
73679     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73680
73681 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
73682 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73683 Date:   Sun Aug 5 03:43:30 2007 -0500
73684
73685     Moved sync() from board file to include/asm-m68k/io.h
73686
73687     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73688
73689 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
73690 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73691 Date:   Sun Aug 5 03:30:44 2007 -0500
73692
73693     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
73694
73695     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73696
73697 commit 9998bd37ead85e93953559720710d3b0685c81e6
73698 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73699 Date:   Sun Aug 5 03:19:10 2007 -0500
73700
73701     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
73702
73703     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73704
73705 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
73706 Author: Jason Jin <Jason.jin@freescale.com>
73707 Date:   Tue Aug 7 16:17:06 2007 +0800
73708
73709     Add CONFIG_BIOSEMU define to guard all the bios emulator code
73710
73711     This patch fix the compile issue on the board that did not enable the bios emulator
73712
73713 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
73714 Author: Wolfgang Denk <wd@denx.de>
73715 Date:   Tue Aug 7 16:02:13 2007 +0200
73716
73717     Fix missing brace error in fs/fat/fat.c
73718     [pointed out by Roderik Wildenburg]
73719
73720     Signed-off-by: Wolfgang Denk <wd@denx.de>
73721
73722 commit 706714d97a0d08d59eda4de2268c39f504688329
73723 Author: Michal Simek <monstr@monstr.eu>
73724 Date:   Mon Aug 6 23:41:53 2007 +0200
73725
73726     [FIX] remove cute code
73727
73728 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
73729 Author: Michal Simek <monstr@monstr.eu>
73730 Date:   Mon Aug 6 23:35:26 2007 +0200
73731
73732     [FIX] Fix romfs code
73733
73734 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
73735 Author: Michal Simek <monstr@monstr.eu>
73736 Date:   Mon Aug 6 23:31:49 2007 +0200
73737
73738     [FIX] Coding style cleanup - Wolfgang's suggestions
73739
73740 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
73741 Author: Wolfgang Denk <wd@denx.de>
73742 Date:   Mon Aug 6 23:21:05 2007 +0200
73743
73744     Fixed typo in README (pointed out by Martin Jost).
73745
73746     Signed-off-by: Wolfgang Denk <wd@denx.de>
73747
73748 commit 537223afa61f64480df31ce440a9cb386df4a814
73749 Author: Stefan Roese <sr@denx.de>
73750 Date:   Mon Aug 6 21:10:17 2007 +0200
73751
73752     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
73753
73754     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
73755     here an updated Bamboo README.
73756
73757     Signed-off-by: Stefan Roese <sr@denx.de>
73758
73759 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
73760 Author: Wolfgang Denk <wd@denx.de>
73761 Date:   Mon Aug 6 02:17:36 2007 +0200
73762
73763     Coding style cleanup. Update CHANGELOG.
73764
73765     Signed-off-by: Wolfgang Denk <wd@denx.de>
73766
73767 commit 221838cc7eb178370ff62aa05920a582e12ac322
73768 Author: Jason Jin <Jason.jin@freescale.com>
73769 Date:   Tue Jul 10 09:03:22 2007 +0800
73770
73771     Remove the bios emulator from MAI board.
73772
73773     The bios emulator in the MAI board can not pass compile
73774     and have a lot of crap in it. remove it and will have a
73775     clean and small bios emulator in the drivers directory
73776     which can be uesed for every board.
73777
73778     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73779
73780 commit 5618332409bb96f4448d1712899369fc80c0b489
73781 Author: Jason Jin <Jason.jin@freescale.com>
73782 Date:   Fri Jul 13 12:14:59 2007 +0800
73783
73784     Fix some compile issues for MAI board.
73785
73786     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73787
73788 commit 0f460a1ee148b648ee242c3157650287d4296260
73789 Author: Jason Jin <Jason.jin@freescale.com>
73790 Date:   Fri Jul 13 12:14:58 2007 +0800
73791
73792     Configurations for ATI video card BIOS emulator
73793
73794     This patch add definition of the BIOS emulator and the ATI framebuffer
73795     driver for MPC8641HPCN board.
73796
73797     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73798     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
73799
73800 commit ece92f85053b8df613edcf05b26a416cbc3d629c
73801 Author: Jason Jin <Jason.jin@freescale.com>
73802 Date:   Fri Jul 6 08:34:56 2007 +0800
73803
73804     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
73805     ATI video card BIOS. and can be used for x86 code emulation by some
73806     modifications.
73807
73808     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73809
73810 commit 5072188acabde3178fac7f5a597150e6e74fd40c
73811 Author: Jason Jin <Jason.jin@freescale.com>
73812 Date:   Fri Jul 6 08:33:33 2007 +0800
73813
73814     This is a framebuffer driver for ATI video card, can work for PCI9200,
73815     X300, X700, X800 ATI video cards.
73816
73817     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
73818     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73819
73820 commit 5728be389e65fd47f34b33c2596271eb4db751ae
73821 Author: Wolfgang Denk <wd@denx.de>
73822 Date:   Mon Aug 6 01:01:49 2007 +0200
73823
73824     Coding style cleanup. Update CHANGELOG.
73825
73826     Signed-off-by: Wolfgang Denk <wd@denx.de>
73827
73828 commit 8092fef4c29b395958bb649647da7e3775731517
73829 Author: Martin Krause <Martin.Krause@tqs.de>
73830 Date:   Tue Dec 12 14:26:01 2006 +0100
73831
73832     Add functions to list of exported functions
73833
73834     Additionally export the following fuctions (to make trab_config build again):
73835     - simple_strtol()
73836     - strcmp()
73837
73838     Also bump the ABI version to reflect this change
73839
73840     Signed-off-by: Martin Krause <martin.krause@tqs.de>
73841
73842 commit 63cec5814fab5d2b1c86982327433807a5ac0249
73843 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
73844 Date:   Thu Aug 2 14:09:49 2007 -0500
73845
73846     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
73847
73848     All of the PCI/PCI-Express driver and initialization code that
73849     was in the MPC8641HPCN port has now been moved into the common
73850     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
73851     utilized by the 85xx ports as well.
73852
73853     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
73854
73855     Also enable the second PCI-Express controller on 8641
73856     by getting its BATS and CFG_ setup right.
73857
73858     Fixed a u16 vendor compiler warning in AHCI driver too.
73859
73860     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
73861     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
73862     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73863
73864 commit a274ca4f6d68830e7c916f897561cff8c4101c38
73865 Author: Michal Simek <monstr@monstr.eu>
73866 Date:   Sun Aug 5 22:33:05 2007 +0200
73867
73868     [FIX] Coding style cleanup
73869
73870 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
73871 Author: Michal Simek <monstr@monstr.eu>
73872 Date:   Sun Aug 5 16:13:31 2007 +0200
73873
73874     [FIX] Xilinx Uartlite driver
73875     Because PPC405 can use UARTLITE serial interface and
73876     Microblaze can use Uart16550 serial interface not only Uartlite.
73877
73878 commit 98889edd50aadf862071eb5664747ad0d568a20e
73879 Author: Michal Simek <monstr@monstr.eu>
73880 Date:   Sun Aug 5 15:54:53 2007 +0200
73881
73882     [FIX] Change configuration for XUPV2P Microblaze board
73883
73884 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
73885 Author: Michal Simek <monstr@monstr.eu>
73886 Date:   Sun Aug 5 15:53:50 2007 +0200
73887
73888     [PATCH] Added support for Xilinx Emac community driver
73889
73890 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
73891 Author: Bartlomiej Sieka <tur@semihalf.com>
73892 Date:   Fri Aug 3 12:08:16 2007 +0200
73893
73894     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
73895
73896     Add the ability for modules from the Schindler cm5200 family to use a
73897     single U-Boot image:
73898     - rename cm1_qp1 to cm5200
73899     - add run-time module detection
73900     - parametrize SDRAM configuration according to the module we are running on
73901
73902     Few minor, board-specific fixes included in this patch:
73903     - better MAC address handling
73904     - updated default environment ('update' command uses +{filesize} now)
73905     - improved error messages in the auto-update code
73906     - allow booting U-Boot from RAM (CFG_RAMBOOT)
73907
73908     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
73909     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
73910     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
73911
73912 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
73913 Author: Andy Fleming <afleming@freescale.com>
73914 Date:   Fri Aug 3 04:05:25 2007 -0500
73915
73916     Add Marvell 1149 PHY support to the TSEC
73917
73918 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
73919 Author: Wolfgang Denk <wd@denx.de>
73920 Date:   Thu Aug 2 21:27:46 2007 +0200
73921
73922     Coding style cleanup, update CHANGELOG
73923
73924     Signed-off-by: Wolfgang Denk <wd@denx.de>
73925
73926 commit 63e22764d2f8653f68888c667eb65b3996b52680
73927 Author: Wolfgang Denk <wd@denx.de>
73928 Date:   Thu Aug 2 10:11:18 2007 +0200
73929
73930     Minor cleanup of <board>_nand build rules.
73931
73932 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
73933 Author: Stefan Roese <sr@denx.de>
73934 Date:   Thu Aug 2 08:33:56 2007 +0200
73935
73936     ppc4xx: Code cleanup
73937
73938     Signed-off-by: Stefan Roese <sr@denx.de>
73939
73940 commit c92409812206ac67a7fa7aae298539a9c3804a46
73941 Author: Grzegorz Bernacki <gjb@semihalf.com>
73942 Date:   Tue Jul 31 18:51:48 2007 +0200
73943
73944     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
73945
73946     During config transactions on the PCIe bus an attempt to scan for a
73947     non-existent device can lead to a machine check exception with certain
73948     peripheral devices. In order to avoid crashing in such scenarios the
73949     instrumented versions of the config cycle read routines are introduced, so
73950     the exceptions fixups framework can gracefully recover.
73951
73952     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
73953     Acked-by: Rafal Jaworowski <raj@semihalf.com>
73954
73955 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
73956 Author: Rafal Jaworowski <raj@semihalf.com>
73957 Date:   Tue Jul 31 18:19:54 2007 +0200
73958
73959     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
73960
73961     This brings back separate settings for PCIe bus numbers depending on chip
73962     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
73963     commit. 440SPe rev. A does NOT work properly with the same settings as for
73964     the rev. B (no devices are seen on the bus during enumeration).
73965
73966     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
73967
73968 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
73969 Author: Wolfgang Denk <wd@denx.de>
73970 Date:   Thu Aug 2 00:48:45 2007 +0200
73971
73972     Fix build errors and warnings / code cleanup.
73973
73974     Signed-off-by: Wolfgang Denk <wd@denx.de>
73975
73976 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
73977 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
73978 Date:   Tue Jul 31 10:24:56 2007 +0200
73979
73980     ppc4xx: Update AMCC Bamboo 440EP support
73981
73982     Changed storage type of cfg_simulate_spd_eeprom to const
73983     Changed storage type of gpio_tab to stack storage
73984     (Cannot access global data declarations in .bss until afer code relocation)
73985
73986     Improved SDRAM tests to catch problems where data is not uniquely addressable
73987     (e.g. incorrectly programmed SDRAM row or columns)
73988
73989     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
73990     Fixed AM29LV320DT (OpCode Flash) sector map
73991
73992     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
73993     Signed-off-by: Stefan Roese <sr@denx.de>
73994
73995 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
73996 Author: Stefan Roese <sr@denx.de>
73997 Date:   Tue Jul 31 08:37:01 2007 +0200
73998
73999     ppc4xx: Update 440EPx lwmon5 board support
74000
74001     - Clear ECC status regs after ECC POST test
74002     - Set dcbz for ECC generation with caches enabled as default
74003     - Code cleanup
74004
74005     Signed-off-by: Stefan Roese <sr@denx.de>
74006
74007 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
74008 Author: Stefan Roese <sr@denx.de>
74009 Date:   Mon Jul 30 11:04:57 2007 +0200
74010
74011     ppc4xx: Only print ECC related info when the error bis are set
74012
74013     Signed-off-by: Stefan Roese <sr@denx.de>
74014
74015 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
74016 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
74017 Date:   Fri Jul 27 16:44:31 2007 +0200
74018
74019     new FPGA image for PLU405 board
74020
74021     new FPGA image for PLU405 board with improved CompactFlash timing
74022
74023     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
74024
74025 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
74026 Author: Rafal Jaworowski <raj@semihalf.com>
74027 Date:   Fri Jul 27 14:43:59 2007 +0200
74028
74029     [ADS5121] Support for the ADS5121 board
74030
74031     The following MPC5121e subsystems are supported:
74032
74033     - low-level CPU init
74034     - NOR Boot Flash (common CFI driver)
74035     - DDR SDRAM
74036     - FEC
74037     - I2C
74038     - Watchdog
74039
74040     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
74041     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
74042     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
74043
74044 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
74045 Author: Rafal Jaworowski <raj@semihalf.com>
74046 Date:   Fri Jul 27 14:22:04 2007 +0200
74047
74048     [PPC] Remove unused MSR_USER definition
74049
74050     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
74051
74052 commit d4024bb72dd81695ec099b2199eda0d27c623e62
74053 Author: John Otken <john@softadvances.com>
74054 Date:   Thu Jul 26 17:49:11 2007 +0200
74055
74056     ppc4xx: Add support for AMCC 405EP Taihu board
74057
74058     Signed-off-by: John Otken <john@softadvances.com>
74059
74060 commit b66091de6c7390620312c2501db23d8391e7cabb
74061 Author: Anatolij Gustschin <agust@denx.de>
74062 Date:   Thu Jul 26 15:08:01 2007 +0200
74063
74064     ppc4xx: lwmon5: Update Lime initialization
74065
74066     Change Lime SDRAM initialization to now support 100MHz and
74067     133MHz (if enabled). Also the framebuffer is initialized to
74068     display a blue rectangle with a white border.
74069
74070     Signed-off-by: Anatolij Gustschin <agust@denx.de>
74071     Signed-off-by: Stefan Roese <sr@denx.de>
74072
74073 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
74074 Author: Stefan Roese <sr@denx.de>
74075 Date:   Tue Jul 24 09:52:52 2007 +0200
74076
74077     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
74078
74079     The used Intel NOR FLASH chips have internally two dies, and are now
74080     treated as two seperate chips.
74081
74082     Signed-off-by: Stefan Roese <sr@denx.de>
74083
74084 commit aedf5bde179ecfbd0a96130d18996a96518b785f
74085 Author: Stefan Roese <sr@denx.de>
74086 Date:   Tue Jul 24 07:20:09 2007 +0200
74087
74088     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
74089
74090     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
74091     interrupt controller.
74092
74093     Signed-off-by: Stefan Roese <sr@denx.de>
74094
74095 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
74096 Author: Stefan Roese <sr@denx.de>
74097 Date:   Fri Jul 20 15:03:44 2007 +0200
74098
74099     ppc4xx: Fix bug with default GPIO output value
74100
74101     As spotted by Matthias Fuchs, the default output values for all GPIO1
74102     outputs were not setup correctly. This patch fixes this issue.
74103
74104     Signed-off-by: Stefan Roese <sr@denx.de>
74105
74106 commit 531e3e8b831f357056448fa573137d5fb37000fd
74107 Author: Pavel Kolesnikov <concord@emcraft.com>
74108 Date:   Fri Jul 20 15:03:03 2007 +0200
74109
74110     POST: Add ECC POST for the lwmon5 board
74111
74112     This patch adds ECC Post test for the Lwmon5 board based
74113     on PPC440EPx to U-Boot.
74114
74115     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
74116     Acked-by: Yuri Tikhonov <yur@emcraft.com>
74117     Acked-by: Stefan Roese <sr@denx.de>
74118
74119 commit cc3023b9f95d7ac959a764471a65001062aecf41
74120 Author: Rafal Jaworowski <raj@semihalf.com>
74121 Date:   Thu Jul 19 17:12:28 2007 +0200
74122
74123     Fix breakage of 8xx boards from recent commit.
74124
74125     This patch fixes the negative consequences for 8xx of the recent
74126     "ppc4xx: Clean up 440 exceptions handling" commit.
74127
74128     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
74129
74130 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
74131 Author: Stefan Roese <sr@denx.de>
74132 Date:   Mon Jul 16 13:11:12 2007 +0200
74133
74134     Coding style cleanup
74135
74136     Signed-off-by: Stefan Roese <sr@denx.de>
74137
74138 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
74139 Author: Stefan Roese <sr@denx.de>
74140 Date:   Mon Jul 16 10:02:12 2007 +0200
74141
74142     ppc4xx: Code cleanup
74143
74144     Signed-off-by: Stefan Roese <sr@denx.de>
74145
74146 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
74147 Author: Stefan Roese <sr@denx.de>
74148 Date:   Mon Jul 16 10:01:38 2007 +0200
74149
74150     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
74151
74152     Signed-off-by: Stefan Roese <sr@denx.de>
74153
74154 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
74155 Author: Stefan Roese <sr@denx.de>
74156 Date:   Mon Jul 16 10:00:43 2007 +0200
74157
74158     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
74159
74160     The new boardspecific DDR2 controller configuration is used for the Yucca
74161     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
74162
74163     Signed-off-by: Stefan Roese <sr@denx.de>
74164
74165 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
74166 Author: Stefan Roese <sr@denx.de>
74167 Date:   Mon Jul 16 09:57:00 2007 +0200
74168
74169     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
74170
74171     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
74172     support non default, boardspecific DDR(2) controller configuration.
74173
74174     Signed-off-by: Stefan Roese <sr@denx.de>
74175
74176 commit 5743a9207a370b90f09b20ebd61167c806b937f3
74177 Author: Stefan Roese <sr@denx.de>
74178 Date:   Mon Jul 16 08:53:51 2007 +0200
74179
74180     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
74181
74182     The new function remove_tlb() can be used to remove the TLB's used to
74183     map a specific memory region. This is especially useful for the DDR(2)
74184     setup routines which configure the SDRAM area temporarily as a cached
74185     area (for speedup on auto-calibration and ECC generation) and later
74186     need this area uncached for normal usage.
74187
74188     Signed-off-by: Stefan Roese <sr@denx.de>
74189
74190 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
74191 Author: Michal Simek <monstr@monstr.eu>
74192 Date:   Mon Jul 16 00:31:07 2007 +0200
74193
74194     [PATCH] Support for Xilinx EmacLite controller
74195
74196 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
74197 Author: Wolfgang Denk <wd@denx.de>
74198 Date:   Sat Jul 14 22:51:02 2007 +0200
74199
74200     Update CHANGELOG
74201
74202     Signed-off-by: Wolfgang Denk <wd@denx.de>
74203
74204 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
74205 Author: Michal Simek <monstr@monstr.eu>
74206 Date:   Sat Jul 14 13:11:28 2007 +0200
74207
74208     [FIX] support for simply measuring time
74209
74210 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
74211 Author: Michal Simek <monstr@monstr.eu>
74212 Date:   Sat Jul 14 12:41:23 2007 +0200
74213
74214     [FS] Added support for ROMFS
74215
74216 commit 011595307731a7a67a7445d107c279d031e8ab97
74217 Author: Heiko Schocher <hs@pollux.denx.de>
74218 Date:   Sat Jul 14 01:06:58 2007 +0200
74219
74220     [PCS440EP]  - fix compile error, if BUILD_DIR is used
74221
74222 commit 5a2f1098d81ad58b309e5e558d0492643166a799
74223 Author: Michal Simek <monstr@monstr.eu>
74224 Date:   Sat Jul 14 00:18:48 2007 +0200
74225
74226     [PATCH] Support time without timer
74227
74228 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
74229 Author: Michal Simek <monstr@monstr.eu>
74230 Date:   Fri Jul 13 21:43:55 2007 +0200
74231
74232     [PATCH] Remove problem with disabled BARREL SHIFTER
74233
74234 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
74235 Author: Michal Simek <monstr@monstr.eu>
74236 Date:   Fri Jul 13 21:41:44 2007 +0200
74237
74238     [FIX] correct help for rspr
74239
74240 commit fad63407154f46246ce80d53a9c669a44362ac67
74241 Author: Heiko Schocher <hs@pollux.denx.de>
74242 Date:   Fri Jul 13 09:54:17 2007 +0200
74243
74244     make show_boot_progress () weak.
74245
74246     Signed-off-by: Heiko Schocher <hs@denx.de>
74247
74248 commit 907902472391b6ca1876ec300687562ecaf459b1
74249 Author: Heiko Schocher <hs@pollux.denx.de>
74250 Date:   Fri Jul 13 08:26:05 2007 +0200
74251
74252     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
74253                 - fix compile error, if BUILD_DIR is used
74254
74255     Signed-off-by: Heiko Schocher <hs@denx.de>
74256
74257 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
74258 Author: Stefan Roese <sr@denx.de>
74259 Date:   Thu Jul 12 16:32:08 2007 +0200
74260
74261     ppc4xx: Change receive buffer handling in the 4xx emac driver
74262
74263     This change fixes a bug in the receive buffer handling, that
74264     could lead to problems upon high network traffic (broadcasts...).
74265
74266     Signed-off-by: Stefan Roese <sr@denx.de>
74267
74268 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
74269 Author: Wolfgang Denk <wd@denx.de>
74270 Date:   Thu Jul 12 01:45:34 2007 +0200
74271
74272     Update CHANGELOG, minor coding style cleanup.
74273
74274     Signed-off-by: Wolfgang Denk <wd@denx.de>
74275
74276 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
74277 Author: Andy Fleming <afleming@freescale.com>
74278 Date:   Fri Jun 8 16:41:18 2007 -0500
74279
74280     Remove erroneous errata code from Marvel 88E1111S driver
74281
74282     The Marvel 88E1111S driver for the TSEC was copied from the
74283     88E1101 driver, and included a fix for an erratum which does not
74284     exist on that part.  Now it is removed
74285
74286     Signed-off-by: Andy Fleming <afleming@freescale.com>
74287
74288 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
74289 Author: Andy Fleming <afleming@freescale.com>
74290 Date:   Tue Jun 5 16:38:44 2007 -0500
74291
74292     From: eran liberty <eran.liberty@gmail.com>
74293
74294     adds the reset register to 85xx immap
74295
74296     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
74297     Signed-off-by: Andy Fleming <afleming@freescale.com>
74298
74299 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
74300 Author: Andy Fleming <afleming@freescale.com>
74301 Date:   Thu May 10 17:50:01 2007 -0500
74302
74303     Polished the 85xx ADS config files
74304
74305     Made the boot commands use device trees by default.
74306     Also moved the ramdisk to 1000000 (I think the previous address
74307     was getting overridden during boot).
74308
74309     Signed-off-by: Andy Fleming <afleming@freescale.com>
74310
74311 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
74312 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
74313 Date:   Wed May 9 11:03:32 2007 -0500
74314
74315     8544ds: Fix Makefile after moving pixis to board/freescale.
74316
74317     The OBJTREE != SRCTREE build scenario was broken.
74318     This fixes it.
74319
74320     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74321     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74322
74323 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
74324 Author: Andy Fleming <afleming@freescale.com>
74325 Date:   Wed May 9 00:54:20 2007 -0500
74326
74327     tsec: Fix PHY code to match first driver
74328
74329     Jarrold Wen noticed that the generic PHY code always matches
74330     under the current implementation.  Change it so the first match
74331     wins, and *only* unknown PHYs trigger the generic driver
74332
74333     Signed-off-by: Andy Fleming <afleming@freescale.com>
74334
74335 commit ccc091aac61a38cd998d575d92f7232e256d6312
74336 Author: Andy Fleming <afleming@freescale.com>
74337 Date:   Tue May 8 17:27:43 2007 -0500
74338
74339     Add support for CPM device tree configuration to 8560 ADS
74340
74341     * Adds code to modify CPM frequencies
74342     * Cleans up the config file to #define TSEC and (for now) #undef FCC
74343     * Adds the MII command for all 8560 ADS configurations
74344     * Updates config file to provide convenience commands for booting
74345       with a device tree
74346
74347     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
74348     Signed-off-by: Andy Fleming <afleming@freescale.com>
74349
74350 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
74351 Author: Andy Fleming <afleming@freescale.com>
74352 Date:   Tue May 8 17:23:02 2007 -0500
74353
74354     Fix Marvell 88e1145 PHY init code
74355
74356     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
74357     where the reset was being done after the errata code instead of
74358     before.
74359
74360     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
74361     Signed-off-by: Andy Fleming <afleming@freescale.com>
74362
74363 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
74364 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
74365 Date:   Wed Jul 11 14:52:16 2007 -0500
74366
74367     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
74368
74369     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74370
74371 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
74372 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
74373 Date:   Wed Jul 11 14:52:08 2007 -0500
74374
74375     pciauto setup bridge
74376
74377     The P2P bridge bus numbers programmed into the device are relative to
74378     hose->first_busno.
74379
74380     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74381
74382 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
74383 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
74384 Date:   Wed Jul 11 14:52:01 2007 -0500
74385
74386     Support PCIe extended config registers
74387
74388     FSL PCIe block has extended cfg registers in the 100 and 400 range.
74389     For example, to read the LTSSM register: pci display <busn>.0 404 1
74390
74391     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74392
74393 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
74394 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
74395 Date:   Wed Jul 11 14:51:48 2007 -0500
74396
74397     Minor improvements to drivers/pci_auto.c
74398
74399     - Make pciauto_{pre,post}scan_setup_bridge non-static
74400     - Added physical address display in debug messages.
74401
74402     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74403
74404 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
74405 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
74406 Date:   Wed Jul 11 14:51:35 2007 -0500
74407
74408     Start pci hose scan from hose->current_busno.
74409
74410     Ensure hose->current_busno is not less than first_busno.  This fixes
74411     broken board code which leaves current_busno=0 when first_busno is
74412     greater than 0 for the cases with multiple controllers.
74413
74414     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74415
74416 commit 3865b1fb7843a08ad49a6319a36415752276ff48
74417 Author: Stefan Roese <sr@denx.de>
74418 Date:   Wed Jul 11 12:13:53 2007 +0200
74419
74420     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
74421
74422     Signed-off-by: Stefan Roese <sr@denx.de>
74423
74424 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
74425 Author: Bartlomiej Sieka <tur@semihalf.com>
74426 Date:   Wed Jul 11 20:11:07 2007 +0200
74427
74428     CM1.QP1: Support for the Schindler CM1.QP1 board.
74429
74430     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
74431     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
74432
74433 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
74434 Author: Heiko Schocher <hs@pollux.denx.de>
74435 Date:   Wed Jul 11 18:39:11 2007 +0200
74436
74437     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
74438                 - now the Flash ST M29W040B is supported (not tested)
74439                 - fix the "led" command
74440                 - fix compile error, if BUILD_DIR is used
74441
74442     Signed-off-by: Heiko Schocher <hs@denx.de>
74443
74444 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
74445 Author: Stefan Roese <sr@denx.de>
74446 Date:   Sun Jul 8 13:44:27 2007 +0200
74447
74448     Fix malloc problem introduced with the relocation fixup for the PPC platform
74449
74450     The relocation fixup didn't handle the malloc pointer initialization
74451     correctly. This patch fixes this problem. Tested successfully on 4xx.
74452     The relocation fixup patches for 4xx will follow soon.
74453
74454     Signed-off-by: Stefan Roese <sr@denx.de>
74455
74456 commit 0dca874db62718e41253659e60f3a1de7eb418ce
74457 Author: TsiChung <tcliew@Goku.(none)>
74458 Date:   Tue Jul 10 15:45:43 2007 -0500
74459
74460     Cache update and added CFG_UNIFY_CACHE
74461
74462     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.
74463
74464     Signed-off-by: TsiChung <tcliew@Goku.(none)>
74465
74466 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
74467 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74468 Date:   Thu Jul 5 23:36:16 2007 -0500
74469
74470     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
74471
74472     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
74473
74474     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74475
74476 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
74477 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74478 Date:   Thu Jul 5 23:31:25 2007 -0500
74479
74480     Update header files
74481
74482     Include immap.h and renamed mcfrtc.h to rtc.h
74483
74484     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74485
74486 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
74487 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74488 Date:   Thu Jul 5 23:29:21 2007 -0500
74489
74490     Add mcffec_initialize()
74491
74492     Added mcffec_initialize() in eth_initialize()
74493
74494     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74495
74496 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
74497 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74498 Date:   Thu Jul 5 23:27:40 2007 -0500
74499
74500     Update header file and clean up
74501
74502     Include immap.h
74503
74504     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74505
74506 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
74507 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74508 Date:   Thu Jul 5 23:23:15 2007 -0500
74509
74510     New uart structure and defines
74511
74512     Seperated from mcfuart.h
74513
74514     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74515
74516 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
74517 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74518 Date:   Thu Jul 5 23:22:31 2007 -0500
74519
74520     New timer structure and defines
74521
74522     Seperated from mcftimer.h
74523
74524     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74525
74526 commit e04acb2eba4782489417240eff76e20e176aec10
74527 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74528 Date:   Thu Jul 5 23:21:09 2007 -0500
74529
74530     Rename mcfrtc to rtc
74531
74532     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
74533
74534     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74535
74536 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
74537 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74538 Date:   Thu Jul 5 23:17:36 2007 -0500
74539
74540     Rename mcfserial.c. Update include header
74541
74542     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
74543
74544     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74545
74546 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
74547 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74548 Date:   Thu Jul 5 23:13:58 2007 -0500
74549
74550     Header file update, clean up and cache handling
74551
74552     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
74553
74554     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74555
74556 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
74557 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74558 Date:   Thu Jul 5 23:10:40 2007 -0500
74559
74560     Create interrupts.c and modify Makefile
74561
74562     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
74563
74564     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74565
74566 commit ddd104f1ed655eda50c06ba636237a83ed943f34
74567 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74568 Date:   Thu Jul 5 23:06:55 2007 -0500
74569
74570     Enable Icache
74571
74572     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74573
74574 commit b9bf3de377b2bae70c983c9b97feae914999e735
74575 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74576 Date:   Thu Jul 5 23:05:31 2007 -0500
74577
74578     Update header file and some clean up
74579
74580     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
74581
74582     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74583
74584 commit 84a015b52ec820a5ae173717d78516de731c89c2
74585 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74586 Date:   Thu Jul 5 23:03:28 2007 -0500
74587
74588     Update header file and enable icache
74589
74590     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
74591
74592     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74593
74594 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
74595 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74596 Date:   Thu Jul 5 23:01:22 2007 -0500
74597
74598     Update header file and removed interrupt_init()
74599
74600     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
74601
74602     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74603
74604 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
74605 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74606 Date:   Thu Jul 5 22:57:46 2007 -0500
74607
74608     Update for flash.o and mii.o
74609
74610     Removed flash.o and added mii.o
74611
74612     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74613
74614 commit c5ded275d839e4ff79f41718d50a835d989f57bc
74615 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74616 Date:   Thu Jul 5 22:56:19 2007 -0500
74617
74618     MII functions calls.
74619
74620     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74621
74622 commit 427c814104560e29bda14955c67703245aaaa5b4
74623 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74624 Date:   Thu Jul 5 22:54:42 2007 -0500
74625
74626     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
74627
74628     The removed MII routines will be placed in mii.c.
74629
74630     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74631
74632 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
74633 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74634 Date:   Thu Jul 5 22:51:05 2007 -0500
74635
74636     Duplicate code
74637
74638     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
74639
74640     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74641
74642 commit 2744354a8437b8f78db178e30660215688bff570
74643 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74644 Date:   Thu Jul 5 22:46:38 2007 -0500
74645
74646     Seperate old structure defines and new structure defines
74647
74648     Removed new uart structure and defines to uart.h
74649
74650     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74651
74652 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
74653 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74654 Date:   Thu Jul 5 22:45:01 2007 -0500
74655
74656     Seperate old structure defines and new structure defines
74657
74658     New timer structure and defines will move to new timer.h
74659
74660     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74661
74662 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
74663 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74664 Date:   Thu Jul 5 22:42:23 2007 -0500
74665
74666     Clean up
74667
74668     Removed whitespace
74669
74670     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74671
74672 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
74673 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74674 Date:   Thu Jul 5 22:41:24 2007 -0500
74675
74676     Clean up
74677
74678     Replaced whitespace with tabs
74679
74680     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74681
74682 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
74683 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74684 Date:   Thu Jul 5 22:39:07 2007 -0500
74685
74686     Create new header file and move peripherals base address from configs file to new header file.
74687
74688     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.
74689
74690     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74691
74692 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
74693 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74694 Date:   Thu Jul 5 22:24:58 2007 -0500
74695
74696     Revert file mode
74697
74698     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
74699
74700     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74701
74702 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
74703 Author: Jon Loeliger <jdl@freescale.com>
74704 Date:   Tue Jul 10 11:19:50 2007 -0500
74705
74706     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
74707
74708     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
74709     Those always evaluated TRUE, and thus were always compiled
74710     even when IDE really wasn't defined/wanted.
74711
74712     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74713
74714 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
74715 Author: Jon Loeliger <jdl@freescale.com>
74716 Date:   Tue Jul 10 11:13:21 2007 -0500
74717
74718     drivers/: Remove lingering references to CFG_CMD_* symbols.
74719
74720     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
74721     Those always evaluated TRUE, and thus were always compiled
74722     even when IDE really wasn't defined/wanted.
74723
74724     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74725
74726 commit f40a7f3e3888b42a43674b099e5470022c8c544c
74727 Author: Jon Loeliger <jdl@freescale.com>
74728 Date:   Tue Jul 10 11:07:56 2007 -0500
74729
74730     fs/: Remove lingering references to CFG_CMD_* symbols.
74731
74732     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
74733     Those always evaluated TRUE, and thus were always compiled
74734     even when IDE really wasn't defined/wanted.
74735
74736     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74737
74738 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
74739 Author: Jon Loeliger <jdl@freescale.com>
74740 Date:   Tue Jul 10 11:05:02 2007 -0500
74741
74742     net/: Remove lingering references to CFG_CMD_* symbols.
74743
74744     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
74745     Those always evaluated TRUE, and thus were always compiled
74746     even when IDE really wasn't defined/wanted.
74747
74748     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74749
74750 commit 902531788376046da212afd1661cffb62f3daa1c
74751 Author: Jon Loeliger <jdl@freescale.com>
74752 Date:   Tue Jul 10 11:02:44 2007 -0500
74753
74754     common/: Remove lingering references to CFG_CMD_* symbols.
74755
74756     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
74757     Those always evaluated TRUE, and thus were always compiled
74758     even when IDE really wasn't defined/wanted.
74759
74760     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74761
74762 commit d39b57415838c73fb0a37eca84de3c68ba990586
74763 Author: Jon Loeliger <jdl@freescale.com>
74764 Date:   Tue Jul 10 10:48:22 2007 -0500
74765
74766     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
74767
74768     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
74769     Those always evaluated TRUE, and thus were always compiled
74770     even when IDE really wasn't defined/wanted.
74771
74772     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74773
74774 commit 77a318545d57aefa844752465b94c7e09a3f26d0
74775 Author: Jon Loeliger <jdl@freescale.com>
74776 Date:   Tue Jul 10 10:39:10 2007 -0500
74777
74778     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
74779
74780     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
74781     Those always evaluated TRUE, and thus were always compiled
74782     even when IDE really wasn't defined/wanted.
74783
74784     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74785
74786 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
74787 Author: Jon Loeliger <jdl@freescale.com>
74788 Date:   Tue Jul 10 10:27:39 2007 -0500
74789
74790     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
74791
74792     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74793
74794 commit 079a136c3588814784561d6e4856970ee82d6e2a
74795 Author: Jon Loeliger <jdl@freescale.com>
74796 Date:   Tue Jul 10 10:12:10 2007 -0500
74797
74798     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
74799
74800     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
74801     used to be included but CONFIG_BOOTP_MASK was not defined.
74802
74803     Remove lingering references to CFG_CMD_* symbols.
74804
74805     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74806
74807 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
74808 Author: Jon Loeliger <jdl@freescale.com>
74809 Date:   Tue Jul 10 09:38:02 2007 -0500
74810
74811     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
74812
74813     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
74814     used to be included but CONFIG_BOOTP_MASK was not defined.
74815
74816     Remove lingering references to CFG_CMD_* symbols.
74817
74818     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74819
74820 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
74821 Author: Jon Loeliger <jdl@freescale.com>
74822 Date:   Tue Jul 10 09:29:01 2007 -0500
74823
74824     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
74825
74826     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
74827     used to be included but CONFIG_BOOTP_MASK was not defined.
74828
74829     Remove lingering references to CFG_CMD_* symbols.
74830
74831     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74832
74833 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
74834 Author: Jon Loeliger <jdl@freescale.com>
74835 Date:   Tue Jul 10 09:22:23 2007 -0500
74836
74837     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
74838
74839     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
74840     used to be included but CONFIG_BOOTP_MASK was not defined.
74841
74842     Remove lingering references to CFG_CMD_* symbols.
74843
74844     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74845
74846 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
74847 Author: Jon Loeliger <jdl@freescale.com>
74848 Date:   Tue Jul 10 09:10:49 2007 -0500
74849
74850     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
74851
74852     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
74853     used to be included but CONFIG_BOOTP_MASK was not defined.
74854
74855     Remove lingering references to CFG_CMD_* symbols.
74856
74857     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74858
74859 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
74860 Author: Jon Loeliger <jdl@freescale.com>
74861 Date:   Tue Jul 10 09:02:57 2007 -0500
74862
74863     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
74864
74865     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
74866     used to be included but CONFIG_BOOTP_MASK was not defined.
74867
74868     Remove lingering references to CFG_CMD_* symbols.
74869
74870     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74871
74872 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
74873 Author: Jon Loeliger <jdl@freescale.com>
74874 Date:   Mon Jul 9 22:08:34 2007 -0500
74875
74876     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
74877
74878     All of the choices for CONFIG_BOOTP_ are now documented in
74879     the README file.  You must now individually select exactly
74880     the set that you want using a series of
74881         #define CONFIG_BOOTP_<x>
74882     statements in the board port config files now.
74883
74884     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74885
74886 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
74887 Author: Jon Loeliger <jdl@freescale.com>
74888 Date:   Mon Jul 9 21:57:31 2007 -0500
74889
74890     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
74891
74892     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74893
74894 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
74895 Author: Jon Loeliger <jdl@freescale.com>
74896 Date:   Mon Jul 9 21:48:26 2007 -0500
74897
74898     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
74899
74900     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74901
74902 commit 37d4bb70586659dedef1658ce1bed071be098aec
74903 Author: Jon Loeliger <jdl@freescale.com>
74904 Date:   Mon Jul 9 21:38:02 2007 -0500
74905
74906     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
74907
74908     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74909
74910 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
74911 Author: Jon Loeliger <jdl@freescale.com>
74912 Date:   Mon Jul 9 21:31:24 2007 -0500
74913
74914     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
74915
74916     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74917
74918 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
74919 Author: Jon Loeliger <jdl@freescale.com>
74920 Date:   Mon Jul 9 21:24:19 2007 -0500
74921
74922     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
74923
74924     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74925
74926 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
74927 Author: Jon Loeliger <jdl@freescale.com>
74928 Date:   Mon Jul 9 21:16:53 2007 -0500
74929
74930     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
74931
74932     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74933
74934 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
74935 Author: Jon Loeliger <jdl@freescale.com>
74936 Date:   Mon Jul 9 19:12:30 2007 -0500
74937
74938     Retire CONFIG_COMMANDS finally.
74939     Strip old CFG_CMD_* symbols out.
74940
74941     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74942
74943 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
74944 Author: Jon Loeliger <jdl@freescale.com>
74945 Date:   Mon Jul 9 19:10:03 2007 -0500
74946
74947     Update README.* to reference new CONFIG_CMD_* names now.
74948
74949     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74950
74951 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
74952 Author: Jon Loeliger <jdl@freescale.com>
74953 Date:   Mon Jul 9 19:06:00 2007 -0500
74954
74955     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
74956
74957     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74958
74959 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
74960 Author: Jon Loeliger <jdl@freescale.com>
74961 Date:   Mon Jul 9 18:57:22 2007 -0500
74962
74963     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
74964
74965     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74966
74967 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
74968 Author: Jon Loeliger <jdl@freescale.com>
74969 Date:   Mon Jul 9 18:45:16 2007 -0500
74970
74971     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
74972
74973     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74974
74975 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
74976 Author: Jon Loeliger <jdl@freescale.com>
74977 Date:   Mon Jul 9 18:38:39 2007 -0500
74978
74979     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
74980
74981     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74982
74983 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
74984 Author: Jon Loeliger <jdl@freescale.com>
74985 Date:   Mon Jul 9 18:31:28 2007 -0500
74986
74987     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
74988
74989     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74990
74991 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
74992 Author: Jon Loeliger <jdl@freescale.com>
74993 Date:   Mon Jul 9 18:24:55 2007 -0500
74994
74995     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
74996
74997     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74998
74999 commit fcec2eb93e126400009729328e797f12bc94f1fd
75000 Author: Jon Loeliger <jdl@freescale.com>
75001 Date:   Mon Jul 9 18:19:09 2007 -0500
75002
75003     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
75004
75005     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75006
75007 commit a593814f2be0c9cdc3133cd550b167b8a988328f
75008 Author: Jon Loeliger <jdl@freescale.com>
75009 Date:   Mon Jul 9 18:10:50 2007 -0500
75010
75011     rtc/: Remove obsolete references to CONFIG_COMMANDS
75012
75013     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75014
75015 commit 67350568f9d46e66c21829f3513b3db0caeb948b
75016 Author: Jon Loeliger <jdl@freescale.com>
75017 Date:   Mon Jul 9 18:05:38 2007 -0500
75018
75019     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
75020
75021     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75022
75023 commit 7def6b34f910f08d7ef0a14646da067719237ca2
75024 Author: Jon Loeliger <jdl@freescale.com>
75025 Date:   Mon Jul 9 18:02:11 2007 -0500
75026
75027     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
75028
75029     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75030
75031 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
75032 Author: Jon Loeliger <jdl@freescale.com>
75033 Date:   Mon Jul 9 17:56:50 2007 -0500
75034
75035     fs/: Remove obsolete references to CONFIG_COMMANDS
75036
75037     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75038
75039 commit c91898bbc505aff3e12a807af88e76da18efb7ee
75040 Author: Jon Loeliger <jdl@freescale.com>
75041 Date:   Mon Jul 9 17:46:09 2007 -0500
75042
75043     tools/: Remove obsolete references to CONFIG_COMMANDS
75044
75045     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75046
75047 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
75048 Author: Jon Loeliger <jdl@freescale.com>
75049 Date:   Mon Jul 9 17:45:14 2007 -0500
75050
75051     net/: Remove obsolete references to CONFIG_COMMANDS
75052
75053     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75054
75055 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
75056 Author: Jon Loeliger <jdl@freescale.com>
75057 Date:   Mon Jul 9 17:39:42 2007 -0500
75058
75059     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
75060
75061     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75062
75063 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
75064 Author: Jon Loeliger <jdl@freescale.com>
75065 Date:   Mon Jul 9 17:30:01 2007 -0500
75066
75067     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
75068
75069     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75070
75071 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
75072 Author: Jon Loeliger <jdl@freescale.com>
75073 Date:   Mon Jul 9 17:22:37 2007 -0500
75074
75075     disk/: Remove obsolete references to CONFIG_COMMANDS
75076
75077     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75078
75079 commit 639221c76c88215bd55af83ad174fc30d1940f8f
75080 Author: Jon Loeliger <jdl@freescale.com>
75081 Date:   Mon Jul 9 17:15:49 2007 -0500
75082
75083     include/: Remove obsolete references to CONFIG_COMMANDS
75084     Mostly removed from comments here.
75085
75086     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75087
75088 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
75089 Author: Wolfgang Denk <wd@denx.de>
75090 Date:   Tue Jul 10 00:01:28 2007 +0200
75091
75092     Coding style cleanup; update CHANGELOG.
75093
75094     Signed-off-by: Wolfgang Denk <wd@denx.de>
75095
75096 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
75097 Author: Stefan Roese <sr@denx.de>
75098 Date:   Mon Jul 9 11:00:24 2007 +0200
75099
75100     Small coding style cleanup
75101
75102     Signed-off-by: Stefan Roese <sr@denx.de>
75103
75104 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
75105 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75106 Date:   Mon Jul 9 10:10:08 2007 +0200
75107
75108     Migrate esd 405EP boards to new NAND subsystem
75109
75110     Remove unused CFG_NAND_LEGACY define
75111
75112     These boards to not have NAND.
75113
75114     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75115
75116 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
75117 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75118 Date:   Mon Jul 9 10:10:06 2007 +0200
75119
75120     Migrate esd 405EP boards to new NAND subsystem
75121
75122     Migrate esd 405EP boards to new NAND subsystem
75123
75124     -cleanup
75125     -use correct io accessors (in/out_be32())
75126
75127     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75128
75129 commit e09f7ab5749c345f924da272bea0521a73af5b11
75130 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75131 Date:   Mon Jul 9 10:10:04 2007 +0200
75132
75133     Migrate esd 405EP boards to new NAND subsystem
75134
75135     This patch prepares the migration from the legacy NAND driver
75136     to U-Boot's new NAND subsystem for esd boards.
75137
75138     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75139
75140 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
75141 Author: Jon Loeliger <jdl@freescale.com>
75142 Date:   Sun Jul 8 18:10:08 2007 -0500
75143
75144     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
75145
75146     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75147
75148 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
75149 Author: Jon Loeliger <jdl@freescale.com>
75150 Date:   Sun Jul 8 18:05:39 2007 -0500
75151
75152     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
75153
75154     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75155
75156 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
75157 Author: Jon Loeliger <jdl@freescale.com>
75158 Date:   Sun Jul 8 18:02:23 2007 -0500
75159
75160     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
75161
75162     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75163
75164 commit baa26db4113679b80970ff447d91cc10217742a6
75165 Author: Jon Loeliger <jdl@freescale.com>
75166 Date:   Sun Jul 8 17:51:39 2007 -0500
75167
75168     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
75169
75170     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75171
75172 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
75173 Author: Jon Loeliger <jdl@freescale.com>
75174 Date:   Sun Jul 8 17:02:01 2007 -0500
75175
75176     Clear up confusion over the CMD_POST and POST_DIAG mess.
75177
75178     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
75179     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
75180     Clear this mess up some.
75181
75182     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75183
75184 commit b3631487105a57ab7cbadfc26efbaf9676275018
75185 Author: Jon Loeliger <jdl@freescale.com>
75186 Date:   Sun Jul 8 15:45:08 2007 -0500
75187
75188     Remove references to the old cmd_confdefs.h include file.
75189
75190     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75191
75192 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
75193 Author: Jon Loeliger <jdl@freescale.com>
75194 Date:   Sun Jul 8 15:42:59 2007 -0500
75195
75196     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
75197
75198     Use new CONFIG_CMD_* in lwmon5.h board config file.
75199     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
75200
75201     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75202
75203 commit a5562901661bd428f7e5feb333f796372cb81019
75204 Author: Jon Loeliger <jdl@freescale.com>
75205 Date:   Sun Jul 8 15:31:57 2007 -0500
75206
75207     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
75208
75209     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75210
75211 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
75212 Author: Jon Loeliger <jdl@freescale.com>
75213 Date:   Sun Jul 8 15:02:44 2007 -0500
75214
75215     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
75216
75217     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75218
75219 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
75220 Author: Jon Loeliger <jdl@freescale.com>
75221 Date:   Sun Jul 8 15:12:40 2007 -0500
75222
75223     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
75224
75225     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75226
75227 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
75228 Author: Jon Loeliger <jdl@freescale.com>
75229 Date:   Sun Jul 8 14:55:07 2007 -0500
75230
75231     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
75232
75233     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75234
75235 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
75236 Author: Jon Loeliger <jdl@freescale.com>
75237 Date:   Sun Jul 8 14:49:44 2007 -0500
75238
75239     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
75240
75241     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75242
75243 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
75244 Author: Jon Loeliger <jdl@freescale.com>
75245 Date:   Sun Jul 8 14:21:43 2007 -0500
75246
75247     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
75248
75249     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75250
75251 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
75252 Author: Jon Loeliger <jdl@freescale.com>
75253 Date:   Sun Jul 8 14:14:17 2007 -0500
75254
75255     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
75256
75257     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75258
75259 commit 348f258f24253433e4a2302a0bbceb6740a67246
75260 Author: Jon Loeliger <jdl@freescale.com>
75261 Date:   Sun Jul 8 13:46:18 2007 -0500
75262
75263     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
75264
75265     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75266
75267 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
75268 Author: Jon Loeliger <jdl@freescale.com>
75269 Date:   Sun Jul 8 10:09:35 2007 -0500
75270
75271     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
75272
75273     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75274
75275 commit 60a0876b5106b34220e459c208bbf648073306c0
75276 Author: Jon Loeliger <jdl@freescale.com>
75277 Date:   Sat Jul 7 21:04:26 2007 -0500
75278
75279     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
75280
75281     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75282
75283 commit dcaa71562826a2466e894c868d132509dcda8444
75284 Author: Jon Loeliger <jdl@freescale.com>
75285 Date:   Sat Jul 7 20:56:05 2007 -0500
75286
75287     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
75288
75289     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75290
75291 commit 3c3227f3c737502311b25b72084573901cbbf17d
75292 Author: Jon Loeliger <jdl@freescale.com>
75293 Date:   Sat Jul 7 20:40:43 2007 -0500
75294
75295     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
75296
75297     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75298
75299 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
75300 Author: Jon Loeliger <jdl@freescale.com>
75301 Date:   Thu Jul 5 19:52:35 2007 -0500
75302
75303     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
75304
75305     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75306
75307 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
75308 Author: Jon Loeliger <jdl@freescale.com>
75309 Date:   Thu Jul 5 19:32:07 2007 -0500
75310
75311     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
75312
75313     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75314
75315 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
75316 Author: Jon Loeliger <jdl@freescale.com>
75317 Date:   Thu Jul 5 19:13:52 2007 -0500
75318
75319     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
75320
75321     Since ADS860.h includes "board/fads/fads.h" with ramifications
75322     on the CONFIG_COMMAND treatment, it too has to be adjusted to
75323     exclude already configured commands in this same commit.
75324
75325     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75326
75327 commit 10e038932f22ee80ebd53de312531e70e6590a2f
75328 Author: Thomas Knobloch <knobloch@siemens.com>
75329 Date:   Fri Jul 6 14:58:39 2007 +0200
75330
75331     [NAND] Bad block skipping for command nboot
75332
75333     The old implementation of command nboot does not support reading the image from
75334     NAND flash with skipping of bad blocks. The patch implements a new version of
75335     the nboot command: by calling nboot.jffs2 from the u-boot command line the
75336     command will load the image from NAND flash with respect to bad blocks (by using
75337     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
75338     read.jffs2 ...".
75339
75340     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
75341     Signed-off-by: Stefan Roese <sr@denx.de>
75342
75343 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
75344 Author: Stefan Roese <sr@denx.de>
75345 Date:   Fri Jul 6 12:26:51 2007 +0200
75346
75347     ppc4xx: Update lwmon5 default environment
75348
75349     Signed-off-by: Stefan Roese <sr@denx.de>
75350
75351 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
75352 Author: Stefan Roese <sr@denx.de>
75353 Date:   Fri Jul 6 11:48:24 2007 +0200
75354
75355     ppc4xx: Update lwmon5 board
75356
75357     Add unlock=yes environment variable to default variables to unlock
75358     the CFI flash by default.
75359
75360     Signed-off-by: Stefan Roese <sr@denx.de>
75361
75362 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
75363 Author: Stefan Roese <sr@denx.de>
75364 Date:   Fri Jul 6 09:45:47 2007 +0200
75365
75366     Fix problem with get/setdcr commands introduced by cfg patches
75367
75368     Signed-off-by: Stefan Roese <sr@denx.de>
75369
75370 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
75371 Author: Wolfgang Denk <wd@denx.de>
75372 Date:   Fri Jul 6 02:50:19 2007 +0200
75373
75374     Code cleanup and default config update for STC GP3 SSA board.
75375
75376     Signed-off-by: Wolfgang Denk <wd@denx.de>
75377
75378 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
75379 Author: Wolfgang Denk <wd@denx.de>
75380 Date:   Thu Jul 5 17:56:27 2007 +0200
75381
75382     Fixing some typos etc. introduced mainly by cfg patches.
75383
75384     Signed-off-by: Wolfgang Denk <wd@denx.de>
75385
75386 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
75387 Author: Wolfgang Denk <wd@denx.de>
75388 Date:   Thu Jul 5 11:12:16 2007 +0200
75389
75390     Minor coding style cleanup. Update CHANGELOG.
75391
75392 commit dca3b3d6d6396b67e5e84af53452164923c73443
75393 Author: Jon Loeliger <jdl@jdl.com>
75394 Date:   Wed Jul 4 22:33:46 2007 -0500
75395
75396     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
75397
75398     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75399
75400 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
75401 Author: Jon Loeliger <jdl@jdl.com>
75402 Date:   Wed Jul 4 22:33:38 2007 -0500
75403
75404     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
75405
75406     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75407
75408 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
75409 Author: Jon Loeliger <jdl@jdl.com>
75410 Date:   Wed Jul 4 22:33:30 2007 -0500
75411
75412     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
75413
75414     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75415
75416 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
75417 Author: Jon Loeliger <jdl@jdl.com>
75418 Date:   Wed Jul 4 22:33:23 2007 -0500
75419
75420     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
75421
75422     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75423
75424 commit 26a34560d56a9df5bc2ae23525d9229736134757
75425 Author: Jon Loeliger <jdl@jdl.com>
75426 Date:   Wed Jul 4 22:33:17 2007 -0500
75427
75428     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
75429
75430     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75431
75432 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
75433 Author: Jon Loeliger <jdl@jdl.com>
75434 Date:   Wed Jul 4 22:33:13 2007 -0500
75435
75436     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
75437
75438     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75439
75440 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
75441 Author: Jon Loeliger <jdl@jdl.com>
75442 Date:   Wed Jul 4 22:33:07 2007 -0500
75443
75444     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
75445
75446     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75447
75448 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
75449 Author: Jon Loeliger <jdl@jdl.com>
75450 Date:   Wed Jul 4 22:33:01 2007 -0500
75451
75452     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
75453
75454     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75455
75456 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
75457 Author: Jon Loeliger <jdl@jdl.com>
75458 Date:   Wed Jul 4 22:32:57 2007 -0500
75459
75460     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
75461
75462     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75463
75464 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
75465 Author: Jon Loeliger <jdl@jdl.com>
75466 Date:   Wed Jul 4 22:32:51 2007 -0500
75467
75468     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
75469
75470     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75471
75472 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
75473 Author: Jon Loeliger <jdl@jdl.com>
75474 Date:   Wed Jul 4 22:32:32 2007 -0500
75475
75476     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
75477
75478     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75479
75480 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
75481 Author: Jon Loeliger <jdl@jdl.com>
75482 Date:   Wed Jul 4 22:32:25 2007 -0500
75483
75484     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
75485
75486     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75487
75488 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
75489 Author: Jon Loeliger <jdl@jdl.com>
75490 Date:   Wed Jul 4 22:32:19 2007 -0500
75491
75492     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
75493
75494     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75495
75496 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
75497 Author: Jon Loeliger <jdl@jdl.com>
75498 Date:   Wed Jul 4 22:32:10 2007 -0500
75499
75500     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
75501
75502     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75503
75504 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
75505 Author: Jon Loeliger <jdl@jdl.com>
75506 Date:   Wed Jul 4 22:32:03 2007 -0500
75507
75508     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
75509
75510     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75511
75512 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
75513 Author: Jon Loeliger <jdl@jdl.com>
75514 Date:   Wed Jul 4 22:31:56 2007 -0500
75515
75516     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
75517
75518     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75519
75520 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
75521 Author: Jon Loeliger <jdl@jdl.com>
75522 Date:   Wed Jul 4 22:31:49 2007 -0500
75523
75524     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
75525
75526     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75527
75528 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
75529 Author: Jon Loeliger <jdl@jdl.com>
75530 Date:   Wed Jul 4 22:31:42 2007 -0500
75531
75532     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
75533
75534     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75535
75536 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
75537 Author: Jon Loeliger <jdl@jdl.com>
75538 Date:   Wed Jul 4 22:31:35 2007 -0500
75539
75540     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
75541
75542     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75543
75544 commit d794cfefead5fc177cf4f41164e80382e9c9484a
75545 Author: Jon Loeliger <jdl@jdl.com>
75546 Date:   Wed Jul 4 22:31:15 2007 -0500
75547
75548     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
75549
75550     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75551
75552 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
75553 Author: Jon Loeliger <jdl@jdl.com>
75554 Date:   Wed Jul 4 22:31:07 2007 -0500
75555
75556     include/configs: Use new CONFIG_CMD_* in STx board config files.
75557
75558     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75559
75560 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
75561 Author: Jon Loeliger <jdl@jdl.com>
75562 Date:   Wed Jul 4 22:30:58 2007 -0500
75563
75564     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
75565
75566     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75567
75568 commit 2694690e285acaa34922f55f4b5ae030da60c55a
75569 Author: Jon Loeliger <jdl@jdl.com>
75570 Date:   Wed Jul 4 22:30:50 2007 -0500
75571
75572     include/configs: Use new CONFIG_CMD_* in TQM board config files.
75573
75574     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75575
75576 commit 1cc4c458329765b58e584a19821e796b3c10e976
75577 Author: Jon Loeliger <jdl@jdl.com>
75578 Date:   Wed Jul 4 22:30:28 2007 -0500
75579
75580     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
75581
75582     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75583
75584 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
75585 Author: Jon Loeliger <jdl@jdl.com>
75586 Date:   Wed Jul 4 22:30:06 2007 -0500
75587
75588     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
75589
75590     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75591
75592 commit b44896215a09c60fa40cae906f7ed207bbc2c492
75593 Author: Sergei Poselenov <sposelenov@emcraft.com>
75594 Date:   Thu Jul 5 08:17:37 2007 +0200
75595
75596     Merged POST framework with the current TOT.
75597
75598     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
75599
75600 commit b24629fa377214d63bb40d1360e354b6d3e4af56
75601 Author: Jon Loeliger <jdl@jdl.com>
75602 Date:   Wed Jun 13 13:23:15 2007 -0500
75603
75604     mpc86xx: Remove old CFG_CMD_* references.
75605
75606     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75607
75608 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
75609 Author: Jon Loeliger <jdl@jdl.com>
75610 Date:   Wed Jun 13 13:22:54 2007 -0500
75611
75612     Add MPC8568MDS to MAKEALL 85xx target.
75613
75614     It was missing from the original port submission.
75615
75616     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75617
75618 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
75619 Author: Jon Loeliger <jdl@jdl.com>
75620 Date:   Wed Jun 13 13:22:08 2007 -0500
75621
75622     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
75623
75624     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75625
75626 commit 56b304ac2091689506088a9ae67f63fd6300cf16
75627 Author: Jon Loeliger <jdl@jdl.com>
75628 Date:   Wed Jun 13 13:21:37 2007 -0500
75629
75630     Fix #if typo in CONFIG_CMD_* changes.
75631
75632     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75633
75634 commit f780b83316d9af1f61d71cc88b1917b387b9b995
75635 Author: Niklaus Giger <niklausgiger@gmx.ch>
75636 Date:   Wed Jun 27 18:11:38 2007 +0200
75637
75638     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
75639
75640     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
75641
75642 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
75643 Author: Stefan Roese <sr@denx.de>
75644 Date:   Wed Jul 4 10:06:30 2007 +0200
75645
75646     ppc4xx: Update lwmon5 board
75647
75648     - Add optional ECC generation routine to preserve existing
75649       RAM values. This is needed for the Linux log-buffer support
75650     - Add optional DDR2 setup with CL=4
75651     - GPIO50 not used anymore
75652     - Lime register setup added
75653
75654     Signed-off-by: Stefan Roese <sr@denx.de>
75655
75656 commit 6810a34677dbc446334f5e451f1682426dd33b49
75657 Author: Grant Likely <grant.likely@secretlab.ca>
75658 Date:   Tue Jul 3 00:17:28 2007 -0600
75659
75660     Fix Makefile to use $(MKCONFIG) macro for all board ports
75661
75662     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75663
75664 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
75665 Author: Grant Likely <grant.likely@secretlab.ca>
75666 Date:   Tue Jul 3 00:17:28 2007 -0600
75667
75668     Fix Makefile to use $(MKCONFIG) macro for all board ports
75669
75670     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75671
75672 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
75673 Author: Grant Likely <grant.likely@secretlab.ca>
75674 Date:   Tue Jul 3 00:34:49 2007 -0600
75675
75676     Correct fixup relocation for mpc83xx
75677
75678     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75679
75680 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
75681 Author: Grant Likely <grant.likely@secretlab.ca>
75682 Date:   Tue Jul 3 00:34:44 2007 -0600
75683
75684     Correct fixup relocation for mpc8260
75685
75686     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75687
75688 commit f3a52fe05923935db86985daf9438e2f70ac39aa
75689 Author: Grant Likely <grant.likely@secretlab.ca>
75690 Date:   Tue Jul 3 00:34:39 2007 -0600
75691
75692     Correct fixup relocation for mpc824x
75693
75694     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75695
75696 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
75697 Author: Grant Likely <grant.likely@secretlab.ca>
75698 Date:   Tue Jul 3 00:34:34 2007 -0600
75699
75700     Correct fixup relocation for mpc8220
75701
75702     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75703
75704 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
75705 Author: Grant Likely <grant.likely@secretlab.ca>
75706 Date:   Tue Jul 3 00:34:29 2007 -0600
75707
75708     Correct fixup relocation for MPC5xxx
75709
75710     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75711
75712 commit 3649cd99ba815b6601868735765602f00ef3692b
75713 Author: Grant Likely <grant.likely@secretlab.ca>
75714 Date:   Tue Jul 3 00:34:24 2007 -0600
75715
75716     Correct relocation fixup for mpc5xx
75717
75718     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75719
75720 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
75721 Author: Grant Likely <grant.likely@secretlab.ca>
75722 Date:   Tue Jul 3 00:34:19 2007 -0600
75723
75724     Don't set gd->reloc_off if relocation of .fixup works correctly
75725
75726     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75727
75728 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
75729 Author: Grant Likely <grant.likely@secretlab.ca>
75730 Date:   Tue Jul 3 00:34:14 2007 -0600
75731
75732     Remove obsolete mpc83xx linker scripts
75733
75734     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75735
75736 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
75737 Author: Grant Likely <grant.likely@secretlab.ca>
75738 Date:   Tue Jul 3 00:34:09 2007 -0600
75739
75740     Consolidate mpc8260 linker scripts
75741
75742     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75743
75744 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
75745 Author: Grant Likely <grant.likely@secretlab.ca>
75746 Date:   Tue Jul 3 00:34:04 2007 -0600
75747
75748     Remove obsolete mpc824x linker scripts
75749
75750     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75751
75752 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
75753 Author: Grant Likely <grant.likely@secretlab.ca>
75754 Date:   Tue Jul 3 00:33:59 2007 -0600
75755
75756     Remove obsolete mpc824x linker scripts (3 of 4)
75757
75758     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75759
75760 commit a71c084f3ac7fedf144537db2b2da47323068833
75761 Author: Grant Likely <grant.likely@secretlab.ca>
75762 Date:   Tue Jul 3 00:33:53 2007 -0600
75763
75764     Remove obsolete mpc824x linker scripts (2 of 4)
75765
75766     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75767
75768 commit f670a15468d1365241d40022b9408e1004181f5e
75769 Author: Grant Likely <grant.likely@secretlab.ca>
75770 Date:   Tue Jul 3 00:33:48 2007 -0600
75771
75772     Remove obsolete mpc824x linker scripts (1 of 4)
75773
75774     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75775
75776 commit 09555bd45a04c0e54f172528d21bc18896550d28
75777 Author: Grant Likely <grant.likely@secretlab.ca>
75778 Date:   Tue Jul 3 00:33:43 2007 -0600
75779
75780     Remove obsolete mpc8220 linker scripts
75781
75782     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75783
75784 commit 5efb992f046e51225c93d52f80fecbe433abd789
75785 Author: Grant Likely <grant.likely@secretlab.ca>
75786 Date:   Tue Jul 3 00:33:38 2007 -0600
75787
75788     Remove obsolete mpc5xxx linker scripts (3 of 3)
75789
75790     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75791
75792 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
75793 Author: Grant Likely <grant.likely@secretlab.ca>
75794 Date:   Tue Jul 3 00:33:33 2007 -0600
75795
75796     Remove obsolete mpc5xxx linker scripts (2 of 3)
75797
75798     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75799
75800 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
75801 Author: Grant Likely <grant.likely@secretlab.ca>
75802 Date:   Tue Jul 3 00:33:28 2007 -0600
75803
75804     Remove obsolete mpc5xxx linker scripts (1 of 3)
75805
75806     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75807
75808 commit b7d8e05f8675249b5f208aa73babeed384a4519d
75809 Author: Grant Likely <grant.likely@secretlab.ca>
75810 Date:   Tue Jul 3 00:33:23 2007 -0600
75811
75812     Remove obsolete mpc5xx linker scripts
75813
75814     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75815
75816 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
75817 Author: Grant Likely <grant.likely@secretlab.ca>
75818 Date:   Tue Jul 3 00:33:18 2007 -0600
75819
75820     Consolidate mpc83xx linker scripts
75821
75822     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75823
75824 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
75825 Author: Grant Likely <grant.likely@secretlab.ca>
75826 Date:   Tue Jul 3 00:33:13 2007 -0600
75827
75828     Consolidate mpc8260 linker scripts
75829
75830     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75831
75832 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
75833 Author: Grant Likely <grant.likely@secretlab.ca>
75834 Date:   Tue Jul 3 00:33:08 2007 -0600
75835
75836     Consolidate mpc824x linker scripts
75837
75838     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75839
75840 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
75841 Author: Grant Likely <grant.likely@secretlab.ca>
75842 Date:   Tue Jul 3 00:33:03 2007 -0600
75843
75844     Consolidate mpc8220 linker scripts
75845
75846     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75847
75848 commit d181c9a15cd41863fe24840d17848429f27d3c8c
75849 Author: Grant Likely <grant.likely@secretlab.ca>
75850 Date:   Tue Jul 3 00:32:58 2007 -0600
75851
75852     Consolidate mpc5xxx linker scripts
75853
75854     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75855
75856 commit 287ac924adb7291bebe5086652a362a30ab28b13
75857 Author: Grant Likely <grant.likely@secretlab.ca>
75858 Date:   Tue Jul 3 00:32:53 2007 -0600
75859
75860     Consolidate mpc5xx linker scripts
75861
75862     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75863
75864 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
75865 Author: Wolfgang Denk <wd@denx.de>
75866 Date:   Wed Jul 4 00:43:53 2007 +0200
75867
75868     Fix a few file permission problems.
75869
75870     Signed-off-by: Wolfgang Denk <wd@denx.de>
75871
75872 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
75873 Author: Wolfgang Denk <wd@denx.de>
75874 Date:   Wed Jul 4 00:38:38 2007 +0200
75875
75876     Minor coding style cleanup. Rebuild CHANGELOG file.
75877
75878 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
75879 Author: Jon Loeliger <jdl@jdl.com>
75880 Date:   Mon Jun 11 19:03:44 2007 -0500
75881
75882     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
75883
75884     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75885
75886 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
75887 Author: Jon Loeliger <jdl@jdl.com>
75888 Date:   Mon Jun 11 19:03:39 2007 -0500
75889
75890     README: Rewrite command line config to use CONFIG_CMD_* names.
75891
75892     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75893
75894 commit 72a074cec68e5bad60d63206c050974e08afd804
75895 Author: Jon Loeliger <jdl@jdl.com>
75896 Date:   Mon Jun 11 19:03:34 2007 -0500
75897
75898     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
75899
75900     This is a compatibility step that allows both the older form
75901     and the new form to co-exist for a while until the older can
75902     be removed entirely.
75903
75904     All transformations are of the form:
75905     Before:
75906         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
75907     After:
75908         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
75909
75910     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75911
75912 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
75913 Author: Jon Loeliger <jdl@jdl.com>
75914 Date:   Mon Jun 11 19:03:28 2007 -0500
75915
75916     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
75917
75918     This is a compatibility step that allows both the older form
75919     and the new form to co-exist for a while until the older can
75920     be removed entirely.
75921
75922     All transformations are of the form:
75923     Before:
75924         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
75925     After:
75926         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
75927
75928     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75929
75930 commit 9107ebe0d352420895ab69b715697bdebc8caf50
75931 Author: Jon Loeliger <jdl@jdl.com>
75932 Date:   Mon Jun 11 19:03:23 2007 -0500
75933
75934     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
75935
75936     This is a compatibility step that allows both the older form
75937     and the new form to co-exist for a while until the older can
75938     be removed entirely.
75939
75940     All transformations are of the form:
75941     Before:
75942         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
75943     After:
75944         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
75945
75946     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75947
75948 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
75949 Author: Jon Loeliger <jdl@jdl.com>
75950 Date:   Mon Jun 11 19:03:19 2007 -0500
75951
75952     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
75953
75954     This is a compatibility step that allows both the older form
75955     and the new form to co-exist for a while until the older can
75956     be removed entirely.
75957
75958     All transformations are of the form:
75959     Before:
75960         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
75961     After:
75962         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
75963
75964     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75965
75966 commit 737184114ec9c9e0ab94d6713536126073bd2472
75967 Author: Jon Loeliger <jdl@jdl.com>
75968 Date:   Mon Jun 11 19:03:15 2007 -0500
75969
75970     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
75971
75972     This is a compatibility step that allows both the older form
75973     and the new form to co-exist for a while until the older can
75974     be removed entirely.
75975
75976     All transformations are of the form:
75977     Before:
75978         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
75979     After:
75980         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
75981
75982     Signed-off-by: Jon Loeliger <jdl@freescale.com>
75983
75984 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
75985 Author: Jon Loeliger <jdl@jdl.com>
75986 Date:   Mon Jun 11 19:03:08 2007 -0500
75987
75988     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
75989
75990     This is a compatibility step that allows both the older form
75991     and the new form to co-exist for a while until the older can
75992     be removed entirely.
75993
75994     All transformations are of the form:
75995     Before:
75996         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
75997     After:
75998         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
75999
76000     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76001
76002 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
76003 Author: Jon Loeliger <jdl@jdl.com>
76004 Date:   Mon Jun 11 19:03:03 2007 -0500
76005
76006     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
76007
76008     This is a compatibility step that allows both the older form
76009     and the new form to co-exist for a while until the older can
76010     be removed entirely.
76011
76012     All transformations are of the form:
76013     Before:
76014         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
76015     After:
76016         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
76017
76018     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76019
76020 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
76021 Author: Jon Loeliger <jdl@jdl.com>
76022 Date:   Mon Jun 11 19:02:58 2007 -0500
76023
76024     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
76025
76026     This is a compatibility step that allows both the older form
76027     and the new form to co-exist for a while until the older can
76028     be removed entirely.
76029
76030     All transformations are of the form:
76031     Before:
76032         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
76033     After:
76034         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
76035
76036     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76037
76038 commit 98b79003c21c2578206003256de4e781d6b36ca8
76039 Author: Jon Loeliger <jdl@jdl.com>
76040 Date:   Mon Jun 11 19:02:53 2007 -0500
76041
76042     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
76043
76044     This is a compatibility step that allows both the older form
76045     and the new form to co-exist for a while until the older can
76046     be removed entirely.
76047
76048     All transformations are of the form:
76049     Before:
76050         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
76051     After:
76052         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
76053
76054     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76055
76056 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
76057 Author: Jon Loeliger <jdl@jdl.com>
76058 Date:   Mon Jun 11 19:02:49 2007 -0500
76059
76060     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
76061
76062     This is a compatibility step that allows both the older form
76063     and the new form to co-exist for a while until the older can
76064     be removed entirely.
76065
76066     All transformations are of the form:
76067     Before:
76068         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
76069     After:
76070         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
76071
76072     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76073
76074 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
76075 Author: Jon Loeliger <jdl@jdl.com>
76076 Date:   Mon Jun 11 19:02:34 2007 -0500
76077
76078     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
76079
76080     This is a compatibility step that allows both the older form
76081     and the new form to co-exist for a while until the older can
76082     be removed entirely.
76083
76084     All transformations are of the form:
76085     Before:
76086         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
76087     After:
76088         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
76089
76090     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76091
76092 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
76093 Author: Jon Loeliger <jdl@jdl.com>
76094 Date:   Mon Jun 11 19:02:20 2007 -0500
76095
76096     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
76097
76098     This is a compatibility step that allows both the older form
76099     and the new form to co-exist for a while until the older can
76100     be removed entirely.
76101
76102     All transformations are of the form:
76103     Before:
76104         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
76105     After:
76106         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
76107
76108     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76109
76110 commit d5be43de93ff905c465e509d45a3164ef48d26e7
76111 Author: Jon Loeliger <jdl@jdl.com>
76112 Date:   Mon Jun 11 19:02:10 2007 -0500
76113
76114     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
76115
76116     This is a compatibility step that allows both the older form
76117     and the new form to co-exist for a while until the older can
76118     be removed entirely.
76119
76120     All transformations are of the form:
76121     Before:
76122         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
76123     After:
76124         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
76125
76126     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76127
76128 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
76129 Author: Jon Loeliger <jdl@jdl.com>
76130 Date:   Mon Jun 11 19:02:05 2007 -0500
76131
76132     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
76133
76134     This is a compatibility step that allows both the older form
76135     and the new form to co-exist for a while until the older can
76136     be removed entirely.
76137
76138     All transformations are of the form:
76139     Before:
76140         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
76141     After:
76142         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
76143
76144     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76145
76146 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
76147 Author: Jon Loeliger <jdl@jdl.com>
76148 Date:   Mon Jun 11 19:01:54 2007 -0500
76149
76150     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
76151
76152     This is a compatibility step that allows both the older form
76153     and the new form to co-exist for a while until the older can
76154     be removed entirely.
76155
76156     All transformations are of the form:
76157     Before:
76158         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
76159     After:
76160         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
76161
76162     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76163
76164 commit a76adc8142c1d956385a109e0b70f9319ede4d66
76165 Author: Jon Loeliger <jdl@jdl.com>
76166 Date:   Mon Jun 11 19:01:43 2007 -0500
76167
76168     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
76169
76170     This is a compatibility step that allows both the older form
76171     and the new form to co-exist for a while until the older can
76172     be removed entirely.
76173
76174     All transformations are of the form:
76175     Before:
76176         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
76177     After:
76178         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
76179
76180     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76181
76182 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
76183 Author: Jon Loeliger <jdl@jdl.com>
76184 Date:   Mon Jun 11 19:01:34 2007 -0500
76185
76186     Introduce initial versions of new Command Config files.
76187
76188     Derive three new files from cmd_confdefs.h:
76189         config_bootp.h - Has BOOTP related config options, not commands
76190         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
76191         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
76192
76193     For now, include "config_bootp.h" for compatability until all
76194     users of it directly include it properly.
76195
76196     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76197
76198 commit 1f2a05898658900dc5717761e27abf2052e67e13
76199 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
76200 Date:   Sat Jun 30 18:50:48 2007 +0200
76201
76202     Fix S-ATA support.
76203
76204     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
76205
76206 commit a5d71e290f3673269be8eefb4ec44f53412f9461
76207 Author: Heiko Schocher <hs@pollux.denx.de>
76208 Date:   Mon Jun 25 19:11:37 2007 +0200
76209
76210     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
76211
76212     Signed-off-by: Heiko Schocher <hs@denx.de>
76213
76214 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
76215 Author: Niklaus Giger <niklaus.giger@nestal.com>
76216 Date:   Mon Jun 25 17:03:13 2007 +0200
76217
76218     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
76219
76220     This patch prints the DDR status registers upon machine check
76221     interrupt on the 440EPx/GRx. This can be useful especially when
76222     ECC support is enabled.
76223
76224     I added some small changes to the original patch from Niklaus to
76225     make it compile clean.
76226
76227     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
76228     Signed-off-by: Stefan Roese <sr@denx.de>
76229
76230 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
76231 Author: Niklaus Giger <niklaus.giger@nestal.com>
76232 Date:   Mon Jun 25 16:50:55 2007 +0200
76233
76234     ppc4xx: Fix O=buildir builds
76235
76236     This patch fixes the problem to assemble cpu/ppc4xx/start.S
76237     experienced last week where building failed having specified
76238     O=../build.sequoia.
76239
76240     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
76241
76242 commit 466fff1a7bb5fe764a06450626f6098219f446b8
76243 Author: Stefan Roese <sr@denx.de>
76244 Date:   Mon Jun 25 15:57:39 2007 +0200
76245
76246     ppc4xx: Add pci_pre_init() for 405 boards
76247
76248     This patch removes the CFG_PCI_PRE_INIT option completely, since
76249     it's not needed anymore with the patch from Matthias Fuchs with
76250     the "weak" pci_pre_init() implementation.
76251
76252     Signed-off-by: Stefan Roese <sr@denx.de>
76253
76254 commit 6f35c53166213c24a5a0e2390ed861136ff73870
76255 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
76256 Date:   Sun Jun 24 17:41:21 2007 +0200
76257
76258     ppc4xx: Maintenance patch for esd's CPCI405 derivats
76259
76260     -add pci_pre_init() for pci interrupt fixup code
76261     -disable phy sleep mode via reset_phy() function
76262     -use correct io accessors
76263     -cleanup
76264
76265     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
76266
76267 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
76268 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
76269 Date:   Sun Jun 24 17:23:41 2007 +0200
76270
76271     ppc4xx: Add pci_pre_init() for 405 boards
76272
76273     This patch adds support for calling a plattform dependant
76274     pci_pre_init() function for 405 boards. This can be used to
76275     move the current pci_405gp_fixup_irq() function into the
76276     board code.
76277
76278     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
76279     A default function with 'weak' attribute is used when
76280     a board specific pci_pre_init() is not implemented.
76281
76282     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
76283
76284 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
76285 Author: Wolfgang Denk <wd@denx.de>
76286 Date:   Fri Jun 22 23:59:00 2007 +0200
76287
76288     Coding stylke cleanup; rebuild CHANGELOG
76289
76290 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
76291 Author: Igor Lisitsin <igor@emcraft.com>
76292 Date:   Wed Apr 18 14:55:19 2007 +0400
76293
76294     Adapt log buffer code to support Linux 2.6
76295
76296     A new environment variable, "logversion", selects the log buffer
76297     behaviour. If it is not set or set to a value other than 2, then the
76298     old, Linux 2.4.4, behaviour is selected.
76299
76300     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
76301     --
76302
76303 commit a11e06965ec91270c51853407ff1261d3c740386
76304 Author: Igor Lisitsin <igor@emcraft.com>
76305 Date:   Wed Mar 28 19:06:19 2007 +0400
76306
76307     Extend POST support for PPC440
76308
76309     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
76310
76311     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
76312     --
76313
76314 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
76315 Author: Heiko Schocher <hs@pollux.denx.de>
76316 Date:   Fri Jun 22 19:11:54 2007 +0200
76317
76318     [PCS440EP]      upgrade the PCS440EP board:
76319                     - Show on the Status LEDs, some States of the board.
76320                     - Get the MAC addresses from the EEProm
76321                     - use PREBOOT
76322                     - use the CF on the board.
76323                     - check the U-Boot image in the Flash with a SHA1
76324                       checksum.
76325                     - use dynamic TLB entries generation for the SDRAM
76326
76327     Signed-off-by: Heiko Schocher <hs@denx.de>
76328
76329 commit 3a1f5c81b0b9557817a789bece839905581c2205
76330 Author: Stefan Roese <sr@denx.de>
76331 Date:   Fri Jun 22 16:58:40 2007 +0200
76332
76333     ppc4xx: Fix problem with extended program_tlb() funtion
76334
76335     The recently extended program_tlb() function had a problem when
76336     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
76337     virtual address was not incremented. This patch fixes this issue
76338     and is tested on Katmai with 512MB SDRAM.
76339
76340     Signed-off-by: Stefan Roese <sr@denx.de>
76341
76342 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
76343 Author: Rafal Jaworowski <raj@semihalf.com>
76344 Date:   Fri Jun 22 14:58:04 2007 +0200
76345
76346     [ppc] Fix build breakage for all non-4xx PowerPC variants.
76347
76348     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
76349     - minor 4xx cleanup
76350
76351 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
76352 Author: Mike Frysinger <vapier@gentoo.org>
76353 Date:   Fri Jun 22 10:34:12 2007 +0200
76354
76355     [patch] add nand_init() prototype to nand.h
76356
76357     since nand_init() is expected to be called by other parts of u-boot, there
76358     should be a prototype for it in nand.h
76359
76360     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
76361     Signed-off-by: Stefan Roese <sr@denx.de>
76362
76363 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
76364 Author: Wolfgang Denk <wd@denx.de>
76365 Date:   Wed Jun 20 18:14:24 2007 +0200
76366
76367     Coding style cleanup. Refresh CHANGELOG.
76368
76369 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
76370 Author: Stefan Roese <sr@denx.de>
76371 Date:   Tue Jun 19 17:22:44 2007 +0200
76372
76373     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
76374
76375     This patch adds a board command to configure the I2C bootstrap EEPROM
76376     values. Right now 533 and 667MHz are supported for booting either via NOR
76377     or NAND FLASH. Here the usage:
76378
76379     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
76380     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
76381
76382     Signed-off-by: Stefan Roese <sr@denx.de>
76383
76384 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
76385 Author: Stefan Roese <sr@denx.de>
76386 Date:   Tue Jun 19 16:42:31 2007 +0200
76387
76388     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
76389
76390     The latest changes showed a problem with the location of the NAND-SPL
76391     image in the OCM and the init-data area (incl. cache). This patch
76392     fixes this problem.
76393
76394     Signed-off-by: Stefan Roese <sr@denx.de>
76395
76396 commit 86ba99e34194394052d24c04dc40d1263d29a26f
76397 Author: Stefan Roese <sr@denx.de>
76398 Date:   Tue Jun 19 16:40:58 2007 +0200
76399
76400     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
76401
76402     Signed-off-by: Stefan Roese <sr@denx.de>
76403
76404 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
76405 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
76406 Date:   Mon Jun 18 13:50:13 2007 -0500
76407
76408     Added M5329AFEE and M5329BFEE Platforms
76409
76410     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
76411     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
76412     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
76413     rtc/mcfrtc.c
76414
76415     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
76416     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
76417     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
76418     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
76419     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
76420     lib_m68k/time.c, net/eth.c and rtc/Makefile
76421
76422     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
76423
76424 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
76425 Author: Michal Simek <monstr@monstr.eu>
76426 Date:   Sun Jun 17 19:04:11 2007 +0200
76427
76428     [fix] email reparation
76429
76430 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
76431 Author: Michal Simek <monstr@monstr.eu>
76432 Date:   Sun Jun 17 19:03:21 2007 +0200
76433
76434     [FIX] fix microblaze file permitission
76435
76436 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
76437 Author: Stefan Roese <sr@denx.de>
76438 Date:   Fri Jun 15 11:33:41 2007 +0200
76439
76440     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
76441
76442     Now CONFIG_440 has to be defined in all PPC440 board config files.
76443
76444     Signed-off-by: Stefan Roese <sr@denx.de>
76445
76446 commit efa35cf12d914d4caba942acd5a6c45f217de302
76447 Author: Grzegorz Bernacki <gjb@semihalf.com>
76448 Date:   Fri Jun 15 11:19:28 2007 +0200
76449
76450     ppc4xx: Clean up 440 exceptions handling
76451
76452     - Introduced dedicated switches for building 440 and 405 images required
76453       for 440-specific machine instructions like 'rfmci' etc.
76454
76455     - Exception vectors moved to the proper location (_start moved away from
76456       the critical exception handler space, which it occupied)
76457
76458     - CriticalInput now serviced (with default handler)
76459
76460     - MachineCheck properly serviced (added a dedicated handler and return
76461       subroutine)
76462
76463     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
76464       unhandled and those not relevant for 4xx were eliminated)
76465
76466     - Eliminated Linux leftovers, removed dead code
76467
76468     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
76469     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
76470     Signed-off-by: Stefan Roese <sr@denx.de>
76471
76472 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
76473 Author: Stefan Roese <sr@denx.de>
76474 Date:   Fri Jun 15 08:18:01 2007 +0200
76475
76476     [ppc4xx] Add initial lwmon5 board support
76477
76478     This patch adds initial support for the Liebherr lwmon5 board euqipped
76479     with an AMCC 440EPx PowerPC.
76480
76481     Signed-off-by: Stefan Roese <sr@denx.de>
76482
76483 commit 85f737376d5ff3d5f0d45a8b657686326d175307
76484 Author: Stefan Roese <sr@denx.de>
76485 Date:   Fri Jun 15 07:39:43 2007 +0200
76486
76487     [ppc4xx] Extend 44x GPIO setup with default output state
76488
76489     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
76490     is extended with the default GPIO output state (level).
76491
76492     Signed-off-by: Stefan Roese <sr@denx.de>
76493
76494 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
76495 Author: Stefan Roese <sr@denx.de>
76496 Date:   Thu Jun 14 11:14:32 2007 +0200
76497
76498     [ppc4xx] Extend program_tlb() with virtual & physical addresses
76499
76500     Now program_tlb() allows to program a TLB (or multiple) with
76501     different virtual and physical addresses. With this change, now one
76502     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
76503     diabled and once with caches enabled.
76504
76505     Signed-off-by: Stefan Roese <sr@denx.de>
76506
76507 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
76508 Author: Detlev Zundel <dzu@denx.de>
76509 Date:   Wed May 23 19:02:41 2007 +0200
76510
76511     Change 'repeatable' attribute of some commands to sensible values.
76512
76513     Most prominently this changes 'erase' to be non-repeatable.
76514
76515     Signed-off-by: Detlev Zundel <dzu@denx.de>
76516
76517 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
76518 Author: Detlev Zundel <dzu@denx.de>
76519 Date:   Wed May 23 18:47:48 2007 +0200
76520
76521     Fix 'run' not to continue after interrupted command
76522
76523     Signed-off-by: Detlev Zundel <dzu@denx.de>
76524
76525 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
76526 Author: Jason Jin <Jason.jin@freescale.com>
76527 Date:   Mon Jun 11 15:14:24 2007 +0200
76528
76529     USB: This patch fix readl in ohci swap reg access.
76530
76531     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
76532
76533 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
76534 Author: Bartlomiej Sieka <tur@semihalf.com>
76535 Date:   Fri Jun 8 14:52:22 2007 +0200
76536
76537     TQM5200: Add Flat Device Tree support, update default env. accordingly.
76538
76539     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
76540     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
76541
76542 commit 9045f33c023f698660a2e45d1b2194c0711abebc
76543 Author: Wolfgang Denk <wd@denx.de>
76544 Date:   Fri Jun 8 10:24:58 2007 +0200
76545
76546     Fix config problems on SC3 board; make ide_reset_timeout work.
76547
76548 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
76549 Author: Benoît Monin <bmonin@adeneo.eu>
76550 Date:   Fri Jun 8 09:55:24 2007 +0200
76551
76552     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
76553
76554     Set the correct value in GPIOx_TCR when configuring the gpio
76555     with CFG_440_GPIO_TABLE.
76556
76557     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
76558     Signed-off-by: Stefan Roese <sr@denx.de>
76559
76560 commit f539edc076cfe52bff919dd512ba8d7af0e22092
76561 Author: Vadim Bendebury <vbendeb@google.com>
76562 Date:   Thu May 24 15:52:25 2007 -0700
76563
76564     cosmetic changes to bcm570x driver
76565
76566     This is a cosmetic only changes submission.
76567     It affects files relevant to bcm570x driver.
76568     the commands used to generate this change was
76569
76570     cd drivers
76571     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
76572
76573     The BMW target (the only one using this chip so far) builds cleanly, the
76574     `before and after' generated object files for drivers/bcm570x.c and
76575     drivers/tigon3.o are identical as reported by objdump -d
76576
76577     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
76578     Signed-off-by: Ben Warren <bwarren@qstreams.com>
76579
76580 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
76581 Author: Wolfgang Denk <wd@denx.de>
76582 Date:   Wed Jun 6 16:26:56 2007 +0200
76583
76584     Coding Style cleanup; generate new CHANGELOG file.
76585
76586     Signed-off-by: Wolfgang Denk <wd@denx.de>
76587
76588 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
76589 Author: Markus Klotzbuecher <mk@denx.de>
76590 Date:   Wed Jun 6 11:49:44 2007 +0200
76591
76592     TRAB, USB: update trab board configuration for use of generic ohci driver
76593
76594 commit dace45acd1c1357daa9322099d07c9a9e08b0024
76595 Author: Markus Klotzbuecher <mk@denx.de>
76596 Date:   Wed Jun 6 11:49:43 2007 +0200
76597
76598     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
76599
76600 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
76601 Author: Markus Klotzbuecher <mk@denx.de>
76602 Date:   Wed Jun 6 11:49:43 2007 +0200
76603
76604     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
76605
76606 commit fc43be478f2aa37ce38acd85355038866e4162af
76607 Author: Markus Klotzbuecher <mk@denx.de>
76608 Date:   Wed Jun 6 11:49:35 2007 +0200
76609
76610     USB/OHCI: endianness cleanup in the generic ohci driver
76611
76612 commit c440bfe6d6d92d66478a7e84402b31f48413617b
76613 Author: Stefan Roese <sr@denx.de>
76614 Date:   Wed Jun 6 11:42:13 2007 +0200
76615
76616     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
76617
76618     This patch adds NAND booting support for the AMCC Acadia eval board.
76619
76620     Please make sure to configure jumper J7 to position 2-3 when booting
76621     from NOR, and to position 1-2 when booting for NAND.
76622
76623     I also added a board command to configure the I2C bootstrap EEPROM
76624     values. Right now only 267MHz is support for booting either via NOR
76625     or NAND FLASH. Here the usage:
76626
76627     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
76628     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
76629
76630     Signed-off-by: Stefan Roese <sr@denx.de>
76631
76632 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
76633 Author: Rodolfo Giometti <giometti@linux.it>
76634 Date:   Wed Jun 6 10:08:14 2007 +0200
76635
76636     Files include/linux/byteorder/{big,little}_endian.h define
76637     __BIG_ENDIAN and __LITTLE_ENDIAN.
76638
76639     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
76640
76641 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
76642 Author: Zhang Wei <wei.zhang@freescale.com>
76643 Date:   Wed Jun 6 10:08:14 2007 +0200
76644
76645     Add USB PCI-OHCI, USB keyboard and event poll support to the
76646     MPC8641HPCN board config file.
76647
76648     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
76649
76650 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
76651 Author: Zhang Wei <wei.zhang@freescale.com>
76652 Date:   Wed Jun 6 10:08:14 2007 +0200
76653
76654     USB PCI-OHCI, interrupt pipe and usb event poll support
76655
76656     This patch added USB PCI-OHCI chips support, interrupt pipe support
76657     and usb event poll support. For supporting the USB interrupt pipe, the
76658     globe urb_priv is moved to purb in ed struct. Now, we can process
76659     several urbs at one time. The interrupt pipe support codes are ported
76660     from Linux kernel 2.4.
76661
76662     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
76663
76664 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
76665 Author: Zhang Wei <wei.zhang@freescale.com>
76666 Date:   Wed Jun 6 10:08:13 2007 +0200
76667
76668     USB event poll support
76669
76670     This patch adds USB event poll support, which could be used in usbkbd
76671     and other usb devices driver when the asynchronous interrupt
76672     processing is supported.
76673
76674     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
76675
76676 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
76677 Author: Rodolfo Giometti <giometti@linux.it>
76678 Date:   Wed Jun 6 10:08:12 2007 +0200
76679
76680     ISP116x: delay for crappy USB keys
76681
76682     Using some (very) slow USB keys cause the USB host controller buffers
76683     are not ready to be read by the CPU so we need an extra delay before
76684     reading the USB storage data.
76685
76686     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
76687
76688 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
76689 Author: Markus Klotzbuecher <mk@denx.de>
76690 Date:   Wed Jun 6 10:08:12 2007 +0200
76691
76692     Change duplicate usb_cpu_init_fail to usb_board_init_fail
76693
76694     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
76695     this out.
76696
76697     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
76698
76699 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
76700 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
76701 Date:   Tue Jun 5 12:30:52 2007 -0500
76702
76703     mpc8641 image size cleanup
76704
76705     e600 does not have a bootpg restriction.
76706     Move the version string to beginning of image at fff00000.
76707     Resetvec.S is not needed.
76708     Update flash copy instructions.
76709     Add tftpflash env variable
76710
76711     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
76712     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76713
76714 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
76715 Author: Benoît Monin <bmonin@adeneo.eu>
76716 Date:   Mon Jun 4 08:36:05 2007 +0200
76717
76718     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
76719
76720     The attached patch is mainly cosmetic, allowing u-boot to
76721     display the correct bootstrap option letter according to the
76722     datasheets.
76723
76724     The original patch was extended with 405EZ support by Stefan
76725     Roese.
76726
76727     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
76728     Signed-off-by: Stefan Roese <sr@denx.de>
76729
76730 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
76731 Author: Nikita V. Youshchenko <yoush@debian.org>
76732 Date:   Wed May 23 12:45:19 2007 +0400
76733
76734     fix compilation problem for mpc8349itx CFG_RAMBOOT
76735
76736     Current include/configs/MPC8349ITX.h does contain some support for building
76737     image that will be started from memory (without putting in into flash).
76738     It could be triggered by building with TEXT_BASE set to a low value.
76739
76740     However, this support is incomplete: using of low TEXT_BASE causes
76741     defining configuration macros in inconsistent way, which later leads
76742     to compilation errors. In particular. flash support is being disabled,
76743     but then flash structures get referenced.
76744
76745     This patch fixes this, making it possible to build with low TEXT_BASE.
76746
76747     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
76748
76749     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76750
76751 commit 8a364f0970de49949d635e60accf463c6443ef8c
76752 Author: Nikita V. Youshchenko <yoush@debian.org>
76753 Date:   Wed May 23 12:45:25 2007 +0400
76754
76755     add missing 'console' var to default mpc8349itx config
76756
76757     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76758
76759 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
76760 Author: Stefan Roese <sr@denx.de>
76761 Date:   Fri Jun 1 16:18:17 2007 +0200
76762
76763     ppc4xx: Add missing file for Bamboo NAND booting support
76764
76765     Signed-off-by: Stefan Roese <sr@denx.de>
76766
76767 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
76768 Author: Stefan Roese <sr@denx.de>
76769 Date:   Fri Jun 1 15:58:19 2007 +0200
76770
76771     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
76772
76773     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
76774     suggested by AMCC it is not recommended to dynamically change the EBC
76775     speed after bootup. So we undo this change to be on the safe side.
76776
76777     Signed-off-by: Stefan Roese <sr@denx.de>
76778
76779 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
76780 Author: Stefan Roese <sr@denx.de>
76781 Date:   Fri Jun 1 15:29:04 2007 +0200
76782
76783     ppc4xx: Update Sequoia NAND booting support with ECC
76784
76785     Signed-off-by: Stefan Roese <sr@denx.de>
76786
76787 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
76788 Author: Stefan Roese <sr@denx.de>
76789 Date:   Fri Jun 1 15:27:11 2007 +0200
76790
76791     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
76792
76793     This patch adds NAND booting support for the AMCC Bamboo eval board.
76794     Since the NAND-SPL boot image is limited to 4kbytes, this version
76795     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
76796     supported, since the setup code for I2C DIMM autodetection and
76797     configuration is too big for this NAND bootloader.
76798
76799     Signed-off-by: Stefan Roese <sr@denx.de>
76800
76801 commit 42be56f53c8b107868e6125c8524ae84293e95a7
76802 Author: Stefan Roese <sr@denx.de>
76803 Date:   Fri Jun 1 15:23:04 2007 +0200
76804
76805     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
76806
76807     The U-Boot NAND booting support is now extended to support ECC
76808     upon loading of the NAND U-Boot image.
76809
76810     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
76811
76812     Signed-off-by: Stefan Roese <sr@denx.de>
76813
76814 commit a471db07fbb65a841ffc9f4f112562b945230f98
76815 Author: Stefan Roese <sr@denx.de>
76816 Date:   Fri Jun 1 15:19:29 2007 +0200
76817
76818     ppc4xx: Prepare Bamboo port for NAND booting support
76819
76820     This patch updates the "normal" Bamboo NOR booting port, so
76821     that it is compatible with the coming soon NAND booting
76822     Bamboo port.
76823
76824     It also enables the 2nd NAND flash on the Bamboo.
76825
76826     Signed-off-by: Stefan Roese <sr@denx.de>
76827
76828 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
76829 Author: Stefan Roese <sr@denx.de>
76830 Date:   Fri Jun 1 15:16:58 2007 +0200
76831
76832     ppc4xx: Update in_be32() functions and friends to latest Linux version
76833
76834     Signed-off-by: Stefan Roese <sr@denx.de>
76835
76836 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
76837 Author: Stefan Roese <sr@denx.de>
76838 Date:   Fri Jun 1 15:15:12 2007 +0200
76839
76840     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
76841
76842     This patch adds hardware ECC support to the NDFC driver. It also
76843     changes the register access from using the "simple" in32/out32
76844     functions to the in_be32/out_be32 functions, which make sure
76845     that the access is correctly synced. This is the only recommended
76846     access to SoC registers in the current Linux kernel.
76847
76848     Signed-off-by: Stefan Roese <sr@denx.de>
76849
76850 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
76851 Author: Stefan Roese <sr@denx.de>
76852 Date:   Fri Jun 1 15:12:15 2007 +0200
76853
76854     NAND: Update nand_ecc.c to latest Linux version
76855
76856     This patch updates the nand_ecc code to the latest Linux version.
76857     The main reason for this is the more compact code. This makes
76858     it possible to include the ECC code into the NAND bootloader
76859     image (NAND_SPL) for PPC4xx.
76860
76861     Signed-off-by: Stefan Roese <sr@denx.de>
76862
76863 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
76864 Author: Stefan Roese <sr@denx.de>
76865 Date:   Fri Jun 1 15:09:50 2007 +0200
76866
76867     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
76868
76869     Signed-off-by: Stefan Roese <sr@denx.de>
76870
76871 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
76872 Author: Stefan Roese <sr@denx.de>
76873 Date:   Fri Jun 1 13:45:24 2007 +0200
76874
76875     ppc4xx: Change Luan config file to support ECC
76876
76877     With the updated 44x DDR2 driver the Luan board now supports
76878     ECC generation and checking.
76879
76880     Signed-off-by: Stefan Roese <sr@denx.de>
76881
76882 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
76883 Author: Stefan Roese <sr@denx.de>
76884 Date:   Fri Jun 1 13:45:00 2007 +0200
76885
76886     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
76887
76888     Add config option for 180 degree advance clock control as needed
76889     for the AMCC Luan eval board.
76890
76891     Signed-off-by: Stefan Roese <sr@denx.de>
76892
76893 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
76894 Author: Wolfgang Denk <wd@denx.de>
76895 Date:   Thu May 31 17:20:09 2007 +0200
76896
76897     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
76898
76899     Signed-off-by: Wolfgang Denk <wd@denx.de>
76900
76901 commit 7049288fb1f16f1b317140226cdebd07bd416395
76902 Author: Bartlomiej Sieka <tur@semihalf.com>
76903 Date:   Sun May 27 17:26:46 2007 +0200
76904
76905     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
76906
76907     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
76908
76909 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
76910 Author: Bartlomiej Sieka <tur@semihalf.com>
76911 Date:   Sun May 27 17:06:36 2007 +0200
76912
76913     Motion-PRO: Add support for redundant environment.
76914
76915     Enable redundant environment, add a MTD partition for it; also add env.
76916     variable command for passing MTD partitions to the kernel command line.
76917
76918     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
76919     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
76920
76921 commit a26eabeec31746f06d309103690892805696e344
76922 Author: Bartlomiej Sieka <tur@semihalf.com>
76923 Date:   Sun May 27 17:05:11 2007 +0200
76924
76925     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
76926
76927     Allow passing longer command line to the kernel - useful especially
76928     for passing MTD partition layout.
76929
76930     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
76931     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
76932
76933 commit 9160b96f71483a116de81c68985e8ee306d36764
76934 Author: Bartlomiej Sieka <tur@semihalf.com>
76935 Date:   Sun May 27 17:04:18 2007 +0200
76936
76937     Fix: Add missing NULL termination in strings expanded by macros parser.
76938
76939     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
76940     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
76941
76942 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
76943 Author: Bartlomiej Sieka <tur@semihalf.com>
76944 Date:   Sun May 27 17:03:37 2007 +0200
76945
76946     Motion-PRO: Update EEPROM's page write bits and write delay.
76947
76948     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
76949     have a page write capability of two bytes", and "This device offers fast (1ms)
76950     byte write". Add 3ms of extra delay.
76951
76952     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
76953     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
76954
76955 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
76956 Author: Bartlomiej Sieka <tur@semihalf.com>
76957 Date:   Sun May 27 16:58:45 2007 +0200
76958
76959     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
76960
76961     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
76962     networking does not function. This commit switches PHY to TX mode by clearing
76963     the FX_SEL bit of Mode Control Register. It also reverses commit
76964     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
76965
76966     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
76967     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
76968
76969 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
76970 Author: Bartlomiej Sieka <tur@semihalf.com>
76971 Date:   Sun May 27 16:57:15 2007 +0200
76972
76973     Motion-PRO: Add support for the temperature sensor.
76974
76975     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
76976     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
76977
76978 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
76979 Author: Bartlomiej Sieka <tur@semihalf.com>
76980 Date:   Sun May 27 16:55:23 2007 +0200
76981
76982     Motion-PRO: Add displaying of CPLD revision information during boot.
76983
76984     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
76985     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
76986
76987 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
76988 Author: Bartlomiej Sieka <tur@semihalf.com>
76989 Date:   Sun May 27 16:53:43 2007 +0200
76990
76991     MPC5xxx: Change names of defines related to IPB and PCI clocks.
76992
76993     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
76994     them does not cause PCI or IPB clocks to run at the specified speed.
76995     Instead, they configure divisors used to calculate said clocks. This
76996     patch renames the defines according to their real function.
76997
76998     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
76999     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
77000
77001 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
77002 Author: Bartlomiej Sieka <tur@semihalf.com>
77003 Date:   Sun May 27 16:51:48 2007 +0200
77004
77005     Motion-PRO: Add LED support.
77006
77007     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
77008     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
77009     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
77010
77011 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
77012 Author: Ulf Samuelsson <ulf@atmel.com>
77013 Date:   Thu May 24 12:12:47 2007 +0200
77014
77015     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
77016
77017     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
77018     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
77019     Signed-off-by: Stefan Roese <sr@denx.de>
77020
77021 commit d756894722c888d09a9fa1df8323753772d3dcce
77022 Author: Stefan Roese <sr@denx.de>
77023 Date:   Thu May 24 09:49:00 2007 +0200
77024
77025     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
77026
77027     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
77028     fixes a small bug in the 405EZ OCM initialization. Thanks for
77029     spotting.
77030
77031     Signed-off-by: Stefan Roese <sr@denx.de>
77032
77033 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
77034 Author: Stefan Roese <sr@denx.de>
77035 Date:   Thu May 24 08:22:09 2007 +0200
77036
77037     ppc4xx: Update AMCC Acadia support for board revision 1.1
77038
77039     This patch updates the Acadia (405EZ) support for the new 1.1 board
77040     revision. It also adds support for NAND FLASH via the 4xx NDFC.
77041
77042     Please note that the jumper J7 must be in position 2-3 for this
77043     NAND support. Position 1-2 is for NAND booting only. NAND booting
77044     support will follow later.
77045
77046     Signed-off-by: Stefan Roese <sr@denx.de>
77047
77048 commit 822d55365bb557e084d0e33625a6dedcc866110b
77049 Author: Jon Loeliger <jdl@freescale.com>
77050 Date:   Wed May 23 14:09:46 2007 -0500
77051
77052     Add LIST_86xx MAKEALL target for PowerPC builds.
77053
77054     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77055
77056 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
77057 Author: Stefan Roese <sr@denx.de>
77058 Date:   Tue May 22 12:48:09 2007 +0200
77059
77060     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
77061
77062     Signed-off-by: Stefan Roese <sr@denx.de>
77063
77064 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
77065 Author: Stefan Roese <sr@denx.de>
77066 Date:   Tue May 22 12:46:10 2007 +0200
77067
77068     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
77069
77070     This patch adds support for 405 PPC's to the 4xx NAND driver
77071     ndfc.c. This is in preparation for the new AMCC 405EZ.
77072
77073     Signed-off-by: Stefan Roese <sr@denx.de>
77074
77075 commit 10603d76767426be803dadd4fb688b97eb69481c
77076 Author: Stefan Roese <sr@denx.de>
77077 Date:   Mon May 21 07:41:22 2007 +0200
77078
77079     ppc4xx: Fix problem in 405EZ OCM initialization
77080
77081     As spotted by Bruce Adler this patch fixes an initialization problem
77082     for the 405EZ OCM.
77083
77084     Signed-off-by: Stefan Roese <sr@denx.de>
77085
77086 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
77087 Author: Peter Pearse <peter.pearse@arm.com>
77088 Date:   Fri May 18 16:47:03 2007 +0100
77089
77090     Reduce line lengths to 80 characters max.
77091
77092 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
77093 Author: Peter Pearse <peter.pearse@arm.com>
77094 Date:   Fri May 18 14:34:07 2007 +0100
77095
77096     Makefile permissions
77097
77098 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
77099 Author: Peter Pearse <peter.pearse@arm.com>
77100 Date:   Fri May 18 14:33:11 2007 +0100
77101
77102     Makefile permissions
77103
77104 commit 255a3577c848706441daee0174543efe205a77f8
77105 Author: Kim Phillips <kim.phillips@freescale.com>
77106 Date:   Wed May 16 16:52:19 2007 -0500
77107
77108     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
77109
77110     For all practical u-boot purposes, TSECs don't differ throughout the
77111     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
77112
77113     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77114
77115 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
77116 Author: Stefano Babic <sbabic@denx.de>
77117 Date:   Wed May 16 14:49:12 2007 +0200
77118
77119     Fix compile problem cause my Microblaze merge
77120
77121     Signed-off-by: Stefano Babic <sbabic@denx.de>
77122
77123 commit ada4697d0230d6da552867777f98a67ec3ba2579
77124 Author: Jeffrey Mann <mannj@embeddedplanet.com>
77125 Date:   Wed May 16 13:23:10 2007 +0200
77126
77127     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
77128
77129     Because the Sequoia board does not boot with an EBC faster than 66MHz,
77130     the clock divider are changed after the initial boot process.
77131
77132     This allows for maximum clocking speeds  to be achieved on newer boards.
77133     Sequoia boards with 666.66 MHz processors require that the EBC divider
77134     be set to 3 in order to start the initial boot process at a slower EBC
77135     speed. After the initial boot process, the divider can be set back to 2,
77136     which will cause the boards to run at 83.333MHz. This is backward
77137     compatible with boards with 533.33 MHz processors, as these boards will
77138     already be set with an EBC divider of 2.
77139
77140     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
77141
77142 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
77143 Author: Wolfgang Denk <wd@denx.de>
77144 Date:   Wed May 16 01:16:53 2007 +0200
77145
77146     Minor Coding Style cleanup, update CHANGELOG.
77147
77148     Signed-off-by: Wolfgang Denk <wd@denx.de>
77149
77150 commit d62f64cc23a940eafe712c776b3249e4160753d1
77151 Author: Wolfgang Denk <wd@denx.de>
77152 Date:   Wed May 16 00:13:33 2007 +0200
77153
77154     Coding Style Cleanup, new CHANGELOG
77155
77156 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
77157 Author: Wolfgang Denk <wd@denx.de>
77158 Date:   Tue May 15 23:38:05 2007 +0200
77159
77160     Minor coding style cleanup.
77161
77162 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
77163 Author: mushtaq khan <mushtaq_k@procsys.com>
77164 Date:   Fri Apr 20 14:23:02 2007 +0530
77165
77166     Add driver for S-ATA-controller on Intel processors with South
77167     Bridge, ICH-5, ICH-6 and ICH-7.
77168
77169     Implementation:
77170
77171     1. Code is divided in to two files. All functions, which are
77172        controller specific are kept in "drivers/ata_piix.c" file and
77173        functions, which are not controller specific, are kept in
77174        "common/cmd_sata.c" file.
77175
77176     2. Reading and Writing from the S-ATA drive is done using PIO method.
77177
77178     3. Driver can be configured for 48-bit addressing by defining macro
77179        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
77180        addressing.
77181
77182     4. S-ATA read function is hooked to the File system, commands like
77183        ext2ls and ext2load file can be used. This has been tested.
77184
77185     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
77186        controller and identifies the S-ATA drives connected to it.
77187
77188     6. U-Boot command "sata" is added, which is used to read/write, print
77189        partition table and get info about the drives present. This I have
77190        implemented in same way as "ide" command is implemented in U-Boot.
77191
77192     7. This driver is for S-ATA in native mode.
77193
77194     8. This driver does not support the Native command queuing and
77195        Hot-plugging.
77196
77197     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
77198
77199 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
77200 Author: mushtaq khan <mushtaq_k@procsys.com>
77201 Date:   Mon Apr 30 15:57:22 2007 +0530
77202
77203     Fixes bug clearing the bss section for i386
77204
77205     Hi,
77206     There is a bug in the code of clearing the bss section for processor
77207     i386.(File: cpu/i386/start.S)
77208     In the code, bss_start addr (starting addr of bss section) is put into
77209     the register %eax, but the code which clears the bss section refers to
77210     the addr pointed by %edi.
77211
77212     This patch fixes this bug by putting bss_start into %edi register.
77213
77214     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
77215
77216 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
77217 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
77218 Date:   Mon Apr 30 16:47:28 2007 -0500
77219
77220     Add support for BCM5464 Quad Phy
77221
77222     Added support for Broadcom's BCM5464 Quad Phy
77223
77224     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
77225
77226 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
77227 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
77228 Date:   Wed May 9 08:10:57 2007 +0800
77229
77230     Search the exception table with linear algorithm
77231
77232     Search the exception table with linear algorithm instead of
77233     bisecting algorithm.
77234     Because the exception table might be unsorted.
77235
77236     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
77237
77238 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
77239 Author: Aubrey.Li <aubrey.adi@gmail.com>
77240 Date:   Mon May 14 11:47:35 2007 +0800
77241
77242     Fix compilation issues on MACOSX
77243
77244     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
77245     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
77246
77247 commit 56fd7162985c412317bbf763a225fba23c64fd31
77248 Author: Stephen Williams <steve@icarus.com>
77249 Date:   Tue May 15 07:55:42 2007 -0700
77250
77251     Fix for compile of JSE target
77252
77253     The attached patch fixes the compile of the JSE board in the
77254     denx git as of 14 may 2007. It is an extremely simple patch,
77255     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
77256
77257      Fix to compile JSE against 20070514 git of u-boot
77258
77259 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
77260 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
77261 Date:   Sun May 13 21:01:03 2007 +0900
77262
77263     sh: MS7750SE support.
77264
77265     This adds support for the Hitachi MS7750SE.
77266
77267     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
77268
77269 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
77270 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
77271 Date:   Sun May 13 20:58:00 2007 +0900
77272
77273     sh: First support code of SuperH.
77274
77275     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
77276
77277 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
77278 Author: Stefan Roese <sr@denx.de>
77279 Date:   Fri May 11 12:01:49 2007 +0200
77280
77281     ppc4xx: Add mtcpr/mfcpr access macros
77282
77283     Signed-off-by: Stefan Roese <sr@denx.de>
77284
77285 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
77286 Author: Stefan Roese <sr@denx.de>
77287 Date:   Fri May 11 12:01:06 2007 +0200
77288
77289     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
77290
77291     Signed-off-by: Stefan Roese <sr@denx.de>
77292
77293 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
77294 Author: Piotr Kruszynski <ppk@semihalf.com>
77295 Date:   Thu May 10 16:55:52 2007 +0200
77296
77297     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
77298     definition.
77299
77300 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
77301 Author: Peter Pearse <peter.pearse@arm.com>
77302 Date:   Wed May 9 11:42:44 2007 +0100
77303
77304     Add the board directory for SMN42
77305
77306 commit 160131bf965785419626df6c388729fe0b597992
77307 Author: Peter Pearse <peter.pearse@arm.com>
77308 Date:   Wed May 9 11:41:58 2007 +0100
77309
77310     Add the files for the SMN42 board
77311
77312 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
77313 Author: Peter Pearse <peter.pearse@arm.com>
77314 Date:   Wed May 9 11:40:34 2007 +0100
77315
77316     Remove the deleted files for the SMN42 patch
77317
77318 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
77319 Author: Peter Pearse <peter.pearse@arm.com>
77320 Date:   Wed May 9 11:37:56 2007 +0100
77321
77322     New board SMN42 branch
77323
77324 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
77325 Author: Peter Pearse <peter.pearse@arm.com>
77326 Date:   Wed May 9 10:24:38 2007 +0100
77327
77328     Makefile permissions
77329
77330 commit b84289b595731e8851df46e893845cc1322c9b9b
77331 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77332 Date:   Tue May 8 14:17:07 2007 -0500
77333
77334     8641hpcn: Fix Makefile after moving pixis to board/freescale.
77335
77336     The OBJTREE != SRCTREE build scenario was broken.
77337     This fixes it.
77338
77339     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77340     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77341
77342 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
77343 Author: Michal Simek <monstr@monstr.eu>
77344 Date:   Tue May 8 15:57:43 2007 +0200
77345
77346     add: reading special purpose registers
77347
77348 commit 1a50f164beb065f360fbddb76029607d6b099698
77349 Author: Michal Simek <monstr@monstr.eu>
77350 Date:   Tue May 8 14:52:52 2007 +0200
77351
77352     add: Microblaze V5 exception handling
77353
77354 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
77355 Author: Michal Simek <monstr@monstr.eu>
77356 Date:   Tue May 8 14:39:11 2007 +0200
77357
77358     add: FSL control read and write
77359
77360 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
77361 Author: Piotr Kruszynski <ppk@semihalf.com>
77362 Date:   Tue May 8 13:05:44 2007 +0200
77363
77364     [Motion-PRO] Add support for I2C, EEPROM and RTC.
77365
77366 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
77367 Author: Bartlomiej Sieka <tur@semihalf.com>
77368 Date:   Tue May 8 10:23:56 2007 +0200
77369
77370     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
77371     environment.
77372
77373 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
77374 Author: Bartlomiej Sieka <tur@semihalf.com>
77375 Date:   Tue May 8 09:39:12 2007 +0200
77376
77377     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
77378     eliminates networking problems in Linux (timeouts).
77379
77380 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
77381 Author: Bartlomiej Sieka <tur@semihalf.com>
77382 Date:   Tue May 8 09:21:57 2007 +0200
77383
77384     [Motion-PRO] Enable Flat Device Tree support and modify default environment
77385     to allow booting of FDT-expecting kernels.
77386
77387 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
77388 Author: Michal Simek <monstr@monstr.eu>
77389 Date:   Mon May 7 23:58:31 2007 +0200
77390
77391     new: USE_MSR_INTR support
77392
77393 commit 008861a2f3ef2c062744d733787c7e530a1b8761
77394 Author: Bartlomiej Sieka <tur@semihalf.com>
77395 Date:   Mon May 7 22:36:15 2007 +0200
77396
77397     [MPC5xxx] There are networking problems on the Motion-PRO board with
77398     current PHY initalization code (tftp timeouts all the time). This commit
77399     temporarily disables PHY initalization sequence to make the networking
77400     operational, until a fix is found.
77401
77402 commit abca901869c3760b6c5fecb825db6c1d91a78a93
77403 Author: Wolfgang Denk <wd@denx.de>
77404 Date:   Mon May 7 22:10:36 2007 +0200
77405
77406     Get rid of duplicated file (see include/configs/sbc8560.h instead)
77407
77408     Signed-off-by: Wolfgang Denk <wd@denx.de>
77409
77410 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
77411 Author: Wolfgang Denk <wd@denx.de>
77412 Date:   Mon May 7 22:07:08 2007 +0200
77413
77414     Get rid of duplicated file (see doc/README.SBC8560 instead)
77415
77416     Signed-off-by: Wolfgang Denk <wd@denx.de>
77417
77418 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
77419 Author: Michal Simek <monstr@monstr.eu>
77420 Date:   Mon May 7 19:43:10 2007 +0200
77421
77422     fix: read and write MSR - repair number of parameters
77423
77424 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
77425 Author: Jeffrey Mann <mannj@embeddedplanet.com>
77426 Date:   Mon May 7 19:42:49 2007 +0200
77427
77428     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
77429
77430     A '3' got cut off in the formatting of the last patch to automatically
77431     change the clock speed of the system clock on sequoia board.
77432
77433     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
77434     Signed-off-by: Stefan Roese <sr@denx.de>
77435
77436 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
77437 Author: Michal Simek <monstr@monstr.eu>
77438 Date:   Mon May 7 19:33:51 2007 +0200
77439
77440     new: fsl interrupt support
77441     FSL_Has_data is connected to INTC.
77442
77443 commit 792032baa7d625e34c981ab6df521911bd8dc861
77444 Author: Michal Simek <monstr@monstr.eu>
77445 Date:   Mon May 7 19:30:12 2007 +0200
77446
77447     fix: interrupt handler
77448     remove asm code
77449
77450 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
77451 Author: Michal Simek <monstr@monstr.eu>
77452 Date:   Mon May 7 19:25:08 2007 +0200
77453
77454     fix: remove asm code
77455
77456 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
77457 Author: Michal Simek <monstr@monstr.eu>
77458 Date:   Mon May 7 19:12:43 2007 +0200
77459
77460     fix: clean interrupt
77461
77462 commit 42efed6130c8fcf7da881385b5427065d2801757
77463 Author: Michal Simek <monstr@monstr.eu>
77464 Date:   Mon May 7 17:22:25 2007 +0200
77465
77466     fix: interrupt handler for multiple sources
77467
77468 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
77469 Author: Michal Simek <monstr@monstr.eu>
77470 Date:   Mon May 7 17:11:09 2007 +0200
77471
77472     new: add writing to msr register
77473
77474 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
77475 Author: Markus Klotzbuecher <mk@denx.de>
77476 Date:   Mon May 7 16:43:56 2007 +0200
77477
77478     Fix an ancient CHANGELOG conflict
77479
77480 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
77481 Author: Timur Tabi <timur@freescale.com>
77482 Date:   Sat May 5 08:12:30 2007 +0200
77483
77484     5xxx: write MAC address to mac-address and local-mac-address
77485
77486     Some device trees have a mac-address property, some have local-mac-address,
77487     and some have both.  To support all of these device trees, ftp_cpu_setup()
77488     should write the MAC address to mac-address and local-mac-address, if they
77489     exist.
77490
77491     Signed-off-by: Timur Tabi <timur@freescale.com>
77492     Acked-by: Grant Likely <grant.likely@secretlab.ca>
77493
77494 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
77495 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
77496 Date:   Sun Apr 29 14:01:54 2007 +0200
77497
77498     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
77499
77500     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
77501     message. Use PVR to distinguish between the two variants, and print proper CPU
77502     information.
77503
77504     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
77505     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
77506     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
77507
77508 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
77509 Author: Ladislav Michl <ladis@linux-mips.org>
77510 Date:   Wed Apr 25 16:01:26 2007 +0200
77511
77512     [PATCH] simplify silent console
77513
77514     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
77515     Acked-by: Stefan Roese <sr@denx.de>
77516
77517 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
77518 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
77519 Date:   Mon Apr 23 15:30:39 2007 +0200
77520
77521     [PATCH] Avoid assigning PCI resources from zero address
77522
77523     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
77524     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
77525     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
77526     sentence about "0" being considered an invalid address) -- so, use a reasonable
77527     starting value of 0x1000 (that's what the most Linux archs are using).
77528
77529     Alternatively, one might have fixed the calls to pci_set_region() individually
77530     (some code even seems to have taken care of this issue) but that would have
77531     been a lot more work. :-)
77532
77533     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
77534     Acked-by: Stefan Roese <sr@denx.de>
77535
77536 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
77537 Author: Jeffrey Mann <mannj@embeddedplanet.com>
77538 Date:   Mon Apr 23 14:00:11 2007 +0200
77539
77540     [patch] setenv(...) can delete environmentalvariables
77541
77542     update setenv() function so that entering a NULL value for the
77543     variable's value will delete the environmental variable
77544
77545     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
77546     Acked-by: Stefan Roese <sr@denx.de>
77547
77548 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
77549 Author: Mike Frysinger <vapier@gentoo.org>
77550 Date:   Mon Apr 23 13:54:24 2007 +0200
77551
77552     [patch] use unsigned char in smc91111 driver for mac
77553
77554     the v_mac variable in the smc91111 driver is declared as a signed char ...
77555     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
77556     because when it gets printed out, you get a display like:
77557     0xFFFFFFE0 and that's no good
77558
77559     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
77560
77561 commit ffc50f9bb194343c6303517a517708457a5eb6b8
77562 Author: Michal Simek <monstr@monstr.eu>
77563 Date:   Sat May 5 18:54:42 2007 +0200
77564
77565     new: FSL and MSR support #2
77566
77567 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
77568 Author: Michal Simek <monstr@monstr.eu>
77569 Date:   Sat May 5 18:27:16 2007 +0200
77570
77571     new: FSL and MSR support
77572
77573 commit 2f15278c2eb911c668b4fe562130b78cf554d139
77574 Author: Wolfgang Denk <wd@denx.de>
77575 Date:   Sat May 5 18:23:11 2007 +0200
77576
77577     Coding stylke cleanup; update CHANGELOG.
77578
77579     Signed-off-by: Wolfgang Denk <wd@denx.de>
77580
77581 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
77582 Author: Wolfgang Denk <wd@denx.de>
77583 Date:   Sat May 5 18:05:02 2007 +0200
77584
77585     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
77586
77587     Signed-off-by: Wolfgang Denk <wd@denx.de>
77588
77589 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
77590 Author: Wolfgang Denk <wd@denx.de>
77591 Date:   Sat May 5 17:15:50 2007 +0200
77592
77593     Make "file" command happy with some config.mk files; update CHANGELOG
77594
77595 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
77596 Author: Jeffrey Mann <mannj@embeddedplanet.com>
77597 Date:   Sat May 5 08:32:14 2007 +0200
77598
77599     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
77600
77601     The AMCC Secquoia board has been changed in a new revision from using a
77602     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
77603     indicates the difference. This patch reads that bit and uses the correct
77604     clock speed for the board. This code is backward compatable will all
77605     prior boards. All prior boards will be read as 33.000.
77606
77607     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
77608     Signed-off-by: Stefan Roese <sr@denx.de>
77609
77610 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
77611 Author: Stefan Roese <sr@denx.de>
77612 Date:   Sat May 5 08:29:01 2007 +0200
77613
77614     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
77615
77616     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
77617     for the 4k NAND boot image so define bus_frequency to 133MHz here
77618     which is save for the refresh counter setup.
77619
77620     Signed-off-by: Stefan Roese <sr@denx.de>
77621
77622 commit 2f550ab976405300f5b07bf2890800840d0aa05f
77623 Author: Timur Tabi <timur@freescale.com>
77624 Date:   Sat May 5 08:12:30 2007 +0200
77625
77626     5xxx: write MAC address to mac-address and local-mac-address
77627
77628     Some device trees have a mac-address property, some have local-mac-address,
77629     and some have both.  To support all of these device trees, ftp_cpu_setup()
77630     should write the MAC address to mac-address and local-mac-address, if they
77631     exist.
77632
77633     Signed-off-by: Timur Tabi <timur@freescale.com>
77634     Acked-by: Grant Likely <grant.likely@secretlab.ca>
77635
77636 commit a79886590593ba1d667c840caa4940c61639f18f
77637 Author: Thomas Knobloch <knobloch@siemens.com>
77638 Date:   Sat May 5 07:04:42 2007 +0200
77639
77640     NAND: Wrong calculation of page number in nand_block_bad()
77641
77642     In case that there is no memory based bad block table available the
77643     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
77644     nand_block_bad() directly. When parameter 'getchip' is set to zero,
77645     nand_block_bad() will not right shift the offset to calculate the
77646     correct page number.
77647
77648     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
77649     Signed-off-by: Stefan Roese <sr@denx.de>
77650
77651 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
77652 Author: Wolfgang Denk <wd@denx.de>
77653 Date:   Fri May 4 10:02:33 2007 +0200
77654
77655     Fix initrd length corruption in bootm command.
77656
77657     When using FDT Images, the length of an inital ramdisk was
77658     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
77659
77660     Patches by Timur Tabi & Johns Daniel.
77661
77662     Signed-off-by: Wolfgang Denk <wd@denx.de>
77663
77664 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
77665 Author: Kim Phillips <kim.phillips@freescale.com>
77666 Date:   Thu May 3 19:43:52 2007 -0500
77667
77668     mpc83xx: fix trivial error in MAKEALL
77669
77670     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77671
77672 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
77673 Author: Wolfgang Denk <wd@denx.de>
77674 Date:   Thu May 3 16:34:41 2007 +0200
77675
77676     Update board configuration for STX GP3SSA board:
77677
77678     Enable hush shell, environment in flash rather in EEPROM,
77679     more user-friendly default environment, etc.
77680     The simple EEPROM environment can be selected easily in the board
77681     config file.
77682
77683     Signed-off-by: Wolfgang Denk <wd@denx.de>
77684
77685 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
77686 Author: Wolfgang Denk <wd@denx.de>
77687 Date:   Tue Apr 24 14:37:49 2007 +0200
77688
77689     Cleanup STX GP3SSA code; fix build and compile problems.
77690
77691 commit 35171dc04e028ecacc23ad916a66295472555dbf
77692 Author: Dan Malek <dan@embeddedalley.com>
77693 Date:   Fri Jan 5 09:15:34 2007 +0100
77694
77695     Add support for STX GP3SSA (stxssa) Board
77696
77697     Signed-off-by Dan Malek, <dan@embeddedalley.com>
77698
77699 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
77700 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
77701 Date:   Wed May 2 13:31:53 2007 +0200
77702
77703     macb: Don't restart autonegotiation if we already have link
77704
77705     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
77706     link is already up.
77707
77708     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
77709
77710 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
77711 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
77712 Date:   Wed May 2 13:22:38 2007 +0200
77713
77714     macb: Introduce a few barriers when dealing with DMA descriptors
77715
77716     There were a few theoretical possibilities that the compiler might
77717     optimize away DMA descriptor reads and/or writes and thus cause
77718     synchronization problems with the hardware. Insert barriers where
77719     we depend on reads/writes actually hitting memory.
77720
77721     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
77722
77723 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
77724 Author: Andy Fleming <afleming@freescale.com>
77725 Date:   Sat Feb 24 01:08:13 2007 -0600
77726
77727     Cleaned up some 85xx PCI bugs
77728
77729     * Cleaned up the CDS PCI Config Tables and added NULL entries to
77730       the end
77731     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
77732     * Fixed 85xx PCI code to assign powar region sizes based on the
77733       config values (rather than hard-coding them)
77734     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
77735
77736     Signed-off-by: Andy Fleming <afleming@freescale.com>
77737
77738 commit 6743105988fc44d5b0d30388c790607835aae7a6
77739 Author: Andy Fleming <afleming@freescale.com>
77740 Date:   Mon Apr 23 02:54:25 2007 -0500
77741
77742     Add support for the 8568 MDS board
77743
77744     This included some changes to common files:
77745     * Add 8568 processor SVR to various places
77746     * Add support for setting the qe bus-frequency value in the dts
77747     * Add the 8568MDS target to the Makefile
77748
77749     Signed-off-by: Andy Fleming <afleming@freescale.com>
77750
77751 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
77752 Author: David Updegraff <dave@cray.com>
77753 Date:   Fri Apr 20 14:34:48 2007 -0500
77754
77755     Add support for treating unknown PHYs as generic PHYs.
77756
77757     When bringing up u-boot on new boards, PHY support sometimes gets
77758     neglected.  Most PHYs don't really need any special support,
77759     though.  By adding a generic entry that always matches if nothing
77760     else does, we can provide support for "unsupported" PHYs for the
77761     tsec.
77762
77763     The generic PHY driver supports most PHYs, including gigabit.
77764
77765     Signed-off-by: David Updegraff <dave@cray.com>
77766     Signed-off-by: Andy Fleming <afleming@freescale.com>
77767
77768 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
77769 Author: James Yang <James.Yang@freescale.com>
77770 Date:   Wed Feb 7 15:28:04 2007 -0600
77771
77772     Conditionalize 8641 Rev1.0 MCM workarounds
77773
77774     Signed-off-by: James Yang <James.Yang@freescale.com>
77775     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77776
77777 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
77778 Author: Timur Tabi <timur@freescale.com>
77779 Date:   Mon Apr 30 13:59:50 2007 -0500
77780
77781     Fix memory initialization on MPC8349E-mITX
77782
77783     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
77784     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
77785     on some ITX boards, notably those with a revision 3.1 CPU.
77786
77787     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
77788     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
77789
77790     Signed-off-by: Timur Tabi <timur@freescale.com>
77791     Acked-by: Michael Benedict <MBenedict@twacs.com>
77792     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77793
77794 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
77795 Author: Kim Phillips <kim.phillips@freescale.com>
77796 Date:   Mon Apr 30 15:26:21 2007 -0500
77797
77798     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
77799
77800     and fix CPU: to align with Board: display text.
77801
77802     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77803
77804 commit c1ab82669d9525998c34e802a12cad662723f22a
77805 Author: James Yang <James.Yang@freescale.com>
77806 Date:   Fri Mar 16 13:02:53 2007 -0500
77807
77808     Rewrote picos_to_clk() to avoid rounding errors.
77809     Clarified that conversion is to DRAM clocks rather than platform clocks.
77810     Made function static to spd_sdram.c.
77811
77812     Signed-off-by: James Yang <James.Yang@freescale.com>
77813     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77814
77815 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
77816 Author: Stefan Roese <sr@denx.de>
77817 Date:   Sun Apr 29 14:13:01 2007 +0200
77818
77819     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
77820
77821     Signed-off-by: Stefan Roese <sr@denx.de>
77822
77823 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
77824 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
77825 Date:   Sun Apr 29 14:01:54 2007 +0200
77826
77827     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
77828
77829     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
77830     message. Use PVR to distinguish between the two variants, and print proper CPU
77831     information.
77832
77833     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
77834     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
77835     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
77836
77837 commit 5c5d3242935cf3543af01142627494434834cf98
77838 Author: Kim Phillips <kim.phillips@freescale.com>
77839 Date:   Wed Apr 25 12:34:38 2007 -0500
77840
77841     mpc83xx: minor fixups for 8313rdb introduction
77842
77843 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
77844 Author: Ladislav Michl <ladis@linux-mips.org>
77845 Date:   Wed Apr 25 16:01:26 2007 +0200
77846
77847     [PATCH] simplify silent console
77848
77849     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
77850     Acked-by: Stefan Roese <sr@denx.de>
77851
77852 commit 144876a380f5756f57412caf74c1d6dc201dd796
77853 Author: Michal Simek <monstr@monstr.eu>
77854 Date:   Tue Apr 24 23:01:02 2007 +0200
77855
77856     [PATCH] MTD partition support, JFFS2 support
77857
77858 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
77859 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
77860 Date:   Tue Apr 24 14:03:45 2007 +0200
77861
77862     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
77863
77864     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
77865
77866 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
77867 Author: Andy Fleming <afleming@freescale.com>
77868 Date:   Mon Apr 23 02:37:47 2007 -0500
77869
77870     Reworked 85xx speed detection code
77871
77872     Changed the code to read the registers and calculate the clock
77873     rates, rather than using a "switch" statement.
77874
77875     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
77876
77877     Signed-off-by: Andy Fleming <afleming@freescale.com>
77878
77879 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
77880 Author: Andy Fleming <afleming@freescale.com>
77881 Date:   Mon Apr 23 02:24:28 2007 -0500
77882
77883     Enable 8544 support
77884
77885     * Add support to the Makefile
77886     * Add 8544 configuration support to the tsec driver
77887     * Add 8544 SVR numbers to processor.h
77888
77889     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77890     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77891
77892 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
77893 Author: Andy Fleming <afleming@freescale.com>
77894 Date:   Fri Feb 23 17:12:25 2007 -0600
77895
77896     Support 1G size on 8548
77897
77898     e500v2 and newer cores support 1G page sizes.
77899
77900     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77901     Signed-off-by: Andy Fleming <afleming@freescale.com>
77902
77903 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
77904 Author: Andy Fleming <afleming@freescale.com>
77905 Date:   Fri Feb 23 17:11:16 2007 -0600
77906
77907     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
77908
77909     The other pagesz constants use one letter to specify order of
77910     magnitude.  Also change the one reference to it in mpc8548cds/init.S
77911
77912     Signed-off-by: Andy Fleming <afleming@freescale.com>
77913
77914 commit 1f9a318cea14272edd10d63739e2d326c90f430e
77915 Author: Andy Fleming <afleming@freescale.com>
77916 Date:   Fri Feb 23 16:28:46 2007 -0600
77917
77918     Only set ddrioovcr for 8548 rev1.
77919
77920     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77921     Signed-off-by: Andy Fleming <afleming@freescale.com>
77922
77923 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
77924 Author: Andy Fleming <afleming@freescale.com>
77925 Date:   Sat Feb 24 01:16:45 2007 -0600
77926
77927     Tweak DDR ECC error counter
77928
77929     Enable single-bit error counter when memory was cleared by ddr controller.
77930
77931     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77932     Signed-off-by: Andy Fleming <afleming@freescale.com>
77933
77934 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
77935 Author: Timur Tabi <timur@freescale.com>
77936 Date:   Mon Feb 12 13:34:55 2007 -0600
77937
77938     85xx: write MAC address to mac-address and local-mac-address
77939
77940     Some device trees have a mac-address property, some have local-mac-address,
77941     and some have both.  To support all of these device trees, ftp_cpu_setup()
77942     should write the MAC address to mac-address and local-mac-address, if they
77943     exist.
77944
77945     Signed-off-by: Timur Tabi <timur@freescale.com>
77946
77947 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
77948 Author: Andy Fleming <afleming@freescale.com>
77949 Date:   Mon Apr 23 01:44:44 2007 -0500
77950
77951     Some 85xx cpu cleanups
77952
77953     * Cleaned up the TSR[WIS] clearing
77954     * Cleaned up DMA initialization
77955
77956     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77957     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77958     Acked-by: Andy Fleming <afleming@freescale.com>
77959
77960 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
77961 Author: Andy Fleming <afleming@freescale.com>
77962 Date:   Mon Apr 23 01:32:22 2007 -0500
77963
77964     Add cpu support for the 8544
77965
77966     Recognize new SVR values, and add a few register definitions
77967
77968     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77969     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77970     Acked-by: Andy Fleming <afleming@freescale.com>
77971
77972 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
77973 Author: Jon Loeliger <jdl@freescale.com>
77974 Date:   Wed Apr 11 16:51:02 2007 -0500
77975
77976     Add MPC8544DS basic port board files.
77977
77978     Add board port under new board/freescale directory
77979     structure and reuse existing PIXIS FPGA support there.
77980
77981     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77982     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77983
77984 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
77985 Author: Jon Loeliger <jdl@freescale.com>
77986 Date:   Wed Apr 11 16:50:57 2007 -0500
77987
77988     Add MPC8544DS main configuration file.
77989
77990     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77991     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77992
77993 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
77994 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
77995 Date:   Wed Dec 27 22:07:15 2006 +0300
77996
77997     Fix PCI I/O space mapping on Freescale MPC85x0ADS
77998
77999     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
78000     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
78001     describing the local address window used for the PCI I/O space accesses -- fix
78002     this and carry over the necessary changes into the MPC8560ADS code since the
78003     PCI I/O space mapping was also broken for this board (by the earlier commit
78004     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
78005     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
78006
78007     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
78008
78009      board/mpc8540ads/init.S      |    4 ++--
78010      board/mpc8560ads/init.S      |    4 ++--
78011      include/configs/MPC8540ADS.h |    5 ++---
78012      include/configs/MPC8541CDS.h |    2 +-
78013      include/configs/MPC8548CDS.h |    2 +-
78014      include/configs/MPC8560ADS.h |    8 ++++----
78015      6 files changed, 12 insertions(+), 13 deletions(-)
78016
78017 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
78018 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
78019 Date:   Tue Dec 5 16:42:30 2006 +0800
78020
78021     u-boot: Fix e500 v2 core reset bug
78022
78023     The following patch fixes the e500 v2 core reset bug.
78024     For e500 v2 core, a new reset control register is added to reset the
78025     processor.
78026
78027     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
78028
78029 commit 63247a5acd58032e6cf33f525bc3923b467bac88
78030 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
78031 Date:   Wed Dec 20 11:01:00 2006 +0800
78032
78033     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
78034
78035     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
78036     entry number to control the loop.  This can reduce the potential risk
78037     for the 85xx processor increasing its TLB adn LAW entry number.
78038
78039     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
78040     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
78041
78042 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
78043 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
78044 Date:   Mon Dec 18 17:01:04 2006 +0800
78045
78046     u-boot: Fix the 85xxcds tsec bug
78047
78048     Fix the 85xxcds tsec bug.
78049     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
78050
78051     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
78052
78053 commit 7337b237ffc4aaf1b9467024fe472a880d852598
78054 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
78055 Date:   Fri Dec 15 14:43:31 2006 +0800
78056
78057     u-boot: Fix CPU2 errata on MPC8548CDS board
78058
78059     This patch apply workaround of CPU2 errata on MPC8548CDS board.
78060
78061     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
78062
78063 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
78064 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
78065 Date:   Mon Dec 18 16:25:15 2006 +0800
78066
78067     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
78068
78069     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
78070
78071     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
78072
78073 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
78074 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
78075 Date:   Thu Dec 14 14:14:55 2006 +0800
78076
78077     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
78078
78079     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
78080     board.
78081     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
78082
78083 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
78084 Author: Scott Wood <scottwood@freescale.com>
78085 Date:   Mon Apr 16 14:54:15 2007 -0500
78086
78087     mpc83xx: Add MPC8313ERDB support.
78088
78089     Signed-off-by: Scott Wood <scottwood@freescale.com>
78090
78091 commit 49ea3b6eafe606285ae4d5c378026153dde53200
78092 Author: Scott Wood <scottwood@freescale.com>
78093 Date:   Mon Apr 16 14:34:21 2007 -0500
78094
78095     mpc83xx: Add generic PCI setup code.
78096
78097     Board code can now request the generic setup code rather than having to
78098     copy-and-paste it for themselves.  Boards should be converted to use this
78099     once they're tested with it.
78100
78101     Signed-off-by: Scott Wood <scottwood@freescale.com>
78102
78103 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
78104 Author: Scott Wood <scottwood@freescale.com>
78105 Date:   Mon Apr 16 14:34:19 2007 -0500
78106
78107     mpc83xx: Add 831x support to speed.c.
78108
78109     Signed-off-by: Scott Wood <scottwood@freescale.com>
78110
78111 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
78112 Author: Scott Wood <scottwood@freescale.com>
78113 Date:   Mon Apr 16 14:34:18 2007 -0500
78114
78115     mpc83xx: Add 831x support to global_data.h
78116
78117     Signed-off-by: Scott Wood <scottwood@freescale.com>
78118
78119 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
78120 Author: Scott Wood <scottwood@freescale.com>
78121 Date:   Mon Apr 16 14:34:16 2007 -0500
78122
78123     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
78124
78125     Rather than misleadingly define PVR_83xx as the specific type of 83xx
78126     being built for, the PVR of each core revision is defined. checkcpu() now
78127     prints the core that it detects, rather than aborting if it doesn't find
78128     what it thinks it wants.
78129
78130     Signed-off-by: Scott Wood <scottwood@freescale.com>
78131
78132 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
78133 Author: Scott Wood <scottwood@freescale.com>
78134 Date:   Mon Apr 16 14:34:15 2007 -0500
78135
78136     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
78137
78138     Signed-off-by: Scott Wood <scottwood@freescale.com>
78139
78140 commit d87c57b201b4572d16f1b642998faa00c9912b16
78141 Author: Scott Wood <scottwood@freescale.com>
78142 Date:   Mon Apr 16 14:31:55 2007 -0500
78143
78144     mpc83xx: Add register definitions for MPC831x.
78145
78146     Signed-off-by: Scott Wood <scottwood@freescale.com>
78147
78148 commit 7fc4c71a143be8666d70803fb25ae60379c95622
78149 Author: Stefan Roese <sr@denx.de>
78150 Date:   Mon Apr 23 15:39:59 2007 +0200
78151
78152     Fix file mode
78153
78154     Signed-off-by: Stefan Roese <sr@denx.de>
78155
78156 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
78157 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
78158 Date:   Mon Apr 23 15:30:39 2007 +0200
78159
78160     [PATCH] Avoid assigning PCI resources from zero address
78161
78162     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
78163     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
78164     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
78165     sentence about "0" being considered an invalid address) -- so, use a reasonable
78166     starting value of 0x1000 (that's what the most Linux archs are using).
78167
78168     Alternatively, one might have fixed the calls to pci_set_region() individually
78169     (some code even seems to have taken care of this issue) but that would have
78170     been a lot more work. :-)
78171
78172     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
78173     Acked-by: Stefan Roese <sr@denx.de>
78174
78175 commit afb903a2eb9436baa9270ccc0c27082d86497d89
78176 Author: Jeffrey Mann <mannj@embeddedplanet.com>
78177 Date:   Mon Apr 23 14:00:11 2007 +0200
78178
78179     [patch] setenv(...) can delete environmentalvariables
78180
78181     update setenv() function so that entering a NULL value for the
78182     variable's value will delete the environmental variable
78183
78184     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
78185     Acked-by: Stefan Roese <sr@denx.de>
78186
78187 commit 36f104e5caa747d568eff26b369565af57c2ffa6
78188 Author: Mike Frysinger <vapier@gentoo.org>
78189 Date:   Mon Apr 23 13:54:24 2007 +0200
78190
78191     [patch] use unsigned char in smc91111 driver for mac
78192
78193     the v_mac variable in the smc91111 driver is declared as a signed char ...
78194     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
78195     because when it gets printed out, you get a display like:
78196     0xFFFFFFE0 and that's no good
78197
78198     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
78199
78200 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
78201 Author: Rodolfo Giometti <giometti@enneenne.com>
78202 Date:   Mon Apr 23 13:10:52 2007 +0200
78203
78204     USB: (Another) delay for crappy USB keys.
78205
78206     Some USB keys are slow in giving back an answer when the Root HUB
78207     enables power lines.
78208
78209     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
78210
78211 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
78212 Author: Stefan Roese <sr@denx.de>
78213 Date:   Mon Apr 23 12:00:22 2007 +0200
78214
78215     Remove BOARDLIBS usage completely
78216
78217     Signed-off-by: Stefan Roese <sr@denx.de>
78218
78219 commit 32556443840f127170e4baa8bdd5b567039f6c36
78220 Author: Michal Simek <monstr@monstr.eu>
78221 Date:   Sat Apr 21 21:07:22 2007 +0200
78222
78223     [PATCH] SystemACE support for Microblaze
78224
78225 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
78226 Author: Michal Simek <monstr@monstr.eu>
78227 Date:   Sat Apr 21 21:02:40 2007 +0200
78228
78229     16bit read/write little endian
78230
78231 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
78232 Author: Michal Simek <monstr@monstr.eu>
78233 Date:   Sat Apr 21 20:53:31 2007 +0200
78234
78235     Change ML401 parameters - Xilinx BSP
78236
78237 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
78238 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
78239 Date:   Wed Feb 28 05:37:29 2007 -0600
78240
78241     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
78242
78243     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
78244
78245 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
78246 Author: Zhang Wei <wei.zhang@freescale.com>
78247 Date:   Fri Jan 19 10:42:37 2007 +0800
78248
78249     Enable LAWs for MPC8641 PCI-Ex2.
78250
78251     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
78252     Signed-off-by: Jon Loeliger <jdl@freescale.com>
78253
78254 commit bd7851ce1e1f140665b520026abf1042968b1102
78255 Author: Jon Loeliger <jdl@freescale.com>
78256 Date:   Fri Apr 20 14:12:26 2007 -0500
78257
78258     mpc86xx; Write MAC address to mac-address and local-mac-address
78259
78260     Some device trees have a mac-address property, some have local-mac-address,
78261     and some have both.  To support all of these device trees, ftp_cpu_setup()
78262     should write the MAC address to mac-address and local-mac-address, if they
78263     exist.
78264
78265     Signed-off-by: Timur Tabi <timur@freescale.com>
78266     Signed-off-by: Jon Loeliger <jdl@freescale.com>
78267
78268 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
78269 Author: Jon Loeliger <jdl@freescale.com>
78270 Date:   Fri Apr 20 14:11:38 2007 -0500
78271
78272     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
78273
78274     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78275     Signed-off-by: Jon Loeliger <jdl@freescale.com>
78276
78277 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
78278 Author: Wolfgang Denk <wd@denx.de>
78279 Date:   Fri Apr 20 17:43:28 2007 +0200
78280
78281     Cleanup compiler warnings, update CHANGELOG
78282
78283     Signed-off-by: Wolfgang Denk <wd@denx.de>
78284
78285 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
78286 Author: Detlev Zundel <dzu@denx.de>
78287 Date:   Fri Apr 20 12:01:47 2007 +0200
78288
78289     Fix breakage of NC650 board with respect to nand support.
78290
78291     Signed-off-by: Detlev Zundel <dzu@denx.de>
78292
78293 commit 39f23cd90947639ac278a18ff277ec786b5ac167
78294 Author: Domen Puncer <domen.puncer@telargo.com>
78295 Date:   Fri Apr 20 11:13:16 2007 +0200
78296
78297     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
78298
78299     G2 core reference manual says decrementer and time base
78300     are decreasing/increasing once every 4 bus clock cycles.
78301     Lets fix it, so time in Linux won't run twice as fast
78302
78303     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
78304     Acked-by: Grant Likely <grant.likely@secretlab.ca>
78305
78306 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
78307 Author: Gerald Van Baren <vanbaren@cideas.com>
78308 Date:   Thu Apr 19 23:14:39 2007 -0400
78309
78310     Fix serious pointer bug with bootm and reserve map.
78311
78312     What was suppose to be a stack variable was declared as a pointer,
78313       overwriting random memory.
78314     Also moved the libfdt.a requirement into the main Makefile.  That is
78315       The U-Boot Way.
78316
78317 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
78318 Author: Stefan Roese <sr@denx.de>
78319 Date:   Thu Apr 19 09:53:52 2007 +0200
78320
78321     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
78322
78323     Previous versions used full wait states for the chip select #1 which
78324     is connected to the Xilinix SystemACE controller on the AMCC Katmai
78325     evaluation board. This leads to really slow access and therefore low
78326     performance. This patch now sets up the chip select a lot faster
78327     resulting in much better read/write performance of the Linux driver.
78328
78329     Signed-off-by: Stefan Roese <sr@denx.de>
78330
78331 commit 37837828d89084879bee2f2b8c7c68d4695940df
78332 Author: Wolfgang Denk <wd@denx.de>
78333 Date:   Wed Apr 18 17:49:29 2007 +0200
78334
78335     Clenaup, update CHANGELOG
78336
78337     Signed-off-by: Wolfgang Denk <wd@denx.de>
78338
78339 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
78340 Author: Wolfgang Denk <wd@denx.de>
78341 Date:   Wed Apr 18 17:20:58 2007 +0200
78342
78343     Update CHANGELOG
78344
78345     Signed-off-by: Wolfgang Denk <wd@denx.de>
78346
78347 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
78348 Author: Wolfgang Denk <wd@denx.de>
78349 Date:   Wed Apr 18 17:07:26 2007 +0200
78350
78351     Cleanup, update CHANGELOG
78352
78353     Sigend-off-by: Wolfgang Denk <wd@denx.de>
78354
78355 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
78356 Author: Wolfgang Denk <wd@denx.de>
78357 Date:   Wed Apr 18 16:17:46 2007 +0200
78358
78359     Update CHANGELOG
78360
78361 commit ad4eb555671d97f96dc56eab55103b1f86874b01
78362 Author: Wolfgang Denk <wd@denx.de>
78363 Date:   Wed Apr 18 14:30:39 2007 +0200
78364
78365     MCC200 board: remove warning which is obsolete after PSoC firmware changes
78366
78367     Signed-off-by: Wolfgang Denk <wd@denx.de>
78368
78369 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
78370 Author: Domen Puncer <domen.puncer@telargo.com>
78371 Date:   Wed Apr 18 12:11:05 2007 +0200
78372
78373     [PATCH] icecube/lite5200b: document wakeup from low-power support
78374
78375     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
78376
78377 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
78378 Author: Stefan Roese <sr@denx.de>
78379 Date:   Wed Apr 18 12:07:47 2007 +0200
78380
78381     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
78382
78383     Signed-off-by: Stefan Roese <sr@denx.de>
78384
78385 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
78386 Author: Stefan Roese <sr@denx.de>
78387 Date:   Wed Apr 18 12:05:59 2007 +0200
78388
78389     ppc4xx: Add output for bootrom location to 405EZ ports
78390
78391     Now 405EZ ports also show upon bootup from which boot device
78392     they are configured to boot:
78393
78394     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
78395
78396     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
78397            Bootstrap Option E - Boot ROM Location EBC (32 bits)
78398            16 kB I-Cache 16 kB D-Cache
78399     Board: Acadia - AMCC PPC405EZ Evaluation Board
78400
78401     Signed-off-by: Stefan Roese <sr@denx.de>
78402
78403 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
78404 Author: Peter Pearse <peter.pearse@arm.com>
78405 Date:   Tue Apr 17 13:30:33 2007 +0100
78406
78407     Move ppearse to ARM board list
78408     Add Konstantin Kletschke for scb9328.
78409     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
78410
78411 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
78412 Author: Domen Puncer <domen.puncer@telargo.com>
78413 Date:   Mon Apr 16 14:00:13 2007 +0200
78414
78415     [PATCH] icecube/lite5200b: wakeup from low-power support
78416
78417     U-Boot part of Lite5200b low power mode support.
78418     Puts SDRAM out of self-refresh and transfers control to
78419     address saved at physical 0x0.
78420
78421     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
78422     Acked-by: Grant Likely <grant.likely@secretlab.ca>
78423
78424 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
78425 Author: Gerald Van Baren <vanbaren@cideas.com>
78426 Date:   Sun Apr 15 13:54:26 2007 -0400
78427
78428     Fix the ft_cpu_setup() property settings.
78429
78430     Use "setter" functions instead of flags, cleaner and more flexible.
78431     It also fixes the problem noted by Timur Tabi that the ethernet MAC
78432     addresses were all being set incorrectly to the same MAC address.
78433
78434 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
78435 Author: Gerald Van Baren <vanbaren@cideas.com>
78436 Date:   Sat Apr 14 22:51:24 2007 -0400
78437
78438     Improve the bootm command for CONFIG_OF_LIBFDT
78439
78440     In bootm, create the "/chosen" node only if it doesn't already exist
78441       (better matches the previous behavior).
78442     Update for proper reserved memory map handling for initrd.
78443
78444 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
78445 Author: Gerald Van Baren <vanbaren@cideas.com>
78446 Date:   Sat Apr 14 22:46:41 2007 -0400
78447
78448     Add some utilities to manipulate the reserved memory map.
78449
78450 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
78451 Author: Wolfgang Denk <wd@denx.de>
78452 Date:   Sat Apr 14 21:16:54 2007 +0200
78453
78454     Update CHANGELOG
78455
78456 commit 8e6875183cdca91c134408d119d4abcd48ef6856
78457 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78458 Date:   Sun Dec 17 18:56:46 2006 +0100
78459
78460     AVR32: Enable MMC support
78461
78462     Set up the portmux for the MMC interface and enable the MMC driver
78463     along with support for DOS partitions, ext2 and FAT filesystems.
78464
78465     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78466
78467 commit fc26c97bb6df41b4a95662c34054fe912387bf38
78468 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78469 Date:   Fri Jan 20 10:03:53 2006 +0100
78470
78471     Atmel MCI driver
78472
78473     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
78474
78475     The AT91 ARM-based CPUs use basically the same hardware, so it should
78476     be possible to share this driver, but no effort has been made so far.
78477
78478     Hardware documentation can be found in the AT32AP7000 data sheet,
78479     which can be downloaded from
78480
78481     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
78482
78483     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78484
78485 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
78486 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78487 Date:   Sun Dec 17 18:55:37 2006 +0100
78488
78489     AVR32: Add clk and gpio infrastructure for mmci
78490
78491     Implement functions for configuring the mmci pins, as well as
78492     functions for getting the clock rate of the mmci controller.
78493
78494     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78495
78496 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
78497 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78498 Date:   Sun Dec 17 18:53:56 2006 +0100
78499
78500     Enable partition support with MMC
78501
78502     Include implementations of init_part() and get_partition_info() when
78503     CONFIG_MMC is set.
78504
78505     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78506
78507 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
78508 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78509 Date:   Sun Dec 17 17:14:30 2006 +0100
78510
78511     AVR32: Enable networking
78512
78513     Implement MACB initialization for AVR32 and ATSTK1000, and turn
78514     everything on, including the MACB driver.
78515
78516     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78517
78518 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
78519 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78520 Date:   Fri Jan 20 10:03:34 2006 +0100
78521
78522     Atmel MACB ethernet driver
78523
78524     Driver for the Atmel MACB on-chip ethernet controller.
78525
78526     This driver has been tested on the ATSTK1000 board with a AT32AP7000
78527     CPU. It should probably work on AT91SAM926x as well with some minor
78528     modifications.
78529
78530     Hardware documentation can be found in the AT32AP7000 data sheet,
78531     which can be downloaded from
78532
78533     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
78534
78535     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78536
78537 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
78538 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78539 Date:   Sun Dec 17 16:56:14 2006 +0100
78540
78541     AVR32: Add clk and gpio infrastructure for macb0 and macb1
78542
78543     Implement functions for configuring the macb0 and macb1 pins, as
78544     well as functions for getting the clock rate of the various
78545     busses the macb ethernet controllers are connected to.
78546
78547     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78548
78549 commit d5acb95b16a0a74c643524342c3437e765426d05
78550 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78551 Date:   Sun Dec 17 15:39:15 2006 +0100
78552
78553     AVR32: Implement simple DMA memory allocator
78554
78555     Implement dma_alloc_coherent() which returns cache-aligned
78556     uncacheable memory.
78557
78558     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78559
78560 commit 91975b0fea773c9e681fea8cf3349669f27685ee
78561 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78562 Date:   Sun Dec 17 15:46:02 2006 +0100
78563
78564     Import <linux/mii.h> from the Linux kernel
78565
78566     Instead of creating yet another set of MII register definitions
78567     in the macb driver, here's a complete set of definitions for everyone
78568     to use.
78569
78570     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78571
78572 commit 1b804b229556a4d862da93c0ec94e79419364b2c
78573 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78574 Date:   Wed Mar 21 19:47:36 2007 +0100
78575
78576     AVR32: Include more commands for ATSTK1000
78577
78578     Include the imi, imls and jffs commands sets by default on ATSTK1000.
78579     Also define CONFIG_BOOTARGS to something more useful, define
78580     CONFIG_BOOTCOMMAND and enable autoboot by default.
78581
78582     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78583
78584 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
78585 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78586 Date:   Wed Mar 21 19:44:48 2007 +0100
78587
78588     AVR32: Provide a definition of struct stat
78589
78590     Copy the definition of struct stat from the Linux kernel.
78591
78592     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78593
78594 commit 12f099c08167a7a51aeee623bc16dafd0841271c
78595 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78596 Date:   Sun Dec 17 14:46:06 2006 +0100
78597
78598     AVR32: Use initdram() instead of board_init_memories()
78599
78600     Conform to the "standard" interface and use initdram() instead of
78601     board_init_memories() on AVR32. This enables us to get rid of the
78602     sdram_size member of the global_data struct as well.
78603
78604     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78605
78606 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
78607 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78608 Date:   Mon Nov 20 15:53:10 2006 +0100
78609
78610     AVR32: Relocate u-boot to SDRAM
78611
78612     Relocate the u-boot image into SDRAM like everyone else does. This
78613     means that we can handle much larger .data and .bss than we used to.
78614
78615     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78616
78617 commit df548d3c3e2bbc40258713167859ffc2ce99a900
78618 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78619 Date:   Sun Nov 19 18:06:53 2006 +0100
78620
78621     AVR32: Resource management rewrite
78622
78623     Rewrite the resource management code (i.e. I/O memory, clock gating,
78624     gpio) so it doesn't depend on any global state. This is necessary
78625     because this code is heavily used before relocation to RAM, so we
78626     can't write to any global variables.
78627
78628     As an added bonus, this makes u-boot's memory footprint a bit smaller,
78629     although some functionality has been left out; all clocks are enabled
78630     all the time, and there's no checking for gpio line conflicts.
78631
78632     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78633
78634 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
78635 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78636 Date:   Sat Nov 18 18:01:13 2006 +0100
78637
78638     AVR32: Clean up memory-map.h for at32ap7000
78639
78640     Convert spaces to tabs (must have missed this one last time around),
78641     sort the entries by address and group them together by bus
78642     connectivity.
78643
78644     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78645
78646 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
78647 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78648 Date:   Sat Nov 18 17:32:31 2006 +0100
78649
78650     AVR32: Build position-independent u-boot
78651
78652     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
78653     position independent. This will make relocation a lot easier.
78654
78655     -mno-init-got means that gcc shouldn't emit code to load the GOT
78656     address into r6 in every function prologue. We do it once and for
78657     all in the early startup assembly code, so enabling this option
78658     makes u-boot a bit faster and smaller.
78659
78660     The assembly parts have always been position-independent, so no code
78661     changes should be necessary.
78662
78663     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78664
78665 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
78666 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78667 Date:   Sat Nov 18 17:24:31 2006 +0100
78668
78669     AVR32: Use avr32-linux- cross-compilation prefix by default
78670
78671     It doesn't really matter which toolchain you use to compile u-boot,
78672     but the avr32-linux one is probably what most people have installed.
78673
78674     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78675
78676 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
78677 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
78678 Date:   Sat Nov 18 17:15:30 2006 +0100
78679
78680     AVR32: Split start_u_boot into board_init_f and board_init_r
78681
78682     Split the avr32 initialization code into a function to run before
78683     relocation, board_init_f and a function to run after relocation,
78684     board_init_r. For now, board_init_f simply calls board_init_r
78685     at the end.
78686
78687     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
78688
78689 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
78690 Author: Heiko Schocher <hs@pollux.denx.de>
78691 Date:   Sat Apr 14 05:26:48 2007 +0200
78692
78693     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
78694             clear the Display after reset.
78695
78696     Signed-off-by: Heiko Schocher <hs@denx.de>
78697
78698 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
78699 Author: Denis Peter <d.peter@mpl.ch>
78700 Date:   Fri Apr 13 09:13:33 2007 +0200
78701
78702     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
78703
78704     Fix bug introduced by "Fix get_partition_info() parameter error in all
78705     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
78706     to use diskboot or scsiboot form another device than 0.
78707
78708     Signed-off-by: Denis Peter <d.peter@mpl.ch>
78709
78710 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
78711 Author: Greg Lopp <lopp@pobox.com>
78712 Date:   Fri Apr 13 08:02:24 2007 +0200
78713
78714     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
78715
78716     Signed-of-by: Greg Lopp <lopp@pobox.com>
78717     Acked-by: Grant Likely <grant.likely@secretlab.ca>
78718
78719 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
78720 Author: Xie Xiaobo <r63061@freescale.com>
78721 Date:   Fri Mar 9 19:08:25 2007 +0800
78722
78723     Fix two bugs for MPC83xx DDR2 controller SPD Init
78724
78725     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
78726     the first bug is that the picos_to_clk routine introduces a huge
78727     rounding error in 83xx.
78728     the second bug is that the mode register write recovery field is
78729     tWR-1, not tWR >> 1.
78730
78731 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
78732 Author: Jeffrey Mann <mannj@embeddedplanet.com>
78733 Date:   Thu Apr 12 14:15:59 2007 +0200
78734
78735     ppc4xx: Fix i2c divisor calcularion for PPC4xx
78736
78737     This patch fixes changes the i2c_init(...) function to use the function
78738     get_OPB_freq() rather than calculating the OPB speed by
78739     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
78740     specific per processor. The prior method was not and so was calculating
78741     the wrong speed for some PPC4xx processors.
78742
78743     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
78744     Signed-off-by: Stefan Roese <sr@denx.de>
78745
78746 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
78747 Author: Wolfgang Denk <wd@denx.de>
78748 Date:   Wed Apr 11 17:25:01 2007 +0200
78749
78750     Update CHANGELOG
78751
78752     Signed-off-by: Wolfgang Denk <wd@denx.de>
78753
78754 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
78755 Author: Wolfgang Denk <wd@denx.de>
78756 Date:   Wed Apr 11 17:22:55 2007 +0200
78757
78758     Update for SC3 board
78759
78760     * Make IDE timeout configurable through ide_reset_timeout variable.
78761     * Use Newline as "password" string
78762     * Use just a single partition in NAND flash
78763
78764 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
78765 Author: Haiying Wang <haiying.wang@freescale.com>
78766 Date:   Mon Jan 22 12:37:30 2007 -0600
78767
78768     Add PIXIS FPGA support for MPC8641HPCN board.
78769
78770     Move the 8641HPCN's PIXIS code to the new directory
78771     board/freescale/common/ as it will be shared by
78772     future boards not in the same processor family.
78773
78774     Write a "pixis_reset" command that utilizes the FPGA
78775     reset sequencer to support alternate soft-reset options
78776     such as using the "alternate" flash bank, enabling
78777     the watch dog, or choosing different CPU frequencies.
78778
78779     Add documentation for the pixis_reset to README.mpc8641hpcn.
78780
78781     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
78782     Signed-off-by: Jon Loeliger <jdl@freescale.com>
78783
78784 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
78785 Author: Gerald Van Baren <vanbaren@cideas.com>
78786 Date:   Fri Apr 6 14:19:43 2007 -0400
78787
78788     Moved fdt command support code to fdt_support.c
78789
78790     ...in preparation for improving the bootm command's handling of fdt blobs.
78791     Also cleaned up some coding sloppiness.
78792
78793 commit 6679f9299534e488a171a9bb8f9bb891de247aab
78794 Author: Gerald Van Baren <vanbaren@cideas.com>
78795 Date:   Fri Apr 6 14:17:14 2007 -0400
78796
78797     libfdt: Make fdt_check_header() public
78798
78799     Changed _fdt_check_header() to fdt_check_header() and made it part of
78800     the interface - it is a useful routine.
78801
78802     Also did some asthetics cleanup to the include files (headers).
78803
78804 commit c0707ce65677650b5ceab0500ee50ae5168afef2
78805 Author: Aubrey Li <aubrey.adi@gmail.com>
78806 Date:   Thu Apr 5 18:34:06 2007 +0800
78807
78808     [Blackfin][PATCH] Kill off a bunch of common local prototypes
78809
78810 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
78811 Author: Aubrey Li <aubrey.adi@gmail.com>
78812 Date:   Thu Apr 5 18:33:04 2007 +0800
78813
78814     [Blackfin][PATCH] Fix dynamic CPLB generation issue
78815
78816 commit 0445e3a264251d75b1be45ef713c70726a2952f0
78817 Author: Aubrey Li <aubrey.adi@gmail.com>
78818 Date:   Thu Apr 5 18:31:47 2007 +0800
78819
78820     [Blackfin][PATCH] minior cleanup
78821
78822 commit 155fd766573981090e638b493d5857562151862e
78823 Author: Aubrey Li <aubrey.adi@gmail.com>
78824 Date:   Thu Apr 5 18:31:18 2007 +0800
78825
78826     [Blackfin][PATCH] Fix copyright and update license
78827
78828 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
78829 Author: Aubrey Li <aubrey.adi@gmail.com>
78830 Date:   Thu Apr 5 18:30:25 2007 +0800
78831
78832     [Blackfin][PATCH] Add BF537 EMAC driver initialization
78833
78834 commit 889256e8604e0c68db1d866d720894dffede9df6
78835 Author: Aubrey Li <aubrey.adi@gmail.com>
78836 Date:   Thu Apr 5 18:29:55 2007 +0800
78837
78838     [Blackfin][PATCH] call real the system synchronize instruction
78839
78840 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
78841 Author: Aubrey Li <aubrey.adi@gmail.com>
78842 Date:   Thu Apr 5 18:29:17 2007 +0800
78843
78844     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
78845
78846 commit dfeeab2cd680df047e68e723b246adf6f33bb556
78847 Author: Aubrey Li <aubrey.adi@gmail.com>
78848 Date:   Thu Apr 5 18:28:34 2007 +0800
78849
78850     [Blackfin][PATCH]: fix flash unaligned copy issue
78851
78852 commit 443feb740584e406efa203af909fe2926608e8d5
78853 Author: Igor Marnat <marny@rambler.ru>
78854 Date:   Wed Mar 21 09:55:01 2007 +0300
78855
78856     Update usage of 'nc' in README.NetConsole
78857
78858     Added information about usage of NetConsole on systems where the -l and -p
78859     switches are mutually exclusive.
78860
78861     Signed-off-by: Igor Marnat <marny@rambler.ru>
78862     Signed-off-by: Ben Warren <bwarren@qstreams.com>
78863
78864 commit 31c98a88228021b314c89ebb8104fb6473da4471
78865 Author: Wolfgang Denk <wd@denx.de>
78866 Date:   Wed Apr 4 02:09:30 2007 +0200
78867
78868     Minor coding style cleanup.
78869
78870 commit 94abd7c0583ebe01e799b25f451201deeaab550d
78871 Author: Wolfgang Denk <wd@denx.de>
78872 Date:   Wed Apr 4 01:49:15 2007 +0200
78873
78874     Minor cleanup.
78875
78876 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
78877 Author: Rodolfo Giometti <giometti@enneenne.com>
78878 Date:   Tue Apr 3 14:27:18 2007 +0200
78879
78880     Support for the Philips ISP116x HCD (Host Controller Driver)
78881
78882     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
78883
78884 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
78885 Author: Markus Klotzbuecher <mk@denx.de>
78886 Date:   Tue Apr 3 14:27:08 2007 +0200
78887
78888     USB: cleanup monahans usb support. Remove dead code.
78889
78890     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
78891
78892 commit a65c5768e5537530bd1780af3d3fddc3113a163c
78893 Author: Stefan Roese <sr@denx.de>
78894 Date:   Mon Apr 2 10:09:30 2007 +0200
78895
78896     ppc4xx: Change SysACE address on Katmai
78897
78898     With this new base address of the Xilinx SystemACE controller
78899     the Linux driver will be easier to adapt, since it can now be
78900     mapped via the "normal" ioremap() call.
78901
78902     Signed-off-by: Stefan Roese <sr@denx.de>
78903
78904 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
78905 Author: Gerald Van Baren <vanbaren@cideas.com>
78906 Date:   Sat Mar 31 14:30:53 2007 -0400
78907
78908     Fix some minor whitespace violations.
78909
78910 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
78911 Author: Gerald Van Baren <vanbaren@cideas.com>
78912 Date:   Sat Mar 31 12:23:51 2007 -0400
78913
78914     Add a flattened device tree (fdt) command (2 of 2)
78915
78916     Modifications to the existing code to support the new fdt command.
78917
78918 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
78919 Author: Gerald Van Baren <vanbaren@cideas.com>
78920 Date:   Sat Mar 31 12:22:10 2007 -0400
78921
78922     Add a flattened device tree (fdt) command (1 of 2)
78923
78924     The fdt command uses David Gibson's libfdt library to manipulate as well
78925     as print the flattened device tree.  This patch is the new command,
78926     the second part is the modifications to the existing code.
78927
78928 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
78929 Author: Gerald Van Baren <vanbaren@cideas.com>
78930 Date:   Sat Mar 31 12:13:43 2007 -0400
78931
78932     libfdt: Enhanced and published fdt_next_tag()
78933
78934     Enhanced the formerly private function _fdt_next_tag() to allow stepping
78935       through the tree, used to produce a human-readable dump, and made
78936       it part of the published interface.
78937     Also added some comments.
78938
78939 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
78940 Author: Gerald Van Baren <vanbaren@cideas.com>
78941 Date:   Sat Mar 31 12:05:39 2007 -0400
78942
78943     libfdt: Customizations for use by u-boot.
78944
78945     Changes to David Gibson's original source to fit into u-boot's
78946     environment.  No functionality changes.
78947
78948 commit 35748177c64a4a83a00057e93bb33e40278a2a96
78949 Author: Gerald Van Baren <vanbaren@cideas.com>
78950 Date:   Sat Mar 31 12:00:56 2007 -0400
78951
78952     libfdt: Import libfdt source (2 of 2)
78953
78954     This adds the applicable libfdt source files (unmodified) and a README
78955     to explain where the source came from.
78956
78957 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
78958 Author: Gerald Van Baren <vanbaren@cideas.com>
78959 Date:   Sat Mar 31 11:59:59 2007 -0400
78960
78961     libfdt: Import libfdt source (1 of 2)
78962
78963     This adds the applicable libfdt source files (unmodified) and a README
78964     to explain where the source came from.
78965
78966 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
78967 Author: Stefan Roese <sr@denx.de>
78968 Date:   Sat Mar 31 13:16:23 2007 +0200
78969
78970     ppc4xx: Update Katmai bootstrap command
78971
78972     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
78973     is selected.
78974
78975     Signed-off-by: Stefan Roese <sr@denx.de>
78976
78977 commit cabee756a6532986729477c3cc1ea16ef8517ad2
78978 Author: Stefan Roese <sr@denx.de>
78979 Date:   Sat Mar 31 13:15:06 2007 +0200
78980
78981     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
78982
78983     Additional RAM information is now printed upon powerup, like
78984     DDR2 frequency and CAS latency.
78985
78986     Signed-off-by: Stefan Roese <sr@denx.de>
78987
78988 commit 60723803431ac75cad085690789e433d5ab9174e
78989 Author: Stefan Roese <sr@denx.de>
78990 Date:   Sat Mar 31 08:48:36 2007 +0200
78991
78992     ppc4xx: Change Yucca config file to support ECC
78993
78994     With the updated 44x DDR2 driver the Yucca board now supports
78995     ECC generation and checking.
78996
78997     Signed-off-by: Stefan Roese <sr@denx.de>
78998
78999 commit 490e5730c674b20d708b783a2c5ffd7208f83873
79000 Author: Stefan Roese <sr@denx.de>
79001 Date:   Sat Mar 31 08:47:34 2007 +0200
79002
79003     ppc4xx: Fix "bootstrap" command for Katmai board
79004
79005     The board specific "bootstrap" command is now fixed and can
79006     be used for the AMCC Katmai board to configure different
79007     CPU/PLB/OPB frequencies.
79008
79009     Signed-off-by: Stefan Roese <sr@denx.de>
79010
79011 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
79012 Author: Stefan Roese <sr@denx.de>
79013 Date:   Sat Mar 31 08:46:08 2007 +0200
79014
79015     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
79016
79017     Fix a bug in the auto calibration routine. This driver now runs
79018     more reliable with the tested modules. It's also tested with
79019     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
79020
79021     Signed-off-by: Stefan Roese <sr@denx.de>
79022
79023 commit 342cd097be1e7affe82f42ab3da220959a699e64
79024 Author: Michal Simek <monstr@monstr.eu>
79025 Date:   Fri Mar 30 22:52:09 2007 +0200
79026
79027     [PATCH] Clean include dependence
79028
79029 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
79030 Author: Michal Simek <monstr@monstr.eu>
79031 Date:   Fri Mar 30 22:42:45 2007 +0200
79032
79033     [CLEAN] Remove inefficient Suzaku code
79034
79035 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
79036 Author: Stefan Roese <sr@denx.de>
79037 Date:   Wed Mar 28 15:03:16 2007 +0200
79038
79039     Merge some AMCC make targets to keep the top-level Makefile smaller
79040
79041     Signed-off-by: Stefan Roese <sr@denx.de>
79042
79043 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
79044 Author: Stefan Roese <sr@denx.de>
79045 Date:   Wed Mar 28 14:52:12 2007 +0200
79046
79047     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
79048
79049     The "old" i2c commands (iprobe, imd...) are now compiled in again,
79050     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
79051     config option.
79052
79053     Signed-off-by: Stefan Roese <sr@denx.de>
79054
79055 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
79056 Author: Michal Simek <monstr@monstr.eu>
79057 Date:   Tue Mar 27 00:32:16 2007 +0200
79058
79059     PATCH: Resolve GPL license problem
79060
79061 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
79062 Author: Rodolfo Giometti <giometti@enneenne.com>
79063 Date:   Mon Mar 26 12:03:36 2007 +0200
79064
79065     PXA: pxa27x USB OHCI support
79066
79067     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
79068
79069 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
79070 Author: Markus Klotzbuecher <mk@denx.de>
79071 Date:   Mon Mar 26 11:21:05 2007 +0200
79072
79073     USB: remove the S3C24X0_merge #define, which was introduced while
79074     merging OHCI drivers.
79075
79076     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
79077
79078 commit 1798049522f594013aea29457d46794298c6ae15
79079 Author: Michal Simek <root@monstr.eu>
79080 Date:   Mon Mar 26 01:39:07 2007 +0200
79081
79082     Support for XUPV2P board
79083     Reset support
79084     BSP autoconfig support
79085
79086 commit 0d974d5297349504a2ddfa09314be573b5df320a
79087 Author: Stefan Roese <sr@denx.de>
79088 Date:   Sat Mar 24 15:57:09 2007 +0100
79089
79090     [PATCH] Add 4xx GPIO functions
79091
79092     This patch adds some 4xx GPIO functions. It also moves some of the
79093     common code and defines into a common 4xx GPIO header file.
79094
79095     Signed-off-by: Stefan Roese <sr@denx.de>
79096
79097 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
79098 Author: Stefan Roese <sr@denx.de>
79099 Date:   Sat Mar 24 15:55:58 2007 +0100
79100
79101     [PATCH] Small Sequoia cleanup
79102
79103     Signed-off-by: Stefan Roese <sr@denx.de>
79104
79105 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
79106 Author: Stefan Roese <sr@denx.de>
79107 Date:   Sat Mar 24 15:45:34 2007 +0100
79108
79109     [PATCH] Clean up 40EZ/Acadia support
79110
79111     This patch cleans up all the open issue of the preliminary
79112     Acadia support.
79113
79114     Signed-off-by: Stefan Roese <sr@denx.de>
79115
79116 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
79117 Author: Jon Loeliger <jdl@freescale.com>
79118 Date:   Tue Dec 12 11:02:20 2006 -0600
79119
79120     Fix 8641HPCN problem with ld version 2.16
79121
79122     (Dot outside sections problem).
79123
79124     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
79125
79126     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79127
79128 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
79129 Author: Haiying Wang <haiying.wang@freescale.com>
79130 Date:   Thu Dec 7 10:35:55 2006 -0600
79131
79132     Set Rev 2.x 86xx PIC in mixed mode.
79133
79134     Prevent false interrupt from hanging Linux as MSR[EE] is set
79135     to enable interrupts by changing the PIC out of the default
79136     pass through mode into mixed mode.
79137
79138     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
79139     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79140
79141 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
79142 Author: Jason Jin <jason.jin@freescale.com>
79143 Date:   Thu Dec 7 10:32:35 2006 -0600
79144
79145     Add flash cmd function to 8641HPCN ramboot
79146
79147     Also fixes some commmand for 8641 HPCN ramboot case.
79148
79149     Signed-off-by: Jason Jin <jason.jin@freescale.com>
79150     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79151
79152 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
79153 Author: Ed Swarthout <ed.swarthout@freescale.com>
79154 Date:   Thu Dec 7 10:34:14 2006 -0600
79155
79156     Add support for 8641 Rev 2 silicon.
79157
79158     Without this patch, I am unable to get to the prompt on rev 2 silicon.
79159     Only set ddrioovcr for rev1.
79160
79161     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
79162     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79163
79164 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
79165 Author: Wolfgang Denk <wd@denx.de>
79166 Date:   Thu Mar 22 00:13:12 2007 +0100
79167
79168     Code cleanup / re-insert previous Copyright entries.
79169
79170     Signed-off-by: Wolfgang Denk <wd@denx.de>
79171
79172 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
79173 Author: Wolfgang Denk <wd@denx.de>
79174 Date:   Wed Mar 21 23:26:15 2007 +0100
79175
79176     Code cleanup. Update CHANGELOG
79177
79178 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
79179 Author: Stefan Roese <sr@denx.de>
79180 Date:   Wed Mar 21 14:54:29 2007 +0100
79181
79182     ppc4xx: Fix file mode of include/configs/acadia.h
79183
79184     Signed-off-by: Stefan Roese <sr@denx.de>
79185
79186 commit d5f4614c9350d9333e575100fb250aab774d0258
79187 Author: Markus Klotzbuecher <mk@denx.de>
79188 Date:   Wed Mar 21 14:41:46 2007 +0100
79189
79190     SPC1920: fix small clock routing bug
79191
79192     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
79193
79194 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
79195 Author: Stefan Roese <sr@denx.de>
79196 Date:   Wed Mar 21 13:39:57 2007 +0100
79197
79198     [PATCH] Add AMCC Acadia (405EZ) eval board support
79199
79200     This patch adds support for the new AMCC Acadia eval board.
79201
79202     Please note that this Acadia/405EZ support is still in a beta stage.
79203     Still lot's of cleanup needed but we need a preliminary release now.
79204
79205     Signed-off-by: Stefan Roese <sr@denx.de>
79206
79207 commit e01bd218b00af73499331a1a701625a852cd286f
79208 Author: Stefan Roese <sr@denx.de>
79209 Date:   Wed Mar 21 13:38:59 2007 +0100
79210
79211     [PATCH] Add AMCC PPC405EZ support
79212
79213     This patch adds support for the new AMCC 405EZ PPC. It is in
79214     preparation for the AMCC Acadia board support.
79215
79216     Please note that this Acadia/405EZ support is still in a beta stage.
79217     Still lot's of cleanup needed but we need a preliminary release now.
79218
79219     Signed-off-by: Stefan Roese <sr@denx.de>
79220
79221 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
79222 Author: Heiko Schocher <hs@pollux.denx.de>
79223 Date:   Wed Mar 21 08:45:17 2007 +0100
79224
79225     [PATCH] TQM8272: dont change the bits given from the HRCW
79226                      for the SIUMCR and BCR Register.
79227                      Fix the calculation for the EEprom Size
79228
79229     Signed-off-by: Heiko Schocher <hs@denx.de>
79230
79231 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
79232 Author: Aubrey Li <aubrey.adi@gmail.com>
79233 Date:   Tue Mar 20 18:16:24 2007 +0800
79234
79235     [Blackfin][PATCH] Add BF561 EZKIT board support
79236
79237 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
79238 Author: Aubrey Li <aubrey.adi@gmail.com>
79239 Date:   Mon Mar 19 22:55:58 2007 +0800
79240
79241     [Blackfin][PATCH] minor cleanup
79242
79243 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
79244 Author: Wolfgang Denk <wd@denx.de>
79245 Date:   Mon Mar 19 13:10:08 2007 +0100
79246
79247     Remove obsoleted POST files.
79248
79249     Signed-off-by: Wolfgang Denk <wd@denx.de>
79250
79251 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
79252 Author: Aubrey Li <aubrey.adi@gmail.com>
79253 Date:   Mon Mar 19 01:26:11 2007 +0800
79254
79255     [PATCH] Add flash chip M29W320ET/B support
79256
79257 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
79258 Author: Aubrey Li <aubrey.adi@gmail.com>
79259 Date:   Mon Mar 19 01:24:52 2007 +0800
79260
79261     [Blackfin][PATCH] Add BF537 stamp board support
79262
79263 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
79264 Author: Stefan Roese <sr@denx.de>
79265 Date:   Fri Mar 16 21:11:42 2007 +0100
79266
79267     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
79268
79269     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
79270     DDR memory are dynamically programmed matching the total size
79271     of the equipped memory (DIMM modules).
79272
79273     Signed-off-by: Stefan Roese <sr@denx.de>
79274
79275 commit 76d1466f918b881cda2d259254761e73885093c2
79276 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79277 Date:   Tue Mar 13 13:38:05 2007 +0100
79278
79279     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
79280             boards in terms of unification.
79281
79282     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79283
79284 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
79285 Author: Wolfgang Denk <wd@denx.de>
79286 Date:   Tue Mar 13 16:05:55 2007 +0100
79287
79288     Make SC3 board build with 'make O='; use 'addcons' consistently
79289     (SC3 and Jupiter used to use 'addcon' instead).
79290
79291     Signed-off-by: Wolfgang Denk wd@denx.de
79292
79293 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
79294 Author: Heiko Schocher <hs@pollux.denx.de>
79295 Date:   Tue Mar 13 09:40:59 2007 +0100
79296
79297     [PATCH] update board config for jupiter Board:
79298             added Hush Shell,
79299                   CONFIG_CMDLINE_EDITING,
79300                   CFG_ENV_ADDR_REDUND activated
79301
79302     Signed-off-by: Heiko Schocher <hs@denx.de>
79303
79304 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
79305 Author: Aubrey Li <aubrey.adi@gmail.com>
79306 Date:   Mon Mar 12 12:11:55 2007 +0800
79307
79308     [Blackfin][PATCH] minor cleanup
79309
79310 commit bfa5754a58477ac917d21527cd0f079d87cf188e
79311 Author: Aubrey Li <aubrey.adi@gmail.com>
79312 Date:   Mon Mar 12 01:42:06 2007 +0800
79313
79314     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
79315
79316 commit 8440bb14581a294375c34b91b42512f9753d1130
79317 Author: Aubrey Li <aubrey.adi@gmail.com>
79318 Date:   Mon Mar 12 00:25:14 2007 +0800
79319
79320     [Blackfin][PATCH] code cleanup
79321
79322 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
79323 Author: Michal Simek <monstr@monstr.eu>
79324 Date:   Sun Mar 11 13:48:24 2007 +0100
79325
79326     [Microblaze][PATCH] part 2
79327     timer support
79328     interrupt controller support
79329     flash support
79330     ethernet support
79331     cache support
79332     board information support
79333     env support
79334     booting image support
79335
79336     adding support for Xilinx ML401
79337
79338 commit 76316a318de91f6184e7c22a10e02d275ade2441
79339 Author: Michal Simek <monstr@monstr.eu>
79340 Date:   Sun Mar 11 13:42:58 2007 +0100
79341
79342     [Microblaze][PATCH]
79343     timer support
79344     interrupt controller support
79345     flash support
79346     ethernet support
79347     cache support
79348     board information support
79349     env support
79350     booting image support
79351
79352     adding support for Xilinx ML401
79353
79354 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
79355 Author: Aubrey Li <aubrey.adi@gmail.com>
79356 Date:   Sat Mar 10 23:49:29 2007 +0800
79357
79358     [Blackfin][PATCH] code cleanup
79359
79360 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
79361 Author: Aubrey.Li <aubrey.adi@gmail.com>
79362 Date:   Fri Mar 9 13:40:56 2007 +0800
79363
79364     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
79365
79366 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
79367 Author: Aubrey.Li <aubrey.adi@gmail.com>
79368 Date:   Fri Mar 9 13:38:44 2007 +0800
79369
79370     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
79371
79372 commit 992423ab43c2bcf6b704853bd00af77450915e20
79373 Author: Stefan Roese <sr@denx.de>
79374 Date:   Thu Mar 8 23:00:08 2007 +0100
79375
79376     ppc4xx: Fix file mode of sequoia.c
79377
79378     Signed-off-by: Stefan Roese <sr@denx.de>
79379
79380 commit eb92f613556800f7483666db09d9a237ad911d4a
79381 Author: Wolfgang Denk <wd@pollux.denx.de>
79382 Date:   Thu Mar 8 22:52:51 2007 +0100
79383
79384     Minor cleanup.
79385
79386 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
79387 Author: John Otken john@softadvances.com <john@softadvances.com>
79388 Date:   Thu Mar 8 09:39:48 2007 -0600
79389
79390     ppc4xx: Clear Sequoia/Rainier security engine reset bits
79391
79392     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
79393
79394 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
79395 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79396 Date:   Thu Mar 8 16:26:52 2007 +0100
79397
79398     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
79399
79400     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79401
79402 commit d9fc703246840c4b268debf48c334ba55c597dc0
79403 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79404 Date:   Thu Mar 8 16:25:47 2007 +0100
79405
79406     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
79407
79408     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79409
79410 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
79411 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79412 Date:   Thu Mar 8 16:23:11 2007 +0100
79413
79414     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
79415
79416     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79417
79418 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
79419 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79420 Date:   Thu Mar 8 16:20:32 2007 +0100
79421
79422     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
79423
79424     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79425
79426 commit f9fc6a5852a6335840882fa2111925010eea1abe
79427 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79428 Date:   Wed Mar 7 15:32:01 2007 +0100
79429
79430     fixed ethernet phy configuration for plu405 board
79431
79432     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79433
79434 commit 769104c9356594deb2092e204a39c05b33202d6c
79435 Author: Wolfgang Denk <wd@pollux.denx.de>
79436 Date:   Thu Mar 8 21:49:27 2007 +0100
79437
79438     Minor cleanup
79439
79440 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
79441 Author: Stefan Roese <sr@denx.de>
79442 Date:   Thu Mar 8 10:13:16 2007 +0100
79443
79444     [PATCH] Update AMCC Luan 440SP eval board support
79445
79446     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
79447     inititializition. This includes DDR auto calibration and support
79448     for different DIMM modules, instead of the fixed setup used in
79449     the earlier version.
79450
79451     This patch also enables the cache in FLASH for the startup
79452     phase of U-Boot (while running from FLASH). After relocating to
79453     SDRAM the cache is disabled again. This will speed up the boot
79454     process, especially the SDRAM setup, since there are some loops
79455     for memory testing (auto calibration).
79456
79457     Signed-off-by: Stefan Roese <sr@denx.de>
79458
79459 commit 2f5df47351910a2936c7741cf111855829200943
79460 Author: Stefan Roese <sr@denx.de>
79461 Date:   Thu Mar 8 10:10:18 2007 +0100
79462
79463     [PATCH] Update AMCC Yucca 440SPe eval board support
79464
79465     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
79466     inititializition. This includes DDR auto calibration and support
79467     for different DIMM modules, instead of the fixed setup used in
79468     the earlier version.
79469
79470     Signed-off-by: Stefan Roese <sr@denx.de>
79471
79472 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
79473 Author: Stefan Roese <sr@denx.de>
79474 Date:   Thu Mar 8 10:07:18 2007 +0100
79475
79476     ppc4xx: Small AMCC Katmai 440SPe update
79477
79478     Signed-off-by: Stefan Roese <sr@denx.de>
79479
79480 commit df294497479b1dca6dd86318b2a912f72fede0df
79481 Author: Stefan Roese <sr@denx.de>
79482 Date:   Thu Mar 8 10:06:09 2007 +0100
79483
79484     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
79485
79486     Signed-off-by: Stefan Roese <sr@denx.de>
79487
79488 commit 83853178bd36bca6f0f8f1331476620c84a587fc
79489 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
79490 Date:   Wed Mar 7 12:14:50 2007 -0600
79491
79492     net - Support ping reply when processing net-loop
79493
79494     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
79495
79496     This permits the ping command to test the phy interface when the phy
79497     is put in loopback mode (typically by setting register 0 bit 14).
79498
79499     It also allows the port to respond to an external ping when u-boot is
79500     processing some other net command (such as tftp).  This is useful when
79501     tftp appears to hang.
79502
79503     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
79504     Signed-off-by: Ben Warren <bwarren@qstreams.com>
79505
79506 commit fa1aef15bcd47736687be1af544506e90fba545d
79507 Author: Stefan Roese <sr@denx.de>
79508 Date:   Wed Mar 7 16:43:00 2007 +0100
79509
79510     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
79511
79512     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
79513     DDR memory are dynamically programmed matching the total size
79514     of the equipped memory (DIMM modules).
79515
79516     Signed-off-by: Stefan Roese <sr@denx.de>
79517
79518 commit e2ebe696818939e2b974628be9c921ea3fe9de13
79519 Author: Stefan Roese <sr@denx.de>
79520 Date:   Wed Mar 7 16:39:36 2007 +0100
79521
79522     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
79523
79524     This patch fixes a problem that occurs when 2 DIMM's are
79525     used. This problem was first spotted and fixed by Gerald Jackson
79526     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
79527     problem in a little more clever way.
79528
79529     This patch also adds the nice functionality to dynamically
79530     create the TLB entries for the SDRAM (tlb.c). So we should
79531     never run into such problems with wrong (too short) TLB
79532     initialization again on these platforms.
79533
79534     As this feature is new to the "old" 44x SPD DDR driver, it
79535     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
79536
79537     Signed-off-by: Stefan Roese <sr@denx.de>
79538
79539 commit 39218433983417b9df087976a79e3f80dd5e83d6
79540 Author: Wolfgang Denk <wd@denx.de>
79541 Date:   Wed Mar 7 16:33:44 2007 +0100
79542
79543     UC101: fix compiler warnings
79544
79545 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
79546 Author: Wolfgang Denk <wd@pollux.denx.de>
79547 Date:   Wed Mar 7 16:19:46 2007 +0100
79548
79549     HMI1001: fix build error, cleanup compiler warnings.
79550
79551 commit ad5bb451ade552c44bef9119d907929ebc2c126f
79552 Author: Wolfgang Denk <wd@pollux.denx.de>
79553 Date:   Tue Mar 6 18:08:43 2007 +0100
79554
79555     Restructure POST directory to support of other CPUs, boards, etc.
79556
79557 commit a5284efd125967675b2e9c6ef7b95832268ad360
79558 Author: Wolfgang Denk <wd@pollux.denx.de>
79559 Date:   Tue Mar 6 18:01:47 2007 +0100
79560
79561     Fix HOSTARCH handling.
79562     Patch by Mike Frysinger, Mar 05 2007
79563
79564 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
79565 Author: Stefan Roese <sr@denx.de>
79566 Date:   Tue Mar 6 07:47:04 2007 +0100
79567
79568     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
79569
79570     As provided by the AMCC applications team, this patch optimizes the
79571     DDR2 setup for 166MHz bus speed. The values provided are also save
79572     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
79573     setup has to be adjusted as done in this patch.
79574
79575     For this the NAND booting version had to include the "speed.c" file
79576     from the cpu/ppc4xx directory. With this addition the NAND SPL image
79577     will just fit into the 4kbytes of program space. gcc version 4.x as
79578     provided with ELDK 4.x is needed to generate this optimized code.
79579
79580     Signed-off-by: Stefan Roese <sr@denx.de>
79581
79582 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
79583 Author: Wolfgang Denk <wd@pollux.denx.de>
79584 Date:   Sun Mar 4 01:36:05 2007 +0100
79585
79586     Some code cleanup.
79587
79588 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
79589 Author: Kim Phillips <kim.phillips@freescale.com>
79590 Date:   Wed Feb 28 00:02:04 2007 -0600
79591
79592     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
79593
79594     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
79595
79596 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
79597 Author: Kumar Gala <galak@kernel.crashing.org>
79598 Date:   Tue Feb 27 23:51:42 2007 -0600
79599
79600     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
79601
79602     The config value for:
79603     * CFG_ACR_PIPE_DEP
79604     * CFG_ACR_RPTCNT
79605     * CFG_SPCR_TSEC1EP
79606     * CFG_SPCR_TSEC2EP
79607     * CFG_SCCR_TSEC1CM
79608     * CFG_SCCR_TSEC2CM
79609
79610     Were not being used when setting the appropriate register
79611
79612     Added:
79613     * CFG_SCCR_USBMPHCM
79614     * CFG_SCCR_USBDRCM
79615     * CFG_SCCR_PCICM
79616     * CFG_SCCR_ENCCM
79617
79618     To allow full config of the SCCR.
79619
79620     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
79621     that were just bogus.
79622
79623     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
79624
79625 commit d51b3cf371cd441030460ef19d36b2924c361b1a
79626 Author: Kim Phillips <kim.phillips@freescale.com>
79627 Date:   Thu Feb 22 20:06:57 2007 -0600
79628
79629     mpc83xx: update [local-]mac-address properties on UEC based devices
79630
79631     8360 and 832x weren't updating their [local-]mac-address
79632     properties. This patch fixes that.
79633
79634     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
79635
79636 commit 61f4f912acbe60776c5e00df1ec94094ce672957
79637 Author: Timur Tabi <timur@freescale.com>
79638 Date:   Tue Feb 13 10:41:42 2007 -0600
79639
79640     mpc83xx: write MAC address to mac-address and local-mac-address
79641
79642     Some device trees have a mac-address property, some have local-mac-address,
79643     and some have both.  To support all of these device trees, this patch
79644     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
79645     This function already updates local-mac-address.
79646
79647     Signed-off-by: Timur Tabi <timur@freescale.com>
79648
79649 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
79650 Author: Kim Phillips <kim.phillips@freescale.com>
79651 Date:   Tue Feb 27 18:41:08 2007 -0600
79652
79653     mpc83xx: add command line editing by default
79654
79655 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
79656 Author: Kim Phillips <kim.phillips@freescale.com>
79657 Date:   Wed Feb 14 19:50:53 2007 -0600
79658
79659     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
79660
79661     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
79662     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
79663
79664     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
79665
79666     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
79667     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
79668
79669 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
79670 Author: Xie Xiaobo <r63061@freescale.com>
79671 Date:   Wed Feb 14 18:27:17 2007 +0800
79672
79673     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
79674
79675     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
79676     it pass DDR/DDR2 compliance tests.
79677
79678     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
79679
79680 commit b110f40bd180c6b560276589beedf753e97c46ce
79681 Author: Xie Xiaobo <r63061@freescale.com>
79682 Date:   Wed Feb 14 18:27:06 2007 +0800
79683
79684     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
79685
79686     MPC8360E rev2.0 have new spridr,and PVR value,
79687     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
79688
79689     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
79690
79691 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
79692 Author: Xie Xiaobo <r63061@freescale.com>
79693 Date:   Wed Feb 14 18:26:44 2007 +0800
79694
79695     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
79696
79697     MPC8349E rev3.1 have new spridr,and PVR value,
79698     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
79699
79700     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
79701
79702 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
79703 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
79704 Date:   Wed Jan 31 11:04:19 2007 +0100
79705
79706     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
79707
79708     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
79709     which is used to se if an slave will ACK after receiving its address.
79710
79711     Correct i2c probing to use this method as the old method could upset
79712     a slave as it wrote a data byte to it.
79713
79714     Add a small delay in i2c_init() to let the controller
79715     shutdown any ongoing I2C activity.
79716
79717     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
79718
79719 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
79720 Author: Timur Tabi <timur@freescale.com>
79721 Date:   Wed Jan 31 15:54:29 2007 -0600
79722
79723     mpc83xx: Add support for the MPC8349E-mITX-GP
79724
79725     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
79726     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
79727     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
79728
79729     Signed-off-by: Timur Tabi <timur@freescale.com>
79730
79731 commit fab16807adad350f618024350c6950165c247c72
79732 Author: Timur Tabi <timur@freescale.com>
79733 Date:   Wed Jan 31 15:54:20 2007 -0600
79734
79735     mpc83xx: Delete sdram_init() for MPC8349E-mITX
79736
79737     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
79738     never does anything.  This patch deletes it.
79739
79740     Signed-off-by: Timur Tabi <timur@freescale.com>
79741
79742 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
79743 Author: Dave Liu <daveliu@freescale.com>
79744 Date:   Fri Jan 19 10:43:26 2007 +0800
79745
79746     mpc83xx: Fix the LAW1/3 bug
79747
79748     The patch solves the alignment problem of the local bus access windows to
79749     render accessible the memory bank and PHY registers of UPC 1 (starting at
79750     0xf801 0000). What we actually did was to adjust the sizes of the bus
79751     access windows so that the base address alignment requirement would be met.
79752
79753     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
79754     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
79755     Signed-off-by: Dave Liu <daveliu@freescale.com>
79756
79757 commit 97c4b397dce236a7318b304667bf89e59d08b17c
79758 Author: Kim Phillips <kim.phillips@freescale.com>
79759 Date:   Tue Jan 30 16:15:31 2007 -0600
79760
79761     mpc83xx: don't hang if watchdog configured on 8360, 832x
79762
79763     don't hang if watchdog configured on 8360, 832x
79764
79765     The watchdog programming model is the same across all 83xx devices;
79766     make the code reflect that.
79767
79768 commit b70047478570e371ce7223be342ce98afea0f7d6
79769 Author: Kim Phillips <kim.phillips@freescale.com>
79770 Date:   Tue Jan 30 16:15:21 2007 -0600
79771
79772     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
79773
79774     protect memcpy to bad address if a local-mac-address is missing from dt
79775
79776 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
79777 Author: Kim Phillips <kim.phillips@freescale.com>
79778 Date:   Tue Jan 30 16:15:04 2007 -0600
79779
79780     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
79781
79782     make 8360 default environment fdt be 8360 (not 8349)
79783
79784 commit a28899c910024a0226331df07207b1038c300c93
79785 Author: Emilian Medve <Emilian.Medve@freescale.com>
79786 Date:   Tue Jan 30 16:14:50 2007 -0600
79787
79788     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
79789
79790     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
79791     be used for busy-waiting since it strips the 'volatile' property from
79792     the bd variable. gcc3 was working by pure luck.
79793
79794     This is a follow on patch to "Fix the UEC driver bug of QE"
79795
79796 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
79797 Author: Kumar Gala <galak@kernel.crashing.org>
79798 Date:   Tue Jan 30 14:08:30 2007 -0600
79799
79800     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
79801
79802     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
79803     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
79804     CONFIG_MPC834X so they are more generic.
79805
79806     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
79807
79808 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
79809 Author: Kim Phillips <kim.phillips@freescale.com>
79810 Date:   Thu Jan 25 13:40:55 2007 -0600
79811
79812     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
79813
79814 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
79815 Author: Kim Phillips <kim.phillips@freescale.com>
79816 Date:   Wed Jan 24 17:18:37 2007 -0600
79817
79818     mpc83xx: sort Makefile targets
79819
79820     reordered targets alphabetically
79821
79822 commit 91e25769771c1164ed63ffca0add49f934ae3343
79823 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
79824 Date:   Tue Jan 16 11:38:14 2007 -0500
79825
79826     mpc83xx: U-Boot support for Wind River SBC8349
79827
79828     I've redone the SBC8349 support to match git-current, which
79829     incorporates all the MPC834x updates from Freescale since the 1.1.6
79830     release,  including the DDR changes.
79831
79832     I've kept all the SBC8349 files as parallel as possible to the
79833     MPC8349EMDS ones for ease of maintenance and to allow for easy
79834     inspection of what was changed to support this board.  Hence the SBC8349
79835     U-Boot has FDT support and everything else that the MPC8349EMDS has.
79836
79837     Fortunately the Freescale updates added support for boards using CS0,
79838     but I had to change spd_sdram.c to allow for board specific settings for
79839     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
79840     default if the board doesn't specify a value.)
79841
79842     Hopefully this should be mergeable as-is and require no whitespace
79843     cleanups or similar, but if something doesn't measure up then let me
79844     know and I'll fix it.
79845
79846     Thanks,
79847     Paul.
79848
79849 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
79850 Author: Sam Song <samsongshu@yahoo.com.cn>
79851 Date:   Thu Dec 14 19:03:21 2006 +0800
79852
79853     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
79854
79855     A redundant semicolon existed in mpc8349itx.c
79856     should be removed.
79857
79858     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
79859
79860 commit f35f358241c549be3f75cfe2eaa642914275b7ba
79861 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
79862 Date:   Wed Dec 6 21:23:55 2006 -0500
79863
79864     mpc83xx: Put the version (and magic) after the HRCW.
79865
79866     Put the version (and magic) after the HRCW.  This puts it in a fixed
79867     location in flash, not at the start of flash but as close as we can get.
79868
79869     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
79870
79871 commit 48aecd969171a6e99a55fae04933857787f9a5bd
79872 Author: Dave Liu <r63238@freescale.com>
79873 Date:   Thu Dec 7 21:14:51 2006 +0800
79874
79875     mpc83xx: Add the MPC832XEMDS board readme
79876
79877     Add the MPC832XEMDS board readme
79878
79879     Signed-off-by: Dave Liu <daveliu@freescale.com>
79880
79881 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
79882 Author: Dave Liu <r63238@freescale.com>
79883 Date:   Thu Dec 7 21:13:15 2006 +0800
79884
79885     mpc83xx: Add support for the MPC832XEMDS board
79886
79887     This patch supports DUART, ETH3/4 and PCI etc.
79888
79889     Signed-off-by: Dave Liu <daveliu@freescale.com>
79890
79891 commit e080313c32322e15ab5a18eb896a252858c57284
79892 Author: Dave Liu <r63238@freescale.com>
79893 Date:   Thu Dec 7 21:11:58 2006 +0800
79894
79895     mpc83xx: streamline the 83xx immr head file
79896
79897     For better format and style, I streamlined the 83xx head files,
79898     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
79899     duplicated macro definition appear in the both files; 2) the structure
79900     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
79901     macro definition put inside the each structure. So, I cleaned up the
79902     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
79903     moved the macro definition to mpc83xx.h, Just like MPC8260.
79904
79905     CHANGELOG
79906
79907     *streamline the 83xx immr head file
79908
79909     Signed-off-by: Dave Liu <daveliu@freescale.com>
79910
79911 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
79912 Author: Dave Liu <r63238@freescale.com>
79913 Date:   Wed Dec 6 11:38:17 2006 +0800
79914
79915     mpc83xx: Fix the UEC driver bug of QE
79916
79917     The patch prevents the GCC tool chain from striping useful code for
79918     optimization. It will make UEC ethernet driver workable, Otherwise the
79919     UEC will fail in tx when you are using gcc4.x. but the driver can work
79920     when using gcc3.4.3.
79921
79922     CHANGELOG
79923
79924     *Prevent the GCC from striping code for optimization, Otherwise the UEC
79925     will tx failed when you are using gcc4.x.
79926
79927     Signed-off-by: Dave Liu <daveliu@freescale.com>
79928
79929 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
79930 Author: Stefan Roese <sr@denx.de>
79931 Date:   Thu Mar 1 21:11:36 2007 +0100
79932
79933     [PATCH] Update AMCC Katmai 440SPe eval board support
79934
79935     This patch updates the recently added Katmai board support. The biggest
79936     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
79937     driver.
79938
79939     Please note, that still some problems are left with some memory
79940     configurations. See the driver for more details.
79941
79942     Signed-off-by: Stefan Roese <sr@denx.de>
79943
79944 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
79945 Author: Stefan Roese <sr@denx.de>
79946 Date:   Thu Mar 1 07:03:25 2007 +0100
79947
79948     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
79949
79950     Signed-off-by: Stefan Roese <sr@denx.de>
79951
79952 commit ccbc7036648e465697ca298ba51e0e76dda352a0
79953 Author: Wolfgang Denk <wd@pollux.denx.de>
79954 Date:   Wed Feb 28 01:28:53 2007 +0100
79955
79956     SC3: fix typo in default environment
79957
79958 commit e344568b1b46af85ec32d815586f91bc115d6223
79959 Author: Sergei Poselenov <sposelenov@emcraft.com>
79960 Date:   Tue Feb 27 20:15:30 2007 +0300
79961
79962     MCC200: Fixes for update procedure
79963
79964     - fix logic error in image type handling
79965     - make sure file system images (cramfs etc.) get stored in flash
79966       with image header stripped so they can be mounted through MTD
79967
79968 commit 743571145b37182757d4e688a77860b36ee77573
79969 Author: Wolfgang Denk <wd@pollux.denx.de>
79970 Date:   Tue Feb 27 14:26:04 2007 +0100
79971
79972     Minor code cleanup.
79973
79974 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
79975 Author: Sergei Poselenov <sposelenov@emcraft.com>
79976 Date:   Tue Feb 27 12:40:16 2007 +0300
79977
79978     MCC200 update - add LCD Progress Indicator
79979
79980 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
79981 Author: Stefan Roese <sr@denx.de>
79982 Date:   Thu Feb 22 07:43:34 2007 +0100
79983
79984     [PATCH] get_dev() now unconditionally uses manual relocation
79985
79986     Since the relocation fix is not included yet and we're not sure how
79987     it will be added, this patch removes code that required relocation
79988     to be fixed for now.
79989
79990     Signed-off-by: Stefan Roese <sr@denx.de>
79991
79992 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
79993 Author: Stefan Roese <sr@denx.de>
79994 Date:   Thu Feb 22 07:40:23 2007 +0100
79995
79996     [PATCH] Change systemace driver to select 8 & 16bit mode
79997
79998     As suggested by Grant Likely this patch enables the Xilinx SystemACE
79999     driver to select 8 or 16bit mode upon startup.
80000
80001     Signed-off-by: Stefan Roese <sr@denx.de>
80002
80003 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
80004 Author: Haiying Wang <Haiying.Wang@freescale.com>
80005 Date:   Wed Feb 21 16:52:31 2007 +0100
80006
80007     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
80008
80009     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
80010     is fully finished. The sync() is defined in each CPU's io.h file. For
80011     those CPUs which do not need sync for now, a dummy sync() is defined in
80012     their io.h as well.
80013
80014     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
80015
80016 commit da04995c7dc6772013a9a0dc5c767f190c402478
80017 Author: Stefan Roese <sr@denx.de>
80018 Date:   Wed Feb 21 13:44:34 2007 +0100
80019
80020     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
80021
80022     Signed-off-by: Stefan Roese <sr@denx.de>
80023
80024 commit 751bb57107d78978ae08e697c3deba816f5be091
80025 Author: Stefan Roese <sr@denx.de>
80026 Date:   Tue Feb 20 13:21:57 2007 +0100
80027
80028     [PATCH] Fix relocation problem with "new" get_dev() function
80029
80030     This patch enables the "new" get_dev() function for block devices
80031     introduced by Grant Likely to be used on systems that still suffer
80032     from the relocation problems (manual relocation neede because of
80033     problems with linker script).
80034
80035     Hopefully we can resolve this relocation issue soon for all platform
80036     so we don't need this additional code anymore.
80037
80038     Signed-off-by: Stefan Roese <sr@denx.de>
80039
80040 commit d93e2212f962668b3dce091ff5edc33f2347fe37
80041 Author: Stefan Roese <sr@denx.de>
80042 Date:   Tue Feb 20 13:17:42 2007 +0100
80043
80044     [PATCH] Update SystemACE driver for 16bit access
80045
80046     This patch removes some problems when the Xilinx SystemACE driver
80047     is used with 16bit access on an big endian platform (like the
80048     AMCC Katmai).
80049
80050     Signed-off-by: Stefan Roese <sr@denx.de>
80051
80052 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
80053 Author: Stefan Roese <sr@denx.de>
80054 Date:   Tue Feb 20 13:15:40 2007 +0100
80055
80056     [PATCH] Clean up Katmai (440SPe) linker script
80057
80058     Signed-off-by: Stefan Roese <sr@denx.de>
80059
80060 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
80061 Author: Stefan Roese <sr@denx.de>
80062 Date:   Tue Feb 20 10:57:08 2007 +0100
80063
80064     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
80065
80066     Signed-off-by: Stefan Roese <sr@denx.de>
80067
80068 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
80069 Author: Stefan Roese <sr@denx.de>
80070 Date:   Tue Feb 20 10:51:26 2007 +0100
80071
80072     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
80073
80074     This patch switches to the desired I2C bus when the date/dtt
80075     commands are called. This can be configured using the
80076     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
80077
80078     Signed-off-by: Stefan Roese <sr@denx.de>
80079
80080 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
80081 Author: Stefan Roese <sr@denx.de>
80082 Date:   Tue Feb 20 10:43:34 2007 +0100
80083
80084     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
80085
80086     This patch adds support for the DDR2 controller used on the
80087     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
80088     board and works fine with the following DIMM modules:
80089
80090     - Corsair CM2X512-5400C4 (512MByte per DIMM)
80091     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
80092     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
80093
80094     This patch also adds the nice functionality to dynamically
80095     create the TLB entries for the SDRAM (tlb.c). So we should
80096     never run into such problems with wrong (too short) TLB
80097     initialization again on these platforms.
80098
80099     Signed-off-by: Stefan Roese <sr@denx.de>
80100
80101 commit 36d830c9830379045f5daa9f542ac1c990c70068
80102 Author: Stefan Roese <sr@denx.de>
80103 Date:   Tue Feb 20 10:35:42 2007 +0100
80104
80105     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
80106
80107     Since the existing 4xx SPD SDRAM initialization routines for the
80108     405 SDRAM controller and the 440 DDR controller don't have much in
80109     common this patch splits both drivers into different files.
80110
80111     This is in preparation for the 440 DDR2 controller support (440SP/e).
80112
80113     Signed-off-by: Stefan Roese <sr@denx.de>
80114
80115 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
80116 Author: Stefan Roese <sr@denx.de>
80117 Date:   Tue Feb 20 10:27:08 2007 +0100
80118
80119     [PATCH] PPC4xx: Add support for multiple I2C busses
80120
80121     This patch adds support for multiple I2C busses on the PPC4xx
80122     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
80123     to make use of this feature.
80124
80125     It also merges the 405 and 440 i2c header files into one common
80126     file 4xx_i2c.h.
80127
80128     Also the 4xx i2c reset procedure is reworked since I experienced
80129     some problems with the first access on the 440SPe Katmai board.
80130
80131     Signed-off-by: Stefan Roese <sr@denx.de>
80132
80133 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
80134 Author: Grant Likely <grant.likely@secretlab.ca>
80135 Date:   Tue Feb 20 09:05:45 2007 +0100
80136
80137     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
80138
80139     Block device read/write is anonymous data; there is no need to use a
80140     typed pointer.  void * is fine.  Also add a hook for block_read functions
80141
80142     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80143
80144 commit 53758fa20e935cc87eeb0519ed365df753a6f289
80145 Author: Grant Likely <grant.likely@secretlab.ca>
80146 Date:   Tue Feb 20 09:05:38 2007 +0100
80147
80148     [PATCH 8_9] Add block_write hook to block_dev_desc_t
80149
80150     Preparation for future patches which support block device writing
80151
80152     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80153
80154 commit f4852ebe6ca946a509667eb68be42026f837be76
80155 Author: Grant Likely <grant.likely@secretlab.ca>
80156 Date:   Tue Feb 20 09:05:31 2007 +0100
80157
80158     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
80159
80160     Register read/write does not need to be wrapped in a full function.  The
80161     patch replaces them with macros.
80162
80163     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80164
80165 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
80166 Author: Grant Likely <grant.likely@secretlab.ca>
80167 Date:   Tue Feb 20 09:05:23 2007 +0100
80168
80169     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
80170
80171     The code in this file is not a command; it is a device driver.  Put it in
80172     the correct place.  There are zero functional changes in this patch, it
80173     only moves the file.
80174
80175     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80176
80177 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
80178 Author: Grant Likely <grant.likely@secretlab.ca>
80179 Date:   Tue Feb 20 09:05:16 2007 +0100
80180
80181     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
80182
80183     This patch is in preparation of additional changes to the sysace driver.
80184     May as well take this opportunity to fixup the inconsistent whitespace since
80185     this file is about to undergo major changes anyway.
80186
80187     There are zero functional changes in this patch.  It only cleans up the
80188     the whitespace.
80189
80190     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80191
80192 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
80193 Author: Grant Likely <grant.likely@secretlab.ca>
80194 Date:   Tue Feb 20 09:05:07 2007 +0100
80195
80196     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
80197
80198     isprint is already defined in ctype.c
80199
80200     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80201
80202 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
80203 Author: Grant Likely <grant.likely@secretlab.ca>
80204 Date:   Tue Feb 20 09:05:00 2007 +0100
80205
80206     [PATCH 3_9] Move buffer print code from md command to common function
80207
80208     Printing a buffer is a darn useful thing.  Move the buffer print code
80209     into print_buffer() in lib_generic/
80210
80211     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80212
80213 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
80214 Author: Grant Likely <grant.likely@secretlab.ca>
80215 Date:   Tue Feb 20 09:04:52 2007 +0100
80216
80217     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
80218
80219     Change the xilinx device drivers and board code to include config.h
80220     instead of xparameters.h directly.  config.h always includes the
80221     correct xparameters file.  This change reduces the posibility of
80222     including the wrong file when adding a new xilinx board port
80223
80224     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80225
80226 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
80227 Author: Grant Likely <grant.likely@secretlab.ca>
80228 Date:   Tue Feb 20 09:04:34 2007 +0100
80229
80230     [PATCH 1_4] Merge common get_dev() routines for block devices
80231
80232     Each of the filesystem drivers duplicate the get_dev routine.  This change
80233     merges them into a single function in part.c
80234
80235     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80236
80237 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
80238 Author: Wolfgang Denk <wd@pollux.denx.de>
80239 Date:   Mon Feb 19 23:09:51 2007 +0100
80240
80241     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
80242     as root file system images.
80243
80244 commit 489c696ae7211218961d159e43e722d74c36fcbc
80245 Author: Sergei Poselenov <sposelenov@emcraft.com>
80246 Date:   Wed Feb 14 14:30:28 2007 +0300
80247
80248     MCC200: Extensions to Software Update Mechanism
80249
80250     Update / extend Software Update Mechanism for MCC200 board:
80251
80252     - Add support for rootfs image added. The environment variables
80253       "rootfs_st" and "rootfs_nd" can be used to override the default
80254       values of the image start and end.
80255     - Remove excessive key check code.
80256     - Code cleanup.
80257
80258 commit 4be23a12f23f1372634edc3215137b09768b7949
80259 Author: Stefan Roese <sr@denx.de>
80260 Date:   Mon Feb 19 08:23:15 2007 +0100
80261
80262     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
80263
80264     As spotted by Matthias Fuchs, the READY input should not be
80265     enabled for the NOR FLASH on the Sequoia board.
80266
80267     Signed-off-by: Stefan Roese <sr@denx.de>
80268
80269 commit 2605e90bf676d48123afe5719a846d2b52b24aac
80270 Author: Heiko Schocher <hs@pollux.denx.de>
80271 Date:   Fri Feb 16 07:57:42 2007 +0100
80272
80273     [PATCH] Added support for the jupiter board.
80274
80275     Signed-off-by: Heiko Schocher <hs@denx.de>
80276
80277 commit 497d012e5be0194e1084073d0081eb1a844796b2
80278 Author: Gary Jennejohn <garyj@pollux.denx.de>
80279 Date:   Mon Feb 12 13:11:50 2007 +0100
80280
80281     LPC2292: patch from Siemens.
80282
80283 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
80284 Author: Stefan Roese <sr@denx.de>
80285 Date:   Sat Feb 10 08:49:31 2007 +0100
80286
80287     [PATCH] Add missing p3mx.h file to repository (ups)
80288
80289     Signed-off-by: Stefan Roese <sr@denx.de>
80290
80291 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
80292 Author: Bartlomiej Sieka <tur@semihalf.com>
80293 Date:   Fri Feb 9 10:45:42 2007 +0100
80294
80295     [Motion-PRO] Preliminary support for the Motion-PRO board.
80296
80297 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
80298 Author: Stefan Roese <sr@denx.de>
80299 Date:   Wed Feb 7 16:51:08 2007 +0100
80300
80301     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
80302
80303     Some boards that can have more than 768MBytes of SDRAM need to
80304     set "initrd_high", so that the initrd can be accessed by the
80305     Linux kernel.
80306
80307     Signed-off-by: Stefan Roese <sr@denx.de>
80308
80309 commit 7372ca68227930d03cffa548310524cad5b96733
80310 Author: Stefan Roese <sr@denx.de>
80311 Date:   Fri Feb 2 12:44:22 2007 +0100
80312
80313     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
80314
80315     Previously the strapping DCR/SDR was read to determine if the internal PCI
80316     arbiter is enabled or not. This strapping bit can be overridden, so now
80317     the current status is read from the correct DCR/SDR register.
80318
80319     Signed-off-by: Stefan Roese <sr@denx.de>
80320
80321 commit 2aa54f651a42d198673318f07a20c89a43e4d197
80322 Author: Stefan Roese <sr@denx.de>
80323 Date:   Fri Feb 2 12:42:08 2007 +0100
80324
80325     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
80326
80327     Signed-off-by: Stefan Roese <sr@denx.de>
80328
80329 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
80330 Author: Stefan Roese <sr@denx.de>
80331 Date:   Thu Feb 1 13:22:41 2007 +0100
80332
80333     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
80334
80335     When PCI PNP is enabled the pci pnp configuration routine is called
80336     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
80337     problems with some PCI cards. For now disable the PCI PNP configuration.
80338
80339     Signed-off-by: Stefan Roese <sr@denx.de>
80340
80341 commit 2902fadade3be7659467e8d074048c6b7068f5c0
80342 Author: Stefan Roese <sr@denx.de>
80343 Date:   Wed Jan 31 16:56:10 2007 +0100
80344
80345     [PATCH] Update 440EPx/440GRx cpu detection
80346
80347     Signed-off-by: Stefan Roese <sr@denx.de>
80348
80349 commit d5ea287b02a6945c3977410e364a879dd1a555c8
80350 Author: Stefan Roese <sr@denx.de>
80351 Date:   Wed Jan 31 16:38:04 2007 +0100
80352
80353     [PATCH] Update esd cpci5200 files
80354
80355     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
80356
80357 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
80358 Author: Stefan Roese <sr@denx.de>
80359 Date:   Wed Jan 31 16:37:34 2007 +0100
80360
80361     [PATCH] Add support for esd mecp5200 board
80362
80363     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
80364
80365 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
80366 Author: Stefan Roese <sr@denx.de>
80367 Date:   Wed Jan 31 12:38:50 2007 +0100
80368
80369     [PATCH] Remove unneccessary yellowstone board config file
80370
80371     Signed-off-by: Stefan Roese <sr@denx.de>
80372
80373 commit e802594b6fa1b166308820c276b96dc0d7cc731c
80374 Author: Stefan Roese <sr@denx.de>
80375 Date:   Tue Jan 30 17:06:10 2007 +0100
80376
80377     [PATCH] Update Sequoia (440EPx) config file
80378
80379     The config file now handles the 2nd target, the Rainier (440GRx)
80380     evaluation board better. Additionally the PPC input clock was
80381     adjusted to match the correct value of 33.0 MHz.
80382
80383     Signed-off-by: Stefan Roese <sr@denx.de>
80384
80385 commit 700200c67e73b83751418abe7815840dca8fd6cb
80386 Author: Stefan Roese <sr@denx.de>
80387 Date:   Tue Jan 30 17:04:19 2007 +0100
80388
80389     [PATCH] Merge Yosemite & Yellowstone board ports
80390
80391     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
80392     share one config file and all board specific files. This way we
80393     don't have to maintain two different sets of files for nearly
80394     identical boards.
80395
80396     Signed-off-by: Stefan Roese <sr@denx.de>
80397
80398 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
80399 Author: Stefan Roese <sr@denx.de>
80400 Date:   Tue Jan 30 15:01:49 2007 +0100
80401
80402     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
80403
80404     SCPU doesn't use redundant environment in flash.
80405
80406     Signed-off-by: Stefan Roese <sr@denx.de>
80407
80408 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
80409 Author: Stefan Roese <sr@denx.de>
80410 Date:   Tue Jan 30 12:51:07 2007 +0100
80411
80412     [PATCH] alpr: Update alpr board config file
80413
80414     Signed-off-by: Stefan Roese <sr@denx.de>
80415
80416 commit f8db84f132b1e335f20f96138a1f09ed97b08664
80417 Author: Wolfgang Denk <wd@pollux.denx.de>
80418 Date:   Tue Jan 30 00:50:40 2007 +0100
80419
80420     LPC2292 SODIMM port coding style cleanup.
80421
80422 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
80423 Author: Gary Jennejohn <garyj@pollux.denx.de>
80424 Date:   Wed Jan 24 12:16:56 2007 +0100
80425
80426     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
80427
80428 commit 2daf046ba627f85f44195815778140039636244e
80429 Author: Bartlomiej Sieka <tur@semihalf.com>
80430 Date:   Tue Jan 23 17:22:06 2007 +0100
80431
80432     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
80433
80434 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
80435 Author: Bartlomiej Sieka <tur@semihalf.com>
80436 Date:   Tue Jan 23 14:21:14 2007 +0100
80437
80438     [iDMR] Flash driver on initialisation write-protects some sectors,
80439     currently sectors 0-3. Sector 3 does not need to be protected, though
80440     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
80441     fixes this, i.e., only sectors 0-2 are protected.
80442
80443 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
80444 Author: Bartlomiej Sieka <tur@semihalf.com>
80445 Date:   Tue Jan 23 14:11:22 2007 +0100
80446
80447     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
80448     "mii device" results in "Unexpected exception"). Fixing this properly
80449     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
80450     this commit disables MII commads for now.
80451
80452 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
80453 Author: Bartlomiej Sieka <tur@semihalf.com>
80454 Date:   Tue Jan 23 13:25:22 2007 +0100
80455
80456     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
80457     Identification Register (CIR).
80458
80459 commit fdef388758506765d4d6a7155c8f1584c63ff581
80460 Author: roy zang <tie-fei.zang@freescale.com>
80461 Date:   Mon Jan 22 13:19:21 2007 +0800
80462
80463     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
80464     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
80465     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
80466     mpc7448hpc2 board.
80467
80468 commit a4012396645533aef218354eeba754dff0deace8
80469 Author: Wolfgang Denk <wd@pollux.denx.de>
80470 Date:   Fri Jan 19 23:08:39 2007 +0100
80471
80472     Minor code cleanup.
80473
80474 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
80475 Author: Heiko Schocher <hs@pollux.denx.de>
80476 Date:   Fri Jan 19 19:57:10 2007 +0100
80477
80478     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
80479
80480     Signed-off-by: Heiko Schocher <hs@denx.de>
80481
80482 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
80483 Author: Heiko Schocher <hs@pollux.denx.de>
80484 Date:   Fri Jan 19 18:05:26 2007 +0100
80485
80486     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
80487                  if you must swap the bytes between reading/writing.
80488                  (Needed for the SC3 board)
80489
80490     Signed-off-by: Heiko Schocher <hs@denx.de>
80491
80492 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
80493 Author: Stefan Roese <sr@denx.de>
80494 Date:   Thu Jan 18 16:05:47 2007 +0100
80495
80496     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
80497
80498     Signed-off-by: Stefan Roese <sr@denx.de>
80499
80500 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
80501 Author: Stefan Roese <sr@denx.de>
80502 Date:   Thu Jan 18 11:54:52 2007 +0100
80503
80504     [PATCH] Update Prodrive P3Mx support
80505
80506     Signed-off-by: Stefan Roese <sr@denx.de>
80507
80508 commit 34167a36c29ee946b727465db5c014746a08e978
80509 Author: Stefan Roese <sr@denx.de>
80510 Date:   Thu Jan 18 11:48:10 2007 +0100
80511
80512     [PATCH] Add missing Taishan config file
80513
80514     Signed-off-by: Stefan Roese <sr@denx.de>
80515
80516 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
80517 Author: Heiko Schocher <hs@pollux.denx.de>
80518 Date:   Thu Jan 18 11:28:51 2007 +0100
80519
80520     [PATCH] Fix: Compilerwarnings for SC3 board.
80521                  The EBC Configuration Register is now by CFG_EBC_CFG definable
80522                  Added JFFS2 support for the SC3 board.
80523
80524     Signed-off-by: Heiko Schocher <hs@denx.de>
80525
80526 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
80527 Author: Stefan Roese <sr@denx.de>
80528 Date:   Thu Jan 18 10:25:34 2007 +0100
80529
80530     [PATCH] Add support for AMCC Taishan PPC440GX eval board
80531
80532     Signed-off-by: Stefan Roese <sr@denx.de>
80533
80534 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
80535 Author: Wolfgang Denk <wd@pollux.denx.de>
80536 Date:   Tue Jan 16 18:30:50 2007 +0100
80537
80538     Raname solidcard3 into sc3; add redundant env for sc3
80539
80540 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
80541 Author: Wolfgang Denk <wd@pollux.denx.de>
80542 Date:   Tue Jan 16 12:46:35 2007 +0100
80543
80544     Update default environment for Solidcard3
80545
80546 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
80547 Author: Stefan Roese <sr@denx.de>
80548 Date:   Mon Jan 15 09:46:29 2007 +0100
80549
80550     [PATCH] Fix 440SPe rev B detection from previous patch
80551
80552     Signed-off-by: Stefan Roese <sr@denx.de>
80553
80554 commit a443d31410c571ee8f970da819a44d698fdd6b1f
80555 Author: Heiko Schocher <hs@pollux.denx.de>
80556 Date:   Sun Jan 14 13:35:31 2007 +0100
80557
80558         [FIX] correct I2C Writes for the LM81 Sensor.
80559
80560         Signed-off-by: Heiko Schocher <hs@denx.de>
80561
80562 commit 0bba5452835f19a61204edcda3a58112fd8e2208
80563 Author: Wolfgang Denk <wd@pollux.denx.de>
80564 Date:   Sat Jan 13 11:17:10 2007 +0100
80565
80566     Undo commit 3033ebb2: reset command does not take any arguments
80567
80568     Haiying Wang's modification to the reset command was broken, undo it.
80569
80570     Signed-off-by: Wolfgang Denk <wd@denx.de>
80571
80572 commit 95981778cff0038fd9941044d6a3eda810e33258
80573 Author: Stefan Roese <sr@denx.de>
80574 Date:   Sat Jan 13 08:01:03 2007 +0100
80575
80576     [PATCH] Update 440SP(e) cpu revisions
80577
80578     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
80579
80580     Signed-off-by: Stefan Roese <sr@denx.de>
80581
80582 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
80583 Author: Stefan Roese <sr@denx.de>
80584 Date:   Sat Jan 13 07:59:56 2007 +0100
80585
80586     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
80587
80588     Now the board revision and the current PCI bus speed are printed after
80589     the board message.
80590
80591     Also the EBC initialising is now done via defines in the board config
80592     file.
80593
80594     Signed-off-by: Stefan Roese <sr@denx.de>
80595
80596 commit 36adff362c2c0141ff8a810d42a7e478f779130f
80597 Author: Stefan Roese <sr@denx.de>
80598 Date:   Sat Jan 13 07:59:19 2007 +0100
80599
80600     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
80601
80602     Now the board revision and the current PCI bus speed are printed after
80603     the board message.
80604
80605     Also the EBC initialising is now done via defines in the board config
80606     file.
80607
80608     Signed-off-by: Stefan Roese <sr@denx.de>
80609
80610 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
80611 Author: Stefan Roese <sr@denx.de>
80612 Date:   Sat Jan 13 07:57:51 2007 +0100
80613
80614     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
80615
80616     Now the board revision and the current PCI bus speed are printed after
80617     the board message.
80618
80619     Signed-off-by: Stefan Roese <sr@denx.de>
80620
80621 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
80622 Author: Heiko Schocher <hs@pollux.denx.de>
80623 Date:   Thu Jan 11 15:44:44 2007 +0100
80624
80625         Added support for the SOLIDCARD III board from Eurodesign
80626
80627         Signed-off-by: Heiko Schocher <hs@denx.de>
80628
80629 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
80630 Author: Reinhard Thies <Reinhard.Thies@web.de>
80631 Date:   Wed Jan 10 14:41:14 2007 +0100
80632
80633     Adjusted default environment for cam5200 board.
80634
80635 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
80636 Author: Wolfgang Denk <wd@pollux.denx.de>
80637 Date:   Wed Jan 10 15:35:52 2007 +0100
80638
80639     Update CHANGELOG
80640
80641 commit 787fa15860a57833e50bd30555079a9cd4e519b8
80642 Author: Wolfgang Denk <wd@pollux.denx.de>
80643 Date:   Wed Jan 10 01:28:39 2007 +0100
80644
80645     Fix auto_update for MCC200 board.
80646
80647     The invocation of do_auto_update() is moved to the end of the
80648     misc_init_r() function, after the flash mappings have been
80649     initialized. Please find attached a patch that implements that
80650     change.
80651
80652     Also correct the decoding of the keypad status. With this update, the
80653     key that will trigger the update is Column 2, Row 2.
80654
80655 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
80656 Author: Marian Balakowicz <m8@semihalf.com>
80657 Date:   Wed Jan 10 00:26:15 2007 +0100
80658
80659     CAM5200 flash driver modifications:
80660     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
80661     - add second build target 'cam5200_niosflash' which still uses custom driver
80662
80663 commit 67fea022fa957f59653b5238c7496f80a6b70432
80664 Author: Markus Klotzbuecher <mk@denx.de>
80665 Date:   Tue Jan 9 16:02:48 2007 +0100
80666
80667     SPC1920: cleanup memory contoller setup
80668
80669 commit 8fc2102faa23593c80381437c09f7745a14deb40
80670 Author: Markus Klotzbuecher <mk@denx.de>
80671 Date:   Tue Jan 9 14:57:14 2007 +0100
80672
80673     Fix the cpu speed setup to work with all boards.
80674
80675 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
80676 Author: Markus Klotzbuecher <mk@denx.de>
80677 Date:   Tue Jan 9 14:57:13 2007 +0100
80678
80679     SPC1920: add support for the FM18L08 Ramtron FRAM
80680
80681 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
80682 Author: Markus Klotzbuecher <mk@denx.de>
80683 Date:   Tue Jan 9 14:57:13 2007 +0100
80684
80685     SPC1920: update the HPI register addresses to work with the second
80686     generation of hardware
80687
80688 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
80689 Author: Markus Klotzbuecher <mk@creamnet.de>
80690 Date:   Tue Jan 9 14:57:13 2007 +0100
80691
80692     Miscellanious spc1920 related cleanups
80693
80694 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
80695 Author: Markus Klotzbuecher <mk@denx.de>
80696 Date:   Tue Jan 9 14:57:12 2007 +0100
80697
80698     SPC1920 GO/NOGO led should be set to color red in U-Boot
80699
80700 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
80701 Author: Markus Klotzbuecher <mk@creamnet.de>
80702 Date:   Tue Jan 9 14:57:12 2007 +0100
80703
80704     Add support for the DS3231 RTC
80705
80706 commit 8139567b60d678584b05f0718a681f2047c5e14f
80707 Author: Markus Klotzbuecher <mk@creamnet.de>
80708 Date:   Tue Jan 9 14:57:11 2007 +0100
80709
80710     SMC1 uses external CLK4 instead of BRG on spc1920
80711
80712 commit d8d9de1a02fbd880b613d607143d1f57342affc7
80713 Author: Markus Klotzbuecher <mk@creamnet.de>
80714 Date:   Tue Jan 9 14:57:10 2007 +0100
80715
80716     Update the SPC1920 CMB PLD driver
80717
80718 commit 3f34f869162750e5e999fd140f884f5de952bcfe
80719 Author: Markus Klotzbuecher <mk@creamnet.de>
80720 Date:   Tue Jan 9 14:57:10 2007 +0100
80721
80722     Add / enable I2C support on the spc1920 board
80723
80724 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
80725 Author: Markus Klotzbuecher <mk@creamnet.de>
80726 Date:   Tue Jan 9 14:57:10 2007 +0100
80727
80728     Add support for the tms320671x host port interface (HPI)
80729
80730 commit f4eb54529bb3664c3a562e488b460fe075f79d67
80731 Author: Wolfgang Denk <wd@pollux.denx.de>
80732 Date:   Sun Jan 7 00:13:11 2007 +0100
80733
80734     Prepare for release 1.2.0
80735
80736 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
80737 Author: Stefan Roese <sr@denx.de>
80738 Date:   Sat Jan 6 15:58:09 2007 +0100
80739
80740     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
80741
80742     This patch fixes a problem with an incorrect setup for the refresh
80743     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
80744
80745     Signed-off-by: Stefan Roese <sr@denx.de>
80746
80747 commit f16c1da9577f06c5fc08651a4065537407de4635
80748 Author: Stefan Roese <sr@denx.de>
80749 Date:   Sat Jan 6 15:56:13 2007 +0100
80750
80751     [PATCH] Update ALPR board files
80752
80753     This update brings the ALPR board support to the newest version.
80754     It also fixes a problem with the NAND driver.
80755
80756     Signed-off-by: Stefan Roese <sr@denx.de>
80757
80758 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
80759 Author: Stefan Roese <sr@denx.de>
80760 Date:   Fri Jan 5 11:46:05 2007 +0100
80761
80762     [PATCH] nand: Fix problem with oobsize calculation
80763
80764     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
80765
80766     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
80767     returns a 0x15. In the code fragment below bits [1:0] determine the
80768     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
80769     next field is also ANDed with 0x3. However this is a one bit field
80770     as defined in the Hynix and Samsung parts in the 4th ID byte that
80771     determins the oobsize, not a two bit field. It works on Samsung as
80772     bits[3:2] are 01. However for the Hynix there is a 11 in these two
80773     bits, so the oob size gets messed up.
80774
80775     I checked the correct linux code and the suggested fix from Brian is
80776     also available in the linux nand mtd driver.
80777
80778     Signed-off-by: Stefan Roese <sr@denx.de>
80779
80780 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
80781 Author: Stefan Roese <sr@denx.de>
80782 Date:   Fri Jan 5 10:40:36 2007 +0100
80783
80784     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
80785
80786     This fix will make the MAL burst disabling patch for the Linux
80787     EMAC driver obsolete.
80788
80789     Signed-off-by: Stefan Roese <sr@denx.de>
80790
80791 commit 023889838282b6237b401664f22dd22dfba2c066
80792 Author: Stefan Roese <sr@denx.de>
80793 Date:   Fri Jan 5 10:38:05 2007 +0100
80794
80795     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
80796
80797     This code will optimize the DDR2 controller setup on a board specific
80798     basis.
80799
80800     Note: This code doesn't work right now on the NAND booting image for the
80801     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
80802
80803     Signed-off-by: Stefan Roese <sr@denx.de>
80804
80805 commit cce4acbb68398634b8d011ed7bb0d12269c84230
80806 Author: Bartlomiej Sieka <tur@semihalf.com>
80807 Date:   Thu Dec 28 19:08:21 2006 +0100
80808
80809     Few V38B changes:
80810       - fix a typo in V38B config file
80811       - move watchdog initialisation earlier in the boot process
80812       - add "wdt=off" to default kernel command line (disables kernel watchdog)
80813
80814 commit 92eb729bad876725aeea908d2addba0800620840
80815 Author: Wolfgang Denk <wd@pollux.denx.de>
80816 Date:   Wed Dec 27 01:26:13 2006 +0100
80817
80818     Fix bug in adaption of Stefano Babic's CFI driver patch.
80819
80820 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
80821 Author: Wolfgang Denk <wd@pollux.denx.de>
80822 Date:   Sun Dec 24 01:42:57 2006 +0100
80823
80824     Minor code cleanup.
80825
80826 commit d784fdb05900ada3686d5778783e1fb328e9fb66
80827 Author: Stefano Babic <sbabic@denx.de>
80828 Date:   Tue Dec 12 00:22:42 2006 +0100
80829
80830     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
80831
80832 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
80833 Author: Stefan Roese <sr@denx.de>
80834 Date:   Fri Dec 22 14:29:40 2006 +0100
80835
80836     [PATCH] Fix sequoia flash autodetection (finally correct)
80837
80838     Now 32MByte and 64MByte FLASH is know to work and other
80839     configurations should work too.
80840
80841     Signed-off-by: Stefan Roese <sr@denx.de>
80842
80843 commit 82e5236a8b719543643fd26d5827938ab2b94818
80844 Author: Wolfgang Denk <wd@pollux.denx.de>
80845 Date:   Fri Dec 22 10:30:26 2006 +0100
80846
80847     Minor code cleanup; update CHANGELOG.
80848
80849 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
80850 Author: Heiko Schocher <hs@pollux.denx.de>
80851 Date:   Thu Dec 21 17:17:02 2006 +0100
80852
80853     Added support for the TQM8272 board from TQ
80854
80855     Signed-off-by: Heiko Schocher <hs@denx.de>
80856
80857 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
80858 Author: Heiko Schocher <hs@pollux.denx.de>
80859 Date:   Thu Dec 21 16:14:48 2006 +0100
80860
80861     [PATCH] Add support for the UC101 board from MAN.
80862
80863     Signed-off-by: Heiko Schocher <hs@denx.de>
80864
80865 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
80866 Author: Bartlomiej Sieka <tur@semihalf.com>
80867 Date:   Wed Dec 20 00:29:43 2006 +0100
80868
80869     Fix to make the baudrate changes immediate for the MCF52x2 family.
80870
80871 commit daa6e418bcc0c717752e8de939c213c790286096
80872 Author: Bartlomiej Sieka <tur@semihalf.com>
80873 Date:   Wed Dec 20 00:27:32 2006 +0100
80874
80875     Preliminary support for the iDMR board (ColdFire).
80876
80877 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
80878 Author: Andrei Safronov <safronov@pollux.denx.de>
80879 Date:   Fri Dec 8 16:23:08 2006 +0100
80880
80881     automatic update mechanism
80882
80883 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
80884 Author: roy zang <tie-fei.zang@freescale.com>
80885 Date:   Mon Dec 4 17:56:59 2006 +0800
80886
80887     Slight code clean up.
80888     Add comments, delete duplicate define and remove spaces.
80889     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
80890
80891 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
80892 Author: roy zang <tie-fei.zang@freescale.com>
80893 Date:   Mon Dec 4 17:54:21 2006 +0800
80894
80895     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
80896     multiplier table can not refect the real PLL clock behavior of these
80897     processors. Please refer to the hardware specification for detailed
80898     information of the corresponding processors.
80899     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
80900
80901 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
80902 Author: roy zang <tie-fei.zang@freescale.com>
80903 Date:   Mon Dec 4 14:46:23 2006 +0800
80904
80905     Remove the static MAC address, ip address, server ip, netmask and
80906     gateway ip for network setting.
80907     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
80908
80909 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
80910 Author: roy zang <tie-fei.zang@freescale.com>
80911 Date:   Mon Dec 4 14:33:08 2006 +0800
80912
80913     Remove the duplicate memory test code for mpc744ihpc2 board.
80914     If a memory test is needed, please use the functions in
80915     post/memory.c or memtest command.
80916     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
80917
80918 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
80919 Author: roy zang <tie-fei.zang@freescale.com>
80920 Date:   Fri Dec 1 19:01:25 2006 +0800
80921
80922     Fix the exception occuring in RAM table search issue.
80923     The original search_one_table() function code can only processes the search
80924     for the exception occurring in FLASH/ROM, because the exception and fixup
80925     table usually locate in FLASH. If the exception address is also in
80926     FLASH, it will be OK.
80927     If the exception occurs in RAM, after the u-boot relocation, a
80928     relocation offset should be added.
80929
80930     clean up the code in cpu/74xx_7xx/cpu.c
80931
80932     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
80933
80934 commit ee311214e0d216f904feea269599d0934bf71f23
80935 Author: roy zang <tie-fei.zang@freescale.com>
80936 Date:   Fri Dec 1 11:47:36 2006 +0800
80937
80938     Clean up the code according to codestyle:
80939     (1) remove some C++ comments.
80940     (2) remove trailing white space.
80941     (3) remove trailing empty line.
80942     (4) Indentation by table.
80943     (5) remove {} in one line condition.
80944     (6) add space before '(' in function call.
80945     Remove some weird printf () output.
80946     Add necessary comments.
80947     Modified Makefile to support building in a separate directory.
80948
80949 commit dd520bf314c7add4183c5191692180f576f96b60
80950 Author: Wolfgang Denk <wd@pollux.denx.de>
80951 Date:   Thu Nov 30 18:02:20 2006 +0100
80952
80953     Code cleanup.
80954
80955 commit 8d9a8610b8256331132227e9e6585c6bd5742787
80956 Author: Wolfgang Denk <wd@pollux.denx.de>
80957 Date:   Thu Nov 30 01:54:07 2006 +0100
80958
80959     Code cleanup. Update CHANGELOG.
80960
80961 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
80962 Author: Grant Likely <grant.likely@secretlab.ca>
80963 Date:   Wed Nov 29 16:23:42 2006 +0100
80964
80965     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
80966
80967     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
80968     not the XLB frequency.
80969
80970     This patch depends on the previous patches for MPC52xx device tree support
80971
80972     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80973     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
80974
80975 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
80976 Author: Stefan Roese <sr@denx.de>
80977 Date:   Wed Nov 29 15:42:37 2006 +0100
80978
80979     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
80980
80981     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
80982     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
80983     quite similar and share the same board directory "prodrive/p3mx"
80984     and the same config file "p3mx.h".
80985
80986     Signed-off-by: Stefan Roese <sr@denx.de>
80987
80988 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
80989 Author: Stefan Roese <sr@denx.de>
80990 Date:   Wed Nov 29 12:53:15 2006 +0100
80991
80992     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
80993
80994     In the bootvx command the load address was only read from the env
80995     variable "loadaddr" and not optionally passed as paramter as described
80996     in the help. This is fixed with this patch. The behaviour is now the
80997     same as in the bootelf command.
80998
80999     Signed-off-by: Stefan Roese <sr@denx.de>
81000
81001 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
81002 Author: Stefan Roese <sr@denx.de>
81003 Date:   Wed Nov 29 12:03:57 2006 +0100
81004
81005     [PATCH] include/ppc440.h minor error affecting interrupts
81006
81007     Fixed include/ppc440.c for UIC address Bug
81008
81009     Corrects bug affecting the addresses for the universal interrupt
81010     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
81011
81012     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
81013     Signed-off-by: Stefan Roese <sr@denx.de>
81014
81015 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
81016 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
81017 Date:   Tue Nov 28 16:17:27 2006 -0600
81018
81019     Make fsl-i2c not conflict with SOFT I2C
81020
81021     Signed-off-by: Timur Tabi <timur@freescale.com>
81022
81023 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
81024 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
81025 Date:   Tue Nov 28 16:17:18 2006 -0600
81026
81027     Fix I2C master address initialization.
81028
81029     Signed-off-by: Timur Tabi <timur@freescale.com>
81030
81031 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
81032 Author: Kim Phillips <kim.phillips@freescale.com>
81033 Date:   Tue Nov 28 23:31:19 2006 -0600
81034
81035     Assign maintainers for mpc8349emds and mpc8360emds
81036
81037     Dave for mpc8360emds, and me for mpc8349emds.
81038
81039 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
81040 Author: Kim Phillips <kim.phillips@freescale.com>
81041 Date:   Tue Nov 28 23:28:33 2006 -0600
81042
81043     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
81044
81045     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
81046     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
81047
81048 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
81049 Author: Timur Tabi <timur@freescale.com>
81050 Date:   Tue Nov 28 12:09:35 2006 -0600
81051
81052     mpc83xx: Miscellaneous code style fixes
81053
81054     Implement various code style fixes and similar changes.
81055
81056     Signed-off-by: Timur Tabi <timur@freescale.com>
81057
81058 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
81059 Author: Stefan Roese <sr@denx.de>
81060 Date:   Tue Nov 28 17:55:49 2006 +0100
81061
81062     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
81063
81064     This patch adds the code and configuration necessary to boot with an
81065     arch/powerpc Linux kernel.
81066
81067     Signed-off-by: Grant Likely <grant.likely@gmail.com>
81068     Acked-by: Jon Loeliger <jdl@freescale.com>
81069
81070 commit e732faec95a83cb468b4850ae807c8301dde8f6a
81071 Author: Stefan Roese <sr@denx.de>
81072 Date:   Tue Nov 28 16:09:24 2006 +0100
81073
81074     [PATCH] PPC4xx: 440SP Rev. C detection added
81075
81076     Signed-off-by: Stefan Roese <sr@denx.de>
81077
81078 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
81079 Author: Stefan Roese <sr@denx.de>
81080 Date:   Tue Nov 28 11:04:45 2006 +0100
81081
81082     [PATCH] nand: Fix patch merge problem
81083
81084     Signed-off-by: Stefan Roese <sr@denx.de>
81085
81086 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
81087 Author: Stefan Roese <sr@denx.de>
81088 Date:   Tue Nov 28 11:04:45 2006 +0100
81089
81090     [PATCH] nand: Fix patch merge problem
81091
81092     Signed-off-by: Stefan Roese <sr@denx.de>
81093
81094 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
81095 Author: Wolfgang Denk <wd@pollux.denx.de>
81096 Date:   Mon Nov 27 22:53:53 2006 +0100
81097
81098     Update CHANGELOG
81099
81100 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
81101 Author: Stefan Roese <sr@denx.de>
81102 Date:   Mon Nov 27 17:43:25 2006 +0100
81103
81104     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
81105
81106     Patch below corrects the setting of the zmiifer register, it was
81107     overwritting the register rather than ORing the settings.
81108
81109     Signed-off-by: Neil Wilson <NWilson@airspan.com>
81110     Signed-off-by: Stefan Roese <sr@denx.de>
81111
81112 commit d1a72545296800b7e219f93104ad5836f0003d66
81113 Author: Stefan Roese <sr@denx.de>
81114 Date:   Mon Nov 27 17:34:10 2006 +0100
81115
81116     [PATCH] Select NAND embedded environment from board configuration
81117
81118     The current NAND Bootloader setup forces the environment
81119     variables to be in line with the bootloader. This change
81120     enables the configuration to be made in the board include
81121     file instead so that it can be individually enabled.
81122
81123     Signed-off-by: Nick Spence <nick.spence@freescale.com>
81124     Signed-off-by: Stefan Roese <sr@denx.de>
81125
81126 commit 15784862857c3c2214498defcfed84ff137fb81e
81127 Author: Stefan Roese <sr@denx.de>
81128 Date:   Mon Nov 27 17:22:19 2006 +0100
81129
81130     [PATCH] nand_wait() timeout fixes
81131
81132     Two fixes for the nand_wait() function in
81133     drivers/nand/nand_base.c:
81134
81135     1. Use correct timeouts. The original timeouts in Linux
81136     source are 400ms and 20ms not 40s and 20s
81137
81138     2. Return correct error value in case of timeout. 0 is
81139     interpreted as OK.
81140
81141     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
81142     Signed-off-by: Stefan Roese <sr@denx.de>
81143
81144 commit da5553b095bf04f4f109ad7e565dae3aba47b230
81145 Author: Stefan Roese <sr@denx.de>
81146 Date:   Mon Nov 27 17:04:06 2006 +0100
81147
81148     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
81149
81150     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
81151     arguments to bootm.  It removes the getenv("disable_of") test that used
81152     to be used for this purpose.
81153
81154     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
81155     Acked-by: Jon Loeliger <jdl@freescale.com>
81156
81157 commit a9398e018593782c5fa7d0741955fc1256b34c1e
81158 Author: Wolfgang Denk <wd@pollux.denx.de>
81159 Date:   Mon Nov 27 15:32:42 2006 +0100
81160
81161     Minor code cleanup. Update CHANGELOG.
81162
81163 commit 1729b92cde575476684bffe819d0b7791b57bff2
81164 Author: Stefan Roese <sr@denx.de>
81165 Date:   Mon Nov 27 14:52:04 2006 +0100
81166
81167     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
81168
81169     Signed-off-by: Stefan Roese <sr@denx.de>
81170
81171 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
81172 Author: Stefan Roese <sr@denx.de>
81173 Date:   Mon Nov 27 14:49:51 2006 +0100
81174
81175     [PATCH] alpr: remove unused board specific flash driver
81176
81177     Signed-off-by: Stefan Roese <sr@denx.de>
81178
81179 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
81180 Author: Stefan Roese <sr@denx.de>
81181 Date:   Mon Nov 27 14:48:41 2006 +0100
81182
81183     [PATCH] 4xx: Fix problem with board specific reset code
81184
81185     Signed-off-by: Stefan Roese <sr@denx.de>
81186
81187 commit ec0c2ec725aec9524a177a77ce75559e644a931a
81188 Author: Stefan Roese <sr@denx.de>
81189 Date:   Mon Nov 27 14:46:06 2006 +0100
81190
81191     [PATCH] Remove testing 4xx enet PHY setup
81192
81193     Signed-off-by: Stefan Roese <sr@denx.de>
81194
81195 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
81196 Author: Stefan Roese <sr@denx.de>
81197 Date:   Mon Nov 27 14:12:17 2006 +0100
81198
81199     [PATCH] Update Prodrive ALPR board support (440GX)
81200
81201     Signed-off-by: Stefan Roese <sr@denx.de>
81202
81203 commit 58b485776698c3d71ec5a215e392123b4c15afa3
81204 Author: Markus Klotzbuecher <mk@denx.de>
81205 Date:   Mon Nov 27 11:51:21 2006 +0100
81206
81207     Add a small README with information on the generic ohci driver.
81208
81209 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
81210 Author: Markus Klotzbuecher <mk@denx.de>
81211 Date:   Mon Nov 27 11:46:46 2006 +0100
81212
81213     Fix some endianness issues related to the generic ohci driver
81214
81215 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
81216 Author: Markus Klotzbuecher <mk@denx.de>
81217 Date:   Mon Nov 27 11:44:58 2006 +0100
81218
81219     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
81220     to choose between the old and the generic OHCI drivers.
81221
81222 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
81223 Author: Markus Klotzbuecher <mk@denx.de>
81224 Date:   Mon Nov 27 11:43:09 2006 +0100
81225
81226     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
81227     and adapted board configs TQM5200 and yosemite accordingly. This commit
81228     also makes the maximum number of root hub ports configurable
81229     (CFG_USB_OHCI_MAX_ROOT_PORTS).
81230
81231 commit 78d620ebb5871d252270dedfad60c6568993b780
81232 Author: Wolfgang Denk <wd@atlas.denx.de>
81233 Date:   Thu Nov 23 22:58:58 2006 +0100
81234
81235     Updates for TQM5200 modules:
81236     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
81237     - simplify "udate" definitions
81238
81239 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
81240 Author: Stefan Roese <sr@denx.de>
81241 Date:   Wed Nov 22 13:20:50 2006 +0100
81242
81243     [PATCH] PPC4xx start.S: Fix for processor errata
81244
81245     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
81246     errata 1.12: 440_33 by moving patch up in code.
81247
81248     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
81249     Signed-off-by: Stefan Roese <sr@denx.de>
81250
81251 commit 4ef6251403f637841000e0fef9e832aa01339822
81252 Author: Stefan Roese <sr@denx.de>
81253 Date:   Mon Nov 20 20:39:52 2006 +0100
81254
81255     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
81256
81257     Signed-off-by: Stefan Roese <sr@denx.de>
81258
81259 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
81260 Author: Wolfgang Denk <wd@pollux.denx.de>
81261 Date:   Mon Nov 20 10:28:30 2006 +0100
81262
81263     Update CHANGELOG
81264
81265 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
81266 Author: Stefan Roese <sr@denx.de>
81267 Date:   Mon Nov 13 13:55:24 2006 +0100
81268
81269     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
81270
81271        * Adds support for AMD command set Top Boot flash geometry reversal
81272        * Adds support for reading JEDEC Manufacturer ID and Device ID
81273        * Adds support for displaying command set, manufacturer id and
81274          device ids (flinfo)
81275        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
81276        * Removes outdated change history (refer to git log instead)
81277
81278     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
81279     Signed-off-by: Stefan Roese <sr@denx.de>
81280
81281 commit b21b511d4c50408f4853f46f06b601272196223f
81282 Author: Wolfgang Denk <wd@pollux.denx.de>
81283 Date:   Sun Nov 12 21:13:23 2006 +0100
81284
81285     Update CHANGELOG
81286
81287 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
81288 Author: Bartlomiej Sieka <tur@semihalf.com>
81289 Date:   Sat Nov 11 22:48:22 2006 +0100
81290
81291     Disable the watchdog in the default config for the V38B board.
81292
81293 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
81294 Author: Bartlomiej Sieka <tur@semihalf.com>
81295 Date:   Sat Nov 11 22:43:00 2006 +0100
81296
81297     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
81298     group is enabled for USB earlier (in cpu_init_f() instead of
81299     usb_lowlevel_init()).
81300
81301 commit 91650b3e4de688038d4f71279c44858e3e2c6870
81302 Author: Wolfgang Denk <wd@pollux.denx.de>
81303 Date:   Mon Nov 6 17:06:36 2006 +0100
81304
81305     Sequential accesses to non-existent memory must be synchronized,
81306     at least on G2 cores.
81307
81308     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
81309
81310 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
81311 Author: Timur Tabi <timur@freescale.com>
81312 Date:   Fri Nov 3 19:15:00 2006 -0600
81313
81314     mpc83xx: Update 83xx to use fsl_i2c.c
81315
81316     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
81317     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
81318     Added multiple I2C bus support to fsl_i2c.c.
81319
81320     Signed-off-by: Timur Tabi <timur@freescale.com>
81321
81322 commit d239d74b1c937984bc519083a8e7de373a390f06
81323 Author: Timur Tabi <timur@freescale.com>
81324 Date:   Fri Nov 3 12:00:28 2006 -0600
81325
81326     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
81327
81328     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
81329     tree matches the other 8xxx trees.
81330
81331     Signed-off-by: Timur Tabi <timur@freescale.com>
81332
81333 commit f7fb2e703ec9688541416962724adff70a7322cb
81334 Author: Kim Phillips <kim.phillips@freescale.com>
81335 Date:   Thu Nov 2 19:47:11 2006 -0600
81336
81337     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
81338
81339 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
81340 Author: Dave Liu <daveliu@freescale.com>
81341 Date:   Thu Nov 2 18:05:50 2006 -0600
81342
81343     mpc83xx: Fix the incorrect dcbz operation
81344
81345     The 834x rev1.x silicon has one CPU5 errata.
81346
81347     The issue is when the data cache locked with
81348     HID0[DLOCK], the dcbz instruction looks like no-op inst.
81349
81350     The right behavior of the data cache is when the data cache
81351     Locked with HID0[DLOCK], the dcbz instruction allocates
81352     new tags in cache.
81353
81354     The 834x rev3.0 and later and 8360 have not this bug inside.
81355
81356     So, when 834x rev3.0/8360 are working with ECC, the dcbz
81357     instruction will corrupt the stack in cache, the processor will
81358     checkstop reset.
81359
81360     However, the 834x rev1.x can work with ECC with these code,
81361     because the sillicon has this cache bug. The dcbz will not
81362     corrupt the stack in cache.
81363     Really, it is the fault code running on fault sillicon.
81364
81365     This patch fix the incorrect dcbz operation. Instead of
81366     CPU FP writing to initialise the ECC.
81367
81368     CHANGELOG:
81369     * Fix the incorrect dcbz operation instead of CPU FP
81370     writing to initialise the ECC memory. Otherwise, it
81371     will corrupt the stack in cache, The processor will checkstop
81372     reset.
81373
81374     Signed-off-by: Dave Liu <daveliu@freescale.com>
81375
81376 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
81377 Author: Kim Phillips <kim.phillips@freescale.com>
81378 Date:   Wed Nov 1 00:10:40 2006 -0600
81379
81380     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
81381
81382     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
81383     STDOUT_PATH configuration bits to mpc8349emds,
81384     mpc8349itx, and mpc8360emds board code.
81385
81386     redo environment to use bootm with the fdtaddr
81387     for booting ARCH=powerpc kernels by default,
81388     and provide default fdtaddr values.
81389
81390 commit 48041365b3420589ad464ebc7752e0053538b729
81391 Author: Kim Phillips <kim.phillips@freescale.com>
81392 Date:   Wed Nov 1 00:07:25 2006 -0600
81393
81394     mpc83xx: change ft code to modify local-mac-address property
81395
81396     Update 83xx OF code to update local-mac-address properties
81397     for ethernet instead of the obsolete 'address' property.
81398
81399 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
81400 Author: Timur Tabi <timur@freescale.com>
81401 Date:   Tue Oct 31 21:23:16 2006 -0600
81402
81403     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
81404
81405     This patch also adds an improved I2C set_speed(), which handles all clock
81406     frequencies.
81407
81408     Signed-off-by: Timur Tabi <timur@freescale.com>
81409
81410 commit ac4b5622ce050b5ee1e154b98df630d778661632
81411 Author: Dave Liu <daveliu@freescale.com>
81412 Date:   Tue Oct 31 19:54:59 2006 -0600
81413
81414     mpc83xx: add the README.mpc8360emds
81415
81416     add doc/README.mpc8360emds to accompany the new board support
81417
81418 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
81419 Author: Dave Liu <daveliu@freescale.com>
81420 Date:   Fri Nov 3 12:11:15 2006 -0600
81421
81422     mpc83xx: add QE ethernet support
81423
81424     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
81425
81426 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
81427 Author: Dave Liu <daveliu@freescale.com>
81428 Date:   Fri Nov 3 19:33:44 2006 -0600
81429
81430     mpc83xx: Add MPC8360EMDS basic board support
81431
81432     Add support for the Freescale MPC8360EMDS board.
81433     Includes DDR, DUART, Local Bus, PCI.
81434
81435 commit 23892e49352de74f7fac36ff90bb1be143d195e3
81436 Author: Dave Liu <daveliu@freescale.com>
81437 Date:   Tue Oct 31 19:30:40 2006 -0600
81438
81439     mpc83xx: add the QUICC Engine (QE) immap file
81440
81441     common QE immap file.  Also required for 8360.
81442
81443 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
81444 Author: Dave Liu <daveliu@freescale.com>
81445 Date:   Tue Oct 31 19:25:38 2006 -0600
81446
81447     mpc83xx: Add 8360 specifics to 83xx immap
81448
81449     Mainly add QE device dependencies, with appropriate 8360 protection.
81450     Lindent also run.
81451
81452 commit 988833324a7fda482c8ac3ca23eb539f8232e404
81453 Author: Timur Tabi <timur@freescale.com>
81454 Date:   Tue Oct 31 19:14:41 2006 -0600
81455
81456     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
81457
81458     PREREQUISITE PATCHES:
81459
81460     * This patch can only be applied after the following patches have been applied:
81461
81462       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
81463       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
81464
81465     CHANGELOG:
81466
81467     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
81468       the clock for the 2nd USB board (Linux kernel will hang otherwise),
81469       and fix the CONFIG_BOOTARGS macro.
81470
81471     Signed-off-by: Timur Tabi <timur@freescale.com>
81472
81473 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
81474 Author: Timur Tabi <timur@freescale.com>
81475 Date:   Tue Oct 31 18:44:42 2006 -0600
81476
81477     mpc83xx: Add support for the MPC8349E-mITX
81478
81479     PREREQUISITE PATCHES:
81480
81481     * This patch can only be applied after the following patches have been applied:
81482
81483       1) DNX#2006090742000024 "Add support for multiple I2C buses"
81484       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
81485       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
81486       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
81487       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
81488
81489     CHANGELOG:
81490
81491     * Add support for the Freescale MPC8349E-mITX reference design platform.
81492       The second TSEC (Vitesse 7385 switch) is not supported at this time.
81493
81494     Signed-off-by: Timur Tabi <timur@freescale.com>
81495
81496 commit 183da6d9b446cc12123455844ad1187e2375626f
81497 Author: Ben Warren <bwarren@qstreams.com>
81498 Date:   Tue Sep 12 10:15:53 2006 -0400
81499
81500     Additional MPC8349 support for multibus i2c
81501
81502     Hello,
81503
81504     Here is a patch for a file that was accidentally left out of a previous
81505     attempt.
81506
81507     It accompanies the patch with ticket DNX#2006090742000024
81508
81509     CHANGELOG:
81510             Change PCI initialization to use new multi-bus I2C API.
81511
81512     regards,
81513     Ben
81514
81515 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
81516 Author: Ben Warren <bwarren@qstreams.com>
81517 Date:   Thu Sep 7 16:51:04 2006 -0400
81518
81519     Multi-bus I2C implementation of MPC834x
81520
81521     Hello,
81522
81523     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
81524     family and the MPC8349EMDS board in particular.
81525     This patch requires Patch 1 (Add support for multiple I2C buses).
81526     Testing was performed on a 533MHz board.
81527
81528     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
81529
81530     Signed-off-by: Ben Warren <bwarren@qstreams.com>
81531
81532     CHANGELOG:
81533             Implemented driver-level code to support two I2C buses on the
81534     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
81535     are 50kHz, 100kHz and 400kHz on each bus.
81536
81537     regards,
81538     Ben
81539
81540 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
81541 Author: Ben Warren <bwarren@qstreams.com>
81542 Date:   Thu Sep 7 16:50:54 2006 -0400
81543
81544     Add support for multiple I2C buses
81545
81546     Hello,
81547
81548     Attached is a patch providing support for multiple I2C buses at the
81549     command level.  The second part of the patch includes an implementation
81550     for the MPC834x CPU and MPC8349EMDS board.
81551
81552     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
81553
81554     Signed-off-by: Ben Warren <bwarren@qstreams.com>
81555
81556     Overview:
81557
81558     1. Include new 'i2c' command (based on USB implementation) using
81559     CONFIG_I2C_CMD_TREE.
81560
81561     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
81562     the commands to change bus number and speed are only available under the
81563     new 'i2c' command mentioned in the first bullet.
81564
81565     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
81566     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
81567     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
81568
81569     CHANGELOG:
81570             Added new 'i2c' master command for all I2C interaction.  This is
81571     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
81572     setting I2C bus speed as well as changing the active bus if the board
81573     has more than one (conditionally compiled with
81574     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
81575     Updated README.
81576
81577     regards,
81578     Ben
81579
81580 commit bed85caf872714ebf53013967a695c9d63acfc68
81581 Author: Timur Tabi <timur@freescale.com>
81582 Date:   Tue Oct 31 18:13:36 2006 -0600
81583
81584     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
81585
81586     CHANGELOG:
81587
81588     * Errata DDR6, which affects all current MPC 834x processors, lists changes
81589       required to maintain compatibility with various types of DDR memory.  This
81590       patch implements those changes.
81591
81592     Signed-off-by: Timur Tabi <timur@freescale.com>
81593
81594 commit afd6e470f639883002c7c59d562690a5cb0f4865
81595 Author: Timur Tabi <timur@freescale.com>
81596 Date:   Wed Oct 25 18:45:23 2006 -0500
81597
81598     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
81599
81600 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
81601 Author: Timur Tabi <timur@freescale.com>
81602 Date:   Tue Aug 22 17:07:00 2006 -0500
81603
81604     mpc83xx: Add support for variable flash memory sizes on 83xx systems
81605
81606     CHANGELOG:
81607
81608     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
81609        window registers, instead of using a hard-coded value of 8MB.
81610
81611     Signed-off-by: Timur Tabi <timur@freescale.com>
81612
81613 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
81614 Author: Tanya Jiang <tanya.jiang@freescale.com>
81615 Date:   Thu Aug 3 18:38:13 2006 +0800
81616
81617     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
81618
81619     Unified TQM834x variable names with 83xx and consolidated macro
81620     in preparation for the 8360 and other upcoming 83xx devices.
81621
81622     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
81623
81624 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
81625 Author: Dave Liu <daveliu@freescale.com>
81626 Date:   Wed Oct 25 14:41:21 2006 -0500
81627
81628     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
81629
81630     Incorporated the common unified variable names and the changes in preparation
81631     for releasing mpc8360 patches.
81632
81633     Signed-off-by: Dave Liu <daveliu@freescale.com>
81634
81635 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
81636 Author: Tanya Jiang <tanya.jiang@freescale.com>
81637 Date:   Thu Aug 3 18:36:02 2006 +0800
81638
81639     mpc83xx: Fix missing build for mpc8349emds pci.c
81640
81641     Make pci build for mpc8349emds
81642
81643     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
81644
81645 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
81646 Author: Tanya Jiang <tanya.jiang@freescale.com>
81647 Date:   Thu Aug 3 18:39:49 2006 +0800
81648
81649     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
81650
81651     Removed unused file resetvec.S for mpc83xx cpu
81652
81653     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
81654
81655 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
81656 Author: Nick Spence <Nick.Spence@freescale.com>
81657 Date:   Sat Sep 30 00:32:59 2006 -0700
81658
81659     NAND Flash verify across block boundaries
81660
81661     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
81662     defined
81663     and the write crosses a block boundary. The pointer to the verification
81664     buffer (bufstart) is not being updated to reflect the starting of the
81665     new
81666     block so the verification of the second block fails.
81667
81668     CHANGELOG:
81669
81670     * Fix NAND FLASH page verification across block boundaries
81671
81672 commit f484dc791a3932537213c43c654cc1295c64b84c
81673 Author: Nick Spence <nick.spence@freescale.com>
81674 Date:   Thu Sep 7 07:39:46 2006 -0700
81675
81676     Added RGMII support to the TSECs and Marvell 881111 Phy
81677
81678     Added a phy initialization to adjust the RGMII RX and TX timing
81679     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
81680
81681     Signed-off-by: Nick Spence <nick.spence@freescale.com>
81682
81683 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
81684 Author: roy zang <tie-fei.zang@freescale.com>
81685 Date:   Fri Nov 3 13:10:00 2006 +0800
81686
81687     Remove some unused CFG define.
81688     undef CFG_DRAM_TEST
81689
81690 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
81691 Author: roy zang <tie-fei.zang@freescale.com>
81692 Date:   Fri Nov 3 13:07:36 2006 +0800
81693
81694     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
81695     Both work. 0xFF000000 seems more reasonable.
81696
81697 commit c59200443072353044aa4bf737a5a60f9a9af231
81698 Author: Wolfgang Denk <wd@pollux.denx.de>
81699 Date:   Thu Nov 2 15:15:01 2006 +0100
81700
81701     Release U-Boot 1.1.6
81702
81703 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
81704 Author: roy zang <tie-fei.zang@freescale.com>
81705 Date:   Thu Nov 2 19:14:48 2006 +0800
81706
81707     This patch comes from Yuli's posted patch on 8/8/2006
81708     titled "CFI Driver Little-Endian write Issue".
81709
81710     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
81711
81712     If that patch applied, please discard this one.
81713     Until now , I do not see his patch is applied. So please apply this one.
81714
81715     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
81716     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81717
81718 commit b825f158e449e1e9cf74c08e572955e122394c96
81719 Author: roy zang <tie-fei.zang@freescale.com>
81720 Date:   Thu Nov 2 19:12:31 2006 +0800
81721
81722     Tsi108 on chip i2c support.
81723
81724     The i2c  Interface provides a master-only, serial interface that can be
81725     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
81726     device reset.
81727
81728     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
81729     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81730
81731 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
81732 Author: roy zang <tie-fei.zang@freescale.com>
81733 Date:   Thu Nov 2 19:11:06 2006 +0800
81734
81735     Tsi108 on chip pci controller support.
81736
81737     If there is no pci card, the tsi108/109 pci configure read will
81738     cause a machine check exception to the processor. PCI error should
81739     also be cleared after the read.
81740
81741     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
81742     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81743
81744 commit d1927cee977126e547ceeba23e4f978f377cfb8f
81745 Author: roy zang <tie-fei.zang@freescale.com>
81746 Date:   Thu Nov 2 19:08:55 2006 +0800
81747
81748     Tundra tsi108 on chip Ethernet controller support.
81749
81750     The following is a brief description of the Ethernet controller:
81751     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
81752     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
81753     to manage the two physical connection devices (PHYs).  Each Ethernet port
81754     has its own statistics monitor that tracks and reports key interface
81755     statistics.  Each port supports a 256-entry hash table for address
81756     filtering.  In addition, each port is bridged to the Switch Fabric
81757     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
81758
81759     Each Ethernet port also has a pair of internal Ethernet DMA channels to
81760     support the transmit and receive data flows.  The Ethernet DMA channels
81761     use descriptors set up in memory, the memory map of the device, and
81762     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
81763     handles arbitration for the Switch Fabric.  The Controller also
81764     has a register businterface for register accesses and status monitor
81765     control.
81766
81767     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
81768     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
81769     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
81770     data flows to and from the Ethernet Controller through the Switch Fabric.
81771
81772     Each Ethernet port uses its transmit and receive DMA channels to manage
81773     data flows through buffer descriptors that are predefined by the
81774     system (the descriptors can exist anywhere in the system memory map).
81775     These descriptors are data structures that point to buffers filled
81776     with data ready to transmit over Ethernet, or they point to empty
81777     buffers ready to receive data from Ethernet.
81778
81779     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
81780     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81781
81782 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
81783 Author: roy zang <tie-fei.zang@freescale.com>
81784 Date:   Thu Nov 2 19:01:33 2006 +0800
81785
81786     Tundra tsi108 header file.
81787
81788     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
81789     PowerPC processors that offers numerous system interconnect options for
81790     embedded application designers. The Tsi108 can interconnect 60x or
81791     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
81792     and Flash. Provided the macro define for tsi108 chip.
81793
81794     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
81795     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81796
81797 commit 87c4db09699c6b89176b31004afcb83eb1585d47
81798 Author: roy zang <tie-fei.zang@freescale.com>
81799 Date:   Thu Nov 2 18:59:15 2006 +0800
81800
81801     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
81802     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
81803
81804     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
81805     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81806
81807 commit 27801b8ab11c61b577e45742a515bb3b23b80241
81808 Author: roy zang <tie-fei.zang@freescale.com>
81809 Date:   Thu Nov 2 18:57:21 2006 +0800
81810
81811     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
81812     Make ,config.mk and link file for the mpc7448hpc2 board.
81813
81814     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
81815     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81816
81817 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
81818 Author: roy zang <tie-fei.zang@freescale.com>
81819 Date:   Thu Nov 2 18:55:04 2006 +0800
81820
81821     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
81822     The mpc7448hpc2 board support header file.
81823
81824     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
81825     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81826
81827 commit 625bb5ddb50b243f931262ca8c46956409471917
81828 Author: roy zang <tie-fei.zang@freescale.com>
81829 Date:   Thu Nov 2 18:52:21 2006 +0800
81830
81831     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
81832     The mpc7448hpc2 board support low level assemble language init code.
81833
81834     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
81835     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81836
81837 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
81838 Author: roy zang <tie-fei.zang@freescale.com>
81839 Date:   Thu Nov 2 18:49:51 2006 +0800
81840
81841     General code modification for mpc7448hpc2 board support.
81842     1. Add 7447A and 7448 processor support.
81843     2. Add the following flags.
81844
81845     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
81846     (such as by switch on board), this flag should be set.
81847
81848     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
81849     relocates to RAM, this flag should be set.
81850
81851     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
81852     system hang in exception, this flag should be set.
81853
81854     There is a design issue for tsi108/109 pci configure  read. When pci scan
81855     the slots, if there is no pci card, the tsi108/9 will cause a machine
81856     check exception for mpc7448 processor.
81857
81858     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
81859     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81860
81861 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
81862 Author: roy zang <tie-fei.zang@freescale.com>
81863 Date:   Thu Nov 2 18:34:47 2006 +0800
81864
81865     Add README file for mpc7448hpc2 board.
81866     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81867
81868 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
81869 Author: Bartlomiej Sieka <tur@semihalf.com>
81870 Date:   Wed Nov 1 02:04:38 2006 +0100
81871
81872     Finish up support for MarelV38B board
81873      - add watchdog support
81874      - enable GPIO_WKUP_7 pin for input
81875      - code cleanup
81876
81877 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
81878 Author: Bartlomiej Sieka <tur@semihalf.com>
81879 Date:   Wed Nov 1 01:45:46 2006 +0100
81880
81881     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
81882           * remove warnings when compiling ethaddr.c
81883           * adjust linker script (fixes a crash resulting from incorrect
81884           definition of __u_boot_cmd_start)
81885     - Some MarelV38B code cleanup.
81886
81887 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
81888 Author: Bartlomiej Sieka <tur@semihalf.com>
81889 Date:   Wed Nov 1 01:38:16 2006 +0100
81890
81891     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
81892       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
81893       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
81894       MPC5XXX_WU_GPIO_DATA_O for affected boards.
81895
81896     - Add defintions for some MPC5XXX GPIO pins.
81897
81898 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
81899 Author: Bartlomiej Sieka <tur@semihalf.com>
81900 Date:   Wed Nov 1 01:34:29 2006 +0100
81901
81902     Changed MarelV38B board make target to lowercase. Config file cleanup.
81903
81904 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
81905 Author: Wolfgang Denk <wd@pollux.denx.de>
81906 Date:   Sun Oct 29 01:03:51 2006 +0200
81907
81908     Automatically adjust ARFLAGS so "make -s" is really silent.
81909
81910 commit fae684e89844856383bdf101440889557df3e6b1
81911 Author: Stefan Roese <sr@denx.de>
81912 Date:   Sat Oct 28 16:45:00 2006 +0200
81913
81914     [PATCH] omap925.c: Remove unused functions
81915
81916     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
81917     Signed-off-by: Stefan Roese <sr@denx.de>
81918
81919 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
81920 Author: Stefan Roese <sr@denx.de>
81921 Date:   Sat Oct 28 17:12:58 2006 +0200
81922
81923     [PATCH] Add some missing machtypes for netstar & voiceblue boards
81924
81925     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
81926     numbers in code.
81927
81928     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
81929     Signed-off-by: Stefan Roese <sr@denx.de>
81930
81931 commit 856f054410cef52d868feb330168b2a4c4091328
81932 Author: Stefan Roese <sr@denx.de>
81933 Date:   Sat Oct 28 15:55:52 2006 +0200
81934
81935     [PATCH] NAND: Partition name support added to NAND subsystem
81936
81937     chpart, nboot and NAND subsystem related commands now accept also partition
81938     name to specify offset.
81939
81940     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
81941     Signed-off-by: Stefan Roese <sr@denx.de>
81942
81943 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
81944 Author: Wolfgang Denk <wd@pollux.denx.de>
81945 Date:   Sat Oct 28 02:29:44 2006 +0200
81946
81947     Update CHANGELOG.
81948
81949 commit 2751a95abd1b96911081c357e96a12fa97b40dee
81950 Author: Wolfgang Denk <wd@pollux.denx.de>
81951 Date:   Sat Oct 28 02:29:14 2006 +0200
81952
81953     Enable commandline editing and hush shell on all TQM boards.
81954
81955 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
81956 Author: Wolfgang Denk <wd@pollux.denx.de>
81957 Date:   Sat Oct 28 02:28:02 2006 +0200
81958
81959     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
81960
81961 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
81962 Author: Wolfgang Denk <wd@denx.de>
81963 Date:   Sat Oct 28 01:14:32 2006 +0200
81964
81965     Check for illegal character '=' in environment variable names.
81966
81967     Make sure the string passed as variable name does not contain a '='
81968     character. This not only prevents the common error or typing
81969     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
81970     also closes a backdoor which allowed to delete write-protected
81971     environment variables, for example by using "setenv ethaddr=".
81972
81973 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
81974 Author: Wolfgang Denk <wd@pollux.denx.de>
81975 Date:   Sat Oct 28 00:38:39 2006 +0200
81976
81977     Minor code cleanup.
81978
81979 commit e11887a77d81077416a2d1c5e0354916fee8c034
81980 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
81981 Date:   Thu Oct 26 17:55:31 2006 +0200
81982
81983     Don't pass any debug options directly to the assembler
81984
81985     When passing the -g option to gcc, gcc automatically selects a
81986     suitable --g<format> option to pass on to the assembler.
81987     Thus, there's no point in forcing a specific debug option on the
81988     assembler using the -Wa mechanism.
81989
81990     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
81991
81992 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
81993 Author: Jon Loeliger <jdl@freescale.com>
81994 Date:   Fri Oct 27 07:47:22 2006 -0500
81995
81996     MPC86xx: Cleaned up unused and conditionally used local variables.
81997
81998     Signed-off-by: Jon Loeliger <jdl@freescale.com>
81999
82000 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
82001 Author: Wolfgang Denk <wd@pollux.denx.de>
82002 Date:   Fri Oct 27 11:55:21 2006 +0200
82003
82004     Fix "ar" flags in some Makefiles to allow for silent "make -s"
82005
82006 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
82007 Author: Ben Warren <bwarren@qstreams.com>
82008 Date:   Thu Oct 26 14:38:25 2006 -0400
82009
82010     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
82011     to a TSEC (e.g. a switch is connected via RMII) or
82012     if the PHY is defective/incorrectly configured.
82013
82014     Signed-off-by: Ben Warren <bwarren@qstreams.com>
82015
82016 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
82017 Author: Ben Warren <bwarren@qstreams.com>
82018 Date:   Thu Oct 26 14:38:25 2006 -0400
82019
82020     Fix TSEC driver: avoid crashes if PHY is not attached
82021     to a TSEC (e.g. a switch is connected via RMII) or
82022     if the PHY is defective/incorrectly configured.
82023
82024     Signed-off-by: Ben Warren <bwarren@qstreams.com>
82025
82026 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
82027 Author: Wolfgang Denk <wd@pollux.denx.de>
82028 Date:   Thu Oct 26 16:24:31 2006 +0200
82029
82030     Code cleanup.
82031
82032 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
82033 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
82034 Date:   Wed Oct 25 15:48:59 2006 +0200
82035
82036     Finish up support for the ATSTK1000/ATSTK1002 boards
82037
82038     Add atstk1002_config target to Makefile and move the AVR32 section
82039     down below Blackfin so that it doesn't end up in the middle of
82040     MIPS.
82041
82042     Drop the autogenerated linker script thing for now. Will have to
82043     revisit how to handle chips with different flash and RAM layout
82044     later.
82045
82046     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82047
82048 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
82049 Author: Kumar Gala <galak@kernel.crashing.org>
82050 Date:   Tue Oct 24 23:47:37 2006 -0500
82051
82052     Added support for Multi-Image files that contain a device tree
82053
82054     If a Multi-Image file contains a third image we try to use it as a
82055     device tree.  The device tree image is assumed to be uncompressed in the
82056     image file.  We automatically allocate space for the device tree in memory
82057     and provide an 8k pad to allow more than a reasonable amount of growth.
82058
82059     Additionally, a device tree that was contained in flash will now automatically
82060     get copied to system memory as part of boot.  Previously an error was
82061     reported if one tried to boot a device tree that was in flash.
82062
82063     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
82064
82065 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
82066 Author: Wolfgang Denk <wd@denx.de>
82067 Date:   Tue Oct 24 21:35:55 2006 +0200
82068
82069     Switch to automatically generated CHANGELOG file.
82070     (use "make CHANGELOG" to update it from time to time)
82071
82072 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
82073 Author: Stefan Roese <sr@denx.de>
82074 Date:   Tue Oct 24 18:06:48 2006 +0200
82075
82076     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
82077     Patch by Stefan Roese, 24 Oct 2006
82078
82079 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
82080 Author: Wolfgang Denk <wd@pollux.denx.de>
82081 Date:   Tue Oct 24 17:24:55 2006 +0200
82082
82083     Merge with /home/wd/git/u-boot/master
82084
82085 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
82086 Author: Wolfgang Denk <wd@pollux.denx.de>
82087 Date:   Tue Oct 24 15:32:57 2006 +0200
82088
82089     Code cleanup
82090
82091 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
82092 Author: Wolfgang Denk <wd@pollux.denx.de>
82093 Date:   Tue Oct 24 14:51:36 2006 +0200
82094
82095     Move atstk1000 files into vendor specific directory.
82096     Patch by Haavard Skinnemoen, 12 Sep 2006
82097
82098 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
82099 Author: Wolfgang Denk <wd@pollux.denx.de>
82100 Date:   Tue Oct 24 14:42:37 2006 +0200
82101
82102     Add ATSTK1000 and ATSTK1002 board support
82103     Patch by Haavard Skinnemoen, 06 Sep 2006
82104
82105     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
82106     daughterboard.
82107
82108     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
82109     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
82110     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
82111     CompactFlash cards. For more information, please see this page:
82112
82113     http://www.atmel.com/dyn/products/tools.asp?family_id=682
82114
82115     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
82116     AT32AP7000 chip.
82117
82118     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82119
82120 commit f93ae788c3640fcde5db383471d45548ff4060d0
82121 Author: Wolfgang Denk <wd@pollux.denx.de>
82122 Date:   Tue Oct 24 14:31:24 2006 +0200
82123
82124     Add common serial driver for Atmel AT32 and AT91 chips
82125     Patch by Haavard Skinnemoen, 06 Sep 2006
82126
82127     This is a first attempt at creating a common serial driver for Atmel
82128     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
82129     be possible to support AT91RM9200 and other ARM-based chips with some
82130     minor modifications.
82131
82132     There's nothing fundamentally AVR32-specific in this driver, but it
82133     does use some features which are currently only defined for the
82134     AT32AP CPU port:
82135       * pm_get_clock_freq: Obtain the clock frequency of a given domain
82136       * gd->console_uart: A "struct device" containing information about
82137         register mappings, gpio resources and clocks associated with the
82138         UART device.
82139
82140     For more information about these features, please see the "AT32AP
82141     CPU" patch.
82142
82143 commit 72a087e04705c26cad982879ebd06b5281bf825a
82144 Author: Wolfgang Denk <wd@pollux.denx.de>
82145 Date:   Tue Oct 24 14:27:35 2006 +0200
82146
82147     Add AT32AP CPU and AT32AP7000 SoC support
82148     Patch by Haavard Skinnemoen, 06 Sep 2006
82149
82150     This patch adds support for the AT32AP CPU family and the AT32AP7000
82151     chip, which is the first chip implementing the AVR32 architecture.
82152
82153     The AT32AP CPU core is a high-performance implementation featuring a
82154     7-stage pipeline, separate instruction- and data caches, and a MMU.
82155     For more information, please see the "AVR32 AP Technical Reference":
82156
82157     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
82158
82159     In addition to this, the AT32AP7000 chip comes with a large set of
82160     integrated peripherals, many of which are shared with the AT91 series
82161     of ARM-based microcontrollers from Atmel. Full data sheet is
82162     available here:
82163
82164     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
82165
82166     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82167
82168 commit 7b64fef33c66be648826c0ff9758298ef13d0604
82169 Author: Wolfgang Denk <wd@pollux.denx.de>
82170 Date:   Tue Oct 24 14:21:16 2006 +0200
82171
82172     Add AVR32 architecture support
82173     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
82174
82175     This patch adds common infrastructure code for the Atmel AVR32
82176     architecture. See doc/README.AVR32 for details.
82177
82178     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82179
82180 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
82181 Author: Wolfgang Denk <wd@pollux.denx.de>
82182 Date:   Tue Oct 24 13:57:33 2006 +0200
82183
82184     Use -g instead of -gstabs in AFLAGS_DEBUG
82185     Patch by Haavard Skinnemoen, 30 Aug 2006
82186
82187     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
82188     matter what the target's preferred debugging format is. This patch
82189     simply replaces -gstabs with -g, so that the default debugging format
82190     for the architecture is used.
82191
82192 commit 965829872169c2996023840d98e1d85ad148d629
82193 Author: Wolfgang Denk <wd@pollux.denx.de>
82194 Date:   Tue Oct 24 13:55:18 2006 +0200
82195
82196     Fix/workaround broken dependency handling with make 3.81
82197     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
82198
82199 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
82200 Author: Marian Balakowicz <m8@semihalf.com>
82201 Date:   Mon Oct 23 22:17:05 2006 +0200
82202
82203     Fix sequoia separate object direcory building problems.
82204
82205 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
82206 Author: Jon Loeliger <jdl@freescale.com>
82207 Date:   Fri Oct 20 17:16:35 2006 -0500
82208
82209     Use generic I2C register block on 85xx and 86xx.
82210
82211     Replace private IMMAP I2C structures with generic reg block
82212     and allow 86xx to have multiple I2C device busses.
82213
82214     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82215
82216 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
82217 Author: Jon Loeliger <jdl@freescale.com>
82218 Date:   Fri Oct 20 15:54:34 2006 -0500
82219
82220     Fix compilation warnings on a few 85xx boards.
82221
82222     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82223
82224 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
82225 Author: Jon Loeliger <jdl@freescale.com>
82226 Date:   Fri Oct 20 15:50:15 2006 -0500
82227
82228     Converted all 85xx boards to use a common FSL I2C driver.
82229     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
82230     And removed hard i2c path from a few u-boot.lds scipts too.
82231     Minor whitespace cleanups along the way.
82232
82233     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82234
82235 commit 4d45f69e362b05892c9e92a7907e5820995612aa
82236 Author: Jon Loeliger <jdl@freescale.com>
82237 Date:   Thu Oct 19 12:02:24 2006 -0500
82238
82239     Rewrite a series of goto statements as a sequences of
82240     conditional expressions instead.
82241
82242     Use consistent return code 0/-1 for good/bad indicators.
82243
82244     Include one fewer file if the driver isn't used at all.
82245
82246     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82247
82248 commit 7237c033b02fe295880435f1eb80819a0c987532
82249 Author: Jon Loeliger <jdl@freescale.com>
82250 Date:   Thu Oct 19 11:02:16 2006 -0500
82251
82252     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
82253
82254     in an effort to begin to unify the umpteen FSL I2C drivers that
82255     are all otherwise very similar.
82256
82257     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82258
82259 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
82260 Author: Jon Loeliger <jdl@freescale.com>
82261 Date:   Thu Oct 19 11:33:52 2006 -0500
82262
82263     * Fix a bunch of compiler warnings for gcc 4.0
82264
82265     Signed-off-by: Matthew McClintock <msm@freescale.com>
82266
82267 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
82268 Author: Stefan Roese <sr@denx.de>
82269 Date:   Tue Oct 17 06:14:31 2006 +0200
82270
82271     Add monitor functions for indirect access to PPC440 DCR's
82272     Patch by Leonid Baryudin, 12 Oct 2006
82273
82274 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
82275 Author: Jon Loeliger <jdl@freescale.com>
82276 Date:   Fri Oct 13 16:47:53 2006 -0500
82277
82278     Fixed leading whitespace issues.
82279     Removed spurious LAWAR thing.
82280
82281     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82282
82283 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
82284 Author: Jon Loeliger <jdl@freescale.com>
82285 Date:   Thu Oct 12 10:42:36 2006 -0500
82286
82287     Remove unneeded include files and local variable.
82288
82289     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82290
82291 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
82292 Author: Grant Likely <grant.likely@secretlab.ca>
82293 Date:   Tue Oct 10 00:23:32 2006 -0600
82294
82295     Fix possible uninitialized variable compiler warning.
82296
82297     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
82298     do_bootm_linux() may be uninitialized.  There is no possibility in the
82299     current code that len will get used uninitialized, but this fix follows
82300     the existing convention of setting both len and data to zero at the same
82301     time.
82302
82303     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
82304
82305 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
82306 Author: Matthew McClintock <msm@freescale.com>
82307 Date:   Wed Oct 11 15:13:01 2006 -0500
82308
82309     * Fix a bunch of compiler warnings for gcc 4.0
82310
82311     Signed-off-by: Matthew McClintock <msm@freescale.com>
82312
82313 commit bf651baa365e5447246aad6a633ccd667cf24a39
82314 Author: Jon Loeliger <jdl@freescale.com>
82315 Date:   Wed Oct 11 10:10:43 2006 -0500
82316
82317     Move "ar" flags to config.mk to allow for silent "make -s"
82318
82319 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
82320 Author: Jon Loeliger <jdl@freescale.com>
82321 Date:   Tue Oct 10 17:19:03 2006 -0500
82322
82323     Coding style changes to remove local varible blocks
82324     and reformat a bit nicer.
82325
82326 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
82327 Author: Jon Loeliger <jdl@freescale.com>
82328 Date:   Tue Oct 10 17:16:04 2006 -0500
82329
82330     Fix whitespace issues.
82331
82332 commit 7b382b7125f2397cce63253df62f183e3dfa2770
82333 Author: Jon Loeliger <jdl@freescale.com>
82334 Date:   Tue Oct 10 17:14:45 2006 -0500
82335
82336     Fix whitespace issues.
82337
82338 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
82339 Author: Jon Loeliger <jdl@freescale.com>
82340 Date:   Tue Oct 10 17:06:53 2006 -0500
82341
82342     Fix whitespace issues.
82343
82344 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
82345 Author: Jon Loeliger <jdl@freescale.com>
82346 Date:   Tue Oct 10 17:03:43 2006 -0500
82347
82348     Ran lindent and cleaned up whitespace issues.
82349     Format for 80-columns too.
82350
82351 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
82352 Author: Jon Loeliger <jdl@freescale.com>
82353 Date:   Tue Oct 10 17:02:22 2006 -0500
82354
82355     Fix whitespace and 80-col issues.
82356
82357 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
82358 Author: Stefan Roese <sr@denx.de>
82359 Date:   Sat Oct 7 11:36:51 2006 +0200
82360
82361     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
82362     Patch by Stefan Roese, 07 Oct 2006
82363
82364 commit 5bc528fa4da751d472397b308137238a6465afd2
82365 Author: Stefan Roese <sr@denx.de>
82366 Date:   Sat Oct 7 11:35:25 2006 +0200
82367
82368     Update ALPR code (NAND support working now)
82369     Patch by Stefan Roese, 07 Oct 2006
82370
82371 commit 77d5034847d328753b80c46b83f960a14a26f40e
82372 Author: Stefan Roese <sr@denx.de>
82373 Date:   Sat Oct 7 11:33:03 2006 +0200
82374
82375     Remove compile warnings in fpga code
82376     Patch by Stefan Roese, 07 Oct 2006
82377
82378 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
82379 Author: Stefan Roese <sr@denx.de>
82380 Date:   Sat Oct 7 11:30:52 2006 +0200
82381
82382     Add CONFIG_BOARD_RESET to configure board specific reset function
82383     Patch by Stefan Roese, 07 Oct 2006
82384
82385 commit f55df18187e7a45cb73fec4370d12135e6691ae1
82386 Author: John Traill <john.traill@freescale.com>
82387 Date:   Fri Sep 29 08:23:12 2006 +0100
82388
82389     Fix missing tCycle/modfreq calculation.
82390
82391     Signed-off-by: John Traill <john.traill@freescale.com>
82392
82393 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
82394 Author: Andy Fleming <afleming@freescale.com>
82395 Date:   Wed Sep 13 10:33:35 2006 -0500
82396
82397     Updated config headers to add default FDT-based booting
82398
82399 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
82400 Author: Andy Fleming <afleming@freescale.com>
82401 Date:   Wed Sep 13 10:34:18 2006 -0500
82402
82403     Add support for eTSEC 3 & 4 on 8548 CDS
82404
82405     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
82406       This will only work on rev 1.3 boards (but doesn't break older boards)
82407     * Cleaned up some comments to reflect the expanded role of tsec
82408       in other systems
82409
82410 commit 084d648b109c8984f83674043c1a7fa3885ef801
82411 Author: Andy Fleming <afleming@freescale.com>
82412 Date:   Wed Sep 13 10:33:56 2006 -0500
82413
82414     Added code to support 2.6.18 PCI changes in u-boot
82415
82416     * Added code to swizzle the IRQ map for the PCI
82417
82418 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
82419 Author: Jon Loeliger <jdl@freescale.com>
82420 Date:   Tue Sep 19 09:34:10 2006 -0500
82421
82422     Modified makefile for new build mechanism.
82423
82424     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82425
82426 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
82427 Author: Jon Loeliger <jdl@freescale.com>
82428 Date:   Thu Sep 14 08:40:36 2006 -0500
82429
82430     Handle 86xx SVR values according to the new Reference Manual.
82431     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
82432     by the byte in bits 16-23 instead.
82433     Thanks to Jason Jin for noticing.
82434
82435     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82436
82437 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
82438 Author: Zhang Wei <wei.zhang@freescale.com>
82439 Date:   Mon Aug 28 14:25:31 2006 +0800
82440
82441     Fixed an OF-tree off-by-one bug when adding a new property name.
82442     This bug will cause the kernel booting to pause a long time.
82443
82444     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
82445     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
82446
82447 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
82448 Author: Jon Loeliger <jdl@freescale.com>
82449 Date:   Tue Aug 29 11:05:09 2006 -0500
82450
82451     Remove trailing empty lines.
82452
82453 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
82454 Author: Jon Loeliger <jdl@freescale.com>
82455 Date:   Tue Aug 29 09:48:49 2006 -0500
82456
82457     Remove bogus msync and use volatile asm.
82458
82459 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
82460 Author: Jon Loeliger <jdl@freescale.com>
82461 Date:   Tue Aug 29 08:17:14 2006 -0500
82462
82463     Add myself as maintainer for MPC8641HPCN.
82464
82465 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
82466 Author: Zhang Wei <wei.zhang@freescale.com>
82467 Date:   Mon Aug 28 14:25:31 2006 +0800
82468
82469     Fixed an OF-tree off-by-one bug when adding a new property name.
82470     This bug will cause the kernel booting to pause a long time.
82471
82472     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
82473
82474 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
82475 Author: Haiying Wang <haiying.wang@freescale.com>
82476 Date:   Fri Aug 25 14:38:34 2006 -0400
82477
82478     Change ramdiskaddr and dtbaddr
82479     Remove PEX fluff commands.
82480
82481     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
82482     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82483
82484 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
82485 Author: Matthew McClintock <msm@freescale.com>
82486 Date:   Wed Aug 23 13:32:45 2006 -0500
82487
82488     * Another small fix for booting with disable_of
82489
82490     Signed-off-by: Matthew McClintock <msm@freescale.com>
82491
82492 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
82493 Author: Jon Loeliger <jdl@freescale.com>
82494 Date:   Wed Aug 23 11:04:43 2006 -0500
82495
82496     Cleanup and lindent new AHCI driver.
82497
82498 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
82499 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
82500 Date:   Wed Aug 23 19:15:12 2006 +0800
82501
82502     Add AHCI define and sata support for MPC8641HPCN board.
82503
82504     Signed-off-by:Jason Jin<jason.jin@freescale.com>
82505
82506 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
82507 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
82508 Date:   Wed Aug 23 19:10:44 2006 +0800
82509
82510     Add AHCI support to u-boot
82511
82512     Add AHCI support in u-boot, enable the sata disk controllers which
82513     following the AHCI protocol.
82514
82515     Signed-off-by:Jason Jin<jason.jin@freescale.com>
82516
82517 commit d8ea2acf5f137cae99417df4f573d036ee384668
82518 Author: Zhang Wei <wei.zhang@freescale.com>
82519 Date:   Wed Aug 23 17:54:32 2006 +0800
82520
82521     Add dtb boot-up parameter to default boot commands.
82522
82523     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
82524
82525 commit b93775c2036b99baa390ea425c4771895bbc63c4
82526 Author: Jon Loeliger <jdl@freescale.com>
82527 Date:   Tue Aug 22 18:26:08 2006 -0500
82528
82529     Cleanup even more poorly introduced whitespace.
82530
82531 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
82532 Author: Jon Loeliger <jdl@freescale.com>
82533 Date:   Tue Aug 22 18:07:00 2006 -0500
82534
82535     Cleanup more poorly introduced whitespace.
82536
82537 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
82538 Author: Jon Loeliger <jdl@freescale.com>
82539 Date:   Tue Aug 22 17:54:05 2006 -0500
82540
82541     Cleanup poorly introduced whitespace.
82542
82543 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
82544 Author: Jon Loeliger <jdl@freescale.com>
82545 Date:   Tue Aug 22 12:25:27 2006 -0500
82546
82547     General indent and whitespace cleanups.
82548
82549 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
82550 Author: Jon Loeliger <jdl@freescale.com>
82551 Date:   Tue Aug 22 12:06:18 2006 -0500
82552
82553     General indent and whitespace cleanups.
82554
82555 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
82556 Author: Jon Loeliger <jdl@freescale.com>
82557 Date:   Tue Aug 22 10:42:21 2006 -0500
82558
82559     Cleanup compiler warnings.
82560
82561 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
82562 Author: Matthew McClintock <msm@freescale.com>
82563 Date:   Tue Aug 22 09:31:59 2006 -0500
82564
82565     Fix disable_of booting
82566
82567     Signed-off-by: Matthew McClintock <msm@freescale.com>
82568
82569 commit 87a449c8ac396420cb24260f717ea9e6faa82047
82570 Author: Matthew McClintock <msm@freescale.com>
82571 Date:   Tue Aug 22 09:23:55 2006 -0500
82572
82573     Support for FDT in uImage format, error when using FDT from flash
82574
82575     Signed-off-by: Matthew McClintock <msm@freescale.com>
82576
82577 commit 75c299c38369d01addd5e054b8a16217b70f4a86
82578 Author: Haiying Wang <haiying.wang@freescale.com>
82579 Date:   Tue Aug 15 15:12:55 2006 -0400
82580
82581     Unlock cache before kernel starts up for MPC86xx
82582
82583 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
82584 Author: Haiying Wang <haiying.wang@freescale.com>
82585 Date:   Tue Aug 15 15:13:15 2006 -0400
82586
82587     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
82588
82589 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
82590 Author: Haiying Wang <haiying.wang@freescale.com>
82591 Date:   Tue Aug 15 15:12:55 2006 -0400
82592
82593     Unlock cache before kernel starts up for MPC86xx
82594
82595 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
82596 Author: Haiying Wang <haiying.wang@freescale.com>
82597 Date:   Tue Aug 15 15:13:15 2006 -0400
82598
82599     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
82600
82601 commit 86c8e17f25e972a7e272950a0735fad84e082b88
82602 Author: Matthew McClintock <msm@freescale.com>
82603 Date:   Wed Aug 16 13:59:47 2006 -0500
82604
82605     * Fix disable_of booting
82606
82607     Signed-off-by: Matthew McClintock <msm@freescale.com>
82608
82609 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
82610 Author: Matthew McClintock <msm@freescale.com>
82611 Date:   Wed Aug 16 10:54:09 2006 -0500
82612
82613     * Support for FDT in uImage format, error when using FDT from flash
82614
82615     Signed-off-by: Matthew McClintock <msm@freescale.com>
82616
82617 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
82618 Author: Stefan Roese <sr@denx.de>
82619 Date:   Tue Aug 15 14:22:35 2006 +0200
82620
82621     Add initial support for the ALPR board from Prodrive
82622     NAND needs some additional testing
82623     Patch by Heiko Schocher, 15 Aug 2006
82624
82625 commit f0ff4692ff3372dec55074a8eb444943ab095abb
82626 Author: Stefan Roese <sr@denx.de>
82627 Date:   Tue Aug 15 14:15:51 2006 +0200
82628
82629     Add FPGA Altera Cyclone 2 support
82630     Patch by Heiko Schocher, 15 Aug 2006
82631
82632 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
82633 Author: Jon Loeliger <jdl@freescale.com>
82634 Date:   Mon Aug 14 15:33:38 2006 -0500
82635
82636     Fix BAT0 to actually be cacheable, non-guarded as documented.
82637
82638     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82639
82640 commit 40bc83559db5745681909fd7382ae509567e116d
82641 Author: Jon Loeliger <jdl@freescale.com>
82642 Date:   Wed Aug 9 15:32:16 2006 -0500
82643
82644     Removed MPC8641HPCN DTS source file from build.
82645     It is no longer linked into U-Boot; its sources are
82646     now located in the kernel tree.
82647
82648     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82649
82650 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
82651 Author: Matthew McClintock <msm@freescale.com>
82652 Date:   Wed Jun 28 10:47:03 2006 -0500
82653
82654     * Switched default PCI speed for 8540 ADS back to 33MHz
82655
82656     * Added comments and a printf to warn that PCI-X won't
82657       work at 33MHz
82658       Patch by Andy Fleming 17-Mar-2006
82659
82660     Signed-off-by: Andy Fleming <afleming@freescale.com>
82661
82662 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
82663 Author: Matthew McClintock <msm@freescale.com>
82664 Date:   Wed Jun 28 10:46:35 2006 -0500
82665
82666     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
82667
82668     Signed-off-by: Andy Fleming <afleming@freescale.com>
82669
82670 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
82671 Author: Matthew McClintock <msm@freescale.com>
82672 Date:   Wed Jun 28 10:46:13 2006 -0500
82673
82674     * Added VIA configuration table
82675
82676     * Added support for PCI2 on CDS
82677       Patch by Andy Fleming 17-Mar-2006
82678
82679     Signed-off-by: Andy Fleming <afleming@freescale.com>
82680
82681 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
82682 Author: Matthew McClintock <msm@freescale.com>
82683 Date:   Wed Jun 28 10:45:41 2006 -0500
82684
82685     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
82686
82687     Signed-off-by: Andy Fleming <afleming@freescale.com>
82688
82689 commit 97074ed9655309b64231bc2cee69fe85399f8055
82690 Author: Matthew McClintock <msm@freescale.com>
82691 Date:   Wed Jun 28 10:45:17 2006 -0500
82692
82693     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
82694
82695     Signed-off-by: Andy Fleming <afleming@freescale.com>
82696
82697 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
82698 Author: Matthew McClintock <msm@freescale.com>
82699 Date:   Wed Jun 28 10:44:49 2006 -0500
82700
82701     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
82702
82703     Signed-off-by: Andy Fleming <afleming@freescale.com>
82704
82705 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
82706 Author: Matthew McClintock <msm@freescale.com>
82707 Date:   Wed Jun 28 10:44:23 2006 -0500
82708
82709     * 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
82710
82711     Signed-off-by: Andy Fleming <afleming@freescale.com>
82712
82713 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
82714 Author: Matthew McClintock <msm@freescale.com>
82715 Date:   Wed Jun 28 10:43:36 2006 -0500
82716
82717     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
82718
82719     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82720
82721 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
82722 Author: Matthew McClintock <msm@freescale.com>
82723 Date:   Wed Jun 28 10:43:00 2006 -0500
82724
82725     * 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
82726
82727 commit 5498d90312aad9f6bdbf047986027c35b03cd163
82728 Author: Matthew McClintock <msm@freescale.com>
82729 Date:   Wed Jun 28 10:42:24 2006 -0500
82730
82731     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
82732
82733 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
82734 Author: Matthew McClintock <msm@freescale.com>
82735 Date:   Wed Jun 28 10:41:37 2006 -0500
82736
82737     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
82738
82739 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
82740 Author: John Traill <john.traill@freescale.com>
82741 Date:   Wed Aug 9 14:33:50 2006 +0100
82742
82743     Add Rapidio support for the MPC8641HPCN
82744
82745     Signed-off-by: John Traill <john.traill@freescale.com>
82746
82747 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
82748 Author: John Traill <john.traill@freescale.com>
82749 Date:   Tue Aug 8 11:32:43 2006 +0100
82750
82751     Fix caslat calculation
82752
82753     Signed-off-by: John Traill <john.traill@freescale.com>
82754
82755 commit 709d3073e74153278e7904a70819bbef7df50e1a
82756 Author: Jon Loeliger <jdl@freescale.com>
82757 Date:   Thu Aug 3 16:17:56 2006 -0500
82758
82759     Convert to mac-address in ethernet nodes.
82760
82761 commit 71748af833ca1017edf1415be376366ff2937d17
82762 Author: Haiying Wang <haiying.wang@freescale.com>
82763 Date:   Fri Jul 28 12:41:35 2006 -0400
82764
82765     Correct the irq value of DUART2
82766
82767 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
82768 Author: Haiying Wang <haiying.wang@freescale.com>
82769 Date:   Fri Jul 28 12:41:41 2006 -0400
82770
82771     Change the space size of PEX IO in README
82772
82773 commit 239db37c94f7a92941c4465feceb867c609241c5
82774 Author: Haiying Wang <haiying.wang@freescale.com>
82775 Date:   Fri Jul 28 12:41:18 2006 -0400
82776
82777     Move get_board_sys_clk to board directory
82778
82779 commit 492900b985439fbce1a118afde1e35def870db03
82780 Author: John Traill <john.traill@freescale.com>
82781 Date:   Fri Jul 28 09:03:54 2006 +0100
82782
82783     Fix 8641HPCN pollution
82784
82785 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
82786 Author: John Traill <john.traill@freescale.com>
82787 Date:   Fri Jul 28 08:16:06 2006 +0100
82788
82789     Fix 8641HPCN timebase
82790
82791 commit c86360b830f1eecd7a72208575dde4f57879faea
82792 Author: Zhang Wei <wei.zhang@freescale.com>
82793 Date:   Fri Jul 28 00:01:34 2006 +0800
82794
82795     Fixed OF device tree of mpc86xxhpcn board.
82796
82797     The changes works in with kernel irq mapping rework.
82798
82799     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
82800
82801 commit bea3f28d285942bf3f7ab339ce85178ded544225
82802 Author: Haiying Wang <haiying.wang@freescale.com>
82803 Date:   Wed Jul 12 10:48:05 2006 -0400
82804
82805     Add support for reading and writing mac addresses to or from ID EEPROM.
82806
82807     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
82808     With attached patch, we can use command "mac/mac read/mac save/"
82809     to read and write EEPROM under u-boot prompt.
82810
82811     U-boot will calculate the checksum of EEPROM while bootup,
82812     if it is right, then u-boot will check whether the mac address
82813     of eTSEC0/1/2/3 is availalbe (non-zero).
82814
82815     If there is mac address availabe in EEPROM, u-boot will use it,
82816     otherewise, u-boot will use the mac address defined in
82817     MPC8641HPCN.h. This matches the requirement to set unique mac address
82818     for each TSEC port.
82819
82820     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
82821     Signed-off-by: York Sun <yorksun@freescale.com>
82822
82823 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
82824 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
82825 Date:   Thu Jul 13 10:35:10 2006 -0500
82826
82827     Fixed initrd issue by define big RAM
82828
82829     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
82830
82831 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
82832 Author: Jason Jin <Jason.jin@freescale.com>
82833 Date:   Fri Jul 7 10:01:45 2006 -0500
82834
82835     We made a u-boot patch to fix the hang up issue
82836     when booting filesystem from ramdisk.
82837
82838     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
82839
82840 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
82841 Author: Matthew McClintock <msm@freescale.com>
82842 Date:   Wed Jun 28 10:47:03 2006 -0500
82843
82844     * Switched default PCI speed for 8540 ADS back to 33MHz
82845     * Added comments and a printf to warn that PCI-X won't
82846       work at 33MHz
82847       Patch by Andy Fleming 17-Mar-2006
82848
82849     Signed-off-by: Andy Fleming <afleming@freescale.com>
82850
82851 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
82852 Author: Matthew McClintock <msm@freescale.com>
82853 Date:   Wed Jun 28 10:46:35 2006 -0500
82854
82855     * Fixed a bug where 8555 PCI code used the old variable and
82856       function names
82857       Patch by Andy Fleming 17-Mar-2006
82858
82859     Signed-off-by: Andy Fleming <afleming@freescale.com>
82860
82861 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
82862 Author: Matthew McClintock <msm@freescale.com>
82863 Date:   Wed Jun 28 10:46:13 2006 -0500
82864
82865     * Added VIA configuration table
82866     * Added support for PCI2 on CDS
82867       Patch by Andy Fleming 17-Mar-2006
82868
82869     Signed-off-by: Andy Fleming <afleming@freescale.com>
82870
82871 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
82872 Author: Matthew McClintock <msm@freescale.com>
82873 Date:   Wed Jun 28 10:45:41 2006 -0500
82874
82875     * Fixed PCI memory definitions
82876       Patch by Andy Fleming 17-Mar-2006
82877
82878     Signed-off-by: Andy Fleming <afleming@freescale.com>
82879
82880 commit 087454609e47295443af793a282cddcd91a5f49c
82881 Author: Matthew McClintock <msm@freescale.com>
82882 Date:   Wed Jun 28 10:45:17 2006 -0500
82883
82884     * Added support for initializing second PCI bus on 85xx
82885       Patch by Andy Fleming 17-Mar-2006
82886
82887     Signed-off-by: Andy Fleming <afleming@freescale.com>
82888
82889 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
82890 Author: Matthew McClintock <msm@freescale.com>
82891 Date:   Wed Jun 28 10:44:49 2006 -0500
82892
82893     * Added PCI-X #defines for PCI-X initialization
82894       Patch by Andy Fleming on 17-Mar-2006
82895
82896     Signed-off-by: Andy Fleming <afleming@freescale.com>
82897
82898 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
82899 Author: Matthew McClintock <msm@freescale.com>
82900 Date:   Wed Jun 28 10:44:23 2006 -0500
82901
82902     * Made sure the code which disables prefetch for PCI devices
82903       sets the size of the prefetch region to 0
82904       Patch by Andy Fleming on 17-Mar-2006
82905
82906     Signed-off-by: Andy Fleming <afleming@freescale.com>
82907
82908 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
82909 Author: Matthew McClintock <msm@freescale.com>
82910 Date:   Wed Jun 28 10:43:36 2006 -0500
82911
82912     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
82913       Patch by Jon Loeliger 17-Jan-2006
82914
82915     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82916
82917 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
82918 Author: Matthew McClintock <msm@freescale.com>
82919 Date:   Wed Jun 28 10:43:00 2006 -0500
82920
82921     * Removed the oftree.dts for stxxtx in light of the changes
82922       to the flat device tree handling code
82923       Patch by Matthew McClintock 26-June-2006
82924
82925 commit 1b380ec225665e73959677f3893dc658c5925e05
82926 Author: Matthew McClintock <msm@freescale.com>
82927 Date:   Wed Jun 28 10:42:24 2006 -0500
82928
82929     * Patch to modify ft_build.c to update flat device trees in place
82930       Patch by Matthew McClintock 26-June-2006
82931
82932 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
82933 Author: Matthew McClintock <msm@freescale.com>
82934 Date:   Wed Jun 28 10:41:37 2006 -0500
82935
82936     * Modify bootm command to support booting with flat device trees
82937       Patch by Matthew McClintock 26-June-2006
82938
82939 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
82940 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
82941 Date:   Wed Jun 28 08:43:56 2006 -0500
82942
82943     Change Id to symbolic name for RTL8139
82944
82945     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
82946
82947 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
82948 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
82949 Date:   Tue Jun 27 18:12:10 2006 +0800
82950
82951     Fix RTL8139 in big endian
82952
82953     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
82954     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
82955
82956 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
82957 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
82958 Date:   Tue Jun 27 18:12:23 2006 +0800
82959
82960     Fix Tsec bug when no link
82961
82962      When tftp a non-exist file from the tftp server, u-boot will check
82963      the link of all eth port. The original file will return wrong link
82964      state on the no link ports.
82965
82966     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
82967
82968 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
82969 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
82970 Date:   Tue Jun 27 18:12:02 2006 +0800
82971
82972     Fix bug for io_bar size during pci scan
82973
82974     During the pci scan process, Some devices return bar_reponse with the
82975     highest bytes 0, such as the pci bridge in uli1575 return bar_response
82976     with 0xffffff, So the bar_size should be manually set under 64K.
82977
82978     Signed-off-by: Jason Jin <jason.jin@freescale.com>
82979
82980 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
82981 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
82982 Date:   Tue Jun 27 18:11:54 2006 +0800
82983
82984     Enable PCIE1 for MPC8641HPCN board
82985
82986     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
82987
82988 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
82989 Author: Wolfgang Denk <wd@pollux.denx.de>
82990 Date:   Mon Jun 26 11:06:00 2006 +0200
82991
82992     More code cleanup
82993
82994 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
82995 Author: Jon Loeliger <jdl@freescale.com>
82996 Date:   Thu Jun 22 08:51:46 2006 -0500
82997
82998     Fix bug in 8641hpcn reset command with no args.
82999
83000     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
83001     Acked-by: Jon Loeliger <jdl@freescale.com>
83002
83003 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
83004 Author: Zhang Wei <wei.zhang@freescale.com>
83005 Date:   Tue Jun 20 17:47:15 2006 +0800
83006
83007     Reworked IRQ mapping in OF-tree.
83008
83009 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
83010 Author: Jon Loeliger <jdl@freescale.com>
83011 Date:   Thu Jun 15 21:33:37 2006 -0500
83012
83013     Do not enable address translation on secondary CPUs.
83014     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
83015
83016     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83017
83018 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
83019 Author: Wolfgang Denk <wd@pollux.denx.de>
83020 Date:   Wed Jun 14 18:14:56 2006 +0200
83021
83022     Code cleanup
83023
83024 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
83025 Author: Wolfgang Denk <wd@pollux.denx.de>
83026 Date:   Wed Jun 14 17:45:53 2006 +0200
83027
83028     Various USB related patches
83029     - Add support for mpc8xx USB device.
83030     - Add support for Common Device Class - Abstract Control Model USB console.
83031     - Add support for flow control in USB slave devices.
83032     - Add support for switching between gserial and cdc_acm using environment.
83033     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
83034     - Update usbcore slightly to ease host enumeration.
83035     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
83036     - Add AdderUSB_config as a defconfig to enable usage of the USB console
83037       by default with the Adder87x U-Boot port.
83038     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
83039
83040 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
83041 Author: Jon Loeliger <jdl@jdl.com>
83042 Date:   Wed Jun 7 10:53:55 2006 -0500
83043
83044     Fix a get_board_sys_clk() use-before-def warning.
83045
83046     Signed-off-by: Jon Loeliger <jdl@jdl.com>
83047
83048 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
83049 Author: Jon Loeliger <jdl@jdl.com>
83050 Date:   Wed Jun 7 10:52:49 2006 -0500
83051
83052     Allow DTC path to be passed in.
83053
83054     Signed-off-by: Jon Loeliger <jdl@jdl.com>
83055
83056 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
83057 Author: Haiying Wang <haiying.wang@freescale.com>
83058 Date:   Tue Jun 6 16:54:29 2006 -0400
83059
83060     Modify the IRQ of DUART2
83061
83062 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
83063 Author: Jon Loeliger <jdl@jdl.com>
83064 Date:   Wed May 31 13:55:35 2006 -0500
83065
83066     Review cleanups.
83067
83068     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83069
83070 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
83071 Author: Jon Loeliger <jdl@jdl.com>
83072 Date:   Wed May 31 12:44:44 2006 -0500
83073
83074     White space cleanup.
83075     Some 80-column cleanups.
83076     Convert printf() to puts() where possible.
83077     Use #include "spd_sdram.h" as needed.
83078     Enhanced reset command usage message a bit.
83079
83080     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83081
83082 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
83083 Author: Jon Loeliger <jdl@jdl.com>
83084 Date:   Wed May 31 11:39:34 2006 -0500
83085
83086     Removed unneeded local_bus_init() from 8641HPCN board.
83087
83088     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83089
83090 commit 4d3d729c16c392d2982d3266b659d333c927697d
83091 Author: Jon Loeliger <jdl@jdl.com>
83092 Date:   Wed May 31 11:24:28 2006 -0500
83093
83094     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
83095
83096     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83097
83098 commit b2a941de060350ad15878d8219825f4950e9bb8e
83099 Author: Jon Loeliger <jdl@jdl.com>
83100 Date:   Wed May 31 10:07:28 2006 -0500
83101
83102     Remove dead debug code.
83103
83104     Signed-off-by: Jon Loeliger <jdl@jdl.com>
83105
83106 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
83107 Author: Jon Loeliger <jdl@freescale.com>
83108 Date:   Tue May 30 17:47:00 2006 -0500
83109
83110     Move mpc86xx PIXIS code to board directory
83111
83112     First cut at moving the PIXIS platform code out of
83113     the 86xx cpu directory and into board/mpc8641hpcn
83114     where it belongs.
83115
83116     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83117
83118 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
83119 Author: Markus Klotzbuecher <mk@denx.de>
83120 Date:   Tue May 30 16:56:14 2006 +0200
83121
83122     Support generic OHCI support for the s3c24x0 cpu.
83123
83124 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
83125 Author: Haiying Wang <Haiying.Wang@freescale.com>
83126 Date:   Tue May 30 09:10:32 2006 -0500
83127
83128     Improve "reset" command's interaction with watchdog.
83129
83130         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
83131         "reset altbank wd" will reset another bank WITH watch dog enabled
83132         "diswd" will disable watch dog after u-boot boots up successfully
83133
83134     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
83135
83136 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
83137 Author: Haiying Wang <Haiying.Wang@freescale.com>
83138 Date:   Tue May 30 08:51:19 2006 -0500
83139
83140     Fix two SDRAM setup bugs.
83141
83142         Fix ECC setup bug.
83143         Enable 1T/2T based on number of DIMMs present.
83144
83145     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
83146
83147 commit d11fec5015334deb2010e36ce00bb118cc5429a5
83148 Author: Haiying Wang <Haiying.Wang@freescale.com>
83149 Date:   Fri May 26 10:24:48 2006 -0500
83150
83151     Add first draft of the MPC8641HPCN doc/README.
83152
83153     Signed-off-by: Jon Loeliger <jdl@jdl.com>
83154
83155 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
83156 Author: Haiying Wang <Haiying.Wang@freescale.com>
83157 Date:   Fri May 26 10:13:04 2006 -0500
83158
83159     Added pci@8000 block.
83160     Updated ethernet interrupt mappings (moved up 48).
83161     Cleaned up a few comments.
83162
83163     Signed-off-by: Jon Loeliger <jdl@jdl.com>
83164
83165 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
83166 Author: Haiying Wang <Haiying.Wang@freescale.com>
83167 Date:   Fri May 26 10:01:16 2006 -0500
83168
83169     Allow args on reset command.
83170
83171     Signed-off-by: Jon Loeliger <jdl@jdl.com>
83172
83173 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
83174 Author: Markus Klotzbuecher <mk@denx.de>
83175 Date:   Tue May 23 13:38:35 2006 +0200
83176
83177     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
83178     fixes to the latter.
83179
83180 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
83181 Author: Markus Klotzbuecher <mk@denx.de>
83182 Date:   Tue May 23 10:33:11 2006 +0200
83183
83184     More cleanup for the delta board and the generic usb_ohci driver. Added
83185     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
83186     initialization and cleanup hooks respectively.
83187
83188 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
83189 Author: Markus Klotzbuecher <mk@denx.de>
83190 Date:   Mon May 22 16:33:54 2006 +0200
83191
83192     This patch adds USB storage support for the delta board. This is the first
83193     board to make use of a generic OHCI driver, that calls hooks for board
83194     dependant initialization.
83195
83196 commit 14e37081ff3cac7ebe6e93836523429853b6b292
83197 Author: Jon Loeliger <jdl@jdl.com>
83198 Date:   Fri May 19 13:28:39 2006 -0500
83199
83200     Change arbitration to round-robin for SMP linux.
83201
83202 commit 9a655876e5995be80f49054e2509500e871e4d3a
83203 Author: Jon Loeliger <jdl@jdl.com>
83204 Date:   Fri May 19 13:26:34 2006 -0500
83205
83206     Enable dual DDR controllers and interleaving.
83207
83208 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
83209 Author: Jon Loeliger <jdl@jdl.com>
83210 Date:   Fri May 19 13:22:44 2006 -0500
83211
83212     Update 86xx address map and LAWBARs.
83213
83214 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
83215 Author: Jon Loeliger <jdl@jdl.com>
83216 Date:   Fri May 19 13:14:15 2006 -0500
83217
83218     Remove L2 Cache invalidate polling.
83219
83220 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
83221 Author: Jon Loeliger <jdl@jdl.com>
83222 Date:   Fri May 19 12:33:09 2006 -0500
83223
83224     Enable 2nd CPU and I2C.
83225
83226 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
83227 Author: Jon Loeliger <jdl@freescale.com>
83228 Date:   Mon May 15 07:26:56 2006 -0500
83229
83230     Update interrupt mapping.
83231
83232 commit 6cfea33477b04b63ed47386ed1629529484c33ba
83233 Author: Haiying Wang <Haiying.Wang@freescale.com>
83234 Date:   Wed May 10 09:38:06 2006 -0500
83235
83236     Remove unneeded INIT_RAM_LOCK cache twiddling.
83237     Correctly tracks r29 as global data pointer now.
83238
83239     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
83240
83241 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
83242 Author: Jon Loeliger <jdl@freescale.com>
83243 Date:   Wed May 10 09:33:07 2006 -0500
83244
83245     Remove unnecessary flash.c file.
83246
83247 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
83248 Author: Jon Loeliger <jdl@freescale.com>
83249 Date:   Tue May 9 08:23:49 2006 -0500
83250
83251     Get MPC8641HPCN flash images working.
83252
83253         Enable the CFI driver.
83254         Remove bogus LAWBAR7 cruft.
83255         Use correct TEXT_BASE, Fixup load script.
83256         Enable SPD EEPROM during DDR setup.
83257         Use generic RFC 1918 IP addresses by default.
83258
83259 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
83260 Author: Jon Loeliger <jdl@freescale.com>
83261 Date:   Thu Apr 27 10:15:16 2006 -0500
83262
83263     Cleanup whitespaces and style issues.
83264     Removed //-style comments.
83265     Use 80-column lines.
83266     Remove trailing whitespace.
83267     Remove dead code and debug cruft.
83268
83269 commit a2320a6bf8113a09544c42d160d10ac69d049a03
83270 Author: Jon Loeliger <jdl@freescale.com>
83271 Date:   Thu Apr 27 08:22:39 2006 -0500
83272
83273     Revert bad PCI prefetch limit change.
83274
83275 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
83276 Author: Jon Loeliger <jdl@freescale.com>
83277 Date:   Wed Apr 26 17:58:56 2006 -0500
83278
83279     Initial support for MPC8641 HPCN board.