]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Prepare 2009.08
[karo-tx-uboot.git] / CHANGELOG
1 commit 632a6dd0b612eb7b143f789f2a0273917468c041
2 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3 Date:   Mon Aug 31 16:18:24 2009 +0200
4
5     Add common code dir for Matrix Vision boards.
6
7     This fixes current build failure.
8
9     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10
11     mvblm7.c: fix warning: implicit declaration of function
12     'mv_reset_environment'
13
14     Signed-off-by: Wolfgang Denk <wd@denx.de>
15
16 commit 52f6c34c85d6c16f2a41433b5000490ecf374992
17 Author: David Brownell <dbrownell@users.sourceforge.net>
18 Date:   Sun Aug 30 11:05:29 2009 -0700
19
20     bugfix CONFIG_SYS_CONSOLE_INFO_QUIET
21
22     The "console: unify printing current devices" patch goofed:
23     CONFIG_SYS_CONSOLE_INFO_QUIET is supposed to *REMOVE* boot
24     time noise, not add it.  Said patch changed the #ifndefs
25     to #ifdef; this one restores them to the proper sense.
26
27     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28
29 commit 28887d831b02c66ccc10d7f1379204b5a62f4543
30 Author: AndrĂ© Schwarz <andre.schwarz@matrix-vision.de>
31 Date:   Thu Aug 27 14:48:35 2009 +0200
32
33     Use common code for Matrix Vision boards
34
35     Clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by
36     using common code.
37
38     Signed-off-by: AndrĂ© Schwarz <andre.schwarz@matrix-vision.de>
39
40 commit 05f91a65abc3180e2896cd8ddee7a34b1d1ce6e0
41 Author: Kim Phillips <kim.phillips@freescale.com>
42 Date:   Wed Aug 26 21:27:37 2009 -0500
43
44     mpc83xx: mpc8349itx - accommodate larger kernel sizes & unzero the bootdelay
45
46     apparently the ITX was missed last round.
47
48     Also make bootdelay consistent with other boards, so as to give on the
49     opportunity to fix mistakenly set bootcmd without having checked for an
50     bootdelay zero setting first.
51
52     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53
54 commit cc861f7127f200e704baaf061a7f508e3c93f2a3
55 Author: Kim Phillips <kim.phillips@freescale.com>
56 Date:   Wed Aug 26 21:25:46 2009 -0500
57
58     mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
59
60     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61
62 commit 68e74567cf317318df52dbcb2ac170ffc5e7758a
63 Author: Feng Kan <fkan@amcc.com>
64 Date:   Fri Aug 21 10:59:42 2009 -0700
65
66     ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver
67
68     Fix ECC Correction bug where the byte offset location were double
69     flipped causing correction routine to toggle the wrong byte location
70     in the ECC segment. The ndfc_calculate_ecc routine change the order
71     of getting the ECC code.
72             /* The NDFC uses Smart Media (SMC) bytes order */
73             ecc_code[0] = p[2];
74             ecc_code[1] = p[1];
75             ecc_code[2] = p[3];
76     But in the Correction algorithm when calculating the byte offset
77     location, the s1 is used as the upper part of the address. Which
78     again reverse the order making the final byte offset address
79     location incorrect.
80         byteoffs = (s1 << 0) & 0x80;
81         .
82         .
83         byteoffs |= (s0 >> 4) & 0x08;
84     The order is change to read it in straight and let the correction
85     function to revert it to SMC order.
86
87     Signed-off-by: Feng Kan <fkan@amcc.com>
88     Acked-by: Victor Gallardo <vgallardo@amcc.com>
89     Acked-by: Prodyut Hazarika <phazarika@amcc.com>
90     Signed-off-by: Stefan Roese <sr@denx.de>
91
92 commit 30fc5cd3116cb112d0aab7e6d7c8eef1b67ed075
93 Author: Wolfgang Denk <wd@denx.de>
94 Date:   Tue Aug 25 12:22:38 2009 +0200
95
96     include/s3c24x0.h: fix S3C24X0_SPI_CHANNEL declaration
97
98     The SPI controller on the S3C24X0 has 8 bit registers, not 32 bit.
99
100     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
101     Signed-off-by: Wolfgang Denk <wd@denx.de>
102
103 commit e637385e69f63bc73b9dfd2ddd8d0f383790ca28
104 Author: Mike Frysinger <vapier@gentoo.org>
105 Date:   Thu Aug 20 19:17:59 2009 -0400
106
107     Blackfin: fix typos in gpio comments
108
109     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
110
111 commit c2fbcb6ae86c10621a386c13be57eaa766221ed5
112 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
113 Date:   Tue Aug 18 04:49:57 2009 -0400
114
115     Blackfin: cm-bf527/cm-bf537: increase flash sectors
116
117     Newer revisions of these boards have slightly larger flashes, so increase
118     the configured number of sectors so that U-Boot works on all revisions.
119
120     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
121     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
122
123 commit a794f59a75bf9fd4a44f1ad2349cae903c42b89c
124 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
125 Date:   Sun Aug 23 14:14:52 2009 +0200
126
127     sh/rsk7203: add missing include net.h
128
129     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
130
131 commit 6ac9f47977a9fc1876979871eeb14f26ba1bdbe6
132 Author: Mike Frysinger <vapier@gentoo.org>
133 Date:   Sun Aug 23 02:47:59 2009 -0400
134
135     start a linker script helper file
136
137     Start a common header file for common linker script code (such as
138     workarounds for older linkers) rather than doing this in the build system.
139
140     As fallout, we no longer execute the linker every time config.mk is
141     included by a build file (which can easily be 70+ times), but rather only
142     execute it once.
143
144     This also fixes a bug in the major version checking by creating a macro to
145     easily compare versions and keep people from making the same common
146     mistake (forgetting to check major and minor together).
147
148     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
149
150 commit 2ed0869d30602eb660569eababb8fedff36bd23a
151 Author: Mike Frysinger <vapier@gentoo.org>
152 Date:   Sat Aug 22 19:50:22 2009 -0400
153
154     Blackfin: use common code to preprocess linker script
155
156     Now that the common code preprocesses the linker script, the Blackfin code
157     no longer needs to do it.
158
159     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
160
161 commit 4d3758c835c7e96da2a291e7fb5acfc19bc06e8e
162 Author: Mike Frysinger <vapier@gentoo.org>
163 Date:   Sat Aug 22 19:48:56 2009 -0400
164
165     .gitignore: ignore generated u-boot.lds
166
167     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
168
169 commit 79b91de958511840d2a7491be92d435b7ef43f17
170 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
171 Date:   Sat Aug 22 14:21:53 2009 +0200
172
173     include/mmc.h: Fix typo in IS_SD() macro
174
175     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
176
177 commit 963f2f611741f8d9c38bd7caf20ae8c95cab7b3f
178 Author: Wolfgang Denk <wd@denx.de>
179 Date:   Sat Aug 22 23:27:26 2009 +0200
180
181     Prepare 2009.08-rc3
182
183     Update CHANGELOG, minor Coding Style cleanup.
184
185     Signed-off-by: Wolfgang Denk <wd@denx.de>
186
187 commit 5b2da6a309266f21cbb68f06fcfdf9ba141022e7
188 Author: Michal Simek <monstr@monstr.eu>
189 Date:   Fri Aug 21 06:52:25 2009 +1000
190
191     qemu-mips: Fix Qemu website
192
193     Signed-off-by: Michal Simek <monstr@monstr.eu>
194     Signed-off-by: Michal Simek <michal.simek@petalogix.com>
195     Acked-by: Shinya Kuribayashi <skuribay@pobox.com>
196
197 commit 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde
198 Author: Kim Phillips <kim.phillips@freescale.com>
199 Date:   Fri Aug 21 16:34:38 2009 -0500
200
201     mpc83xx: accommodate larger kernel sizes by default
202
203     linux mpc83xx_defconfig kernels are getting bigger, accommodate for
204     their growth by adjusting default load and fdt addresses.
205
206     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
207
208 commit 8eceeb7fd656d6d071c0a8b615e178aca5775fff
209 Author: Kim Phillips <kim.phillips@freescale.com>
210 Date:   Fri Aug 21 16:33:15 2009 -0500
211
212     mpc83xx: mpc8377erdb - change DDR settings to those from latest bsp
213
214     when using Linus' 83xx_defconfig, the mpc8377rdb would hang at boot
215     at either:
216
217     NET: Registered protocol family 16
218
219     or the
220
221     io scheduler cfq registered
222
223     message.  Fixing up these DDR settings appears to fix the problem.
224
225     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
226
227 commit 27c5248dd4c9ba4a36899689595956c5e59e349a
228 Author: Kim Phillips <kim.phillips@freescale.com>
229 Date:   Fri Aug 21 16:31:20 2009 -0500
230
231     mpc83xx: tqm8349 - remove pci & flash window conflict
232
233     commit 9993e196da707a0a1cd4584f1fcef12382c1c144 "mpc83xx: convert all
234     remaining boards over to 83XX_GENERIC_PCI" remapped pci windows on
235     tqm834x to make it more consistent with the other 83xx boards.  During
236     that time however, the author failed to realize that FLASH_BASE was
237     occupying the same range as what PCI1_MEM_BASE was being assigned.
238
239     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
240     Tested-by: Wolfgang Denk <wd@denx.de>
241
242 commit 6d2c26ac831f033b0025cfb256365a047f8dd115
243 Author: Heiko Schocher <hs@denx.de>
244 Date:   Fri Aug 21 16:30:30 2009 -0500
245
246     mpc83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs
247
248     Signed-off-by: Heiko Schocher <hs@denx.de>
249     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
250
251 commit 193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb
252 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
253 Date:   Fri Aug 21 16:27:05 2009 -0500
254
255     mpc83xx: mpc8349 - delete unused SYS_MID_FLASH_JUMP
256
257     This was introduced with the MPC8349EMDS board, and then copied to
258     a couple other boards by nature of being the reference implementation.
259
260       u-boot$git grep CONFIG_SYS_MID_FLASH_JUMP
261       include/configs/MPC8349EMDS.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000
262       include/configs/sbc8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
263       include/configs/vme8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
264       u-boot$
265
266     It currently isn't used, so delete it before it spreads further.
267
268     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
269     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
270
271 commit c0d660fbbede322648ec79d3e39389e48f5fab24
272 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
273 Date:   Fri Aug 21 16:21:58 2009 -0500
274
275     mpc83xx: sbc8349 - make enabling PCI more user friendly
276
277     Prior to this commit, to enable PCI, you had to go manually
278     edit the board config header, which isn't really user friendly.
279     This adds the typical PCI make targets to the toplevel Makefile
280     in accordance with what is being done with other boards.
281
282     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
283     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
284
285 commit a3c5057a6c05b4c7235a270486220e4511366133
286 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
287 Date:   Fri Aug 7 23:37:54 2009 +0200
288
289     eeprom_m95xxx: remove unused variable i
290
291     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
292
293 commit 8cf19b9fec92d8aa22b2fe4b4e6976743b1daa51
294 Author: Ilya Yanok <yanok@emcraft.com>
295 Date:   Fri Jul 17 15:02:42 2009 +0400
296
297     jffs2: some fixes to summary support
298
299     This patch fixes some issues with JFFS2 summary support in U-Boot.
300     1/ Summary support made compilation configurable (as summary support
301     considered expiremental even in Linux).
302     2/ Summary code can do unaligned 16-bit and 32-bit memory accesses.
303     We need to get data byte by byte to exclude data aborts.
304     3/ Make summary scan in two passes so we can safely fall back to full
305     scan if we found unsupported entry in the summary.
306
307     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
308
309 commit 11906936e168d12d684bb3d2930a62693ba3d84e
310 Author: Prafulla Wadaskar <prafulla@marvell.com>
311 Date:   Mon Aug 10 18:55:54 2009 +0530
312
313     arm: rd6281a: Fixed NAND specific warning
314
315     It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
316     for NAND specific warning removal, same is done in this patch
317
318     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
319
320 commit b5ffb193330113d2e00489d96bf8ec1f541ed4e1
321 Author: Wolfgang Denk <wd@denx.de>
322 Date:   Thu Aug 13 00:37:16 2009 +0200
323
324     TRAB: make independent of specific libgcc helper routines
325
326     The TRAB board references local libgcc helper routines
327     (lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems
328     when we try to use the normal, compiler provided libgcc instead.
329     Removing these references allows to build both with and without the
330     local libgcc helper routines.
331
332     Signed-off-by: Wolfgang Denk <wd@denx.de>
333
334 commit 1aada9cd643567d351667138851e9231ccfa245a
335 Author: Wolfgang Denk <wd@denx.de>
336 Date:   Mon Aug 17 14:00:53 2009 +0200
337
338     Fix all linker scripts for older binutils versions (pre-2.16)
339
340     Commit f62fb99941c6 fixed handling of all rodata sections by using a
341     wildcard combined with calls to ld's builtin functions SORT_BY_ALIGNMENT()
342     and SORT_BY_NAME().  Unfortunately these functions were only
343     introduced with biunutils version 2.16, so the modification broke
344     building with all tool chains using older binutils.
345
346     This patch makes it work again.  This is done by omitting the use of
347     these functions for such old tool chains.  This will result in
348     slightly larger target binaries, as the rodata sections are no longer
349     in optimal order alignment-wise which reauls in unused gaps, but the
350     effect was found to be insignificant - especially compared to the fact
351     that you cannot build U-Boot at all in the current state.
352
353     As ld seems to have no support for conditionals we run the linker
354     script through the C preprocessor which can be easily used to remove
355     the unwanted function calls.
356
357     Note that the C preprocessor must be run with the "-ansi" (or a
358     "-std=") option to make sure all the system-specific predefined
359     macros outside the reserved namespace are suppressed. Otherise, cpp
360     might for example substitute "powerpc" to "1", thus corrupting for
361     example "OUTPUT_ARCH(powerpc)" etc.
362
363     Signed-off-by: Wolfgang Denk <wd@denx.de>
364     Cc: Mike Frysinger <vapier@gentoo.org>
365
366 commit f772acf8a584067033eff1e231fcd1fb3a00d3d9
367 Author: Wolfgang Denk <wd@denx.de>
368 Date:   Mon Aug 17 13:17:29 2009 +0200
369
370     ARM: compiler options cleanup - improve tool chain support
371
372     For some time there have been repeated reports about build problems
373     with some ARM (cross) tool chains.  Especially issues about
374     (in)compatibility with the tool chain provided runtime support
375     library libgcc.a caused to add and support a private implementation
376     of such runtime support code in U-Boot.  A closer look at the code
377     indicated that some of these issues are actually home-made.  This
378     patch attempts to clean up some of the most obvious problems and make
379     building of U-Boot with different tool chains easier:
380
381     - Even though all ARM systems basicy used the same compiler options
382       to select a specific ABI from the tool chain, the code for this was
383       distributed over all cpu/*/config.mk files.  We move this one level
384       up into lib_arm/config.mk instead.
385
386     - So far, we only checked if "-mapcs-32" was supported by the tool
387       chain; if yes, this was used, if not, "-mabi=apcs-gnu" was
388       selected, no matter if the tool chain actually understood this
389       option.  There was no support for EABI conformant tool chains.
390       This patch implements the following logic:
391
392       1) If the tool chain supports
393         "-mabi=aapcs-linux -mno-thumb-interwork"
394          we use these options (EABI conformant tool chain).
395       2) Otherwise, we check first if
396         "-mapcs-32"
397          is supported, and then check for
398         "-mabi=apcs-gnu"
399          If one test succeeds, we use the first found option.
400       3) In case 2), we also test if "-mno-thumb-interwork", and use
401          this if the test succeeds. [For "-mabi=aapcs-linux" we set
402          "-mno-thumb-interwork" mandatorily.]
403
404       This way we use a similar logic for the compile options as the
405       Linux kernel does.
406
407     - Some EABI conformant tool chains cause external references to
408       utility functions like raise(); such functions are provided in the
409       new file lib_arm/eabi_compat.c
410
411       Note that lib_arm/config.mk gets parsed several times, so we must
412       make sure to add eabi_compat.o only once to the linker list.
413
414     Signed-off-by: Wolfgang Denk <wd@denx.de>
415     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
416     Cc: Dirk Behme <dirk.behme@googlemail.com>
417     Cc: Magnus Lilja <lilja.magnus@gmail.com>
418     Cc: Tom Rix <Tom.Rix@windriver.com>
419     Cc: Prafulla Wadaskar <prafulla@marvell.com>
420     Acked-by: Sergey Kubushyn <ksi@koi8.net>
421     Tested-by: Magnus Lilja <lilja.magnus@gmail.com>
422     Tested-by: Andrzej Wolski <awolski@poczta.fm>
423     Tested-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
424     Tested-by: Tom Rix <Tom.Rix@windriver.com>
425     Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
426
427 commit 269610f6ba2e4a7bc27d2e53d43160614016964f
428 Author: Mingkai Hu <Mingkai.hu@freescale.com>
429 Date:   Thu Jul 30 17:56:51 2009 +0800
430
431     NAND boot: fix nand_load overlap issue
432
433     The code copy data from NAND flash block by block, so when
434     the data length isn't a whole-number multiple of the block
435     size, it will overlap the rest space.
436
437     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
438     Signed-off-by: Scott Wood <scottwood@freescale.com>
439
440 commit 1fc1d9aed08f2b3366d634fda6712a710b2cff9a
441 Author: Giulio Benetti <giulio.benetti@micronovasrl.com>
442 Date:   Fri Jul 31 17:30:34 2009 -0500
443
444     add WATCHDOG_RESET() on nand write and read
445
446     Signed-off-by: giulio.benetti@micronovasrl.com
447     Acked-by: Wolfgang Denk <wd@denx.de>
448     Signed-off-by: Scott Wood <scottwood@freescale.com>
449
450 commit b1e849f2201bbbf3ca81fde164f154f9caf7f0e9
451 Author: Peter Tyser <ptyser@xes-inc.com>
452 Date:   Wed Feb 4 15:14:05 2009 -0600
453
454     tsec: Wait for auto-negotiation to complete without link
455
456     Previously, waiting for auto-negotiation would only occur if a valid
457     link had been detected.  Problems arose when attempting to use a
458     tsec immediately after bootup but before link was achieved, eg:
459     => dhcp
460     Auto-neg error, defaulting to 10BT/HD
461     eTSEC1: No link.
462     Auto-neg error, defaulting to 10BT/HD
463     eTSEC2: No link.
464     =>
465
466     With this patch applied the same operation as above resulted in:
467     => dhcp
468     Waiting for PHY auto negotiation to complete. done
469     Enet starting in 1000BT/FD
470     Speed: 1000, full duplex
471
472     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
473     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
474
475 commit 477fa6378fbd3e47a5e2e83d0dd3970d5b1c8371
476 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
477 Date:   Thu Aug 20 10:14:11 2009 +0200
478
479     arm: kirkwood: See to it that sent data is 8-byte aligned
480
481     U-boot might use non-8-byte-aligned addresses for sending data, which
482     the kwgbe_send doesn't accept (bootp does this for me). This patch
483     copies the data to be sent to a malloced temporary buffer if it is
484     non-aligned.
485
486     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
487     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
488
489 commit cad713bf7548b9e90433dac8270165402a6c9cc3
490 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
491 Date:   Thu Aug 20 10:13:06 2009 +0200
492
493     Wait for the link to come up on kirkwood network init
494
495     This patch makes the device wait for up to 5 seconds for the link to
496     come up, similar to what many of the other network drivers do. This
497     avoids confusing situations where, e.g., a tftp fails when initiated
498     early after U-boot has started (before the link has come up).
499
500     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
501     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
502
503 commit bb1ca3b27f7fba8c73cb10279a6a8b8b69a308ff
504 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
505 Date:   Thu Aug 20 10:12:28 2009 +0200
506
507     arm:kirkwood Define kirkwood phy address magic number
508
509     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
510     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
511
512 commit f81ecb5d3300bf92d17302d3712f30585c182da9
513 Author: Timur Tabi <timur@freescale.com>
514 Date:   Mon Aug 17 15:55:38 2009 -0500
515
516     e1000: fix PCI memory addressing
517
518     The Intel E1000 driver was making assumptions about the relationship between
519     some virtual, physical, and PCI addresses.
520
521     Also fix some bad usage of the DEBUGOUT macro
522
523     Signed-off-by: Timur Tabi <timur@freescale.com>
524     Acked-by: Kumar Gala <galak@kernel.crashing.org>
525     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
526
527 commit b644006e1a7baa227aedc606ecdf0bb5eeb24cab
528 Author: Ilya Yanok <yanok@emcraft.com>
529 Date:   Wed Aug 12 16:42:48 2009 +0400
530
531     jffs2: clean the cache in case of malloc fails in build_lists
532
533     We should call jffs2_clean_cache() if we return from jffs2_build_lists()
534     with an error to prevent usage of incomplete lists. Also we should
535     free() a local buffer to prevent memory leaks.
536
537     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
538
539 commit 7ff66bb0be80cadd681be22a72e5eb02ee14c878
540 Author: Heiko Schocher <hs@denx.de>
541 Date:   Wed Aug 12 10:17:03 2009 +0200
542
543     ppc: trigger WDT before starting Linux
544
545     Signed-off-by: Heiko Schocher <hs@denx.de>
546
547 commit 918319c705d8a3d6251919a660baef32ff3a829a
548 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
549 Date:   Wed Jul 22 18:30:03 2009 +0200
550
551     Update the mtd driver name in bootargs for at91-based boards
552
553     The name of the atmel nand driver in the kernel changed from at91_nand
554     to atmel_nand back in June 2008, but the at91-based boards config files
555     still refer to at91_nand. This patch updates them with the new name
556
557     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
558
559 commit 8fa656aa5289815d942ebdc26182ccb9f2b9c86f
560 Author: Ben Goska <goskab@onid.oregonstate.edu>
561 Date:   Fri Aug 14 10:03:36 2009 -0700
562
563     omap3: Fixed a problem with hwecc
564
565     In commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e there
566     was a typo that offset all the ecc registers by 4 bytes, fixed that.
567
568     Signed-off-by: Ben Goska <goskab@onid.oregonstate.edu>
569     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
570
571 commit 514bab6609acd1a2a19fdd75c2f6255178db7c96
572 Author: Stefan Roese <sr@denx.de>
573 Date:   Mon Aug 17 16:57:53 2009 +0200
574
575     ppc4xx: Fix "chip_config" command for AMCC Arches
576
577     This patch fixes the "chip_config" command for I2C bootstrap EEPROM
578     configuration. First it changes the I2C bootstrap EEPROM address to
579     0x54 as this is used on Arches (instead of 0x52 on Canyonlands/
580     Glacier). Additionally, the NAND bootstrap settings are removed
581     for Arches since Arches doesn't support NAND-booting.
582
583     Signed-off-by: Stefan Roese <sr@denx.de>
584
585 commit 4af34177b657e91263919a307fd0b0865a299e52
586 Author: Wolfgang Denk <wd@denx.de>
587 Date:   Sun Aug 16 23:40:13 2009 +0200
588
589     Monahans: avoid floating point calculations
590
591     Current code for the Monahans CPU defined OSCR_CLK_FREQ as 3.250 (MHz)
592     which caused floating point operations to be used. This resulted in
593     unresolved references to some FP related libgcc functions when using
594     U-Boot's private libgcc functions.
595
596     Change the code to use fixed point math only.
597
598     Signed-off-by: Wolfgang Denk <wd@denx.de>
599
600 commit e393e2e9bc5cd3d5484e193d1380e7cd7587ab5c
601 Author: Kumar Gala <galak@kernel.crashing.org>
602 Date:   Fri Aug 14 16:43:22 2009 -0500
603
604     85xx: Fix addrmap to include memory
605
606     When we init the addrmap based on the TLB we will not end up getting
607     the TLB that covers memory if we are using SPD.  The reason is we
608     haven't relocated at the point that we setup the memory TLB and thus it
609     will not get setup in the addrmap.
610
611     Instead we can just walk over the TLB array after we've relocated and
612     see all the TLBs that have been set and use that information to populate
613     the initial addrmap.  By doing this we insure that we get the TLB
614     entries that cover memory.
615
616     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
617
618 commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030
619 Author: John Schmoller <jschmoller@xes-inc.com>
620 Date:   Wed Aug 12 10:55:47 2009 -0500
621
622     flash: Fix CFI buffer size bug
623
624     Fix bug introduced by 9c048b523413ae5f3ff34e00cf57569c3368ab51.
625
626     The cfi_flash.c driver cast the flash buffer size to a uchar in
627     flash_write_cfibuffer(). On some flash parts, (tested on Numonyx
628     part PC32F512M29EWH), the buffer size is 1KB. Remove the cast to
629     uchar to enable buffer sizes to be larger.
630
631     Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
632     Signed-off-by: Stefan Roese <sr@denx.de>
633
634 commit f6e3a1fa92f61083885178101e973c86b419a6f7
635 Author: Mike Frysinger <vapier@gentoo.org>
636 Date:   Thu Aug 13 00:32:14 2009 -0400
637
638     trab: rename spi_init()
639
640     The local board-specific spi_init() function conflicts with the common SPI
641     layer, so rename it to something board-specific.
642
643     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
644
645 commit 253cb831f5861358a7fa673305cdf7ded1096f44
646 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
647 Date:   Wed Jul 29 06:05:20 2009 -0400
648
649     zlib: add watchdog reset call
650
651     This patch adds watchdog reset call to allow its invokation during decompression
652     phase. This control was present on old zlib version and here it is
653     backported for those relevant routines. This patch is sent as a zlib separate
654     one beacuse it was not tested due to specific board lack.
655     zlib patches will be unified just in one when this will be validated through
656     tests.
657
658     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
659
660 commit dce3d797102b6618e8bdd4a09cfd35969f165d86
661 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
662 Date:   Wed Jul 29 08:05:08 2009 -0400
663
664     zlib: updated to v.1.2.3
665
666     This patch updates zlib to the latest stable version.
667     Only relevant zlib parts were ported to u-boot tree, as already did for the
668     current zlib (0.95). New zlib guarantees a faster inflate performances
669     other then others improvements as explained at www.zlib.net.
670     It also includes Alessandro Rubini's patches to allow 0 as destination pointer
671     and to call watchdog reset if required by architecture.
672
673     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
674     Reviewed-by: Angelo Castello <angelo.castello@st.com>
675     Reviewed-by: Alessandro Rubini <rubini-list@gnudd.com>
676
677 commit 3426d65daab6af483b177ed502038f52ed2e5aef
678 Author: Heiko Schocher <hs@denx.de>
679 Date:   Tue Aug 11 10:37:58 2009 +0200
680
681     dtt, lm81: move unneccessary printf into a debug printf
682
683     Signed-off-by: Heiko Schocher <hs@denx.de>
684
685 commit 54e399f110bbaa24e662e6dd9e88ddb86989d668
686 Author: Mark Jackson <mpfj-list@mimc.co.uk>
687 Date:   Tue Aug 11 11:33:47 2009 +0100
688
689     MIMC200: reduce LCD pixclock
690
691     The initial pixclock for the MIMC200 board is wrong (and causes
692     screen corruption due to DMA underruns).
693
694     This patch simply reduces the pixel clock to fix the problem.
695
696     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
697
698 commit 1443cd7e54d6893ab7cc51d93fe7759cdaa8b31f
699 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
700 Date:   Wed Jul 1 14:04:05 2009 -0400
701
702     UEC FIXED PHY: Determine fixed-phy port using UEC interface name.
703
704     Fixed a misunderstanding in the original implementation, 'devnum' that
705     was used in the cpu/ppc4xx/4xx_enet.c implementation was NOT the
706     PHY's SMI address, rather it was the number of the MAC interface on
707     the CPU. The equivalent of this for uec_phy will be the UEC number
708     stored in mii_info->dev->name. Usage example is updated for uec.
709
710     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
711     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
712
713 commit 1a9519373b977ef3f7c9563ad3acb6c6f2424657
714 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
715 Date:   Wed Jul 1 14:03:15 2009 -0400
716
717     Assigned a static SMI address to all UECs TBIPA address.
718
719     It is set to 0x1F by default and can be overwritten on the board
720     header file by defining CONFIG_UTBIPAR_INIT_TBIPA. This allows
721     the CPU to simply "reserve" one SMI address instead of using
722     a different one for each UEC.
723
724     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
725     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
726
727 commit 9fd38a01cbc0ce4a8db41f72677103ed04b23db5
728 Author: Prafulla Wadaskar <prafulla@marvell.com>
729 Date:   Mon Aug 10 19:43:06 2009 +0530
730
731     net: kirkwood: updates: used eth_setenv_enetaddr api
732
733     eth_setenv_enetaddr is avaible by upper layer
734     using this saves 204 bytes on total image size
735
736     used Local OUI instead of Marvell OUI for
737     random MAC address generation logic
738
739     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
740     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
741
742 commit ecbd2078a1f56c85b6c56afaaed862bf92ccd3f3
743 Author: Roy Zang <tie-fei.zang@freescale.com>
744 Date:   Tue Aug 11 03:48:05 2009 +0800
745
746     Fix E1000 build warning on AP1000 board
747
748      Fix E1000 build warning on AP1000 board
749      Fix the build warning on AP1000 board:
750      e1000.c:131: warning: 'e1000_read_eeprom' used but never defined
751      e1000.c:2012: warning: 'e1000_set_phy_mode' defined but not used
752
753     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
754     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
755
756 commit b3af1d698b031e721bacaee8715d79daaf823de6
757 Author: Sandeep Paulraj <s-paulraj@ti.com>
758 Date:   Mon Aug 10 12:24:40 2009 -0400
759
760     ARM: Davinci DM355: Enabling DM9000 on DM355 EVM
761
762     Due to recent changes to the NET support on U-boot, DM9000
763     is no longer detected on the DM355 EVM.
764     This minor update enables DM9000 on the DM355 EVM.
765     Tested on the DM355 EVM
766
767     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
768     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
769
770 commit 08c2df33f1cd5935938486e968696f94ad406313
771 Author: Prafulla Wadaskar <prafulla@marvell.com>
772 Date:   Mon Aug 10 19:23:19 2009 +0530
773
774     net: phy: bugfixes: mv88E61xx compiler warnings fixed
775
776     1. mv88E61xx driver compiler warnings fixed
777     2. idstr if-else statements changed to switch() construct
778        and added default case too.
779        This fixed idstr may be uninitialized warning
780
781     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
782     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
783
784 commit 750326e5d540885e3ec36bda9464b8269249f6ce
785 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
786 Date:   Mon Aug 10 11:00:00 2009 +0800
787
788     arm: A320: driver for FTMAC100 ethernet controller
789
790     This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board.
791
792     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
793     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
794
795 commit f90dc43fd67eea71124b999a7d5e617d0d86795b
796 Author: Kumar Gala <galak@kernel.crashing.org>
797 Date:   Mon Aug 10 16:40:55 2009 -0500
798
799     85xx: Removed BEDBUG support from FSL 85xx boards
800
801     For some reason the MPC8544 enabled BEDBUG if PCI was enabled and that
802     got copied int the MPC8536, MPC8572 and P2020 DS boards.  The BEDBUG
803     support has never been made to work completely on e500/85xx so we
804     just disable it to save space and match the other FSL 85xx boards.
805
806     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
807
808 commit eb1a4d0a471505c169bef19a73a60f8641f0b875
809 Author: Wolfgang Denk <wd@denx.de>
810 Date:   Mon Aug 10 10:39:12 2009 +0200
811
812     Prepare 2009.08-rc2
813
814     Update CHANGELOG
815
816     Signed-off-by: Wolfgang Denk <wd@denx.de>
817
818 commit 53cc18c71b2b920cca171874c6663e274fa80556
819 Author: Wolfgang Denk <wd@denx.de>
820 Date:   Mon Aug 10 10:38:34 2009 +0200
821
822     Minor coding style cleanup.
823
824     Signed-off-by: Wolfgang Denk <wd@denx.de>
825
826 commit d371708a1beda0f529756e614af785b30461379e
827 Author: Wolfgang Denk <wd@denx.de>
828 Date:   Mon Aug 10 09:59:10 2009 +0200
829
830     net/tftp.c: fix warning: pointer targets differ in signedness
831
832     tftp.c:294: warning: pointer targets in passing argument 1 of 'strlen'
833     differ in signedness
834
835     This was only visible for the utx8245 board which seems to have DEBUG
836     enabled.
837
838     Signed-off-by: Wolfgang Denk <wd@denx.de>
839
840 commit 3ed9e943fdfe51174b23989d48563b8c1b7d2ea8
841 Author: Dirk Behme <dirk.behme@googlemail.com>
842 Date:   Sat Aug 8 16:06:47 2009 +0200
843
844     ARM Cortex A8: Remove bogus config.mk entries
845
846     Remove bogus config.mk entry, fix newline and remove redundant
847     omap3/config.mk
848
849     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
850
851 commit cd3dcba1422d3441503251fbc69cf2437c440781
852 Author: Dirk Behme <dirk.behme@googlemail.com>
853 Date:   Sat Aug 8 12:46:09 2009 +0200
854
855     OMAP3: Fix missing GPMC_CONFIG_CS0_BASE
856
857     Applying two indepenent OMAP3 patches resulted in missing
858     GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc
859     config struct" removes GPMC_CONFIG_CS0_BASE, independent patch
860     "omap3: bug fix for NOR boot support" introduces it's usage.
861     Re-introduce GPMC_CONFIG_CS0_BASE.
862
863     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
864
865 commit ba3dbaf281130029ecb970a922551902c1d80b50
866 Author: Ilya Yanok <yanok@emcraft.com>
867 Date:   Mon Jun 8 04:12:49 2009 +0400
868
869     mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
870
871     This is a port of Linux driver for SDHC host controller hardware
872     found on Freescale's MX2 and MX3 processors. Uses new generic MMC
873     framework (CONFIG_GENERIC_MMC) and it looks like there are some
874     problems with a framework (at least on LE cpus). Some of these
875     problems are addressed in the following patches.
876
877     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
878
879 commit 642d7b63c343633dcafc4e23a20e32604a05ff13
880 Author: Alessandro Rubini <rubini-list@gnudd.com>
881 Date:   Fri Aug 7 12:35:47 2009 +0200
882
883     kirkwood/gpio.h: remove duplicate definition
884
885     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
886
887 commit 3ac374c0f0b7d856f1a43317a286f2079106bd6a
888 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
889 Date:   Fri Aug 7 12:37:36 2009 +0200
890
891     Add driver for the ST M95xxx SPI EEPROM
892
893     This chip is used in a number of boards manufactured by Calao-Systems
894     which should be supported soon. This driver provides the necessary
895     spi_read and spi_write functions necessary to communicate with the chip.
896
897     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
898
899 commit 30951960bae9a2c33e324a7165962a082e913f9e
900 Author: Prafulla Wadaskar <prafulla@marvell.com>
901 Date:   Fri Aug 7 22:27:32 2009 +0530
902
903     arm: Sheevaplug: Fixed NAND specific warning
904
905     It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
906     for NAND specific warning removal, same is done in this patch
907
908     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
909
910 commit 317734966e763fdee183898c0ed940c9bada2541
911 Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
912 Date:   Fri Aug 7 13:53:20 2009 -0400
913
914     Dual-license IBM code contributions
915
916     It was brought to our attention that U-Boot contains code derived from the
917     IBM OpenBIOS source code originally provided with some of the older PowerPC
918     4xx development boards.  As a result, the original license of this code has
919     been carried in the various files for a number of years in the U-Boot project.
920
921     IBM is dual-licensing the IBM code contributions already present in U-Boot
922     under either the terms of the GNU General Public License version 2, or the
923     original code license already present.
924
925     Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
926
927 commit cfd700be9f5ed289fd57a9bd61e266319badcb0d
928 Author: Kumar Gala <galak@kernel.crashing.org>
929 Date:   Wed Aug 5 09:03:54 2009 -0500
930
931     fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges
932
933     If the size of a region equal to 4G it can't be represnted in a 32-bit
934     BAR so we should have marked that case as MEM64.
935
936     Additionally bump the number of inbound windows up to 4 to handle the
937     fact that Freescale PPCs that have an implicit window for CCSRBAR.
938
939     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
940
941 commit 59b4d7471c42e955bd9846892a0cc7478171778d
942 Author: Wolfgang Denk <wd@denx.de>
943 Date:   Thu Aug 6 21:29:59 2009 +0200
944
945     ARM EABI: add new helper functions resp. function names
946
947     The ARM EABI defines new names for GCC helper functions,
948     and GCC seems to need some new functions as well.
949
950     This patch is a minimal-invasive approach to fix problems with EABI
951     conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes").
952
953     Signed-off-by: Wolfgang Denk <wd@denx.de>
954     Tested-by: Dirk Behme <dirk.behme@googlemail.com>
955
956 commit 197324d7d998a791e5137b8176981b4af25220ae
957 Author: Peter Tyser <ptyser@xes-inc.com>
958 Date:   Wed Aug 5 16:18:44 2009 -0500
959
960     hush: Fix bogus free() call
961
962     An off-by-one error in hush.c resulted in an unintentional free() call
963     every time a command was executed
964
965     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
966
967 commit ff27650bb255e2275a212357b78c3b77cbf1d2e9
968 Author: Detlev Zundel <dzu@denx.de>
969 Date:   Wed Aug 5 18:37:45 2009 +0200
970
971     digsy_mtc: Update default environment
972
973     Signed-off-by: Detlev Zundel <dzu@denx.de>
974
975 commit 0b40bd439a33bde9e3cccf1acb5744225d0c6103
976 Author: Detlev Zundel <dzu@denx.de>
977 Date:   Wed Aug 5 18:37:44 2009 +0200
978
979     digsy_mtc: Add delay in SPI transfers to the companion controller.
980
981     While at it, remove initialization of variables which will be set
982     before usage in all cases.
983
984     Signed-off-by: Detlev Zundel <dzu@denx.de>
985
986 commit 0bf00750e082a004e5fb058925622ae72890cc56
987 Author: Anatolij Gustschin <agust@denx.de>
988 Date:   Wed Aug 5 18:37:43 2009 +0200
989
990     digsy_mtc: minor fixes for mtc command help
991
992     Add mtc state subcommand description to the
993     help of mtc command.
994
995     Remove some newlines in description of commands
996     for proper help formating.
997
998     Signed-off-by: Anatolij Gustschin <agust@denx.de>
999
1000 commit 5cc69084189bf49aa99d13d57515be72d1844bdf
1001 Author: Grzegorz Bernacki <gjb@semihalf.com>
1002 Date:   Wed Aug 5 18:37:42 2009 +0200
1003
1004     digsy_mtc: Add mtc state command.
1005
1006     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1007
1008 commit 716655288a53c95fad203ebf21d0b8ffdc2f7525
1009 Author: Wolfgang Denk <wd@denx.de>
1010 Date:   Tue Jul 28 22:35:39 2009 +0200
1011
1012     Partition support: remove newline from partition name
1013
1014     Remove bogus newline character that got added to the .name field of
1015     the disk_partition_t structure.
1016
1017     Signed-off-by: Wolfgang Denk <wd@denx.de>
1018
1019 commit 3f1649fb0dfb1e5c8890de154c332c394db5cdb5
1020 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
1021 Date:   Tue Jul 28 09:33:17 2009 +0200
1022
1023     Fix LZMA string.h header inclusion issue and remove unused variables.
1024
1025     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
1026
1027 commit 1c6232f1e2eae87e0e36d489611eb6891dff21e1
1028 Author: Jens Scharsig <esw@bus-elektronik.de>
1029 Date:   Mon Jul 27 15:28:42 2009 +0200
1030
1031     bus_vcxk.c: fix warning: unused variable 'lineptr'
1032
1033     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
1034
1035 commit 18304f7675e84252965b4e24cba279071f1da472
1036 Author: Mike Frysinger <vapier@gentoo.org>
1037 Date:   Fri Jul 24 17:51:27 2009 -0400
1038
1039     env: kill off default_environment_size
1040
1041     The only environment type that uses this variable is spi flash, and that is
1042     only because it is reimplementing the common set_default_env() function.
1043     So fix the spi flash code and kill off the default_environment_size in the
1044     process.
1045
1046     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1047
1048 commit bedd8403f77f790e9876578885eab1200ba2f8d8
1049 Author: Mike Frysinger <vapier@gentoo.org>
1050 Date:   Thu Jul 23 16:37:48 2009 -0400
1051
1052     export SPI functions to standalone apps
1053
1054     While we're here, fix the broken #ifdef handling in _exports.h.
1055
1056     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1057
1058 commit 3b9043a7c03290c9bdbef03848307263f5f3472c
1059 Author: Penda Naveen Kumar <pnaveen@ti.com>
1060 Date:   Fri Jul 31 00:06:36 2009 +0530
1061
1062     omap3: bug fix for NOR boot support
1063
1064     This patch provides bug fix, when omap3 uses nor boot.
1065
1066     Signed-off-by: Penda Naveen Kumar<pnaveen@ti.com>
1067     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
1068
1069 commit 61c68ae0b43bb5d6ab32958c45289aa197b1a2d1
1070 Author: Michael Evans <horse_dung@hotmail.com>
1071 Date:   Mon Jul 13 20:13:45 2009 +0100
1072
1073     Fix examples for OMAP3 boards...
1074
1075     The attached patch corrects an error in the examples/Makefile which
1076     causes the applications in the examples directory to hang on OMAP3
1077     based boards. The current Makefile sets -Ttext during linking to
1078     0x0c100000 which is outside of addressable SDRAM memory. The script
1079     corrects the existing ifeq...else...endif logic to look at the VENDOR
1080     tag rather than the CPU tag.
1081
1082     The patch affects the following configs: omap3_beagle_config,
1083     omap3_overo_config, omap3_evm_config, omap3_pandora_config,
1084     omap3_zoom1_config and omap3_zoom2_config.
1085
1086     Signed-off-by: Michael Evans <horse_dung@hotmail.com>
1087
1088     Edited commit message.
1089     Signed-off-by: Wolfgang Denk <wd@denx.de>
1090
1091 commit a3d1421dfd0bb1a729e171f8a093ac837f92cec6
1092 Author: Dirk Behme <dirk.behme@googlemail.com>
1093 Date:   Sat Aug 8 09:30:23 2009 +0200
1094
1095     omap3: use only fixed-size types inside ctrl_structs
1096
1097     replace variable types in ctrl_structs for omap3 by those with
1098     fixed size (u8, u16, u32).
1099     Additional ifndef-protection is needed by examples which do not
1100     compile when including asm/types.h
1101
1102     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
1103     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1104
1105 commit 894113529e3a04871544dde977d6d7adee05d3bf
1106 Author: Dirk Behme <dirk.behme@googlemail.com>
1107 Date:   Sat Aug 8 09:30:22 2009 +0200
1108
1109     omap3: replace all instances of gpmc config struct by one global
1110
1111     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
1112     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1113
1114 commit 97a099eaa48d5c762c4f73c52c3090c513b8b877
1115 Author: Dirk Behme <dirk.behme@googlemail.com>
1116 Date:   Sat Aug 8 09:30:21 2009 +0200
1117
1118     omap3: remove typedefs for configuration structs
1119
1120     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
1121     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1122
1123 commit aa0707897c49c330b7d6b8d8362e44f60f224732
1124 Author: Roy Zang <tie-fei.zang@freescale.com>
1125 Date:   Fri Jul 31 13:34:02 2009 +0800
1126
1127     Add Intel E1000 PCIE card support
1128
1129     Based on Intel PRO/1000 Network Driver 7.3.20-k2
1130       Add Intel E1000 PCIE card support. The following cards are added:
1131       INTEL_82571EB_COPPER
1132       INTEL_82571EB_FIBER,
1133       INTEL_82571EB_SERDES
1134       INTEL_82571EB_QUAD_COPPER
1135       INTEL_82571PT_QUAD_COPPER
1136       INTEL_82571EB_QUAD_FIBER
1137       INTEL_82571EB_QUAD_COPPER_LOWPROFILE
1138       INTEL_82571EB_SERDES_DUAL
1139       INTEL_82571EB_SERDES_QUAD
1140       INTEL_82572EI_COPPER
1141       INTEL_82572EI_FIBER
1142       INTEL_82572EI_SERDES
1143       INTEL_82572EI
1144       INTEL_82573E
1145       INTEL_82573E_IAMT
1146       INTEL_82573L
1147       INTEL_82546GB_QUAD_COPPER_KSP3
1148       INTEL_80003ES2LAN_COPPER_DPT
1149       INTEL_80003ES2LAN_SERDES_DPT
1150       INTEL_80003ES2LAN_COPPER_SPT
1151       INTEL_80003ES2LAN_SERDES_SPT
1152
1153      82571EB_COPPER dual ports,
1154      82572EI single port,
1155      82572EI_COPPER single port PCIE cards
1156      and
1157      82545EM_COPPER,
1158      82541GI_LF
1159      pci cards are tested on both  P2020 board
1160      and MPC8544DS board.
1161
1162      Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
1163
1164     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1165
1166 commit 86848a74c3c8eb2f8dd179d039ee604dc45288cf
1167 Author: Mike Frysinger <vapier@gentoo.org>
1168 Date:   Wed Jul 15 21:31:28 2009 -0400
1169
1170     net: sync env ethaddr to device enetaddr in eth_init()
1171
1172     In the previous enetaddr refactoring, the assumption with commit 56b555a644
1173     was that the eth layer would handle the env -> device enetaddr syncing.
1174     This was not the case as eth_initialize() is called only once and the sync
1175     occurs there.  So make sure the eth_init() function does the env -> device
1176     sync with every network init.
1177
1178     Reported-by: Andrzej Wolski <awolski@poczta.fm>
1179     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1180     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1181
1182 commit 0ebf04c607b54a352629dcf7e76b76f1785dae54
1183 Author: Robin Getz <rgetz@blackfin.uclinux.org>
1184 Date:   Thu Jul 23 03:01:03 2009 -0400
1185
1186     minor debug cleanups in ./net
1187
1188      Minor ./net cleanups - no functional changes
1189       - change #ifdef DEBUG printf(); #endif to just debug()
1190       - changed __FUNCTION__ to __func__
1191       - got rid of extra whitespace between function and opening brace
1192       - removed unnecessary braces on if statements
1193
1194      gcc dead code elimination should make this functionally/size equivalent
1195      when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
1196
1197      Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
1198
1199     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1200
1201 commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e
1202 Author: Matthias Ludwig <mludwig@ultratronik.de>
1203 Date:   Tue May 19 09:09:31 2009 +0200
1204
1205     omap3: embedd gpmc_cs into gpmc config struct
1206
1207     Embedd chip select configuration into struct for gpmc config
1208     instead of having it completely separated as suggested by
1209     Wolfgang Denk on
1210     http://lists.denx.de/pipermail/u-boot/2009-May/052247.html
1211
1212     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
1213
1214 commit 06bffc6ea52d4b390843d295d438b2037d12e5fd
1215 Author: David Brownell <david-b@pacbell.net>
1216 Date:   Thu Jul 16 18:40:55 2009 -0700
1217
1218     rm9200 lowevel_init: don't touch reserved/readonly registers
1219
1220     For some reason the AT91rm9200 lowlevel init writes to a bunch of
1221     reserved or read-only addresses.  All the boards seem to define the
1222     value-to-be-written values as zero ... but they shouldn't actually
1223     be writing *anything* there.
1224
1225     No documented erratum justifies these accesses.  It looks like maybe
1226     some pre-release BDI-2000 setup code has been carried along by cargo
1227     cult programming since at least late 2004 (per GIT history).
1228
1229     Here's a patch disabling what seems to be bogosity.  Tested on a
1230     csb337; there were no behavioral changes.
1231
1232     Signed-off-by: David Brownell <david-b@pacbell.net>
1233
1234     on RM9200ek
1235     Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1236
1237 commit 301b7db88fbdf7d118efb79b371b2527a2c31868
1238 Author: David Hunter <hunterd42@gmail.com>
1239 Date:   Thu Jul 30 14:32:49 2009 -0700
1240
1241     pxa: Fix typo in GCDR(x)
1242
1243     Fix a typo in the GCDR(x) macro. It's a good thing no one was using it.
1244
1245     Signed-off-by: David Hunter <hunterd42@gmail.com>
1246
1247 commit 3c448e648221879ae0e030e94508b4f9f63b7ab8
1248 Author: Eric Benard <eric@eukrea.com>
1249 Date:   Sat Jul 18 23:45:15 2009 +0200
1250
1251     Add AT91SAM9260 to at91's lowlevel_init.S
1252
1253     Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260.
1254
1255     Signed-off-by: Eric Benard <eric@eukrea.com>
1256
1257 commit 56bdfa961242fc6acaeebc800640a12b28db3899
1258 Author: Dirk Eibach <eibach@gdsys.de>
1259 Date:   Thu Jul 30 09:36:33 2009 +0200
1260
1261     ppc4xx: Remove check for PPC460EX from CompactCenter
1262
1263     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
1264     Signed-off-by: Stefan Roese <sr@denx.de>
1265
1266 commit c3fa4f0c8684c862ecd3fb622fab1e17e44e82e1
1267 Author: Stefan Roese <sr@denx.de>
1268 Date:   Wed Jul 29 08:46:10 2009 +0200
1269
1270     ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC Canyonlands
1271
1272     This patch is based on a diff created by Phong Vo from AMCC.
1273
1274     Signed-off-by: Phong Vo <pvo@amcc.com>
1275     Signed-off-by: Stefan Roese <sr@denx.de>
1276
1277 commit 89bcc4875007ef6608297dc11e7a0d1fbd9900d2
1278 Author: Stefan Roese <sr@denx.de>
1279 Date:   Wed Jul 29 08:45:27 2009 +0200
1280
1281     ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chips
1282
1283     This patch is based on a diff created by Phong Vo from AMCC.
1284
1285     Signed-off-by: Phong Vo <pvo@amcc.com>
1286     Signed-off-by: Stefan Roese <sr@denx.de>
1287
1288 commit 82a7edc7ea8f5fe55fed4ff7e127469569e539c4
1289 Author: Stefan Roese <sr@denx.de>
1290 Date:   Tue Jul 28 15:12:04 2009 +0200
1291
1292     ppc4xx: Canyonlands-NAND-boot: Support 2 Crucial 512MByte SODIMM's
1293
1294     Some Canyonlands boards are equipped with different SODIMM's. This is no
1295     problem with the "normal" NOR booting Canyonlands U-Boot, since it
1296     automatically detects the SODIMM's via SPD data and correctly configures
1297     them. But the NAND booting version is different. Here we only have 4k
1298     of image size to completely setup the hardware, including DDR2 setup.
1299     So we need to use a fixed DDR2 setup here. This doesn't work for different
1300     SODIMM's right now.
1301
1302     Currently only this Crucial SODIMM is support:
1303     CT6464AC667.8FB (dual ranked)
1304
1305     Now some boards are shipped with this SODIMM:
1306     CT6464AC667.4FE (single ranked)
1307
1308     This patch now supports both SODIMM's by configuring first for the dual
1309     ranked DIMM. A quick shows, if this module is really installed. If this test
1310     fails, the DDR2 controller is re-configured for the single
1311     ranked SODIMM.
1312
1313     Tested with those SODIMM's:
1314
1315     CT6464AC667.8FB (dual ranked)
1316     CT6464AC667.4FE (single ranked)
1317
1318     Signed-off-by: Stefan Roese <sr@denx.de>
1319
1320 commit 27dd5f8e1062684f1ba685760409d9b2ab6691bf
1321 Author: Stefan Roese <sr@denx.de>
1322 Date:   Tue Jul 28 10:56:03 2009 +0200
1323
1324     ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
1325
1326     This patch moves the load addresses for kernel, fdt and ramdisk to higher
1327     addresses (>= 16MB). This enables booting of bigger kernel images (e.g.
1328     lockdep enabled).
1329
1330     Signed-off-by: Stefan Roese <sr@denx.de>
1331
1332 commit 6942efc2be1b90054fa4afa5cda7023469fe08b9
1333 Author: Stefan Roese <sr@denx.de>
1334 Date:   Tue Jul 28 10:50:32 2009 +0200
1335
1336     ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB for big kernels
1337
1338     This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the
1339     initial TLB on 40x PPC's in the Linux kernel. With this change even bigger
1340     Linux kernels (> 8MB) can be booted.
1341
1342     This patch also sets CONFIG_SYS_BOOTM_LEN to 16MB (default 8MB) to enable
1343     decompression of bigger images.
1344
1345     Signed-off-by: Stefan Roese <sr@denx.de>
1346
1347 commit 901be89a27e11b2627c132ee87c7761bd6886091
1348 Author: Heiko Schocher <hs@denx.de>
1349 Date:   Tue Jul 28 14:53:44 2009 +0200
1350
1351     83xx, kmeter1, fix: update in the DTS the correct size for the first flash
1352
1353     When updating the "reg" in the "/localbus/flash@f0000000,0" node
1354     size was wrong updated for the first flash, because the total
1355     size was filled in, instead of the right size for it.
1356
1357     Signed-off-by: Heiko Schocher <hs@denx.de>
1358     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1359
1360 commit 4c2e3da82dc2b7f8b39b7f1d57f570e4bc5caa6d
1361 Author: Kumar Gala <kumar.gala@freescale.com>
1362 Date:   Tue Jul 28 21:49:52 2009 -0500
1363
1364     Update Freescale copyrights to remove "All Rights Reserved"
1365
1366     "All Rights Reserved" conflicts with the GPL.
1367
1368     Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
1369
1370 commit bb4291e62579dbc611e84eaaf973631e0bf129c7
1371 Author: Alessandro Rubini <rubini@unipv.it>
1372 Date:   Fri Jul 24 11:27:14 2009 +0200
1373
1374     arm nomadik: add i2c
1375
1376     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
1377     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
1378     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1379
1380 commit 60cbfbfd0fbebb4682f10ba96f622bfe17317598
1381 Author: Alessandro Rubini <rubini@unipv.it>
1382 Date:   Fri Jul 24 11:27:03 2009 +0200
1383
1384     arm nomadik: add gpio support
1385
1386     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
1387     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
1388     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1389
1390 commit 549b98306d897ae5991362d6096a36df50efe686
1391 Author: Tom Rix <Tom.Rix@windriver.com>
1392 Date:   Sun Jun 28 12:52:32 2009 -0500
1393
1394     OMAP3 Remove twl4030 defines
1395
1396     These defines have been subplanted by the equivelent defines in
1397     include/twl4030.h
1398
1399     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1400     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1401     Acked-by: Heiko Schocher <hs@denx.de>
1402
1403 commit fccc0fcaaae5154612f8259365d26d04f204859f
1404 Author: Tom Rix <Tom.Rix@windriver.com>
1405 Date:   Sun Jun 28 12:52:31 2009 -0500
1406
1407     OMAP3 Move twl4030 mmc function
1408
1409     Because twl4030 now has its own device files, move and rename
1410     twl4030_mmc_config.
1411
1412     twl4030_mmc_config initializes the twl4030 power setting to
1413     the mmc device.  Because it is in the twl4030 power domain, move
1414     it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
1415
1416     The function was renamed to twl4030_power_mmc_init because all
1417     the functions in this file are to have the format
1418
1419     twl4030_power_<device>_<action>
1420
1421     In this case the suffix is mmc_init so
1422     device : mmc
1423     action : init
1424
1425     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1426     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1427     Acked-by: Heiko Schocher <hs@denx.de>
1428
1429 commit 2c15513010493435c78f83202940ac3be11de2c3
1430 Author: Tom Rix <Tom.Rix@windriver.com>
1431 Date:   Sun Jun 28 12:52:30 2009 -0500
1432
1433     OMAP3 Move twl4030 power and led functions
1434
1435     Because twl4030 now has its own device files, move exiting
1436     omap3 power_init_r to a new location.
1437
1438     power_init_r is the only function in board/omap3/common.
1439     It initializes the twl4030 power for the board and enables
1440     the led.
1441
1442     The power part of the the function is moved to twl4030_power_init in
1443     drivers/power/twl4030.c The power compilation is conditional on the
1444     existing config variable CONFIG_TWL4030_POWER.
1445
1446     The led part is moved to twl4030_led_init in the new file
1447     drivers/misc/twl4030_led.c  The led compilation is conditional on
1448     the new config variable CONFIG_TWL4030_LED
1449
1450     The directory board/omap3/common was removed because power_init_r
1451     was the only function in it.
1452
1453     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1454     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1455     Acked-by: Heiko Schocher <hs@denx.de>
1456
1457 commit 3cb7a4805fc8fb4c09e4801e1c7d531186f20190
1458 Author: Wolfgang Denk <wd@denx.de>
1459 Date:   Tue Jul 28 22:13:52 2009 +0200
1460
1461     TQM8xx* boards: set larger SMC Rx buffer len
1462
1463     Commit 2b3f12c2 added support for configurable SMC Rx buffer length on
1464     8xx systems. Enable this feature on TQM8xx* based boards.
1465
1466     This fixes the problem that pasting text in the middle of a line
1467     (i. e. inserting in edit mode) did not work - only the first two
1468     characters got inserted, the rest was lost.
1469
1470     Signed-off-by: Wolfgang Denk <wd@denx.de>
1471
1472 commit 4b7511478b62a539e5b066d19a986b75e5d9a527
1473 Author: Wolfgang Denk <wd@denx.de>
1474 Date:   Tue Jul 28 22:07:37 2009 +0200
1475
1476     Fix ext2load return code
1477
1478     Make the ext2load command return 0 on success (instead of the file
1479     length).
1480
1481     Also fix output format (get rid of random newlines) and some coding
1482     style issues (long lines etc.).
1483
1484     Signed-off-by: Wolfgang Denk <wd@denx.de>
1485
1486 commit 56fdaadc124a8ef9ec0fd8ff578233ec3b1137be
1487 Author: Weirich, Bernhard <Bernhard.Weirich@riedel.net>
1488 Date:   Wed Jun 10 14:00:37 2009 +0200
1489
1490     ext2: fix inode size and calculations
1491
1492     Signed-off-by: unsik Kim <donari75@gmail.com>
1493     Signed-off-by: Bernhard Weirich <bernhard.weirich@riedel.net>
1494     Signed-off-by: Wolfgang Denk <wd@denx.de>
1495     Tested-by: Wolfgang Denk <wd@denx.de>
1496
1497 commit cd7826359ee71e8f6f3d68331930ab9cbe1c990e
1498 Author: Tom Rix <Tom.Rix@windriver.com>
1499 Date:   Sun Jun 28 12:52:29 2009 -0500
1500
1501     TWL4030 Add power reset button
1502
1503     The Zoom2 power reset button is on the top right side of the
1504     main board.  Press and hold for about to 8 seconds to completely
1505     reset the board.
1506
1507     Some of the beta boards have a hardware problem that prevents
1508     using this feature.  If is difficult to further characterize the
1509     boards that fail.  So disable resetting for all beta boards.
1510
1511     The Zoom1 reset button is the red circle on the top right,
1512     front of the board.  Press and hold the button for 8 seconds to
1513     completely reset the board.
1514
1515     After analyzing beagle, it was determined that other boards
1516     that use the twl4030 for power managment can also make use
1517     this function.
1518
1519     The resetting is done by the power management part of the twl4030.
1520     Since there is no existing drivers/power, add one.
1521
1522     The compilation of power/twl4030.h is controlled by the config
1523     variable CONFIG_TWL4030_POWER
1524
1525     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1526     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1527     Acked-by: Heiko Schocher <hs@denx.de>
1528
1529 commit 8966eb4c1c2d894b2a76174ba904c26c5af815b8
1530 Author: Tom Rix <Tom.Rix@windriver.com>
1531 Date:   Sun Jun 28 12:52:28 2009 -0500
1532
1533     TWL4030 Add initial support
1534
1535     The TWL4030 supplies many peripherals for OMAP3 boards. These include
1536     power management, usb and, keyboard.
1537
1538     The product description is found here:
1539
1540     http://focus.ti.com/docs/prod/folders/print/tps65950.html
1541
1542     Product reference document, tps65950.pdf, is found here:
1543
1544     http://www.ti.com/lit/gpn/tps65950
1545
1546     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1547     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1548     Acked-by: Heiko Schocher <hs@denx.de>
1549
1550 commit 7f79dfb48b7419d5caa1cf932fcff4e2fb7040af
1551 Author: Tom Rix <Tom.Rix@windriver.com>
1552 Date:   Sun Jun 28 12:52:27 2009 -0500
1553
1554     OMAP I2C Fix the sampling clock.
1555
1556     This problem is seen on Zoom1 and Zoom2 in the startup and
1557     when i2c probe is used
1558
1559     Before :
1560
1561     In:    serial
1562     Out:   serial
1563     Err:   serial
1564     timed out in wait_for_bb: I2C_STAT=1000
1565     timed out in wait_for_bb: I2C_STAT=1000
1566     timed out in wait_for_bb: I2C_STAT=1000
1567     timed out in wait_for_pin: I2C_STAT=1000
1568     I2C read: I/O error
1569     timed out in wait_for_bb: I2C_STAT=1000
1570     timed out in wait_for_bb: I2C_STAT=1000
1571     Die ID #327c00020000000004013ddd05026013
1572     Hit any key to stop autoboot:  0
1573     OMAP3 Zoom1# i2c probe
1574     Valid chip addresses:timed out in wait_for_bb: I2C_STAT=1000
1575      02 03 04 05 06 07 08 09 0A 0B 0C 0D <snip>
1576
1577     After :
1578
1579     In:    serial
1580     Out:   serial
1581     Err:   serial
1582     Die ID #327c00020000000004013ddd05026013
1583     Hit any key to stop autoboot:  0
1584     OMAP3 Zoom1# i2c probe
1585     Valid chip addresses: 48 49 4A 4B
1586
1587     The addresses are for the twl4030.
1588
1589     The prescalar that converts the function clock to the sampling
1590     clock is hardcoded to 0.  The reference manual recommends 7
1591     if the function clock is 96MHz.
1592
1593     Instead of just changing the hardcoded values, the prescalar
1594     is calculated from the value I2C_IP_CLK.
1595
1596     The i2c #defines are in kHz.  The speed passed into the
1597     i2c init routine is in Hz.  To be consistent, change the
1598     defines to be in Hz.
1599
1600     The timing calculations are based on what is done in the
1601     linux 2.6.30 kernel in drivers/i2c/buses/i2c_omap.c as
1602     apposed to what is done in TRM.
1603
1604     The major variables in the timing caculations are
1605     specified as #defines that can be overriden as required.
1606
1607     The variables and their defaults are
1608
1609     I2C_IP_CLK                          SYSTEM_CLOCK_96
1610     I2C_INTERNAL_SAMPLING_CLK           19200000
1611     I2C_FASTSPEED_SCLL_TRIM                     6
1612     I2C_FASTSPEED_SCLH_TRIM                     6
1613     I2C_HIGHSPEED_PHASE_ONE_SCLL_TRIM   I2C_FASTSPEED_SCLL_TRIM
1614     I2C_HIGHSPEED_PHASE_ONE_SCLH_TRIM   I2C_FASTSPEED_SCLH_TRIM
1615     I2C_HIGHSPEED_PHASE_TWO_SCLL_TRIM   I2C_FASTSPEED_SCLL_TRIM
1616     I2C_HIGHSPEED_PHASE_TWO_SCLH                I2C_FASTSPEED_SCLH_TRIM
1617
1618     This was runtime verified on Zoom1, Zoom2, Beagle and Overo.
1619     The 400kHz and 3.4M cases were verifed on test Zoom1,
1620     Zoom2, Beagle and Overo configurations.
1621
1622     Testing for omap2 will be done in a second step as Nishanth
1623     and Jean-Christophe commented.
1624
1625     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1626     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1627     Acked-by: Heiko Schocher <hs@denx.de>
1628
1629 commit 4ce5a72851ff2960543b125866c6132e0094e1ee
1630 Author: Heiko Schocher <hs@denx.de>
1631 Date:   Mon Jul 20 09:59:37 2009 +0200
1632
1633     arm, i2c: added support for the TWSI I2C Interface
1634
1635     Signed-off-by: Heiko Schocher <hs@denx.de>
1636
1637 commit 042d01c72e0ea95731708dd24bb8b6cf42e75c80
1638 Author: Stefan Roese <sr@denx.de>
1639 Date:   Mon Jul 27 09:13:38 2009 +0200
1640
1641     ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup
1642
1643     This patch fixes the problem, that the current fdt board fixup code only
1644     set's one range, the one for NOR. By this it's overwriting the already
1645     correctly configured values done in __ft_board_setup(). Just remove this
1646     now unneeded NOR fixup and all the ranges are correctly defined.
1647
1648     Signed-off-by: Stefan Roese <sr@denx.de>
1649     Cc: Dirk Eibach <eibach@gdsys.de>
1650     Cc: Felix Radensky <felix@embedded-sol.com>
1651
1652 commit 11a1604f8d0a8d936b42f6435d004b4aa33a5d87
1653 Author: Stefan Roese <sr@denx.de>
1654 Date:   Mon Jul 27 07:42:48 2009 +0200
1655
1656     ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd
1657
1658     This patch adds some I2C bootstrap setting for NAND booting to the Kilauea
1659     chip_config command ("533-nand" and "600-nand").
1660
1661     Additionally some incorrectly indented lines are fixed.
1662
1663     Signed-off-by: Stefan Roese <sr@denx.de>
1664
1665 commit 5b34691ff87821891375b28ec5bcf5154575a735
1666 Author: Stefan Roese <sr@denx.de>
1667 Date:   Mon Jul 27 07:42:37 2009 +0200
1668
1669     ppc4xx: Kilauea: Fix SDRAM init in NAND booting version
1670
1671     DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx
1672     targets. Otherwise the configured fixed init values for some DDR2
1673     controller registers (e.g. RQDC) are not initialized at all resulting
1674     in a non working SDRAM.
1675
1676     Signed-off-by: Stefan Roese <sr@denx.de>
1677
1678 commit f3ed3c9b7441cde936d06a1ff7b1490ff0d600e6
1679 Author: Stefan Roese <sr@denx.de>
1680 Date:   Mon Jul 27 10:53:43 2009 +0200
1681
1682     ppc4xx: Fix Arches DDR2 initialization
1683
1684     Testing on AMCC Arches with the latest U-Boot version yielded that DDR2
1685     initialization is currently broken. U-Boot hangs upon relocation to SDRAM
1686     or crashes with random traps. This patch fixes this problem. Arches now
1687     uses a different WRDTR and CLKTR default setting than Canyonlands/Glacier.
1688
1689     Signed-off-by: Stefan Roese <sr@denx.de>
1690
1691 commit ab4c62c1ba788bf7f673a985d99a76d9c2fd7eca
1692 Author: Dirk Eibach <eibach@gdsys.de>
1693 Date:   Mon Jul 27 08:49:48 2009 +0200
1694
1695     ppc4xx: Add GDsys CompactCenter board support.
1696
1697     Board support for the Guntermann & Drunck CompactCenter and
1698     DevCon-Center.
1699     Based on the AMCC Canyonlands board support by Stefan Roese.
1700
1701     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
1702     Signed-off-by: Stefan Roese <sr@denx.de>
1703
1704 commit c2e49f706ba13213f3c8da3a33e88010214e1997
1705 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1706 Date:   Sat Jul 25 06:19:12 2009 +0200
1707
1708     mpc83xx: Add esd VME8349 board support
1709
1710     This patch adds support for the esd VME8349 board equipped with the
1711     MPC8349. It's a VME PMC carrier board equipped with the Tundra
1712     TSI148 VME-bridge.
1713
1714     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1715     Signed-off-by: Stefan Roese <sr@denx.de>
1716     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1717
1718 commit fe613cdd4eb2c5b257a60d8dfb7759742318c28a
1719 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1720 Date:   Thu Jul 23 17:10:55 2009 -0400
1721
1722     sbc8349: combine HRCW flash and u-boot image flash
1723
1724     Up to this point in time, the sbc8349 board was storing the u-boot
1725     image in flash 2x.  One for the HRCW value at the beginning of
1726     flash (0xff80_0000), and once close to the end of flash (0xfff8_0000)
1727     for the actual image that got executed.
1728
1729     This moves the TEXT_BASE to be the beginning of flash, which makes
1730     the second copy of the image redundant, and frees up the flash
1731     from the end of the environment storage to the end of the flash
1732     device itself.
1733
1734     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1735     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1736
1737 commit be9b56df02168ca97562d6b9ec791136e4cd925a
1738 Author: Kim Phillips <kim.phillips@freescale.com>
1739 Date:   Thu Jul 23 14:09:38 2009 -0500
1740
1741     mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former
1742
1743     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1744
1745 commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69
1746 Author: Wolfgang Denk <wd@denx.de>
1747 Date:   Mon Jul 27 10:37:37 2009 +0200
1748
1749     Prepare 2009.08-rc1 (again, after fixing last minute issues).
1750
1751     Update CHANGELOG
1752
1753     Signed-off-by: Wolfgang Denk <wd@denx.de>
1754
1755 commit 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3
1756 Author: Wolfgang Denk <wd@denx.de>
1757 Date:   Mon Jul 27 10:06:39 2009 +0200
1758
1759     cpu/arm920t/start.S: include <common.h> to have ROUND() defined
1760
1761     Commit fcd3c87e made include/common.h usable by assembler code but
1762     failed to update cpu/arm920t/start.S
1763
1764     Signed-off-by: Wolfgang Denk <wd@denx.de>
1765
1766 commit c9ed38cb6de50fdb4aaa60b668c555002903b211
1767 Author: Wolfgang Denk <wd@denx.de>
1768 Date:   Mon Jul 27 10:01:11 2009 +0200
1769
1770     at91cap9adk: fix #ifdef/#endif pairing (2nd try)
1771
1772     Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in
1773     include/configs/at91cap9adk.h, but did not cate all problems.
1774
1775     Signed-off-by: Wolfgang Denk <wd@denx.de>
1776
1777 commit fb364bec5f29164d3ee681fcd9d187be8435db12
1778 Author: Wolfgang Denk <wd@denx.de>
1779 Date:   Mon Jul 27 09:58:14 2009 +0200
1780
1781     Fix include/common.h for boards with CONFIG_STATUS_LED
1782
1783     The reordering of include/common.h by commit fcd3c87e495f3c48 broke
1784     boards with status LED support, resulting in
1785         error: #error Status LED configuration missing
1786     errors. Undo this reordering to avoid this issue.
1787
1788     Signed-off-by: Wolfgang Denk <wd@denx.de>
1789
1790 commit 942828a0980b3cea7db698784cc7f6a3e7740b2b
1791 Author: Wolfgang Denk <wd@denx.de>
1792 Date:   Mon Jul 27 09:19:15 2009 +0200
1793
1794     ABI: fix build problems due to now needed div64 routine.
1795
1796     Signed-off-by: Wolfgang Denk <wd@denx.de>
1797
1798 commit 85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb
1799 Author: Wolfgang Denk <wd@denx.de>
1800 Date:   Mon Jul 27 08:50:59 2009 +0200
1801
1802     PMC405DE: fix out of tree building
1803
1804     Signed-off-by: Wolfgang Denk <wd@denx.de>
1805
1806 commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff
1807 Author: Wolfgang Denk <wd@denx.de>
1808 Date:   Mon Jul 27 00:24:55 2009 +0200
1809
1810     Prepare 2009.08-rc1
1811
1812     Update CHANGELOG, minor coding style fix.
1813
1814     Signed-off-by: Wolfgang Denk <wd@denx.de>
1815
1816 commit fafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22
1817 Author: rhabarber1848@web.de <rhabarber1848@web.de>
1818 Date:   Fri Jul 24 08:16:30 2009 +0200
1819
1820     add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines
1821
1822     Signed-off-by: rhabarber1848@web.de
1823
1824 commit 3c972849f2becbf19c13a24f090d293f37ecf616
1825 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
1826 Date:   Thu Jul 23 23:31:58 2009 +0200
1827
1828     Less verbose output when loading vxworks 6.x images
1829
1830     Loading vxWorks 5.x images resulted just into 3 or 4 lines of output.
1831     With vxWorks 6.x and the new GCC it emits about 30 lines, which is
1832     far too noisy in my opinion.
1833
1834     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
1835
1836 commit fcd3c87e495f3c48b70c919869fb1e0b93d4880b
1837 Author: Wolfgang Denk <wd@denx.de>
1838 Date:   Fri Jul 24 00:17:48 2009 +0200
1839
1840     Make include/common.h usable by assembler code
1841
1842     Commit 70ebf316 factored out the ROUND() macro into include/common.h,
1843     not realizing that the primary use of this macro on AT91 systems was
1844     in start.S where common.h was not included, and could not be included
1845     because it contains a lot of C code which the assembler doesn't
1846     understand.
1847
1848     This patch wraps such code in common.h in a "#ifndef __ASSEMBLY__"
1849     construct, and then adds an include to cpu/arm926ejs/start.S thus
1850     solving the problem.
1851
1852     Signed-off-by: Wolfgang Denk <wd@denx.de>
1853
1854 commit deec15b3064d3bb0189aede3c2921fd7ee401a0f
1855 Author: Heiko Schocher <heiko.schocher@invitel.hu>
1856 Date:   Thu Jul 23 13:27:04 2009 +0200
1857
1858     arm: add _lshrdi3.S
1859
1860     Signed-off-by: Heiko Schocher <hs@denx.de>
1861
1862 commit 52b1bf2c5cd2f8af880dab503d0039b35570665b
1863 Author: Wolfgang Denk <wd@denx.de>
1864 Date:   Thu Jul 23 13:15:59 2009 +0200
1865
1866     Make linking against libgcc configurable
1867
1868     Many (especially ARM) tool chains seem to come with broken or
1869     otherwise unusable (for the purposes of builing U-Boot) run-time
1870     support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC"
1871     setting we allow to use alternative libraries instead.
1872
1873     "USE_PRIVATE_LIBGCC" can either be set as an environment variable in
1874     the shell, or as a command line argument when running "make", i. e.
1875         $ make USE_PRIVATE_LIBGCC=yes
1876     or
1877         $ USE_PRIVATE_LIBGCC=yes
1878         $ export USE_PRIVATE_LIBGCC
1879         $ make
1880
1881     The value of "USE_PRIVATE_LIBGCC" is the name of the directory which
1882     contains the alternative run-time support library `libgcc.a'. The
1883     special value "yes" selects the directory $(OBJTREE)/lib_$(ARCH) .
1884
1885     Note that not all architectures provide an alternative `libgcc.a' in
1886     their lib_$(ARCH) directories - so far, only ARM does.
1887
1888     Signed-off-by: Wolfgang Denk <wd@denx.de>
1889     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1890     Cc: Prafulla Wadaskar <prafulla@marvell.com>
1891     cc: Stefan Roese <sr@denx.de>
1892
1893 commit 479105065d965121f57b55dcfe83a940cba46ac1
1894 Author: Dirk Behme <dirk.behme@googlemail.com>
1895 Date:   Wed Jul 22 17:51:56 2009 +0200
1896
1897     Use do_div from div64.h for vsprintf
1898
1899     Use do_div from div64.h for vsprintf in case of 64bit division.
1900     For 32bit division, do_div from div64.h can't be used as it
1901     needs a 64bit parameter.
1902
1903     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1904     Acked-by: Stefan Roese <sr@denx.de>
1905     CC: Simon Kagstrom <simon.kagstrom@netinsight.net>
1906
1907 commit 48287792384a93d77d43aaaa1c06cac275bbe1bb
1908 Author: Kyungmin Park <kmpark@infradead.org>
1909 Date:   Mon Jul 20 09:47:47 2009 +0900
1910
1911     Fix compiler warnings after loff_t change
1912
1913     Now 'env_addr' type is loff_t so use correct field type.
1914
1915     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1916
1917 commit 9c67352f727a5b5eff531c852f9cff59fcb17f7f
1918 Author: Wolfgang Denk <wd@denx.de>
1919 Date:   Sun Jul 26 23:28:02 2009 +0200
1920
1921     Revert "ppc: Unlock cache-as-ram in a consistent manner"
1922
1923     This reverts commit 982adfc610669482a32127282fe489857a92cfe3.
1924
1925     This patch causes problems on MPC83xx boards - flash recognition stops
1926     working.
1927
1928     Signed-off-by: Wolfgang Denk <wd@denx.de>
1929
1930 commit 35cf3b57eafe3ee1f693e24267e0ecfefab60251
1931 Author: Jens Scharsig <esw@bus-elektronik.de>
1932 Date:   Fri Jul 24 10:31:48 2009 +0200
1933
1934     update the EB+MCF-EV123 board support
1935
1936     This patch updates the support for EB+MCF-EV123 board and needs
1937     the [PATCH 1/2 V3] new video driver for bus vcxk framebuffers
1938
1939     * remove the board framebuffer driver
1940     * use the common bus_vcxk framebuffer driver
1941     * adds bmp support
1942     * adds splashimage support
1943     * fix serveral cosmetical errors
1944
1945     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
1946     [agust@denx.de: fixed some style issues before applying]
1947     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1948
1949 commit 04538cdb752eeea8fd23cf7ac3394439f189fb77
1950 Author: Anatolij Gustschin <agust@denx.de>
1951 Date:   Sun Jul 26 12:05:25 2009 +0200
1952
1953     video: bus_vcxk.c: fix style issues added by 50217dee
1954
1955     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1956
1957 commit 50217deeb07911d686790d34d468eb9a5245f68d
1958 Author: Jens Scharsig <esw@bus-elektronik.de>
1959 Date:   Fri Jul 24 10:09:02 2009 +0200
1960
1961     new video driver for bus vcxk framebuffers
1962
1963     This patch adds a new video driver
1964
1965     * adds common bus_vcxk framebuffer driver
1966
1967     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
1968     [agust@denx.de: fixed lots of style issues before applying]
1969     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1970
1971 commit 60e97419246d0a3615758ad6af40680aefb5f7f1
1972 Author: Alessandro Rubini <rubini@gnudd.com>
1973 Date:   Tue Jul 21 14:09:45 2009 +0200
1974
1975     lcd.h: define extern vidinfo_t for all cases
1976
1977     include/lcd.h has different vidinfo for different platforms,
1978     and several extern declaration, but one for the default case was
1979     missing. This makes them a single extern declaration for everyone.
1980
1981     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
1982
1983 commit bcf0b5248952c6b03081dc5cc4ff9e0b2299c5fa
1984 Author: Anatolij Gustschin <agust@denx.de>
1985 Date:   Sun Jul 26 11:04:59 2009 +0200
1986
1987     mimc200.c: fix too long lines added by f68378d6
1988
1989     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1990
1991 commit f68378d60a905d43155f2e89bf81999d3c93a90a
1992 Author: Mark Jackson <mpfj-list@mimc.co.uk>
1993 Date:   Tue Jul 21 11:35:22 2009 +0100
1994
1995     Add LCD support to MIMC200 board
1996
1997     This patch updates the MIMC200 files to enable the LCD.
1998
1999     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
2000
2001 commit 69f32e6c24d41fcdf347ff64e9c13b25059ace58
2002 Author: Mark Jackson <mpfj-list@mimc.co.uk>
2003 Date:   Tue Jul 21 11:18:44 2009 +0100
2004
2005     Add 16bit colour support in lcd.h
2006
2007     This patch adds support for LCD_COLOR16 in include/lcd.h.
2008
2009     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
2010
2011 commit bdc873ea063b8cc6d44c6ab748b7723a97d8d7b3
2012 Author: Anatolij Gustschin <agust@denx.de>
2013 Date:   Sun Jul 26 10:34:58 2009 +0200
2014
2015     lib_avr32/board.c: fix too long line added by 716ece1d
2016
2017     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2018
2019 commit 716ece1de9a7d43a61d8698ac41b71b64f66f9e9
2020 Author: Mark Jackson <mpfj-list@mimc.co.uk>
2021 Date:   Tue Jul 21 11:11:37 2009 +0100
2022
2023     Add AVR32 LCD support
2024
2025     This patch adds support for the AVR32 LCD controller.  This patch is
2026     based off the latest u-boot-video.
2027
2028     A quick summary of what's going on:-
2029
2030     Enable LCDC pixel clock
2031     Enable LCDC port pins
2032     Add framebuffer pointer to global_data struct
2033     Allocate framebuffer
2034
2035     To use the new code, update your board config to include something like
2036     this:-
2037
2038     #define CONFIG_LCD                  1
2039
2040     #if defined(CONFIG_LCD)
2041     #define CONFIG_CMD_BMP
2042     #define CONFIG_ATMEL_LCD            1
2043     #define LCD_BPP                             LCD_COLOR16
2044     #define CONFIG_BMP_16BPP            1
2045     #define CONFIG_FB_ADDR                      0x10600000
2046     #define CONFIG_WHITE_ON_BLACK               1
2047     #define CONFIG_VIDEO_BMP_GZIP               1
2048     #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE              262144
2049     #define CONFIG_ATMEL_LCD_BGR555             1
2050     #define CONFIG_SYS_CONSOLE_IS_IN_ENV        1
2051     #define CONFIG_SPLASH_SCREEN                1
2052     #endif
2053
2054     The standard U-Boot BMP and Splash-screen features should just work.
2055
2056     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
2057     [agust@denx.de: fixed some style issues]
2058     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2059
2060 commit 6111722a9281c6e04a7304d502556afff6a5a1f8
2061 Author: Alessandro Rubini <rubini@gnudd.com>
2062 Date:   Sun Jul 19 17:52:27 2009 +0200
2063
2064     video: move extern declarations from C to headers
2065
2066     This moves some extern declaration from lcd.c to lcd.h, removing
2067     unneeded ifdef around a pair of them.  Additionally, since
2068     gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I
2069     removed the static.  The extra "#include <lcd.h>" in cmd_bmp.c is
2070     added to ensure the header is consistent with the source.
2071
2072     This has been compile-tested on both ARM (at91 boards) and PowerPC
2073     (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use
2074     combinations.
2075
2076     Signed-off-by: Alessandro Rubini <rubini@gnudd.it>
2077     [agust@denx.de: removed gunzip_bmp() fixes as commit c01171ea did it]
2078     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2079
2080 commit f51e001143c58447eb50e7aefa2b09eb4cc1410c
2081 Author: Mike Frysinger <vapier@gentoo.org>
2082 Date:   Thu Jul 23 16:26:58 2009 -0400
2083
2084     Blackfin: restore EVT1 handling in linker script
2085
2086     Sadly, the Blackfin linker script unification lost a small #ifdef logic
2087     needed on older parts.  Restore that CONFIG_BFIN_BOOTROM_USES_EVT1 logic.
2088
2089     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2090
2091 commit f33b325af666b12eafa9ab235b2cd59832d6e51c
2092 Author: Wolfgang Denk <wd@denx.de>
2093 Date:   Fri Jul 24 14:24:07 2009 +0200
2094
2095     Revert "zlib: updated to v.1.2.3"
2096
2097     This reverts commit b201171f2b4d509f3ad510b214bee70ff902e3d6.
2098
2099     The commit caused problems for example when unpacking kernel images:
2100
2101            Uncompressing Kernel Image ... Error: inflate() returned -2
2102            GUNZIP: uncompress, out-of-mem or overwrite error - must
2103            RESET board to recover
2104
2105     Conflicts:
2106
2107         include/u-boot/zlib.h
2108         lib_generic/zlib.c
2109
2110     Signed-off-by: Wolfgang Denk <wd@denx.de>
2111
2112 commit 4b1389e0ceb19e9b50b96fd3908483a6c2274fb0
2113 Author: Stefan Roese <sr@denx.de>
2114 Date:   Tue Jul 21 14:06:29 2009 +0200
2115
2116     ppc4xx: Add chip_config command to AMCC Kilauea eval board
2117
2118     This patch removes the "alterpll" command and replaces it with the now
2119     ppc4xx standard "chip_config" command to configure the I2C bootstrap
2120     EEPROM.
2121
2122     Signed-off-by: Stefan Roese <sr@denx.de>
2123
2124 commit f6af8ce0c80327cb6aaa347642026ad838335c23
2125 Author: Stefan Roese <sr@denx.de>
2126 Date:   Tue Jul 21 14:33:52 2009 +0200
2127
2128     ppc4xx: Fix EEPROM configuration on Kilauea
2129
2130     Kilauea has an AT24C02 EEPROM which has an 8 byte page. Without defining
2131     CONFIG_SYS_EEPROM_PAGE_WRITE_BITS to 3 the "eeprom" command doesn't
2132     work correctly.
2133
2134     Additionally the page write delay (CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS)
2135     is set to a more defensive value of 10ms.
2136
2137     Signed-off-by: Stefan Roese <sr@denx.de>
2138
2139 commit 99d8b23bc7e2be04fcbf49c5cec9f5ae76df290c
2140 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
2141 Date:   Wed Jul 22 13:56:21 2009 +0200
2142
2143     ppc4xx: Add 405EP based PMC405DE board
2144
2145     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2146     Signed-off-by: Stefan Roese <sr@denx.de>
2147
2148 commit da799f66ad1d4fc36dd20cc2d7e584493fda8546
2149 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
2150 Date:   Mon Jul 20 12:15:38 2009 +0200
2151
2152     ppc4xx: Add struct for 4xx GPIO controller registers
2153
2154     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2155     Signed-off-by: Stefan Roese <sr@denx.de>
2156
2157 commit 58ea142fb2e969f32306c8da1dabfaebd6fa141a
2158 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
2159 Date:   Wed Jul 22 17:27:56 2009 +0200
2160
2161     ppc4xx: Replace 4xx lowercase SPR references
2162
2163     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2164     Signed-off-by: Stefan Roese <sr@denx.de>
2165
2166 commit 87c0b72908e05662b8b415e26e1042f4779629da
2167 Author: Stefan Roese <sr@denx.de>
2168 Date:   Mon Jul 20 06:57:27 2009 +0200
2169
2170     Add "chip_config" command for PPC4xx bootstrap configuration
2171
2172     This patch adds a generic command for programming I2C bootstrap
2173     eeproms on PPC4xx. An implementation for Canyonlands board is
2174     included.
2175
2176     The command name is intentionally chosen not to be PPC4xx specific.
2177     This way other CPU's/SoC's can implement a similar command under
2178     the same name, perhaps with a different syntax.
2179
2180     Usage on Canyonlands:
2181
2182     => chip_config
2183     Available configurations (I2C address 0x52):
2184     600-nor          - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
2185     600-nand         - NAND CPU: 600 PLB: 200 OPB: 100 EBC: 100
2186     800-nor          - NOR  CPU: 800 PLB: 200 OPB: 100 EBC: 100
2187     800-nand         - NAND CPU: 800 PLB: 200 OPB: 100 EBC: 100
2188     1000-nor         - NOR  CPU:1000 PLB: 200 OPB: 100 EBC: 100
2189     1000-nand        - NAND CPU:1000 PLB: 200 OPB: 100 EBC: 100
2190     1066-nor         - NOR  CPU:1066 PLB: 266 OPB:  88 EBC:  88 ***
2191     1066-nand        - NAND CPU:1066 PLB: 266 OPB:  88 EBC:  88
2192     => chip_config 600-nor
2193     Using configuration:
2194     600-nor          - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
2195     done (dump via 'i2c md 52 0.1 10')
2196     Reset the board for the changes to take effect
2197
2198     Other 4xx boards will be migrated to use this command soon
2199     as well.
2200
2201     Signed-off-by: Stefan Roese <sr@denx.de>
2202     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
2203     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2204
2205 commit 10c1b218556ed9871f36bc0c407f4f2f6196353b
2206 Author: Peter Tyser <ptyser@xes-inc.com>
2207 Date:   Fri Jul 17 19:01:16 2009 -0500
2208
2209     xpedite1k: Move to X-ES vendor directory
2210
2211     The XPedite1000 is an X-ES product thus it can be put in board/xes along
2212     with other X-ES boards.  Along with the move, the board was renamed to
2213     XPedite1000 from XPedite1K to fit X-ES's standard naming convention.
2214     Maintainership was also transfered to Peter Tyser.
2215
2216     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2217     Signed-off-by: Stefan Roese <sr@denx.de>
2218
2219 commit 54381b79d268e1bead5d78ed8423df31a3cb0e2c
2220 Author: Peter Tyser <ptyser@xes-inc.com>
2221 Date:   Fri Jul 17 19:01:15 2009 -0500
2222
2223     xpedite1k: Sync checkboard() with other X-ES boards
2224
2225     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2226     Signed-off-by: Stefan Roese <sr@denx.de>
2227
2228 commit 9b4ef1f5dc0daab64f46249a32e67279c4d44fd2
2229 Author: Peter Tyser <ptyser@xes-inc.com>
2230 Date:   Fri Jul 17 19:01:14 2009 -0500
2231
2232     xpedite1k: Sync up board config options with other X-ES boards
2233
2234     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2235     Signed-off-by: Stefan Roese <sr@denx.de>
2236
2237 commit 4cdad5f43ae67e4ceeac69ef4af4392bd2f7381f
2238 Author: Peter Tyser <ptyser@xes-inc.com>
2239 Date:   Fri Jul 17 19:01:13 2009 -0500
2240
2241     xpedite1k: Sync organization of board config with other X-ES boards
2242
2243     This change should have no functional effect
2244
2245     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2246     Signed-off-by: Stefan Roese <sr@denx.de>
2247
2248 commit c4ae1a0257a0f5008ee2686e8aa92fba3992f279
2249 Author: Peter Tyser <ptyser@xes-inc.com>
2250 Date:   Fri Jul 17 19:01:12 2009 -0500
2251
2252     xpedite1k: Sync up commands and environment with other X-ES boards
2253
2254     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2255     Signed-off-by: Stefan Roese <sr@denx.de>
2256
2257 commit fbc7951ea84c2fe6da0f6007b672ed35bae91acb
2258 Author: Peter Tyser <ptyser@xes-inc.com>
2259 Date:   Fri Jul 17 19:01:11 2009 -0500
2260
2261     xpedite1k: Disable unused ethernet port 1
2262
2263     The XPedite1000 only has 2 available ethernet ports:
2264     ppc_4xx_eth2 (EMAC2) and ppc_4xx_eth3 (EMAC3)
2265
2266     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2267     Signed-off-by: Stefan Roese <sr@denx.de>
2268
2269 commit 767e32ad369d83f55f950e6938e68b6dba7fa65f
2270 Author: Peter Tyser <ptyser@xes-inc.com>
2271 Date:   Fri Jul 17 19:01:10 2009 -0500
2272
2273     xpedite1k: Store environment in flash
2274
2275     Previously an I2C EEPROM was used.  The EEPROM had size, reliability,
2276     and access issues which are resolved by storing the environment in
2277     flash.
2278
2279     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2280     Signed-off-by: Stefan Roese <sr@denx.de>
2281
2282 commit b88da157f9990cd2cb081e4faea4b9581b5d0e2f
2283 Author: Peter Tyser <ptyser@xes-inc.com>
2284 Date:   Fri Jul 17 19:01:09 2009 -0500
2285
2286     xpedite1k: Add support for additional GPIO pins
2287
2288     Enable GPIO pins for an I2C EEPROM write protect, a system reset pin,
2289     and a PMC #MONARCH pin.  These pins are not currently used in U-Boot,
2290     but are used in OSes and may be used in U-Boot in the future.
2291
2292     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2293     Signed-off-by: Stefan Roese <sr@denx.de>
2294
2295 commit 42735815dd9ba39efe51203868aebce04053c8de
2296 Author: Peter Tyser <ptyser@xes-inc.com>
2297 Date:   Fri Jul 17 19:01:08 2009 -0500
2298
2299     xpedite1k: Add support for optional flashes
2300
2301     The XPedite1000 can be built with 4 total flashes:
2302     - 512KB AMD socketed
2303     - 16MB Intel soldered
2304     - 2 x 32MB AMD MirrorBit flashes
2305
2306     Add support for the optional 2 32MB CFI-compliant AMD flashes
2307
2308     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2309     Signed-off-by: Stefan Roese <sr@denx.de>
2310
2311 commit e02990764c7415c84668823a0fc8c5b4dd8d8cf0
2312 Author: Peter Tyser <ptyser@xes-inc.com>
2313 Date:   Fri Jul 17 19:01:07 2009 -0500
2314
2315     xpedite1k: Cleanup coding style
2316
2317     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2318     Signed-off-by: Stefan Roese <sr@denx.de>
2319
2320 commit 086ff34a3a7e5e595630d658c1c13778399452d1
2321 Author: Peter Tyser <ptyser@xes-inc.com>
2322 Date:   Fri Jul 17 19:01:06 2009 -0500
2323
2324     xpedite1k: Remove support for reading MACs from EEPROM
2325
2326     By default, the XPedite1000 comes installed with xMon, a proprietary
2327     bootloader.  xMon stores its MAC address in an onboard EEPROM.  Rather
2328     than requiring a non-standard location in the EEPROM to be reserved for
2329     MAC addresses, store the MAC addresses in U-Boot's standard environment.
2330     A U-Boot application or OS application can be used to migrate xMon MAC
2331     addresses to U-Boot's environment if necessary.
2332
2333     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2334     Signed-off-by: Stefan Roese <sr@denx.de>
2335
2336 commit 108d6d0099372f9f6532c3198fbaacabc121c9b3
2337 Author: Peter Tyser <ptyser@xes-inc.com>
2338 Date:   Fri Jul 17 19:01:05 2009 -0500
2339
2340     xpedite1k: Remove support for fixed SDRAM configuration
2341
2342     All XPedite1000's have SPD EEPROMs present and no fixed configuration
2343     parameters are currently defined or used
2344
2345     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2346     Signed-off-by: Stefan Roese <sr@denx.de>
2347
2348 commit c86d00a2ed923002f1ab0bfb0a925522628302e9
2349 Author: Peter Tyser <ptyser@xes-inc.com>
2350 Date:   Fri Jul 17 19:01:04 2009 -0500
2351
2352     xpedite1k: Remove CONFIG_SYS_DRAM_TEST support
2353
2354     POST or command line tests provide similar functionality
2355
2356     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2357     Signed-off-by: Stefan Roese <sr@denx.de>
2358
2359 commit 11ad309c183b176d8866944026a63c0f1c626f56
2360 Author: Peter Tyser <ptyser@xes-inc.com>
2361 Date:   Fri Jul 17 19:01:03 2009 -0500
2362
2363     xpedite1k: Use standard CFI flash driver
2364
2365     Using the CFI flash driver will allow write access to the 16MB Intel
2366     StrataFlash present on the XPedite1000.  The 512KB socketed (non
2367     CFI-compliant flash) will no longer be writable.
2368
2369     The mapping of the 16MB Strata flash was moved to 0xff000000 and the
2370     512KB AMD socketed flash was moved to 0xfe000000.
2371
2372     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2373     Signed-off-by: Stefan Roese <sr@denx.de>
2374
2375 commit d4d2e79bb433fc7ec18c68cc49cc6b7433d1320c
2376 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2377 Date:   Thu Jul 16 22:13:57 2009 +0200
2378
2379     ppc4xx: Cleanup PLU405 board code
2380
2381     Some Coding style cleanup (braces, whitespaces, long lines)
2382
2383     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2384     Signed-off-by: Stefan Roese <sr@denx.de>
2385
2386 commit b209a114829dc8a7a0e39a9335b6e4aebf9742cb
2387 Author: Dirk Eibach <eibach@gdsys.de>
2388 Date:   Fri Jul 17 14:16:40 2009 +0200
2389
2390     ppc4xx: Add DL-Vision 405EP board support
2391
2392     Board support for the Guntermann & Drunck DL-Vision.
2393
2394     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
2395     Signed-off-by: Stefan Roese <sr@denx.de>
2396
2397 commit 9b1b8c8a1bf52e9b65e1958e5205838576066cbc
2398 Author: Dirk Eibach <eibach@gdsys.de>
2399 Date:   Fri Jul 10 14:47:32 2009 +0200
2400
2401     ppc4xx: Fix missing freqOPB for 405EP
2402
2403     In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was
2404     left out for no obvious reason.
2405
2406     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
2407     Signed-off-by: Stefan Roese <sr@denx.de>
2408
2409 commit 0a371ca08908c9b2a58171223a79bffea1f7c6f5
2410 Author: Stefan Roese <sr@denx.de>
2411 Date:   Tue Jul 14 15:53:08 2009 +0200
2412
2413     ppc4xx: Fix TLB reset problem with recent 44x images
2414
2415     Patch d873133f [ppc4xx: Add Sequoia RAM-booting target] broke "normal"
2416     booting on some 44x platforms. This breakage is only noticed in some
2417     cases while powercycling. As it seems, the code in question in start.S
2418     didn't invalidate TLB #0. This makes sense since this TLB is used for
2419     the bootrom mapping. With the patch mentioned above even TLB #0 got
2420     invalidated resulting in an error later on.
2421
2422     This patch now fixes this issue by only invalidating TLB #0 in the RAM-
2423     booting case.
2424
2425     Tested succesfully on Sequoia and Canyonlands.
2426
2427     Signed-off-by: Stefan Roese <sr@denx.de>
2428     Cc: Dirk Eibach <Eibach@gdsys.de>
2429
2430 commit 44259bb9e696d22bf1773181111855a29f00cf33
2431 Author: Prafulla Wadaskar <prafulla@marvell.com>
2432 Date:   Fri Jul 17 19:56:30 2009 +0530
2433
2434     usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
2435
2436     This change is cheked in Linux source and fix found to be in sync.
2437     This patch is tested for USB host interface on Kirkwood based
2438     Sheevaplug platform (ARM little endian board)
2439
2440     Risk: the impact of this patch is not validated on big endian board.
2441     This need to be checked...
2442
2443     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2444     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2445
2446 commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d
2447 Author: Wolfgang Denk <wd@denx.de>
2448 Date:   Thu Jul 23 22:23:23 2009 +0200
2449
2450     Coding Style cleanup; update CHANGELOG.
2451
2452     Signed-off-by: Wolfgang Denk <wd@denx.de>
2453
2454 commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6
2455 Author: Mike Frysinger <vapier@gentoo.org>
2456 Date:   Tue Jul 21 22:59:36 2009 -0400
2457
2458     autoconf.mk: include before config.mk for top level files
2459
2460     By including autoconf.mk before config.mk, all top level files can use any
2461     config options it sets up (like <arch>_config.mk) or the Makefile itself
2462     without being forced to use lazy evaluation.
2463
2464 commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c
2465 Author: Mark Jackson <mpfj-list@mimc.co.uk>
2466 Date:   Tue Jul 21 11:30:53 2009 +0100
2467
2468     Remove static declaration from gunzip_bmp()
2469
2470     This patch removes the static declaration from gunzip_bmp()
2471
2472     Without it, the gunzip_bmp() function is not visible to
2473     common/lcd.c and fails to compile with an error.
2474
2475     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
2476
2477 commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b
2478 Author: Peter Tyser <ptyser@gmail.com>
2479 Date:   Mon Jul 20 21:51:38 2009 -0500
2480
2481     cmd_tsi148: General cleanup
2482
2483     - Fix command help message
2484     - Disable DEBUG by default
2485     - Fix whitespace issues
2486     - Fix lines > 80 characters
2487
2488     Signed-off-by: Peter Tyser <ptyser@gmail.com>
2489     Acked-by: Stefan Roese <sr@denx.de>
2490
2491 commit 9aef73888509d10193615ee5cd9cf439ca44e937
2492 Author: Mike Frysinger <vapier@gentoo.org>
2493 Date:   Sun Jul 19 15:17:03 2009 -0400
2494
2495     unify HOST_CFLAGS and HOSTCFLAGS
2496
2497     The top build system sets up HOSTCFLAGS a bit and exports it, but other
2498     places use HOST_CFLAGS instead.  Unify the two as HOSTCFLAGS so that the
2499     values stay in sync.
2500
2501     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2502
2503 commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936
2504 Author: Wolfgang Denk <wd@denx.de>
2505 Date:   Thu Jul 23 21:16:59 2009 +0200
2506
2507     Update CHANGELOG
2508
2509     Signed-off-by: Wolfgang Denk <wd@denx.de>
2510
2511 commit e3b39f84e974df70065fa248f0f63993b1708c9d
2512 Author: AndrĂ© Schwarz <andre.schwarz@matrix-vision.de>
2513 Date:   Fri Jul 17 14:50:24 2009 +0200
2514
2515     update config for mvBC-P (MPC5200)
2516
2517     This patch adds I2C support for mvBC-P and defines flash layout
2518     matching the shipped product.
2519
2520     Signed-off-by: AndrĂ© Schwarz <andre.schwarz@matrix-vision.de>
2521
2522 commit cb6d0b72c2c4f13c0075a7ae92e11682ec94a311
2523 Author: Kumar Gala <galak@kernel.crashing.org>
2524 Date:   Mon Jul 13 09:24:00 2009 -0500
2525
2526     ahci: Fix gcc 4.4 compiler warning
2527
2528     ahci.c: In function 'ata_scsiop_read_capacity10':
2529     ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules
2530
2531     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2532
2533 commit 51d91e1a253c97713c7f3e5c0b910a4db4979283
2534 Author: Kumar Gala <galak@kernel.crashing.org>
2535 Date:   Mon Jul 13 09:23:59 2009 -0500
2536
2537     drivers/bios_emulator: Fix gcc 4.4 compiler warning
2538
2539     biosemu.c: In function 'BE_setVGA':
2540     biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules
2541
2542     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2543
2544 commit f97ec30bb3c5a4a456159eb2b75b3bc68772bf2a
2545 Author: Detlev Zundel <dzu@denx.de>
2546 Date:   Mon Jul 13 16:01:19 2009 +0200
2547
2548     Re-add support for image type 'Standalone Program'
2549
2550     Support for this type was lost during the bootm refactoring.
2551
2552     Signed-off-by: Detlev Zundel <dzu@denx.de>
2553
2554 commit ca95c9df0280f40e8e4befadbaae21fa67d92331
2555 Author: Detlev Zundel <dzu@denx.de>
2556 Date:   Mon Jul 13 16:01:18 2009 +0200
2557
2558     Add error checking for unsupported OS types.
2559
2560     Signed-off-by: Detlev Zundel <dzu@denx.de>
2561
2562 commit 982adfc610669482a32127282fe489857a92cfe3
2563 Author: Peter Tyser <ptyser@xes-inc.com>
2564 Date:   Fri Jul 10 18:46:10 2009 -0500
2565
2566     ppc: Unlock cache-as-ram in a consistent manner
2567
2568     Previously, non-e500 architectures only unlocked their data cache which
2569     was used as early RAM when booting to Linux using the "bootm" command.
2570     This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined
2571     to unlock their data cache during U-Boot's initialization.  This
2572     improves U-Boot performance and provides a common cache state when
2573     booting to different OSes.
2574
2575     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2576
2577 commit b201171f2b4d509f3ad510b214bee70ff902e3d6
2578 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
2579 Date:   Thu Jul 23 04:54:45 2009 -0400
2580
2581     zlib: updated to v.1.2.3
2582
2583     This patch updates zlib to the latest stable version.
2584
2585     Only relevant zlib parts were ported to u-boot tree, as was done for
2586     the previously used version of zlib (0.95). New zlib gives faster
2587     inflate performance and other improvements, see www.zlib.net
2588
2589     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
2590     Reviewed-by: Angelo Castello <angelo.castello@st.com>
2591
2592     Edited commit message
2593
2594     Signed-off-by: Wolfgang Denk <wd@denx.de>
2595
2596 commit 97cfe86163505ea18e7ff7b71e78df5bb03dad57
2597 Author: Robin Getz <rgetz@blackfin.uclinux.org>
2598 Date:   Tue Jul 21 12:15:28 2009 -0400
2599
2600     Save server's MAC address in environment
2601
2602     Linux's netconsole works much better when you can pass it the MAC address of
2603     the server. (otherwise it just uses broadcast, which everyone else on my
2604     network complains about :)
2605
2606     This sets the env var "serveraddr" (to match ethaddr), so that you can pass
2607     it to linux with whatever bootargs you want to....
2608
2609     addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr)
2610
2611     Signed-of-by: Robin Getz <rgetz@blackfin.uclinux.org>
2612
2613     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2614
2615 commit 0b23fb368d08c9669fac647971ff249c3f9fee8f
2616 Author: Ilya Yanok <yanok@emcraft.com>
2617 Date:   Tue Jul 21 19:32:21 2009 +0400
2618
2619     fec_mxc: driver for FEC ethernet controller on i.MX27
2620
2621     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2622     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2623
2624 commit 0544c63681d2ea3607faf374e9c56f101e365b42
2625 Author: Alessio Centazzo <centazzo@gmail.com>
2626 Date:   Sat Jul 11 11:56:06 2009 -0700
2627
2628     ppc4xx: Fixed compilation warning in 4xx_enet.c
2629
2630     This patch fixes a compilation warning for some Ethernet PHY-less
2631     PPC4xx platforms (440SPE based ones) and a potential compilation
2632     error for 440SP platforms (use of undefined 'ethgroup' variable).
2633     In the original code and in case of 440SPE platforms, 'ethgroup'
2634     is initialized to -1 and never modified.  Later in the function,
2635     within an #ifdef statement, an 'if statement' executes code only
2636     if 'ethgroup' is set to 4, therefore it is harmless to avoid
2637     executing the 'if statement' by removing the CONFIG_440SPE from
2638     the affected #ifdefs.  In case of 440SP platforms  with on-board
2639     Ethernet PHY, 'ethgroup' is undefined but used (there are not such
2640     platforms in the repository yet). All other architectures are not
2641     affected by this change.
2642
2643     Signed-off-by: Alessio Centazzo acpatin@yahoo.com
2644     Acked-by: Stefan Roese <sr@denx.de>
2645     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2646
2647 commit 09133f8580f0106429ba3600f1855bd3577ae58b
2648 Author: Michael Zaidman <michael.zaidman@gmail.com>
2649 Date:   Tue Jul 14 23:37:12 2009 +0300
2650
2651     DHCP regression on 2009-06
2652
2653     Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
2654     by initializing our IP addr to 0 in order to accept any IP addr
2655     assigned to us by the DHCP/BOOTP/RARP server.
2656
2657     Ack-by: Robin Getz <rgetz@blackfin.uclinux.org>
2658     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
2659     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2660
2661 commit 443ce4ac9d1138ae5ae6863b2d40a96fd6edf523
2662 Author: Prafulla Wadaskar <prafulla@marvell.com>
2663 Date:   Thu Jul 16 20:58:02 2009 +0530
2664
2665     net: phy: bugfixes: mv88E61xx multichip addressing support
2666
2667     With these fixes, this driver works properly for multi chip
2668     addressging mode
2669
2670     Bugfixes:
2671     1. Build error fixed for function mv88e61xx_busychk_multic-fixed
2672     2. PHY dev address error detection- fixed
2673     3. wrong busy bit was refered in function mv88e61xx_busychk -fixed
2674     4. invalid data read ptr was refered for RD_PHY in case of
2675         multichip addressing mode -fixed
2676
2677     The Multichip Address mode is tested with RD6281A board having
2678     MV88E6165 switch on it
2679
2680     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2681     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2682
2683 commit 16025ea45539219f2a7c750c6f0ae983ea5c2737
2684 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
2685 Date:   Wed Jul 8 13:05:11 2009 +0200
2686
2687     arm: Kirkwood: Check the error summary bit for error detection
2688
2689     The Marvell documentation for the 88f6281 states that the error coding
2690     is only valid if the error summary and last frame bits in the transmit
2691     descriptor status field are set. This patch adds checks for these for
2692     transmit (I would get transmit errors on bootp with the current check,
2693     which I believe are spurious).
2694
2695     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
2696     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2697
2698 commit 7b05f5e027b81cd3a9a41c6c6d3fe09c72fa93f6
2699 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
2700 Date:   Wed Jul 8 13:03:18 2009 +0200
2701
2702     arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
2703
2704     kwgbe_send/recv both have loops waiting for the hardware to set  a bit.
2705     GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This
2706     patch uses readl to force a read from device memory. Other volatile
2707     accesses have also been replaced with readl/writel where appropriate
2708     (as per suggestions on the U-boot mailing list).
2709
2710     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
2711     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2712
2713 commit 3f6b18ffd94621625de961bc566022b0266790f5
2714 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2715 Date:   Thu Jul 2 13:21:22 2009 -0400
2716
2717     MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
2718
2719     This patch sets the returned value to 0xFFFF if the PHY does not exist
2720     and does not assert Transfer Acknowledge. A NULL check for the value
2721     pointer is also added for buffer overflow protection.
2722
2723     Without this patch 'mii info' will  show 'phantom' devices because the
2724     value will be not be initialized and return with some random value.
2725
2726     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2727     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2728
2729 commit 736fead8fdbf8a8407048bebc373cd551d01ec98
2730 Author: Ben Warren <biggerbadderben@gmail.com>
2731 Date:   Mon Jul 20 22:01:11 2009 -0700
2732
2733     Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
2734
2735     All in-tree boards that use this controller have CONFIG_NET_MULTI added
2736     Also:
2737      - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X*
2738      - cleaned up line lengths
2739      - modified all boards that override weak function in this driver
2740      - added
2741
2742     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2743     Tested-by: Mike Frysinger <vapier@gentoo.org>
2744
2745 commit 3bd0a877b74b9c005ae7cb892480ccedfa308c20
2746 Author: Ben Warren <biggerbadderben@gmail.com>
2747 Date:   Fri Jul 17 00:50:15 2009 -0700
2748
2749     Add warning about upcoming removal of old Ethernet API
2750
2751     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2752
2753 commit b7fe25d2a8d1cede401d09e1f9c84f8fe47bdbb1
2754 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
2755 Date:   Thu Jul 2 16:15:13 2009 +0530
2756
2757     P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
2758
2759     These PHYs are on P2020RDB platform.
2760
2761     Also revamped Freescale copyright message in drivers/net/tsec.c.
2762
2763     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
2764     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2765
2766 commit 1a32bf41881b5dbe3119cb77a33572b4d462cabf
2767 Author: Robin Getz <rgetz@blackfin.uclinux.org>
2768 Date:   Mon Jul 20 14:53:54 2009 -0400
2769
2770     Add DNS support
2771
2772     On 04 Oct 2008 Pieter posted a dns implementation for U-Boot.
2773
2774     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg10216.html
2775     >
2776     > DNS can be enabled by setting CFG_CMD_DNS. After performing a query,
2777     > the serverip environment var is updated.
2778     >
2779     > Probably there are some cosmetic issues with the patch. Unfortunatly I
2780     > do not have the time to correct these. So if anybody else likes DNS
2781     > support in U-Boot and has the time, feel free to patch it in the main tree.
2782
2783     Here it is again - slightly modified & smaller:
2784       - update to 2009-06 (Pieter's patch was for U-Boot 1.2.0)
2785       - README.dns is added
2786       - syntax is changed (now takes a third option, the env var to store
2787         the result in)
2788       - add a random port() function in net.c
2789       - sort Makefile in ./net/Makefile
2790       - dns just returns unless a env var is given
2791       - run through checkpatch, and clean up style issues
2792       - remove packet from stack
2793       - cleaned up some comments
2794       - failure returns much faster (if server responds, don't wait for
2795         timeout)
2796       - use built in functions (memcpy) rather than byte copy.
2797
2798     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
2799     Signed-off-by: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
2800     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2801
2802 commit 88ad3fd91c83a4343b25385fd78fd8e29ebb723f
2803 Author: Kim Phillips <kim.phillips@freescale.com>
2804 Date:   Fri Jul 17 12:17:00 2009 -0500
2805
2806     net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
2807
2808     fix this gcc 4.4 warning:
2809
2810     tsec.c: In function 'tsec_init':
2811     tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules
2812
2813     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2814     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2815
2816 commit d9bec9f42ab34383737c8a94429aa02fe76d7946
2817 Author: Mike Frysinger <vapier@gentoo.org>
2818 Date:   Sat Jul 18 21:04:08 2009 -0400
2819
2820     net: rename NetRxPkt to NetRxPacket
2821
2822     The net code is mostly consistent in using 'Packet' rather than 'Pkt', so
2823     rename the minor detractor to follow suite.
2824
2825     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2826     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2827
2828 commit 88a4c2e77cd5674db745d0c2ebbad68c9baf760c
2829 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2830 Date:   Thu Jun 25 16:33:04 2009 +0900
2831
2832     sh: sh_eth: Remove garbage from printf
2833
2834     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2835     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2836     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2837
2838 commit 2ea20efa47da9d98ff38223ff51dea5439ad8708
2839 Author: Andreas Pretzsch <apr@cn-eng.de>
2840 Date:   Thu Jul 9 21:50:05 2009 +0200
2841
2842     smc911x: add support for LAN9221
2843
2844     Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
2845     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2846
2847 commit 7168eba729b9e6d730db7cd1028767f7b1a6128b
2848 Author: David Brownell <david-b@pacbell.net>
2849 Date:   Tue Jun 9 11:14:24 2009 -0700
2850
2851     rm9200 ethernet driver: board-specific quirk (csb337)
2852
2853     CSB337 boards originally shipped with MicroMonitor, not U-Boot;
2854     and with a version using a different convention for recording
2855     Ethernet addresses than anyone else.  To avoid breaking Linux
2856     when it uses U-Boot, have it use the same convention on that
2857     hardware.
2858
2859     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2860     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2861
2862 commit 57215cd2e59fd403248df8f2f195e382900d5fc2
2863 Author: Heiko Schocher <hs@denx.de>
2864 Date:   Thu Jul 16 09:58:31 2009 +0200
2865
2866     arm, kirkwood: added kw_gpio_set_valid() in gpio.h
2867
2868     Signed-off-by: Heiko Schocher <hs@denx.de>
2869
2870 commit ec16441085f471c03a8c0909579463e31e5b947a
2871 Author: Dieter Kiermaier <dk-arm-linux@gmx.de>
2872 Date:   Mon Jun 29 14:45:08 2009 +0200
2873
2874     Kirkwood: add Marvell Kirkwood gpio driver
2875
2876     Signed-off-by: Dieter Kiermaier <dk-arm-linux@gmx.de>
2877     Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
2878     Tested-by: Heiko Schocher <hs@denx.de>
2879
2880 commit 688b6a0ff2dcbb0c7e63ef63cbbcc291f14f321f
2881 Author: Heiko Schocher <hs@denx.de>
2882 Date:   Thu Jul 16 09:59:10 2009 +0200
2883
2884     arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
2885
2886     Signed-off-by: Heiko Schocher <hs@denx.de>
2887
2888 commit fbc8365ad7ab0afd4143bdbffab2fd0b24df004f
2889 Author: Prafulla Wadaskar <prafulla@marvell.com>
2890 Date:   Thu Jul 16 21:02:24 2009 +0530
2891
2892     Marvell RD6281A Board support
2893
2894     This is Marvell's 88F6281_A0 based reference design board
2895
2896     This patch is tested for-
2897     1. Boot from DRAM/NAND flash/NFS
2898     2. File transfer using tftp and loadb
2899     3. NAND flash read/write/erase
2900
2901     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2902     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2903
2904 commit 2906e6d654fcc7f2451fde225e4e8b3f20c9555f
2905 Author: Piotr Ziecik <kosmo@semihalf.com>
2906 Date:   Fri Jul 17 16:35:19 2009 +0200
2907
2908     api: Fix broken build on ARM.
2909
2910     This patch fixes broken build introduced by commit
2911     84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed
2912     ifdef CONFIG_API already handle by the Makefile).
2913
2914     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2915
2916 commit 48677a1ef5f82adca49145a7baf11ece77f51945
2917 Author: Wolfgang Denk <wd@denx.de>
2918 Date:   Wed Jul 22 23:53:23 2009 +0200
2919
2920     Fix "ld: cannot find -lstubs" build error
2921
2922     Commit 1bc15386 moved the examples/ to examples/standalone but failed
2923     to adapt the Makefiles that need to link against libstubs.a
2924
2925     Signed-off-by: Wolfgang Denk <wd@denx.de>
2926     Cc: Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2927
2928 commit ae71121a111ddf9dd057cacbbdd0f51054be428a
2929 Author: Wolfgang Denk <wd@denx.de>
2930 Date:   Sat Jul 18 20:47:36 2009 +0200
2931
2932     at91cap9adk: fix #ifdef/#endif pairing
2933
2934     The #ifdef/#endif pairing in this file was obviously messed up.
2935
2936     Signed-off-by: Wolfgang Denk <wd@denx.de>
2937
2938 commit 6b96a20d512b04a808438553874c00cf40812c44
2939 Author: Minkyu Kang <mk7.kang@samsung.com>
2940 Date:   Mon Jul 20 11:40:01 2009 +0900
2941
2942     ARM Cortex A8: Move OMAP3 specific reset handler
2943
2944     Because of the reset_cpu is soc specific, should be move to soc
2945
2946     Cc: Dirk Behme <dirk.behme@googlemail.com>
2947     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2948
2949 commit 048e7efe91f66094f868281c12e488ce2bae8976
2950 Author: Kumar Gala <galak@kernel.crashing.org>
2951 Date:   Wed Jul 22 10:12:39 2009 -0500
2952
2953     85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
2954
2955     The pixis code used in8/out8 all over the place.  Replace it with
2956     in_8/out_8 macros.
2957
2958     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2959
2960 commit 0a6d0c6320b77bd6572393a93e6b8ccdf39c7100
2961 Author: Peter Tyser <ptyser@xes-inc.com>
2962 Date:   Tue Jul 21 13:51:08 2009 -0500
2963
2964     xpedite5370: Enable NAND command support
2965
2966     Use the MPC8572's eLBC to access 1 GB (or greater) onboard NAND flash
2967     via the 'nand' command.
2968
2969     Previously, the XPedite5370's NAND chip selects were properly
2970     configured, but NAND support was not enabled.
2971
2972     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2973     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2974
2975 commit 39121c0896a6760bd436d88c17892f49a97902d0
2976 Author: Peter Tyser <ptyser@xes-inc.com>
2977 Date:   Tue Jul 21 13:51:07 2009 -0500
2978
2979     xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB
2980
2981     Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to
2982     support uncompressing images larger than 8 MB when using the bootm
2983     command.
2984
2985     Note that recent Linux kernels for the 85xx and 86xx map greater than
2986     16MB of memory on bootup, but we use 16MB to maintain compatibility with
2987     older Linux kernels for now.
2988
2989     Signed-off-by: Nate Case <ncase@xes-inc.com>
2990     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2991     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2992
2993 commit 58f31b602dfd52eb7836ab82caa587514e046f02
2994 Author: Peter Tyser <ptyser@xes-inc.com>
2995 Date:   Sun Jul 19 19:17:41 2009 -0500
2996
2997     xpedite5370: Fix I2C GPIO initialization typo
2998
2999     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3000     Acked-by: Heiko Schocher<hs@denx.de>
3001     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3002
3003 commit 5ff821006c6e7647d183ea95817044943bb22e7e
3004 Author: Peter Tyser <ptyser@xes-inc.com>
3005 Date:   Sun Jul 19 19:17:40 2009 -0500
3006
3007     xpedite5200,5370: Use buffered NOR flash writes
3008
3009     Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly
3010     improve NOR flash write speeds
3011
3012     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3013     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3014
3015 commit d9c147f371800a479a507a816b2fe572c97da197
3016 Author: Peter Tyser <ptyser@xes-inc.com>
3017 Date:   Fri Jul 17 10:14:48 2009 -0500
3018
3019     85xx, 86xx: Add common board_add_ram_info()
3020
3021     Previously, 85xx and 86xx boards would display DRAM information on
3022     bootup such as:
3023
3024     ...
3025     I2C:   ready
3026     DRAM:
3027     Memory controller interleaving enabled: Bank interleaving!
3028      2 GB
3029     FLASH: 256 MB
3030     ...
3031
3032     This patch moves the printing of the DRAM controller configuration to a
3033     common board_add_ram_info() function which prints out DDR type, width,
3034     CAS latency, and ECC mode.  It also makes the DDR interleaving
3035     information print out in a more sane manner:
3036
3037     ...
3038     I2C:   ready
3039     DRAM:   2 GB (DDR2, 64-bit, CL=4, ECC on)
3040            DDR Controller Interleaving Mode: bank
3041     FLASH: 256 MB
3042     ...
3043
3044     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3045     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3046
3047 commit 12a440ae6d09445140f1a0c2023dba76a9f1a617
3048 Author: Peter Tyser <ptyser@xes-inc.com>
3049 Date:   Fri Jul 17 10:14:47 2009 -0500
3050
3051     tqm85xx: Remove board_add_ram_info()
3052
3053     This is in preparation for adding one common 8xxx board_add_ram_info()
3054     function for all 8xxx boards
3055
3056     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3057     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3058
3059 commit ed2c9488bbe389b7b25cada1e42bdae5d0976327
3060 Author: Peter Tyser <ptyser@xes-inc.com>
3061 Date:   Fri Jul 17 10:14:46 2009 -0500
3062
3063     xes: Remove 8xxx board_add_ram_info() function
3064
3065     This is in preparation for adding one common 8xxx board_add_ram_info()
3066     fuction for all 8xxx boards
3067
3068     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3069     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3070
3071 commit e7ee23ec1788d8cf269a4cf6b9cd3722cbc7d592
3072 Author: Peter Tyser <ptyser@xes-inc.com>
3073 Date:   Fri Jul 17 10:14:45 2009 -0500
3074
3075     86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
3076
3077     Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match
3078     the 86xx user's manual and other Freescale architectures
3079
3080     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3081     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3082
3083 commit f6155c6fbb1d85f517b7c160570f0995ef14c43f
3084 Author: Roy Zang <tie-fei.zang@freescale.com>
3085 Date:   Thu Jul 9 10:05:48 2009 +0800
3086
3087     85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
3088
3089     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3090     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3091
3092 commit 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f
3093 Author: Kumar Gala <galak@kernel.crashing.org>
3094 Date:   Tue Jul 14 22:42:01 2009 -0500
3095
3096     85xx: Report which "bank" of NOR flash we are booting from on FSL boards
3097
3098     The p2020DS, MPC8536DS, MPC8572DS, MPC8544DS boards are capable of
3099     swizzling the upper address bits of the NOR flash we boot out of which
3100     creates the concept of "virtual" banks.  This is useful in that we can
3101     flash a test of image of u-boot and reset to one of the virtual banks
3102     while still maintaining a working image in "bank 0".
3103
3104     The PIXIS FPGA exposes registers on LBC which we can use to determine
3105     which "bank" we are booting out of (as well as setting which bank to
3106     boot out of).
3107
3108     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3109
3110 commit 9af9c6bdc16da53772c56b1a79c2c91701fe94e6
3111 Author: Kumar Gala <galak@kernel.crashing.org>
3112 Date:   Wed Jul 15 13:45:00 2009 -0500
3113
3114     86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
3115
3116     The MPC8641HPCN board is capable of swizzling the upper address bit of
3117     the NOR flash we boot out of which creates the concept of "virtual"
3118     banks.  This is useful in that we can flash a test of image of u-boot
3119     and reset to one of the virtual banks while still maintaining a
3120     working image in "bank 0".
3121
3122     The PIXIS FPGA exposes registers on LBC which we can use to determine
3123     which "bank" we are booting out of (as well as setting which bank to
3124     boot out of).
3125
3126     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3127
3128 commit caf72ff329759b4da71352ab098537c7698c0e9f
3129 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
3130 Date:   Tue Jul 21 10:45:49 2009 +0200
3131
3132     Refresh LZMA-lib to v4.65
3133
3134     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
3135
3136 commit 70ebf31633f372a24505e47846b2628e8435ea37
3137 Author: Wolfgang Denk <wd@denx.de>
3138 Date:   Fri Jul 17 23:35:29 2009 +0200
3139
3140     AT91: factor out ROUND() macro
3141
3142     A large number of boards (all AT91 based) duplicated the ROUND()
3143     macro in their board specific config files. Add the definition to
3144     include/common.h and clean up the board config files.
3145
3146     Signed-off-by: Wolfgang Denk <wd@denx.de>
3147
3148 commit 89188a62333c0841a7166783d2ebdd39d7044eb2
3149 Author: Kumar Gala <galak@kernel.crashing.org>
3150 Date:   Wed Jul 15 08:54:50 2009 -0500
3151
3152     85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
3153
3154     We have always mapped at least 16M in the kernel and we have seen cases
3155     with new kernel features that a kernel image needs more than 8M of
3156     memory.
3157
3158     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3159
3160 commit d4abc757c26c531293f5bbc4262ade44a317eec9
3161 Author: Peter Tyser <ptyser@xes-inc.com>
3162 Date:   Mon Jul 20 19:02:21 2009 -0500
3163
3164     Move api_examples to examples/api
3165
3166     Also add a rule to remove demo.bin which was previously leftover
3167     after a "make clean"
3168
3169     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3170
3171 commit af1d7d984a23a0faa1f436ebfeb55c876b1a99e1
3172 Author: Heiko Schocher <hs@denx.de>
3173 Date:   Tue Jul 21 06:37:28 2009 +0200
3174
3175     83xx, kmeter: fix compile error
3176
3177     CONFIG_SYS_MALLOC_LEN is defined in the board config, and
3178     the keymile-common.h, which collects common options used
3179     by all keymile-boards. This results in a compile error
3180     when compiling the kmeter1 board. So remove this define
3181     in the board config file.
3182
3183     Signed-off-by: Heiko Schocher <hs@denx.de>
3184
3185 commit 39df00d9aecfb465b9eec9af593f9b763fb5209a
3186 Author: Heiko Schocher <hs@denx.de>
3187 Date:   Thu Jul 9 12:04:26 2009 +0200
3188
3189     i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c
3190
3191     This patch adds the possibility to call a board specific
3192     i2c bus reset routine for the fsl_i2c bus driver, and adds
3193     this option for the keymile kmeter1 board.
3194
3195     The deblock sequence for this board is implemented and
3196     tested in the following way:
3197
3198     CR = 0x20 (release SDA and SCL pin)
3199     CR = 0xa0 (start read)
3200     dummy read
3201     dummy read
3202     if 2. dummy read == 0x00
3203         3. dummy read
3204
3205     CR = 0x80 (SDA and SCL now 1 SR = 0x86)
3206     CR = 0x00 (Modul reset SR=0x81)
3207     CR = 0x80 (SDA and SCL = 1, SR = 0x81)
3208
3209     Signed-off-by: Heiko Schocher <hs@denx.de>
3210
3211 commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0
3212 Author: Peter Tyser <ptyser@xes-inc.com>
3213 Date:   Fri Jul 10 11:03:19 2009 -0500
3214
3215     Move examples/ to examples/standalone
3216
3217     The current files in examples are all standalone application examples,
3218     so put them in their own subdirectory for organizational purposes
3219
3220     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3221
3222 commit b220c64d86f7c705a183302c3b50076d7e5d876c
3223 Author: Peter Tyser <ptyser@xes-inc.com>
3224 Date:   Fri Jul 10 11:03:15 2009 -0500
3225
3226     Move architecture specific config.mk files into subdirs
3227
3228     This cleans up U-Boot's toplevel directory a bit and makes the
3229     architecture 'config.mk' file naming and location similar to board
3230     and cpu 'config.mk' files
3231
3232     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3233
3234 commit 082becd0d546399637fa94fdf9f1730a0f7bf348
3235 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
3236 Date:   Fri Jul 10 18:25:34 2009 +0800
3237
3238     Add "tags" to .gitignore file.
3239
3240     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
3241     Signed-off-by: Wolfgang Denk <wd@denx.de>
3242
3243 commit dc71b248ef0d5e12b19f33c6efb873e31df91fa9
3244 Author: Heiko Schocher <hs@denx.de>
3245 Date:   Thu Jul 9 12:04:18 2009 +0200
3246
3247     powerpc: updates for the keymile boards
3248
3249     - CONFIG_SYS_MAX_I2C_BUS changed to 1
3250       We use only one I2C hardwarecontroller on this boards, so
3251       change the CONFIG_SYS_MAX_I2C_BUS to 1.
3252     - common: dont print errormsg if second IVM Block lacks.
3253     - 82xx, mgcoge: fix double mtdpart entry in environment
3254     - 82xx, mgcoge: activate on second Flash the second bank.
3255     - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards
3256     - common: Change malloc size to 1MByte for all Keymile boards
3257         We need a bigger malloc area for the environment support (128k)
3258         on some Keymile boards (kmeter1) and the upcoming UBI support.
3259         Change it to 1MB for all Keymile boards to be on the save side.
3260         Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for
3261         UBI/UBIFS support.
3262     - Add UBI support to all Keymile boards
3263     - change manner of writing "/localbus/ranges" node
3264         instead of writting the complete "/localbus/ranges" node
3265         before booting Linux, only update the ranges entries
3266         which gets dynamical detected (size of flashes).
3267         This is needed, because keymile adds in the DTS
3268         "/localbus/ranges" node entries, which u-boot must
3269         not overwrite/delete.
3270     - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips
3271         The Intel P30 chip has 2 non-identical chips on
3272         one die, so we need to define 2 seperate regions
3273         that are scanned by physmap_of independantly.
3274     - kmeter1: Add MTD concat support to Keymile boards
3275     - 82xx, mgcoge: add "unlock=yes" to default environment
3276     - added CONFIG_MTD_DEVICE to get in sync with mainline code
3277
3278     Signed-off-by: Heiko Schocher <hs@denx.de>
3279     Signed-off-by: Stefan Roese <sr@denx.de>
3280
3281 commit f14d81050a9e0fa57aedb1bc746c60a07c1ad67f
3282 Author: galak <galak@ducky.am.freescale.net>
3283 Date:   Tue Jul 7 15:53:21 2009 -0500
3284
3285     fsl_sata: Fix compiler warnings shown by gcc-4.4
3286
3287     Update fsl_sata to use common structures instead of casting
3288     back and forth between the fsl specific ones and the common ones
3289     (which are identical).
3290
3291     fsl_sata.c: In function 'scan_sata':
3292     fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
3293     fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
3294     fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
3295     fsl_sata.c:545: note: initialized from here
3296     fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
3297     fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
3298     fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
3299     fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
3300     fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
3301     ...
3302
3303     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3304
3305 commit 20938e54a207472a090f04f20f30c9e32b14137e
3306 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
3307 Date:   Tue Jul 7 15:58:51 2009 +0200
3308
3309     Add unaligned.h for arm
3310
3311     This patch adds unaligned.h for ARM (needed to build with LZO
3312     compression). The file is taken from the linux kernel, but includes
3313     u-boot headers instead.
3314
3315     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
3316     Acked-by: Stefan Roese <sr@denx.de>
3317
3318 commit 433ea8abd6adfae3138dd4ce238237a037e1e537
3319 Author: Peter Tyser <ptyser@xes-inc.com>
3320 Date:   Sun Jul 19 19:17:42 2009 -0500
3321
3322     Remove last remanants of unused CONFIG_I2C_CMD_TREE
3323
3324     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3325
3326 commit f6ca3b70949790ab5438d6c9a592216cc3616110
3327 Author: Andrzej Wolski <awolski@poczta.fm>
3328 Date:   Fri Jul 17 22:26:54 2009 +0200
3329
3330     ubi: help message correction
3331
3332     Fix incorrect information about size units and correct typo.
3333
3334     Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
3335     Signed-off-by: Stefan Roese <sr@denx.de>
3336
3337 commit 22f2017c31bc682e9b15612a5c2580ab5b84418e
3338 Author: Peter Tyser <ptyser@xes-inc.com>
3339 Date:   Sun Jul 19 19:17:42 2009 -0500
3340
3341     Remove last remanants of unused CONFIG_I2C_CMD_TREE
3342
3343     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3344
3345 commit f99a292aa6083057f5db8283d2ce4a2be22b8856
3346 Author: Andrzej Wolski <awolski@poczta.fm>
3347 Date:   Fri Jul 17 22:26:54 2009 +0200
3348
3349     ubi: help message correction
3350
3351     Fix incorrect information about size units and correct typo.
3352
3353     Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
3354     Signed-off-by: Stefan Roese <sr@denx.de>
3355
3356 commit b86b85e2611d57d834795a92453431a1a340c3c9
3357 Author: Ilya Yanok <yanok@emcraft.com>
3358 Date:   Mon Jun 29 17:53:16 2009 +0400
3359
3360     mmc: set bus width to 1 and clock to minimum early during initialization
3361
3362     We need to switch back to 1-bit before initialization or SD 2.0 cards
3363     will fail to send SCR if we've switched to 4-bit already.
3364
3365     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
3366
3367 commit cff80f2cd12bf9767509b5334ecfc90cd7de5502
3368 Author: Shinya Kuribayashi <skuribay@pobox.com>
3369 Date:   Sat Jun 20 19:14:33 2009 +0900
3370
3371     config.mk: Remove unused HPATH
3372
3373     This variable is not unused anywhere.
3374
3375     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
3376
3377 commit a781de12700e2cb3d3011fc83b47f7dd8cc3c154
3378 Author: Grzegorz Bernacki <gjb@semihalf.com>
3379 Date:   Wed Jun 17 16:20:14 2009 +0200
3380
3381     digsy mtc: Enable command line history.
3382
3383     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
3384
3385 commit 37566090766d61beef70c62986b90749920255d8
3386 Author: Mike Frysinger <vapier@gentoo.org>
3387 Date:   Thu Jul 2 19:23:25 2009 -0400
3388
3389     compiler.h: unify system ifdef cruft here
3390
3391     Shove a lot of the HOSTCC and related #ifdef checking crap into the new
3392     compiler.h header so that we can keep all other headers nice and clean.
3393
3394     Also introduce custom uswap functions so we don't have to rely on the non
3395     standard implementations that a host may (or may not in the case of OS X)
3396     provide.  This allows mkimage to finally build cleanly on an OS X system.
3397
3398     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3399
3400 commit 2a2ed845c085eb093b69fa6382fcf7534bb1f4b0
3401 Author: Kim Phillips <kim.phillips@freescale.com>
3402 Date:   Mon Jun 15 11:50:40 2009 -0500
3403
3404     common: fix 'dummy' is used uninitialized in this function warning
3405
3406     fix this gcc 4.4 warning:
3407
3408     xyzModem.c: In function 'xyzModem_stream_open':
3409     xyzModem.c:564: warning: 'dummy' is used uninitialized in this function
3410
3411     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3412
3413 commit 1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460
3414 Author: Mike Frysinger <vapier@gentoo.org>
3415 Date:   Sun Jun 14 23:33:14 2009 -0400
3416
3417     push CROSS_COMPILE out to $(ARCH)_config.mk
3418
3419     Each arch should handle setting a proper default CROSS_COMPILE value in
3420     their own config.mk file rather than having to maintain a large ugly list
3421     in the Makefile.  By using conditional assignment, we don't have to worry
3422     about the variable already being set (env/cmdline/etc...).
3423
3424     The common config.mk file takes care of exporting CROSS_COMPILE already,
3425     and while a few variables (toolchain ones) utilize CROSS_COMPILE before
3426     including the arch config.mk, they do so with deferred assignment.
3427
3428     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3429
3430 commit 60a3f404acbf8238a3138fe1f80a6bac75da4582
3431 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3432 Date:   Sat Jun 13 12:55:37 2009 +0200
3433
3434     malloc.h: protect it against multiple include
3435
3436     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3437
3438 commit 7640f41988a456a0b1f05263d2e2dc5cd7d93984
3439 Author: Wolfgang Denk <wd@denx.de>
3440 Date:   Sun Jul 19 19:37:24 2009 +0200
3441
3442     Fix boards broken after removal of legacy NAND and DoC support
3443
3444     Commit 2419169f removed support for legacy NAND and disk on chip but
3445     missed to update the code for a few boards. This patch fixes the
3446     resulting build issues.
3447
3448     Signed-off-by: Wolfgang Denk <wd@denx.de>
3449
3450 commit 1a4664b53aaf23687b52d64b94be06a9aa260b86
3451 Author: Wolfgang Denk <wd@denx.de>
3452 Date:   Sun Jul 19 19:32:37 2009 +0200
3453
3454     cmd_flash.c: fix fix compile error for boards with DataFlash
3455
3456     Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable
3457     'addr_first'/'addr_last'") changed the #ifdef logic areound the
3458     declaration of these variables and missed a combination of settings
3459     of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this.
3460
3461     Also spotted by Alessandro Rubini <rubini@gnudd.com>
3462
3463     Signed-off-by: Wolfgang Denk <wd@denx.de>
3464
3465 commit 341245a28830d3261c41b09d958eeea7bb93587a
3466 Author: Wolfgang Denk <wd@denx.de>
3467 Date:   Sun Jul 19 12:05:15 2009 +0200
3468
3469     pcm030: fix out-of-tree building
3470
3471     Commit 0a87dd90 that was supposed to fix out-of-tree building for the
3472     pcm030 board was unfortunately incomplete.
3473
3474     Signed-off-by: Wolfgang Denk <wd@denx.de>
3475
3476 commit 8bf29b59fce8cc381114929082202d800e313ad5
3477 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
3478 Date:   Tue Jul 7 13:58:51 2009 +0200
3479
3480     Add unaligned.h for arm
3481
3482     This patch adds unaligned.h for ARM (needed to build with LZO
3483     compression). The file is taken from the linux kernel, but includes
3484     u-boot headers instead.
3485
3486     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
3487     Acked-by: Stefan Roese <sr@denx.de>
3488
3489 commit e405afab1dda66c9df3733f6b779d72fc36a0162
3490 Author: Kazuaki Ichinohe <kazuichi@fsi.co.jp>
3491 Date:   Fri Jun 12 18:10:12 2009 +0900
3492
3493     Canyonlands SATA harddisk driver
3494
3495     This patch adds a SATA harddisk driver for the canyonlands.
3496     This patch is kernel driver's porting.
3497     This patch corresponded to not cmd_scsi but cmd_sata.
3498     This patch divided an unused member with ifndef __U_BOOT__ in the structure.
3499
3500     [environment variable, boot script]
3501     setenv bootargs root=/dev/sda7 rw
3502     setenv bootargs ${bootargs} console=ttyS0,115200
3503     ext2load sata 0:2 0x400000 /canyonlands/uImage
3504     ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb
3505     fdt addr 0x800000 0x4000
3506     bootm 0x400000 - 0x800000
3507
3508     If you drive SATA-2 disk on Canyonlands, you must change parts from
3509     PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using
3510     following disks:
3511
3512     1.Vendor: Fujitsu    Type: MHW2040BS
3513     2.Vendor: Fujitsu    Type: MHW2060BK
3514     3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT
3515     4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required)
3516     5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required)
3517     6.Vendor: Hitachi    Type: HTS543232L9A300 (CONFIG_LBA48 required)
3518     7.Vendor: Seagate    Type: ST31000333AS (CONFIG_LBA48 required)
3519     8.Vendor: Transcend  Type: TS32GSSD25S-M
3520     9.Vendor: MTRON              Type: MSD-SATA1525-016
3521
3522     Signed-off-by: Kazuaki Ichinohe <kazuichi at fsi.co.jp>
3523
3524 commit 52a0e2dee90c17e39634de814b16b96061cfb472
3525 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
3526 Date:   Wed Jun 10 19:09:40 2009 +0200
3527
3528     Add support for the Tundra TSI148 VME-bridge
3529
3530     From: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
3531
3532     This patch adds support for the Tundra TSI148 VME-bridge. It's used on
3533     the upcoming esd VME8349 board.
3534
3535     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
3536     Signed-off-by: Stefan Roese <sr@denx.de>
3537
3538 commit 8d1fea2c4041e665c96944e3f6fcffbde55db34b
3539 Author: Mike Frysinger <vapier@gentoo.org>
3540 Date:   Thu Jul 16 19:05:30 2009 -0400
3541
3542     Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR
3543
3544     MAC addresses should not be hardcoded in boards to avoid random link level
3545     conflicts.
3546
3547     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3548
3549 commit baf357050353aee30c04f3f4b868426cb54468ca
3550 Author: Mike Frysinger <vapier@gentoo.org>
3551 Date:   Fri Jul 10 10:42:06 2009 -0400
3552
3553     Blackfin: bf533-stamp: back down SCLK a bit
3554
3555     While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher
3556     SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with
3557     the shortened SDRAM traces.  So lower the SCLK speed down to a value that
3558     all three can handle.
3559
3560     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3561
3562 commit 490fe7349102012c48730f6fc14ef36c8d155068
3563 Author: Mike Frysinger <vapier@gentoo.org>
3564 Date:   Thu Jul 9 20:56:56 2009 -0400
3565
3566     Blackfin: split cpu COBJS into multilines
3567
3568     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3569
3570 commit 909878fd3fda056d19b8b51a5cc51cb1c0b563d1
3571 Author: Mike Frysinger <vapier@gentoo.org>
3572 Date:   Thu Jul 9 01:15:05 2009 -0400
3573
3574     Blackfin: add os log functions
3575
3576     Part of the mini Blackfin ABI with operating systems is that they can use
3577     0x4f0-0x4f8 to pass log buffers to/from bootloaders.  So add support to
3578     U-Boot for reading the log buffer.
3579
3580     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3581
3582 commit 9993e196da707a0a1cd4584f1fcef12382c1c144
3583 Author: Kim Phillips <kim.phillips@freescale.com>
3584 Date:   Sat Jul 18 18:42:13 2009 -0500
3585
3586     mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI
3587
3588     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3589
3590 commit d39041fcadb1231430201d298c31f6be03d654f7
3591 Author: Wolfgang Denk <wd@denx.de>
3592 Date:   Sun Jul 19 01:15:52 2009 +0200
3593
3594     PATI board: fix compiler warnings
3595
3596     Fix these:
3597     pati.c: In function 'checkboard':
3598     pati.c:358: warning: pointer targets in passing argument 2 of 'getenv_r' differ in signedness
3599     ../common/flash.c: In function 'write_word':
3600     ../common/flash.c:824: warning: dereferencing type-punned pointer will break strict-aliasing rules
3601     cmd_pati.c: In function 'do_pati':
3602     cmd_pati.c:279: warning: 'value' may be used uninitialized in this function
3603
3604     Signed-off-by: Wolfgang Denk <wd@denx.de>
3605
3606 commit 28c345042eafc550a34b9f52431bd4a22af6ac25
3607 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3608 Date:   Sat May 16 12:14:56 2009 +0200
3609
3610     mpl: printing current stdio devices cleanup
3611
3612     Currently the mpl boards duplicate the code to print the current
3613     devices from common/console.c; use stdio_print_current_devices()
3614     instead
3615
3616     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3617
3618     Edited commit message.
3619
3620     Signed-off-by: Wolfgang Denk <wd@denx.de>
3621
3622 commit 7e3be7cf3bb344f717b6ec3d47a081269ea67ead
3623 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3624 Date:   Sat May 16 12:14:55 2009 +0200
3625
3626     console: unify printing current devices
3627
3628     Create stdio_print_current_devices() for this purpose
3629
3630     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3631
3632 commit 5669ed4557edf2714203aa8625c9fcd5a753b338
3633 Author: Wolfgang Denk <wd@denx.de>
3634 Date:   Sat Jul 18 23:18:14 2009 +0200
3635
3636     cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'
3637
3638     Signed-off-by: Wolfgang Denk <wd@denx.de>
3639
3640 commit 6bb6e6c75ec4ef496f00f7f530e549d3e073c5de
3641 Author: Tom Rix <Tom.Rix@windriver.com>
3642 Date:   Tue Jun 30 15:04:13 2009 -0500
3643
3644     OMAP3 Fix compiler warning for v7_flush_dcache_all
3645
3646     On build of omap3 targets in MAKEALL, the *.ERR files have
3647
3648     cpu.c: In function 'cleanup_before_linux':
3649     cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all'
3650     cpu.c:64: warning: implicit declaration of function 'get_device_type
3651
3652     The functions v7_flush_dcache_all and get_device_type are declared
3653     in include/asm-arm/arch-omap3/sys_proto.h, so use this file to
3654     declare the functions.
3655
3656     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
3657
3658 commit dba107b967332fc8a35867f4d58038626c968800
3659 Author: Wolfgang Denk <wd@denx.de>
3660 Date:   Sat Jul 18 22:09:38 2009 +0200
3661
3662     ARM: make split_by_variant.sh output more useful
3663
3664     The board/armltd/integrator/split_by_variant.sh script used to print
3665     "Configuring for integrator*p board..." no matter which board name
3666     was being compiled. This made it difficult to match MAKEALL output to
3667     board names. This patch fixes this.
3668
3669     Signed-off-by: Wolfgang Denk <wd@denx.de>
3670
3671 commit 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd
3672 Author: Wolfgang Denk <wd@denx.de>
3673 Date:   Sat Jul 18 21:52:24 2009 +0200
3674
3675     NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
3676
3677     Commit 8d2effea added a warning for configurations that use NAND
3678     without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
3679     failed to fix the affected boards.
3680
3681     This patch covers the non-PPC boards that were missed in the previous
3682     patch (commit 170c1972).
3683
3684     Signed-off-by: Wolfgang Denk <wd@denx.de>
3685
3686 commit 7024aa14df2981b4e65c6189909da9aadb1c22da
3687 Author: Wolfgang Denk <wd@denx.de>
3688 Date:   Sat Jul 18 20:46:38 2009 +0200
3689
3690     at91cap9adk: fix #ifdef/#endif pairing
3691
3692     The #ifdef/#endif pairing in this file was obviously messed up.
3693
3694     Signed-off-by: Wolfgang Denk <wd@denx.de>
3695
3696 commit 4abc5bffea244589fa1097e4c899a63efc609c8e
3697 Author: Prafulla Wadaskar <prafulla@marvell.com>
3698 Date:   Thu Jul 16 20:58:01 2009 +0530
3699
3700     Marvell MV88F6281GTW_GE Board support
3701
3702     This is Marvell's 88F6281_A0 based custom board developed
3703     for wireless access point product
3704
3705     This patch is tested for-
3706     1. Boot from DRAM/SPI flash/NFS
3707     2. File transfer using tftp and loadb
3708     3. SPI flash read/write/erase
3709     4. Booting Linux kernel and RFS from SPI flash
3710     5. Boot from USB supported
3711
3712     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
3713     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3714
3715 commit 55dd4ba5413b14e8ee24058c89ac5c05376c331c
3716 Author: Prafulla Wadaskar <prafulla@marvell.com>
3717 Date:   Thu Jul 16 20:58:00 2009 +0530
3718
3719     Marvell Sheevaplug Board support
3720
3721     Reference:
3722     http://plugcomputer.org/
3723     http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support
3724
3725     This patch is tested for-
3726     1. Boot from DRAM/NAND flash
3727     2. File transfer using tftp
3728     3. NAND flash read/write/erase
3729     4. Linux kernel and RFS Boot from NAND
3730     5. Enabled USB PHY init for kernel need
3731     6. Boot from USB supported
3732
3733     Note: to boot Kirkwood kernel with USB support,
3734         you should add "usb start" in the boot sequence
3735
3736     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3737
3738 commit 0a87dd90a75d034301496285026fbd8106c7c6d5
3739 Author: Wolfgang Denk <wd@denx.de>
3740 Date:   Sat Jul 18 18:00:25 2009 +0200
3741
3742     pcm030: fix out-of-tree building
3743
3744     Commit c9969947, which added support for the pcm030 board
3745     (aka phyCORE-MPC5200B-tiny), broke out-of-tree building.
3746
3747     Signed-off-by: Wolfgang Denk <wd@denx.de>
3748
3749 commit 9ff59601c71e800b9d0dfde22fa70d12c71c12b4
3750 Author: Wolfgang Denk <wd@denx.de>
3751 Date:   Sat Jul 18 16:36:11 2009 +0200
3752
3753     MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined
3754
3755     Signed-off-by: Wolfgang Denk <wd@denx.de>
3756
3757 commit 2b5243fc24a724e83409c0b70caa1a3180e997ae
3758 Author: Wolfgang Denk <wd@denx.de>
3759 Date:   Sat Jul 18 16:13:18 2009 +0200
3760
3761     8xxx: fix warning: implicit declaration of function 'uec_standard_init'
3762
3763     Commit 8e55258f created function uec_standard_init() to initialize
3764     all UEC interfaces for 83xx and 85xx but failed to provide a
3765     prototype for it.
3766
3767     Signed-off-by: Wolfgang Denk <wd@denx.de>
3768
3769 commit 5b54df2674fdad5e7d316484c67efc68e79f3f0d
3770 Author: Wolfgang Denk <wd@denx.de>
3771 Date:   Sat Jul 18 15:46:02 2009 +0200
3772
3773     MIP405T: fix compile problem
3774
3775     The "stdio/device: rework function naming convention" patch
3776     (commit 52cb4d4f) broke the MIP405T board; this patch fixes it.
3777
3778     Signed-off-by: Wolfgang Denk <wd@denx.de>
3779
3780 commit 170c19725ecd3a0e2e517dfd49979ca8822edec0
3781 Author: Wolfgang Denk <wd@denx.de>
3782 Date:   Sat Jul 18 15:32:10 2009 +0200
3783
3784     NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
3785
3786     Commit 8d2effea added a warning for configurations that use NAND
3787     without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
3788     failed to fix the affected boards.
3789
3790     Signed-off-by: Wolfgang Denk <wd@denx.de>
3791
3792 commit 6e897a661fb9968ce354165a12cce82e4b889e04
3793 Author: Wolfgang Denk <wd@denx.de>
3794 Date:   Sat Jul 18 15:05:44 2009 +0200
3795
3796     CPCI750: fix compile problem
3797
3798     Commit bc0d3296 removed ppc_error_no.h from Marvell boards
3799     but forgot to update board/esd/cpci750/mv_eth.h
3800
3801     Signed-off-by: Wolfgang Denk <wd@denx.de>
3802
3803 commit 6aee3048348f1b19ab89156da98bfa4f7babf24b
3804 Author: Alessandro Rubini <rubini-list@gnudd.com>
3805 Date:   Fri Jul 17 14:42:11 2009 +0200
3806
3807     cmd_i2c: bugfix: add missing brace
3808
3809     The sub-command parser missed a brace, so "return 0;" is always
3810     taken and no error message is diplayed if you say "i2c scan"
3811     instead of "i2c probe", for example.
3812
3813     Proper brace is added. Also, a misleading and unneeded else
3814     is removed.
3815
3816     Signed-off-by: Alessandro Rubini <rubini@gnudd.com.it>
3817
3818 commit 52cb4d4fb3487313f5a72ea740f527a4aefaa365
3819 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3820 Date:   Sat May 16 12:14:54 2009 +0200
3821
3822     stdio/device: rework function naming convention
3823
3824     So far the console API uses the following naming convention:
3825
3826         ======Extract======
3827         typedef struct device_t;
3828
3829         int     device_register (device_t * dev);
3830         int     devices_init (void);
3831         int     device_deregister(char *devname);
3832         struct list_head* device_get_list(void);
3833         device_t* device_get_by_name(char* name);
3834         device_t* device_clone(device_t *dev);
3835         =======
3836
3837     which is too generic and confusing.
3838
3839     Instead of using device_XX and device_t we change this
3840     into stdio_XX and stdio_dev
3841
3842     This will also allow to add later a generic device mechanism in order
3843     to have support for multiple devices and driver instances.
3844
3845     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3846
3847     Edited commit message.
3848
3849     Signed-off-by: Wolfgang Denk <wd@denx.de>
3850
3851 commit f732a7598fa36d48241df20b1a1f4cdbf09f75ee
3852 Author: Peter Tyser <ptyser@xes-inc.com>
3853 Date:   Wed Jul 15 00:01:08 2009 -0500
3854
3855     ppc: Fix compile error for boards with CONFIG_DDR_ECC
3856
3857     A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
3858     which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC
3859     defined and resulted in errors such as:
3860
3861     Configuring for canyonlands board...
3862     fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your
3863     processor"
3864     make[1]: *** No rule to make target `.depend', needed by `libdma.a'.  Stop.
3865
3866     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3867
3868 commit 18e067de9b6ed087fa60496e64887f0b7458dbaa
3869 Author: Prafulla Wadaskar <prafulla@marvell.com>
3870 Date:   Thu Jul 16 20:57:59 2009 +0530
3871
3872     include/config_cmd_default.h cleanup
3873
3874     arranged configurations in alphabetical order
3875     CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH
3876
3877     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3878
3879 commit 569460ebf14b87bd8fdb2352bde95d35ee96e13b
3880 Author: Mike Frysinger <vapier@gentoo.org>
3881 Date:   Sun Jun 14 21:35:22 2009 -0400
3882
3883     sata: namespace curr_device variable
3884
3885     The curr_device variable really should be namespaced with a "sata_" prefix
3886     since it is only used by the sata code.  It also avoids random conflicts
3887     with other pieces of code (like cmd_mmc):
3888     common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
3889         multiple definition of `curr_device'
3890     common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
3891
3892     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3893
3894 commit 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa
3895 Author: Mike Frysinger <vapier@gentoo.org>
3896 Date:   Sun Jun 14 21:35:21 2009 -0400
3897
3898     cmd_mmc: make curr_device static
3899
3900     The curr_device variable isn't used outside of cmd_mmc, so mark it static
3901     to avoid conflicts with other pieces of code (like sata which also exports
3902     a curr_device).  Otherwise we end up with stuff like:
3903     common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
3904         multiple definition of `curr_device'
3905     common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
3906
3907     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3908
3909 commit 2d8d2adde3fce1152e4ad9f47238f07e70793c53
3910 Author: Mike Frysinger <vapier@gentoo.org>
3911 Date:   Sun Jun 14 21:35:16 2009 -0400
3912
3913     envcrc: add missing dependencies on env storage
3914
3915     When the envcrc building was made conditional, it missed a bunch of env
3916     storage types, so add all currently supported types.
3917
3918     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3919
3920 commit 2419169f5749d7af501b3b77a5336d1d535320de
3921 Author: Scott Wood <scottwood@freescale.com>
3922 Date:   Thu Jul 16 19:08:04 2009 -0500
3923
3924     Remove legacy NAND and disk on chip references from boards.
3925
3926     Signed-off-by: Scott Wood <scottwood@freescale.com>
3927
3928 commit 12e9043c7ed961b60df865f45d9a3c74d6a38199
3929 Author: Shinya Kuribayashi <skuribay@pobox.com>
3930 Date:   Sat Jun 20 19:10:14 2009 +0900
3931
3932     config.mk: Remove $(PCI_CLOCK) reference
3933
3934     The following commit introduced $(PCI_CLOCK) reference so that
3935     we could tweak `PCI_66M' definition via an environment variable.
3936
3937     > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6
3938     > Author: Eran Liberty <liberty@freescale.com>
3939     > Date:   Thu Jul 28 10:08:46 2005 -0500
3940     >
3941     >     * Patch by Eran Liberty
3942     >       Add support for the Freescale MPC8349ADS board.
3943
3944     But I suggest a removal of it for the following reasons:
3945
3946     * In 2006, MPC8349ADS was merged into MPC8349EMDS port,
3947       and it seems that MPC8349EMDS port is PCI_66M free.
3948
3949     * OTOH, PCI_66M is used by MPC832XEMDS an MPC8360EMDS ports,
3950       but they don't need $(PCI_CLOCK) environment variable at all.
3951       PCI_66M is automatically configured via $(BOARD)_config names
3952       with the help of $(findstring _66_,$@).
3953
3954     * Unfortunately $(PCI_CLOCK) has been undocumented anywhere,
3955       so only a few people know the existence of it these days.
3956
3957     * Keep config.mk independent from $(BOARD) as much as possible.
3958
3959     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
3960     Acked-by: Kim Phillips <kim.phillips@freescale.com>
3961
3962 commit 3db75d9c11d37cc1d28bebd91b19f4e548b68155
3963 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3964 Date:   Sat May 23 21:42:36 2009 +0200
3965
3966     fix: missing autoconfig.mk from general Makefile
3967
3968     At the first run of make we generate the autoconf.mk and
3969     autoconf.mk.dep if not already the case and we currently include only
3970     to .dep
3971
3972     In order to use these autogenerated values we need to include it also
3973     even if it's included in config.mk but it's done before their
3974     generation
3975
3976     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3977     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3978
3979 commit 1ca298ced07327749b54321815f76fcddb2f9479
3980 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
3981 Date:   Thu Jul 9 16:07:30 2009 +0200
3982
3983     Added support for splash screen positioning
3984
3985     This patch adds support splash image positioning by adding an
3986     additional variable "splashpos" to the environment. Please see
3987     README for details.
3988
3989     Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
3990     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3991     Signed-off-by: Anatolij Gustschin <agust@denx.de>
3992
3993 commit 9d173e0233493113c9b1aa81bd2208d0057ab9db
3994 Author: Anatolij Gustschin <agust@denx.de>
3995 Date:   Tue Jul 7 13:11:36 2009 +0200
3996
3997     video: mb862xx: replace printf with puts
3998
3999     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4000
4001 commit cce99b2a7dd80683d61360aee56a6ece344950b2
4002 Author: Anatolij Gustschin <agust@denx.de>
4003 Date:   Tue Jul 7 13:27:07 2009 +0200
4004
4005     video: mb862xx: use macros instead of magic numbers
4006
4007     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4008
4009 commit e86528671ece6d5c1162656a37fc68a8e0bf67f8
4010 Author: Anatolij Gustschin <agust@denx.de>
4011 Date:   Tue Jul 7 13:24:08 2009 +0200
4012
4013     video: mb862xx: fix coding style and remove dead code
4014
4015     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4016
4017 commit 292ed489dba8cc97b458579003a8001cd4703cd8
4018 Author: Michal Simek <monstr@monstr.eu>
4019 Date:   Tue Jun 30 12:03:50 2009 +0200
4020
4021     microblaze: Remove ignored return type for __arch__swab16 function
4022
4023     This change remove compilation warnings.
4024
4025     Signed-off-by: Michal Simek <monstr@monstr.eu>
4026
4027 commit e2776587c0eac131954ae100fda89cc3e7ed8b57
4028 Author: Michal Simek <monstr@monstr.eu>
4029 Date:   Tue Jun 30 12:02:45 2009 +0200
4030
4031     microblaze: Removed unused variables
4032
4033     Signed-off-by: Michal Simek <monstr@monstr.eu>
4034
4035 commit be33b046b549ad88c204c209508cd7657232ffbd
4036 Author: Scott Wood <scottwood@freescale.com>
4037 Date:   Wed Apr 1 15:02:13 2009 -0500
4038
4039     Remove legacy NAND and disk on chip code.
4040
4041     Legacy NAND had been scheduled for removal.  Any boards that use this
4042     were already not building in the previous release due to an #error.
4043
4044     The disk on chip code in common/cmd_doc.c relies on legacy NAND,
4045     and it has also been removed.  There is newer disk on chip code
4046     in drivers/mtd/nand; someone with access to hardware and sufficient
4047     time and motivation can try to get that working, but for now disk
4048     on chip is not supported.
4049
4050     Signed-off-by: Scott Wood <scottwood@freescale.com>
4051
4052 commit fbdaafaee71e2c7f2c31b3582ab6d8679efee8d3
4053 Author: Stefan Roese <sr@denx.de>
4054 Date:   Thu Jun 4 16:40:36 2009 +0200
4055
4056     nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
4057
4058     This is needed for the MPC512x NAND driver (fsl_nfc_nand.c) which already
4059     defines such a 4k plus 218 bytes ECC layout.
4060
4061     Signed-off-by: Stefan Roese <sr@denx.de>
4062     Cc: Scott Wood <scottwood@freescale.com>
4063     Signed-off-by: Scott Wood <scottwood@freescale.com>
4064
4065 commit f2f376ab956c17d4a0c42a993133ca25cdc87278
4066 Author: Stefan Roese <sr@denx.de>
4067 Date:   Thu Jul 16 15:13:04 2009 +0200
4068
4069     nand: ndfc: Remove unnecessary #ifdef's
4070
4071     Now that the 4xx NAND driver ndfc is moved to the common NAND driver
4072     directory we don't need this #ifdef's anymore.
4073
4074     Signed-off-by: Stefan Roese <sr@denx.de>
4075     Cc: Scott Wood <scottwood@freescale.com>
4076     Signed-off-by: Scott Wood <scottwood@freescale.com>
4077
4078 commit 12582ac771b0bf3852817c3bfa4be326522a0665
4079 Author: Stefan Roese <sr@denx.de>
4080 Date:   Thu Jul 16 15:12:48 2009 +0200
4081
4082     nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
4083
4084     Signed-off-by: Stefan Roese <sr@denx.de>
4085     Cc: Scott Wood <scottwood@freescale.com>
4086     Signed-off-by: Scott Wood <scottwood@freescale.com>
4087
4088 commit 3ebf70db5452d3d47c316ddef09f40e76553bcba
4089 Author: Valeriy Glushkov <gvv@lstec.com>
4090 Date:   Tue Jul 14 13:51:10 2009 +0300
4091
4092     nand: fixed failed reads on corrected ECC errors in nand_util.c
4093
4094     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
4095     Signed-off-by: Paulraj, Sandeep <s-paulraj@ti.com>
4096     Signed-off-by: Scott Wood <scottwood@freescale.com>
4097
4098 commit ed727d394c5ab139033719772dc95dc25cfa14f7
4099 Author: David Brownell <david-b@pacbell.net>
4100 Date:   Mon Jul 13 16:29:04 2009 -0700
4101
4102     Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
4103
4104     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
4105     Signed-off-by: Scott Wood <scottwood@freescale.com>
4106
4107 commit 937076f84c5064f0a79105fce352ac7cf7b33643
4108 Author: Kyungmin Park <kmpark@infradead.org>
4109 Date:   Sat Jul 11 16:49:55 2009 +0900
4110
4111     MTD: OneNAND: Increase the environment size to 4KiB
4112
4113     Also use mtd operation instead of onenand functions
4114
4115     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4116     Signed-off-by: Scott Wood <scottwood@freescale.com>
4117
4118 commit bfadb17f69c256196620c32164775f063a59c34f
4119 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4120 Date:   Wed Jun 10 00:25:38 2009 +0400
4121
4122     mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable
4123
4124     Since we have simple hwconfig interface now, we don't need
4125     pci_external_arbiter variable any longer.
4126
4127     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4128     Acked-by: Kim Phillips <kim.phillips@freescale.com>
4129
4130 commit b8b71ffbc35fde6905e65ffdbf4e4b87efc26b7e
4131 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4132 Date:   Wed Jun 10 00:25:36 2009 +0400
4133
4134     mpc83xx: MPC8315ERDB: Use hwconfig for board type selection
4135
4136     This patch simply converts the board to the hwconfig infrastructure.
4137
4138     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4139     Acked-by: Kim Phillips <kim.phillips@freescale.com>
4140
4141 commit c78c678354c8321737aa07e86831ff14176f4ed5
4142 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4143 Date:   Wed Jun 10 00:25:31 2009 +0400
4144
4145     mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree
4146
4147     fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and
4148     also will fixup clock-frequency property.
4149
4150     Plus, since DR USB and eSDHC are mutually exclusive, we should
4151     only configure the eSDHC if asked through hwconfig.
4152
4153     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4154     Acked-by: Kim Phillips <kim.phillips@freescale.com>
4155
4156 commit c9646ed758804fa1fa6c1425369a4eee5d618b1d
4157 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4158 Date:   Wed Jun 10 00:25:30 2009 +0400
4159
4160     mpc83xx: MPC837XERDB: Add support for FSL eSDHC
4161
4162     This patch adds support for eSDHC on MPC837XERDB boards. The WP
4163     switch doesn't seem to work on RDB boards though, the WP pin is
4164     always asserted (can see the pin state when it's in GPIO mode).
4165
4166     FSL DR USB and FSL eSDHC are mutually exclusive because of pins
4167     multiplexing, so user should specify 'esdhc' or 'dr_usb' options
4168     in the hwconfig environment variable to choose between the
4169     devices.
4170
4171     p.s.
4172     Now we're very close to a monitor len limit (196 bytes left using
4173     gcc-4.2.0), so also increase the monitor len by one sector (64 KB).
4174
4175     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4176     Acked-by: Kim Phillips <kim.phillips@freescale.com>
4177
4178 commit b33433a63fe08c9e723ea15a7c7c7143bf527c6d
4179 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4180 Date:   Wed Jun 10 00:25:29 2009 +0400
4181
4182     fsl_esdhc: Add device tree fixups
4183
4184     This patch implements fdt_fixup_esdhc() function that is used to fixup
4185     the device tree.
4186
4187     The function adds status = "disabled" propery if esdhc pins muxed away,
4188     otherwise it fixups clock-frequency for esdhc nodes.
4189
4190     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4191     Acked-by: Kim Phillips <kim.phillips@freescale.com>
4192
4193 commit 93f9dcf9e8b8182e97aeb7965c687176cbd0b933
4194 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4195 Date:   Wed Jun 10 00:25:27 2009 +0400
4196
4197     Add simple hwconfig infrastructure
4198
4199     This patch implements simple hwconfig infrastructure: an
4200     interface for software knobs to control a hardware.
4201
4202     This is very simple implementation, i.e. it is implemented
4203     via `hwconfig' environment variable. Later we could write
4204     some "hwconfig <enable|disable|list>" commands, ncurses
4205     interface for Award BIOS-like interface, and frame-buffer
4206     interface for AMI GUI[1] BIOS-like interface with mouse
4207     support[2].
4208
4209     Current implementation details/limitations:
4210
4211     1. Doesn't support options dependencies and mutual exclusion.
4212        We can implement this by integrating apt-get[3] into the
4213        u-boot. But I didn't bother yet.
4214
4215     2. Since we don't implement hwconfig command, i.e. we're working
4216        with the environement directly, there is no way to tell that
4217        toggling a particular option will need a reboot to take
4218        an effect. So, for now it's advised to always reboot the
4219        target after modifying hwconfig variable.
4220
4221     3. We support hwconfig options with arguments. For example,
4222
4223        set hwconfig dr_usb:mode=peripheral,phy_type=ulpi
4224
4225        That means:
4226        - dr_usb - enable Dual-Role USB controller;
4227        - dr_usb:mode=peripheral - USB in Function mode;
4228        - dr_usb:phy_type=ulpi - USB should work with ULPI PHYs;
4229
4230     The purpose of this simple implementation is to define some
4231     internal API and then we can continue improving user experience
4232     by adding more mature interface, like hwconfig command with
4233     bells and whistles. Or not adding, if we feel that current
4234     interface fits its needs.
4235
4236     [1] http://en.wikipedia.org/wiki/American_Megatrends
4237     [2] Regarding ncurses and GUI with mouse support -- I'm just
4238         kidding.
4239     [3] The comment regarding apt-get is also a joke, meaning that
4240         dependency tracking could be non-trivial. For example, for
4241         enabling HW feature X we may need to disable Y, and turn Z
4242         into reduced mode (like RMII-only interface for ethernet,
4243         no MII).
4244
4245         It's quite trivial to implement simple cases though.
4246
4247     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4248     Acked-by: Kim Phillips <kim.phillips@freescale.com>
4249
4250 commit 6c3fef28b9fff0d7f3fa4c51c3ee0ae8c2a3b043
4251 Author: Jerry Van Baren <gvb.uboot@gmail.com>
4252 Date:   Wed Jul 15 20:42:59 2009 -0400
4253
4254     Improve U-Boot Porting Guide in the README
4255
4256     Update for...
4257     * BDI2000 -> BDI3000 (BDI2000 is obsolete).
4258     * Add a line to read the doc/README.* files
4259     * Fix coding standard violations
4260
4261     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4262
4263 commit 9578718c1b085cac73017d834001bc5cb0b2f73f
4264 Author: Kim Phillips <kim.phillips@freescale.com>
4265 Date:   Tue Jul 14 16:00:24 2009 -0500
4266
4267     mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations
4268
4269     a.k.a cfi_mtd.c does as cfi_flash.c does.  This also prevents
4270     the TQM834x build from doing a:
4271
4272     cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope
4273     cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope
4274
4275     using gcc 4.4.
4276
4277     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4278     Signed-off-by: Stefan Roese <sr@denx.de>
4279
4280 commit 4a9932a4364b548773bc131bf85e24a2ec15f2b0
4281 Author: Kim Phillips <kim.phillips@freescale.com>
4282 Date:   Tue Jul 7 18:04:21 2009 -0500
4283
4284     mpc83xx: increase MONITOR_LEN to offset growing pains
4285
4286     Saving the environment leads to overwriting u-boot itself,
4287     bricking boards.  Increase u-boot's image size so the environment
4288     base address doesn't end up overlapping u-boot text.
4289
4290     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4291
4292 commit c31e13260bcd048a94412a47b004386ea6112acf
4293 Author: Valeriy Glushkov <gvv@lstec.com>
4294 Date:   Tue Jun 30 15:48:41 2009 +0300
4295
4296     usb: mpx8349itx: added support of loading images from USB storage (MPH/DR)
4297
4298     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
4299     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4300
4301 commit d89e1c36891de793a20a929282acc0fc7b98feac
4302 Author: Valeriy Glushkov <gvv@lstec.com>
4303 Date:   Tue Jun 30 15:48:40 2009 +0300
4304
4305     usb: mpc834x: added support of the MPH USB controller in addition to the DR one
4306
4307     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
4308     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4309
4310 commit d9ac3d5a17ecef0beb70073018925e011b11684e
4311 Author: Kim Phillips <kim.phillips@freescale.com>
4312 Date:   Mon Jun 15 11:51:47 2009 -0500
4313
4314     mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
4315
4316     When enabling NAND support for a board, one must also define
4317     CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
4318     for correct output.
4319
4320     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4321     Cc: Dave Liu <daveliu@freescale.com>
4322     Cc: Ron Madrid <ron_madrid@sbcglobal.net>
4323     Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
4324
4325 commit 052c08916532d1d9c2f69eb9229709c7b2fc1f02
4326 Author: TsiChung Liew <tsicliew@gmail.com>
4327 Date:   Wed Jul 8 07:41:24 2009 +0000
4328
4329     ColdFire: Update bootargs
4330
4331     Add a bootargs for M53017EVB and update bootargs
4332     for M54451EVB
4333
4334     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4335
4336 commit 6e8d58d36691520f8da74cd948661d28d5a5dc66
4337 Author: TsiChung Liew <tsicliew@gmail.com>
4338 Date:   Tue Jun 30 14:30:19 2009 +0000
4339
4340     Command for accessing serial flash update
4341
4342     Change strtoul number base of argv 3 from 0 to 16
4343
4344     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4345
4346 commit ee0a8462466dd284968536eb57c6eef4be0d6aad
4347 Author: TsiChung Liew <tsicliew@gmail.com>
4348 Date:   Tue Jun 30 14:18:29 2009 +0000
4349
4350     ColdFire: Add DSPI support for MCF5227x and MCF5445x
4351
4352     Remove individual CPU specific DSPI driver.
4353     Add required feature for the common DSPI driver in cpu_init and
4354     in platform configuration file.
4355
4356     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4357
4358 commit dec61c7851baa72151ef1d3657e7bb3b68907d48
4359 Author: TsiChung Liew <tsicliew@gmail.com>
4360 Date:   Tue Jun 30 14:09:47 2009 +0000
4361
4362     Coldfire: Consolidate DSPI driver
4363
4364     Unify both MCF5227x and MCF5445x DSPI driver in CPU to
4365     driver/spi folder for common use.
4366
4367     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4368
4369 commit 11d88b26a68bd4bf98b1c962fde6257a50978231
4370 Author: TsiChung Liew <tsicliew@gmail.com>
4371 Date:   Fri Jun 12 13:03:34 2009 +0000
4372
4373     ColdFire: Remove compiler warning messages
4374
4375     Remove unused variables and printf type mismatch in
4376     lib_m68k/board.c
4377
4378     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4379
4380 commit 4567c7bff2503fb1a7c738ff9b9f0bd00d274d9a
4381 Author: TsiChung Liew <tsicliew@gmail.com>
4382 Date:   Fri Jun 12 11:31:31 2009 +0000
4383
4384     ColdFire: Fix M53017EVB flash size
4385
4386     Increase the flash size from 8MB to 16MB
4387
4388     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4389
4390 commit bf9a521529e484b15e8fdb583a607cf7945d2f6b
4391 Author: TsiChung Liew <tsicliew@gmail.com>
4392 Date:   Fri Jun 12 11:29:00 2009 +0000
4393
4394     ColdFire: Add M5208EVB and MCF520x CPU support
4395
4396     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4397
4398 commit 709b384b6493d9726dce20663ebe31bf7cab2925
4399 Author: TsiChung Liew <tsicliew@gmail.com>
4400 Date:   Thu Jun 11 15:39:57 2009 +0000
4401
4402     ColdFire: Update for M54451EVB
4403
4404     Update serial boot DRAM's Internal RAM, vector table and DRAM in
4405     start.S, serial flash's read status command over SPI and NOR
4406     flash.
4407
4408     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4409
4410 commit bbf6bbffcaf694c03504c661e58fbd1aefe5bf64
4411 Author: TsiChung Liew <tsicliew@gmail.com>
4412 Date:   Thu Jun 11 12:50:05 2009 +0000
4413
4414     ColdFire: Update configuration file to use flash buffer write
4415
4416     Update M52277EVB, M53017EVB and M54455EVB platform configuration
4417     file to use flash buffer write
4418
4419     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4420
4421 commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1
4422 Author: Wolfgang Denk <wd@denx.de>
4423 Date:   Sun Jun 14 20:58:53 2009 +0200
4424
4425     mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
4426
4427     Signed-off-by: Wolfgang Denk <wd@denx.de>
4428
4429 commit 1f1f82f3de1660f398bf42bfd709b9859582ce5e
4430 Author: Wolfgang Denk <wd@denx.de>
4431 Date:   Sun Jun 14 20:58:52 2009 +0200
4432
4433     aria: add JFFS2 and MTDPARTS support; adjust flash map
4434
4435     Signed-off-by: Wolfgang Denk <wd@denx.de>
4436
4437 commit a6d6d46a4fef876455e11b45ed699c0fb3bd1ca1
4438 Author: Wolfgang Denk <wd@denx.de>
4439 Date:   Sun Jun 14 20:58:51 2009 +0200
4440
4441     aria: enable NAND flash support
4442
4443     Signed-off-by: Wolfgang Denk <wd@denx.de>
4444
4445 commit 13946925e850db5351982acb691d51716fc754e2
4446 Author: Wolfgang Denk <wd@denx.de>
4447 Date:   Sun Jun 14 20:58:50 2009 +0200
4448
4449     MPC512x: fix typo in comment listing the NAND driver name
4450
4451     Signed-off-by: Wolfgang Denk <wd@denx.de>
4452     Cc: Stefan Roese <sr@denx.de>
4453     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4454
4455 commit 2ca6f74d09653f8041b52cafd0d650fdc2a56c51
4456 Author: Wolfgang Denk <wd@denx.de>
4457 Date:   Sun Jun 14 20:58:49 2009 +0200
4458
4459     mecp5123: cleanup - remove dead code
4460
4461     Remove dead code that was obviously a left-over from copy & paste.
4462
4463     Signed-off-by: Wolfgang Denk <wd@denx.de>
4464     Cc: Stefan Roese <sr@denx.de>
4465     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4466
4467 commit 25671c8672f2d7b39555416a6b7a6b7b39b810bf
4468 Author: Wolfgang Denk <wd@denx.de>
4469 Date:   Sun Jun 14 20:58:48 2009 +0200
4470
4471     aria: adjust memory controller initialization
4472
4473     Needed for Rev. 2 silicon at 400 MHz
4474
4475     Signed-off-by: Wolfgang Denk <wd@denx.de>
4476
4477 commit 7629f1c06b6dea36bbc7bf70820b824e9b6d2227
4478 Author: Wolfgang Denk <wd@denx.de>
4479 Date:   Sun Jun 14 20:58:47 2009 +0200
4480
4481     MPC512x: factor out common code
4482
4483     Now that we have 3 boards for the MPC512x it turns out that they all
4484     use the very same fixed_sdram() code.
4485
4486     This patch factors out this common code into cpu/mpc512x/fixed_sdram.c
4487     and adds a new header file, include/asm-ppc/mpc512x.h, with some
4488     macros, inline functions and prototype definitions specific to MPC512x
4489     systems.
4490
4491     Signed-off-by: Wolfgang Denk <wd@denx.de>
4492     Cc: Stefan Roese <sr@denx.de>
4493     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4494
4495 commit 0549353a6ba5aa03420c0962b9072e9cf1fa49d9
4496 Author: Wolfgang Denk <wd@denx.de>
4497 Date:   Sun Jun 14 20:58:46 2009 +0200
4498
4499     mecp5123: fix build error
4500
4501     The mecp5123 board did not compile because the MSCAN Clock Control
4502     Registers were missing; these got added, but as an array instead
4503     of 4 individual registers. Adapt the code so it builds.
4504
4505     Signed-off-by: Wolfgang Denk <wd@denx.de>
4506     Cc: Stefan Roese <sr@denx.de>
4507     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4508
4509 commit a9905db5d29a56aedd7db5bcb56b0385873aa6a3
4510 Author: Wolfgang Denk <wd@denx.de>
4511 Date:   Sun Jun 14 20:58:45 2009 +0200
4512
4513     MPC512x: Add MSCAN1...4 Clock Control Registers
4514
4515     Signed-off-by: Wolfgang Denk <wd@denx.de>
4516     Cc: Stefan Roese <sr@denx.de>
4517     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4518
4519 commit f5489c4200b37c9a1d6dbde116f5adc0539610de
4520 Author: Wolfgang Denk <wd@denx.de>
4521 Date:   Sun Jun 14 20:58:44 2009 +0200
4522
4523     MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF
4524
4525     When enabling NAND support for a board, one must also define
4526     CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
4527     for correct output.
4528
4529     Signed-off-by: Wolfgang Denk <wd@denx.de>
4530     Cc: Stefan Roese <sr@denx.de>
4531     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4532
4533 commit b4db4a7638ef90cf0aacf7b954d9bf3043dda780
4534 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
4535 Date:   Fri Jul 10 18:03:57 2009 +0800
4536
4537     issue write command to base for JEDEC flash
4538
4539     For JEDEC flash, we should issue word programming command relative to
4540     base address rather than sector base address. Original source makes
4541     SST Flash fails to program sectors which are not on the 0x10000 boundaries.
4542
4543     e.g.
4544     SST39LF040 uses addr1=0x5555 and addr2=0x2AAA, however, each sector
4545     is 0x1000 bytes.
4546
4547     Thus, if we issue command to "sector base (0x41000) + offset(0x5555)",
4548     it sends to 0x46555 and the chip fails to recognize that address.
4549
4550     This patch is tested with SST39LF040.
4551
4552     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
4553     Signed-off-by: Stefan Roese <sr@denx.de>
4554
4555 commit 986922714ffd21ad39f48522d285fffc7aed56b1
4556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4557 Date:   Sat May 2 11:53:50 2009 +0200
4558
4559     versatile: update config and merge to cfi flash driver
4560
4561     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4562     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
4563     Cc: Catalin Marinas <catalin.marinas@arm.com>
4564
4565 commit d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e
4566 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4567 Date:   Sat May 2 11:53:49 2009 +0200
4568
4569     versatile: specify the board type on the prompt
4570
4571     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4572     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
4573     Cc: Catalin Marinas <catalin.marinas@arm.com>
4574
4575 commit 5ccc2d99d61c81805348b0cd9f79731b271f7daf
4576 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
4577 Date:   Thu Jun 25 17:04:15 2009 +0200
4578
4579     at91: Introduction of at91sam9g10 SOC.
4580
4581     AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a
4582     faster clock speed: 266/133MHz.
4583
4584     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
4585
4586 commit 22ee647380c42f44528f99b7c1b423725e542102
4587 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
4588 Date:   Thu Jul 9 10:16:29 2009 +0200
4589
4590     at91: Introduction of at91sam9g45 SOC.
4591
4592     AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz.
4593     It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of
4594     peripherals.
4595
4596     The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES.
4597     On the board you can find 2 USART, USB high speed,
4598     a 480*272 LG lcd, ethernet, gpio/joystick/buttons.
4599
4600     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
4601
4602 commit c33c5990cec7ced9ef1ef148debbca34adafa12b
4603 Author: Daniel Mack <daniel@caiaq.de>
4604 Date:   Tue Jun 23 17:30:05 2009 +0200
4605
4606     pxa: fix CKEN_B register bits
4607
4608     The current defition for CKEN_B register bits is nonsense. Adding 32 to
4609     the shifted value is equal to '| (1 << 5)', and this bit is marked
4610     'reserved' in the PXA docs.
4611
4612     Signed-off-by: Daniel Mack <daniel@caiaq.de>
4613
4614 commit bd876be46f28b5fc2896537f6d01353f332789f7
4615 Author: Daniel Mack <daniel@caiaq.de>
4616 Date:   Tue Jun 23 17:30:04 2009 +0200
4617
4618     pxa: add clock for system bus 2 arbiter
4619
4620     This clock is needed for systems using the USB2 device unit or the 2d
4621     graphics accelerator.
4622
4623     Signed-off-by: Daniel Mack <daniel@caiaq.de>
4624
4625 commit b016000a95514c08cab50e1cba00b019c0801bc4
4626 Author: Grazvydas Ignotas <notasas@gmail.com>
4627 Date:   Wed Jul 8 00:30:01 2009 +0300
4628
4629     OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
4630
4631     Pandora is using both SDRC CSes. The MUX setting is needed
4632     for the second CS clock signal to allow the 2 RAM parts to
4633     be put in self-refresh correctly.
4634
4635     Based on similar patch for beagle and overo by
4636     Jean Pihet and Steve Sakoman.
4637
4638 commit 8672c288703f3c51c829851c8fe6608c7869faaa
4639 Author: Grazvydas Ignotas <notasas@gmail.com>
4640 Date:   Wed Jul 8 00:30:00 2009 +0300
4641
4642     OMAP3 pandora: setup pulls for various GPIOs
4643
4644     Set pullups or pulldowns for GPIOs which need them.
4645     Disable them for others, which have external pulls.
4646     Also make disabled pull setting consistent (some pins had
4647     type set to "up" even if pull type selection was disabled).
4648
4649 commit 5ff78122f229946862a3f67a2f50a329e8e1bcf5
4650 Author: Grazvydas Ignotas <notasas@gmail.com>
4651 Date:   Wed Jul 8 00:29:59 2009 +0300
4652
4653     OMAP3 pandora: setup pin mux for pins used on rev3 boards
4654
4655     Setup pin mux for GPIO pins connected on rev3 or later
4656     boards. Also change NUB2 IRQ pin. This should not affect
4657     older boards because they don't have any nubs (analog
4658     controllers) attached to them.
4659
4660 commit 67c97c346b27c586a7263564f7afff6d1f8d8d0a
4661 Author: Grazvydas Ignotas <notasas@gmail.com>
4662 Date:   Wed Jul 8 00:29:58 2009 +0300
4663
4664     OMAP3 pandora: pin mux cleanup
4665
4666     Remove configuration of not unused pins, effectively
4667     leaving them in safe mode.
4668
4669 commit b996165f5a1623a055c03b22d64d6d5da81835d0
4670 Author: Prafulla Wadaskar <prafulla@marvell.com>
4671 Date:   Mon Jul 6 15:50:47 2009 +0530
4672
4673     arm: Kirkwood: bugfix: UART1 bar correction
4674
4675     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4676
4677 commit 50243e3e7a96a96c5418ce6c90b7252d26fdd5b0
4678 Author: Kumar Gala <galak@kernel.crashing.org>
4679 Date:   Tue Jul 7 15:48:58 2009 -0500
4680
4681     usb: Fix compiler warning with gcc4.4
4682
4683     ehci-hcd.c: In function 'ehci_submit_root':
4684     ehci-hcd.c:719: warning: value computed is not used
4685     ehci-hcd.c:748: warning: value computed is not used
4686
4687     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4688     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4689
4690 commit 04366d070a1a3f7affddf15aaaea87bcf44cdbb0
4691 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4692 Date:   Wed Jul 8 11:42:19 2009 +0900
4693
4694     sh: Update pci config for Renesas r7780mp board
4695
4696     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4697
4698 commit 74d9c16a681aa24bb4125191fe39dc7c75cde56a
4699 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4700 Date:   Thu Jun 25 16:31:26 2009 +0900
4701
4702     sh: Add support ESPT-GIGA borad
4703
4704     ESPT-Giga is SH7763-based reference board.
4705     Board support is relatively sparse, presently supporting serial,
4706     gigabit ethernet, USB host, and MTD.
4707
4708     More information (in Japanese) available at:
4709     http://www.cente.jp/product/cente_hard/ESPT-Giga.html
4710
4711     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4712     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4713
4714 commit dae4e0148a1146a5610025ae4b445e841410b659
4715 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4716 Date:   Fri Jul 3 16:06:37 2009 +0200
4717
4718     Add ESD PCI vendor ID
4719
4720     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4721
4722 commit 876b3cef537aab2cba8c19505db2876f6057f818
4723 Author: Peter Tyser <ptyser@xes-inc.com>
4724 Date:   Mon Jun 22 18:01:41 2009 -0500
4725
4726     api_examples/Makefile: General cleanup
4727
4728     * Remove symlinking of files located outside api_examples/
4729
4730     * Auto generate dependencies for files located outside api_examples/
4731
4732     * Update names of variables to be similar to those in tools/Makefile
4733
4734     * Fix out of tree build error
4735       Dependencies are calculated for all files in the SRCS variable.
4736       Previously, the SRCS variable contained files which were symlinked
4737       into the api_examples/ directory.  These symlinked files did not exist
4738       when dependencies were calculated when building out of tree.  This
4739       resulted in errors such as:
4740         make[1]: *** No rule to make target `/work/wd/tmp-ppc/api_examples/.depend', needed by `_depend'.  Stop.
4741         make[1]: Leaving directory `/home/wd/git/u-boot/work/api_examples'
4742         make: *** [depend] Error 2
4743
4744       Since symlinked source files are no longer used, this bug no longer
4745       exists.
4746
4747     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4748     Acked-by: Rafal Jaworowski <raj@semihalf.com>
4749
4750 commit 522f6f02adb93194e337016fe2e4e53c58d5d5ea
4751 Author: Peter Tyser <ptyser@xes-inc.com>
4752 Date:   Mon Jun 22 18:01:40 2009 -0500
4753
4754     api_examples/Makefile: Get rid of unnecessary intermediate LIB target
4755
4756     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4757     Acked-by: Rafal Jaworowski <raj@semihalf.com>
4758
4759 commit 117d0ab5e6f3b3dd48fc346df4919555a78afd39
4760 Author: Peter Tyser <ptyser@xes-inc.com>
4761 Date:   Mon Jun 22 18:01:39 2009 -0500
4762
4763     api_examples/Makefile: Combine ELF and BIN targets
4764
4765     Combining the two rules cleans up the Makefile a bit
4766
4767     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4768     Acked-by: Rafal Jaworowski <raj@semihalf.com>
4769
4770 commit 644cb38108b8dc22e0ef3cf5f404fe310d1995f8
4771 Author: Peter Tyser <ptyser@xes-inc.com>
4772 Date:   Mon Jun 22 18:01:38 2009 -0500
4773
4774     api_examples/Makefile: Split up variable declarations
4775
4776     This cleans up the Makefile a bit and simplifies future changes
4777
4778     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4779     Acked-by: Rafal Jaworowski <raj@semihalf.com>
4780
4781 commit 890d242facc4079ed21e979ced2e8c6d6974f6d3
4782 Author: Timur Tabi <timur@freescale.com>
4783 Date:   Fri Jun 19 14:10:52 2009 -0500
4784
4785     remove _IO_BASE and KSEG1ADDR from board configuration files
4786
4787     The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet
4788     driver, but the code that used that macro was removed over a year
4789     ago, so board configuration files no longer need to define it.
4790
4791     The _IO_BASE macro is also automatically defined to 0 if it isn't
4792     already set, so there's no need to define that macro either in the
4793     board configuration files.
4794
4795     Signed-off-by: Timur Tabi <timur@freescale.com>
4796     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4797     Acked-by: Andy Fleming <afleming@freescale.com>
4798     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4799     Acked-by: Kim Phillips <kim.phillips@freescale.com>
4800
4801 commit c9969947a4687de90e2bb58e76842b491aa0e0b9
4802 Author: Jon Smirl <jonsmirl@gmail.com>
4803 Date:   Sun Jun 14 18:21:28 2009 -0400
4804
4805     board support patch for phyCORE-MPC5200B-tiny
4806
4807     Add support for the Phytec phyCORE-MPC5200B-tiny.
4808     Code originally from Pengutronix.de.
4809     Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on
4810     Timer 0/1
4811
4812     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
4813     Acked-by: Grant Likely <grant.likely@secretlab.ca>
4814
4815 commit 7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d
4816 Author: Mike Frysinger <vapier@gentoo.org>
4817 Date:   Mon Jun 15 13:37:20 2009 -0400
4818
4819     kallsyms: fix escaping of NUL char in strings
4820
4821     The current kallsyms code is using \\0 to escape the backslash in the awk
4822     code, but the shell too needs escaping.  This way we make sure gcc is
4823     passed the \0.  Then gcc itself will consume this as an octal, so we have
4824     to use 000 so gcc will create the final NUL.
4825
4826     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4827
4828 commit ed540f07b8ad86909704e9806c1762462cb4995a
4829 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
4830 Date:   Fri Jun 26 10:18:49 2009 -0400
4831
4832     Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on
4833
4834     The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender
4835     board, so add a simple example of how to do that in the board config.
4836
4837     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
4838     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4839
4840 commit f8bf54b4081c3c3d518830df0017a23ec672a841
4841 Author: Mike Frysinger <vapier@gentoo.org>
4842 Date:   Thu Jun 25 19:40:28 2009 -0400
4843
4844     Blackfin: blackstamp: update spi flash settings
4845
4846     The latest blackstamp boards can only run the SPI flash at 15MHz before
4847     they start to crap out, so lower the max speeds accordingly.  The new SPI
4848     flash also has different sector requirements, so update the environment
4849     sizes as well.
4850
4851     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4852
4853 commit 286070ddc8339666c09bd7912e960b850a8a0318
4854 Author: Mike Frysinger <vapier@gentoo.org>
4855 Date:   Mon Oct 6 03:31:52 2008 -0400
4856
4857     Blackfin: add cache_dump commands
4858
4859     A few debug-type commands used to dump the raw icache/dcache data.  Useful
4860     when trying to track down cache-related bugs.
4861
4862     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4863
4864 commit 632e9b671efb0a6c900499f7a49fe5b63292b5fc
4865 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4866 Date:   Wed Jul 8 15:31:57 2009 +0200
4867
4868     ppc4xx: Set default PCI device ID for 405EP boards
4869
4870     Current code only sets the PCI vendor id to 0x1014 and
4871     leaved device id to 0x0000.
4872
4873     Ths patch ....
4874     a) uses the correct PCI_VENDOR_ID_IBM macro for this
4875     b) sets the default device ID as stated in the UM to 0x0156
4876        by using PCI_DEVICE_ID_IBM_405GP for this.
4877
4878     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4879     Signed-off-by: Stefan Roese <sr@denx.de>
4880
4881 commit 123f102ec093fba6967066acdf9beb637df2e2d1
4882 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4883 Date:   Wed Jul 8 13:43:55 2009 +0200
4884
4885     ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()
4886
4887     This patch moves some basic PCI initialisation from the 4xx cpu_init_f()
4888     to cpu/ppc4xx/4xx_pci.c.
4889
4890     The original cpu_init_f() function enabled the 405EP's internal arbiter
4891     in all situations. Also the HCE bit in cpc0_pci is always set.
4892     The first is not really wanted for PCI adapter designs and the latter
4893     is a general bug for PCI adapter U-Boots. Because it enables
4894     PCI configuration by the system CPU even when the PCI configuration has
4895     not been setup by the 405EP. The one and only correct place is
4896     in pci_405gp_init() (see "Set HCE bit" comment).
4897
4898     So for compatibility reasons the arbiter is still enabled in any case,
4899     but from weak pci_pre_init() so that it can be replaced by board specific
4900     code.
4901
4902     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4903     Signed-off-by: Stefan Roese <sr@denx.de>
4904
4905 commit c71103f9dc66dfcce8ad6df942364043bf27ade8
4906 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4907 Date:   Wed Jul 8 13:43:23 2009 +0200
4908
4909     ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs
4910
4911     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4912     Signed-off-by: Stefan Roese <sr@denx.de>
4913
4914 commit 1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17
4915 Author: Prafulla Wadaskar <prafulla@marvell.com>
4916 Date:   Mon Jun 29 20:56:43 2009 +0530
4917
4918     usb: add Marvell Kirkwood ehci host controller driver
4919
4920     This driver is tested on Sheevaplug platform
4921
4922     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4923     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4924
4925 commit db7b43e4681f6f93c336132708157a8a0cca1f8b
4926 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4927 Date:   Wed Jun 24 10:08:40 2009 +0530
4928
4929     mpc83xx: USB: fix: access of ehci struct elements
4930
4931     It fixes the access to the 'ehci' struct elements for mpc83xx which
4932     should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
4933     Sorry about that.
4934
4935     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4936     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4937
4938 commit 08066152735417fc55a5c9de2cec0714c529e4f3
4939 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4940 Date:   Fri Jun 19 17:56:00 2009 +0530
4941
4942     mpc8xxx: USB: fix: access of ehci struct elements
4943
4944     This patch fixes the access to the 'ehci' struct elements which should
4945     have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
4946     Sorry about that.
4947
4948     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4949     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4950
4951 commit c3a012ce65818beb274195cd47f31ed80d0fbaa5
4952 Author: Bryan Wu <bryan.wu@analog.com>
4953 Date:   Tue Jun 16 05:26:27 2009 -0400
4954
4955     usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
4956
4957     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
4958     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4959     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4960
4961 commit 7984967a9405672db1581402d2c2cfae268d1a67
4962 Author: Mike Frysinger <vapier@gentoo.org>
4963 Date:   Tue Jun 16 05:26:25 2009 -0400
4964
4965     usb: musb: drop old musb read/write prototypes
4966
4967     These functions are no longer defined, so remove their prototypes.
4968
4969     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4970     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4971
4972 commit 4e04f16020115ab5ccf53158e100de58bcaf29bd
4973 Author: Kim Phillips <kim.phillips@freescale.com>
4974 Date:   Mon Jun 15 11:50:07 2009 -0500
4975
4976     usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
4977
4978     fix a stray CONFIG_MPC83XX that escaped commit
4979     0f898604945af4543c1525fc33b6bae621a3b805.
4980
4981     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4982     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4983
4984 commit bc0d3296f1780b50e6b9630aee5eb368f2afb6cb
4985 Author: Michal Simek <monstr@monstr.eu>
4986 Date:   Tue Jun 30 23:47:30 2009 +1000
4987
4988     asm-generic: Consolidate errno.h to asm-generic/errno.h
4989
4990     This patch use blackfin errno.h implementation which
4991     correspond Linux kernel one.
4992
4993     MIPS implemetation is different that's why I keep it.
4994
4995     I removed ppc_error_no.h from Marvell boards which
4996     was the same too.
4997
4998     I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians.
4999
5000     Acked-by: Stefan Roese <sr@denx.de>
5001     Signed-off-by: Michal Simek <monstr@monstr.eu>
5002
5003 commit 2896b5851f0430bf16529376a4193630e966c788
5004 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
5005 Date:   Tue Jul 7 16:01:02 2009 +0200
5006
5007     Command improvements for ubifs
5008
5009     Check that an argument is passed to ubifsmount and that addresses and
5010     sizes are actually numbers for ubifsload. Also improve the instructions
5011     a bit.
5012
5013     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
5014     Signed-off-by: Stefan Roese <sr@denx.de>
5015
5016 commit 25c8f4005979ab2d190713ba341d96a5fa905cdb
5017 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
5018 Date:   Tue Jul 7 16:59:46 2009 +0200
5019
5020     Handle VID header offset in ubi part command
5021
5022     The VID header offset is sometimes needed to initialize the UBI
5023     partition. This patch adds it (optionally) to the command line
5024     for the ubi part command.
5025
5026     (Lines have been properly wrapped since last version)
5027
5028     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
5029     Acked-by: Stefan Roese <sr@denx.de>
5030     Signed-off-by: Stefan Roese <sr@denx.de>
5031
5032 commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52
5033 Author: Wolfgang Denk <wd@denx.de>
5034 Date:   Thu Jul 9 09:56:16 2009 +0200
5035
5036     MAINTAINERS: fix sorting, remove duplicates.
5037
5038     Signed-off-by: Wolfgang Denk <wd@denx.de>
5039
5040 commit efbf14e9a2394a154b12643d4a011994b5096b5a
5041 Author: Heiko Schocher <heiko.schocher@invitel.hu>
5042 Date:   Wed Dec 10 08:27:01 2008 +0100
5043
5044     all platforms: make show_boot_progress() work again
5045
5046     Signed-off-by: Heiko Schocher <hs@denx.de>
5047
5048 commit 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2
5049 Author: Prafulla Wadaskar <prafulla@marvell.com>
5050 Date:   Mon Jun 29 15:25:18 2009 +0530
5051
5052     nand: Add Marvell Kirkwood NAND driver
5053
5054     This patch adds a NAND driver for the Marvell Kirkwood SoC's
5055
5056     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5057     Acked-by: Scott Wood <scottwood@freescale.com>
5058
5059 commit 0580e48f53f972783e56fcedadb9ce6e5b0b6f32
5060 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
5061 Date:   Mon Jul 6 16:27:33 2009 +0200
5062
5063     ppc4xx: Make pll_write global
5064
5065     This patch makes pll_write on PPC405EP boards
5066     global and callable from C code.
5067
5068     pll_write can be used to dynamically modify the PLB:PCI divider
5069     as it is required for 33/66 MHz pci adapters based on the 405EP.
5070
5071     board_early_init_f() is a good place to do that (check M66EN signal
5072     and call pll_write() when it is required).
5073
5074     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
5075     Signed-off-by: Stefan Roese <sr@denx.de>
5076
5077 commit 20b3c4b528606d51799aed5e4c71783720cd2b72
5078 Author: Stefan Roese <sr@denx.de>
5079 Date:   Mon Jul 6 11:44:33 2009 +0200
5080
5081     ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"
5082
5083     Signed-off-by: Stefan Roese <sr@denx.de>
5084
5085 commit d0a1364f91c80d29daff6b27a7904a50cdc00b35
5086 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
5087 Date:   Fri Jul 3 16:06:06 2009 +0200
5088
5089     ppc4xx: Implement is_pci_host() for 405 CPUs
5090
5091     This patch implements the is_pci_host() function in a similiar way
5092     as it is used on 440 targets.
5093
5094     The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not
5095     build on 405EP targets because checking the PCI arbiter is different.
5096     So putting the fixed code into a separate function makes the code
5097     more readable.
5098
5099     Also using is_pci_host() on 405 brings 405 and 440 PCI code
5100     a little bit closer.
5101
5102     In preparation for an upcoming 405EP based PMC module I made this
5103     function weak so that it can be overwritten from board specific code.
5104
5105     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
5106     Signed-off-by: Stefan Roese <sr@denx.de>
5107
5108 commit 04ddae915f295dee301f15c32100533a48e3b433
5109 Author: Alessio Centazzo <centazzo@gmail.com>
5110 Date:   Wed Jul 1 22:20:51 2009 -0700
5111
5112     ppc4xx: Fixed PPC4xx debug compilation error in uic.c
5113
5114     This patch fixes a debug compilation error for PPC4xx platforms, all
5115     other architectures are not affected by this change.  The 'handler'
5116     pointer was undefined.  The fix is exercised and has effect only if
5117     DEBUG is defined.
5118
5119     Signed-off-by: Alessio Centazzo acpatin@yahoo.com
5120     Signed-off-by: Stefan Roese <sr@denx.de>
5121
5122 commit 48e2b535a0dd3a7b77b674130934a24f9de6f48d
5123 Author: Felix Radensky <felix@embedded-sol.com>
5124 Date:   Wed Jul 1 11:37:46 2009 +0300
5125
5126     4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code
5127
5128     This patch fixes printf format string compilation warnings in several
5129     debug statements. It also fixes the dump of DDR controller MQ registers
5130     found on some 44x and 46x platforms. The current register dump code
5131     uses incorrect DCRs to access these registers.
5132
5133     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
5134     Signed-off-by: Stefan Roese <sr@denx.de>
5135
5136 commit 26d37f0061ad05e5c383c910f00e6006f3c89a3a
5137 Author: Felix Radensky <felix@embedded-sol.com>
5138 Date:   Mon Jun 22 15:30:42 2009 +0300
5139
5140     ppc4xx: Fix FDT EBC mappings on Canyonlands
5141
5142     This patch fixes 2 problems with FDT EBC mappings on Canyonlands.
5143     First, NAND EBC mapping was missing, making Linux NAND driver
5144     unusable on this board. Second, NOR remapping code assumed that
5145     NOR is always on CS0, however when booting from NAND NOR is on CS3.
5146
5147     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
5148     Signed-off-by: Stefan Roese <sr@denx.de>
5149
5150 commit baa9f9ba4345ed6dc5c403871c32e6295316ea52
5151 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5152 Date:   Tue Jun 16 22:29:15 2009 +0900
5153
5154     sh: Revised the build with newest compiler
5155
5156     The check of data became severe from newest gcc.
5157     This patch checked in gcc-4.2 and 4.3 .
5158
5159     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5160
5161 commit be45c632568ba76343c1453b3951ad793f482fd5
5162 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5163 Date:   Thu Jun 4 12:06:48 2009 +0200
5164
5165     sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
5166
5167     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5168     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5169     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5170
5171 commit 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4
5172 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5173 Date:   Thu Jun 4 12:06:47 2009 +0200
5174
5175     sh3/sh4: fix CONFIG_SYS_HZ to 1000
5176
5177     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5178     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5179     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5180
5181 commit add380f51f34ed1e2678c2abac8d53c91d652f26
5182 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5183 Date:   Thu Jun 4 12:06:46 2009 +0200
5184
5185     sh: introduce clock framework
5186
5187     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5188     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5189     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5190
5191 commit 3931a375de2c381d9ff5ec2767b2da9f62a41aef
5192 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5193 Date:   Thu Jun 4 12:06:45 2009 +0200
5194
5195     sh: unify linker script
5196
5197     all sh boards use the same cpu linker script so move it to cpu/$(CPU)
5198
5199     that could be overwrite in following order
5200     SOC
5201     BOARD
5202     via the corresponding config.mk
5203
5204     tested on r2dplus
5205
5206     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5207     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5208     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5209
5210 commit 236aad875817771eb1f25ed32784b3cd7760b2e6
5211 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5212 Date:   Thu Jun 4 12:06:44 2009 +0200
5213
5214     sh: make the linker scripts more generic
5215
5216     currently we need to sync the linker script enty and TEXT_BASE manualy
5217     and the reloc_dst is based on it
5218
5219     instead provide it now from the ldflags
5220
5221     tested on r2dplus
5222
5223     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5224     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5225     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5226
5227 commit ce29817212792113cd2d67a9767049a2e262c406
5228 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5229 Date:   Thu Jun 4 12:06:43 2009 +0200
5230
5231     sh7785lcr: fix out of tree build
5232
5233     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5234     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5235     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5236
5237 commit 2e8a6f551cba550e9220dca4d8504066203b1f74
5238 Author: HeungJun Kim <riverful.kim@gmail.com>
5239 Date:   Tue Jun 30 14:42:22 2009 +0900
5240
5241     env_onenand: change env_address type from unsigned long to loff_t
5242
5243     If use the onenand boot, the env_relocate_spec() calls mtd->read(),
5244     and the type of the argument #2 of mtd->read() was changed to loff_t.
5245     But, the "env_addr" type is still unsigned long, thus this patch change
5246     the type from unsigned long to loff_t.
5247
5248     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
5249     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
5250     Signed-off-by: Scott Wood <scottwood@freescale.com>
5251
5252 commit 66372fe2ab11cdeb0e841ad9eb6ba79769db4909
5253 Author: Mingkai Hu <Mingkai.hu@freescale.com>
5254 Date:   Thu Jun 18 18:23:27 2009 +0800
5255
5256     fsl_elbc_nand: redirect the pointer of bbt pattern to RAM
5257
5258     The bbt descriptors contains the pointer to the bbt pattern which
5259     are statically initialized memory struct. When relocated to RAM,
5260     these pointers will continue point to NOR flash(or L2 SRAM, or
5261     other boot device). If the contents of NOR flash changed or L2
5262     SRAM disabled, it'll hang the system.
5263
5264     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
5265     Signed-off-by: Scott Wood <scottwood@freescale.com>
5266
5267 commit 1dac3a51875967f32641bbc0d26dc382ef02330a
5268 Author: Scott Wood <scottwood@freescale.com>
5269 Date:   Wed Jun 24 17:23:49 2009 -0500
5270
5271     nand_spl: Fix cmd_ctrl usage in nand_boot.c.
5272
5273     When adding large page NAND support to this file, I had a misunderstanding
5274     about the exact semantics of NAND_CTRL_CHANGE (which isn't documented
5275     anywhere I can find) -- it is apparently just a hint to drivers,
5276     which aren't required to preserve the old value for subsequent
5277     non-"change" invocations.
5278
5279     This change makes nand_boot.c no longer assume this.  Note that this
5280     happened to work by chance with some NAND drivers, which don't preserve
5281     the value, but treat 0 equivalently to NAND_CTRL_ALE.
5282
5283     I don't have hardware to test this, so any testing is appreciated.
5284
5285     Signed-off-by: Scott Wood <scottwood@freescale.com>
5286
5287 commit 98713d2663d5d30dde74f48f547114a2bfd9d463
5288 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
5289 Date:   Thu Jun 18 18:41:03 2009 +0100
5290
5291     Bug-fix in drivers mtd nand Makefile
5292
5293     The S3C2410 NAND driver source file is included in the makefile instead of
5294     the object file.
5295
5296     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
5297     Signed-off-by: Scott Wood <scottwood@freescale.com>
5298
5299 commit b74ab737369bbbe66c15cbe6c0d0b6a351b00c96
5300 Author: Guennadi Liakhovetski <lg@denx.de>
5301 Date:   Mon May 18 16:07:22 2009 +0200
5302
5303     nand_spl: read environment early, when booting from NAND using nand_spl
5304
5305     Currently, when booting from NAND using nand_spl, in the beginning the default
5306     environment is used until later in boot process the dynamic environment is read
5307     out. This way environment variables that must be interpreted early, like the
5308     baudrate or "silent", cannot be modified dynamically and remain at their
5309     default values. Fix this problem by reading out main and redundand (if used)
5310     copies of the environment in the nand_spl code.
5311
5312     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5313     Signed-off-by: Scott Wood <scottwood@freescale.com>
5314
5315 commit 378adfcdf4bbd77ee4cbc3276d4733e218308a21
5316 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5317 Date:   Sat May 16 14:27:40 2009 +0200
5318
5319     mtd: nand: use loff_t for offset
5320
5321     nand_util currently uses size_t which is arch dependent and not always a
5322     unsigned long.  Now use loff_t, as does the linux mtd layer.
5323
5324     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5325     Signed-off-by: Scott Wood <scottwood@freescale.com>
5326
5327 commit 8360b66bac9567701027a0087274d0c9b2fe8d6b
5328 Author: Wolfgang Denk <wd@denx.de>
5329 Date:   Sun May 24 17:34:33 2009 +0200
5330
5331     nand/onenand: Fix missing argument checking for "markbad" command
5332
5333     The "nand markbad" and "onenand markbad" commands did not check if an
5334     argument was passed; if this was forgotten, no error was raised but
5335     block 0 was marked as bad.
5336
5337     While fixing this bug, clean up the code a bit and allow to pass more
5338     than one block address, thus allowing to mark several blocks as bad
5339     in a single command invocation.
5340
5341     Signed-off-by: Wolfgang Denk <wd@denx.de>
5342     Signed-off-by: Scott Wood <scottwood@freescale.com>
5343
5344 commit cd84423a09f3a08029fe41c1db96168debd0b51f
5345 Author: Mike Frysinger <vapier@gentoo.org>
5346 Date:   Mon May 25 22:42:28 2009 -0400
5347
5348     mtd: nand: new base driver for memory mapped nand devices
5349
5350     The BF537-STAMP Blackfin board had a driver for working with NAND devices
5351     that are simply memory mapped.  Since there is nothing Blackfin specific
5352     about this, generalize the driver a bit so that everyone can leverage it.
5353
5354     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5355     Signed-off-by: Scott Wood <scottwood@freescale.com>
5356
5357 commit d27bc728cf35e7d7996fbd77154335e66615b213
5358 Author: Guennadi Liakhovetski <lg@denx.de>
5359 Date:   Mon May 18 16:06:45 2009 +0200
5360
5361     env_nand: remove unused variable.
5362
5363     Remove an unused "total" variable in multiple functions.
5364
5365     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5366     Signed-off-by: Scott Wood <scottwood@freescale.com>
5367
5368 commit 154b5484ac7dcbcd0fb5ba388d930b02f87fa302
5369 Author: David Brownell <dbrownell@users.sourceforge.net>
5370 Date:   Sun May 10 15:43:01 2009 -0700
5371
5372     davinci_nand chipselect/init cleanup
5373
5374     Update chipselect handling in davinci_nand.c so that it can
5375     handle 2 GByte chips the same way Linux does:  as one device,
5376     even though it has two halves with independent chip selects.
5377     For such chips the "nand info" command reports:
5378
5379       Device 0: 2x nand0, sector size 128 KiB
5380
5381     Switch to use the default chipselect function unless the board
5382     really needs its own.  The logic for the Sonata board moves out
5383     of the driver into board-specific code.  (Which doesn't affect
5384     current build breakage if its NAND support is enabled...)
5385
5386     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5387     Signed-off-by: Scott Wood <scottwood@freescale.com>
5388
5389 commit 496863b2440dd7cd69a1ad2443a9badd5f8968d1
5390 Author: Sandeep Paulraj <s-paulraj@ti.com>
5391 Date:   Sat May 9 12:35:20 2009 -0400
5392
5393     NAND DaVinci: Update to ALE/CLE Mask values
5394
5395     All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8
5396     except the DM646x. This was decided by the design team driving the design.
5397     This patch updates the CLE and ALE values for DM646x.
5398     Updated patches for DM646x will be sent shortly.
5399     This applies to u-boot-nand-flash git
5400
5401     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5402     Signed-off-by: Scott Wood <scottwood@freescale.com>
5403
5404 commit 0c1684437ef810c503df29e8d73f63191aa63862
5405 Author: Sandeep Paulraj <s-paulraj@ti.com>
5406 Date:   Wed Apr 29 09:47:09 2009 -0400
5407
5408     ARM DaVinci: Changing ALE Mask Value
5409
5410     The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value
5411     from '0xa' to '0x8'. This is the mask we use for all TI releases.
5412
5413     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5414     Signed-off-by: Scott Wood <scottwood@freescale.com>
5415
5416 commit 6e29ed8e576a6900c5d8dcde36b423ac576894dc
5417 Author: David Brownell <dbrownell@users.sourceforge.net>
5418 Date:   Tue Apr 28 13:19:53 2009 -0700
5419
5420     davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
5421
5422     Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option.  It's not just nasty;
5423     it's also unused by any current boards, and doesn't even match the
5424     main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC
5425     on newer chips that support it).
5426
5427     DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30,
5428     match non-BROKEN code paths for 1-bit HW ECC.  The BROKEN code paths
5429     do seem to partially match what MontaVista/TI kernels (4.0/2.6.10,
5430     and 5.0/2.6.18) do ... but only for small pages.  Large page support
5431     is really broken (and it's unclear just what software it was trying
5432     to match!), and the ECC layout was making three more bytes available
5433     for use by filesystem (or whatever) code.
5434
5435     Since this option itself seems broken, remove it.  Add a comment
5436     about the MV/TI compat issue, and the most straightforward way to
5437     address it (should someone really need to solve it).
5438
5439     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5440     Signed-off-by: Scott Wood <scottwood@freescale.com>
5441
5442 commit fcb774777562bb7bcdc53c608d0e6bae906ce0f6
5443 Author: David Brownell <dbrownell@users.sourceforge.net>
5444 Date:   Tue Apr 28 13:19:50 2009 -0700
5445
5446     davinci_nand: cleanup I (minor)
5447
5448     Minor cleanup for DaVinci NAND code:
5449
5450      - Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't
5451        be defined when there are multiple chipselect lines in use
5452        (as with common 2 GByte chips).
5453
5454      - Cleanup handling of EMIF control registers
5455         * Only need one pointer pointing to them
5456         * Remove incorrect and unused struct supersetting them
5457
5458      - Use the standard waitfunc; we don't need a custom version
5459
5460      - Partial legacy cleanup:
5461         * Don't initialize every board like it's a DM6446 EVM
5462         * #ifdef a bit more code for BROKEN_ECC
5463
5464     Sanity checked with small page NAND on dm355 and dm6446 EVMs;
5465     and large page on dm355 EVM (packaged as two devices, not one).
5466
5467     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5468     Signed-off-by: Scott Wood <scottwood@freescale.com>
5469
5470 commit 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a
5471 Author: Wolfgang Denk <wd@denx.de>
5472 Date:   Tue Jul 7 22:35:02 2009 +0200
5473
5474     Coding style cleanup; update CHANGELOG
5475
5476     Signed-off-by: Wolfgang Denk <wd@denx.de>
5477
5478 commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8
5479 Author: Stefan Roese <sr@denx.de>
5480 Date:   Mon Jun 29 13:30:50 2009 +0200
5481
5482     UBI: Fix build problem noticed on Apollon (arm/testing repo)
5483
5484     This patch fixes a build problem noticed on Apollon by using
5485     mtd_dev_by_eb() instead of "/" as done in the Linux UBI version.
5486     So this brings the U-Boot UBI version more in sync with the Linux
5487     version again.
5488
5489     Signed-off-by: Stefan Roese <sr@denx.de>
5490
5491 commit 2efee52b09657e9353655b9dae9e1d1a67a2abe4
5492 Author: Prafulla Wadaskar <prafulla@marvell.com>
5493 Date:   Mon Jul 6 20:29:15 2009 +0530
5494
5495     sf: Macronix additional chips supported
5496
5497     new chips supported:-
5498     MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E
5499     out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms
5500
5501     Modified the Macronix flash support to use 2 bytes of device id instead of 1
5502     This was required to support MX25L12855E
5503
5504     Signed-off-by: Piyush Shah <spiyush@marvell.com>
5505     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5506     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5507
5508 commit dd54126715b89ed0c43322aa78b0dad306f043b6
5509 Author: Mike Frysinger <vapier@gentoo.org>
5510 Date:   Fri Jun 19 03:27:28 2009 -0400
5511
5512     sf: sst: add sst25vf###b ids
5513
5514     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5515
5516 commit 7d907f0ea993b179a197d8db2a36f122bc673c2d
5517 Author: Mike Frysinger <vapier@gentoo.org>
5518 Date:   Fri Jun 19 03:20:06 2009 -0400
5519
5520     sf: sst: fix sector size
5521
5522     Looks like when I was encoding the sector sizes, I forgot to divide by 8
5523     (due to the stupid marketing driven process that declares all sizes in
5524     useless megabits and not megabytes).
5525
5526     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5527
5528 commit ceb70b466e75ceb1a621b6163f7e31116bfc8094
5529 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5530 Date:   Sun Jul 5 01:06:06 2009 +0200
5531
5532     nhk8815: fix MAKEALL
5533
5534     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5535
5536 commit d08e5ca301b69ab77ecdd34e2b06aee30d6057d1
5537 Author: Magnus Lilja <lilja.magnus@gmail.com>
5538 Date:   Sat Jul 4 10:31:24 2009 +0200
5539
5540     MX31: Add NAND SPL boot support to i.MX31 PDK board.
5541
5542     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5543
5544 commit 78eabb90b793fafe875a7469526d1715fa56cbb4
5545 Author: Prafulla Wadaskar <prafulla@marvell.com>
5546 Date:   Mon Jun 29 20:55:54 2009 +0530
5547
5548     arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support
5549
5550     This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver
5551
5552     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5553
5554 commit 095a460b49022e64df76134300643606e3acb4e9
5555 Author: Alessandro Rubini <rubini@unipv.it>
5556 Date:   Mon Jun 29 10:52:37 2009 +0200
5557
5558     arm nomadik: use 1000 as HZ value and rewrite timer code
5559
5560     This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites
5561     timer code, which is now both correct and much smaller.  Unused
5562     functions like udelay_masked() have been removed as no driver uses
5563     them, even the ones that are not currently active for this board.
5564     mtu.h is copied literally from the kernel sources.
5565
5566     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5567     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
5568     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5569
5570 commit f7aa59b29a451cc502078a9e4ba32345a4250c05
5571 Author: Alessandro Rubini <rubini@unipv.it>
5572 Date:   Mon Jun 22 09:18:57 2009 +0200
5573
5574     arm nomadik: allow Nand and OneNand to coexists
5575
5576     The evaluation kit has both Nand and OneNand, both drivers are there
5577     and the two configurations only select a different default for the
5578     jffs partition. This adds the OneNand driver and cleans up storage.
5579
5580     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5581     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
5582
5583 commit fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9
5584 Author: Alessandro Rubini <rubini@unipv.it>
5585 Date:   Mon Jun 22 09:18:47 2009 +0200
5586
5587     arm nomadik: cleanup reset
5588
5589     There is only one public release of the Nomadik chip, so the ifdef
5590     in reset code as well as a define in the config file are not needed
5591
5592     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5593     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
5594
5595 commit ee1363f2da3996bafdecdd8f4e48862ebff3f271
5596 Author: Alessandro Rubini <rubini@unipv.it>
5597 Date:   Mon Jun 22 09:18:37 2009 +0200
5598
5599     arm nomadik: rename board to nhk8815
5600
5601     This is an error in my side in the initial submission: nobody
5602     calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead.
5603
5604     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5605     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
5606
5607 commit 040f8f63e922bbfb8ba0958bf637f11a917f5c38
5608 Author: Stefano Babic <sbabic@denx.de>
5609 Date:   Wed Jul 1 20:40:41 2009 +0200
5610
5611     xscale: add support for the polaris board
5612
5613     The Polaris board is based on the TrizepsIV module of
5614     Keith & Koep (http://www.keith-koep.com).
5615
5616     Signed-off-by: Stefano Babic <sbabic@denx.de>
5617
5618 commit 88bd97501314683b87f3f1edcf55b347c041b722
5619 Author: Stefano Babic <sbabic@denx.de>
5620 Date:   Wed Jul 1 04:33:56 2009 +0200
5621
5622     xscale: fix USB initialization for Trizepsiv module
5623
5624     Due to change in the usb_board_init() prototype, the USB for
5625     the TrizepsIV was not correctly initialized.
5626     Removed dummy print from usb_board_stop().
5627
5628     Signed-off-by: Stefano Babic <sbabic@denx.de>
5629
5630 commit 0b785ddd60120cfb74d18e58c56054238219f6db
5631 Author: Prafulla Wadaskar <prafulla@marvell.com>
5632 Date:   Wed Jul 1 20:34:51 2009 +0200
5633
5634     net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
5635
5636     This patch looks okay on u-boot-net.git/next branch
5637     but when it was merged to u-boot.git/master the last line is missing
5638
5639     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5640     Acked-by: Ben Warren <biggerbadderben@gmail.com>
5641
5642 commit 33b1d3f43a16fbb79004075ce89ae4e618b288a2
5643 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
5644 Date:   Tue Jun 30 21:03:37 2009 +0200
5645
5646     at91: Add esd gmbh MEESC board support
5647
5648     This patch adds support for esd gmbh MEESC board.
5649     The MEESC is based on an Atmel AT91SAM9263 SoC.
5650
5651     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
5652
5653 commit 21761540b43c7086c75ee9afb412da1e5ddde2e9
5654 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5655 Date:   Tue Jun 30 21:03:35 2009 +0200
5656
5657     ARM: Update mach-types
5658
5659     update against linux v2.6.30
5660
5661     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5662
5663 commit 45627fce18139a74e0755124d27376b520db156c
5664 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
5665 Date:   Tue Jun 30 23:03:33 2009 +0200
5666
5667     at91: Add CAN init function
5668
5669     To enable CAN init, CONFIG_CAN has to be defined in the board config file
5670     and at91_can_hw_init() has to be called in the board specific code.
5671
5672     CAN is available on AT91SAM9263 and AT91CAP9 SoC.
5673
5674     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
5675
5676 commit 2e23008e5dbde7fe4c4758bee5a393e1db796cdf
5677 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
5678 Date:   Tue Jun 30 23:03:31 2009 +0200
5679
5680     arm: Kirkwood: Correct header define
5681
5682     Correct define typo (. -> ,)
5683
5684     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
5685
5686 commit 8449f287f5c53d59db13c3c512e6bd1750b692d1
5687 Author: Magnus Lilja <lilja.magnus@gmail.com>
5688 Date:   Wed Jul 1 01:07:55 2009 +0200
5689
5690     MX31: Add basic support for Freescale i.MX31 PDK board.
5691
5692     Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
5693
5694     This patch assumes that some other program performs the actual
5695     NAND boot.
5696
5697     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5698     Acked-by: Fabio Estevam <fabioestevam@yahoo.com>
5699     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5700
5701 commit 8d460a573e2a2ac4834636903865a0428ad0e629
5702 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5703 Date:   Tue Jun 23 00:12:01 2009 +0200
5704
5705     S3C24x0: extract interrupts from timer
5706
5707     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5708
5709 commit c8badbe500a752f42049e51042767ee62ea714e0
5710 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5711 Date:   Sun Jun 28 14:14:21 2009 +0200
5712
5713     dm355/pm9261: add missing CONFIG_NET_MULTI
5714
5715     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5716
5717 commit 798bf9a9ade1cfbe85a16d180cad720927d8e10a
5718 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5719 Date:   Tue Jun 23 00:12:01 2009 +0200
5720
5721     arm920t/interrupts: Move conditional compilation to Makefile
5722
5723     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5724
5725 commit 06e758e75c79ce8761866bf8165c443584a20893
5726 Author: Kim, Heung Jun <riverful@gmail.com>
5727 Date:   Sat Jun 20 11:02:17 2009 +0200
5728
5729     move L2 cache enable/disable function to cache.c in the omap3 SoC directory
5730
5731     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
5732     CC: Dirk Behme <dirk.behme@googlemail.com>
5733     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5734
5735 commit d583ef5147066d3609de21f3beebbab99a19bad4
5736 Author: Thomas Lange <thomas@corelatus.se>
5737 Date:   Sat Jun 20 11:02:17 2009 +0200
5738
5739     ARM DaVinci: EMIF settings
5740
5741     NAND module should not modify EMIF registers unrelated to CS2
5742     that is used for NAND, i.e. do not modify EWAIT config register
5743     or registers for other Chip Selects.
5744
5745     Without this patch, EMIF configurations made in board_init()
5746     will be invalidated.
5747
5748     Signed-off-by: Thomas Lange <thomas@corelatus.se>
5749
5750 commit 2600b8571a26c10c1c43401d7af38e2333cc5381
5751 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5752 Date:   Sat Jun 20 11:02:17 2009 +0200
5753
5754     versatile: config coding style cleanup
5755
5756     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5757     Cc: Peter Pearse <peter.pearse@arm.com>
5758
5759 commit 4efb77d41f9c5d93f0f92dda60e742023fa03c72
5760 Author: Prafulla Wadaskar <prafulla@marvell.com>
5761 Date:   Sat Jun 20 11:01:53 2009 +0200
5762
5763     arm: Kirkwood: Basic SOCs support
5764
5765     Kirkwood family controllers are highly integrated SOCs
5766     based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.
5767
5768     SOC versions supported:-
5769     1) 88F6281-A0       define CONFIG_KW88F6281_A0
5770     2) 88F6192-A0       define CONFIG_KW88F6192_A0
5771
5772     Other supported features:-
5773     1) get_random_hex() fucntion
5774     2) PCI Express port initialization
5775     3) NS16550 driver support
5776
5777     Contributors:
5778     Yotam Admon <yotam@marvell.com>
5779     Michael Blostein <michaelbl@marvell.com
5780
5781     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
5782     Acked-by: Stefan Rose <sr@denx.de>
5783     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5784
5785 commit 5c3d5817e5e68b828c165c501c215e793dc63aac
5786 Author: Prafulla Wadaskar <prafulla@marvell.com>
5787 Date:   Sat Jun 20 11:01:52 2009 +0200
5788
5789     arm: generic cache.h for ARM architectures
5790
5791     This patch is required for Kirkwood SoC support
5792     may be used by other ARM architectures
5793
5794     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5795
5796 commit 9c8c706c92e53433a871a563946c38075d76504d
5797 Author: Matthias Ludwig <mludwig@ultratronik.de>
5798 Date:   Sat Jun 20 11:01:50 2009 +0200
5799
5800     OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
5801
5802     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
5803
5804 commit 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9
5805 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
5806 Date:   Wed Jun 24 08:32:09 2009 +0200
5807
5808     at91sam9260/9263: add back up for the rst(reset controller).
5809
5810     On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was
5811     set to 0 after being set to 500 ms for the PHY reset.
5812     Do backup the old reset length and restore it after the MACB initialisation.
5813
5814     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
5815     Signed-off-by: Stelian Pop <stelian@popies.net>
5816
5817 commit afb0b1315c048ce2b1f35f0183b8b118ad0c14e1
5818 Author: Kumar Gala <galak@kernel.crashing.org>
5819 Date:   Fri Jul 3 12:45:44 2009 -0500
5820
5821     fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code
5822
5823     sys_eeprom.c: In function 'do_mac':
5824     sys_eeprom.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules
5825     sys_eeprom.c: In function 'mac_read_from_eeprom':
5826     sys_eeprom.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules
5827
5828     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5829
5830 commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
5831 Author: Peter Tyser <ptyser@xes-inc.com>
5832 Date:   Tue Jun 30 17:15:51 2009 -0500
5833
5834     83xx: Add support for fsl_dma driver
5835
5836     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5837     Reviewed-by: Ira W. Snyder <iws@ovro.caltech.edu>
5838     Tested-by: Ira W. Snyder <iws@ovro.caltech.edu>
5839     Acked-by: Kim Phillips <kim.phillips@freescale.com>
5840     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5841
5842 commit 9adda5459ca62120c0c50b82b766fe1cf6925bbf
5843 Author: Peter Tyser <ptyser@xes-inc.com>
5844 Date:   Tue Jun 30 17:15:50 2009 -0500
5845
5846     83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references
5847
5848     Update 83xx architecture's CONFIG_ECC_INIT_VIA_DDRC references to
5849     CONFIG_ECC_INIT_VIA_DDRCONTROLLER, which other Freescale architectures
5850     use
5851
5852     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5853     Acked-by: Kim Phillips <kim.phillips@freescale.com>
5854     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5855
5856 commit 039594a4301dadceb267db5e8b9c8c78b1bb86b5
5857 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5858 Date:   Thu Jul 2 16:15:01 2009 +0530
5859
5860     8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
5861
5862     Defining the next two configs allows to switch the serial port from the
5863     console using the setenv stdin and stdout
5864       1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */
5865       2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */
5866
5867     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5868     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5869     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5870
5871 commit 546b1032907df70f2dd0f98f3ad09885a88411e5
5872 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5873 Date:   Thu Jul 2 16:14:40 2009 +0530
5874
5875     85xx: Adds GPIO registers to MPC85xx Memory Map.
5876
5877     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5878     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5879
5880 commit 5da6f806b400372b8a0664f3282c9e83a402eb66
5881 Author: Peter Tyser <ptyser@xes-inc.com>
5882 Date:   Tue Jun 30 17:26:01 2009 -0500
5883
5884     86xx: XPedite5170 board support
5885
5886     Initial support for Extreme Engineering Solutions XPedite5170 -
5887     a MPC8640-based 3U VPX single board computer with a PMC/XMC
5888     site.
5889
5890     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5891     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5892
5893 commit e66f38da8434425aca8df08d06d9ef41b3478d3b
5894 Author: Timur Tabi <timur@freescale.com>
5895 Date:   Wed Jul 1 16:51:59 2009 -0500
5896
5897     fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more
5898
5899     The calculate for rank density in compute_ranksize() for DDR3 used all
5900     integers for the expression, so the result was also a 32-bit integer, even
5901     though the 'bsize' variable is a u64.  Fix the expression to calculate a
5902     true 64-bit value.
5903
5904     Signed-off-by: Timur Tabi <timur@freescale.com>
5905     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5906
5907 commit 6af015b86b86d94de7ca1b23a3890bc93a50c2ab
5908 Author: Peter Tyser <ptyser@xes-inc.com>
5909 Date:   Tue Jun 30 17:15:49 2009 -0500
5910
5911     fsl_dma: Make DMA transactions snoopable
5912
5913     Make DMA transactions snoopable so that CPUs can keep caches up-to-date.
5914     This allows dma transactions to be used for operations such as memory
5915     copies without any additional cache control operations.
5916
5917     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5918     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5919
5920 commit 0d595f76bc9c7c8dff5bd31dffed87a840a03c56
5921 Author: Peter Tyser <ptyser@xes-inc.com>
5922 Date:   Tue Jun 30 17:15:48 2009 -0500
5923
5924     fsl_dma: Break out common memory initialization function
5925
5926     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5927     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5928
5929 commit 79f4333ceb059049b3ee560167d6cbaec493695f
5930 Author: Peter Tyser <ptyser@xes-inc.com>
5931 Date:   Tue Jun 30 17:15:47 2009 -0500
5932
5933     8xxx: Move dma_init() call to common code
5934
5935     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5936     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5937
5938 commit 191c7118592cd182f2dc7f46b4f72d9bed0e2c76
5939 Author: Peter Tyser <ptyser@xes-inc.com>
5940 Date:   Tue Jun 30 17:15:46 2009 -0500
5941
5942     fsl_dma: Move dma function prototypes to common header file
5943
5944     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5945     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5946
5947 commit 7892f619d40f4196e41e7114c5dfee9fad0f572f
5948 Author: Peter Tyser <ptyser@xes-inc.com>
5949 Date:   Tue Jun 30 17:15:45 2009 -0500
5950
5951     8xxx: Rename dma_xfer() to dmacpy()
5952
5953     Also update dmacpy()'s argument order to match memcpy's and use
5954     phys_addr_t/phy_size_t for address/size arguments
5955
5956     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5957     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5958
5959 commit 484919cf3351212ebf748b9b13ece1ddaf7e7d1c
5960 Author: Peter Tyser <ptyser@xes-inc.com>
5961 Date:   Tue Jun 30 17:15:44 2009 -0500
5962
5963     fsl_dma: Fix Channel Start bug in dma_check()
5964
5965     The Channel Start (CS) bit in the Mode Register (MR) should actually be
5966     cleared as the comment in the code suggests.  Previously, CS was being
5967     set, not cleared.
5968
5969     Assuming normal operation of the DMA engine, this change shouldn't have
5970     any real affect.
5971
5972     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5973     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5974
5975 commit 51402ac12be9a0025f16db51fbde7c050a54e5fe
5976 Author: Peter Tyser <ptyser@xes-inc.com>
5977 Date:   Tue Jun 30 17:15:43 2009 -0500
5978
5979     fsl_dma: Add support for arbitrarily large transfers
5980
5981     Support DMA transfers larger than the DMA controller's limit of
5982     (2 ^ 26 - 1) bytes
5983
5984     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5985     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5986
5987 commit a730393a362741c318b21771b8d7b2647e546c3e
5988 Author: Peter Tyser <ptyser@xes-inc.com>
5989 Date:   Tue Jun 30 17:15:42 2009 -0500
5990
5991     fsl_dma: Use proper I/O access functions
5992
5993     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5994     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5995
5996 commit 9c06071a6077ba95e9d43226156e39567d5d064a
5997 Author: Peter Tyser <ptyser@xes-inc.com>
5998 Date:   Tue Jun 30 17:15:41 2009 -0500
5999
6000     fsl_dma: Add bitfield definitions for common registers
6001
6002     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6003     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6004
6005 commit 017f11f68ef543e866be033bcb7b8058a8a380d8
6006 Author: Peter Tyser <ptyser@xes-inc.com>
6007 Date:   Tue Jun 30 17:15:40 2009 -0500
6008
6009     8xxx: Break out DMA code to a common file
6010
6011     DMA support is now enabled via the CONFIG_FSL_DMA define instead of the
6012     previous CONFIG_DDR_ECC
6013
6014     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6015     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6016
6017 commit 6bbced671719518d0e28ff422623cd7ce396cbda
6018 Author: Mark Jackson <mpfj-list@mimc.co.uk>
6019 Date:   Mon Jun 29 15:59:10 2009 +0100
6020
6021     Atmel LCD driver GUARDTIME fix
6022
6023     This patch allows the guard time parameter to be set in
6024     the Atmel LCDC driver.
6025
6026     By default, the previous value of 1 is used, unless the
6027     setting is defined elsewhere.
6028
6029     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
6030
6031 commit 29c35182462feea09f322e51913759a53359a3e0
6032 Author: Roy Zang <tie-fei.zang@freescale.com>
6033 Date:   Tue Jun 30 13:56:23 2009 +0800
6034
6035     85xx: Add pci e1000 Ethernet support for P2020 board
6036
6037     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6038     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6039
6040 commit 156984a3611c28093919d3e3c042f722b5548253
6041 Author: Kumar Gala <galak@kernel.crashing.org>
6042 Date:   Thu Jun 18 08:39:42 2009 -0500
6043
6044     8xxx: Fix PCI bus address setup for 36-bit configs
6045
6046     We want the outbound PCI memory map to end at the 4G boundary so we
6047     can maximize the amount of space available for inbound mappings if
6048     we have large amounts of memory.
6049
6050     This matches the device tree setup in the kernel for the 36-bit physical
6051     configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS).
6052
6053     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6054
6055 commit 480f61790565d77432b70b4016b73f2ae27d530f
6056 Author: Kumar Gala <galak@kernel.crashing.org>
6057 Date:   Thu Jun 18 08:23:01 2009 -0500
6058
6059     86xx: Add CPU_TYPE_ENTRY support
6060
6061     Unify with 83xx and 85xx and use CPU_TYPE_ENTRY.  We are going to use
6062     this to convey the # of cores and DDR width in the near future so its
6063     good to keep in sync.
6064
6065     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6066
6067 commit 98ab14e858bf60306d0aa3f0df5a7a5f88264aff
6068 Author: Peter Meerwald <pmeerw@pmeerw.net>
6069 Date:   Mon Jun 29 15:48:33 2009 -0400
6070
6071     Blackfin: TWI/I2C: fix pure writes
6072
6073     If doing a pure write with register address and data (not a read/write
6074     combo transfer), we don't set the initial transfer length properly which
6075     ends up causing only the register address to be transferred.
6076
6077     While we're here, fix the i2c_write() parameter description of the buffer.
6078
6079     Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
6080     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6081
6082 commit 5710de45808eb8f1cc34b51dc3e67e2422113249
6083 Author: Prafulla Wadaskar <prafulla@marvell.com>
6084 Date:   Sat May 30 01:13:33 2009 +0530
6085
6086     spi: Add Marvell Kirkwood SPI driver
6087
6088     This patch adds a SPI driver for the Marvell Kirkwood SoC's.
6089
6090     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
6091
6092 commit 6bde171a4c4116cee179167cb65335a28f99932d
6093 Author: Minkyu Kang <mk7.kang@samsung.com>
6094 Date:   Thu Jun 25 19:21:33 2009 +0900
6095
6096     s3c64xx: move the reset_cpu function
6097
6098     Because of the reset_cpu is soc specific, should be move to soc
6099     And read reset value from SYS_ID register instead of hard code
6100     this patch also supports s3c6410
6101
6102     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
6103
6104 commit 576afd4faeba1519bcb8c0083c3e4d45e5643a48
6105 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6106 Date:   Sun May 17 00:58:37 2009 +0200
6107
6108     integrator: merge integratorap and integratorcp
6109
6110     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6111     Acked-by: Peter Pearse <peter.pearse@arm.com>
6112
6113 commit 46937b27427688a56bf7f5944a92d962dc43c3fa
6114 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6115 Date:   Sun May 17 00:58:36 2009 +0200
6116
6117     integratorap/cp: use cfi driver
6118
6119     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6120     Acked-by: Peter Pearse <peter.pearse@arm.com>
6121
6122 commit de7a01abd8aeb167946f391327e1e0d1e01f90c9
6123 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6124 Date:   Sun May 17 00:58:36 2009 +0200
6125
6126     integratorap/cp/versatile: remove non used functions
6127
6128     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6129     Acked-by: Peter Pearse <peter.pearse@arm.com>
6130
6131 commit f54851a6e3844b7e01581b5a9681f294118b7529
6132 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6133 Date:   Sun May 17 00:58:36 2009 +0200
6134
6135     integratorcp: split timer support
6136
6137     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6138     Acked-by: Peter Pearse <peter.pearse@arm.com>
6139
6140 commit 2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1
6141 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6142 Date:   Sun May 17 00:58:36 2009 +0200
6143
6144     integratorap: split timer support
6145
6146     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6147     Acked-by: Peter Pearse <peter.pearse@arm.com>
6148
6149 commit 86baa085c52a7f3377a88074679c5aca9b9e4d38
6150 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6151 Date:   Sun May 17 00:58:36 2009 +0200
6152
6153     integratorap: split pci support
6154
6155     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6156     Acked-by: Peter Pearse <peter.pearse@arm.com>
6157
6158 commit 379e9fc0a319b8f6ae16d763590bf023f3afb87c
6159 Author: Ilya Yanok <yanok@emcraft.com>
6160 Date:   Mon Jun 8 04:12:50 2009 +0400
6161
6162     arm: add support for CONFIG_GENERIC_MMC
6163
6164     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6165
6166 commit 47d19da4d3f9ac4787abe9dee32406478424be52
6167 Author: Ilya Yanok <yanok@emcraft.com>
6168 Date:   Mon Jun 8 04:12:46 2009 +0400
6169
6170     serial_mx31: allow it to work with mx27 too and rename to serial_mxc
6171
6172     UART hardware on i.MX27 is the same as on the i.MX31 so we just
6173     need to provide the driver with correct address of the registers.
6174
6175     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6176
6177 commit 1dc4da749dbde27ec862f5b65703e8e4541fbba3
6178 Author: Ilya Yanok <yanok@emcraft.com>
6179 Date:   Mon Jun 8 04:12:45 2009 +0400
6180
6181     mx27: basic cpu support
6182
6183     This patch adds generic code to support Freescale's i.MX27 SoCs.
6184
6185     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6186
6187 commit dd2f6965a6c71f6f711ec98827880152e022c236
6188 Author: Magnus Lilja <lilja.magnus@gmail.com>
6189 Date:   Sat Jun 13 20:50:03 2009 +0200
6190
6191     i.MX31: Create a common device file.
6192
6193     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
6194
6195 commit 958f7da7887fea4a2091ae60944d62c1708c2c55
6196 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6197 Date:   Sat Jun 13 20:50:02 2009 +0200
6198
6199     ARM: Add macros.h to be used in assembler file.
6200
6201     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6202
6203 commit 40c642bc19b9fa2906e3172487a522fee456340b
6204 Author: Magnus Lilja <lilja.magnus@gmail.com>
6205 Date:   Sat Jun 13 20:50:01 2009 +0200
6206
6207     MX31: Add NAND SPL for i.MX31.
6208
6209     This patch adds the NAND SPL framework needed to boot i.MX31 boards
6210     from NAND.
6211
6212     It has been tested on a i.MX31 PDK board with large page NAND. Small
6213     page NANDs should work as well, but this has not been tested.
6214
6215     Note: The i.MX31 NFC uses a non-standard layout for large page NANDs,
6216     whether this is compatible with a particular setup depends on how
6217     the NAND device is programmed by the flash programmer (e.g. JTAG
6218     debugger).
6219
6220     The patch is based on the work by Maxim Artamonov.
6221
6222     Signed-off-by: Maxim Artamonov <scn1874@yandex.ru>
6223     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
6224
6225 commit df81238b3e27a791da996a9208402ac8f40b9862
6226 Author: Magnus Lilja <lilja.magnus@gmail.com>
6227 Date:   Sat Jun 13 20:50:00 2009 +0200
6228
6229     ARM1136: Introduce CONFIG_PRELOADER macro.
6230
6231     Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's
6232     in start.S. In preparation for adding support for NAND SPL
6233     the macro CONFIG_PRELOADER is introducted and replaces the
6234     CONFIG_ONENAND_IPL in start.S.
6235
6236     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
6237
6238 commit 8096c51fd4e611ed666dbe77767e81af5d94fc7b
6239 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6240 Date:   Sat Jun 13 12:50:04 2009 +0200
6241
6242     at91: unify nor boot support
6243
6244     the lowlevel init sequence is the same so unify it
6245
6246     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6247
6248 commit 1b3b7c640d04df2ba9a9d947117d112a75fee7f4
6249 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6250 Date:   Sat Jun 13 12:48:36 2009 +0200
6251
6252     at91sam9263ek: add nor flash support
6253
6254     this will allow you to store use it for the env and to boot directly U-Boot from
6255
6256     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6257
6258 commit 329492329700812c6df275aa0fda09d609cd0fd4
6259 Author: Ilko Iliev <iliev@ronetix.at>
6260 Date:   Fri Jun 12 21:20:39 2009 +0200
6261
6262     at91: add support for the PM9261 board of Ronetix GmbH
6263
6264     The PM9261 board is based on the AT91SAM9261-EK board.
6265
6266     Here is the page on Ronetix website:
6267     http://www.ronetix.at/starter_kit_9261.html
6268
6269     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
6270     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6271
6272 commit 01550a2b650fbabc03334f9eadcc6083601a2414
6273 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6274 Date:   Fri Jun 12 21:20:38 2009 +0200
6275
6276     pm9263: use macro instead of hardcode value for the lowlevel_init
6277
6278     optimize a few the RAM init
6279
6280     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
6281     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6282
6283 commit 7a11c7f9747240dc770954d320569596c0fbcb50
6284 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6285 Date:   Fri Jun 12 21:20:37 2009 +0200
6286
6287     pm9263: lowlevel init update
6288
6289     move PSRAM init to pm9263.c
6290     this will allow us after to make the nor lowlevel_init generic
6291
6292     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6293
6294 commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0
6295 Author: Mike Frysinger <vapier@gentoo.org>
6296 Date:   Mon Jun 15 00:25:19 2009 -0400
6297
6298     Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
6299
6300     The way the ALL variable is used allows for config.mk's to add more
6301     targets themselves without having to clutter up the top level Makefile.
6302
6303     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6304
6305 commit afac8b07172d7e4a65f86ce1ec4c783a6165ba1f
6306 Author: Mike Frysinger <vapier@gentoo.org>
6307 Date:   Sun Jun 14 22:29:35 2009 -0400
6308
6309     Blackfin: fix SPI flash speed define name
6310
6311     The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not
6312     CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards.
6313
6314     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6315
6316 commit 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106
6317 Author: Mike Frysinger <vapier@gentoo.org>
6318 Date:   Sun Jun 14 22:26:31 2009 -0400
6319
6320     Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards
6321
6322     Building the compression code in lib_generic/ with -O2 rather than -Os
6323     gives a nice speed boost without too much code size increase.
6324
6325     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6326
6327 commit fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4
6328 Author: Mike Frysinger <vapier@gentoo.org>
6329 Date:   Sun Jun 14 21:23:27 2009 -0400
6330
6331     Blackfin: bf548-ezkit: bump up monitor size
6332
6333     The latest version of U-Boot got a bit fatter in the BSS section which
6334     caused overflows in the RAM region, so increase the monitor size.
6335
6336     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6337
6338 commit bc43a8d8994c2f0be29e09b13b15da7f79e2c081
6339 Author: Vivi Li <vivi.li@analog.com>
6340 Date:   Fri Jun 12 10:53:22 2009 +0000
6341
6342     Blackfin: bf533-stamp/bf537-stamp: fix env settings for SPI flash
6343
6344     The SPI flash layer is much stricter about sector usage than the eeprom
6345     layer we used to use, so update the env settings to better match the
6346     sector alignment of the flashes we use.
6347
6348     Signed-off-by: Vivi Li <vivi.li@analog.com>
6349     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6350
6351 commit 63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c
6352 Author: Vivi Li <vivi.li@analog.com>
6353 Date:   Fri Jun 12 10:33:23 2009 +0000
6354
6355     Blackfin: bump up default JTAG console timeout
6356
6357     The debug tools that interface with the other side of the JTAG console
6358     got much slower when generalizing things, so bump up the default timeout
6359     value on the U-Boot side to cope.  Hopefully at some point we can improve
6360     the debug tools to speed things back up.
6361
6362     Signed-off-by: Vivi Li <vivi.li@analog.com>
6363     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6364
6365 commit c11ff779f4e0e0c7edc322e84dd229ad28709595
6366 Author: Mike Frysinger <vapier@gentoo.org>
6367 Date:   Mon Jun 1 19:08:33 2009 -0400
6368
6369     Blackfin: add jtagconsole helper script
6370
6371     This script is similar to the netconsole script, but instead works with
6372     the JTAG console device driver that exists on Blackfin parts.
6373
6374     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6375
6376 commit 60f61e6d7655400bb785a2ef637581679941f6d1
6377 Author: Remy Bohmer <linux@bohmer.net>
6378 Date:   Sat May 2 21:49:18 2009 +0200
6379
6380     Convert DM9000 driver for CONFIG_NET_MULTI
6381
6382     All drivers need to be converted to CONFIG_NET_MULTI.
6383     This patch converts the dm9000 driver.
6384
6385     Signed-off-by: Thomas Smits <ts.smits@gmail.com>
6386     Signed-off-by: Remy Bohmer <linux@bohmer.net>
6387     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6388
6389 commit 9131589ada4dda0718604d0a425ca46e52775f6e
6390 Author: Prafulla Wadaskar <prafulla@marvell.com>
6391 Date:   Sun Jun 14 22:33:46 2009 +0530
6392
6393     net: Add Marvell Kirkwood gigabit ethernet driver
6394
6395     This patch adds a egiga driver for the Marvell Kirkwood SoC's.
6396
6397     Contributors:
6398     Yotam Admon <yotam@marvell.com>
6399     Michael Blostein <michaelbl@marvell.com
6400
6401     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
6402     Acked-by: Stefan Rose <sr@denx.de>
6403     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
6404     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6405
6406 commit 7835f4b94927ecb5affd99aad62592108db606ad
6407 Author: s-paulraj@ti.com <s-paulraj@ti.com>
6408 Date:   Tue May 12 11:45:34 2009 -0400
6409
6410     DaVinci Network Driver Updates
6411
6412     Different flavours of DaVinci SOC's have differences in their EMAC IP
6413     This patch does the following
6414     1) Updates base addresses for DM365
6415     2) Updates MDIO frequencies for DM365 and DM646x
6416     3) Update EMAC wrapper registers for DM365 and DM646x
6417
6418     Patch applies to u-boot-net git. the EMAC driver itself
6419     will be updated shortly to add support for DM365 and DM646x
6420
6421     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6422     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6423
6424 commit 44578bea14e49035331a8f0e000e935e0d830ff4
6425 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6426 Date:   Tue May 26 08:29:29 2009 -0400
6427
6428     Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
6429
6430      From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001
6431     From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6432     Date: Wed, 20 May 2009 18:26:01 -0400
6433     Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
6434
6435     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6436     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6437
6438 commit c9a2aab1512fb2d132670fff9c27656d2eb949cd
6439 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
6440 Date:   Thu Jun 4 09:39:48 2009 +0200
6441
6442     A VLAN tagged DHCP request/discover is 4 bytes short
6443
6444     The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes.
6445     If sending a VLAN tagged frame (when env variable vlan is set) this
6446     should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns.
6447
6448     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
6449     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6450
6451 commit 6e0d2fc7fe0dcfa2f51ab8931d706940ee364193
6452 Author: Ben Warren <biggerbadderben@gmail.com>
6453 Date:   Tue Apr 28 16:39:19 2009 -0700
6454
6455     Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
6456
6457     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6458
6459 commit 8453587ef9137daf98b7c9cf4f3b865f4039cea0
6460 Author: Ben Warren <biggerbadderben@gmail.com>
6461 Date:   Tue May 26 00:34:07 2009 -0700
6462
6463     Switched davinci_emac Ethernet driver to use newer API
6464
6465     Added CONFIG_NET_MULTI to all Davinci boards
6466     Removed all calls to Davinci network driver from board code
6467     Added cpu_eth_init() to cpu/arm926ejs/cpu.c
6468
6469     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6470
6471 commit 8cc13c13f1d154c8fa8fff56cea357ed38af76bf
6472 Author: Ben Warren <biggerbadderben@gmail.com>
6473 Date:   Mon Apr 27 23:19:10 2009 -0700
6474
6475     Initial cleanup of Davinci Ethernet driver
6476
6477      Removed pointless #ifdefs
6478      Moved functions around in file in preparation for switch to newer API
6479
6480     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6481
6482 commit 09cdd1b9b01450e91786d26ff3c866dc9c8d8d6b
6483 Author: Ben Warren <biggerbadderben@gmail.com>
6484 Date:   Tue May 26 00:17:59 2009 -0700
6485
6486     Moved Davinci Ethernet driver to drivers/net
6487
6488     This driver has been renamed davinci_emac.c
6489
6490     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6491
6492 commit 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f
6493 Author: Prafulla Wadaskar <prafulla@marvell.com>
6494 Date:   Tue May 19 01:40:16 2009 +0530
6495
6496     Marvell MV88E61XX Switch Driver support
6497
6498     Chips supported:-
6499     1. 88E6161 6 port gbe swtich with 5 integrated PHYs
6500     2. 88E6165 6 port gbe swtich with 5 integrated PHYs
6501     2. 88E6132 3 port gbe swtich with 2 integrated PHYs
6502     Platform specific configuration supported for:-
6503     default or router port vlan configuration
6504     led_init configuration
6505     mdip/n polarity reversal configuration
6506
6507     Note: This driver is supported and tested against
6508     kirkwood egiga interface
6509
6510     Contributors:
6511     Yotam Admon <yotam@marvell.com>
6512     Michael Blostein <michaelbl@marvell.com
6513
6514     Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
6515     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
6516     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6517
6518 commit 091dc9f6adaf572b067ae91af92c4e7db33d7903
6519 Author: Zach LeRoy <zleroy@xes-inc.com>
6520 Date:   Fri May 22 10:26:33 2009 -0500
6521
6522     tsec: Add support for BCM5482S PHY
6523
6524     Signed-off-by: Zach LeRoy <zleroy@xes-inc.com>
6525     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6526     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6527
6528 commit 9ff67e5e4c719556d57f136a6453f8e4798d85c0
6529 Author: Mike Frysinger <vapier@gentoo.org>
6530 Date:   Sun Jun 14 06:29:07 2009 -0400
6531
6532     Blackfin: unify u-boot linker scripts
6533
6534     All the Blackfin linker scripts were duplicated across the board dirs with
6535     no difference save from the semi-often used ENV_IS_EMBEDDED option.  So
6536     unify all of them in the lib_blackfin/ dir and for the few boards that
6537     need to embedded the environment directly, add a LDS_BOARD_TEXT define for
6538     them to customize via their board config file.  This is much simpler than
6539     forcing them to duplicate the rest of the linker script.
6540
6541     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6542
6543 commit f52efcae98cbb8a39f1d0535df8d9646a776af9e
6544 Author: Mike Frysinger <vapier@gentoo.org>
6545 Date:   Fri May 29 17:02:37 2009 -0400
6546
6547     Blackfin: bf518f-ezbrd: enable SST SPI flash driver
6548
6549     The BF51xF parts have an internal SST SPI flash, so make sure the driver is
6550     enabled by default so we can access it.
6551
6552     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6553
6554 commit f348ab85f741dc98b2d202c04b5f430eace94925
6555 Author: Mike Frysinger <vapier@gentoo.org>
6556 Date:   Fri Apr 24 17:22:40 2009 -0400
6557
6558     Blackfin: convert specific pre/post config headers to common method
6559
6560     The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup
6561     common Blackfin board defines.  The common method now is to use config.h,
6562     so convert blackfin-config-post.h to that.  Rename the still Blackfin
6563     specific blackfin-config-pre.h to config-pre.h so the naming conventions
6564     at least line up.
6565
6566     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6567
6568 commit 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1
6569 Author: Mike Frysinger <vapier@gentoo.org>
6570 Date:   Fri Apr 24 17:11:47 2009 -0400
6571
6572     Blackfin: enable LZMA for all ADI boards
6573
6574     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6575
6576 commit 0e63dc0679451d48f8b727c543ce48b488f7a33f
6577 Author: Mike Frysinger <vapier@gentoo.org>
6578 Date:   Mon Apr 13 05:52:45 2009 -0400
6579
6580     Blackfin: make default ADI env more flexible
6581
6582     Allow boards to easily override the root= and default bootcmd, allow
6583     people to tweak the file used in default bootcmds at runtime via one env
6584     var, and add a stock nandboot command.
6585
6586     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6587
6588 commit 0f52b560f19623ec651f9b9b40405d138ec251d3
6589 Author: Hoan Hoang <hnhoan@i-syst.com>
6590 Date:   Sun Jan 18 22:44:17 2009 -0500
6591
6592     Blackfin: ibf-dsp561: new board port
6593
6594     Signed-off-by: Hoan Hoang <hnhoan@i-syst.com>
6595     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6596
6597 commit 3088189a15d219c48fd7e71623ca4daa08b80b59
6598 Author: Mike Frysinger <vapier@gentoo.org>
6599 Date:   Sun Oct 12 23:28:33 2008 -0400
6600
6601     Blackfin: blackstamp: new board port
6602
6603     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6604
6605 commit 59ac9729700db1d4446c1a6db3ffe38398b7abb2
6606 Author: Mike Frysinger <vapier@gentoo.org>
6607 Date:   Sun Oct 12 23:22:25 2008 -0400
6608
6609     Blackfin: bf537-srv1: new board port
6610
6611     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6612
6613 commit d7fdc1410b5fa5ef623b35a283733b6bcee3753b
6614 Author: Mike Frysinger <vapier@gentoo.org>
6615 Date:   Sun Oct 12 23:16:52 2008 -0400
6616
6617     Blackfin: bf537-minotaur: new board port
6618
6619     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6620
6621 commit cb4b5e874f3c9b882a6f4394bbebbbd91fd01bbf
6622 Author: Mike Frysinger <vapier@gentoo.org>
6623 Date:   Sun Oct 12 23:08:03 2008 -0400
6624
6625     Blackfin: bf537-pnav: new board port
6626
6627     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6628
6629 commit 59e4be945b6469e31eee721e0bcdccf4940d75ac
6630 Author: Mike Frysinger <vapier@gentoo.org>
6631 Date:   Sun Oct 12 21:55:45 2008 -0400
6632
6633     Blackfin: cm-bf527: new board port
6634
6635     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6636
6637 commit 8b219cf07c186cc9d97354cf4b14f24a53d193c5
6638 Author: Mike Frysinger <vapier@gentoo.org>
6639 Date:   Sun Oct 12 21:54:07 2008 -0400
6640
6641     Blackfin: cm-bf548: new board port
6642
6643     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6644
6645 commit 9417d9a21384279308abe5b4dd8dfd418742484c
6646 Author: Mike Frysinger <vapier@gentoo.org>
6647 Date:   Sun Oct 12 21:49:28 2008 -0400
6648
6649     Blackfin: tcm-bf537: new board port
6650
6651     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6652
6653 commit e548321af00e869af7194896576beb9b68457ff7
6654 Author: Mike Frysinger <vapier@gentoo.org>
6655 Date:   Sun Oct 12 21:45:05 2008 -0400
6656
6657     Blackfin: cm-bf561: new board port
6658
6659     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6660
6661 commit 8a9bab08a6fe93e5f3bf57b90438f1d2a67fad3c
6662 Author: Mike Frysinger <vapier@gentoo.org>
6663 Date:   Sun Oct 12 21:41:06 2008 -0400
6664
6665     Blackfin: cm-bf537e: new board port
6666
6667     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6668
6669 commit e82d8a1f028bedb12c4ab88a35a935010d92898c
6670 Author: Mike Frysinger <vapier@gentoo.org>
6671 Date:   Sun Oct 12 21:36:22 2008 -0400
6672
6673     Blackfin: cm-bf533: new board port
6674
6675     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6676
6677 commit dd14af7640f7d48d8e9768eeeb09592e6f94ed38
6678 Author: Mike Frysinger <vapier@gentoo.org>
6679 Date:   Thu Nov 27 16:50:32 2008 -0500
6680
6681     Blackfin: new spibootldr command
6682
6683     Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes,
6684     so add a new 'spibootldr' command to take advantage of it.
6685
6686     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6687
6688 commit 67c2829b646bb5b859088b36fbc89e971b9c1960
6689 Author: Mike Frysinger <vapier@gentoo.org>
6690 Date:   Mon Oct 6 04:42:33 2008 -0400
6691
6692     Blackfin: support embedding the environment into loader files (LDRs)
6693
6694     For the most part, the Blackfin processor boots files in the LDR format
6695     rather than binary/ELF files.  So we want to export the environment as a
6696     raw blob to the LDR utility so it can embed it at the right location.
6697
6698     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6699
6700 commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6
6701 Author: Mike Frysinger <vapier@gentoo.org>
6702 Date:   Sun Jun 14 11:03:48 2009 -0400
6703
6704     add %.c->%.i and %.c->%.s rules
6705
6706     The Linux kernel has some helper rules which allow you to quickly produce
6707     some of the intermediary files from C source.  Specifically, you can
6708     create .i files which is the preprocessed output and you can create .s
6709     files which is the assembler output.  This is useful when you are trying
6710     to track down header/macro expansion errors or inline assembly errors.
6711
6712     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6713     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6714
6715 commit 6d1ce387874c1060f27656f70151a52c511cd0e3
6716 Author: Mike Frysinger <vapier@gentoo.org>
6717 Date:   Sat May 30 01:02:03 2009 -0400
6718
6719     make sure toplevel $(SUBDIRS) is always declared
6720
6721     The $(SUBDIRS) variable is only declared when U-Boot has been configured,
6722     but it gets used all the time.  In the non-configured case, it is used to
6723     generate a helpful error message, but it needs to be set properly for that
6724     to occur.
6725
6726     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6727
6728 commit 1260233982f7dfbdfd1adee12daa95a0c0e84a43
6729 Author: Grzegorz Bernacki <gjb@semihalf.com>
6730 Date:   Fri Jun 12 11:33:55 2009 +0200
6731
6732     digsy mtc: Add description to GPIO initial configuration.
6733
6734     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
6735
6736 commit 12304871bc7839145f2b4238923e9023616d7399
6737 Author: Grzegorz Bernacki <gjb@semihalf.com>
6738 Date:   Fri Jun 12 11:33:54 2009 +0200
6739
6740     digsy MTC: Add 'mtc' command.
6741
6742     New command allows to:
6743          o check FW version
6744          o set LED status
6745          o set digital output status
6746          o get digital input status
6747
6748     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
6749
6750 commit f1f66edfc76f4a9f5b9f63972d90309784a8cae5
6751 Author: Grzegorz Bernacki <gjb@semihalf.com>
6752 Date:   Fri Jun 12 11:33:53 2009 +0200
6753
6754     digsy MTC: Add SPI support.
6755
6756     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
6757
6758 commit 6325b7780dad8be26ba6fc25ef88ba338c50205b
6759 Author: Grzegorz Bernacki <gjb@semihalf.com>
6760 Date:   Fri Jun 12 11:33:52 2009 +0200
6761
6762     mpc52xx: Add SPI driver.
6763
6764     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
6765
6766 commit 5ec5529b82f314ca2cf9c262cdfc985d5fc468a0
6767 Author: Mike Frysinger <vapier@gentoo.org>
6768 Date:   Sun Jun 14 09:33:00 2009 -0400
6769
6770     allow boards to customize compiler options on a per-file/dir basis
6771
6772     With our Blackfin boards, we like to build the compression routines with
6773     -O2 as our tests show a pretty good size/speed tradeoff.  For the rest of
6774     U-Boot though, we want to stick with the default -Os as that is mostly
6775     control code.  So in our case, we would add a line like so to the board
6776     specific config.mk file:
6777         CFLAGS_lib_generic += -O2
6778
6779     Now all files under lib_generic/ will have -O2 appended to their build.
6780
6781     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6782     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6783
6784 commit 6b1f78ae6ad037382ad430b07064105c88f7ac02
6785 Author: Wolfgang Denk <wd@denx.de>
6786 Date:   Sun Jun 14 21:30:39 2009 +0200
6787
6788     Prepare v2009.06
6789
6790     Update CHANGELOG, fix minor coding stylke issue. Update Makefile.
6791
6792     Signed-off-by: Wolfgang Denk <wd@denx.de>
6793
6794 commit c3147c1762f8caf99649051116a2411bdf887c10
6795 Author: Wolfgang Denk <wd@denx.de>
6796 Date:   Sun Jun 14 20:31:36 2009 +0200
6797
6798     Revert "SMC911x driver fixed for NFS boot"
6799
6800     This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
6801     which causes compile warnings ("large integer implicitly truncated
6802     to unsigned type") on all systems that use this driver. The warning
6803     results from passing long constants (TX_CFG, RX_CFG) into
6804     smc911x_set_mac_csr() which is declared to accept "unsigned
6805     character" arguments only.
6806
6807     Being close to a release, with nobody available to actually test the
6808     code or the suggested fixes, it seems better to revert the patch.
6809
6810 commit 388517e4b745b00256c2fa201ce7bccb67b4f245
6811 Author: Peter Tyser <ptyser@xes-inc.com>
6812 Date:   Fri May 22 10:26:37 2009 -0500
6813
6814     xes: Update Freescale clock code to work with 86xx processors
6815
6816     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6817     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6818
6819 commit 25623937bb81cae788d767e6c59a11c96fc82866
6820 Author: Peter Tyser <ptyser@xes-inc.com>
6821 Date:   Fri May 22 10:26:36 2009 -0500
6822
6823     xes: Update Freescale DDR code to work with 86xx processors
6824
6825     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6826     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6827
6828 commit bef3013908bbc68f24084174a3ca86cc2a3eb986
6829 Author: Peter Tyser <ptyser@xes-inc.com>
6830 Date:   Fri May 22 10:26:35 2009 -0500
6831
6832     xes: Update Freescale PCI code to work with 86xx processors
6833
6834     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6835     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6836
6837 commit 6442b71b522face775c1c31bd43121db3b4bf7d6
6838 Author: Peter Tyser <ptyser@xes-inc.com>
6839 Date:   Fri May 22 10:26:32 2009 -0500
6840
6841     85xx: Add PORBMSR and PORDEVSR shift defines
6842
6843     Add defines similar to those already used for the the 86xx architecture.
6844     This will ease sharing of PCI code between the 85xx and 86xx
6845     architectures.
6846
6847     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6848     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6849
6850 commit 2f21ce4d546d31289ac49a680f78bcc9a792c6ec
6851 Author: Peter Tyser <ptyser@xes-inc.com>
6852 Date:   Thu May 21 12:10:00 2009 -0500
6853
6854     fsl/85xx, 86xx: Sync up DMA code
6855
6856     The following changes were made to sync up the DMA code between the 85xx
6857     and 86xx architectures which will make it easier to break out common
6858     8xxx DMA code:
6859
6860     85xx:
6861     - Don't set STRANSINT and SPCIORDER fields in SATR register.  These bits
6862       only have an affect when the SBPATMU bit is set.
6863     - Write 0xffffffff instead of 0xfffffff to clear errors in the DMA
6864       status register.  We may as well clear all 32 bits of the register...
6865
6866     86xx:
6867     - Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers
6868     - Add clearing of errors in the DMA status register when initializing
6869       the controller
6870     - Clear the channel start bit in the DMA mode register after a transfer
6871
6872     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6873     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6874
6875 commit b1f12650d332eadac1306a772cab6096abee6ddd
6876 Author: Peter Tyser <ptyser@xes-inc.com>
6877 Date:   Thu May 21 12:09:59 2009 -0500
6878
6879     fsl: Create common fsl_dma.h for 85xx and 86xx cpus
6880
6881     Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to
6882     reduce a large amount of code duplication
6883
6884     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6885     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6886
6887 commit 3bd8e532b5de20647aeaff94a1cbf33fb8b897b9
6888 Author: Haiying Wang <Haiying.Wang@freescale.com>
6889 Date:   Wed May 20 12:30:41 2009 -0400
6890
6891     85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS
6892
6893     On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via
6894     UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we
6895     disable UEC6 and UEC8 by default.
6896
6897     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6898     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6899
6900 commit e8efef7c1b457442583a8b9d38d8a5b667661616
6901 Author: Haiying Wang <Haiying.Wang@freescale.com>
6902 Date:   Thu Jun 4 16:12:42 2009 -0400
6903
6904     drivers/qe: add sgmii support in for UEC driver
6905
6906     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6907     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6908
6909 commit 8e55258f144764de8902e9f078a7ad4c6c022c2f
6910 Author: Haiying Wang <Haiying.Wang@freescale.com>
6911 Date:   Thu Jun 4 16:12:41 2009 -0400
6912
6913     qe: Pass in uec_info struct through uec_initialize
6914
6915     The uec driver contains code to hard code configuration information for the uec
6916     ethernet controllers. This patch creates an array of uec_info structures, which
6917     are then parsed by the corresponding driver instance to determine configuration.
6918     It also creates function uec_standard_init() to initialize all UEC interfaces
6919     for 83xx and 85xx.
6920
6921     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6922     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6923
6924 commit 9a6110897fc9282ade598bbba70ad72b940436e3
6925 Author: Haiying Wang <Haiying.Wang@freescale.com>
6926 Date:   Thu Jun 4 16:12:40 2009 -0400
6927
6928     fsl: Update the number of ethxaddr in reading system eeprom
6929
6930     We support up to 8 mac addresses in system eeprom, so we define the macro
6931     MAX_NUM_PORTS to limit the mac_count to 8, and update the number of ethxaddr
6932     according to mac_count.
6933
6934     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6935     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6936
6937 commit f82107f637f167a77803c0933f9b24741a91c711
6938 Author: Haiying Wang <Haiying.Wang@freescale.com>
6939 Date:   Wed May 20 12:30:37 2009 -0400
6940
6941     85xx: Add RMII support for MPC8569MDS
6942
6943     This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to
6944     support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to
6945     enalbe_mpc8569mds_qe_uec which is  more accurate.
6946
6947     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6948     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6949
6950 commit 750098d33bc362ac4263863e92da158cf011063f
6951 Author: Haiying Wang <Haiying.Wang@freescale.com>
6952 Date:   Wed May 20 12:30:36 2009 -0400
6953
6954     85xx: Add UEC3 and UEC4 support for MPC8569MDS
6955
6956     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6957     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6958
6959 commit 4e7b25e4fe777f525e426cbd58c3a3976c564f2e
6960 Author: Haiying Wang <Haiying.Wang@freescale.com>
6961 Date:   Wed May 20 12:30:35 2009 -0400
6962
6963     drivers/qe: Add more SNUM number for QE
6964
6965     Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII-
6966     1000 mode.
6967
6968     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6969     Acked-by: Timur Tabi <timur@freescale.com>
6970     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6971
6972 commit 7211fbfa18f3061858696150ee6e9e093d9eceae
6973 Author: Haiying Wang <Haiying.Wang@freescale.com>
6974 Date:   Thu May 21 15:34:14 2009 -0400
6975
6976     drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs
6977
6978     Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and
6979     define MAX_QE_RISC for QE based silicons.
6980
6981     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6982     Acked-by: Timur Tabi <timur@freescale.com>
6983     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6984
6985 commit b3d7f20f43a0f8d11c65e2f92153b5512b11580c
6986 Author: Haiying Wang <Haiying.Wang@freescale.com>
6987 Date:   Wed May 20 12:30:29 2009 -0400
6988
6989     85xx: Add QE clk support
6990
6991     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6992     Acked-by: Timur Tabi <Timur@freescale.com>
6993     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6994
6995 commit 71b358cc26792889bbac35054d8e89d59b3fabc4
6996 Author: Kumar Gala <galak@kernel.crashing.org>
6997 Date:   Wed May 20 01:11:33 2009 -0500
6998
6999     85xx: Added MPC8535/E identifiers
7000
7001     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7002
7003 commit 22419d77976bbd0df9fcf45513f1b96bd73e50d1
7004 Author: Kumar Gala <galak@kernel.crashing.org>
7005 Date:   Thu May 21 08:36:43 2009 -0500
7006
7007     85xx: Always attempt ethernet device tree fixup
7008
7009     Its reasonable that we may have ethernet devices but dont have drivers
7010     or support enabled for them in u-boot and want the device tree fixed up.
7011     Unconditionally calling the ethernet fixup is fine since if we dont have
7012     ethernet nodes that match (or aliases) we will not attempt to do
7013     anything.
7014
7015     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7016     Acked-by: Timur Tabi <timur@freescale.com>
7017
7018 commit 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920
7019 Author: Haiying Wang <Haiying.Wang@freescale.com>
7020 Date:   Thu May 21 15:32:13 2009 -0400
7021
7022     drivers/qe: Rename the camel-case identifiers in uec
7023
7024     Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle.
7025
7026     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
7027
7028 commit feb7838f979ec2b581df3c791b9ae3284c36bb47
7029 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
7030 Date:   Fri Apr 3 15:36:13 2009 -0500
7031
7032     85xx: Add P2020DS support
7033
7034     The patch adds support for P2020DS reference platform.
7035     DDR3 interface uses hard-coded initialization rather than SPD
7036     for now and was tested at 667Mhz. Some PIXIS register
7037     definitions and associated code sections need to be fixed.
7038     TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all
7039     tested under u-boot.
7040
7041     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
7042     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
7043     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7044
7045 commit 229549a56d9ae413c00f64fd7c728c6879a1b54b
7046 Author: Stefan Roese <sr@denx.de>
7047 Date:   Tue Jun 9 16:57:47 2009 +0200
7048
7049     mpc512x: MPC5121ADS: Add NAND support
7050
7051     This patch adds NAND support to the MPC5121ADS board. Please
7052     note that the image size increased since NAND support didn't
7053     fit in the current image size (256k).
7054
7055     Signed-off-by: Stefan Roese <sr@denx.de>
7056     Signed-off-by: Wolfgang Denk <wd@denx.de>
7057     Cc: Wolfgang Denk <wd@denx.de>
7058
7059 commit 35f2edbb6cad043ccd5ea6e78fe9b7aa21d8395f
7060 Author: Stefan Roese <sr@denx.de>
7061 Date:   Tue Jun 9 16:57:03 2009 +0200
7062
7063     nand/mpc512x: Add MPC512x NAND support (NFC)
7064
7065     This patch adds NAND Flash Controller driver for MPC5121 revision 2.
7066     All device features, except hardware ECC and power management, are
7067     supported.
7068
7069     This NFC driver replaces the one orignally posted by John Rigby:
7070
7071     "[PATCH] Freescale NFC NAND driver"
7072
7073     It's a port of the Linux driver version posted by Piotr Ziecik a few
7074     weeks ago. Using this driver has the following advantages (from my
7075     point of view):
7076
7077     - Compatibility with the Linux NAND driver (e.g. ECC usage)
7078     - Better code quality in general
7079     - Resulting U-Boot image is a bit smaller (approx. 3k)
7080     - Better to sync with newer Linux driver versions
7081
7082     The only disadvantage I can see, is that HW-ECC is not supported right
7083     now. But this could be added later (e.g. port from Linux driver after
7084     it's supported there). Using HW-ECC on the MCP5121 NFC has a general
7085     problem because of the ECC usage in the spare area. This collides with
7086     JFFS2 for example.
7087
7088     Signed-off-by: Stefan Roese <sr@denx.de>
7089     Cc: Piotr Ziecik <kosmo@semihalf.com>
7090     Cc: Wolfgang Denk <wd@denx.de>
7091     Cc: John Rigby <jcrigby@gmail.com>
7092     Cc: Scott Wood <scottwood@freescale.com>
7093
7094 commit e53b507cee5d976953134a565c72fd32c967d7dd
7095 Author: Stefan Roese <sr@denx.de>
7096 Date:   Tue Jun 9 11:50:40 2009 +0200
7097
7098     mpc512x: Add esd gmbh mecp5123 board support
7099
7100     MECP5123 is a MPC5121E based module by esd gmbh.
7101
7102     Signed-off-by: Stefan Roese <sr@denx.de>
7103     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
7104
7105 commit 6bd55cc65d0c3aa84d719518254fb3c650239ed9
7106 Author: Stefan Roese <sr@denx.de>
7107 Date:   Tue Jun 9 11:50:05 2009 +0200
7108
7109     mcp512x: Add macros for SCFR LPC divisor access
7110
7111     Thos macros will be used by the esd mecp5123 board.
7112
7113     Signed-off-by: Stefan Roese <sr@denx.de>
7114
7115 commit c60dc8527dbb2a1318c03bc18bdebcfbd0164551
7116 Author: Stefan Roese <sr@denx.de>
7117 Date:   Mon Jun 8 09:38:07 2009 +0200
7118
7119     mpc512x: Fix problem with I2C access before relocation
7120
7121     This is needed for the upcoming esd MECP5123 board port which uses
7122     I2C EEPROM for environment storage.
7123
7124     Signed-off-by: Stefan Roese <sr@denx.de>
7125     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
7126     Acked-by: Heiko Schocher<hs@denx.de>
7127
7128 commit 58f10460b05e0928d986b15edd4f2e1e99403f7e
7129 Author: Stefan Roese <sr@denx.de>
7130 Date:   Thu Jun 4 13:35:39 2009 +0200
7131
7132     74xx_7xx: CPCI750: Add CPCI adapter/target support
7133
7134     The CPCI750 can be built as CPCI host or adapter/target board. This patch
7135     adds support for runtime detection of those variants.
7136
7137     Signed-off-by: Stefan Roese <sr@denx.de>
7138     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
7139
7140 commit ae7a2739d7a0704437376e229bb21940952c55be
7141 Author: Stefan Roese <sr@denx.de>
7142 Date:   Fri Jun 5 05:45:41 2009 +0200
7143
7144     74xx_7xx: CPCI750: Enable access to PCI function > 0
7145
7146     The Marvell bridge 64360 supports serveral PCI functions, not only 0. This
7147     patch enables access to those functions.
7148
7149     Signed-off-by: Stefan Roese <sr@denx.de>
7150     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
7151
7152 commit e5b563e9ec54c3f6d702c8fa2b711b4a6150243a
7153 Author: Stefan Roese <sr@denx.de>
7154 Date:   Thu Jun 4 13:35:37 2009 +0200
7155
7156     74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
7157
7158     Signed-off-by: Stefan Roese <sr@denx.de>
7159     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
7160
7161 commit 0e5ef07d0d91bd3d87ebea0534f538561aa974d5
7162 Author: Stefan Roese <sr@denx.de>
7163 Date:   Thu Jun 4 13:35:36 2009 +0200
7164
7165     74xx_7xx: CPCI750: Add loadpci command
7166
7167     This command is used to load/boot an OS-image which is transferred from
7168     the CPCI host to the CPCI target/adapter.
7169
7170     Signed-off-by: Stefan Roese <sr@denx.de>
7171     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
7172
7173 commit 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a
7174 Author: Stefan Roese <sr@denx.de>
7175 Date:   Thu Jun 4 13:35:35 2009 +0200
7176
7177     74xx_7xx: CPCI750: Add commandline editing/history
7178
7179     Signed-off-by: Stefan Roese <sr@denx.de>
7180     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
7181
7182 commit 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724
7183 Author: Stefan Roese <sr@denx.de>
7184 Date:   Thu Jun 4 16:55:34 2009 +0200
7185
7186     UBI: Add compile-time check for correct malloc area configuration
7187
7188     UBI is quite memory greedy and requires at least approx. 512k of malloc
7189     area. This patch adds a compile-time check, so that boards will not
7190     build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN).
7191
7192     Signed-off-by: Stefan Roese <sr@denx.de>
7193
7194 commit 7ce6031afc8671c8b47c6135b3678d43fcd02852
7195 Author: Prafulla Wadaskar <prafulla@marvell.com>
7196 Date:   Mon Apr 6 21:24:43 2009 +0530
7197
7198     sf: new Macronix MX25xx SPI flash driver
7199
7200     Added macronix SF driver for MTD framework
7201     MX25L12805D is supported and tested
7202     TBD: sector erase implementation, other deivces support
7203
7204     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
7205     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7206
7207 commit 2a6cc58869305f346e389eefdfa96dea5146cb0c
7208 Author: Todor I Mollov <tmollov@ucsd.edu>
7209 Date:   Sat Apr 4 07:14:44 2009 -0400
7210
7211     sf: atmel: implement power-of-two write/erase funcs
7212
7213     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
7214     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7215     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7216
7217 commit 4bc6eb79be2a7317425575184324b94e3b43fbc2
7218 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
7219 Date:   Mon May 25 17:23:18 2009 +0530
7220
7221     mpc85xx: 8536ds: Add USB related CONFIGs
7222
7223     This patch adds CONFIGs for enabling USB in mpc8536ds and also
7224     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
7225     Copyright.
7226
7227     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
7228     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7229
7230 commit 6823e9b01290977c4d9c90381459c01f66e12e79
7231 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
7232 Date:   Mon May 25 17:23:17 2009 +0530
7233
7234     mpc83xx: 8315erdb: Add USB related CONFIGs
7235
7236     This patch adds CONFIGs for enabling USB in mpc8315erdb and also
7237     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
7238     Copyright.
7239
7240     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
7241     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7242
7243 commit a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8
7244 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
7245 Date:   Thu May 21 17:32:48 2009 +0530
7246
7247     mpc85xx: USB: Add support
7248
7249     The following patch adds 85xx-specific USB support and also
7250     revamps Copyright in immap_85xx.h
7251
7252     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
7253     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7254
7255 commit 4ef01010aa4799c759d75e67007fdd3a38c88c8a
7256 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
7257 Date:   Mon May 25 17:23:16 2009 +0530
7258
7259     mpc83xx: USB: Reorganized its support
7260
7261     The following patch reorganizes/reworks the USB support for mpc83xx
7262     as under:-
7263
7264       * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to
7265         cpu/mpx83xx/cpu_init.c
7266
7267       * Board specific usb_phy_type is read from the environment
7268
7269       * Adds USB EHCI specific structure in include/usb/ehci-fsl.h
7270
7271       * Copyrights revamped in most of the following files
7272
7273     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
7274     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7275
7276 commit ed90d2c87158e5114b6009fa95bb6417e4b27b3e
7277 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
7278 Date:   Thu May 21 17:32:27 2009 +0530
7279
7280     mpc8xxx: USB: Relocates ehci-fsl.h to include/usb
7281
7282     The following patch moves 8xxx-specifc USB #defines from
7283     drivers/usb/host/ehci-fsl.h to include/usb.
7284
7285     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
7286     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7287
7288 commit cfd39cdf9422d3d25e9b3c058865f4c1f66f34da
7289 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
7290 Date:   Thu May 21 17:32:15 2009 +0530
7291
7292     mpc8xxx: USB: Removed reenablement of its interface
7293
7294     To prepare for the 85xx USB support, which requires interface enablement
7295     only once in (specified) order, no different than instructions for
7296     enabling the interface under 83xx.  It is unknown why the original author
7297     enabled the interface twice (checked for references in errata, etc).
7298
7299     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
7300     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7301
7302 commit 2c7920afaf96d9779304202cd8a355b4f7576a83
7303 Author: Peter Tyser <ptyser@xes-inc.com>
7304 Date:   Fri May 22 17:23:25 2009 -0500
7305
7306     83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
7307
7308     Use the standard lowercase "x" capitalization that other Freescale
7309     architectures use for CPU defines to prevent confusion and errors
7310
7311     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7312     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7313
7314 commit 0f898604945af4543c1525fc33b6bae621a3b805
7315 Author: Peter Tyser <ptyser@xes-inc.com>
7316 Date:   Fri May 22 17:23:24 2009 -0500
7317
7318     83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
7319
7320     Use the standard lowercase "xx" capitalization that other Freescale
7321     architectures use for CPU defines to prevent confusion and errors
7322
7323     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7324     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7325
7326 commit ba4feae90ca71de1681d5808f17e73224d8f03c4
7327 Author: Stefan Roese <sr@denx.de>
7328 Date:   Tue Jun 2 16:53:16 2009 +0200
7329
7330     mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
7331
7332     This patch removes the duplicated code for baudrate generator configuration
7333     in the PSC serial_init() implementation by calling serial_setbrg() instead
7334     of duplicating the code.
7335
7336     Signed-off-by: Stefan Roese <sr@denx.de>
7337
7338 commit b8c1d6a54ff8195488b68e163de8ec31f1603496
7339 Author: Stefan Roese <sr@denx.de>
7340 Date:   Tue Jun 2 16:53:15 2009 +0200
7341
7342     mpc512x: Fix PSC divisor calculation for baudrate setting
7343
7344     The wrong input frequency was used in serial_setbrg(). This patch fixes
7345     this by using ips_clk as input frequency for the PSC baudrate generator.
7346
7347     Signed-off-by: Stefan Roese <sr@denx.de>
7348
7349 commit 52568c3654b2b257016d52167805ae132faac14e
7350 Author: Wolfgang Denk <wd@denx.de>
7351 Date:   Sat May 16 10:47:46 2009 +0200
7352
7353     MPC512x: add support for ARIA board
7354
7355     ARIA is a MPC5121E based COM Express module by Dave/DENX.
7356
7357     Signed-off-by: Wolfgang Denk <wd@denx.de>
7358     Cc: John Rigby <jcrigby@gmail.com>
7359
7360 commit 3b74e7ec58e2cc352b0a396a614065cfeb8d138f
7361 Author: Wolfgang Denk <wd@denx.de>
7362 Date:   Sat May 16 10:47:45 2009 +0200
7363
7364     MPC512x: remove include/mpc512x.h
7365
7366     Move needed definitions (register descriptions etc.) from
7367     include/mpc512x.h  into  include/asm-ppc/immap_512x.h.
7368
7369     Instead of using a #define'd register offset, use a function that
7370     provides the PATA controller's base address.
7371
7372     All the rest of include/mpc512x.h are register offset definitions
7373     which can be eliminated by proper use of C structures.
7374
7375     There are only a few register offsets remaining that are needed in
7376     cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h
7377     which is intended as a temporary workaround only. In a later patch
7378     this file will be removed, too, and then auto-generated from the
7379     respective C structs.
7380
7381     Signed-off-by: Wolfgang Denk <wd@denx.de>
7382     Cc: John Rigby <jcrigby@gmail.com>
7383
7384 commit a927e491b2a326c1e9c4313e3ce4042988422697
7385 Author: Wolfgang Denk <wd@denx.de>
7386 Date:   Sat May 16 10:47:44 2009 +0200
7387
7388     MPC512x FEC: get rid of duplicated struct ethernet_regs
7389
7390     Use existing struct fec512x instead.
7391
7392     Signed-off-by: Wolfgang Denk <wd@denx.de>
7393     Cc: John Rigby <jcrigby@gmail.com>
7394     Acked-by: Ben Warren <biggerbadderben@gmail.com>
7395
7396 commit 843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2
7397 Author: Wolfgang Denk <wd@denx.de>
7398 Date:   Sat May 16 10:47:43 2009 +0200
7399
7400     MPC512x: use I/O accessors instead of pointer accesses
7401
7402     This commit changes the MPC512x code to use I/O accessor calls (i.e.
7403     out_*() and in_*()) instead of using deprecated pointer accesses.
7404
7405     Signed-off-by: Wolfgang Denk <wd@denx.de>
7406     Cc: John Rigby <jcrigby@gmail.com>
7407
7408 commit 19dc7e179268be148e550c36203208c662610d76
7409 Author: Wolfgang Denk <wd@denx.de>
7410 Date:   Sat May 16 10:47:42 2009 +0200
7411
7412     MPC512x: add more hardware description to immap_512x.h
7413
7414     - add GPIO module description
7415     - add Address Latch Timing Register description
7416     - add IO Control Memory Map
7417     - add FEC Memory Map
7418
7419     Also change board/freescale/mpc5121ads/mpc5121ads.c and
7420     cpu/mpc512x/iopin.c as needed.
7421
7422     Signed-off-by: Wolfgang Denk <wd@denx.de>
7423     Cc: John Rigby <jcrigby@gmail.com>
7424
7425 commit 72601d04fdfdd4c7597afcf1f6aab654bd99366c
7426 Author: Wolfgang Denk <wd@denx.de>
7427 Date:   Sat May 16 10:47:41 2009 +0200
7428
7429     Rename ads5121 board into mpc5121ads
7430
7431     We rename the board so we use a consistent name in U-Boot and in
7432     Linux.  Also, we use this opportunity to move the board into the
7433     Freecale vendor directory.
7434
7435     Signed-off-by: Wolfgang Denk <wd@denx.de>
7436     Cc: John Rigby <jcrigby@gmail.com>
7437
7438 commit debf87415579c0f50aab9e0832976d4506babe0f
7439 Author: Wolfgang Denk <wd@denx.de>
7440 Date:   Sat May 16 10:47:40 2009 +0200
7441
7442     cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer type
7443
7444     Signed-off-by: Wolfgang Denk <wd@denx.de>
7445     Cc: John Rigby <jcrigby@gmail.com>
7446
7447 commit 8b251263191ec554967dd1add6237c1ba7f7eb25
7448 Author: Wolfgang Denk <wd@denx.de>
7449 Date:   Sat May 16 10:47:39 2009 +0200
7450
7451     cpu/mpc512x/pci.c: minor coding style cleanup
7452
7453     Get rid of variable declaration in the middle of the code.
7454
7455     Signed-off-by: Wolfgang Denk <wd@denx.de>
7456     Cc: John Rigby <jcrigby@gmail.com>
7457
7458 commit de26ef99bddbce4ed225f93afcf0bee99c3b6f87
7459 Author: Wolfgang Denk <wd@denx.de>
7460 Date:   Sat May 16 10:47:38 2009 +0200
7461
7462     mpc512x: Move common files to share them by several boards
7463
7464     We will soon see several new MPC521x based boards added.  This patch
7465     moves files that are not board specific to a common directory so they
7466     can be shared by all such ports.  It also splits off common IDE code
7467     into a new file, cpu/mpc512x/ide.c .
7468
7469     Signed-off-by: Wolfgang Denk <wd@denx.de>
7470     Cc: John Rigby <jcrigby@gmail.com>
7471
7472 commit 03e069dc0a765d506f78a68319acf33d432e035b
7473 Author: Wolfgang Denk <wd@denx.de>
7474 Date:   Sat May 16 10:47:37 2009 +0200
7475
7476     mpc512x: change cpu/mpc512x/Makefile to use Kconfig style
7477
7478     Signed-off-by: Wolfgang Denk <wd@denx.de>
7479     Cc: John Rigby <jcrigby@gmail.com>
7480
7481 commit a89c33db96a1e55319a286dd4c3c05ca64ac6bfd
7482 Author: Wolfgang Denk <wd@denx.de>
7483 Date:   Sun May 24 17:06:54 2009 +0200
7484
7485     General help message cleanup
7486
7487     Many of the help messages were not really helpful; for example, many
7488     commands that take no arguments would not print a correct synopsis
7489     line, but "No additional help available." which is not exactly wrong,
7490     but not helpful either.
7491
7492     Commit ``Make "usage" messages more helpful.'' changed this
7493     partially. But it also became clear that lots of "Usage" and "Help"
7494     messages (fields "usage" and "help" in struct cmd_tbl_s respective)
7495     were actually redundant.
7496
7497     This patch cleans this up - for example:
7498
7499     Before:
7500         => help dtt
7501         dtt - Digital Thermometer and Thermostat
7502
7503         Usage:
7504         dtt         - Read temperature from digital thermometer and thermostat.
7505
7506     After:
7507         => help dtt
7508         dtt - Read temperature from Digital Thermometer and Thermostat
7509
7510         Usage:
7511         dtt
7512
7513     Signed-off-by: Wolfgang Denk <wd@denx.de>
7514
7515 commit 94796d8544d4248028141bad11c6a74b840e9d6e
7516 Author: Wolfgang Denk <wd@denx.de>
7517 Date:   Sun May 24 19:17:29 2009 +0200
7518
7519     Make "usage" messages more helpful.
7520
7521     In case of incorrect command invocations U-Boot used to print pretty
7522     useless "usage" messages, for example:
7523
7524         => nand markbad
7525         Usage:
7526         nand - NAND sub-system
7527
7528     In the result, the user would have to run the "help" command to get
7529     the (available) information about correct command usage. Change this,
7530     so that this information gets always printed.
7531
7532     Note that this changes the user interface of all commands, but
7533     hopefully to the better.
7534
7535     Signed-off-by: Wolfgang Denk <wd@denx.de>
7536
7537 commit 4c94f6c54bbc4dc5f418da01d8ec01e2adf636be
7538 Author: Mike Frysinger <vapier@gentoo.org>
7539 Date:   Sun May 24 02:26:19 2009 -0400
7540
7541     nvedit: speed up printing of environment
7542
7543     The printing code would check the same environment byte multiple times and
7544     write to the console one byte at a time.  For some devices (such as the
7545     Blackfin JTAG console which operates in 8 bytes at a time), this is pretty
7546     damned slow.  So create a small 16 byte buffer to fill up and send to puts
7547     as needed.  In the process, unify the different print functions, shrink
7548     the resulting code (source and compiled), and avoid excess env reads as
7549     those too can be somewhat expensive depending on the board.
7550
7551     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7552
7553 commit 3112030a430553768de5d30c05bedf8710784452
7554 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7555 Date:   Fri May 22 19:28:52 2009 +0200
7556
7557     config.mk: remove un-needed REMOTE_BUILD check
7558
7559     as $(obj) is empty when in tree build
7560
7561     %.s:        %.S
7562         $(CPP) $(AFLAGS) -o $@ $<
7563
7564     and
7565
7566     $(obj)%.s:  %.S
7567         $(CPP) $(AFLAGS) -o $@ $<
7568
7569     are the same
7570
7571     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7572     Acked-by: Mike Frysinger <vapier@gentoo.org>
7573
7574 commit 651351fe980b20217b014b9a888398f18d77951c
7575 Author: Tom Rix <Tom.Rix@windriver.com>
7576 Date:   Wed May 20 07:55:41 2009 -0500
7577
7578     FAT replace compare_sign with strncmp.
7579
7580     The static function compare_sign is only used to compare the fs_type string
7581     and does not do anything more than what strncmp does.
7582
7583     The addition of the trailing '\0' to fs_type, while legal, is not needed
7584     because the it is never printed out and strncmp does not depend on NULL
7585     terminated strings.
7586
7587     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7588
7589 commit ecb1dc892297d5d99876907328fed732feefeab2
7590 Author: Mike Frysinger <vapier@gentoo.org>
7591 Date:   Wed May 20 04:35:14 2009 -0400
7592
7593     Add support for Linux-like kallsysms
7594
7595     The kernel stores address<->symbol names in it so things can be decoded at
7596     runtime.  Do it in U-Boot, and we get nice symbol decoding when crashing.
7597
7598     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7599
7600 commit 36c9169aa6f79ddf604a3bca64e145654f94888b
7601 Author: Wolfgang Denk <wd@denx.de>
7602 Date:   Sun May 17 16:01:54 2009 +0200
7603
7604     cmd_mtdparts.c: allow to omit definitions for default settings
7605
7606     There is actually no good reason to enforce that all board
7607     configuations must define default settings for "mtdids" and
7608     "mtdparts".  Actually this may be difficult to handle, especially on
7609     boards where different sizes of flash chips can be fit, so there is no
7610     real "default" partition map for all boards.
7611
7612     Lift this arbitrary limitation.
7613
7614     Signed-off-by: Wolfgang Denk <wd@denx.de>
7615
7616 commit 864aa034f3a0e10ce710e8bbda171df3cab59414
7617 Author: Stefan Roese <sr@denx.de>
7618 Date:   Tue May 12 14:31:56 2009 +0200
7619
7620     cmd_mtdparts: Move to common handling of FLASH devices via MTD layer
7621
7622     This patch removes all references to the direct CFI FLASH interface
7623     (via flash_info[]). Now that all FLASH types currently handled in
7624     mtdparts are available (if selected, see below) via the MTD infrastructure.
7625     This is NOR, NAND and OneNAND right now. This can be achieved by defining
7626     the following options:
7627
7628     CONFIG_MTD_DEVICE (for all FLASH types)
7629
7630     plus
7631
7632     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
7633
7634     So we need to add those defines to the board config headers currently
7635     using the mtdparts commands. This is done via another patch, so
7636     we shouldn't break mtdparts compatibility.
7637
7638     One big advantage from this solution is that the cmd_mtdparts.c is
7639     *much* cleaner now. Lot's of #ifdef's are removed and the code itself
7640     is smaller. Additionally the newly added MDT concatenation feature
7641     can new be used via the mtdparts infrastructure and therefor via
7642     UBI etc.
7643
7644     Signed-off-by: Stefan Roese <sr@denx.de>
7645     Cc: Ladislav Michl <ladis@linux-mips.org>
7646     Cc: Scott Wood <scottwood@freescale.com>
7647
7648 commit d558107c18708050f05b6639b2192efb67c905dc
7649 Author: Stefan Roese <sr@denx.de>
7650 Date:   Tue May 12 14:31:18 2009 +0200
7651
7652     mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o
7653
7654     This new define enables mtdcore.c compilation and with this we can
7655     select the MTD device infrastructure needed for the reworked mtdparts
7656     command.
7657
7658     We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and
7659     CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above)
7660     for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI.
7661
7662     Signed-off-by: Stefan Roese <sr@denx.de>
7663     Cc: Scott Wood <scottwood@freescale.com>
7664
7665 commit 942556a92a8c1eb1bd76584a5143f6f57dcb25ad
7666 Author: Stefan Roese <sr@denx.de>
7667 Date:   Tue May 12 14:32:58 2009 +0200
7668
7669     mtd: MTD related config header changes (mtdparts command)
7670
7671     By changing the cmd_mtdparts to only use the MTD infrastructure and
7672     not the direct interface to the CFI NOR FLASH driver we now need
7673     to add the MTD infrastructure to all boards using those mtdparts
7674     commands. This patch adds those components:
7675
7676     CONFIG_MTD_DEVICE (for all FLASH types)
7677
7678     plus
7679
7680     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
7681
7682     To all board maintainers: Please test this on your platforms and
7683     report any problems/issues found. Thanks.
7684
7685     Signed-off-by: Stefan Roese <sr@denx.de>
7686     Cc: Wolfgang Denk <wd@denx.de>
7687     Cc: Ron Madrid <info@sheldoninst.com>
7688     Cc: Georg Schardt <schardt@team-ctech.de>
7689     Cc: Michal Simek <monstr@monstr.eu>
7690     Cc: Ladislav Michl <ladis@linux-mips.org>
7691     Cc: Martin Krause <martin.krause@tqs.de>
7692     Cc: Gary Jennejohn <garyj@denx.de>
7693     Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
7694
7695 commit 8d2effea23e938631126a7888008a0637e13b389
7696 Author: Stefan Roese <sr@denx.de>
7697 Date:   Mon May 11 16:03:55 2009 +0200
7698
7699     mtd: Update MTD infrastructure to support 64bit device size
7700
7701     This patch brings the U-Boot MTD infrastructure in sync with the current
7702     Linux MTD version (2.6.30-rc3). Biggest change is the 64bit device size
7703     support and a resync of the mtdpart.c file which has seen multiple fixes
7704     meanwhile.
7705
7706     Signed-off-by: Stefan Roese <sr@denx.de>
7707     Cc: Scott Wood <scottwood@freescale.com>
7708     Cc: Kyungmin Park <kmpark@infradead.org>
7709
7710 commit 0a57265533c412adf6024f4b4955141f4346b2b9
7711 Author: Stefan Roese <sr@denx.de>
7712 Date:   Tue May 12 14:29:39 2009 +0200
7713
7714     mtd: Add MTD concat support to concatenate multiple MTD NOR devices
7715
7716     This patch adds concatenation support to the U-Boot MTD infrastructure.
7717     By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate
7718     all found NOR devices into one single MTD device. This can be used by
7719     e.g by UBI to access a partition that spans over multiple NOR chips.
7720
7721     Signed-off-by: Stefan Roese <sr@denx.de>
7722
7723 commit 55e0ed6078b10b0d425b6a0677f38a015c277df6
7724 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7725 Date:   Sat Apr 25 14:57:52 2009 +0200
7726
7727     make MODEM SUPPORT generic instead of duplicate it
7728
7729     and fix comment
7730
7731     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7732
7733     Adjusted Copyright message.
7734
7735     Signed-off-by: Wolfgang Denk <wd@denx.de>
7736
7737 commit a30f519bd0cde78ba46b424314de94fdab863726
7738 Author: Tom Rix <Tom.Rix@windriver.com>
7739 Date:   Tue Jun 2 20:53:56 2009 -0500
7740
7741     ZOOM2 detect the version of the zoom2 board at runtime.
7742
7743     There are currently 3 versions of the zoom2 board.
7744     The production board, that is currently being released.
7745     The beta board, similar in form to the production board but not released.
7746     The alpha board, a set of PCBs with a very limited circulation.
7747
7748     GPIO 94 is used to determine the version of the board. If GPIO 94 is clear,
7749     the board is a production board, otherwise it is a beta board.
7750
7751     The alpha board will likely be mistaken for a beta board.  An alpha board
7752     was unavailible for testing.
7753
7754     This has been tested on the beta and production boards.
7755
7756     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7757     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7758
7759 commit 718763c4745fd3d987a5576d2a67325e9444f9d4
7760 Author: Tom Rix <Tom.Rix@windriver.com>
7761 Date:   Wed Jun 3 01:53:57 2009 -0500
7762
7763     Beagle Convert the board version detection to use the OMAP3 GPIO interface.
7764
7765     There is no new functionality in the change.
7766
7767     This change is a conversion from the using raw register access to using
7768     the OMAP3 GPIO API described in doc/README.omap3.
7769
7770     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7771     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
7772
7773 commit 7caa13fdd2d3dc957b4e0a228810a3a4a8ba499b
7774 Author: Tom Rix <Tom.Rix@windriver.com>
7775 Date:   Wed Jun 3 01:53:55 2009 -0500
7776
7777     Fix a typo in the instructions on using omap3's gpio interface.
7778
7779     Using the example for reading a gpio, shows the problem.
7780     NULL should be the gpio number.
7781
7782     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7783     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
7784
7785 commit 0c9520efd651ce13451654a35307ec87d4a13a69
7786 Author: Tom Rix <Tom.Rix@windriver.com>
7787 Date:   Fri May 29 18:57:32 2009 -0500
7788
7789     ZOOM2 Define GPIO banks used.
7790
7791     Enable the function and interface clocks for banks 2,3,5 and 6.
7792
7793     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7794     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
7795
7796 commit 708cfb74b7c6df9c37d3c48988a154be79daefeb
7797 Author: Tom Rix <Tom.Rix@windriver.com>
7798 Date:   Fri May 29 18:57:31 2009 -0500
7799
7800     OMAP3 Turn on the GPIO bank clocks
7801
7802     The function and interface clocks for each GPIO bank, except the first, must
7803     be explicitly turned on.  These are controlled by the config level defines
7804     CONFIG_OMAP3_GPIO_n where n is from 2 to 6.
7805
7806     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7807     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
7808
7809 commit 59272620c24549b5bcd03c94ba12ec302c1476a2
7810 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7811 Date:   Thu Mar 26 15:26:01 2009 -0400
7812
7813     Coldfire M5271: Activate u-boot system timer interrupt.
7814
7815     This patch assigns the u-boot system timer interrupt to
7816     interrupt level 3, priority 6. Without this patch the interrupt
7817     will be a level 0, priority 0, which disables it and cause
7818     u-boot functions that relies on the timer (e.g. sleep command)
7819     to never return.
7820
7821     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7822
7823 commit dc26965ad3acdfb18780361d77a276b2843a90af
7824 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7825 Date:   Mon Mar 23 13:35:48 2009 -0400
7826
7827     Compier warning cleanup
7828
7829     Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456
7830
7831     Cleanup on compiler warnings on unused variables now that
7832     bd->bi_enetaddr is no longer used.
7833
7834     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7835
7836 commit 42a83765d54f042b4079e05a3438789542429981
7837 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7838 Date:   Fri Mar 20 15:30:10 2009 -0400
7839
7840     Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.
7841
7842     Ported from lib_ppc/interrupts.c, this adds the ability for
7843     the coldfire system timer to auto-reset the watchdog when
7844     dtimer_interrupts is called.
7845
7846     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7847
7848 commit a24d96e40e1ca66dde6e6c158e7ecffafc5a2199
7849 Author: Prafulla Wadaskar <prafulla@marvell.com>
7850 Date:   Sun May 31 14:53:20 2009 +0200
7851
7852     arch_misc_init support for ARM architectures
7853
7854     This patch is required for Kirkwood support
7855     may be used by other ARM architectures
7856
7857     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
7858
7859 commit b2403589b4d9996394bafc73eca3623f43ac2c31
7860 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7861 Date:   Sun May 31 14:53:18 2009 +0200
7862
7863     at91: move cpu info print to cpu
7864
7865     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7866
7867 commit b32e189079fa16e1b647ac6b949fd4e0a9435343
7868 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7869 Date:   Sun May 31 12:44:46 2009 +0200
7870
7871     at91: move cpu name define to arm/arch/ cpu header
7872
7873     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7874
7875 commit 5bb59b3c906ee01adfaac9565443e5236a793079
7876 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7877 Date:   Sun May 31 12:44:45 2009 +0200
7878
7879     at91: extract reset from timer
7880
7881     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7882
7883 commit 61cf851b09cf8b67009ec11fc47c16add6b142a5
7884 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7885 Date:   Sun May 31 12:44:43 2009 +0200
7886
7887     omap24xx: rename reset file
7888
7889     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7890
7891 commit 9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32
7892 Author: Dirk Behme <dirk.behme@googlemail.com>
7893 Date:   Sun May 31 12:44:42 2009 +0200
7894
7895     OMAP3: Fix CKE1 MUX setting to allow self-refresh
7896
7897     The Beagle rev Cx and Overo boards are using both SDRC CSes. The MUX
7898     setting is needed for the second CS clock signal to allow the 2 RAM
7899     parts to be put in self-refresh correctly. This also works on rev B
7900     Beagle boards with 128M of RAM.
7901
7902     From: Steve Sakoman <steve@sakoman.com>
7903     From: Jean Pihet <jpihet@mvista.com>
7904     Signed-off-by: Jean Pihet <jpihet@mvista.com>
7905     Signed-off-by: Steve Sakoman <steve@sakoman.com>
7906     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7907
7908 commit 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a
7909 Author: Dirk Behme <dirk.behme@googlemail.com>
7910 Date:   Sun May 31 12:44:41 2009 +0200
7911
7912     OMAP3: Zoom2: Enable Board and CPU info
7913
7914     With other OMAP3 boards we recently switched to CPU and Board
7915     info API. From parallel merge, this is missing for Zoom2.
7916     Enable it for Zoom2, too.
7917
7918     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7919     Acked-by: Tom Rix <Tom.Rix@windriver.com>
7920
7921 commit 83ae698ff26b81b569ca32f7f2b008ad0da15e66
7922 Author: Tom Rix <Tom.Rix@windriver.com>
7923 Date:   Sun May 31 12:44:39 2009 +0200
7924
7925     ZOOM2 Add led support.
7926
7927     This patch controls the large LED on the top left of the zoom2.
7928
7929     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7930
7931 commit 660888b7fb8840ce169dcd2589e49ab44c46b87b
7932 Author: Tom Rix <Tom.Rix@windriver.com>
7933 Date:   Sun May 31 12:44:37 2009 +0200
7934
7935     ZOOM2 Add serial support.
7936
7937     Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
7938     The default serial is from the USB connector on left side of the debug board.
7939     The USB connector will produce 2 of the 4 UARTS.  On your host pick the first
7940     enumeration.
7941
7942     The details of the setting of the serial gpmc setup are not available.
7943     The values were provided by another party.
7944
7945     The serial port set up is the same with Zoom1.
7946     Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow.
7947
7948     The kernel bootargs are
7949     console=ttyS3,115200n8
7950
7951     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
7952
7953 commit 3ea201b016ab259a5ac8824af767569522768c47
7954 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7955 Date:   Sun May 31 12:44:27 2009 +0200
7956
7957     lh7a40x: move serial driver to drivers/serial
7958
7959     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7960
7961 commit 379be585eb2343d8814a5cee5fb3da930d846bee
7962 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7963 Date:   Sat May 16 22:48:46 2009 +0200
7964
7965     pxa: move serial driver to drivers/serial
7966
7967     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7968
7969 commit ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1
7970 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7971 Date:   Sat May 9 13:21:19 2009 +0200
7972
7973     arm: remove cpu_init
7974
7975     move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it
7976
7977     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7978
7979 commit c358d9c3f16571e8f825e81b75eaf32e228cb669
7980 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7981 Date:   Sat May 9 13:21:18 2009 +0200
7982
7983     arm: unify interrupt init
7984
7985     all arm init the IRQ stack the same way
7986     so unify it in lib_arm/interrupts.c and then call arch specific interrupt init
7987
7988     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7989
7990 commit 10a451cd57cffbca875c97bbd8929059c5627ec6
7991 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7992 Date:   Fri May 8 20:24:12 2009 +0200
7993
7994     arm: unify linker script
7995
7996     all arm boards except a few use the same cpu linker script
7997     so move it to cpu/$(CPU)
7998
7999     that could be overwrite in following order
8000     SOC
8001     BOARD
8002     via the corresponding config.mk
8003
8004     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8005
8006 commit 9475c63c7855edd863c93a9bb0f4b8e240d9d212
8007 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8008 Date:   Sat May 16 10:02:05 2009 +0200
8009
8010     afeb9260: fix macb device init
8011
8012     uses PA10, PA11 for ETX2 and ETX3.
8013
8014     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8015
8016 commit 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7
8017 Author: Stefan Roese <sr@denx.de>
8018 Date:   Wed May 27 10:34:32 2009 +0200
8019
8020     ppc4xx: Remove PCI async bootup message if PCI is not used
8021
8022     Signed-off-by: Stefan Roese <sr@denx.de>
8023
8024 commit a3455c00510c5abf1e91743c4a02d8393b6df18d
8025 Author: Wolfgang Denk <wd@denx.de>
8026 Date:   Fri May 15 09:19:52 2009 +0200
8027
8028     TQM834x: use buffered writes to accelerate writing to flash
8029
8030     Also enable display of 'E'mpty sectors in "flinfo" output.
8031
8032     Signed-off-by: Wolfgang Denk <wd@denx.de>
8033     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8034
8035 commit 4681e673a51c48f4c096aa3c8fae5e6217ffd58d
8036 Author: Wolfgang Denk <wd@denx.de>
8037 Date:   Thu May 14 23:18:34 2009 +0200
8038
8039     TQM834x: add FDT support
8040
8041     Signed-off-by: Wolfgang Denk <wd@denx.de>
8042     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8043
8044 commit 929b79a0b5e48303ab04aae9d0abceb0c707f111
8045 Author: Wolfgang Denk <wd@denx.de>
8046 Date:   Thu May 14 23:18:33 2009 +0200
8047
8048     TQM834x: fix environment size; add redundant env.
8049
8050     Also reserve more space for U-Boot as it will probably grow soon.
8051
8052     Signed-off-by: Wolfgang Denk <wd@denx.de>
8053     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8054
8055 commit 2ae0f35fd60c7345446835b95a4daff356e1f031
8056 Author: Thomas Lange <thomas@corelatus.se>
8057 Date:   Sun May 3 20:07:33 2009 +0200
8058
8059     ARM DaVinci: Reset with watchdog enabled
8060
8061     Once the Davinci watchdog has been enabled, the timeout
8062     value cannot be changed. If the timeout in use is long,
8063     it can take a long time for card to reset. By writing
8064     an invalid service key, we can trigger an immediate reset.
8065
8066     Signed-off-by: Thomas Lange <thomas@corelatus.se>
8067
8068 commit 6cc7ba9ed43106946aa9aa868302aa2faf1d17be
8069 Author: Wolfgang Denk <wd@denx.de>
8070 Date:   Fri May 15 10:07:43 2009 +0200
8071
8072     video: Add an option to skip video initialization
8073
8074     This patch adds an option to skip the video initialization on for all
8075     video drivers. This is needed for the CPCI750 which can be built as
8076     CPCI host and adapter/target board. And the adapter board can't
8077     access the video cards located on the CompactPCI bus.
8078
8079     Signed-off-by: Stefan Roese <sr@denx.de>
8080     Cc: Anatolij Gustschin <agust@denx.de>
8081
8082     Rebased against simplifying patch.
8083     Signed-off-by: Wolfgang Denk <wd@denx.de>
8084
8085 commit f62f64692ff7f6226ad221d5df6487ea5ef39bdd
8086 Author: Wolfgang Denk <wd@denx.de>
8087 Date:   Fri May 15 10:07:42 2009 +0200
8088
8089     drv_video_init(): simplify logic
8090
8091     Simplify nesting of drv_video_init() and use a consistent way of
8092     indicating failure / success. Before, it took me some time to realize
8093     which of the returns was due to an error condition and which of them
8094     indicated success.
8095
8096     Signed-off-by: Wolfgang Denk <wd@denx.de>
8097     Cc: Anatolij Gustschin <agust@denx.de>
8098
8099 commit 1699da6297b8c22da16cf85b3c79192f1a6d70ca
8100 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8101 Date:   Wed May 13 21:01:13 2009 +0200
8102
8103     at91: regroup IP hw init in one file per soc
8104
8105     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8106
8107 commit 28b00324becf3552134ae1e086509dc9c3d6e932
8108 Author: David Brownell <dbrownell@users.sourceforge.net>
8109 Date:   Fri May 15 23:48:37 2009 +0200
8110
8111     dm355 evm support
8112
8113     Initial U-Boot support for the DaVinci DM355 EVM.  This is a board
8114     from Spectrum Digital.  Board docs include schematic and firmware
8115     for its microcontroller:
8116
8117       http://c6000.spectrumdigital.com/evmdm355/revd/
8118
8119     Most of the DM355 chip is fully documented by TI, the most notable
8120     exception being the MPEG/JPEG coprocessor (programmable using codecs
8121     available at no cost from TI), which is omitted from its DM335 sibling:
8122
8123       http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
8124
8125     This version can boot from the on-board DM9000 Ethernet chip, after
8126     being loaded (from NAND, MMC/SD, or UART).  In the near future, NAND
8127     and USB support could be added ... NAND support is being held back
8128     until the support for the 4-bit ECC hardware is ready.
8129
8130     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
8131
8132 commit 136cf92dc9e84c9a1bf567f1fe741092bf765495
8133 Author: Sanjeev Premi <premi@ti.com>
8134 Date:   Fri May 15 23:48:37 2009 +0200
8135
8136     OMAP3EVM: Set default bootfile
8137
8138     The current configuration doesn't define default
8139     bootfile; leading to this warning at execution:
8140
8141     OMAP3_EVM # dhcp
8142     ...
8143     ...
8144     DHCP client bound to address 192.168.1.11
8145     *** Warning: no boot file name; using 'AC18BE16.img'
8146     TFTP from server 0.0.0.0; our IP address is 192.168.1.11;
8147     sending through gateway 192.168.1.1
8148     Filename 'AC18BE16.img'.
8149     Load address: 0x82000000
8150     Loading: *
8151     TFTP error: 'File not found' (1)
8152
8153     Signed-off-by: Sanjeev Premi <premi@ti.com>
8154
8155 commit 1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5
8156 Author: s-paulraj@ti.com <s-paulraj@ti.com>
8157 Date:   Fri May 15 23:48:36 2009 +0200
8158
8159     ARM DaVinci: Minor Updates to base addresses
8160
8161     Patch adds base addresses for DaVinci DM365. Updated patches for DM365
8162     will be posted soon.
8163
8164     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8165
8166 commit de193e8e369f5f029ed3b6e2fc60341098eea766
8167 Author: Tom Rix <Tom.Rix@windriver.com>
8168 Date:   Fri May 15 23:48:36 2009 +0200
8169
8170     ZOOM2 Add support for debug board detection.
8171
8172     The logicpd web site is a good source for general information on this board.
8173     Please start looking here if the below links are broken.
8174     http://www.logicpd.com
8175
8176     This is a pdf of the product
8177     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
8178
8179     This is a pdf of the product quick start guide.
8180     The debug board is described here.
8181     http://support.logicpd.com/downloads/1165/
8182
8183     This is a wiki showing the debug board in use
8184     https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP
8185
8186     The zoom2 has an auxillary board that contains the serial, net, jtag and
8187     battery simulator.  This change supports a runtime check if the debug board is
8188     connected.
8189
8190     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8191
8192 commit 0c872ecd01d6782ae9d37b6eb721404a4a48f356
8193 Author: Tom Rix <Tom.Rix@windriver.com>
8194 Date:   Fri May 15 23:48:36 2009 +0200
8195
8196     OMAP3 Port kernel omap gpio interface.
8197
8198     Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot.
8199     The orignal source is in linux/arch/arm/plat-omap/gpio.c
8200
8201     See doc/README.omap3 for instructions on use.
8202
8203     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8204
8205 commit 376aee78dd66ae0dc4ce496cbe93ecc80aaad48e
8206 Author: Tom Rix <Tom.Rix@windriver.com>
8207 Date:   Fri May 15 23:48:36 2009 +0200
8208
8209     ZOOM2 Add initial support for Zoom2
8210
8211     Zoom2 is a new board from Texas Instruments and LogicPD
8212
8213     The logicpd web site is a good source for general information on this board.
8214     Please start looking here if the below links are broken.
8215     http://www.logicpd.com
8216
8217     This is a pdf of the product
8218     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
8219     This is the product description web page
8220     http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp
8221
8222     This patch provides a zoom2 base target by copying zoom1 and by making some
8223     obvious changes.
8224
8225     To configure, run
8226     make omap3_zoom2_config
8227
8228     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8229
8230 commit 53925acf1b5c1a1e6230cda2697640cd05bd1104
8231 Author: Sandeep Paulraj <s-paulraj@ti.com>
8232 Date:   Fri May 15 23:48:33 2009 +0200
8233
8234     ARM DaVinci:Consolidate common u-boot.lds
8235
8236     The u-boot.lds is common for all DaVinci boards. The patch removes
8237     multiple instances and moves the u-boot.lds to /cpu/arm926ejs/davinci
8238     folder. This addresses one of the comments i received while submitting
8239     patches for DM3xx
8240
8241     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8242
8243 commit 68a531fd465f5c0b3d373e0010afed32e88d37c4
8244 Author: Tom Rix <Tom.Rix@windriver.com>
8245 Date:   Fri May 15 23:47:52 2009 +0200
8246
8247     OMAP Consolidate common u-boot.lds to cpu layer.
8248
8249     The u-boot.lds file is common for all omap boards.
8250     Move a cleaned up version to the cpu layer and add makefile logic to use it.
8251
8252     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8253
8254 commit 65a76d4f947a193e57bb8f8093c481f27e059f8f
8255 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8256 Date:   Fri May 15 23:47:14 2009 +0200
8257
8258     arm/dcc: add xscale support
8259
8260     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8261
8262 commit 66e8f9da6879fe37f3159b3997bff874842dc51d
8263 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8264 Date:   Fri May 15 23:47:14 2009 +0200
8265
8266     arm/dcc: use static support to allow to use it at anytime
8267
8268     the dcc can be used at the start of the cpu
8269
8270     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8271
8272 commit 7893aa1eb6f52c3957efc301b436f1fa11e91a00
8273 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8274 Date:   Fri May 15 23:47:13 2009 +0200
8275
8276     ARM: Update mach-types
8277
8278     update against linux v2.6.29
8279
8280     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8281
8282 commit 2907798926ee932f453ac8538e7a6c05c18428a5
8283 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8284 Date:   Fri May 15 23:47:13 2009 +0200
8285
8286     arm920/926/926: remove non needed header
8287
8288     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8289
8290 commit 269dfea017b09c5a999d3053d00505c19789c350
8291 Author: David Brownell <david-b@pacbell.net>
8292 Date:   Fri May 15 23:47:13 2009 +0200
8293
8294     davinci dm6446evm NAND update
8295
8296     This updates the optional (non-default!) NAND support for the
8297     DaVinci DM6446 EVM:
8298
8299      - include MTD partitioning, defaulting to what Linux uses
8300
8301      - use a flash-based BBT, which among other things speeds bootup
8302
8303     This matches code that's now queued for mainline Linux, and might
8304     even merge in an upcoming 2.6.30-rc; and the MTIDS are set up so
8305     that the U-Boot $mtdparts environment variable can be passed as-is
8306     on the kernel command line as a cmdlinepart override.
8307
8308     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
8309
8310 commit 7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc
8311 Author: David Brownell <dbrownell@users.sourceforge.net>
8312 Date:   Fri May 15 23:47:12 2009 +0200
8313
8314     davinci: display correct clock info
8315
8316     Move the clock-rate dumping code into the cpu/.../davinci area
8317     where it should have been, enabled by CONFIG_DISPLAY_CPUINFO,
8318     updating the format and showing the DSP clock (where relevant).
8319
8320     Switch boards to use the cpuinfo() hook for this stuff.
8321
8322     Remove a few now-obsolete PLL #defines.
8323
8324     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
8325
8326 commit daea928829098cae3c9ec6b801e52ba616725034
8327 Author: Tom Rix <Tom.Rix@windriver.com>
8328 Date:   Fri May 15 23:47:12 2009 +0200
8329
8330     ZOOM1 Remove more legacy NAND defines.
8331
8332     These legacy NAND defines are no longer needed by this target.
8333
8334     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8335
8336 commit 65fd21c80fcaca2bbfe3ab06ab6ac68207408078
8337 Author: Tom Rix <Tom.Rix@windriver.com>
8338 Date:   Fri May 15 23:47:12 2009 +0200
8339
8340     LED Add documentation describing the status_led and colour led API.
8341
8342     This document describes the u-boot status LED API.
8343     This allows common u-boot commands to use a board's leds to
8344     provide status for activities like booting and downloading files.
8345
8346     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8347
8348 commit 7cdf804f34378b910b4c4edd2dac7e3ca61c0825
8349 Author: Tom Rix <Tom.Rix@windriver.com>
8350 Date:   Fri May 15 23:47:12 2009 +0200
8351
8352     ARM Add blue colour LED to status_led.
8353
8354     There is exiting support for red,yellow,green but no blue.
8355     The main LED on the zoom2 is a blue LED.
8356
8357     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8358
8359 commit b54384e3ba6b5535751f317fcd3940a53eed0d3a
8360 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8361 Date:   Fri May 15 23:47:02 2009 +0200
8362
8363     arm: timer and interrupt init rework
8364
8365     actually the timer init use the interrupt_init as init callback
8366     which make the interrupt and timer implementation difficult to follow
8367
8368     so now rename it as int timer_init(void) and use interrupt_init for interrupt
8369
8370     btw also remane the corresponding file to the functionnality implemented
8371
8372     as ixp arch implement two timer - one based on interrupt - so all the timer
8373     related code is moved to timer.c
8374
8375     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8376
8377 commit 5b4bebe1d20c4f2b70d48b06aed1016785efcc25
8378 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8379 Date:   Fri May 15 23:45:22 2009 +0200
8380
8381     OMAP3: Reorganize Makefile style
8382
8383     Reformat COBJS handling.
8384
8385     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8386     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8387
8388 commit b1966982718347f67317b3fb356439743ca68a37
8389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8390 Date:   Fri May 15 23:45:22 2009 +0200
8391
8392     OMAP3: Remove dublicated interrupt code
8393
8394     Remove duplicated interrupt code. Original, identical code can be found
8395     in lib_arm/interrupts.c
8396
8397     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8398     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8399
8400 commit ac7260a4190315eba4a6e526c764f6cad0bbf8c5
8401 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8402 Date:   Fri May 15 23:45:22 2009 +0200
8403
8404     at91rm9200: move reset code to reset.c
8405
8406     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8407
8408 commit 2c75c78d94574ee996db2aa9b511258519471dd6
8409 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8410 Date:   Fri May 15 23:45:22 2009 +0200
8411
8412     ixp/interrupts: Move conditional compilation to Makefile
8413
8414     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8415
8416 commit 8fc3bb4b0603516ad641e2de252a400b85fd869b
8417 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8418 Date:   Fri May 15 23:45:20 2009 +0200
8419
8420     arm: cleanup remaining CONFIG_INIT_CRITICAL
8421
8422     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8423
8424 commit c20e28f49aaf38c7dede46d8f8fe8234fe90822c
8425 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8426 Date:   Fri May 15 23:45:12 2009 +0200
8427
8428     arm946es: remove non used timer
8429
8430     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8431
8432 commit f1d944e30eb8ff89080fa03fb98d8fb5c82388d2
8433 Author: David Brownell <dbrownell@users.sourceforge.net>
8434 Date:   Fri May 15 23:44:09 2009 +0200
8435
8436     davinci: add basic dm355/dm350/dm335 support
8437
8438     Add some basic declarations for DaVinci DM355/DM350/DM335 support,
8439     keyed on CONFIG_SOC_DM355.  (DM35X isn't quite right because the
8440     DM357 is very different; while the DM355 is like a DM355 without
8441     the MPEG/JPEG coprocessor).
8442
8443     These have different peripherals than the DM6446, and some of
8444     the peripherals are at different addresses.  Notably for U-Boot,
8445     there's no EMAC, and the NAND controller address is different
8446
8447     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
8448
8449 commit bd36fdc146654f9de4e2ad346126e6bd2990fb19
8450 Author: David Brownell <dbrownell@users.sourceforge.net>
8451 Date:   Fri May 15 23:44:09 2009 +0200
8452
8453     davinci: fix dm644x buglets
8454
8455     Fix two buglets in the dm644x support:  don't set two must-be-zero
8456     bits in the UART management register; and only include the I2C hooks
8457     if the I2C driver is being included.
8458
8459     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
8460
8461 commit f79043681ff44bae435c06f830e51e1546db7e19
8462 Author: David Brownell <dbrownell@users.sourceforge.net>
8463 Date:   Fri May 15 23:44:08 2009 +0200
8464
8465     davinci: split out some dm644x-specific bits from psc
8466
8467     Split out DaVinci DM6446-specific bits from more generic bits:
8468
8469      - Add a CONFIG_SOC_DM644X.  All current boards use DM6446 chips;
8470        DM6443 and DM6441 chips differ in available peripherals.
8471
8472      - Move most DM644X-specific bits from psc.c to a new dm644x.c file,
8473        which is conditionally built.  It provides device-specific setup.
8474
8475     Plus minor coding style and comment updates with respect to the PSC.
8476
8477     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
8478
8479 commit 48ef5729555f41f51618b6a3016ac5c53c7c75dc
8480 Author: David Brownell <dbrownell@users.sourceforge.net>
8481 Date:   Fri May 15 23:44:08 2009 +0200
8482
8483     davinci: cpu-specific build uses conditional make syntax
8484
8485     Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax.
8486     Add the first conditional: for EMAC driver support.  Not all
8487     chips have an EMAC; and boards might not use it, anyway.
8488
8489     This doesn't touch PHY configuration; that should eventually
8490     become conditional too.
8491
8492     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
8493
8494 commit 7b7808ae6dace59287f565e9323cda7b098a5612
8495 Author: David Brownell <dbrownell@users.sourceforge.net>
8496 Date:   Fri May 15 23:44:06 2009 +0200
8497
8498     davinci: move psc support board-->cpu
8499
8500     Move DaVinci PSC support from board/* to cpu/* where it belongs.
8501     The PSC module manages clocks and resets for all DaVinci-family
8502     SoCs, and isn't at all board-specific.
8503
8504     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
8505
8506 commit 84f7411cb901b8df2391cf7e967ad0737f6194aa
8507 Author: David Brownell <david-b@pacbell.net>
8508 Date:   Tue Apr 14 08:52:58 2009 -0700
8509
8510     DaVinci now respects SKIP_LOWLEVEL_INIT
8511
8512     Don't needlessly include lowlevel init code; that's only really
8513     needed with boot-from NOR (not boot-from-NAND).  The 2nd stage
8514     loader (UBL) handles that before it loads U-Boot.
8515
8516     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
8517
8518 commit 641e0925e4bf7adf8e2e04e3ad81b840fd71cadd
8519 Author: David Brownell <dbrownell@users.sourceforge.net>
8520 Date:   Sun Apr 12 22:49:26 2009 -0700
8521
8522     DaVinci Ethernet cleanup
8523
8524     Chips without the EMAC controller won't need the utilities
8525     it uses to read an Ethernet address from EEPROM; so don't
8526     include them needlessly.
8527
8528     Use is_valid_ether() to validate the address from EEPROM.
8529     All-zero addresses aren't the only invalid addresses.
8530     A fully erased EEPROM returns all-ones, also invalid...
8531
8532     Switch those Ethernet utilities to use "%pM" for printing
8533     MAC addresses; and not say ROM when they mean EEPROM.
8534
8535     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
8536     Acked-by: Ben Warren <biggerbadderben@gmail.com>
8537
8538 commit c790b04d230363d03939dc008bcc80f3ba4de1ae
8539 Author: Stefan Roese <sr@denx.de>
8540 Date:   Mon May 11 15:50:12 2009 +0200
8541
8542     lib_arch/board.c: Move malloc initialization before flash_init()
8543
8544     This patch moves the malloc initialization before calling flash_init().
8545     Upcoming changes to the NOR FLASH common CFI driver with optional
8546     MTD infrastructure and MTD concatenation support will call malloc().
8547     And nothing really speaks against enabling malloc just a little earlier
8548     in the boot stage. Some architectures already enable malloc before
8549     calling flash_init() so they don't need any changes here.
8550
8551     Signed-off-by: Stefan Roese <sr@denx.de>
8552     Cc: Wolfgang Denk <wd@denx.de>
8553     Cc: Mike Frysinger <vapier@gentoo.org>
8554     Cc: Scott McNutt <smcnutt@psyent.com>
8555     Cc: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
8556     Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8557     Cc: Daniel Hellstrom <daniel@gaisler.com>
8558     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8559     Cc: John Rigby <jcrigby@gmail.com>
8560
8561 commit d873133f2ba9bd613d5f6552c31cc70fb13f15d3
8562 Author: Stefan Roese <sr@denx.de>
8563 Date:   Mon May 11 13:46:14 2009 +0200
8564
8565     ppc4xx: Add Sequoia RAM-booting target
8566
8567     This patch adds another build target for the AMCC Sequoia PPC440EPx
8568     eval board. This RAM-booting version is targeted for boards without
8569     NOR FLASH (NAND booting) which need a possibility to initially
8570     program their NAND FLASH. Using a JTAG debugger (e.g. BDI2000/3000)
8571     configured to setup the SDRAM, this debugger can load this RAM-
8572     booting image to the target address in SDRAM (in this case 0x1000000)
8573     and start it there. Then U-Boot's standard NAND commands can be
8574     used to program the NAND FLASH (e.g. "nand write ...").
8575
8576     Here the commands to load and start this image from the BDI2000:
8577
8578     440EPX>reset halt
8579     440EPX>load 0x1000000 /tftpboot/sequoia/u-boot.bin
8580     440EPX>go 0x1000000
8581
8582     Please note that this image automatically scans for an already
8583     initialized SDRAM TLB (detected by EPN=0). This TLB will not be
8584     cleared. This TLB doesn't need to be TLB #0, this RAM-booting
8585     version will detect it and preserve it. So booting via BDI2000
8586     will work and booting with a complete different TLB init via
8587     U-Boot works as well.
8588
8589     Signed-off-by: Stefan Roese <sr@denx.de>
8590
8591 commit 837db3d87f4bfe9261629fb4a1bb433506a3056a
8592 Author: Mike Frysinger <vapier@gentoo.org>
8593 Date:   Wed May 6 08:41:45 2009 -0400
8594
8595     tools/envcrc: add --binary option to export embedded env
8596
8597     The --binary option to envcrc can be used to export the embedded env as a
8598     binary blob so that it can be manipulated/examined/whatever externally.
8599
8600     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8601
8602 commit 18cc7afd9a153a66854af862d14ba01c5496cf07
8603 Author: Ben Warren <biggerbadderben@gmail.com>
8604 Date:   Tue Apr 28 16:50:53 2009 -0700
8605
8606     Enable CONFIG_NET_MULTI on all remaining PPC4xx boards
8607
8608     All in-tree PPC4xx boards now use CONFIG_NET_MULTI
8609
8610     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8611     Signed-off-by: Stefan Roese <sr@denx.de>
8612
8613 commit 70be6c2d40076f14062b892152649f9a62832fc9
8614 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8615 Date:   Wed Apr 29 09:51:01 2009 +0200
8616
8617     4xx: Add support for DP405 hardware variants
8618
8619     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
8620     Signed-off-by: Stefan Roese <sr@denx.de>
8621
8622 commit de47a34d4de1d007a8951efd072283516d580ffa
8623 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8624 Date:   Wed Apr 29 09:51:00 2009 +0200
8625
8626     4xx: Remove binary cpld bitstream from DP405 board
8627
8628     This patch removes the cpld binary bitstream that is
8629     used by esd's cpld command on DP405 boards.
8630
8631     Because u-boot with an external cpld bitstream may not
8632     take more space in flash than before the u-boot binary is
8633     shrinked a little bit. Some unused featues have been
8634     removed therefore.
8635
8636     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
8637     Signed-off-by: Stefan Roese <sr@denx.de>
8638
8639 commit 700d553fd3afe804086de8f73d95153315eb0c32
8640 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8641 Date:   Wed Apr 29 09:50:59 2009 +0200
8642
8643     4xx: Remove binary cpld bitstream from VOM405 board
8644
8645     This patch removes the cpld binary bitstream that is
8646     used by esd's cpld command on VOM405 boards.
8647
8648     Because u-boot with an external cpld bitstream may not
8649     take more space in flash than before the u-boot binary is
8650     shrinked a little bit.
8651
8652     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
8653     Signed-off-by: Stefan Roese <sr@denx.de>
8654
8655 commit 0bb10630364c48d9857cbf5353da609fc4dd6751
8656 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8657 Date:   Wed Apr 29 09:50:58 2009 +0200
8658
8659     4xx: Remove binary cpld bitstream from PMC405 board
8660
8661     This patch removes the cpld binary bitstream that is
8662     used by esd's cpld command on PMC405 boards.
8663
8664     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
8665     Signed-off-by: Stefan Roese <sr@denx.de>
8666
8667 commit 7cc635fb35f5b94e304fa2243d56758f57f6416b
8668 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8669 Date:   Wed Apr 29 09:50:57 2009 +0200
8670
8671     4xx: Remove binary cpld bitstream from CMS700 board
8672
8673     This patch removes the cpld binary bitstream that is
8674     used by esd's cpld command on CMS700 boards.
8675
8676     Because u-boot with an external cpld bitstream may not
8677     take more space in flash than before the u-boot binary is
8678     shrinked a little bit. Some unused featues have been
8679     removed therefore.
8680
8681     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
8682     Signed-off-by: Stefan Roese <sr@denx.de>
8683
8684 commit c1b2f79788deec75773b1d944d8aaf4a6d5baf9e
8685 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8686 Date:   Wed Apr 29 09:50:56 2009 +0200
8687
8688     esd/common: extend cpld command with address parameter
8689
8690     This patch adds support for an address parameter to esd's
8691     cpld command. This is in preparation to remove compiled-in
8692     binary cpld (xsvf) bitstreams.
8693
8694     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
8695     Signed-off-by: Stefan Roese <sr@denx.de>
8696
8697 commit 9166b776350d16460c7330bfb0a50154ea0a1903
8698 Author: Peter Tyser <ptyser@xes-inc.com>
8699 Date:   Sat Apr 18 22:34:06 2009 -0500
8700
8701     cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
8702
8703     When CONFIG_I2C_MUX was defined the output of 'help i2c' was not
8704     correct, eg:
8705
8706     => help i2c
8707     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes.
8708     speed [speed] - show or set I2C bus speed
8709     i2c dev [dev] - show or set current I2C bus
8710     ...
8711
8712     It has been changed to:
8713     i2c speed [speed] - show or set I2C bus speed
8714     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes
8715     i2c dev [dev] - show or set current I2C bus
8716     ...
8717
8718     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8719
8720 commit 0a45a6357b02e5ce5bf899a60db09def6a129fee
8721 Author: Peter Tyser <ptyser@xes-inc.com>
8722 Date:   Sat Apr 18 22:34:05 2009 -0500
8723
8724     cmd_i2c: Clean up trivial helper functions
8725
8726     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8727
8728 commit e96ad5d3aba42f8ffe99f7cc5ec1bb9f21810035
8729 Author: Peter Tyser <ptyser@xes-inc.com>
8730 Date:   Sat Apr 18 22:34:04 2009 -0500
8731
8732     cmd_i2c: Clean up i2c command argument parsing
8733
8734     argc and argv should only be modified once instead of once for
8735     every i2c sub-command
8736
8737     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8738
8739 commit 0f89c54be92773b23d66ac401ba6acb6144100c3
8740 Author: Peter Tyser <ptyser@xes-inc.com>
8741 Date:   Sat Apr 18 22:34:03 2009 -0500
8742
8743     i2c: Update references to individual i2c commands
8744
8745     The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop,
8746     and isdram are no longer available so all references to them have been
8747     updated to the new form of "i2c <cmd>".
8748
8749     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8750
8751 commit d48eb5131d287f52bb85b4c58c8680a2e8e3b641
8752 Author: Peter Tyser <ptyser@xes-inc.com>
8753 Date:   Sat Apr 18 22:34:02 2009 -0500
8754
8755     i2c: Remove deprecated individual i2c commands
8756
8757     The following individual I2C commands have been removed: imd, imm, inm,
8758     imw, icrc32, iprobe, iloop, isdram.
8759
8760     The functionality of the individual commands is still available via
8761     the 'i2c' command.
8762
8763     This change only has an impact on those boards which did not have
8764     CONFIG_I2C_CMD_TREE defined.
8765
8766     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8767
8768 commit 655b34a78adf60ef260981688837904208883ae9
8769 Author: Peter Tyser <ptyser@xes-inc.com>
8770 Date:   Sat Apr 18 22:34:01 2009 -0500
8771
8772     i2c: Create common default i2c_[set|get]_bus_speed() functions
8773
8774     New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions
8775     replace a number of architecture-specific implementations.
8776
8777     Also, providing default functions will allow all boards to enable
8778     CONFIG_I2C_CMD_TREE.  This was previously not possible since the
8779     tree-form of the i2c command provides the ability to display and modify
8780     the i2c bus speed which requires i2c_[set|get]_bus_speed() to be
8781     present.
8782
8783     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8784
8785 commit 8229e9c04f7019ddd76aea05d4dca044cbc9a34a
8786 Author: Peter Tyser <ptyser@xes-inc.com>
8787 Date:   Sat Apr 18 22:34:00 2009 -0500
8788
8789     cm5200: Make function test command names more unique
8790
8791     Add "_test" to cm5200's function test command names to prevent
8792     overlap with common, global function names.  Originally, the
8793     "do_i2c" function test command interfered with
8794     common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined.
8795
8796     The functions were also made static as they are not globally accessed.
8797
8798     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8799
8800 commit f0722ee762e8dada9d7f74ac2745e043f83aae85
8801 Author: Peter Tyser <ptyser@xes-inc.com>
8802 Date:   Fri Apr 24 15:34:09 2009 -0500
8803
8804     tsi108_i2c: Add i2c_init() stub function
8805
8806     Add the i2c_init() function so that the tsi108_i2c.c driver fits
8807     U-Boot's standard I2C API which is utilized by cmd_i2c.c
8808
8809     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8810
8811 commit 8d907e79bc9babb27396e34be54cfdc36ff62fb9
8812 Author: Peter Tyser <ptyser@xes-inc.com>
8813 Date:   Fri Apr 24 15:34:08 2009 -0500
8814
8815     mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define
8816
8817     Add standard CONFIG_SYS_I2C_SPEED define for the mpc7448hpc2 so that
8818     it can use the common 'i2c speed' command.  Note that the I2C controller
8819     utilized by the mpc7448hpc2 has a fixed speed and cannot be changed
8820     dynamically.
8821
8822     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8823
8824 commit a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f
8825 Author: Peter Tyser <ptyser@xes-inc.com>
8826 Date:   Fri Apr 24 15:34:07 2009 -0500
8827
8828     Marvell: i2c cleanup
8829
8830     The following changes were made, primarily to bring the Marvell i2c
8831     driver in line with U-Boot's current I2C API:
8832     - Made i2c_init() globally accessible
8833     - Made i2c_read() and i2c_write() return an integer
8834     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
8835       offhand chance someone adds slave support in the future
8836
8837     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8838
8839 commit 54afc6ee10c8cd09598d814d49e601359b005e49
8840 Author: Peter Tyser <ptyser@xes-inc.com>
8841 Date:   Fri Apr 24 15:34:06 2009 -0500
8842
8843     cpci750: i2c cleanup
8844
8845     The following changes were made, primarily to bring the cpci750 i2c
8846     driver in line with U-Boot's current I2C API:
8847     - Made i2c_init() globally accessible
8848     - Made i2c_read() and i2c_write() return an integer
8849     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
8850       offhand chance someone adds slave support in the future
8851
8852     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8853
8854 commit 9c90a2c8e87414007a016b7cd099ac1e32fd301b
8855 Author: Peter Tyser <ptyser@xes-inc.com>
8856 Date:   Fri Apr 24 15:34:05 2009 -0500
8857
8858     i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value
8859
8860     Many boards/controllers/drivers don't support an I2C slave interface,
8861     however CONFIG_SYS_I2C_SLAVE is used in common code so provide a
8862     default
8863
8864     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8865
8866 commit e7563aff174f77aa61dab1ef5d9b47bebaa43702
8867 Author: Kumar Gala <galak@kernel.crashing.org>
8868 Date:   Thu Jun 11 23:42:35 2009 -0500
8869
8870     fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT
8871
8872     The ddr code computes most things as 64-bit quantities and had some places
8873     in the middle that it was using phy_addr_t and phys_size_t.
8874
8875     Instead we use unsigned long long through out and only at the last stage of
8876     setting the LAWs and reporting the amount of memory to the board code do we
8877     truncate down to what we can cover via phys_size_t.
8878
8879     This has the added benefit that the DDR controller itself is always setup
8880     the same way regardless of how much memory we have.  Its only the LAW
8881     setup that limits what is visible to the system.
8882
8883     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8884
8885 commit d4b130dc80761b430dc5b410159cd158fca1a348
8886 Author: Kumar Gala <galak@kernel.crashing.org>
8887 Date:   Thu Jun 11 23:40:34 2009 -0500
8888
8889     85xx: Use print_size to report amount of memory not mapped by TLBs
8890
8891     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8892
8893 commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e
8894 Author: Haiying Wang <Haiying.Wang@freescale.com>
8895 Date:   Wed May 20 12:30:42 2009 -0400
8896
8897     85xx: Add README for MPC8569MDS
8898
8899     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8900     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8901
8902 commit b2aab386e957ba684d4f2a466bfaa91770e5058a
8903 Author: Haiying Wang <Haiying.Wang@freescale.com>
8904 Date:   Wed May 20 12:30:33 2009 -0400
8905
8906     85xx: Add UART1 support for MPC8569MDS
8907
8908     MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
8909     those pins before using UART1.
8910
8911     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8912     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8913
8914 commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719
8915 Author: Haiying Wang <Haiying.Wang@freescale.com>
8916 Date:   Wed May 20 12:30:32 2009 -0400
8917
8918     85xx: Add PIB support at CS4/CS5 for MPC8569MDS
8919
8920     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8921     Signed-off-by: Yu Liu <Yu.Liu@freescale.com>
8922     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8923
8924 commit fb27949059f1bc84381a6216a819090f0cdbaa70
8925 Author: Haiying Wang <Haiying.Wang@freescale.com>
8926 Date:   Thu Jun 4 16:12:39 2009 -0400
8927
8928     85xx: Fix some settings for MPC8569MDS board
8929
8930     - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for
8931     malloc to support up to eight Ethernet interfaces.
8932     - Move Environment address out of uboot thus the saved environment variables
8933     will not be erased after u-boot is re-programmed.
8934
8935     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8936     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8937
8938 commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d
8939 Author: Haiying Wang <Haiying.Wang@freescale.com>
8940 Date:   Wed May 20 12:30:30 2009 -0400
8941
8942     85xx: Fix MURAM size for MPC8569
8943
8944     MPC8569 has 128K bytes MURAM.
8945
8946     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8947     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8948
8949 commit a53c997dd7fc858f2a27f5a47b200567b9343ae5
8950 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8951 Date:   Fri May 22 20:23:51 2009 +0200
8952
8953     at91/cpu.c: add missing Copyright & GPL header
8954
8955     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8956
8957 commit aa446a591aca46ef2b53cc6598ea8091feb45444
8958 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8959 Date:   Sun Jun 7 21:45:16 2009 +0900
8960
8961     apollon: Fix a OBJCFLAGS typo
8962
8963     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
8964
8965 commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002
8966 Author: Wolfgang Denk <wd@denx.de>
8967 Date:   Wed Jun 10 00:19:28 2009 +0200
8968
8969     Prepare 2009.06-rc3
8970
8971     Update CHANGELOG
8972
8973     Signed-off-by: Wolfgang Denk <wd@denx.de>
8974
8975 commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
8976 Author: Wolfgang Denk <wd@denx.de>
8977 Date:   Wed Jun 10 00:15:11 2009 +0200
8978
8979     rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared
8980
8981     Signed-off-by: Wolfgang Denk <wd@denx.de>
8982
8983 commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
8984 Author: Daniel Mack <daniel@caiaq.de>
8985 Date:   Thu Jun 4 19:44:12 2009 +0200
8986
8987     ubifs: fix small error path mismatch
8988
8989     In do_readpage(), don't free 'dn' if its allocation failed.
8990
8991     Signed-off-by: Daniel Mack <daniel@caiaq.de>
8992
8993 commit de7cf709ebd3c01fbd094e8853dabb410c0370a1
8994 Author: Wolfgang Denk <wd@denx.de>
8995 Date:   Thu Jun 4 00:31:07 2009 +0200
8996
8997     EP88x: fix broken linker script
8998
8999     Signed-off-by: Wolfgang Denk <wd@denx.de>
9000     Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
9001
9002 commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c
9003 Author: Wolfgang Denk <wd@denx.de>
9004 Date:   Fri May 15 00:16:02 2009 +0200
9005
9006     TQM85xx: minor config file cleanup
9007
9008     Remove "saveenv" from "update" definition: the environment is outside
9009     the U-Boot image on TQM85xx and therefor not affected by updates.
9010
9011     Also "beautify" code a bit (vertical alignment).
9012
9013     Signed-off-by: Wolfgang Denk <wd@denx.de>
9014
9015 commit c0296b1801fc9426d772fa75fe58458db605dfee
9016 Author: Wolfgang Denk <wd@denx.de>
9017 Date:   Fri May 15 00:16:01 2009 +0200
9018
9019     TQM85xx: adapt for new flash types
9020
9021     Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
9022     series while new boards have 'N' type Flashes from the S29GLxxxN
9023     series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
9024
9025     We now change the configuration to the new flash types for all
9026     boards; this also works on old boards - we just waste two flash
9027     sectors for the environment which could be smaller there.
9028
9029     Signed-off-by: Wolfgang Denk <wd@denx.de>
9030
9031 commit 6735104924f06340071a6914a9ee3345607fc102
9032 Author: Dave Liu <daveliu@freescale.com>
9033 Date:   Mon May 18 17:49:23 2009 +0800
9034
9035     85xx: Fix the wrong SYS_CLK_IN for 8569MDS
9036
9037     The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
9038     The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
9039     so, change the SYS_CLK_IN from 66MHz to 66.66MHz.
9040
9041     Signed-off-by: Dave Liu <daveliu@freescale.com>
9042
9043 commit 16e7559c08b6f29db4596d795b92914c01e6a1b3
9044 Author: Dave Liu <daveliu@freescale.com>
9045 Date:   Fri May 15 10:27:44 2009 +0800
9046
9047     85xx: Fix the wrong BCSR address of 8569MDS
9048
9049     The BCSR17[7] = 1 will unlock the write protect of FLASH.
9050     The WP# pin only controls the write protect of top/bottom sector,
9051     That is why we can save env, but we can't write the first sector
9052     before the patch.
9053
9054     Signed-off-by: Dave Liu <daveliu@freescale.com>
9055
9056 commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6
9057 Author: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
9058 Date:   Tue Jun 2 16:27:10 2009 -0500
9059
9060     85xx: bugfix for reading maximum TLB size on mpc85xx
9061
9062     The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits.
9063     This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum
9064     (256 MB)
9065     which made u-boot hang in board_init_f() when trying to create a new stack
9066     in RAM.
9067     I have an mpc8540 with one 1GB dimm.
9068
9069     Signed-off-by: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
9070     Signed-off-by: Andy Fleming <afleming@freescale.com>
9071     Acked-by: Kumar Gala <galak@kernel.crashing.org>
9072
9073 commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26
9074 Author: Dave Liu <daveliu@freescale.com>
9075 Date:   Fri Mar 27 14:32:43 2009 +0800
9076
9077     85xx: Fix the clock adjust of mpc8569mds board
9078
9079     Currently the clk_adj is 6 (3/4 cycle), The settings will cause
9080     the DDR controller hang at the data init. Change the clk_adj
9081     from 6 to 4 (1/2 cycle), make the memory system stable.
9082
9083     Signed-off-by: Dave Liu <daveliu@freescale.com>
9084
9085 commit faa14babd7466dfade358f9cac128ae246b9bf1b
9086 Author: RONETIX - Ilko Iliev <iliev@ronetix.at>
9087 Date:   Fri Jun 5 16:54:31 2009 +0200
9088
9089     at91: fix a USB problem for AT91SAM9261
9090
9091     This patch corrects the missing PLLB initialization in usb_cpu_init()
9092     for AT91SAM9261.
9093     Because of the missing PLLB initialization, the USB support for all
9094     AT91SAM9261 based boards will work only if the PLLB is configured by a
9095     precedent bootloader.
9096
9097     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
9098     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9099     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9100
9101 commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2
9102 Author: Felix Radensky <felix@embedded-sol.com>
9103 Date:   Sun May 31 20:44:15 2009 +0300
9104
9105     ppc4xx/net: Fix MDIO clock setup
9106
9107     This patch fixes MDIO clock setup in case when OPB frequency is 100MHz.
9108     Current code assumes that the value of sysinfo.freqOPB is 100000000
9109     when OPB frequency is 100MHz. In reality it is 100000001. As a result
9110     MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating
9111     the standard. This in not a problem on boards equipped with Marvell PHYs
9112     (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz,
9113     but can be a problem for other PHYs (e.g. Realtek ones).
9114
9115     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
9116     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9117
9118 commit d65e34d12514de2bbe3b8f519761d641c081bad0
9119 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9120 Date:   Wed Feb 25 14:27:29 2009 +0900
9121
9122     rtl8169: fix PCI system memory address
9123
9124     When PCI device use system memory, some PCI host controller should be
9125     set physical memory address.
9126
9127     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9128     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9129
9130 commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43
9131 Author: Manikandan Pillai <mani.pillai@ti.com>
9132 Date:   Wed Apr 8 09:14:35 2009 +0530
9133
9134     SMC911x driver fixed for NFS boot
9135
9136     eth_halt() function in the smc911x drivers used to call the
9137     smc911x_reset() function. eth_halt() used to be called after
9138     tftp transfers. This used to put the ethernet chip in reset
9139     while the linux boots up resulting in the ethernet driver
9140     not coming up. NFS boot used to fail as a result.
9141
9142     This patch calls smc911x_shutdown() instead of smc911x_reset().
9143     Some comments received has also been fixed.
9144
9145     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
9146     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9147
9148 commit e5a3bc2401a23f1890611f020f57f94824a534db
9149 Author: Remy Bohmer <linux@bohmer.net>
9150 Date:   Sun May 3 12:11:40 2009 +0200
9151
9152     Add config option for disabling DM9000-SROM support.
9153
9154     Some boards do not have SROM support for the DM9000 network adapter.
9155     Instead of listing these board names in the driver code, make this
9156     option configurable from the board config file.
9157
9158     It also removes a build warning for the at91sam9261ek board:
9159     'dm9000x.c:545: warning: 'read_srom_word' defined but not used'
9160
9161     And it repaires the trizepsiv board build which was broken around the
9162     same routines
9163
9164     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9165     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9166
9167 commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713
9168 Author: Kim Phillips <kim.phillips@freescale.com>
9169 Date:   Fri Jun 5 14:11:33 2009 -0500
9170
9171     mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation
9172
9173     In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer
9174     impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0.
9175     SICRH[TSIOB1] was erroneously being set high.
9176
9177     U-Boot always operated this PHY interface in GMII mode.  It is assumed this
9178     was missed in the clean up by the original board porters, and copied along
9179     to the TQM and sbc boards.
9180
9181     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9182     Acked-by: Ira Snyder <iws@ovro.caltech.edu>
9183     Reviewed-by: David Hawkins <dwh@ovro.caltech.edu>
9184     Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
9185     CC: Dave Liu <DaveLiu@freescale.com>
9186
9187 commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
9188 Author: Daniel Mack <daniel@caiaq.de>
9189 Date:   Wed Apr 8 13:23:37 2009 +0200
9190
9191     smc911x: write back the manually set MAC address
9192
9193     If the MAX address is given by the environment, write it back to the
9194     hardware.
9195
9196     Signed-off-by: Daniel Mack <daniel@caiaq.de>
9197     Cc: Sascha Hauer <s.hauer@pengutronix.de>
9198     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9199
9200 commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c
9201 Author: Wolfgang Denk <wd@denx.de>
9202 Date:   Fri May 15 00:16:03 2009 +0200
9203
9204     Redundant Environment: protect full sector size
9205
9206     Several boards used different ways to specify the size of the
9207     protected area when enabling flash write protection for the sectors
9208     holding the environment variables: some used CONFIG_ENV_SIZE and
9209     CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
9210     a mix of both for the "normal" and the "redundant" areas.
9211
9212     Normally, this makes no difference at all. However, things are
9213     different when you have to deal with boards that can come with
9214     different types of flash chips, which may have different sector
9215     sizes.
9216
9217     Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
9218     biggest sector size, which may include several sectors on boards using
9219     the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
9220     or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
9221     case that only the first of these sectors get protected, while the
9222     following ones aren't.
9223
9224     This is no real problem, but it can be confusing for the user -
9225     especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
9226     "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
9227     "redundant" area.
9228
9229     To avoid such inconsistencies, I changed all sucn boards that I found
9230     to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
9231     not cause any functional changes to the code.
9232
9233     Signed-off-by: Wolfgang Denk <wd@denx.de>
9234     Cc: Paul Ruhland
9235     Cc: Pantelis Antoniou <panto@intracom.gr>
9236     Cc: Stefan Roese <sr@denx.de>
9237     Cc: Gary Jennejohn <garyj@denx.de>
9238     Cc: Dave Ellis <DGE@sixnetio.com>
9239     Acked-by: Stefan Roese <sr@denx.de>
9240
9241 commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a
9242 Author: Ilya Yanok <yanok@emcraft.com>
9243 Date:   Thu May 14 14:03:09 2009 +0400
9244
9245     mmc: it's safe to ignore mmc_send_if_cond() return value
9246
9247     Return value of mmc_send_if_cond() can be safely ignored (as it is
9248     done in Linux). This makes older cards work with MXC MCI controller.
9249
9250     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
9251
9252 commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5
9253 Author: Stefan Roese <sr@denx.de>
9254 Date:   Mon May 11 15:54:13 2009 +0200
9255
9256     cfi_mtd: Fix bug in last sector detection
9257
9258     This patch now enabled this cfi-mtd wrapper to correctly detect and
9259     erase the last sector in an NOR FLASH device.
9260
9261     Signed-off-by: Stefan Roese <sr@denx.de>
9262
9263 commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320
9264 Author: Yauhen Kharuzhy <jekhor@gmail.com>
9265 Date:   Thu May 7 00:43:30 2009 +0300
9266
9267     mmc: Fix decoding of SCR & function switch data on little-endian machines
9268
9269     SCR & switch data are read from card as big-endian words and should be
9270     converted to CPU byte order.
9271
9272     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
9273     Signed-off-by: Andy Fleming <afleming@freescale.com>
9274
9275 commit f33cb34b3971dabe3720d577b0e1b8601c09fe17
9276 Author: Yauhen Kharuzhy <jekhor@gmail.com>
9277 Date:   Thu May 7 13:08:53 2009 +0300
9278
9279     mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
9280
9281     Cards which are not compatible with SD 2.0 standard, may return response
9282     for CMD8 command, but it will be invalid in terms of SD 2.0. We should
9283     accept this case as admissible, just like Linux does.
9284
9285     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
9286     Signed-off-by: Andy Fleming <afleming@freescale.com>
9287
9288 commit 998be3dd59ed0af4bec38324047fecfa88ac45db
9289 Author: Rabin Vincent <rabin@rab.in>
9290 Date:   Sun Apr 5 13:30:56 2009 +0530
9291
9292     mmc: drop unnecessary casts
9293
9294     Now that response is a uint, we can drop all the casts.
9295
9296     Signed-off-by: Rabin Vincent <rabin@rab.in>
9297
9298 commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7
9299 Author: Rabin Vincent <rabin@rab.in>
9300 Date:   Sun Apr 5 13:30:55 2009 +0530
9301
9302     mmc: fix response decoding on little endian
9303
9304     The mmc code defines the response as an array of chars.  However, it
9305     access the response bytes both as (i) an array of four uints (with
9306     casts) and (ii) as individual chars.  The former case is used more
9307     often, including by the driver when it assigns the response.
9308
9309     The char-wise accesses are broken on little endian systems because they
9310     assume that the bytes in the uints are in big endian byte order.
9311
9312     This patch fixes this by changing the response to be an array of four
9313     uints and replacing the char-wise accesses with equivalent uint-wise
9314     accesses.
9315
9316     Signed-off-by: Rabin Vincent <rabin@rab.in>
9317
9318 commit 9b1f942c09dd942e6de3185caa81c111b14de567
9319 Author: Rabin Vincent <rabin@rab.in>
9320 Date:   Sun Apr 5 13:30:54 2009 +0530
9321
9322     mmc: use lldiv to fix arm eabi build
9323
9324     The generic MMC core uses direct long long divisions, which do not build
9325     with ARM EABI toolchains.  Use lldiv() instead, which works everywhere.
9326
9327     Signed-off-by: Rabin Vincent <rabin@rab.in>
9328
9329 commit e85649c7e683faea1ccfddc9fa9abc62f38e4201
9330 Author: Rabin Vincent <rabin@rab.in>
9331 Date:   Sun Apr 5 13:30:53 2009 +0530
9332
9333     mmc: check find_mmc_device return value
9334
9335     find_mmc_device returns NULL if an invalid device number is specified.
9336     Check for this to avoid dereferencing NULL pointers.
9337
9338     Signed-off-by: Rabin Vincent <rabin@rab.in>
9339
9340 commit ac0865ff33870cdf2cd480165045e1bc311e9fa2
9341 Author: Rabin Vincent <rabin@rab.in>
9342 Date:   Sun Apr 5 13:30:52 2009 +0530
9343
9344     mmc: clean up help texts
9345
9346     Remove some repeated words and superfluous newlines in the mmc command
9347     help entries.
9348
9349     Signed-off-by: Rabin Vincent <rabin@rab.in>
9350
9351 commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39
9352 Author: Mike Frysinger <vapier@gentoo.org>
9353 Date:   Fri May 29 17:01:48 2009 -0400
9354
9355     Blackfin: spi: fix pin handling of SPI0 SSEL4
9356
9357     CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a
9358     peripheral in order to work.
9359
9360     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9361
9362 commit 2157359dad2533987f5eb0181ef543693fad6a33
9363 Author: Mike Frysinger <vapier@gentoo.org>
9364 Date:   Tue May 26 02:51:57 2009 -0400
9365
9366     Blackfin: fix if() logic in bootrom evt1 check
9367
9368     A missing set of parenthesis caused the silicon revision to apply only to
9369     the BF533 and not the BF531/BF532 variants.
9370
9371     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9372
9373 commit 76b5883da2cf049cd410901c04ea450e5f5c27c3
9374 Author: Stefan Roese <sr@denx.de>
9375 Date:   Sat May 16 12:04:22 2009 +0200
9376
9377     jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
9378
9379     Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because
9380     mtdparts_init() is available in both files, cmd_mtdparts.c and
9381     cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before
9382     the jffs2/mtdparts command/file split those 2 different versions
9383     already existed. So this is nothing new. The main problem is that the
9384     variables "current_dev" and "current_partnum" are declared in both
9385     files now. This doesn't work.
9386
9387     This patch now changes the names of those variable to more specific
9388     names: "current_mtd_dev" and "current_mtd_partnum". This is because
9389     this patch also changes the declaration from static to global, so
9390     that they can be used from both files.
9391
9392     Please note that my first tests were not successful. The MTD devices
9393     selected via mtdparts are now accessed but I'm failing to see the
9394     directory listed via the "ls" command. Nothing is displayed. Perhaps
9395     I didn't generate the JFFS2 image correctly (I never used JFFS2 in
9396     U-Boot before). Not sure. Perhaps somebody else could take a look at
9397     this as well. I'll continue looking into this on Monday.
9398
9399     Signed-off-by: Stefan Roese <sr@denx.de>
9400     Cc: Wolfgang Denk <wd@denx.de>
9401     Cc: Detlev Zundel <dzu@denx.de>
9402     Cc: Ilya Yanok <yanok@emcraft.com>
9403     Cc: Renaud barbier <renaud.barbier@ge.com>
9404
9405 commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d
9406 Author: Graf Yang <graf.yang@analog.com>
9407 Date:   Sun May 24 02:34:34 2009 -0400
9408
9409     Blackfin: bf518f-ezbrd: setup portmux for async flash
9410
9411     The pins for async memory where parallel flash lives are not enabled by
9412     default, so make sure we mux them as needed.
9413
9414     Signed-off-by: Graf Yang <graf.yang@analog.com>
9415     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9416
9417 commit f40f6db278f602b55820693634a7256b0b4e4b80
9418 Author: Stefan Roese <sr@denx.de>
9419 Date:   Wed May 20 10:58:03 2009 +0200
9420
9421     nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
9422
9423     This patch enables Smart Media (SMC) ECC byte ordering which is used
9424     on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have
9425     incompatible ECC byte ordering to the Linux kernel NDFC driver.
9426
9427     Signed-off-by: Stefan Roese <sr@denx.de>
9428     Acked-by: Scott Wood <scottwood@freescale.com>
9429
9430 commit 399aab7748bef053d59612211e1bd7a3fabfce18
9431 Author: Stefan Roese <sr@denx.de>
9432 Date:   Wed May 20 10:58:02 2009 +0200
9433
9434     ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
9435
9436     This patch now uses the correct ECC byte order (Smart Media - SMC)
9437     to be used on the 4xx NAND FLASH driver. Without this patch we have
9438     incompatible ECC byte ordering to the Linux kernel NDFC driver.
9439
9440     Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in
9441     drivers/mtd/nand/nand_ecc.c for correct operation. This is done with
9442     a seperate patch.
9443
9444     Signed-off-by: Stefan Roese <sr@denx.de>
9445     Acked-by: Scott Wood <scottwood@freescale.com>
9446
9447 commit 5d841fac8249a2b3f9a814da2140132be0a9f60d
9448 Author: Stefan Roese <sr@denx.de>
9449 Date:   Wed May 20 10:58:01 2009 +0200
9450
9451     ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
9452
9453     This patch moves the definition for the PPC4xx NAND FLASH controller
9454     (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the
9455     upcoming fix for the ECC byte ordering of the NDFC driver.
9456
9457     Signed-off-by: Stefan Roese <sr@denx.de>
9458     Acked-by: Scott Wood <scottwood@freescale.com>
9459
9460 commit 2df72b82bc9e17b88dc82735a067749220beb025
9461 Author: Kim Phillips <kim.phillips@freescale.com>
9462 Date:   Tue May 19 12:53:36 2009 -0500
9463
9464     common: fix inline--weak error spotted by gcc 4.4
9465
9466     cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak
9467
9468     removing the inline attribute fixes it.
9469
9470     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9471
9472 commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3
9473 Author: Kim Phillips <kim.phillips@freescale.com>
9474 Date:   Tue May 19 12:53:32 2009 -0500
9475
9476     TQM834x: remove defines causing gcc4.4 warnings
9477
9478     Configuring for TQM834x board...
9479     cpu_init.c: In function 'cpu_init_f':
9480     cpu_init.c:262: warning: array subscript is above array bounds
9481     cpu_init.c:263: warning: array subscript is above array bounds
9482     cpu_init.c:270: warning: array subscript is above array bounds
9483     ...
9484
9485     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9486
9487 commit 0850301747228a3327f2815a85284d26ade3de95
9488 Author: Andreas Huber <andreas.huber@keymile.com>
9489 Date:   Tue May 19 11:06:30 2009 +0200
9490
9491     UBI: fix return code in ubi_volume_read
9492
9493     Return -ENODEV instead of 0 when trying to read from a non existing volume.
9494
9495     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
9496     Signed-off-by: Stefan Roese <sr@denx.de>
9497
9498 commit ec01481ddc4cf302c7f6d760b776ca94819ec21e
9499 Author: Graf Yang <graf.yang@analog.com>
9500 Date:   Tue May 19 04:40:08 2009 -0400
9501
9502     Blackfin: fix timer_init()/timer_reset()
9503
9504     The timer_init() function was not using the right csync instruction, nor
9505     was it doing it right after disabling the core timer.
9506
9507     The timer_reset() function would reset the timestamp, but not the actual
9508     timer, so there was a common edge case where get_timer() return a jump of
9509     one timestamp (couple milliseconds) right after resetting.  This caused
9510     many functions to improperly timeout right away.
9511
9512     Signed-off-by: Graf Yang <graf.yang@analog.com>
9513     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9514
9515 commit c06326c73bf90e48a8e1cf8893ad31c575423f50
9516 Author: Shinya Kuribayashi <skuribay@pobox.com>
9517 Date:   Sat May 16 09:12:09 2009 +0900
9518
9519     MIPS: lib_mips/board.c: Remove unused variables
9520
9521     This fixes the following build warnings:
9522
9523     board.c: In function 'board_init_r':
9524     board.c:328: warning: unused variable 'i'
9525     board.c:326: warning: unused variable 'e'
9526
9527     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
9528
9529 commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769
9530 Author: Shinya Kuribayashi <skuribay@pobox.com>
9531 Date:   Sat May 16 09:12:09 2009 +0900
9532
9533     MIPS: Make all extern-ed functions in bitops.h static
9534
9535     All these functions are expected to be static inline-ed.
9536     This patch also fixes the following build warnings on MIPS targets:
9537
9538     include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
9539     include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
9540     include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
9541     include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
9542
9543     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
9544
9545 commit 87423d740b91329b8d1d0b73cafd6930993b558a
9546 Author: Thomas Lange <thomas@corelatus.se>
9547 Date:   Fri Apr 24 16:22:16 2009 +0200
9548
9549     MIPS: Implement ethernet halt for au1x00
9550
9551     Implement ethernet halt() by putting MAC0 in reset.
9552     If we do not do this, we will get memory corruption
9553     when ethernet frames are received during early OS boot.
9554
9555     Signed-off-by: Thomas Lange <thomas@corelatus.se>
9556     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
9557
9558 commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47
9559 Author: Wolfgang Denk <wd@denx.de>
9560 Date:   Fri May 15 23:29:23 2009 +0200
9561
9562     Prepare v2009.06-rc2
9563
9564     Update CHANGELOG.
9565
9566     Signed-off-by: Wolfgang Denk <wd@denx.de>
9567
9568 commit f4317ea91942f44cc1c433277927b61618e9b0a5
9569 Author: Daniel Mack <daniel@caiaq.de>
9570 Date:   Tue May 5 12:48:29 2009 +0200
9571
9572     ARM: fix PXA build by defining UP2OCR
9573
9574     U-Boot does not currently build for PXA platforms with USB support
9575     enabled:
9576
9577     usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
9578
9579     Signed-off-by: Daniel Mack <daniel@caiaq.de>
9580     Cc: Markus Klotzbuecher <mk@denx.de>
9581
9582     Edited commit message.
9583     Signed-off-by: Wolfgang Denk <wd@denx.de>
9584
9585 commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
9586 Author: Wolfgang Denk <wd@denx.de>
9587 Date:   Fri May 15 22:32:57 2009 +0200
9588
9589     Minor Coding Style fix; update CHANGELOG.
9590
9591     Signed-off-by: Wolfgang Denk <wd@denx.de>
9592
9593 commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
9594 Author: Wolfgang Denk <wd@denx.de>
9595 Date:   Fri May 15 09:27:58 2009 +0200
9596
9597     IDE: bail out of dev_print() for unknown device types
9598
9599     Commit 574b319512 introduced a subtle bug by mixing a list of tests
9600     for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
9601     then mostly did not work because "dev_desc->type" cannot take any
9602     "IF_*" type values. A later fix in commit 8ec6e332ea changed the
9603     switch() into testing "dev_desc->if_type", but at this point the
9604     initial test for unknown device types was completely lost, which
9605     resulted in output like that for IDE ports without device attached:
9606
9607       Device 1: Model:  Firm:  Ser#:
9608                 Type: # 1F #
9609                 Capacity: not available
9610
9611     This patch re-introduces the missing test for unknown device types.
9612
9613     Signed-off-by: Wolfgang Denk <wd@denx.de>
9614     Cc: Stefan Roese <sr@denx.de>
9615     Cc: Detlev Zundel <dzu@denx.de>
9616     Tested-by: Stefan Roese <sr@denx.de>
9617
9618 commit c21f62d8483fbab44cd98d93ff2e9355a330d225
9619 Author: Stefan Roese <sr@denx.de>
9620 Date:   Thu May 14 07:25:13 2009 +0200
9621
9622     74xx_7xx: Fix rounding problem in CPU frequency calculation
9623
9624     This patch fixes a problem in the CPU frequency calculation. Without it
9625     a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
9626
9627     Signed-off-by: Stefan Roese <sr@denx.de>
9628
9629 commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
9630 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9631 Date:   Wed May 13 22:24:12 2009 +0200
9632
9633     console.h: remove unused prototype 'console_realloc'
9634
9635     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9636
9637 commit 84bf7ca522e94ec402a1264b01971b924b7e268f
9638 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9639 Date:   Wed May 13 22:16:31 2009 +0200
9640
9641     api: remove un-needed ifdef CONFIG_API already handle by the Makefile
9642
9643     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9644
9645 commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
9646 Author: Detlev Zundel <dzu@denx.de>
9647 Date:   Wed May 13 10:54:10 2009 +0200
9648
9649     Fix e-mail address of Gary Jennejohn.
9650
9651     Signed-off-by: Detlev Zundel <dzu@denx.de>
9652
9653 commit 5e2c08c3ac90808e9be64856916bfd6df984823c
9654 Author: Emil Medve <Emilian.Medve@Freescale.com>
9655 Date:   Tue May 12 13:48:32 2009 -0500
9656
9657     Remove inline qualifier from show_boot_progress()
9658
9659     The 'inline' is conflicting with the semantic of 'weak' attribute and with the
9660     way the show_boot_progress() function is used.
9661
9662     Also gcc 4.4 is complaining about it:
9663
9664     main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
9665
9666     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
9667
9668 commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
9669 Author: Wolfgang Denk <wd@denx.de>
9670 Date:   Tue May 12 15:17:35 2009 +0200
9671
9672     MPC8260: fixup device tree by property instead of path
9673
9674     cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
9675     clock frequencies in the device tree, using a CPU path
9676     "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
9677
9678     However, this does not work when one board config file (here:
9679     MPC8260ADS.h) is intended to be used for several diffrent CPUs and
9680     therefor contains a generic definition like "cpu@0", as the device
9681     trees that will then be loaded will contain specific names like
9682     "PowerPC,8272@0".
9683
9684     We switch to using do_fixup_by_prop_u32() instead, so we can search
9685     for device_type="cpu", as it is done in other architectures, too.
9686
9687     Signed-off-by: Wolfgang Denk <wd@denx.de>
9688     Cc: Heiko Schocher <hs@denx.de>
9689     Acked-by: Heiko Schocher <hs@denx.de>
9690     Tested-by: Heiko Schocher <hs@denx.de>
9691
9692 commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
9693 Author: Rohit Hagargundgi <h.rohit@samsung.com>
9694 Date:   Mon Mar 9 19:45:46 2009 +0530
9695
9696     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
9697
9698     Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
9699     CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
9700     and is used by OneNAND ipl when reading U-Boot image.
9701
9702     Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
9703     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
9704
9705 commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
9706 Author: Ben Warren <biggerbadderben@gmail.com>
9707 Date:   Tue Apr 28 17:04:51 2009 -0700
9708
9709     Schedule removal of non-CONFIG_NET_MULTI net driver API
9710
9711     This will make CONFIG_NET_MULTI the only net driver configuration and
9712     we'll be able to remove this option.
9713
9714     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9715
9716 commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
9717 Author: Detlev Zundel <dzu@denx.de>
9718 Date:   Tue May 5 16:04:06 2009 +0200
9719
9720     powerpc/inka4x0: Remove left-over ide reset code.
9721
9722     The pin which was used in preliminary versions of the board for ide
9723     reset is really connected to the rtc clock.
9724
9725     Signed-off-by: Detlev Zundel <dzu@denx.de>
9726
9727 commit f578a2da6770951239ad91ee9a1875fdc71dbe48
9728 Author: Marco Stornelli <marco.stornelli@gmail.com>
9729 Date:   Tue Apr 28 19:04:02 2009 +0200
9730
9731     Add imls utility command
9732
9733     This patch adds, under tools folder, a new command called imls. Its
9734     goal is the same of UBoot's imls but it can be used as Linux shell
9735     command. It reads from raw mtd partition and prints the list of the
9736     stored images.
9737
9738     Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
9739
9740 commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
9741 Author: Heiko Schocher <hs@denx.de>
9742 Date:   Tue Apr 28 08:36:11 2009 +0200
9743
9744     netloop: updates for NetLoop
9745
9746     Fix some issues introduced from commit:
9747     2f70c49e5b9813635ad73666aa30f304c7fdeda9
9748     suggested by Mike Frysinger.
9749
9750     - added some comment for the env_id variable in common_cmd_nvedit.c
9751     - moved some variables in fn scope instead of file scope
9752     - NetInitLoop now static void
9753
9754     Signed-off-by: Heiko Schocher <hs@denx.de>
9755     Acked-by: Ben Warren <biggerbadderben@gmail.com>
9756
9757 commit 3c1d89545de11822f8b5afb5646a57757620bd95
9758 Author: Heiko Schocher <hs@denx.de>
9759 Date:   Tue Apr 28 07:48:39 2009 +0200
9760
9761     82xx, ids8247: added ids8247 board to MAKEALL script
9762
9763     Signed-off-by: Heiko Schocher <hs@denx.de>
9764
9765 commit 890a017a8a995c921d1e889d360e8d6538ceecfe
9766 Author: Detlev Zundel <dzu@denx.de>
9767 Date:   Thu May 7 13:08:55 2009 +0200
9768
9769     arm/imx31_phycore: Fix bi_arch_number
9770
9771     Signed-off-by: Detlev Zundel <dzu@denx.de>
9772     Cc: Sascha Hauer <s.hauer@pengutronix.de>
9773
9774 commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
9775 Author: Sascha Hauer <s.hauer@pengutronix.de>
9776 Date:   Fri May 15 10:21:33 2009 +0200
9777
9778     remove myself as phycore/litekit Maintainer
9779
9780     I never acked a patch that adds me as phycore i.MX31 maintainer nor was
9781     it me who pushed the patches, so remove myself from the maintainer list
9782     so that other people do not longer wait for my ack.
9783
9784     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9785
9786 commit c63254ef5628efe1c77cb2fdba20753f9666f55d
9787 Author: Sergey Lapin <slapin@ossfans.org>
9788 Date:   Tue May 12 12:25:14 2009 +0400
9789
9790     AFEB9260 network fix
9791
9792     AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
9793     Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
9794     not 0.
9795
9796     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
9797
9798 commit f8ddcd58221cab63dd25c2324dd2032487f748b1
9799 Author: Graf Yang <graf.yang@analog.com>
9800 Date:   Tue May 5 02:26:27 2009 -0400
9801
9802     Blackfin: bf518f-ezbrd: reset ethernet PHY during init
9803
9804     We don't know what state the ethernet PHY is in when starting up, so make
9805     sure we set it to a sane state.  This fixes troubles seen when Linux boots
9806     up, configures the PHY is a non-default state, and then the system reboots
9807     into U-Boot which previously expected a reset state only.
9808
9809     Signed-off-by: Graf Yang <graf.yang@analog.com>
9810     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9811
9812 commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
9813 Author: Mike Frysinger <vapier@gentoo.org>
9814 Date:   Tue May 5 01:35:41 2009 -0400
9815
9816     Blackfin: bf527-ezkit: fix SPI flash env params
9817
9818     The BF527-EZKIT settings for storing the environment in SPI flash wasn't
9819     using the correct sector settings for the SPI flash part that is actually
9820     on the board.
9821
9822     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9823
9824 commit f58bf804a14324c6c9186a7a664fa23281780e8b
9825 Author: Mike Frysinger <vapier@gentoo.org>
9826 Date:   Fri Apr 24 23:54:19 2009 -0400
9827
9828     Blackfin: avoid get_sclk() with early serial debug
9829
9830     When the clock functions were changed to use cached values (and thereby
9831     avoiding expensive math functions), early serial debug broke because the
9832     baud programming is called before external memory is available.
9833
9834     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9835
9836 commit 02778f2f1b4b1a28b492367477db27c58d45ae35
9837 Author: Mike Frysinger <vapier@gentoo.org>
9838 Date:   Fri Apr 24 23:39:41 2009 -0400
9839
9840     Blackfin: fix booting with older bootroms (no EVT1)
9841
9842     When dropping jump block support, the assumption was that all bootroms
9843     supported entry point redirection via the EVT1 register.  Unfortunately,
9844     this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
9845     and older and BF561).  No one really noticed earlier because these parts
9846     usually are booted by bypassing the bootrom entirely, and older BF533
9847     parts are not supported at all (too many anomalies).
9848
9849     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9850
9851 commit af2c37378f203857d5e6c957e77a14c2da5b59d2
9852 Author: Mike Frysinger <vapier@gentoo.org>
9853 Date:   Fri Apr 24 23:22:48 2009 -0400
9854
9855     Blackfin: recurse with early serial initcode
9856
9857     Make sure we recurse through serial_putc() rather than bang on the UART
9858     transmit register directly to avoid hardware overflows when using \n.
9859
9860     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9861
9862 commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
9863 Author: Wolfgang Denk <wd@denx.de>
9864 Date:   Fri May 1 21:59:12 2009 +0200
9865
9866     Prepare v2009.06-rc1
9867
9868     Update CHANGELOG.
9869
9870     Signed-off-by: Wolfgang Denk <wd@denx.de>
9871
9872 commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
9873 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9874 Date:   Fri May 1 15:38:06 2009 +0200
9875
9876     at91: remove lowlevel_init.S
9877
9878     lowlevel_init.S is not used any more so remove it.
9879     As consequence, we also don't have to generate u-boot.lds
9880     but can use a static version as before.
9881
9882     This also fixes the out-of-tree build problem introduced
9883     with commit f0a2c7b4 "at91: add support for the PM9263 board"
9884
9885     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9886     Signed-off-by: Wolfgang Denk <wd@denx.de>
9887
9888 commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
9889 Author: Wolfgang Denk <wd@denx.de>
9890 Date:   Fri May 1 00:16:11 2009 +0200
9891
9892     Update CHANGELOG; minor coding style cleanup.
9893
9894     Signed-off-by: Wolfgang Denk <wd@denx.de>
9895
9896 commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
9897 Author: Manikandan Pillai <mani.pillai@ti.com>
9898 Date:   Tue Apr 21 17:29:05 2009 +0200
9899
9900     OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
9901
9902     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9903     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
9904
9905 commit ac9140037a84629c5583066ff1a177396c47d89d
9906 Author: Dirk Behme <dirk.behme@googlemail.com>
9907 Date:   Fri Apr 17 14:27:56 2009 +0200
9908
9909     OMAP3: Beagle: Set pinmux conditionally for Rev C boards
9910
9911     The Beagle Rev C boards pull UART2 from an alternate set of balls.
9912
9913     Signed-off-by: Steve Sakoman <steve@sakoman.com>
9914     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9915
9916 commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
9917 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9918 Date:   Mon Apr 27 18:33:33 2009 +0200
9919
9920     ubifs: BUG: Blocks commpressed with zlib
9921
9922     Blocks compressed with zlib dont have the full gzip header.
9923
9924     Without this patch, block compressed with zlib cannot be readed!
9925
9926     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9927
9928 commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
9929 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9930 Date:   Mon Apr 27 18:33:32 2009 +0200
9931
9932     lib_generic: gunzip: New function zunzip
9933
9934     Separate gunzip in
9935
9936     gunzip: Find the end of the header and call zunzip.
9937     zunzip: Inflate gunzip block without header.
9938
9939     UBI fs blocks can be compresed in lzo, zlib or no-compression. The
9940     current implementation of u-boot supported all the compressions but
9941     there was a bug in the implementation of the zlib blocks.
9942
9943     UBIFS's Zlib blocks do not have header but they were compressed using
9944     gunzip, a function used to decompress gunzip files/sectors with a
9945     header.
9946
9947     This patch adds a new function zunzip that uncompress a zlib block with
9948     no header.
9949
9950     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9951
9952 commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
9953 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
9954 Date:   Thu Apr 23 15:37:16 2009 +0200
9955
9956     at91: fixed plla calc when no USB support is active
9957
9958     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
9959     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9960
9961 commit 3791a1187c1401c33c9512595e6e89dbb46230c5
9962 Author: Ladislav Michl <ladis@linux-mips.org>
9963 Date:   Wed Apr 22 01:12:04 2009 +0200
9964
9965     arm925t: Fix CONFIG_SYS_HZ to 1000
9966
9967     Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
9968     get_timer.
9969
9970     Changes since original version:
9971     * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
9972       improve timer resolution.
9973
9974     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
9975
9976 commit 42bf4b2248146abdc592bde0009c6ea42067f437
9977 Author: Dirk Behme <dirk.behme@googlemail.com>
9978 Date:   Tue Apr 14 20:15:17 2009 +0200
9979
9980     OMAP3: Remove legacy NAND defines
9981
9982     Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
9983
9984     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9985
9986 commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
9987 Author: Sanjeev Premi <premi@ti.com>
9988 Date:   Mon Apr 27 21:27:54 2009 +0530
9989
9990     OMAP3: Print correct silicon revision
9991
9992     The function display_board_info() displays incorrect
9993     silicon revision - based on the return value from
9994     function get_cpu_rev().
9995
9996     This patch fixes the problem.
9997
9998     Signed-off-by: Sanjeev Premi <premi@ti.com>
9999
10000 commit 90006e9b33bcdbf241b0295d186e3634137907a9
10001 Author: Sanjeev Premi <premi@ti.com>
10002 Date:   Mon Apr 27 21:27:44 2009 +0530
10003
10004     OMAP3: Remove unused board-types
10005
10006     The board-types defined in struct omap3_sysinfo seem to be
10007     unused. The function display_board_info() is passed
10008     board type as an argument; which is ignored.
10009
10010     This patch removes all uses of board-type, related definitions
10011     and functions.
10012
10013     Signed-off-by: Sanjeev Premi <premi@ti.com>
10014
10015 commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
10016 Author: Sanjeev Premi <premi@ti.com>
10017 Date:   Mon Apr 27 21:27:27 2009 +0530
10018
10019     OMAP3: Use functions print_cpuinfo() and checkboard()
10020
10021     Use the functions print_cpuinfo() and checkboard() to
10022     display the cpu and board specific information.
10023
10024     These functions reuse content from the existing function
10025     display_board_info() - which has been removed.
10026
10027     Also, updated the existig OMAP3 configurations to
10028     define:
10029      - CONFIG_DISPLAY_CPUINFO
10030      - CONFIG_DISPLAY_BOARDINFO
10031
10032     Signed-off-by: Sanjeev Premi <premi@ti.com>
10033
10034 commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
10035 Author: Stefan Roese <sr@denx.de>
10036 Date:   Wed Mar 18 11:17:37 2009 +0100
10037
10038     MTD: Change cfi-mtd to accept non-uniform sector sizes
10039
10040     With this patch non-uniform NOR FLASH chips (chips with multiple erase
10041     regions) can be exported via the cfi-mtd layer and therefor used by UBI.
10042     We select the largest sector size as erasesize. The cfi driver will make
10043     sure that the smaller sectors are handled correctly.
10044
10045     Signed-off-by: Stefan Roese <sr@denx.de>
10046
10047 commit 3dcbe628d66b648e954bc8147d4faff2983206d9
10048 Author: Anatolij Gustschin <agust@denx.de>
10049 Date:   Thu Apr 23 12:35:22 2009 +0200
10050
10051     video: fix bug in cfb_console.c code
10052
10053     Fix bug in drawing long version/info strings:
10054     U-Boot version string like
10055     "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
10056     is long and doesn't wrap around correctly while drawing
10057     beside the logo. Such long strings partially overwrite
10058     the logo. This patch is an attempt to fix it.
10059
10060     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10061
10062 commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
10063 Author: Wolfgang Denk <wd@denx.de>
10064 Date:   Tue Apr 28 08:50:31 2009 +0200
10065
10066     cmd_ext2.c: fix compile warnings
10067
10068     Get rid of these warnings:
10069
10070     cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
10071     cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
10072
10073     Signed-off-by: Wolfgang Denk <wd@denx.de>
10074
10075 commit 28afe0160f87ff74574150d703055a965f91422a
10076 Author: Heiko Schocher <hs@denx.de>
10077 Date:   Mon Apr 27 10:48:20 2009 +0200
10078
10079     ids8247: Remove legacy NAND defines
10080
10081     because legacy NAND support is deprecated converting to current
10082     NAND interface. !This just compile, because I have no more the
10083     hardware to test it.
10084
10085     Signed-off-by: Heiko Schocher <hs@denx.de>
10086
10087 commit dbd33614404b65aa441c5620c3dbd560c4460c09
10088 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10089 Date:   Mon Apr 27 09:13:31 2009 +0200
10090
10091     ubifs: BUG realpath string must be ended with NULL
10092
10093     If the memory used to copy the link_make is "dirty" the string wont
10094     be ended with NULL, throwing out multiple memory bugs.
10095
10096     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10097     Acked-by: Stefan Roese <sr@denx.de>
10098
10099 commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
10100 Author: Peter Tyser <ptyser@xes-inc.com>
10101 Date:   Fri Apr 24 15:59:56 2009 -0500
10102
10103     bmp_logo: Check return value of fread()
10104
10105     Add basic error handling to fread() function calls.  This prevents
10106     compililation warnings such as:
10107
10108     bmp_logo.c: In function â€˜main’:
10109     bmp_logo.c:71: warning: ignoring return value of â€˜fread’, declared with
10110     attribute warn_unused_result
10111     ...
10112
10113     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10114
10115 commit eea8be86d1c2b570660d1f6c553845e13164231a
10116 Author: Peter Tyser <ptyser@xes-inc.com>
10117 Date:   Fri Apr 24 15:59:46 2009 -0500
10118
10119     ncb: Check return value of write()
10120
10121     This prevents the compilation warning:
10122
10123     ncb.c: In function 'main':
10124     ncb.c:32: warning: ignoring return value of â€˜write’, declared with
10125     attribute warn_unused_result
10126
10127     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10128
10129 commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
10130 Author: Stefan Roese <sr@denx.de>
10131 Date:   Fri Apr 24 15:59:35 2009 +0200
10132
10133     mtd: nand/onenand: Register mtd device upon device scanning
10134
10135     With this patch the NAND and OneNAND devices are registered in the MTD
10136     subsystem and can then be referenced by the mtdcore code (e.g.
10137     get_mtd_device_nm()). This is needed for the new "ubi part" command
10138     syntax without the flash type parameter (nor|nand|onenand).
10139
10140     Signed-off-by: Stefan Roese <sr@denx.de>
10141
10142 commit 10bb62d85a0850dbad1fdd34123378686373f166
10143 Author: Stefan Roese <sr@denx.de>
10144 Date:   Fri Apr 24 15:58:33 2009 +0200
10145
10146     mtd: nand: Include linux/mtd/partitions.h in nand_base.h
10147
10148     This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
10149     defined:
10150
10151     nand_base.c: In function 'nand_release':
10152     nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
10153
10154     Signed-off-by: Stefan Roese <sr@denx.de>
10155
10156 commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
10157 Author: Stefan Roese <sr@denx.de>
10158 Date:   Fri Apr 24 20:24:19 2009 +0200
10159
10160     ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
10161
10162     This patch removes the now unnecessary flash type parameter from the
10163     "ubi part" command. Currently the user has to define the type of flash
10164     he will be using UBI on. Example:
10165
10166     => ubi part nor partition1
10167
10168     With this patch this type parameter is not needed anymore. The user can
10169     now select the partition directly without the flash type paramter.
10170     Example:
10171
10172     => ubi part partition1
10173
10174     This breaks backward compatibility right now because of the change in the
10175     command syntax. But UBI support is still quite fresh and the advantage of
10176     this new command is syntax big enough for this change. Additionally the
10177     code is much cleaner now.
10178
10179     Signed-off-by: Stefan Roese <sr@denx.de>
10180     CC: Kyungmin Park <kyungmin.park@samsung.com>
10181
10182 commit 294f10ca9ea82a15e135dcb0fc658382ab206940
10183 Author: Detlev Zundel <dzu@denx.de>
10184 Date:   Thu Apr 23 13:14:20 2009 +0200
10185
10186     mips/vcth: Use generic 16550 uart driver
10187
10188     As the common code also handles baudrate switching, which the board
10189     specific vct.c driver did not support, this is one of the rare
10190     occassions where deleting code actually adds a feature :)
10191
10192     Signed-off-by: Detlev Zundel <dzu@denx.de>
10193     Acked-by: Stefan Roese <sr@denx.de>
10194     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
10195
10196 commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
10197 Author: Ladislav Michl <ladis@linux-mips.org>
10198 Date:   Tue Apr 21 02:26:31 2009 +0200
10199
10200     Separate mtdparts command from jffs2
10201
10202     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
10203     > Currently the mtdparts commands are included in the jffs2 command support.
10204     > This doesn't make sense anymore since other commands (e.g. UBI) use this
10205     > infrastructure as well now. This patch separates the mtdparts commands from
10206     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
10207     > support is needed.
10208
10209     One more leftover... Let nboot command know about partitions even if JFFS2
10210     support is not enabled.
10211
10212     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
10213     Acked-by: Stefan Roese <sr@denx.de>
10214
10215 commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
10216 Author: Peter Tyser <ptyser@xes-inc.com>
10217 Date:   Mon Apr 20 11:22:13 2009 -0500
10218
10219     cmd_ide: Remove unused AmigaOneG3SE code
10220
10221     The output_data_short() and input_data_short() functions for the
10222     AmigaOneG3SE are unused and result in compiler warnings.
10223
10224     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10225
10226 commit c93c102ace00764a56dbdf78bac134a23906721e
10227 Author: Peter Tyser <ptyser@xes-inc.com>
10228 Date:   Mon Apr 20 11:21:40 2009 -0500
10229
10230     AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
10231
10232     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10233
10234 commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
10235 Author: Peter Tyser <ptyser@xes-inc.com>
10236 Date:   Mon Apr 20 11:09:05 2009 -0500
10237
10238     Replace __asm references with __asm__
10239
10240     __asm__ follows gcc's documented syntax and is generally more common
10241     than __asm.  This change is only asthetic and should not affect
10242     functionality.
10243
10244     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10245
10246 commit f9a109b3adc5e8647535357500e2a38f0558b5c2
10247 Author: Peter Tyser <ptyser@xes-inc.com>
10248 Date:   Mon Apr 20 11:08:46 2009 -0500
10249
10250     Replace __attribute references with __attribute__
10251
10252     __attribute__ follows gcc's documented syntax and is generally more
10253     common than __attribute.  This change is only asthetic and should not
10254     affect functionality.
10255
10256     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10257
10258 commit 08f077da9298ff65cc6f85f90d2770000a1beee9
10259 Author: David Brownell <dbrownell@users.sourceforge.net>
10260 Date:   Thu Apr 16 19:55:48 2009 -0700
10261
10262     mtdpart command: align output columns
10263
10264     Make the headers in the "mtdparts" command output line up
10265     with their columns ... strike the extra TAB character.
10266
10267     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
10268
10269 commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
10270 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
10271 Date:   Thu Apr 16 10:51:03 2009 +0900
10272
10273     Remove sa1100.h
10274
10275     sa1100.h is not used anywhere, then remove it.
10276
10277     $ find . -name '*.h' -empty -print
10278     ./include/sa1100.h
10279     $ git grep 'sa1100.h' .
10280     $
10281
10282     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
10283     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10284
10285 commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
10286 Author: Stefan Roese <sr@denx.de>
10287 Date:   Tue Apr 14 17:51:21 2009 +0200
10288
10289     UBIFS: Remove tnc_commit.c which is not used in the read-only version
10290
10291     I missed removing this file while implementing the UBIFS support. It's
10292     not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
10293     for spotting.
10294
10295     Signed-off-by: Stefan Roese <sr@denx.de>
10296
10297 commit 6356daff70867822bdb23cea49f98e65421a25b8
10298 Author: Adrian Hunter <adrian.hunter@nokia.com>
10299 Date:   Tue Apr 14 17:50:38 2009 +0200
10300
10301     UBIFS: fix recovery bug
10302
10303     UBIFS did not recovery in a situation in which it could
10304     have. The relevant function assumed there could not be
10305     more nodes in an eraseblock after a corrupted node, but
10306     in fact the last (NAND) page written might contain anything.
10307     The correct approach is to check for empty space (0xFF bytes)
10308     from then on.
10309
10310     Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
10311     Signed-off-by: Stefan Roese <sr@denx.de>
10312
10313 commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
10314 Author: Gao Guanhua <B22826@freescale.com>
10315 Date:   Tue Apr 14 14:37:35 2009 +0800
10316
10317     fs: Fix the wrong type of var
10318
10319     The filelen should be signed type, not unsigned type.
10320     otherwise, The condition as below never take.
10321         if (filelen < 0)
10322
10323     Signed-off-by: Gao Guanhua <B22826@freescale.com>
10324     Signed-off-by: Dave Liu <daveliu@freescale.com>
10325
10326 commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
10327 Author: Wolfgang Denk <wd@denx.de>
10328 Date:   Tue Apr 28 00:29:34 2009 +0200
10329
10330     Update CHANGELOG
10331
10332     Signed-off-by: Wolfgang Denk <wd@denx.de>
10333
10334 commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
10335 Author: David Brownell <dbrownell@users.sourceforge.net>
10336 Date:   Thu Apr 16 23:15:15 2009 -0700
10337
10338     dm9000 EEPROM reading bugfix
10339
10340     Make the U-Boot dm9000 driver read addresses from EEPROM just
10341     like Linux does ... read six bytes, instead of reading twelve
10342     bytes and then discarding every other one.
10343
10344     Using the right Ethernet address is a big win.
10345
10346     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
10347     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10348     Acked-by: Ben Warren <biggerbadderben@gmail.com>
10349
10350 commit d4c02e6f5d49880123e7f584b88f857ffd874381
10351 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
10352 Date:   Wed Feb 25 14:27:24 2009 +0900
10353
10354     rtl8169: fix cache coherency problem
10355
10356     Fix the problem that cannot access actual data when CPU data cache enabled.
10357
10358     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
10359     Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10360     Acked-by: Ben Warren <biggerbadderben@gmail.com>
10361
10362 commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
10363 Author: Dirk Behme <dirk.behme@googlemail.com>
10364 Date:   Tue Apr 21 17:30:51 2009 +0200
10365
10366     OMAP3: Fix changed mmc init command
10367
10368     In recent U-Boot mmcinit changed to mmc init.
10369
10370     Signed-off-by: Steve Sakoman <steve@sakoman.com>
10371     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10372
10373 commit 34b76a14f676bc6501c27a96564e4dfb4793f033
10374 Author: Wolfgang Denk <wd@denx.de>
10375 Date:   Sun Apr 26 20:39:26 2009 +0200
10376
10377     lib_arm/board.c: remove misleading "test-only" comment.
10378
10379     For a long time, the print_cpuinfo() declaration in lib_arm/board.c
10380     had been marked as "test-only", which is plain wrong considering
10381     current usage.  Delete this misleading comment.
10382
10383     Signed-off-by: Wolfgang Denk <wd@denx.de>
10384
10385 commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
10386 Author: David Brownell <dbrownell@users.sourceforge.net>
10387 Date:   Sun Apr 12 15:40:16 2009 -0700
10388
10389     minor DaVinci clock cleanup
10390
10391     Minor cleanup to clock-related defines for DaVinci DM6446 boards:
10392
10393      - CONFIG_SYS_CLK_FREQ is unused; remove it.
10394
10395      - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
10396
10397     On DM6446 both of those peripheral clocks actually come from the
10398     same source, the primary oscillator.  Having them use the same
10399     symbol avoids bugs in the clone'n'modify development cycle.
10400
10401     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
10402
10403 commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
10404 Author: Minkyu Kang <mk7.kang@samsung.com>
10405 Date:   Mon Apr 6 19:59:29 2009 +0900
10406
10407     s3c64xx: remove unnecessary definition
10408
10409     CONFIG_S3C6400 is must defined at config header file
10410     That definition is unnecessary at this file
10411
10412     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10413
10414 commit 14b9308d511b53042ef478936e367a67282df66a
10415 Author: Heiko Schocher <hs@denx.de>
10416 Date:   Fri Apr 24 06:50:45 2009 +0200
10417
10418     83xx: searching "muram-data" by compatible property
10419
10420     if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
10421     in the muram-data node, the reg entry needs to be updated.
10422     This is done in fdt_fixup_muram(), but we should use
10423     the compatible "fsl,qe-muram-data" for searching the
10424     node instead of searching the muram-data node with
10425     an absolute path.
10426
10427     Signed-off-by: Heiko Schocher <hs@denx.de>
10428     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10429
10430 commit 8e15088794807944b221c11609d36789efc7f767
10431 Author: Anatolij Gustschin <agust@denx.de>
10432 Date:   Thu Apr 23 21:29:34 2009 +0200
10433
10434     mpc83xx: MPC8360ERDK: fix environment offset configuration bug
10435
10436     The size of U-Boot binary for MPC8360ERDK increased
10437     (> 2 flash sectors now), so 'saveenv' will partially
10438     overwrite U-Boot in flash and will brick the board.
10439     This patch moves environment offset to fourth flash
10440     sector and also fixes CONFIG_SYS_MONITOR_LEN.
10441
10442     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10443     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10444
10445 commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
10446 Author: Michael Zaidman <michael.zaidman@gmail.com>
10447 Date:   Sat Apr 4 01:43:00 2009 +0300
10448
10449     NetLoop initialization bug
10450
10451     The patch fixes the bug of partial initialization of global network
10452     parameters.
10453
10454     Upon u-boot's start up the first ping command causes a failure of the
10455     consequent TFTP command. It happens in the recently added mechanism of
10456     the NetLoop initialization where initialization of global network
10457     parameters is separated in the NetInitLoop routine which is called per
10458     env_id change. Thus, ping request will initialize the network parameters
10459     necessary for ping operation only, afterwards the env_changed_id will be
10460     set to the env_id that will prevent all following initialization requests
10461     from other protocols.
10462     The problem is that the initialized by ping subset of network parameters
10463     is not sufficient for other protocols and particularly for TFTP which
10464     requires the NetServerIp also.
10465
10466     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
10467     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10468
10469 commit b11f664f52c2855990107c18f242223377183575
10470 Author: Timur Tabi <timur@freescale.com>
10471 Date:   Thu Apr 9 10:27:05 2009 -0500
10472
10473     net: fix ULI 526x macro usage in netdev.h
10474
10475     Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526.  CONFIG_ULI526X
10476     is used everywhere else, so that's the correct macro name.  Without this fix,
10477     Ethernet will not work on the Freescale MPC8610 HPCD.
10478
10479     Signed-off-by: Timur Tabi <timur@freescale.com>
10480     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10481
10482 commit 7ee38c044ca5041d3378d6507580ea4ec344af96
10483 Author: David Brownell <dbrownell@users.sourceforge.net>
10484 Date:   Sun Apr 12 15:38:06 2009 -0700
10485
10486     fix DaVinci NS16550_REG_SIZE regression
10487
10488     Update the DaVinci DM6446 boards to use the new convention
10489     for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
10490     from the original 4 bytes, but these chips are little-endian.
10491
10492     (Resolves a regression added recently by the include/ns16550.h
10493     patch to "Unify structure declaration for registers".  The code
10494     previously worked just fine because the registers were accessed
10495     as host-endian words, not as bytes.)
10496
10497     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
10498
10499 commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
10500 Author: Mike Frysinger <vapier@gentoo.org>
10501 Date:   Sun Apr 12 22:29:20 2009 -0400
10502
10503     cmd_nand: drop duplicate NULL ptr check
10504
10505     The first if statement checks for NULL ptrs, so there is no need to check
10506     it again in later else cases (such as .oob).
10507
10508     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10509     CC: Scott Wood <scottwood@freescale.com>
10510
10511 commit 7732cef2eeb4e339cfcd8553fab773af73a20805
10512 Author: David Brownell <dbrownell@users.sourceforge.net>
10513 Date:   Mon Apr 13 08:03:38 2009 -0700
10514
10515     CMD_UBI != MTD_PARTITIONS
10516
10517     Fix dependency goofage:  it should certainly be possible to have the
10518     partition support without bringing in UBI commands.
10519
10520     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
10521     Acked-by: Stefan Roese <sr@denx.de>
10522
10523 commit 6ebff365eb63093ca35b687316002535c6a18820
10524 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10525 Date:   Thu Apr 16 21:30:48 2009 +0200
10526
10527     at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
10528
10529     The timer has been rewrote with a precision at ~0,18%
10530
10531     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10532     Tested-by: Sergey Lapin <slapin@ossfans.org>
10533     Tested-by: Eric BENARD <ebenard@free.fr>
10534
10535 commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
10536 Author: Ilko Iliev <iliev@ronetix.at>
10537 Date:   Thu Apr 16 21:30:48 2009 +0200
10538
10539     at91: add support for the PM9263 board of Ronetix GmbH
10540
10541     The PM9263 board is based on the AT91SAM9263-EK board.
10542
10543     Here is the page on Ronetix website:
10544     http://www.ronetix.at/starter_kit_9263.html
10545
10546     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
10547     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10548
10549 commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
10550 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10551 Date:   Thu Apr 16 21:30:44 2009 +0200
10552
10553     at91sam9/at91cap: improve clock framework
10554
10555     calculate dynamically the clock rate and pllb setting for usb
10556
10557     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10558
10559 commit dd7c302099ef5590069bdbf292aaa8230cd59de7
10560 Author: Stefan Roese <sr@denx.de>
10561 Date:   Wed Apr 15 14:08:48 2009 +0200
10562
10563     ppc4xx: Disable POST memory test on NAND-booting Kilauea
10564
10565     Don't run the memory POST on the NAND-booting version. It will
10566     overwrite part of the U-Boot image which is already loaded from NAND
10567     to SDRAM. We were just lucky that it booted at all with this SDRAM
10568     test enabled.
10569
10570     Signed-off-by: Stefan Roese <sr@denx.de>
10571
10572 commit 9a929170be89b27bce677504da27e88600c06c49
10573 Author: Stefan Roese <sr@denx.de>
10574 Date:   Wed Apr 15 14:06:26 2009 +0200
10575
10576     ppc4xx: Disable POST memory test on NAND-booting Sequoia
10577
10578     Don't run the memory POST on the NAND-booting version. It will
10579     overwrite part of the U-Boot image which is already loaded from NAND
10580     to SDRAM. We were just lucky that it booted at all with this SDRAM
10581     test enabled.
10582
10583     Signed-off-by: Stefan Roese <sr@denx.de>
10584
10585 commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
10586 Author: Stefan Roese <sr@denx.de>
10587 Date:   Wed Apr 15 11:32:53 2009 +0200
10588
10589     ppc4xx: Remove unused code for Sequoia NAND booting version
10590
10591     The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
10592     used at all. This patch changes it's define to the currently used value of
10593     133333333 and removes the unnecessary code.
10594
10595     Signed-off-by: Stefan Roese <sr@denx.de>
10596
10597 commit cf9409885cbe01405bad76790e99f8adf3351f4d
10598 Author: Stefan Roese <sr@denx.de>
10599 Date:   Wed Apr 15 10:50:48 2009 +0200
10600
10601     ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
10602
10603     This additional text in the bootup log helps to see if the board is
10604     configured for NAND-booting. Especially helpful for boards that can
10605     boot from NOR and NAND (e.g. most of the AMCC eval boards).
10606
10607     Signed-off-by: Stefan Roese <sr@denx.de>
10608
10609 commit 5132106a27b8fb302677852b26ffd319b40d17e2
10610 Author: Stefan Roese <sr@denx.de>
10611 Date:   Wed Apr 8 10:36:22 2009 +0200
10612
10613     ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
10614
10615     Currently the NOR & NAND support in Linux only works for the "standard"
10616     Sequoia, the version booting for NOR flash. The NAND-booting version
10617     has the chip-selects swapped. Here the chip-select mappings:
10618
10619     "Standard" NOR-booting version:
10620     CS0 NOR
10621     CS3 NAND
10622
10623     NAND-booting version:
10624     CS0 NAND
10625     CS3 NOR
10626
10627     With this path the dtb gets fixed-up, so that the correct chip-select
10628     numbers are patched in the dtb enabling correct NOR & NAND support
10629     in Linux on the NAND-booting Sequoia version.
10630
10631     Signed-off-by: Stefan Roese <sr@denx.de>
10632
10633 commit aad4eca4ba8d597747199d8af723426681557dda
10634 Author: Mike Frysinger <vapier@gentoo.org>
10635 Date:   Sat Apr 4 09:10:27 2009 -0400
10636
10637     Blackfin: audit UART for all known anomalies
10638
10639     There is no code change here, just new comments, but this keeps me from
10640     having to do another audit from scratch in the future.
10641
10642     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10643
10644 commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
10645 Author: Mike Frysinger <vapier@gentoo.org>
10646 Date:   Sat Apr 4 08:40:13 2009 -0400
10647
10648     Blackfin: add check for anomaly 05000362
10649
10650     DESCRIPTION:
10651     The column address width settings for banks 2 and 3 are misconnected in
10652     the SDRAM controller.  Accesses to bank 2 will result in an error if the
10653     Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
10654     that of bank 2.
10655
10656     WORKAROUND:
10657     If using bank 2, make sure that banks 2 and 3 have the same column address
10658     width settings in the EBIU_SDBCTL register.  This must be the case
10659     regardless of whether or not bank 3 is enabled.
10660
10661     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10662
10663 commit c2e07449f546fb375289cdac1a608fdc20357873
10664 Author: Mike Frysinger <vapier@gentoo.org>
10665 Date:   Sat Apr 4 08:29:55 2009 -0400
10666
10667     Blackfin: add comment about anomaly 05000430 avoidance
10668
10669     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10670
10671 commit 48ab1509254a4c175e4f65c478a978928ffe09ec
10672 Author: Mike Frysinger <vapier@gentoo.org>
10673 Date:   Sat Apr 4 08:10:22 2009 -0400
10674
10675     Blackfin: add workaround for anomaly 05000242
10676
10677     DESCRIPTION:
10678     If the DF bit is set prior to a hardware reset, the PLL will continue to
10679     divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
10680     cleared in the PLL_CTL register.
10681
10682     WORKAROUND:
10683     Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
10684     2 after reset.
10685
10686     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10687
10688 commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
10689 Author: Mike Frysinger <vapier@gentoo.org>
10690 Date:   Sat Apr 4 08:09:24 2009 -0400
10691
10692     Blackfin: add workaround for anomaly 05000171
10693
10694     DESCRIPTION:
10695     The Boot ROM is executed at power up/reset and changes the value of the
10696     SICA_IWR registers from their default reset value of 0xFFFF, but does not
10697     restore them.
10698
10699     WORKAROUND:
10700     User code should not rely on the default value of these registers.  Set
10701     the desired values explicitly.
10702
10703     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10704
10705 commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
10706 Author: Mike Frysinger <vapier@gentoo.org>
10707 Date:   Sat Apr 4 08:22:36 2009 -0400
10708
10709     Blackfin: update anomaly sheets
10710
10711     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10712
10713 commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
10714 Author: Graf Yang <graf.yang@analog.com>
10715 Date:   Sat Apr 4 07:45:57 2009 -0400
10716
10717     Blackfin: nand: flush peripheral before polling it
10718
10719     We need to make sure the data written to the nand flash controller makes
10720     it there before we start polling its status register.  Otherwise, we may
10721     get stale data and return before the controller is actually ready.
10722
10723     Signed-off-by: Graf Yang <graf.yang@analog.com>
10724     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10725     Acked-by: Scott Wood <scottwood@freescale.com>
10726
10727 commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
10728 Author: Remy Bohmer <linux@bohmer.net>
10729 Date:   Sun Apr 5 11:43:28 2009 +0200
10730
10731     Support for PXA27X UDC.
10732
10733         This Patch adds Support for PXA27X UDC.
10734         (Rebased to drivers/usb reorganisation)
10735
10736     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
10737     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10738
10739 commit 2731b9a86685190d26b1883f27afda5ac8e1a313
10740 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10741 Date:   Fri Apr 3 12:46:58 2009 +0200
10742
10743     drivers/usb: regorganisation
10744
10745     move to linux usb driver organisation
10746
10747     as following
10748
10749     drivers/usb/gadget
10750     drivers/usb/host
10751     drivers/usb/musb
10752
10753     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10754     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10755
10756 commit d04371a116d102e587ba7aa4c329b441cdbea3f4
10757 Author: Todor I Mollov <tmollov@ucsd.edu>
10758 Date:   Sat Apr 4 06:53:06 2009 -0400
10759
10760     Blackfin: spi: make cs deassert function deterministic
10761
10762     Blackfin SPI driver was not driving the SPI chip-select high before
10763     putting the chip-select signals into tri-state mode.  This is probably
10764     something that slipped by unnoticed in most designs.  If the signals are
10765     put directly into a tri-state mode, then the board is relying on the
10766     pull-up resistors to pull up the chip-select before the next transaction.
10767     Most of the time this is fine, except when you have two transactions that
10768     follow each other very closely, such as the flash erase and read status
10769     register commands.  In this case I was seeing a 500ns separation between
10770     the transactions.  In my setup, with a 10kOhm pull-up, it would meet
10771     timing spec about half the time and resulted in intermittent errors.  (A
10772     stronger pull up would fix this, but our design is targeted for low power
10773     consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
10774     I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
10775     chip-selects high before putting them into tri-state.  For me, this
10776     resulted in a rise time of 5ns instead of the previous rise time of about
10777     1us, and fully satisfied the timing spec of the chip.
10778
10779     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
10780     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10781
10782 commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
10783 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10784 Date:   Sat Dec 13 21:08:05 2008 +0100
10785
10786     integratorap: fix PCI support
10787
10788     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10789
10790 commit 1c397508c836dfcb01fb2471c71de0727051f117
10791 Author: Dirk Behme <dirk.behme@googlemail.com>
10792 Date:   Mon Mar 30 21:15:23 2009 +0200
10793
10794     OMAP3: Update Overo pin mux for new expansion board
10795
10796     A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
10797     switches. This patch changes the pinmux configuration for those pins.
10798     They were previously set up for unused MMC3_DAT4-7.
10799
10800     Signed-off-by: Steve Sakoman <steve@sakoman.com>
10801     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10802
10803 commit ab298231518675b3784aea88ee9b978438f99e63
10804 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10805 Date:   Sun Apr 5 13:08:03 2009 +0200
10806
10807     arm: unify reset command
10808
10809     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10810
10811 commit b3acb6cd4059dfb29a5e99095d802717f53ff784
10812 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10813 Date:   Sun Apr 5 13:06:31 2009 +0200
10814
10815     arm: clean cache management
10816
10817     unify arm cache management except for non standard cache as ARM7TDMI
10818
10819     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10820
10821 commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
10822 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10823 Date:   Sun Apr 5 13:02:43 2009 +0200
10824
10825     arm: update co-processor 15 access
10826
10827     import system.h from linux
10828
10829     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10830
10831 commit 23e4af49e066a53cd3e3659b68ef90572d88de84
10832 Author: Guennadi Liakhovetski <lg@denx.de>
10833 Date:   Sun Apr 5 00:42:02 2009 +0200
10834
10835     ARM: add the imx31_phycore_eet target to MAINTAINERS
10836
10837     imx31_phycore_eet is a variant of the imx31_phycore board with a few
10838     extensions, which justifies a separate entry in the MAINTAINERS list,
10839     whereas normally all entries sharing a single configuration file and a
10840     board/ directory have only one entry in MAINTAINERS.
10841
10842     Reported-by: Wolfgang Denk <wd@denx.de>
10843     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10844
10845 commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
10846 Author: Guennadi Liakhovetski <lg@denx.de>
10847 Date:   Sun Apr 5 00:37:07 2009 +0200
10848
10849     ARM: fix out-of-tree build of imx31_phycore_eet
10850
10851     Fix out-of-tree build of the imx31_phycore_eet target.
10852
10853     Reported-by: Wolfgang Denk <wd@denx.de>
10854     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10855
10856 commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
10857 Author: Jon Smirl <jonsmirl@gmail.com>
10858 Date:   Sat Apr 4 17:44:51 2009 -0400
10859
10860     mpc5200: reduce delays in i2c
10861
10862     The previous code waited 1000us before checking i2c
10863     status. Measurement shows i2c is usually ready in
10864     under 50us. Change the polling interval to 15us,
10865     loop 6,667 times to keep the polling timeout constant
10866     at 100ms.
10867
10868 commit 36003268968949110ef145d9f2eaf8439c96d25b
10869 Author: Sanjeev Premi <premi@ti.com>
10870 Date:   Fri Apr 3 14:00:07 2009 +0530
10871
10872     OMAP: Fix compile issue
10873
10874     Fixes this compile error:
10875     board.c: In function 'do_switch_ecc':
10876     board.c:339: error: 'cmd_tbl_t' has no member named 'help'
10877     make[1]: *** [board.o] Error 1
10878     make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
10879     make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
10880
10881     This is due to the fact that current command uses long
10882     help for the usage print even if the CONFIG_SYS_LONGHELP
10883     is not enabled. (Thanks Jean-Christophe for explanation).
10884
10885     Signed-off-by: Sanjeev Premi <premi@ti.com>
10886
10887 commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
10888 Author: Minkyu Kang <mk7.kang@samsung.com>
10889 Date:   Fri Apr 3 09:56:16 2009 +0900
10890
10891     s3c64xx: fix the wrong gpio offset
10892
10893     This patch fix the wrong gpio offset
10894
10895     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10896
10897 commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
10898 Author: Kyungmin Park <kmpark@infradead.org>
10899 Date:   Wed Nov 26 10:18:13 2008 +0900
10900
10901     Move machine specific code to board at s3c64xx (v2)
10902
10903     Move machine specific code to smdk6400.
10904     Some board use OneNAND instead of NAND.
10905
10906     Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
10907     So it's better to use macro instead of hard-coded value.
10908
10909     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10910
10911 commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
10912 Author: Tom Rix <Tom.Rix@windriver.com>
10913 Date:   Wed Apr 1 22:02:19 2009 -0500
10914
10915     ZOOM1 Remove legacy NAND defines
10916
10917     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10918
10919 commit 5891151707ee5902fe62d554c247f42865815757
10920 Author: Tom Rix <Tom.Rix@windriver.com>
10921 Date:   Wed Apr 1 22:02:20 2009 -0500
10922
10923     OMAP3 Fix multiline formatting in board init files.
10924
10925     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10926
10927 commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
10928 Author: Wolfgang Denk <wd@denx.de>
10929 Date:   Sun Apr 5 00:27:57 2009 +0200
10930
10931     Update CHANGELOG, coding style cleanup.
10932
10933 commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
10934 Author: Wolfgang Denk <wd@denx.de>
10935 Date:   Sun Apr 5 00:18:44 2009 +0200
10936
10937     One more fix for building env_embedded.o
10938
10939     In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
10940     commit afcbce07, we also need to do the same for
10941     CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
10942
10943     Signed-off-by: Wolfgang Denk <wd@denx.de>
10944
10945 commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
10946 Author: Scott Wood <scottwood@freescale.com>
10947 Date:   Thu Apr 2 16:15:10 2009 -0500
10948
10949     common/image.c: Relocate strings in tables.
10950
10951     Without this, u-boot can crash or print garbage if the original link
10952     address no longer points to a valid string.
10953
10954     Signed-off-by: Scott Wood <scottwood@freescale.com>
10955
10956 commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
10957 Author: Scott Wood <scottwood@freescale.com>
10958 Date:   Thu Apr 2 16:10:36 2009 -0500
10959
10960     mpc8260: Fill in brg's clock-frequency in device tree.
10961
10962     Signed-off-by: Scott Wood <scottwood@freescale.com>
10963
10964 commit c73ed274a211699739d83c2cef92853dc6716e15
10965 Author: Scott Wood <scottwood@freescale.com>
10966 Date:   Thu Apr 2 18:20:43 2009 -0500
10967
10968     MPC8260ADS: Add nfsboot/ramboot to default environment.
10969
10970     This brings it in line with other Freescale boards.
10971
10972     Signed-off-by: Scott Wood <scottwood@freescale.com>
10973
10974 commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
10975 Author: Andreas Huber <andreas.huber@keymile.com>
10976 Date:   Thu Apr 2 17:15:34 2009 +0200
10977
10978     UBI/cfi-mtd: Fix mtd name for multiple chips
10979
10980     On platforms with multiple NOR chips, currently only the first one
10981     can be selected using the "ubi part" command. This patch fixes this
10982     problem by using different names for the NOR "mtd devices".
10983
10984     It also changes the name of the NOR MTD device from "cfi-mtd" to
10985     "norX" (X indexing the device numer) to better match the mtdparts
10986     defaults.
10987
10988     Signed-off-by: Stefan Roese <sr@denx.de>
10989     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
10990
10991 commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
10992 Author: Peter Korsgaard <jacmet@sunsite.dk>
10993 Date:   Tue Mar 31 17:52:16 2009 +0200
10994
10995     tools/setlocalversion: use git svn instead of git-svn
10996
10997     Use the new "git <subcmd>" syntax instead of the deprecated
10998     "git-<subcmd>".
10999
11000     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11001
11002 commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
11003 Author: Mingkai Hu <Mingkai.hu@freescale.com>
11004 Date:   Tue Mar 31 14:09:40 2009 +0800
11005
11006     eSPI: add the eSPI register support
11007
11008     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
11009
11010 commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
11011 Author: Minkyu Kang <mk7.kang@samsung.com>
11012 Date:   Mon Mar 30 14:55:51 2009 +0900
11013
11014     cmd_mmc: add support for device command for selecting mmc device
11015
11016     This patch improves device command for selecting mmc device
11017
11018     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
11019
11020 commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
11021 Author: Alan Carvalho de Assis <acassis@gmail.com>
11022 Date:   Sat Mar 28 19:50:16 2009 -0300
11023
11024     Small fix to m5282evb
11025
11026     This is just a small fix to get u-boot on m5282evb.
11027
11028     Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
11029
11030 commit febd7e4174e54579c9aa165c85c519fe5288f9d2
11031 Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
11032 Date:   Fri Mar 27 10:21:14 2009 +0100
11033
11034     UBIFS: add R/O compatibility
11035
11036     Now UBIFS is supported by u-boot. If we ever decide to change the
11037     media format, then people will have to upgrade their u-boots to
11038     mount new format images. However, very often it is possible to
11039     preserve R/O forward-compatibility, even though the write
11040     forward-compatibility is not preserved.
11041
11042     This patch introduces a new super-block field which stores the
11043     R/O compatibility version.
11044
11045     Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
11046     Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
11047     Signed-off-by: Stefan Roese <sr@denx.de>
11048
11049 commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
11050 Author: Mike Frysinger <vapier@gentoo.org>
11051 Date:   Mon Mar 23 22:27:34 2009 -0400
11052
11053     more command usage cleanup
11054
11055     Fix up a few dangling commands like in "Command usage cleanup" commit.
11056
11057     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11058
11059 commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
11060 Author: Ladislav Michl <ladis@linux-mips.org>
11061 Date:   Mon Mar 23 12:06:07 2009 +0100
11062
11063     Separate mtdparts command from jffs2
11064
11065     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
11066     > Currently the mtdparts commands are included in the jffs2 command support.
11067     > This doesn't make sense anymore since other commands (e.g. UBI) use this
11068     > infrastructure as well now. This patch separates the mtdparts commands from
11069     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
11070     > support is needed.
11071
11072     ... and to make it useful for NAND chips as well, we should also remove now
11073     unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
11074     jffs2/load_kernel.h which is a bit misleading filename for that purpose,
11075     but that can be fixed later (tm).
11076
11077     Signed-off-by:  Ladislav Michl <ladis@linux-mips.org>
11078
11079 commit b196ca75503ce307c535b87bf47d51f05e7530df
11080 Author: Mike Frysinger <vapier@gentoo.org>
11081 Date:   Sun Mar 22 22:18:01 2009 -0400
11082
11083     smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
11084
11085     Rather than sticking Blackfin-specific stuff into the eeprom example, use
11086     an indirect macro so that any board can override it with their own magic
11087     sauce in their board config file.
11088
11089     Also fix some spurious semi-colons in defines while I'm at it ...
11090
11091     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11092     CC: Ben Warren <biggerbadderben@gmail.com>
11093
11094 commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
11095 Author: Sascha Hauer <s.hauer@pengutronix.de>
11096 Date:   Sat Mar 21 09:38:46 2009 -0400
11097
11098     mpc52xx phy: initialize only when needed
11099
11100     Do not initialize phy on startup, instead initialize it
11101     when we actually need it.
11102
11103     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
11104
11105 commit 03bab0091948196b9558248684c04f60943ca4b5
11106 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11107 Date:   Mon Mar 30 16:51:40 2009 +0200
11108
11109     at91sam9263ek: enable hush and auto complete support
11110
11111     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11112     Acked-by: Stelian Pop <stelian@popies.net>
11113
11114 commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
11115 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11116 Date:   Fri Mar 27 23:26:44 2009 +0100
11117
11118     at91: move dataflash spi driver to drivers/spi
11119
11120     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11121
11122 commit 2b7178afce59f71e95da657273f4132012098c1f
11123 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11124 Date:   Fri Mar 27 23:26:44 2009 +0100
11125
11126     at91: move usb driver to drivers/usb
11127
11128     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11129
11130 commit f82518d7f443ebac5f8821103a3c521c963aa6ee
11131 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11132 Date:   Fri Mar 27 23:26:43 2009 +0100
11133
11134     at91rm9200: Reset update
11135
11136     Update the rm9200 reset sequence to try executing a board-specific reset
11137     function and move specific board reset to board.
11138
11139     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11140
11141 commit 3524049cd053746298e4cfab2449882e75c146fc
11142 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11143 Date:   Fri Mar 27 23:26:43 2009 +0100
11144
11145     at91rm9200: move serial shutdown code to serial drivers
11146
11147     introduce serial_exit for this purpose. Use it only when the rm9200
11148     serial driver is active
11149
11150     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11151
11152 commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
11153 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11154 Date:   Fri Mar 27 23:26:43 2009 +0100
11155
11156     at91rm9200: move serial driver to drivers/serial
11157
11158     add CONFIG_AT91RM9200_USART to activate the driver
11159
11160     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11161
11162 commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
11163 Author: Ulf Samuelsson <ulf@atmel.com>
11164 Date:   Fri Mar 27 23:26:43 2009 +0100
11165
11166     Add support for the AT91RM9200EK Board.
11167
11168     The AT91RM9200-EK Evaluation Board supports the AT91RM9200
11169     ARM9-based 32-bit RISC microcontroller and enables real-time code development
11170     and evaluation.
11171
11172     Here is the chip page on Atmel website:
11173     http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
11174
11175     with
11176         - NOR (cfi driver)
11177         - DataFlash
11178         - USB OHCI
11179         - Net
11180         - I2C (hard)
11181
11182     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
11183     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11184
11185 commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
11186 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11187 Date:   Fri Mar 27 23:26:42 2009 +0100
11188
11189     add dataflash mmc mux missing support
11190
11191     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11192
11193 commit 2a325ce3c705ab2d82760afc541c511328472df8
11194 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11195 Date:   Fri Mar 27 23:26:42 2009 +0100
11196
11197     at91rm9200dk: Move conditional compilation to Makefile
11198
11199     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11200
11201 commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
11202 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11203 Date:   Fri Mar 27 23:26:42 2009 +0100
11204
11205     at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
11206
11207     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11208
11209 commit 843a2654bce74192de2b5a43474fdc27a572ab40
11210 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11211 Date:   Fri Mar 27 23:26:42 2009 +0100
11212
11213     at91sam9: add watchdog support
11214
11215     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
11216     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11217
11218 commit a47492ac60657dd9d59c713aa049319ea6eabd52
11219 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11220 Date:   Fri Mar 27 13:14:52 2009 +0100
11221
11222     at91sam9/at91cap: spi init add hardware chip select support
11223
11224     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11225
11226 commit 66932ac3929c7a145a6ef6574a96fd7535154951
11227 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11228 Date:   Sat Apr 4 19:15:40 2009 +0200
11229
11230     netstar: fix crc32.c dependancy location
11231
11232     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11233
11234 commit 42f9ebff2f758bef524780a00c712eb63a72d99b
11235 Author: Scott Wood <scottwood@freescale.com>
11236 Date:   Fri Apr 3 15:24:40 2009 -0500
11237
11238     MPC8260ADS: Define CONFIG_HAS_ETH0.
11239
11240     This is required so that the MAC address will be updated in the device tree.
11241
11242     Signed-off-by: Scott Wood <scottwood@freescale.com>
11243
11244 commit 8701eceffdf77e2908d0b58add0dabc16edf6087
11245 Author: Scott Wood <scottwood@freescale.com>
11246 Date:   Fri Apr 3 15:26:45 2009 -0500
11247
11248     PQ2FADS: Enable PCI.
11249
11250     PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
11251
11252     Signed-off-by: Scott Wood <scottwood@freescale.com>
11253
11254 commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
11255 Author: Wolfgang Denk <wd@denx.de>
11256 Date:   Sat Apr 4 16:57:50 2009 +0200
11257
11258     Fix quoting bug introduced by commit 74de7aef
11259
11260     Signed-off-by: Wolfgang Denk <wd@denx.de>
11261
11262 commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
11263 Author: Wolfgang Denk <wd@denx.de>
11264 Date:   Sat Apr 4 16:14:51 2009 +0200
11265
11266     Fix implicit declaration of function 'htons'
11267
11268     Include <netinet/in.h> instead of <linux/in.h> to get htons()
11269     prototpye.
11270
11271     Signed-off-by: Wolfgang Denk <wd@denx.de>
11272
11273 commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
11274 Author: Kumar Gala <galak@kernel.crashing.org>
11275 Date:   Sat Apr 4 10:21:02 2009 -0500
11276
11277     fsl_law: Fix bug in calculation of LAW sizing
11278
11279     In set_ddr_laws() when we determined how much of the size requested
11280     to be mapped was covered by the the first LAW we needed to recalculate
11281     the size based on what was actually mapped.
11282
11283     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11284
11285 commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
11286 Author: Kumar Gala <galak@kernel.crashing.org>
11287 Date:   Thu Apr 2 13:57:05 2009 -0500
11288
11289     fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
11290
11291     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11292
11293 commit c8514622e2713d9c47919acfe23fce386782afe7
11294 Author: Kumar Gala <galak@kernel.crashing.org>
11295 Date:   Thu Apr 2 13:22:48 2009 -0500
11296
11297     fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
11298
11299     Rename the pci header for FSL HW so we can move some prototypes
11300     in there and stop doing explicit externs
11301
11302     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11303
11304 commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
11305 Author: Wolfgang Denk <wd@denx.de>
11306 Date:   Sat Apr 4 16:10:40 2009 +0200
11307
11308     Fix building of env_embedded.o
11309
11310     Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
11311     only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
11312     building for many boards.
11313
11314     We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
11315     set.
11316
11317     Signed-off-by: Wolfgang Denk <wd@denx.de>
11318
11319 commit a31e091ad70915278fb15b79d6ae53ea2d44b251
11320 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11321 Date:   Sat Apr 4 12:49:11 2009 +0200
11322
11323     rename include/zlib.h to include/u-boot/zlib.h
11324
11325     Some systems have zlib.h installed in /usr/include/. This isn't the
11326     desired file for u-boot code - we want the one in include/zlib.h.
11327     This rename will avoid the conflict.
11328
11329     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11330     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11331
11332 commit ae644c178f097874a92a6d934f364985fc7e075a
11333 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11334 Date:   Sat Apr 4 12:46:31 2009 +0200
11335
11336     tools/Makefile: fix image.c dependancy location
11337
11338     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11339     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11340
11341 commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
11342 Author: Mike Frysinger <vapier@gentoo.org>
11343 Date:   Sat Apr 4 07:42:25 2009 -0400
11344
11345     tools: add ncb to gitignore
11346
11347     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11348
11349 commit 453c0d7558215cbc8636d94af172886d84e0dbba
11350 Author: Detlev Zundel <dzu@denx.de>
11351 Date:   Fri Apr 3 16:45:46 2009 +0200
11352
11353     include/ns16550.h: Unify structure declaration for registers
11354
11355     Instead of special casing the different access patterns, use common
11356     code with light macros sprinkled in to accomodate for the different
11357     layouts of the register structure.
11358
11359     Note that this also changes the types of the registers for the
11360     "positively packed (>1)" cases.  As the registers truly are unsigned
11361     chars, this is surely the Right Thing, but it is a semantic change.
11362     Note that for this case depending on the endianness on the bus, we may
11363     see a change of behaviour.
11364
11365     Signed-off-by: Detlev Zundel <dzu@denx.de>
11366
11367 commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
11368 Author: Peter Tyser <ptyser@xes-inc.com>
11369 Date:   Fri Mar 13 18:54:52 2009 -0500
11370
11371     Delete now unused tools/Makefile.win32
11372
11373     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11374
11375 commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
11376 Author: Peter Tyser <ptyser@xes-inc.com>
11377 Date:   Fri Mar 13 18:54:51 2009 -0500
11378
11379     Add support for building native win32 tools
11380
11381     Add support for compiling the host tools in the tools directory using
11382     the MinGW toolchain.  This produces executables which can be used on
11383     standard Windows computers without requiring cygwin.
11384
11385     One must specify the MinGW compiler and strip utilities as if they
11386     were the host toolchain in order to build win32 executables, eg:
11387
11388     make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
11389
11390     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11391
11392 commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
11393 Author: Peter Tyser <ptyser@xes-inc.com>
11394 Date:   Fri Mar 13 18:54:50 2009 -0500
11395
11396     tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
11397
11398     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11399
11400 commit b0d4d7219a4806e46affc96bd1f65397194a6e72
11401 Author: Peter Tyser <ptyser@xes-inc.com>
11402 Date:   Fri Mar 13 18:54:49 2009 -0500
11403
11404     tools/Makefile: Create generic build rules
11405
11406     Create a few generic build rules to replace the current method which has
11407     1 build target for each file
11408
11409     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11410
11411 commit 273174ddbcce215c42f6c307470cd5580a3f72bf
11412 Author: Peter Tyser <ptyser@xes-inc.com>
11413 Date:   Fri Mar 13 18:54:48 2009 -0500
11414
11415     tools/Makefile: Use auto-generated object file dependencies
11416
11417     Files in the SRCS variable have their dependencies automatically
11418     generated so remove duplicate explicit dependencies
11419
11420     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11421
11422 commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
11423 Author: Peter Tyser <ptyser@xes-inc.com>
11424 Date:   Fri Mar 13 18:54:47 2009 -0500
11425
11426     tools/Makefile: Remove symlinks for remaining source files
11427
11428     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11429
11430 commit eed073315b6447eceadf7468a4c2b757442c7c6f
11431 Author: Peter Tyser <ptyser@xes-inc.com>
11432 Date:   Fri Mar 13 18:54:46 2009 -0500
11433
11434     tools/Makefile: Dynamically generate libfdt object dependencies
11435
11436     Add the libfdt files to the SRCS variable so that they have their
11437     dependencies automatically generated
11438
11439     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11440
11441 commit c0170175393b94560fa7a5da6dd31377df5f4a72
11442 Author: Peter Tyser <ptyser@xes-inc.com>
11443 Date:   Fri Mar 13 18:54:45 2009 -0500
11444
11445     tools/Makefile: Remove symlinks for fdt targets
11446
11447     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11448
11449 commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
11450 Author: Peter Tyser <ptyser@xes-inc.com>
11451 Date:   Fri Mar 13 18:54:44 2009 -0500
11452
11453     tools/Makefile: Add libfdt/ to the include search path
11454
11455     This change makes the process of symlinking libfdt_internal.h
11456     unnecessary
11457
11458     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11459
11460 commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
11461 Author: Peter Tyser <ptyser@xes-inc.com>
11462 Date:   Fri Mar 13 18:54:43 2009 -0500
11463
11464     tools: Remove unecessary symlinking of zlib.h
11465
11466     crc32.c uses the zlib.h header in include/u-boot/zlib.h.  The symlink
11467     was previously necessary to give U-Boot's version of zlib.h precedence
11468     over the host computer's version of zlib.h.
11469
11470     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11471
11472 commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
11473 Author: Peter Tyser <ptyser@xes-inc.com>
11474 Date:   Fri Mar 13 18:54:42 2009 -0500
11475
11476     tools/Makefile: Add tools/ to the include search path
11477
11478     This change makes the process of symlinking mkimage.h and fdt_host.h
11479     unnecessary
11480
11481     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11482
11483 commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
11484 Author: Peter Tyser <ptyser@xes-inc.com>
11485 Date:   Fri Mar 13 18:54:41 2009 -0500
11486
11487     tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
11488
11489     Also conditionally add ncb.o to OBJ_FILES list
11490
11491     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11492
11493 commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
11494 Author: Peter Tyser <ptyser@xes-inc.com>
11495 Date:   Fri Mar 13 18:54:40 2009 -0500
11496
11497     tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
11498
11499     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11500
11501 commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
11502 Author: Peter Tyser <ptyser@xes-inc.com>
11503 Date:   Fri Mar 13 18:54:39 2009 -0500
11504
11505     tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
11506
11507     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11508
11509 commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
11510 Author: Peter Tyser <ptyser@xes-inc.com>
11511 Date:   Fri Mar 13 18:54:38 2009 -0500
11512
11513     tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
11514
11515     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11516
11517 commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
11518 Author: Peter Tyser <ptyser@xes-inc.com>
11519 Date:   Fri Mar 13 18:54:37 2009 -0500
11520
11521     tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
11522
11523     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11524
11525 commit eeba8617908e33f7e7db3b1588c04ca65b856793
11526 Author: Peter Tyser <ptyser@xes-inc.com>
11527 Date:   Fri Mar 13 18:54:36 2009 -0500
11528
11529     tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
11530
11531     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11532
11533 commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
11534 Author: Peter Tyser <ptyser@xes-inc.com>
11535 Date:   Fri Mar 13 18:54:35 2009 -0500
11536
11537     tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
11538
11539     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11540
11541 commit ee3584a5970230ee96aae19505ad3226734ee4ff
11542 Author: Peter Tyser <ptyser@xes-inc.com>
11543 Date:   Fri Mar 13 18:54:34 2009 -0500
11544
11545     tools/Makefile: Split variable declarations into multiple lines
11546
11547     Split variable declarations into multiple lines and use the standard
11548     VAR-y convention.  Also move object and binary variable declarations to
11549     after config.mk has been included to allow for these lists to utilize
11550     the CONFIG_XXX variables.
11551
11552     These changes lay the groundwork for conditional compilation of files
11553     in the tools directory.
11554
11555     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11556
11557 commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
11558 Author: Peter Tyser <ptyser@xes-inc.com>
11559 Date:   Fri Mar 13 18:54:33 2009 -0500
11560
11561     tools/Makefile: Remove inappropriate double-tabs
11562
11563     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11564
11565 commit 652f4ba076689fd0acd447561a777b1c440a4b57
11566 Author: Peter Tyser <ptyser@xes-inc.com>
11567 Date:   Fri Mar 13 18:54:32 2009 -0500
11568
11569     tools/Makefile: Remove HOSTARCH HOSTOS defines
11570
11571     The values of HOSTARCH and HOSTOS which are exported from the top-level
11572     Makefile should be used
11573
11574     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11575
11576 commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
11577 Author: Peter Tyser <ptyser@xes-inc.com>
11578 Date:   Fri Mar 13 18:54:31 2009 -0500
11579
11580     gen_eth_addr: Use POSIX rand() and srand()
11581
11582     Replace random()/srandom() use with rand()/srand() to support
11583     compilation with the mingw toolchain.  The rand()/srand() functions are
11584     generally more common and are functionally equivalent to the original
11585     random()/srandom() calls.
11586
11587     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11588
11589 commit 24d2ae5e9debe4b75151a55251031a14477fa875
11590 Author: Peter Tyser <ptyser@xes-inc.com>
11591 Date:   Fri Mar 13 18:54:28 2009 -0500
11592
11593     elf.h: Use stdint.h to provide standard typedefs for WIN32
11594
11595     The original code provided an incomplete set of typedefs for WIN32
11596     compiles and replicated the standard typedefs that are already
11597     provided by stdint.h
11598
11599     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11600
11601 commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
11602 Author: Peter Tyser <ptyser@xes-inc.com>
11603 Date:   Fri Mar 13 18:54:27 2009 -0500
11604
11605     common/Makefile: Conditionally compile env_embedded.o
11606
11607     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11608
11609 commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
11610 Author: Peter Tyser <ptyser@xes-inc.com>
11611 Date:   Fri Mar 13 18:54:26 2009 -0500
11612
11613     Makefile: Add removal of *.exe files to clean target
11614
11615     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11616
11617 commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
11618 Author: Peter Tyser <ptyser@xes-inc.com>
11619 Date:   Fri Mar 13 18:54:25 2009 -0500
11620
11621     Makefile: Make autoconf.mk a dependency of the depend target
11622
11623     The original code did not generate autoconf.mk until after some targets
11624     dependencies had already been calculated, for example the directories in
11625     the SUBDIRS variable
11626
11627     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11628
11629 commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
11630 Author: unsik Kim <donari75@gmail.com>
11631 Date:   Wed Feb 25 11:31:24 2009 +0900
11632
11633     mflash: Initial mflash support
11634
11635     Mflash is fusion memory device mainly targeted consumer eletronic and
11636     mobile phone.
11637     Internally, it have nand flash and other hardware logics and supports
11638     some different operation (ATA, IO, XIP) modes.
11639
11640     IO mode is custom mode for the host that doesn't have IDE interface.
11641     (Many mobile targeted SoC doesn't have IDE bus)
11642
11643     This driver support mflash IO mode.
11644
11645     Followings are brief descriptions about IO mode.
11646
11647     1. IO mode based on ATA protocol and uses some custom command. (read
11648        confirm, write confirm)
11649     2. IO mode uses SRAM bus interface.
11650
11651     Signed-off-by: unsik Kim <donari75@gmail.com>
11652
11653 commit 200779e3e2a9aeda7030b171a8c39d7797019917
11654 Author: Detlev Zundel <dzu@denx.de>
11655 Date:   Fri Apr 3 11:53:01 2009 +0200
11656
11657     Rename common ns16550 constants with UART_ prefix to prevent conflicts
11658
11659     Fix problems introduced in commit
11660     7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
11661     diagnosis functions for inka4x0] which redefined MSR_RI which is
11662     already used on PowerPC systems.
11663
11664     Also eliminate redundant definitions in ps2mult.h.  More cleanup will
11665     be needed for other redundant occurrences though.
11666
11667     Signed-off-by: Detlev Zundel <dzu@denx.de>
11668
11669 commit 99067b08f4a0ce20ff337a35211239f334d8f451
11670 Author: Scott Wood <scottwood@freescale.com>
11671 Date:   Wed Apr 1 15:33:24 2009 -0500
11672
11673     Noisily disable the legacy NAND subsystem.
11674
11675     Legacy NAND is marked for feature removal after April 2009 (i.e. this
11676     upcoming release).  There are still several boards that reference it
11677     (though many do so only for disk-on-chip support which has been silently
11678     disabled for a while now).  These boards will now fail to build
11679     with #error, though the code is still there if the user removes #error.
11680
11681     The plan is to remove the code outright in the next release, along with
11682     any board code that refers to it (such as board/esd/common/auto_update.c).
11683
11684     Also, remove the legacy NAND API description from README.nand.
11685
11686     Signed-off-by: Scott Wood <scottwood@freescale.com>
11687
11688 commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
11689 Author: apgmoorthy <moorthy.apg@samsung.com>
11690 Date:   Fri Mar 27 14:45:23 2009 +0530
11691
11692     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
11693
11694     Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
11695     However, u-boot image for apollon board is 195KB making the board
11696     unbootable with OneNAND.
11697
11698     Fix ipl to read CONFIG_SYS_MONITOR_LEN.
11699     CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
11700
11701     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
11702     Signed-off-by: Gangheyamoorthy   <moorthy.apg@samsung.com>
11703     Signed-off-by: Scott Wood <scottwood@freescale.com>
11704
11705 commit 74de7aefd79690bae8cf5a5120f5962d444be089
11706 Author: Wolfgang Denk <wd@denx.de>
11707 Date:   Wed Apr 1 23:34:12 2009 +0200
11708
11709     Add "source" command; prepare removal of "autoscr" command
11710
11711     According to the doc/feature-removal-schedule.txt, the "autoscr"
11712     command will be replaced by the "source" command in approximately 6
11713     months from now.
11714
11715     This patch prepares this change and starts a 6 month transition
11716     period as follows:
11717
11718     - The new "source" command has been added, which implements exactly
11719       the same functionlaity as the old "autoscr" command before
11720     - The old "autoscr" command name is kept as an alias for compatibility
11721     - Command sequences, script files atc. have been adapted to use the
11722       new "source" command
11723     - Related environment variables ("autoscript", "autoscript_uname")
11724       have *not* been adapted yet; these will be renamed resp. removed in
11725       a separate patch when the support for the "autoscr" command get's
11726       finally dropped.
11727
11728     Signed-off-by: Wolfgang Denk <wd@denx.de>
11729
11730 commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
11731 Author: Wolfgang Denk <wd@denx.de>
11732 Date:   Thu Apr 2 17:31:09 2009 +0200
11733
11734     Add "GPL cleanup" task to feature-removal-schedule.txt
11735
11736     Announce removal of all non-GPL or GPL-incompatible files
11737     after August 2009.
11738
11739     Signed-off-by: Wolfgang Denk <wd@denx.de>
11740
11741 commit d9596ffbdc79cea285010b67dd20a4618303f624
11742 Author: Mike Frysinger <vapier@gentoo.org>
11743 Date:   Thu Apr 2 12:51:28 2009 -0400
11744
11745     sf: stmicro: dont send 4 bytes when reading status register
11746
11747     I can't find anywhere in the datasheet that says the status register needs
11748     3 dummy bytes sent to it before being able to read back the first real
11749     result.  Tests on a Blackfin board show that after writing the opcode, the
11750     status register starts coming back immediately.  So only write out the
11751     read status register opcode before polling the result.
11752
11753     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11754     CC: Jason McMullan <mcmullan@netapp.com>
11755     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11756
11757 commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
11758 Author: Mike Frysinger <vapier@gentoo.org>
11759 Date:   Thu Apr 2 08:11:31 2009 -0400
11760
11761     sf: set common timeouts in seconds, not milliseconds
11762
11763     Since timeouts are only hit when there is a problem in the system, we
11764     don't want to prematurely timeout on a functioning setup.  Thus having
11765     low timeouts (in milliseconds) doesn't gain us anything in the production
11766     case, but rather increases likely hood of causing problems where none
11767     otherwise exist.
11768
11769     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11770     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11771
11772 commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
11773 Author: Mike Frysinger <vapier@gentoo.org>
11774 Date:   Thu Apr 2 06:51:49 2009 -0400
11775
11776     sf: stmicro: use common page timeout define
11777
11778     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11779     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11780
11781 commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
11782 Author: Mike Frysinger <vapier@gentoo.org>
11783 Date:   Sat Mar 28 06:41:09 2009 -0400
11784
11785     sf: always read 5 bytes for the idcode
11786
11787     Some SPI flash drivers like to have extended id information available
11788     (like the spansion flash), so rather than making it re-issue the ID cmd
11789     to get at the last 2 bytes, have the common code read 5 bytes rather than
11790     just 3.  This also matches the Linux behavior where it always reads 5 id
11791     bytes from all flashes.
11792
11793     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11794     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11795     CC: Mingkai Hu <Mingkai.hu@freescale.com>
11796
11797 commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
11798 Author: Mike Frysinger <vapier@gentoo.org>
11799 Date:   Fri Mar 27 16:34:21 2009 -0400
11800
11801     sf: stmicro: drop redundant id read
11802
11803     The common SPI flash code reads the idcode and passes it down to the SPI
11804     flash driver, so there is no need to read it again ourselves.
11805
11806     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11807     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11808     CC: Jason McMullan <mcmullan@netapp.com>
11809     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11810
11811 commit 1c5874374e091b4bb62917c519861f7682fe066e
11812 Author: Mike Frysinger <vapier@gentoo.org>
11813 Date:   Fri Mar 27 19:27:58 2009 -0400
11814
11815     sf: add driver for SST flashes
11816
11817     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11818     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11819
11820 commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
11821 Author: Mike Frysinger <vapier@gentoo.org>
11822 Date:   Mon Mar 23 23:03:58 2009 -0400
11823
11824     sf: drop DEBUG defines
11825
11826     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11827     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11828
11829 commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
11830 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11831 Date:   Sun Jan 4 07:44:07 2009 +0100
11832
11833     mtd: add some at45 spi flash support
11834
11835      - AT45DB321D
11836      - AT45DB161D
11837      - AT45DB081D
11838      - AT45DB041D
11839      - AT45DB021D
11840      - AT45DB011D
11841
11842     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11843     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11844
11845 commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
11846 Author: Mingkai Hu <Mingkai.hu@freescale.com>
11847 Date:   Tue Mar 31 14:09:41 2009 +0800
11848
11849     mtd: SPI Flash: Support the Spansion Flash
11850
11851     Add MTD SPI Flash support for S25FL008A, S25FL016A,
11852     S25FL032A, S25FL064A, S25FL128P.
11853
11854     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
11855     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11856
11857 commit 40587701924aa0afc86b3840421b4cc6de42c748
11858 Author: Mike Frysinger <vapier@gentoo.org>
11859 Date:   Mon Mar 30 20:56:45 2009 -0400
11860
11861     Blackfin: force all boards to HZ of 1000
11862
11863     Since the Blackfin timer code requires HZ to be 1000, barf on any board
11864     that tries to use a different value.
11865
11866     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11867
11868 commit f4032d2eec9d71a59c6c724671e577f67a76839b
11869 Author: Mike Frysinger <vapier@gentoo.org>
11870 Date:   Fri Mar 27 21:07:45 2009 -0400
11871
11872     Blackfin: bf533-stamp: drop old spi flash driver
11873
11874     Now that the common SPI flash code supports all the flashes, we can stop
11875     using the old driver.
11876
11877     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11878
11879 commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
11880 Author: Mike Frysinger <vapier@gentoo.org>
11881 Date:   Thu Mar 26 15:42:12 2009 -0400
11882
11883     Blackfin: add BF538/BF539 SPI portmux handling
11884
11885     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11886
11887 commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
11888 Author: Mike Frysinger <vapier@gentoo.org>
11889 Date:   Mon Mar 23 22:36:10 2009 -0400
11890
11891     Blackfin: do not delay on output bytes
11892
11893     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11894
11895 commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
11896 Author: Mike Frysinger <vapier@gentoo.org>
11897 Date:   Mon Mar 23 22:17:27 2009 -0400
11898
11899     Blackfin: drop newline from OTP help
11900
11901     Looks like I accidentally added a newline to the OTP help when merging and
11902     older change.
11903
11904     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11905
11906 commit d3c38d96b991d641a33f7748130dae008563cdc9
11907 Author: Mike Frysinger <vapier@gentoo.org>
11908 Date:   Sun Mar 22 23:43:31 2009 -0400
11909
11910     Blackfin: convert bfin_sdh to legacy mmc
11911
11912     The Blackfin SDH controller is still using the legacy framework, so update
11913     the driver to use the renamed functions.
11914
11915     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11916
11917 commit d248cfb2d940b742f6bfdba9b832a3df96da3101
11918 Author: Mike Frysinger <vapier@gentoo.org>
11919 Date:   Sun Feb 22 16:30:38 2009 -0500
11920
11921     Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
11922
11923     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11924
11925 commit ad9073211ca9e62162a39851e082b8d07a662fb6
11926 Author: Mike Frysinger <vapier@gentoo.org>
11927 Date:   Fri Feb 13 17:10:58 2009 -0500
11928
11929     Blackfin: fix crash when booting from external memory
11930
11931     When testing a u-boot binary that hasn't been booted from the bootrom, we
11932     have to make sure the bootstruct structure has sane storage space.  If we
11933     don't, the initcode will crash when it tries to dereference an invalid
11934     pointer.
11935
11936     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11937
11938 commit 84a9dda324c3faa56be14449d7519b993d9397a9
11939 Author: Mike Frysinger <vapier@gentoo.org>
11940 Date:   Sun Oct 12 21:32:52 2008 -0400
11941
11942     Blackfin: bf518f-ezbrd: new board port
11943
11944     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11945
11946 commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
11947 Author: Mike Frysinger <vapier@gentoo.org>
11948 Date:   Sun Oct 12 21:30:48 2008 -0400
11949
11950     Blackfin: bf526-ezbrd: new board port
11951
11952     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11953
11954 commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
11955 Author: Mike Frysinger <vapier@gentoo.org>
11956 Date:   Sun Oct 12 21:25:33 2008 -0400
11957
11958     Blackfin: bf538f-ezkit: new board port
11959
11960     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11961
11962 commit d9a5d113b93583c984711127ab8503e136ed1e4a
11963 Author: Mike Frysinger <vapier@gentoo.org>
11964 Date:   Sun Oct 12 20:59:12 2008 -0400
11965
11966     Blackfin: bf527-ezkit: new board port
11967
11968     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11969
11970 commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
11971 Author: Mike Frysinger <vapier@gentoo.org>
11972 Date:   Sun Oct 12 05:05:42 2008 -0400
11973
11974     Blackfin: bf548-ezkit: new board port
11975
11976     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11977
11978 commit 67b89c79e72fe86b0ea0199425d880630beb95d8
11979 Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
11980 Date:   Tue Mar 3 14:23:59 2009 +0100
11981
11982     libfdt: Fix C++ compile-time cast error on gnu 4.2.1
11983
11984     Allow the inclusion of libfdt.h in C++ source.
11985
11986     Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
11987     Acked-by: David Gibson <david@gibson.dropbear.id.au>
11988
11989 commit 13d93f38e86818739317b0206d597265cf9e675e
11990 Author: Emil Medve <Emilian.Medve@Freescale.com>
11991 Date:   Mon Feb 23 10:43:36 2009 -0600
11992
11993     Fix a possible overflow case detected by gcc 4.3.2
11994
11995     .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
11996     .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
11997
11998     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
11999
12000 commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
12001 Author: David Gibson <david@gibson.dropbear.id.au>
12002 Date:   Fri Feb 6 14:03:24 2009 +1100
12003
12004     libfdt: Rework/cleanup fdt_next_tag()
12005
12006     Currently, callers of fdt_next_tag() must usually follow the call with
12007     some sort of call to fdt_offset_ptr() to verify that the blob isn't
12008     truncated in the middle of the tag data they're going to process.
12009     This is a bit silly, since fdt_next_tag() generally has to call
12010     fdt_offset_ptr() on at least some of the data following the tag for
12011     its own operation.
12012
12013     This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
12014     verify the data between its starting offset and the offset it returns
12015     in nextoffset.  This simplifies fdt_get_property() which no longer has
12016     to verify itself that the property data is all present.
12017
12018     At the same time, I neaten and clarify the error handling for
12019     fdt_next_tag().  Previously, fdt_next_tag() could return -1 instead of
12020     a tag value in some circumstances - which almost none of the callers
12021     checked for.  Also, fdt_next_tag() could return FDT_END either because
12022     it encountered an FDT_END tag, or because it reached the end of the
12023     structure block - no way was provided to tell between these cases.
12024
12025     With this patch, fdt_next_tag() always returns FDT_END with a negative
12026     value in nextoffset for an error.  This means the several places which
12027     loop looking for FDT_END will still work correctly - they only need to
12028     check for errors at the end.  The errors which fdt_next_tag() can
12029     report are:
12030         - -FDT_ERR_TRUNCATED if it reached the end of the structure
12031            block instead of finding a tag.
12032
12033         - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
12034                tag data couldn't be verified with fdt_offset_ptr().
12035
12036     This patch also updates the callers of fdt_next_tag(), where
12037     appropriate, to make use of the new error reporting.
12038
12039     Finally, the prototype for the long gone _fdt_next_tag() is removed
12040     from libfdt_internal.h.
12041
12042     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12043
12044 commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
12045 Author: David Gibson <david@gibson.dropbear.id.au>
12046 Date:   Fri Feb 6 14:01:56 2009 +1100
12047
12048     libfdt: Rework fdt_next_node()
12049
12050     Currently fdt_next_node() will find the next node in the blob
12051     regardless of whether it is above, below or at the same level in the
12052     tree as the starting node - the depth parameter is updated to indicate
12053     which is the case.  When a depth parameter is supplied, this patch
12054     makes it instead terminate immediately when it finds the END_NODE tag
12055     for a node at depth 0.  In this case it returns the offset immediately
12056     past the END_NODE tag.
12057
12058     This has a couple of advantages.  First, this slightly simplifies
12059     fdt_subnode_offset(), which no longer needs to explicitly check that
12060     fdt_next_node()'s iteration hasn't left the starting node.  Second,
12061     this allows fdt_next_node() to be used to implement
12062     _fdt_node_end_offset() considerably simplifying the latter function.
12063
12064     The other users of fdt_next_node() either don't need to iterate out of
12065     the starting node, or don't pass a depth parameter at all.  Any
12066     callers that really need to iterate out of the starting node, but keep
12067     tracking depth can do so by biasing the initial depth value.
12068
12069     This is a semantic change, but I think it's very unlikely to break any
12070     existing library users.
12071
12072     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12073
12074 commit c123098035be8bae3859bbfbd06861f197c07631
12075 Author: Scott Wood <scottwood@freescale.com>
12076 Date:   Tue Mar 31 17:49:36 2009 -0500
12077
12078     mpc83xx: Set guarded bit on BAT that covers the end of the address space
12079
12080     The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
12081     address space; however, not all of this space is covered by a device.  In
12082     particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
12083     at the far end of the address space.
12084
12085     In zlib, there is a loop that references p[-1] if p is non-NULL.  Under
12086     some circumstances, this leads to the CPU speculatively loading from
12087     0xfffffff8 if p is NULL.  This leads to a machine check.
12088
12089     Signed-off-by: Scott Wood <scottwood@freescale.com>
12090
12091     continuation to the remaining mpc83xx boards that suffer from the same problem.
12092
12093     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12094
12095 commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
12096 Author: Kim Phillips <kim.phillips@freescale.com>
12097 Date:   Mon Mar 30 14:28:05 2009 -0500
12098
12099     rtc: remove broken rtc_read and rtc_write declarations
12100
12101     commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
12102     EPSON)" introduces the following build error on boards configuring e.g,
12103     the ds1374 rtc:
12104
12105     Configuring for MPC837XEMDS board...
12106     ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
12107     /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
12108     ds1374.c:104: error: conflicting types for 'rtc_write'
12109     /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
12110
12111     this reverts the erroneous chunk.
12112
12113     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12114     Acked-by: Detlev Zundel <dzu@denx.de>
12115     CC: Detlev Zundel <dzu@denx.de>
12116     CC: Andreas Pfefferle <ap@denx.de>
12117
12118 commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
12119 Author: Kumar Gala <galak@kernel.crashing.org>
12120 Date:   Tue Mar 31 17:58:13 2009 -0500
12121
12122     85xx/86xx: Ensure MP boot page is not used
12123
12124     We had a bug on 86xx in which the boot page used to bring up secondary
12125     cores was being overwritten and used for the malloc region in u-boot.
12126
12127     We need to reserve the region of memory that the boot page is going to
12128     be put at so nothing uses it.
12129
12130     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12131     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
12132
12133 commit c840d26c752141b94bbc24ac748ddd45752a955a
12134 Author: Kumar Gala <galak@kernel.crashing.org>
12135 Date:   Tue Mar 31 23:11:05 2009 -0500
12136
12137     85xx: Introduce determine_mp_bootpg() helper.
12138
12139     Match determine_mp_bootpg() that was added for 86xx.  We need this to
12140     address a bug introduced in v2009.03 with 86xx MP booting.  We have to
12141     make sure to reserve the region of memory used for the MP bootpg() so
12142     other u-boot code doesn't use it.
12143
12144     Also added a comment about how cpu_reset() is dealing w/an errata on
12145     early 85xx MP HW.
12146
12147     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12148
12149 commit 7649a590b53ee548f41428bf20780f74ce9fc099
12150 Author: Kumar Gala <galak@kernel.crashing.org>
12151 Date:   Tue Mar 31 23:02:38 2009 -0500
12152
12153     86xx: Cleanup MP support
12154
12155     * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
12156     * Introduce determine_mp_bootpg() helper.  We'll need this to address a
12157       bug introduced in v2009.03 with 86xx MP booting.  We have to make sure
12158       to reserve the region of memory used for the MP bootpg() so other
12159       u-boot code doesn't use it.
12160     * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
12161       allow cmd_mp.c to build and work. In the future we should look at
12162       implementing all these functions. This could be common w/85xx if we
12163       use spin tables on 86xx.
12164
12165     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12166
12167 commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
12168 Author: Becky Bruce <beckyb@kernel.crashing.org>
12169 Date:   Tue Mar 31 18:38:37 2009 -0500
12170
12171     mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
12172
12173     We're missing the board_lmb_reserve definitions that allow
12174     cpu_mp_lmb_reserve to be called; this means that Linux
12175     is free to reallocate reserved pages.  Linux currently boots
12176     because we're getting lucky - the page we've reserved is
12177     high enough in memory that it isn't allocated by Linux
12178     while we still need it to be in existence.
12179
12180     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
12181     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12182
12183 commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
12184 Author: Ladislav Michl <ladis@linux-mips.org>
12185 Date:   Tue Mar 31 13:43:10 2009 +0200
12186
12187     NetStar: fix NAND
12188
12189     Fix NAND support broken during new NAND code merge. Move those few lines of
12190     code to board/netstar/netstar.c
12191
12192     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
12193
12194 commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
12195 Author: Jens Scharsig <esw@bus-elektronik.de>
12196 Date:   Tue Mar 31 08:18:29 2009 +0200
12197
12198     soft_i2c.c compiler/linker error
12199
12200     This patch fix the compiler/linker errors
12201
12202     common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
12203     common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
12204
12205     if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
12206     uesd/undef (wrong define order)
12207
12208     and
12209
12210     removes additional empty lines
12211
12212     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
12213
12214 commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
12215 Author: Haiying Wang <Haiying.Wang@freescale.com>
12216 Date:   Fri Mar 27 17:02:45 2009 -0400
12217
12218     MPC85xx: Add MPC8569MDS board support
12219
12220     This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
12221     EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
12222
12223     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
12224     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
12225     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12226
12227 commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
12228 Author: Haiying Wang <Haiying.Wang@freescale.com>
12229 Date:   Fri Mar 27 17:02:44 2009 -0400
12230
12231     MPC85xx: Add MPC8569 CPU support
12232
12233     There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
12234     LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
12235     then invalidate it after LBCR bit 13 is set.
12236
12237     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
12238     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12239
12240 commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
12241 Author: Haiying Wang <Haiying.Wang@freescale.com>
12242 Date:   Thu Mar 26 17:01:49 2009 -0400
12243
12244     MPC85xx: Load and enable QE microcode patch in IRAM
12245
12246     For the silicon which doesn't have ROM support in QE, it always needs to load
12247     a pre-built ucode binary to IRAM so that QE can work.
12248
12249     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
12250     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
12251
12252 commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
12253 Author: Kumar Gala <galak@kernel.crashing.org>
12254 Date:   Thu Mar 19 09:16:10 2009 -0500
12255
12256     85xx: Add support for additional e500mc features
12257
12258     * Enable backside L2
12259     * e500mc no longer has timebase enable in HID (moved to CCSR register)
12260
12261     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12262
12263 commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
12264 Author: Dave Liu <daveliu@freescale.com>
12265 Date:   Sat Mar 14 12:48:30 2009 +0800
12266
12267     fsl-ddr: add the DDR3 SPD infrastructure
12268
12269     - support mirrored DIMMs, not support register DIMMs
12270     - test passed on P2020DS board with MT9JSF12872AY-1G1D1
12271     - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
12272
12273     Signed-off-by: Dave Liu <daveliu@freescale.com>
12274     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
12275
12276 commit 6a8197836702991468cead5ead073f589e2623ad
12277 Author: Dave Liu <daveliu@freescale.com>
12278 Date:   Sat Mar 14 12:48:19 2009 +0800
12279
12280     fsl-ddr: Fix two bugs in the ddr infrastructure
12281
12282     1. wr_lat
12283        UM said the total write latency for DDR2 is equal to
12284        WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
12285        so, the WR_LAT = CL - 1;
12286     2. rd_to_pre
12287        we missed to add the ADD_LAT for DDR2 case.
12288
12289     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
12290     Signed-off-by: Dave Liu <daveliu@freescale.com>
12291
12292 commit 540dcf1cb86961e11aa92c47671f27762c581d8c
12293 Author: Kumar Gala <galak@kernel.crashing.org>
12294 Date:   Thu Mar 26 01:34:39 2009 -0500
12295
12296     83xx: Use common LSDMR defines from asm/fsl_lbc.h
12297
12298     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12299     Acked-by: Kim Phillips <kim.phillips@freescale.com>
12300
12301 commit b0fe93eda69721aef1fdef576164b668fad83bbd
12302 Author: Kumar Gala <galak@kernel.crashing.org>
12303 Date:   Thu Mar 26 01:34:38 2009 -0500
12304
12305     85xx: Use common LSDMR defines from asm/fsl_lbc.h
12306
12307     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12308
12309 commit 0088c298f0eeb90ec001f744e9959dea83dd563a
12310 Author: Kumar Gala <galak@kernel.crashing.org>
12311 Date:   Thu Mar 26 01:34:37 2009 -0500
12312
12313     Add LSDMR (SDRAM Mode Register) definition on localbus
12314
12315     The masks for various bit defines of LSDMR are common and thus we can
12316     define them in one place rather than replicating them in each config.h
12317
12318     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12319
12320 commit 89c00fb15859213788f0ad089934c376fb356099
12321 Author: Ladislav Michl <ladis@linux-mips.org>
12322 Date:   Mon Mar 30 18:58:41 2009 +0200
12323
12324     OMAP: use {read,write}l to access timer registers
12325
12326     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
12327
12328 commit 81472d893fa565c9d300928a40e504a689bde131
12329 Author: Ladislav Michl <ladis@linux-mips.org>
12330 Date:   Mon Mar 30 18:58:41 2009 +0200
12331
12332     OMAP: rename timer divisor
12333
12334     Divisor field is called PTV not PVT.
12335
12336     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
12337     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12338
12339 commit fe672d60b2a8c9e803596ba4533fa1776015551d
12340 Author: Ladislav Michl <ladis@linux-mips.org>
12341 Date:   Mon Mar 30 18:58:40 2009 +0200
12342
12343     OMAP: reindent timer code
12344
12345     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
12346
12347 commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
12348 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12349 Date:   Mon Mar 30 18:58:40 2009 +0200
12350
12351     s3c2410: move nand driver to drivers/mtd/nand
12352
12353     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12354
12355 commit d3b635774194404bcd424f6b376419bce22076ad
12356 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12357 Date:   Mon Mar 30 18:58:40 2009 +0200
12358
12359     s3c24x0: move i2c driver to drivers/i2c
12360
12361     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12362
12363 commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
12364 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12365 Date:   Mon Mar 30 18:58:39 2009 +0200
12366
12367     s3c24x0: move serial driver to drivers/serial
12368
12369     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12370
12371 commit 942ba9969b9efa25f816c238861ecb339c54ed73
12372 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12373 Date:   Mon Mar 30 18:58:39 2009 +0200
12374
12375     davinci: move i2c driver to drivers/i2c
12376
12377     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12378
12379 commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
12380 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12381 Date:   Mon Mar 30 18:58:39 2009 +0200
12382
12383     davinci: move nand driver to drivers/mtd/nand
12384
12385     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12386
12387 commit d3e55d0774a180c1837bd7ddec464015e883bd86
12388 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12389 Date:   Mon Mar 30 18:58:38 2009 +0200
12390
12391     imx: move serial driver to drivers/serial
12392
12393     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12394
12395 commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
12396 Author: Detlev Zundel <dzu@denx.de>
12397 Date:   Mon Mar 30 00:31:36 2009 +0200
12398
12399     inka4x0: Use proper accessor macros for memory mapped registers.
12400
12401     Signed-off-by: Detlev Zundel <dzu@denx.de>
12402
12403 commit e979e85fd39b06436922bb4d6bb5fafcbc775182
12404 Author: Detlev Zundel <dzu@denx.de>
12405 Date:   Mon Mar 30 00:31:35 2009 +0200
12406
12407     inka4x0: Add hardware diagnosis and RTC in configuration.
12408
12409     This patch adds the board specific communication routines needed by
12410     the external 4543 RTC.
12411
12412     Signed-off-by: Detlev Zundel <dzu@denx.de>
12413     Signed-off-by: Andreas Pfefferle <ap@denx.de>
12414
12415 commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
12416 Author: Detlev Zundel <dzu@denx.de>
12417 Date:   Mon Mar 30 00:31:34 2009 +0200
12418
12419     inka4x0: Add hardware diagnosis functions for inka4x0
12420
12421     This patch adds advanced diagnosis functions for the inka4x0 board.
12422
12423     Signed-off-by: Andreas Pfefferle <ap@denx.de>
12424     Signed-off-by: Detlev Zundel <dzu@denx.de>
12425
12426 commit 04e11cf383ff6231535fd981023bb1306b2133d4
12427 Author: Detlev Zundel <dzu@denx.de>
12428 Date:   Mon Mar 30 00:31:33 2009 +0200
12429
12430     rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
12431
12432     Signed-off-by: Detlev Zundel <dzu@denx.de>
12433     Signed-off-by: Andreas Pfefferle <ap@denx.de>
12434
12435 commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
12436 Author: Detlev Zundel <dzu@denx.de>
12437 Date:   Mon Mar 30 00:31:32 2009 +0200
12438
12439     drivers/twserial: Add protocol driver for "three wire serial" interface.
12440
12441     This pretty unintelligent interface is used on some RTC chips.
12442
12443     Signed-off-by: Detlev Zundel <dzu@denx.de>
12444
12445 commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
12446 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12447 Date:   Sun Mar 29 23:01:42 2009 +0200
12448
12449     arm720t/clps7111: move serial driver to drivers/serial
12450
12451     add CONFIG_CLPS7111_SERIAL to activate the driver
12452
12453     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12454
12455 commit 6790c55704531eb98f76b51d50e0f73d19fa2988
12456 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12457 Date:   Sun Mar 29 23:01:42 2009 +0200
12458
12459     lpc2292: move serial driver to drivers/serial
12460
12461     add CONFIG_LPC2292_SERIAL to activate the driver
12462
12463     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12464
12465 commit 176a600d0ecdaccbac483d2ba992d0119f853119
12466 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12467 Date:   Sun Mar 29 23:01:42 2009 +0200
12468
12469     ks8695: move serial driver to drivers/serial
12470
12471     add CONFIG_KS8695_SERIAL to activate the driver
12472
12473     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12474
12475 commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
12476 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12477 Date:   Sun Mar 29 23:01:42 2009 +0200
12478
12479     s3c64xx: move usb driver to drivers/usb
12480
12481     add CONFIG_USB_S3C64XX to activate the driver
12482
12483     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12484
12485 commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
12486 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12487 Date:   Sun Mar 29 23:01:41 2009 +0200
12488
12489     imx31: move serial driver to drivers/serial
12490
12491     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12492
12493 commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
12494 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12495 Date:   Sun Mar 29 23:01:41 2009 +0200
12496
12497     netarm: move serial driver to drivers/serial
12498
12499     add CONFIG_NETARM_SERIAL to activate the driver
12500
12501     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12502
12503 commit 412ab705888742add435dd6ffc2e8bda14962235
12504 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12505 Date:   Sun Mar 29 23:01:41 2009 +0200
12506
12507     sa1100: move serial driver to drivers/serial
12508
12509     add CONFIG_SA1100_SERIAL to activate the driver
12510
12511     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12512
12513 commit b2368754a9202225fd072e159fb78da7d2cdb623
12514 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12515 Date:   Sun Mar 29 23:01:41 2009 +0200
12516
12517     s3c44b0: extract cache from cpu.c
12518
12519     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12520
12521 commit 40fd626223eae5363719bcb9a6896f08ceeee90a
12522 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12523 Date:   Sun Mar 29 23:01:41 2009 +0200
12524
12525     s3c44b0: move serial driver to drivers/serial
12526
12527     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12528
12529 commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
12530 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12531 Date:   Sun Mar 29 23:01:40 2009 +0200
12532
12533     s3c44b0: move rtc driver to drivers/rtc
12534
12535     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12536
12537 commit 50f601cca8985615f9e3de4c34887448ade8a64b
12538 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12539 Date:   Sun Mar 29 23:01:40 2009 +0200
12540
12541     s3c44b0: move i2c driver to drivers/i2c
12542
12543     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12544
12545 commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
12546 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12547 Date:   Sun Mar 29 23:01:36 2009 +0200
12548
12549     s3c4510b: move specific code to soc directory
12550
12551     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12552
12553 commit 04531f3c11c693dc54924f82c41979d960309c9d
12554 Author: Ladislav Michl <ladis@linux-mips.org>
12555 Date:   Wed Mar 25 23:43:58 2009 +0100
12556
12557     NetStar: add RTC support
12558
12559     Add RTC support.
12560
12561     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
12562
12563 commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
12564 Author: Ladislav Michl <ladis@linux-mips.org>
12565 Date:   Wed Mar 25 23:43:50 2009 +0100
12566
12567     NetStar: use generic flash driver
12568
12569     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
12570
12571 commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
12572 Author: Ladislav Michl <ladis@linux-mips.org>
12573 Date:   Mon Mar 16 23:31:20 2009 +0100
12574
12575     NetStar: update crcit utility
12576
12577     Make crc32 function to match its prototype. Use more meaningful identifiers.
12578
12579     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
12580
12581 commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
12582 Author: Ladislav Michl <ladis@linux-mips.org>
12583 Date:   Mon Mar 23 17:46:27 2009 +0100
12584
12585     Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
12586
12587     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
12588
12589 commit 88685b5f62274167ad2ba8a58e108d89ff71955b
12590 Author: Wolfgang Denk <wd@denx.de>
12591 Date:   Sun Mar 29 00:58:16 2009 +0100
12592
12593     VCMA9: fix compile errors
12594
12595     Fix these:
12596     cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
12597     cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
12598
12599     Signed-off-by: Wolfgang Denk <wd@denx.de>
12600
12601 commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
12602 Author: Wolfgang Denk <wd@denx.de>
12603 Date:   Sun Mar 29 00:54:21 2009 +0100
12604
12605     ARM: fix warning: 'print_eth' defined but not used
12606
12607     This warning got issued for all ARM systems that don't have
12608     CONFIG_CMD_NET enabled.
12609
12610     Signed-off-by: Wolfgang Denk <wd@denx.de>
12611
12612 commit fd88d91a639ce41b825c8d50dc2182050e98fe53
12613 Author: Ladislav Michl <ladis@linux-mips.org>
12614 Date:   Mon Mar 23 18:16:34 2009 +0100
12615
12616     cs8900 compile fix
12617
12618     cs8900.c: In function 'eth_init':
12619     cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
12620     cs8900.c:165: error: invalid operands to binary <<
12621     cs8900.c:166: error: invalid operands to binary <<
12622     cs8900.c:167: error: invalid operands to binary <<
12623
12624     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
12625     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12626
12627 commit d2567be915036720693f3ddd00c39b5b4d86fb8d
12628 Author: Wolfgang Denk <wd@denx.de>
12629 Date:   Sat Mar 28 20:16:16 2009 +0100
12630
12631     Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
12632
12633     ...and some other compile warnings.
12634
12635     Signed-off-by: Wolfgang Denk <wd@denx.de>
12636
12637 commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
12638 Author: Wolfgang Denk <wd@denx.de>
12639 Date:   Sat Mar 28 16:17:29 2009 +0100
12640
12641     mpc8xx/ether.c: fix warning: unused variable 'bd'
12642
12643     Also minor coding style cleanup.
12644
12645     Signed-off-by: Wolfgang Denk <wd@denx.de>
12646
12647 commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
12648 Author: Detlev Zundel <dzu@denx.de>
12649 Date:   Wed Mar 25 17:27:52 2009 +0100
12650
12651     command.c: Expose the core of do_help as _do_help to the rest of u-boot.
12652
12653     Other commands implementing subcommands can reuse this code nicely.
12654
12655     Signed-off-by: Detlev Zundel <dzu@denx.de>
12656     Signed-off-by: Andreas Pfefferle <ap@denx.de>
12657
12658 commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
12659 Author: Detlev Zundel <dzu@denx.de>
12660 Date:   Tue Mar 24 18:02:33 2009 +0100
12661
12662     mpc5xxx: Add structure definition for several more register blocks.
12663
12664     Signed-off-by: Detlev Zundel <dzu@denx.de>
12665
12666 commit 739b0e594677a0676577bc95db4495a5563fc7f8
12667 Author: Detlev Zundel <dzu@denx.de>
12668 Date:   Fri Mar 27 15:03:55 2009 +0100
12669
12670     MAINTAINERS: Add entry for 'inka4x0' board.
12671
12672     Signed-off-by: Detlev Zundel <dzu@denx.de>
12673
12674 commit e55ecec45340755ef47cbbb13fb35ceed60eb115
12675 Author: Detlev Zundel <dzu@denx.de>
12676 Date:   Fri Mar 27 15:03:54 2009 +0100
12677
12678     MAINTAINERS: Keep list sorted.
12679
12680     Signed-off-by: Detlev Zundel <dzu@denx.de>
12681
12682 commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
12683 Author: Mike Frysinger <vapier@gentoo.org>
12684 Date:   Thu Mar 26 11:17:41 2009 -0400
12685
12686     karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
12687
12688     The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
12689
12690     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12691     CC: Ben Warren <biggerbadderben@gmail.com>
12692
12693 commit 76756e41cde0a617e781a604cc47dfaef63697cd
12694 Author: Heiko Schocher <hs@denx.de>
12695 Date:   Thu Mar 26 07:33:59 2009 +0100
12696
12697     ppc: cleanup compiler errors/warnings
12698
12699     Current u-boot top of tree builds with warnings/errors for
12700     the following boards:
12701
12702     ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
12703     RPXClassic debris PN62
12704
12705     following patch solves this.
12706
12707     Signed-off-by: Heiko Schocher <hs@denx.de>
12708     Acked-by: Mike Frysinger <vapier@gentoo.org>
12709
12710 commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
12711 Author: Stefan Roese <sr@denx.de>
12712 Date:   Thu Mar 26 16:14:13 2009 +0100
12713
12714     ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
12715
12716     This patch fixes a bug in the Sequoia TLB init code to reconfigure
12717     the correct TLB (boot space) after running from RAM. This bug was
12718     introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
12719     [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
12720     TLB in the Sequoia init.S file.
12721
12722     Signed-off-by: Stefan Roese <sr@denx.de>
12723
12724 commit e2b66fe453a3679f807b37fc5923d89214302764
12725 Author: Wolfgang Denk <wd@denx.de>
12726 Date:   Thu Mar 26 10:00:57 2009 +0100
12727
12728     ads5121: enable instruction cache
12729
12730     Enabling the instruction cache significantly accelerates U-Boot
12731     operations like CRC checking, image uncompression, etc.
12732
12733     Kudos to Andrea Scian for pointing out.
12734
12735     Signed-off-by: Wolfgang Denk <wd@denx.de>
12736
12737 commit 33e88c557b29c84c52039ba05993fa70fe62afe3
12738 Author: Jon Smirl <jonsmirl@gmail.com>
12739 Date:   Sun Mar 22 22:55:45 2009 -0400
12740
12741     mpc5200: suppress printf until console initialized
12742
12743     On boards which have the environment in eeprom, i2c_init() is called
12744     before the console and RAM are initialized.
12745     Suppress printfs until the console is initialized.
12746
12747     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
12748     Acked-by: Heiko Schocher <hs@denx.de>
12749
12750 commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
12751 Author: Guennadi Liakhovetski <lg@denx.de>
12752 Date:   Wed Mar 25 11:36:50 2009 +0100
12753
12754     ARM: Add the imx31_phycore_eet board to MAKEALL
12755
12756     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12757
12758 commit 917cfc70c18b74fa8a80189bdce8395199fa8360
12759 Author: Nishanth Menon <nm@ti.com>
12760 Date:   Wed Mar 25 22:13:56 2009 +0100
12761
12762     OMAP3:Beagle: Enable mtdparts
12763
12764     http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
12765     provides a flexible way to create and maintain u-boot mtd
12766     partitions. This allows commands such as "nand erase fs"
12767     to work and the user no longer needs to decode the absolute
12768     nand offsets. This patch enables this function for beagleboard
12769
12770     Signed-off-by: Nishanth Menon <nm@ti.com>
12771     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12772
12773 commit 4de1a5daab079ddc8ce1274144700203d692105c
12774 Author: Mike Frysinger <vapier@gentoo.org>
12775 Date:   Sun Feb 22 16:26:35 2009 -0500
12776
12777     Blackfin: bf537-stamp: split post code out into dedicated post.c
12778
12779     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12780
12781 commit 5e8f245743ed14c89e495ba2c027703db9813160
12782 Author: Mike Frysinger <vapier@gentoo.org>
12783 Date:   Sat Oct 11 22:51:56 2008 -0400
12784
12785     Blackfin: add support for S25FL128 parts
12786
12787     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12788
12789 commit bf1e028bf3eab1d702fa0627cade4460688f3913
12790 Author: Mike Frysinger <vapier@gentoo.org>
12791 Date:   Sat Oct 11 22:51:23 2008 -0400
12792
12793     Blackfin: overhaul SPI flash handling to speed things up
12794
12795     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12796
12797 commit efcc08cededa2168b96f12a22a5872340880d334
12798 Author: Mike Frysinger <vapier@gentoo.org>
12799 Date:   Sat Oct 11 22:51:05 2008 -0400
12800
12801     Blackfin: add support for SST SPI flashes
12802
12803     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12804
12805 commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
12806 Author: Mike Frysinger <vapier@gentoo.org>
12807 Date:   Sat Oct 11 22:50:10 2008 -0400
12808
12809     Blackfin: add hack for crappy m25p80
12810
12811     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12812
12813 commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
12814 Author: Mike Frysinger <vapier@gentoo.org>
12815 Date:   Wed Jan 21 20:47:12 2009 -0500
12816
12817     Blackfin: bf537-stamp: increase monitor size
12818
12819     The new jffs2 code pushed the code size just over the limit, so increase
12820     the limit a bit more.
12821
12822     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12823
12824 commit f82caaccc87e1f76448ff42a6b930e59797e4f65
12825 Author: Mike Frysinger <vapier@gentoo.org>
12826 Date:   Mon Dec 8 16:16:11 2008 -0500
12827
12828     Blackfin: bf537-stamp: bump default SCLK up to 125MHz
12829
12830     Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
12831     increase the speed of SCLK to 125MHz rather than 100MHz.
12832
12833     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12834
12835 commit 751e54c3b77311b720b794813cce20546f288ada
12836 Author: Mike Frysinger <vapier@gentoo.org>
12837 Date:   Sat Oct 11 22:44:14 2008 -0400
12838
12839     Blackfin: bf537-stamp: rewrite MAC-in-flash handling
12840
12841     Use the common net eth functions to setup the env/global data with the MAC
12842     address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
12843
12844     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12845
12846 commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
12847 Author: Mike Frysinger <vapier@gentoo.org>
12848 Date:   Tue Dec 9 13:47:39 2008 -0500
12849
12850     Blackfin: add clkin_hz= to default kernel command line for ADI boards
12851
12852     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12853
12854 commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
12855 Author: Mike Frysinger <vapier@gentoo.org>
12856 Date:   Sun Oct 12 23:49:13 2008 -0400
12857
12858     Blackfin: bf533-stamp: bump up default clocks
12859
12860     Since the hardware can handle it, bump the default clocks from 80mhz SCLK
12861     and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
12862
12863     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12864
12865 commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
12866 Author: Mike Frysinger <vapier@gentoo.org>
12867 Date:   Sat Oct 11 22:40:22 2008 -0400
12868
12869     Blackfin: bf533-stamp: rewrite startup LED notifications
12870
12871     Again, don't clobber pins that we aren't actually using, and use the common
12872     LED framework rather than our own hob-job-but-not-really-working.
12873
12874     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12875
12876 commit cf6f469e2730fc8ab3523808b828be000d6eee77
12877 Author: Mike Frysinger <vapier@gentoo.org>
12878 Date:   Sun Jun 1 09:09:48 2008 -0400
12879
12880     Blackfin: unify common ADI board settings
12881
12882     Rather than duplicate the same ADI settings in every ADI board, create a
12883     common ADI config header and have all ADI boards start using that.  This
12884     will also make merging the ~10 boards I have to forward port a lot easier.
12885
12886     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12887
12888 commit 196c74311f394c6eb08bd9ab07a35671299b9851
12889 Author: Kyungmin Park <kmpark@infradead.org>
12890 Date:   Tue Mar 3 09:05:53 2009 +0900
12891
12892     Reduce OneNAND IPL common code
12893
12894     OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
12895     bootloader, but it's common code used about 300~400 bytes. So board
12896     specific codes, such as lowlevel_init, can't has enough code. It make
12897     a difficult to implement OneNAND IPL.
12898
12899     his patch make this common code as small as possible. and give
12900     lowlevel_init can have more codes.
12901
12902     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12903     Signed-off-by: Scott Wood <scottwood@freescale.com>
12904
12905 commit 16f2f5a351004129e79e79816697a367fd9e5446
12906 Author: Wolfgang Grandegger <wg@grandegger.com>
12907 Date:   Wed Feb 11 18:38:24 2009 +0100
12908
12909     Add multi-chip NAND support for the TQM8548 modules
12910
12911     This patches configures the NAND UPM-FSL driver with multi-chip
12912     support for the Micron MT29F8G08FAB NAND flash memory on the
12913     TQM8548 modules.
12914
12915     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12916     Signed-off-by: Scott Wood <scottwood@freescale.com>
12917
12918 commit 33846df28fa1f4cf96a96c18142d48d813caa892
12919 Author: Wolfgang Grandegger <wg@grandegger.com>
12920 Date:   Wed Feb 11 18:38:23 2009 +0100
12921
12922     Add wait flags to support board/chip specific delays
12923
12924     The NAND flash on the TQM8548_BE modules requires a short delay after
12925     running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
12926     requires a further short delay after writing out a buffer. Normally the
12927     R/B pin should be checked, but it's not connected on the TQM8548_BE.
12928     The corresponding Linux FSL UPM driver uses similar delay points at the
12929     same locations. To manage these extra delays in a more general way, I
12930     introduced the "wait_flags" field allowing the board-specific driver to
12931     specify various types of extra delay.
12932
12933     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12934     Signed-off-by: Scott Wood <scottwood@freescale.com>
12935
12936 commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
12937 Author: Wolfgang Grandegger <wg@grandegger.com>
12938 Date:   Wed Feb 11 18:38:22 2009 +0100
12939
12940     Add support for TQM-specific chip select logic to FSL-UPM
12941
12942     For the NAND chips on the TQM8548 modules, a special chip-select logic is
12943     used. It uses dedicated address lines to be set via UPM machine address
12944     register (mar). This patch adds such support to the FSL-UPM driver.
12945
12946     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12947     Signed-off-by: Scott Wood <scottwood@freescale.com>
12948
12949 commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
12950 Author: Wolfgang Grandegger <wg@grandegger.com>
12951 Date:   Wed Feb 11 18:38:21 2009 +0100
12952
12953     Add multi chip support to the FSL-UPM driver
12954
12955     This patch adds support for multi-chip NAND devices to the FSL-UPM
12956     driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
12957     called with the argument "chip_nr" to allow testing the proper chip
12958     select line. The NAND support of the MPC8360ERDK is updated as well.
12959     No other boards are currently using the FSL UPM driver.
12960
12961     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12962     Signed-off-by: Scott Wood <scottwood@freescale.com>
12963
12964 commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
12965 Author: Wolfgang Grandegger <wg@grandegger.com>
12966 Date:   Wed Feb 11 18:38:20 2009 +0100
12967
12968     Enable multi chip support in the NAND layer
12969
12970     This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
12971     Multi-chips devices are displayed as shown:
12972
12973       Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
12974
12975     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12976     Signed-off-by: Scott Wood <scottwood@freescale.com>
12977
12978 commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
12979 Author: Mike Frysinger <vapier@gentoo.org>
12980 Date:   Sat Oct 11 21:58:33 2008 -0400
12981
12982     Blackfin: put memory into self-refresh before/after programming clocks
12983
12984     When initializing the core clocks, stick external memory into self-refresh.
12985     This gains us a few cool things:
12986      - support suspend-to-RAM with Linux
12987      - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
12988      - make sure settings are stable before flashing new version
12989      - finally fully unify initialize startup code path between LDR/non-LDR
12990
12991     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12992
12993 commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
12994 Author: Mike Frysinger <vapier@gentoo.org>
12995 Date:   Sat Oct 11 21:56:08 2008 -0400
12996
12997     Blackfin: do not program voltage regulator on parts that do not have one
12998
12999     Some newer Blackfins (like the BF51x) do not have an on-chip voltage
13000     regulator, so do not attempt to program the memory as if it does.
13001
13002     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13003
13004 commit 0d4f24b70f7a979f58174f3eb271874950b551b6
13005 Author: Mike Frysinger <vapier@gentoo.org>
13006 Date:   Sun Jun 1 01:28:24 2008 -0400
13007
13008     Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
13009
13010     If the board config does not specify an explicit EBIU_SDBCTL value, set it
13011     up with sane values based on other configuration options.
13012
13013     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13014
13015 commit 3986e981f565c08f10c7e526af8cb518d741c349
13016 Author: Mike Frysinger <vapier@gentoo.org>
13017 Date:   Sat Dec 6 18:06:58 2008 -0500
13018
13019     Blackfin: handle reboot anomaly 432
13020
13021     Workaround anomaly 432:
13022     The bfrom_SysControl() firmware function does not clear the SIC_IWR1
13023     register before executing the PLL programming sequence.  Therefore, any
13024     interrupt enabled in the SIC_IWR1 register prior to the call to
13025     bfrom_SysControl() can prematurely terminate the idle sequence required
13026     for the PLL to relock properly. SIC_IWR0 is properly handled.
13027
13028     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13029
13030 commit 7e1d212b6da492c6ea32c62af92e185284f41291
13031 Author: Mike Frysinger <vapier@gentoo.org>
13032 Date:   Sat Oct 18 04:04:49 2008 -0400
13033
13034     Blackfin: kill off LDR jump block
13035
13036     The Boot ROM uses EVT1 as the entry point so set that rather than having
13037     to use a tiny jump block in the default EVT1 location.
13038
13039     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13040
13041 commit a75fa148d60b1975403441e45565621bba50d2d9
13042 Author: Mike Frysinger <vapier@gentoo.org>
13043 Date:   Tue Jan 6 10:00:48 2009 -0500
13044
13045     Blackfin: simplify symbol_lookup() a bit
13046
13047     No need to skip a byte as the symbol table handles this.
13048
13049     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13050
13051 commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
13052 Author: Mike Frysinger <vapier@gentoo.org>
13053 Date:   Sat Feb 7 05:43:21 2009 -0500
13054
13055     Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
13056
13057     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13058
13059 commit 58130f8920151d9e8942bbdf3388f2defb47e415
13060 Author: Mike Frysinger <vapier@gentoo.org>
13061 Date:   Sat Feb 7 05:41:17 2009 -0500
13062
13063     Blackfin: drop SPORT_TX read helper macros
13064
13065     The SPORT_TX registers cannot be read (the hardware will trigger an error),
13066     so drop the read helper macros.
13067
13068     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13069
13070 commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
13071 Author: Mike Frysinger <vapier@gentoo.org>
13072 Date:   Sat Feb 7 05:25:35 2009 -0500
13073
13074     Blackfin: unify duplicate CPU port definitions
13075
13076     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13077
13078 commit 744fd240d181b0b05b1436e1b655c9a62526c752
13079 Author: Mike Frysinger <vapier@gentoo.org>
13080 Date:   Fri Feb 6 00:59:50 2009 -0500
13081
13082     Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
13083
13084     With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
13085     are no longer used/needed.
13086
13087     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13088
13089 commit 45c48953e8a4038bd49c46813fcff5a207867ae4
13090 Author: Mike Frysinger <vapier@gentoo.org>
13091 Date:   Mon Oct 6 04:01:26 2008 -0400
13092
13093     Blackfin: print out Flash: before checking it
13094
13095     If there is some problem in the flash init/checking code, it's nicer to see
13096     the message "Flash:" before crashing.  This way the source of the problem
13097     is a bit more straightforward.
13098
13099     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13100
13101 commit 1c7a79a04eb916f685f7275520b5eea6968a1559
13102 Author: Mike Frysinger <vapier@gentoo.org>
13103 Date:   Thu Aug 7 15:33:09 2008 -0400
13104
13105     Blackfin: safely flush data caches when in writeback mode
13106
13107     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13108
13109 commit c06f2b13022703611bc3e512bd34f9014a46f448
13110 Author: Mike Frysinger <vapier@gentoo.org>
13111 Date:   Thu Aug 7 13:21:48 2008 -0400
13112
13113     Blackfin: update lockbox api according to latest documentation
13114
13115     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13116
13117 commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
13118 Author: Mike Frysinger <vapier@gentoo.org>
13119 Date:   Sat Oct 11 21:49:06 2008 -0400
13120
13121     Blackfin: mark bfin_reset static
13122
13123     The function is only used locally, so mark it static.
13124
13125     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13126
13127 commit 974473caa732f63312687ef2bd2d22dad8e99b9a
13128 Author: Sonic Zhang <Sonic.Zhang@analog.com>
13129 Date:   Fri Mar 20 19:28:20 2009 -0400
13130
13131     Blackfin: spi: there is no PORTJ_FER MMR on BF537
13132
13133     Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
13134     then there is no PORTJ_FER register for us to worry about.
13135
13136     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
13137     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13138
13139 commit e82b762f293debc53c5afa90f37264f6b07520f9
13140 Author: Mike Frysinger <vapier@gentoo.org>
13141 Date:   Tue Mar 17 13:58:23 2009 -0400
13142
13143     Blackfin: fix jtag console tstc
13144
13145     The jtag tstc operation was checking the hardware to see if data is
13146     available from it (which is fine for the jtag getc operation), but the
13147     higher layers need to know whether any data is available.  Since we have
13148     to read up to 4 bytes at a time from the hardware, the higher layers need
13149     to know they can consume the cached bytes as well.
13150
13151     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13152
13153 commit bc683f58b1f1d8d20546fe019483967a51a49df1
13154 Author: Mike Frysinger <vapier@gentoo.org>
13155 Date:   Sun Feb 22 16:23:41 2009 -0500
13156
13157     Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
13158
13159     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13160
13161 commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
13162 Author: Mike Frysinger <vapier@gentoo.org>
13163 Date:   Sun Feb 22 16:02:27 2009 -0500
13164
13165     Blackfin: unify net-related init code
13166
13167     Unify all of the net-related init code in the common Blackfin board init
13168     code to clean up the ifdef mess a bit.
13169
13170     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13171
13172 commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
13173 Author: Mike Frysinger <vapier@gentoo.org>
13174 Date:   Wed Feb 18 12:51:48 2009 -0500
13175
13176     Blackfin: fix SWRST/SYSCR register sizes
13177
13178     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13179
13180 commit a9d6777d39154978b9ef9c682b2627a3480b194c
13181 Author: Mike Frysinger <vapier@gentoo.org>
13182 Date:   Wed Feb 18 12:51:31 2009 -0500
13183
13184     Blackfin: update anomaly lists
13185
13186     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13187
13188 commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
13189 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13190 Date:   Thu Mar 19 18:31:38 2009 +0100
13191
13192     avr32: fix cacheflush.h location introducted by d8f2aa3298610b
13193
13194     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13195     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13196
13197 commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
13198 Author: Eric Schumann <E.Schumann@phytec.de>
13199 Date:   Sat Mar 21 09:59:34 2009 -0400
13200
13201     Make flash protection work, when the environment is in EEPROM
13202
13203     On the pcm030 the environment is located in the onboard EEPROM. But we want
13204     to handle flash sector protection in a safe manner. So we must read the
13205     unlock environment variable from EEPROM instead from flash.
13206
13207     This patch is required as long the evironment is saved into the EEPROM.
13208
13209     Stefan: Additional change as suggested by Wolfgang, use bigger char array
13210     (instead of 4).
13211
13212     Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
13213     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
13214     Acked-by: Wolfgang Denk <wd@denx.de>
13215     Signed-off-by: Stefan Roese <sr@denx.de>
13216
13217 commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
13218 Author: Jon Smirl <jonsmirl@gmail.com>
13219 Date:   Sat Mar 21 11:17:56 2009 -0400
13220
13221     Add define for mpc5200 CDM_CLK_ENA
13222
13223     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
13224
13225 commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
13226 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
13227 Date:   Sun Mar 22 14:48:16 2009 +0100
13228
13229     at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
13230
13231     AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
13232
13233     The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
13234     It is essentially the same, with a few minor differences.
13235
13236     Here is the chip page on Atmel website:
13237     http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
13238
13239     Signed-off-by: Justin Waters <justin.waters@timesys.com>
13240     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
13241     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13242
13243 commit 118d168035cc93f586da4812c89cb153eb9f4243
13244 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13245 Date:   Sun Mar 22 14:28:14 2009 +0100
13246
13247     cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
13248
13249     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13250
13251 commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
13252 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13253 Date:   Sun Mar 22 14:28:13 2009 +0100
13254
13255     cmc_pu2: fix misc_init_r prototype
13256
13257     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13258
13259 commit 53158aea995221706b42c7bad9f717b31ae20414
13260 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13261 Date:   Sun Jan 11 03:32:01 2009 +0100
13262
13263     at91sam9xeek: fix soc name
13264
13265     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13266
13267 commit 74c076d6c33d6d42ab065541a38383587879e7b7
13268 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13269 Date:   Sun Mar 22 10:22:34 2009 +0100
13270
13271     at91sam9/at91cap: move nand drivers to drivers/mtd/nand
13272
13273     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13274
13275 commit 163966087d62680547f188a93c61d01c8155254e
13276 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13277 Date:   Sat Mar 21 21:08:01 2009 +0100
13278
13279     atmel/at91/boards: compile dataflash partition only when dataflash is
13280
13281     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13282
13283 commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
13284 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13285 Date:   Sat Mar 21 21:08:00 2009 +0100
13286
13287     at91sam9/at91cap: move common macb initialisation to cpu
13288
13289     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13290
13291 commit f3f91f886bc8927fd692ac411b7423a87ffec532
13292 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13293 Date:   Sat Mar 21 21:08:00 2009 +0100
13294
13295     at91sam9/at91cap: move common usb host initialisation to cpu
13296
13297     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13298
13299 commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
13300 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13301 Date:   Sat Mar 21 21:08:00 2009 +0100
13302
13303     at91sam9/at91cap: move common led management to cpu
13304
13305     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13306
13307 commit 7ebafb7ec1a0285af8380623c009576f92583b98
13308 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13309 Date:   Sat Mar 21 21:07:59 2009 +0100
13310
13311     at91sam9/at91cap: move common spi initialisation to cpu
13312
13313     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13314
13315 commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
13316 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13317 Date:   Sat Mar 21 21:07:59 2009 +0100
13318
13319     at91sam9/at91cap: move common serial initialisation to cpu
13320
13321     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13322
13323 commit e60beb13cf0135dc71c541021487b5ccc4d269cb
13324 Author: Wolfgang Denk <wd@denx.de>
13325 Date:   Sat Mar 21 22:04:41 2009 +0100
13326
13327     Prepare 2009.03
13328
13329     Update CHANGELOG
13330
13331     Signed-off-by: Wolfgang Denk <wd@denx.de>
13332
13333 commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
13334 Author: Vivek Kutal <vivek.kutal@azingo.com>
13335 Date:   Mon Feb 23 21:35:11 2009 +0530
13336
13337     Replaced endpoint numbers with appropriate macros in usbtty.c.
13338
13339     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
13340     Signed-off-by: Remy Bohmer <linux@bohmer.net>
13341
13342 commit faac4fd852e39cb1d7a740801b060e41aeacef1f
13343 Author: Michael Lawnick <ml.lawnick@gmx.de>
13344 Date:   Thu Mar 19 10:06:41 2009 +0100
13345
13346     UBIFS: Missing offset relocation for compressor 'none'
13347
13348     On systems where U-Boot is linked to another address than it really lays
13349     (e.g. backup image), calls via function pointers must be fixed with a
13350     '+= gd->reloc_off'.
13351     This was not done for none_compr in ubifs_compressors_init() what leads
13352     to system crash on ubifsmount command.
13353
13354     Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
13355     Acked-by: Stefan Roese <sr@denx.de>
13356
13357 commit ce6d0c8de031f345bde745f3b855082adf1c4e45
13358 Author: Stefan Roese <sr@denx.de>
13359 Date:   Thu Mar 19 15:35:50 2009 +0100
13360
13361     UBIFS: Add UBIFS commands
13362
13363     This patchset adds these UBIFS related commands:
13364
13365     - ubifsmount
13366       Mount an UBIFS volume
13367
13368     - ubifsls
13369       List a directory of the mounted UBIFS volume
13370
13371     - ubifsload
13372       Load a file from the mounted UBIFS volume to memory
13373
13374     Signed-off-by: Stefan Roese <sr@denx.de>
13375
13376 commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
13377 Author: Stefan Roese <sr@denx.de>
13378 Date:   Thu Mar 19 15:35:05 2009 +0100
13379
13380     UBIFS: Implement read-only UBIFS support in U-Boot
13381
13382     The U-Boot UBIFS implementation is largely a direct copy from the current
13383     Linux version (2.6.29-rc6). As already done in the UBI version we have an
13384     "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
13385     ...). This makes it possible to use the original Linux code with very
13386     little changes. And by this we can better update to later Linux versions.
13387
13388     I removed some of the Linux features that are not used in the U-Boot
13389     version (e.g. garbage-collection, write support).
13390
13391     Signed-off-by: Stefan Roese <sr@denx.de>
13392     CC: Artem Bityutskiy <dedekind@infradead.org>
13393     CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
13394
13395 commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
13396 Author: Stefan Roese <sr@denx.de>
13397 Date:   Thu Mar 19 15:34:56 2009 +0100
13398
13399     Add LZO decompressor support
13400
13401     This patch adds LZO decompression support to U-Boot. It is needed for
13402     the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
13403     decompressor. Since we only support read-only in UBIFS, only the
13404     decompressor is needed.
13405
13406     All this is copied with minor changes from the current Linux kernel
13407     version (2.6.28-rc8).
13408
13409     This patch only implements this LZO decompressor support for PPC.
13410     Other platforms using UBIFS will have to add the required
13411     "include/asm/unaligned.h" as well. It should be fairly easy to copy this
13412     from the Linux source tree as I have done it for PPC in this patch.
13413
13414     Signed-off-by: Stefan Roese <sr@denx.de>
13415
13416 commit 68d7d65100e84df00bca971c114092731b441090
13417 Author: Stefan Roese <sr@denx.de>
13418 Date:   Thu Mar 19 13:30:36 2009 +0100
13419
13420     Separate mtdparts command from jffs2
13421
13422     Currently the mtdparts commands are included in the jffs2 command support.
13423     This doesn't make sense anymore since other commands (e.g. UBI) use this
13424     infrastructure as well now. This patch separates the mtdparts commands from
13425     the jffs2 commands making it possible to only select mtdparts when no JFFS2
13426     support is needed.
13427
13428     Signed-off-by: Stefan Roese <sr@denx.de>
13429     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13430
13431 commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
13432 Author: Stefan Roese <sr@denx.de>
13433 Date:   Wed Feb 25 12:11:15 2009 +0100
13434
13435     powerpc: Only use eth_getenv_enetaddr() if networking is enabled
13436
13437     Signed-off-by: Stefan Roese <sr@denx.de>
13438
13439 commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
13440 Author: Grzegorz Bernacki <gjb@semihalf.com>
13441 Date:   Tue Mar 17 10:06:40 2009 +0100
13442
13443     Add support for the digsy MTC board.
13444
13445     This is the InterControl custom device based on the MPC5200B chip.
13446
13447     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
13448
13449 commit ff7dc067369e30066744f096995aef7d97574d15
13450 Author: Stefan Roese <sr@denx.de>
13451 Date:   Mon Feb 23 16:52:36 2009 +0100
13452
13453     powerpc: Fix compilation warning in board.c
13454
13455     Fix this warning:
13456
13457     board.c: In function 'board_init_r':
13458     board.c:653: warning: unused variable 'i'
13459     board.c:651: warning: unused variable 'e'
13460
13461     Signed-off-by: Stefan Roese <sr@denx.de>
13462
13463 commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
13464 Author: Stefan Roese <sr@denx.de>
13465 Date:   Mon Feb 23 16:42:51 2009 +0100
13466
13467     ppc4xx: Don't write the MAC address into the internal SoC registers
13468
13469     Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
13470     addresses into the SoC registers instead.
13471
13472     Signed-off-by: Stefan Roese <sr@denx.de>
13473
13474 commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
13475 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13476 Date:   Fri Feb 20 10:19:19 2009 +0100
13477
13478     ppc4xx: Use correct io accessors for esd 405/440 boards
13479
13480     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
13481     macros. Also volatile pointer references are replaced by the
13482     new accessors.
13483
13484     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
13485     Signed-off-by: Stefan Roese <sr@denx.de>
13486
13487 commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
13488 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13489 Date:   Fri Feb 20 10:19:18 2009 +0100
13490
13491     ppc4xx: Use correct io accessors for esd 405 boards
13492
13493     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
13494     macros. Also volatile pointer references are replaced by the
13495     new accessors.
13496
13497     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
13498     Signed-off-by: Stefan Roese <sr@denx.de>
13499
13500 commit a59205d1519375d027f97a545ad642ab20fce6f8
13501 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13502 Date:   Fri Feb 20 10:19:17 2009 +0100
13503
13504     ppc4xx: Cleanup linker scripts of esd 4xx boards
13505
13506     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
13507     Signed-off-by: Stefan Roese <sr@denx.de>
13508
13509 commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
13510 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13511 Date:   Fri Feb 20 10:19:16 2009 +0100
13512
13513     ppc4xx: Update TEXT_BASE for DASA_SIM boards
13514
13515     Fix building DASA_SIM boards by increasing U-Boot's size in flash.
13516
13517     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
13518     Signed-off-by: Stefan Roese <sr@denx.de>
13519
13520 commit 09db8f4de6805f1dde510c167f20e56a5405d29e
13521 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13522 Date:   Fri Feb 20 10:19:15 2009 +0100
13523
13524     ppc4xx: DU405 maintenance fix
13525
13526     -strip unused features
13527     -fix resetting phy
13528
13529     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
13530     Signed-off-by: Stefan Roese <sr@denx.de>
13531
13532 commit 75511b47ac2647be48218dbb93af05b21f404f67
13533 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13534 Date:   Fri Feb 20 10:19:14 2009 +0100
13535
13536     ppc4xx: Abort autoboot only by space key on CPCI405 boards
13537
13538     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13539     Signed-off-by: Stefan Roese <sr@denx.de>
13540
13541 commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
13542 Author: Graeme Russ <graeme.russ@gmail.com>
13543 Date:   Tue Feb 24 21:14:56 2009 +1100
13544
13545     Add basic relocation to i386 port
13546
13547     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
13548
13549 commit 8c63d47651f77d9fb887cad433370b866eb0a193
13550 Author: Graeme Russ <graeme.russ@gmail.com>
13551 Date:   Tue Feb 24 21:14:45 2009 +1100
13552
13553     Implement SC520 timers
13554
13555     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
13556
13557 commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
13558 Author: Graeme Russ <graeme.russ@gmail.com>
13559 Date:   Tue Feb 24 21:14:32 2009 +1100
13560
13561     Factor out SC520 sub-features
13562
13563     Moved sub-features of the SC520 code which is currently selectively compiled
13564     using #ifdef out of sc520.c into individual files selectively compiled via
13565     the makefile
13566
13567     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
13568
13569 commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
13570 Author: Graeme Russ <graeme.russ@gmail.com>
13571 Date:   Tue Feb 24 21:13:40 2009 +1100
13572
13573     Rewrite i386 interrupt handling
13574
13575     Rewrite interrupt handling functionality for the i386 port. Separated
13576     functionality into separate CPU and Architecture components.
13577
13578     It appears as if the i386 interrupt handler functionality was intended
13579     to allow multiple handlers to be installed for a given interrupt.
13580     Unfortunately, this functionality was not fully implemented and also
13581     had the problem that irq_free_handler() does not allow the passing
13582     of the handler function pointer and therefore could never be used to
13583     free specific handlers that had been installed for a given IRQ.
13584
13585     There were also various issues with array bounds not being fully
13586     tested.
13587
13588     I had two objectives in mind for the new implementation:
13589
13590     1) Keep the implementation as similar as possible to existing
13591        implementations. To that end, I have used the leon2/3
13592        implementations as the reference
13593
13594     2) Seperate CPU and Architecture specific elements. All specific i386
13595        interrupt functionality is now in cpu/i386/ with the high level
13596        API and architecture specific code in lib_i386. Functionality
13597        specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
13598        been further split out into an individual file to allow for the
13599        implementation of the PIC architecture of the SC520 CPU (supports
13600        more IRQs)
13601
13602     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
13603
13604 commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
13605 Author: Graeme Russ <graeme.russ@gmail.com>
13606 Date:   Tue Feb 24 21:12:35 2009 +1100
13607
13608     Move ali512x.h
13609
13610     Moved ali512x.h from include/asm-i386/ic/ to /include
13611
13612     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
13613
13614 commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
13615 Author: Graeme Russ <graeme.russ@gmail.com>
13616 Date:   Tue Feb 24 21:12:20 2009 +1100
13617
13618     Rename SC520 Configuration Options
13619
13620     Options are now all uniformly CONFIG_SYS_SC520_<option>
13621
13622     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
13623
13624 commit f62fb99941c625605aa16a0097b396a5c16d2c88
13625 Author: Trent Piepho <xyzzy@speakeasy.org>
13626 Date:   Wed Feb 18 15:22:05 2009 -0800
13627
13628     Fix all linker script to handle all rodata sections
13629
13630     A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
13631     which needs to be added the the linker script.  Instead of just adding this
13632     one section, we use a wildcard ".rodata*" to get all rodata linker section
13633     gcc has now and might add in the future.
13634
13635     However, '*(.rodata*)' by itself will result in sub-optimal section
13636     ordering.  The sections will be sorted by object file, which causes extra
13637     padding between the unaligned rodata.str.1.1 of one object file and the
13638     aligned rodata of the next object file.  This is easy to fix by using the
13639     SORT_BY_ALIGNMENT command.
13640
13641     This patch has not be tested one most of the boards modified.  Some boards
13642     have a linker script that looks something like this:
13643
13644     *(.text)
13645     . = ALIGN(16);
13646     *(.rodata)
13647     *(.rodata.str1.4)
13648     *(.eh_frame)
13649
13650     I change this to:
13651
13652     *(.text)
13653     . = ALIGN(16);
13654     *(.eh_frame)
13655     *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
13656
13657     This means the start of rodata will no longer be 16 bytes aligned.
13658     However, the boundary between text and rodata/eh_frame is still aligned to
13659     16 bytes, which is what I think the real purpose of the ALIGN call is.
13660
13661     Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
13662
13663 commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
13664 Author: Mike Frysinger <vapier@gentoo.org>
13665 Date:   Wed Feb 11 18:26:08 2009 -0500
13666
13667     remove bi_enet*addr from global data for all arches
13668
13669     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13670     CC: Ben Warren <biggerbadderben@gmail.com>
13671     CC: Daniel Hellstrom <daniel@gaisler.com>
13672     CC: Michal Simek <monstr@seznam.cz>
13673     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13674     CC: Scott McNutt <smcnutt@psyent.com>
13675     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13676
13677 commit eb85aa594c1b57a1e3be9689b65171a137a36432
13678 Author: Mike Frysinger <vapier@gentoo.org>
13679 Date:   Wed Feb 11 20:07:19 2009 -0500
13680
13681     ppc: mark global bi_enet*addr as legacy
13682
13683     The environment is the canonical storage location of the mac address, so
13684     we're killing off the global data location and moving everything to
13685     querying the env directly.
13686
13687     In the ppc case, these things are part of the legacy ABI, so keep them
13688     around but mark them as legacy so no new code will touch them.
13689
13690     Also stop calling load_sernum_ethaddr() since all boards now implement
13691     this as a stub.
13692
13693     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13694     CC: Ben Warren <biggerbadderben@gmail.com>
13695
13696 commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
13697 Author: Mike Frysinger <vapier@gentoo.org>
13698 Date:   Wed Feb 11 20:09:52 2009 -0500
13699
13700     boards: get mac address from env and move load_sernum_ethaddr() to board init
13701
13702     The environment is the canonical storage location of the mac address, so
13703     we're killing off the global data location and moving everything to
13704     querying the env directly.
13705
13706     Rather than have common ppc code call a board-specific function like
13707     load_sernum_ethaddr(), have each board call it in its own board-specific
13708     misc_init_r() function.
13709
13710     The boards that get converted here are:
13711         - kup4k/kup4x
13712         - pcs440ep
13713         - tqm8xx
13714
13715     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13716     CC: Ben Warren <biggerbadderben@gmail.com>
13717     CC: Stefan Roese <sr@denx.de>
13718
13719 commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
13720 Author: Mike Frysinger <vapier@gentoo.org>
13721 Date:   Wed Feb 11 19:55:01 2009 -0500
13722
13723     cmc_pu2: get mac address from environment
13724
13725     The environment is the canonical storage location of the mac address, so
13726     we're killing off the global data location and moving everything to
13727     querying the env directly.
13728
13729     Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
13730     handle this board specially in common ARM code.
13731
13732     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13733     CC: Ben Warren <biggerbadderben@gmail.com>
13734
13735 commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
13736 Author: Mike Frysinger <vapier@gentoo.org>
13737 Date:   Mon Feb 16 18:03:14 2009 -0500
13738
13739     boards: move board_get_enetaddr() into board-specific init
13740
13741     The environment is the canonical storage location of the mac address, so
13742     we're killing off the global data location and moving everything to
13743     querying the env directly.
13744
13745     Rather than have the common ppc code have board-specific hooks, move the
13746     board_get_enetaddr() function into the board-specific init functions.
13747
13748     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13749     CC: Ben Warren <biggerbadderben@gmail.com>
13750
13751 commit f11e6ff5b1859d9213f0d501b3309e065f487543
13752 Author: Mike Frysinger <vapier@gentoo.org>
13753 Date:   Wed Feb 11 19:39:55 2009 -0500
13754
13755     arm: get mac address from environment
13756
13757     The environment is the canonical storage location of the mac address, so
13758     we're killing off the global data location and moving everything to
13759     querying the env directly.
13760
13761     Some warts are remaining and should be killed off (by moving the func to
13762     the appropriate board init code):
13763         - davinci_eth_set_mac_addr
13764         - cs8900_get_enetaddr
13765         - smc_set_mac_addr
13766
13767     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13768     CC: Ben Warren <biggerbadderben@gmail.com>
13769
13770 commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
13771 Author: Mike Frysinger <vapier@gentoo.org>
13772 Date:   Wed Feb 11 19:36:20 2009 -0500
13773
13774     nx823: get mac address from environment
13775
13776     The environment is the canonical storage location of the mac address, so
13777     we're killing off the global data location and moving everything to
13778     querying the env directly.
13779
13780     For the nx823, the serial number is moved out of load_sernum_ethaddr() and
13781     into misc_init_r() as is the env setup.  This lets us kill off the former
13782     function in the process.
13783
13784     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13785     CC: Ben Warren <biggerbadderben@gmail.com>
13786
13787 commit 19b5b533ccd522abeb501d510750693c35e20456
13788 Author: Mike Frysinger <vapier@gentoo.org>
13789 Date:   Wed Feb 11 18:27:18 2009 -0500
13790
13791     lib_*/board.c: do not initialize bi_enet*addr in global data
13792
13793     Since everyone is using the environment for mac address storage, there is
13794     no point in seeding the global data.
13795
13796     The arches that are converted here:
13797         i386
13798         m68k
13799         microblaze
13800         mips
13801         nios
13802         nios2
13803         sh
13804         sparc
13805
13806     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13807     CC: Ben Warren <biggerbadderben@gmail.com>
13808     CC: Daniel Hellstrom <daniel@gaisler.com>
13809     CC: Michal Simek <monstr@seznam.cz>
13810     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13811     CC: Scott McNutt <smcnutt@psyent.com>
13812     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13813
13814 commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
13815 Author: Mike Frysinger <vapier@gentoo.org>
13816 Date:   Wed Feb 11 19:19:54 2009 -0500
13817
13818     npe: get mac address from environment
13819
13820     The environment is the canonical storage location of the mac address, so
13821     we're killing off the global data location and moving everything to
13822     querying the env directly.
13823
13824     The resulting code can also be simplified even further.
13825
13826     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13827     CC: Stefan Roese <sr@denx.de>
13828     CC: Ben Warren <biggerbadderben@gmail.com>
13829
13830 commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
13831 Author: Mike Frysinger <vapier@gentoo.org>
13832 Date:   Wed Feb 11 19:18:41 2009 -0500
13833
13834     cpu/: get mac address from environment
13835
13836     The environment is the canonical storage location of the mac address, so
13837     we're killing off the global data location and moving everything to
13838     querying the env directly.
13839
13840     The cpus that get converted here:
13841         at91rm9200
13842         mpc512x
13843         mpc5xxx
13844         mpc8260
13845         mpc8xx
13846         ppc4xx
13847
13848     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13849     CC: Ben Warren <biggerbadderben@gmail.com>
13850     CC: John Rigby <jrigby@freescale.com>
13851     CC: Stefan Roese <sr@denx.de>
13852
13853 commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
13854 Author: Mike Frysinger <vapier@gentoo.org>
13855 Date:   Wed Feb 11 19:09:54 2009 -0500
13856
13857     lan91c96/smc91111/smc911x: get mac address from environment
13858
13859     The environment is the canonical storage location of the mac address, so
13860     we're killing off the global data location and moving everything to
13861     querying the env directly.
13862
13863     Also, do not bother checking the EEPROM if the env is setup.  This
13864     simplifies the code greatly.
13865
13866     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13867     Signed-off-by: Wolfgang Dnek <wd@denx.de>
13868     CC: Ben Warren <biggerbadderben@gmail.com>
13869     CC: Rolf Offermanns <rof@sysgo.de>
13870     CC: Erik Stahlman <erik@vt.edu>
13871     CC: Daris A Nevil <dnevil@snmc.com>
13872     CC: Sascha Hauer <s.hauer@pengutronix.de>
13873
13874 commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
13875 Author: Mike Frysinger <vapier@gentoo.org>
13876 Date:   Wed Feb 11 19:14:09 2009 -0500
13877
13878     sh_eth: get mac address from environment
13879
13880     The environment is the canonical storage location of the mac address, so
13881     we're killing off the global data location and moving everything to
13882     querying the env directly.
13883
13884     The sh_eth driver can also be simplified a bit by using enetaddr member of
13885     the eth_device structure.
13886
13887     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13888     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13889     CC: Carlos Munoz <carlos@kenati.com>
13890     CC: Ben Warren <biggerbadderben@gmail.com>
13891
13892 commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
13893 Author: Mike Frysinger <vapier@gentoo.org>
13894 Date:   Wed Feb 11 19:06:09 2009 -0500
13895
13896     cs8900: get mac address from environment
13897
13898     The environment is the canonical storage location of the mac address, so
13899     we're killing off the global data location and moving everything to
13900     querying the env directly.
13901
13902     The cs8900 driver also changes slightly in that the hardware is not
13903     consulted if the mac address in the env is sane.
13904
13905     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13906     CC: Marius Groeger <mgroeger@sysgo.de>
13907     CC: Ben Warren <biggerbadderben@gmail.com>
13908
13909 commit c4b8762f11d337e6a9d90c227b2871d65d372469
13910 Author: Mike Frysinger <vapier@gentoo.org>
13911 Date:   Wed Feb 11 19:04:25 2009 -0500
13912
13913     bcm570x: get mac address from environment
13914
13915     The environment is the canonical storage location of the mac address, so
13916     we're killing off the global data location and moving everything to
13917     querying the env directly.
13918
13919     Since the address is in the PLM_DEVICE_BLOCK structure already, there is
13920     no need to pass the NodeAddress as a second parameter.  So drop the second
13921     argument to the LM_SetMacAddress() function (and update the tigon3 driver
13922     accordingly).
13923
13924     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13925     CC: Ben Warren <biggerbadderben@gmail.com>
13926
13927 commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
13928 Author: Mike Frysinger <vapier@gentoo.org>
13929 Date:   Wed Feb 11 19:01:26 2009 -0500
13930
13931     drivers/net/: get mac address from environment
13932
13933     The environment is the canonical storage location of the mac address, so
13934     we're killing off the global data location and moving everything to
13935     querying the env directly.
13936
13937     The drivers that get converted here:
13938         3c589
13939         4xx_enet
13940         dc2114x
13941         dm9000x
13942         enc28j60
13943         fsl_mcdmafec
13944         ks8695eth
13945         mcffec
13946         rtl8019
13947         rtl8169
13948         s3c4510b_eth
13949         xilinx_emac
13950         xilinx_emaclite
13951
13952     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13953     CC: Ben Warren <biggerbadderben@gmail.com>
13954     CC: Rolf Offermanns <rof@sysgo.de>
13955     CC: Stefan Roese <sr@denx.de>
13956     CC: Sascha Hauer <saschahauer@web.de>
13957     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13958     CC: Greg Ungerer <greg.ungerer@opengear.com>
13959     CC: Xue Ligong <lgxue@hotmail.com>
13960     CC: Masami Komiya <mkomiya@sonare.it>
13961     CC: Curt Brune <curt@cucy.com>
13962     CC: Michal SIMEK <monstr@monstr.eu>
13963
13964 commit b6b4625d175019e387e5b0f65a17322a78f6bb90
13965 Author: Mike Frysinger <vapier@gentoo.org>
13966 Date:   Wed Feb 11 18:38:38 2009 -0500
13967
13968     boards: get mac address from environment
13969
13970     The boards that get converted here to use the environment for the mac
13971     address rather than global data:
13972         debris
13973         mgcoge
13974         mgsuvd
13975         muas3001
13976         netstal
13977         pn62
13978         sixnet
13979         vcma9
13980         xilinx (the ones that use xilinx_enet)
13981
13982     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13983     CC: Ben Warren <biggerbadderben@gmail.com>
13984     CC: Sangmoon Kim <dogoil@etinsys.com>
13985     CC: Heiko Schocher <hs@denx.de>
13986     CC: David Mueller <d.mueller@elsoft.ch>
13987     CC: Niklaus Giger <niklaus.giger@netstal.com>
13988     CC: Wolfgang Grandegger <wg@denx.de>
13989     CC: Dave Ellis <DGE@sixnetio.com>
13990     CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
13991
13992 commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
13993 Author: Mike Frysinger <vapier@gentoo.org>
13994 Date:   Wed Feb 11 18:36:45 2009 -0500
13995
13996     AmigaOneG3SE/enet: get mac address from environment
13997
13998     Always use the MAC address that is stored in the environment first before
13999     falling back to the ROM.  This also cuts out any comparison steps: if the
14000     mac in the env is sane, the ROM is never consulted.
14001
14002     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14003     CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
14004     CC: Ben Warren <biggerbadderben@gmail.com>
14005
14006 commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
14007 Author: Mike Frysinger <vapier@gentoo.org>
14008 Date:   Wed Feb 11 18:52:38 2009 -0500
14009
14010     nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
14011
14012     Since the ethernet layer handles updating of device addresses itself from
14013     the environment, there is no point in calling eth_set_enetaddr().
14014
14015     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14016     CC: Ben Warren <biggerbadderben@gmail.com>
14017
14018 commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
14019 Author: Mike Frysinger <vapier@gentoo.org>
14020 Date:   Wed Feb 11 18:54:07 2009 -0500
14021
14022     lynxkdi: get mac address from environment
14023
14024     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14025     CC: Ben Warren <biggerbadderben@gmail.com>
14026
14027 commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
14028 Author: Mike Frysinger <vapier@gentoo.org>
14029 Date:   Wed Feb 11 18:51:43 2009 -0500
14030
14031     bootvx: get mac address from environment
14032
14033     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14034     CC: Niklaus Giger <niklaus.giger@member.fsf.org>
14035     CC: Ben Warren <biggerbadderben@gmail.com>
14036
14037 commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
14038 Author: Mike Frysinger <vapier@gentoo.org>
14039 Date:   Wed Feb 11 18:50:10 2009 -0500
14040
14041     bdinfo: get mac address from environment
14042
14043     Add a new print_eth() function to automate the eth*addr env var acquisition
14044     and display.  Affects all arches.
14045
14046     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14047     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14048     CC: Scott McNutt <smcnutt@psyent.com>
14049     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14050     CC: Michal Simek <monstr@seznam.cz>
14051     CC: Daniel Hellstrom <daniel@gaisler.com>
14052     CC: Ben Warren <biggerbadderben@gmail.com>
14053
14054 commit 95823ca0773356860e622ee3304a4b7cafcbf19a
14055 Author: Mike Frysinger <vapier@gentoo.org>
14056 Date:   Wed Feb 11 18:23:48 2009 -0500
14057
14058     net: get mac address from environment and use eth util funcs
14059
14060     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14061     CC: Ben Warren <biggerbadderben@gmail.com>
14062
14063 commit 500b6c51e4c41f4562cb48344af98deb7e342731
14064 Author: Mike Frysinger <vapier@gentoo.org>
14065 Date:   Mon Oct 13 15:06:25 2008 -0400
14066
14067     Blackfin: bfin_mac: force boards to setup the MAC themselves
14068
14069     Since the on-chip MAC does not have an eeprom or similar interface, force
14070     all Blackfin boards that use this driver to setup the board data with a
14071     proper MAC.
14072
14073     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14074     CC: Ben Warren <biggerbadderben@gmail.com>
14075
14076 commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
14077 Author: Mike Frysinger <vapier@gentoo.org>
14078 Date:   Wed Feb 11 14:12:34 2009 -0500
14079
14080     doc/README.enetaddr: document proper MAC usage
14081
14082     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14083     CC: Ben Warren <biggerbadderben@gmail.com>
14084
14085 commit 3f6e6993e92fd0658da1746d1c84644612ee520b
14086 Author: Mike Frysinger <vapier@gentoo.org>
14087 Date:   Thu Jan 29 19:43:44 2009 -0500
14088
14089     net: new utility functions for working with enetaddr's
14090
14091     Declare new utility functions for converting between the environment
14092     variables (eth*addr) and the binary MAC address representation.  This way
14093     we can unify all the random places that already do this kind of thing.
14094
14095     The functions in question:
14096         eth_parse_enetaddr - "..." -> {...}
14097         eth_getenv_enetaddr - env -> {...}
14098         eth_setenv_enetaddr - {...} -> env
14099
14100     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14101     CC: Ben Warren <biggerbadderben@gmail.com>
14102
14103 commit b6446b67758ea1e41223f0782924bb73fd0a89d0
14104 Author: Mike Frysinger <vapier@gentoo.org>
14105 Date:   Tue Feb 17 00:00:53 2009 -0500
14106
14107     convert print_IPaddr() to %pI4
14108
14109     Now that our printf functions support the %pI4 modifier like the kernel,
14110     let's drop the inflexible print_IPaddr() function and covert over to the
14111     %pI4 modifier.
14112
14113     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14114     CC: Ben Warren <biggerbadderben@gmail.com>
14115
14116 commit 6c6166f52983dac775e3852f9d0f49d033f27108
14117 Author: Mike Frysinger <vapier@gentoo.org>
14118 Date:   Mon Feb 16 23:21:36 2009 -0500
14119
14120     vsprintf: pull updates from Linux kernel
14121
14122     This brings in support for the %p modifier which allows us to easily print
14123     out things like ip addresses, mac addresses, and pointers.
14124
14125     It also converts the rarely used 'q' length modifier to the common 'L'
14126     modifier when dealing with quad types.
14127
14128     While this new code is a bit larger (~1k .text), most of it should be made
14129     up by converting the existing ip/mac address code to use format modifiers.
14130
14131     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14132
14133 commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
14134 Author: Jon Smirl <jonsmirl@gmail.com>
14135 Date:   Thu Mar 19 23:04:18 2009 -0400
14136
14137     .gitignore for generated files in api_examples directory
14138
14139     Add .gitignore for generated files in api_examples directory
14140
14141     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
14142     Signed-off-by: Wolfgang Denk <wd@denx.de>
14143
14144 commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
14145 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14146 Date:   Wed Mar 18 12:27:04 2009 +0900
14147
14148     net: sh_eth: Remove sh_eth_reset() from halt function
14149
14150     sh_eth_reset is function to reset Ether IP.
14151     The MAC address is stored in IP, but it is initialized by this function.
14152     OS (e.g. Linux Kernel) can not use this device when initialized.
14153     This revises this problem.
14154
14155     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14156
14157 commit f8853d105da7d69bc92a5b4578f9b85234e558ec
14158 Author: Anatolij Gustschin <agust@denx.de>
14159 Date:   Fri Mar 20 12:45:50 2009 +0100
14160
14161     ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
14162
14163     PCI outbound address map configuration doesn't match the
14164     PCI memory address range covered by appropriate TLB entry
14165     configuration for canyonlands causing machine check
14166     exceptions while accessing PCI memory regions. This patch
14167     provides a fix for this issue.
14168
14169     Kazuaki Ichinohe observed and reported this issue while
14170     testing display output with PCI ATI video card on canyonlands.
14171
14172     Signed-off-by: Anatolij Gustschin <agust@denx.de>
14173     Signed-off-by: Stefan Roese <sr@denx.de>
14174
14175 commit 7a88601a34132548c3c591ea87ab3468b51121b0
14176 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14177 Date:   Fri Mar 6 10:09:37 2009 -0500
14178
14179     CFI: geometry reversal for STMicro M29W320DT
14180
14181     Follow up to the flash_fixup_stm to fix geometry reversal
14182     on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
14183
14184     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14185     Signed-off-by: Stefan Roese <sr@denx.de>
14186
14187 commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
14188 Author: Mike Frysinger <vapier@gentoo.org>
14189 Date:   Wed Feb 25 17:29:40 2009 -0500
14190
14191     smc911x_eeprom: update register API
14192
14193     The smc911x driver changed the naming convention for its register funcs,
14194     so update the eeprom code accordingly.
14195
14196     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14197     CC: Ben Warren <biggerbadderben@gmail.com>
14198
14199 commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
14200 Author: Grzegorz Bernacki <gjb@semihalf.com>
14201 Date:   Tue Mar 17 10:06:39 2009 +0100
14202
14203     mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
14204
14205     Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
14206     To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
14207     define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
14208     Total5200 and will be used by digsy MTC and other boards with
14209     ATA CS on I2C pins.
14210
14211     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
14212
14213 commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
14214 Author: Heiko Schocher <hs@denx.de>
14215 Date:   Thu Mar 12 07:37:34 2009 +0100
14216
14217     8xx: add support for new keymile kmsupx4 board.
14218
14219     This patch adds support for the kmsupx4 board from Keymile,
14220     based on a Freescale MPC852T CPU
14221
14222     - serial console on SMC1
14223     - 32 MB SDRAM
14224     - 32 MB NOR Flash
14225     - Ethernet over SCC3
14226     - I2C Bitbang
14227
14228     Signed-off-by: Heiko Schocher <hs@denx.de>
14229
14230 commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
14231 Author: Heiko Schocher <hs@denx.de>
14232 Date:   Thu Mar 12 07:37:28 2009 +0100
14233
14234     8xx, mgsuvd: rename board to a more generic name
14235
14236     renaming the "mgsuvd" board port into "km8xx", because
14237     there come more similar boards from keymile.
14238     Compiling the mgsuvd board with "make mgsuvd_config"
14239     remains.
14240
14241     Signed-off-by: Heiko Schocher <hs@denx.de>
14242
14243 commit 18b2f35bde1672e074a3d5048383cb56fda745cb
14244 Author: Heiko Schocher <hs@denx.de>
14245 Date:   Thu Mar 12 07:37:23 2009 +0100
14246
14247     8xx, mgsuvd: Coding Style cleanup config file
14248
14249     Signed-off-by: Heiko Schocher <hs@denx.de>
14250
14251 commit 364123db6730d32330f818b65360d2cd27396667
14252 Author: Heiko Schocher <hs@denx.de>
14253 Date:   Thu Mar 12 07:37:18 2009 +0100
14254
14255     powerpc: common updates for keymile boards
14256
14257     - added to keymile-common.h:
14258       - bootcount support
14259       - COMMAND HISTORY
14260       - CONFIG_AUTO_COMPLETE
14261       - CONFIG_SYS_FLASH_PROTECTION
14262       - JFFS2 support
14263       - CONFIG_VERSION_VARIABLE
14264     - extracted common I2C settings for all boards
14265     - common default environment settings summarized
14266
14267     Signed-off-by: Heiko Schocher <hs@denx.de>
14268
14269 commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
14270 Author: Heiko Schocher <hs@denx.de>
14271 Date:   Thu Mar 12 07:37:15 2009 +0100
14272
14273     8xx, icache: enabling ICache not before running from RAM
14274
14275     with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
14276     is not enabled before code runs from RAM.
14277
14278     Signed-off-by: Heiko Schocher <hs@denx.de>
14279
14280 commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
14281 Author: Heiko Schocher <hs@denx.de>
14282 Date:   Thu Mar 12 07:37:11 2009 +0100
14283
14284     82xx, mgcoge: fix environment sector size
14285
14286     Size of one environment sector is 0x20000.
14287
14288     Signed-off-by: Heiko Schocher <hs@denx.de>
14289
14290 commit 27057d416c7cc9eb1860953da8836352c07f13e9
14291 Author: Ladislav Michl <ladis@linux-mips.org>
14292 Date:   Mon Mar 16 23:27:31 2009 +0100
14293
14294     NetStar: config reindentation
14295
14296     Fix indentation broken by symbol renames. "Sort" driver related definitons.
14297
14298     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
14299
14300 commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
14301 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14302 Date:   Tue Mar 17 11:21:43 2009 +0000
14303
14304     ColdFire: Fix incorrect definition
14305
14306     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14307
14308 commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
14309 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14310 Date:   Mon Mar 2 19:16:45 2009 +0000
14311
14312     ColdFire: Fix M5329EVB and M5373EVB nand issue
14313
14314     The Nand flash was unable to read and write properly
14315     due to Nand Chip Select (nCE) setup was in reverse
14316     order. Also, increase the Nand time out value to 60.
14317
14318     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14319
14320 commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
14321 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14322 Date:   Tue Jan 27 15:19:35 2009 +0000
14323
14324     ColdFire: PLATFORM_CPPFLAGS updates for new compiler
14325
14326     Update PLATFORM_CPPFLAGS to accept 4.3.x version of
14327     ColdFire compiler.
14328
14329     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14330
14331 commit d6e4baf49987fc6f75e8574c0c27301a828b3132
14332 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14333 Date:   Tue Jan 27 12:57:47 2009 +0000
14334
14335     ColdFire: Provide gzip image size V2 & V3 platforms
14336
14337     Default gzip bootm size is 8MB. Some platforms require
14338     more than 8MB
14339
14340     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14341
14342 commit c3a9e6374210679a81f611c1bcf968988bc20e41
14343 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14344 Date:   Wed Feb 18 11:49:31 2009 +0000
14345
14346     ColdFire: Fix M54451 serial boot dram setup
14347
14348     The serial boot dram extended/standard mode register was not
14349     setup and was using default DRAM setup causing the U-boot was
14350     unstable to boot up in serial mode.
14351
14352     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14353
14354 commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
14355 Author: arun c <arun.edarath@gmail.com>
14356 Date:   Thu Dec 4 15:57:15 2008 +0530
14357
14358     Coldfire: XL Bus minor fixes
14359
14360     According to coldfire manual data timeout > address time out
14361     also use correct macro to program XARB_CFG
14362
14363     Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
14364
14365 commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
14366 Author: Scott Wood <scottwood@freescale.com>
14367 Date:   Tue Mar 17 12:06:04 2009 -0500
14368
14369     NAND: Have nboot accept .e and .i as legacy no-ops.
14370
14371     This was intended to happen before, but a trivial bug prevented it.
14372
14373     Signed-off-by: Scott Wood <scottwood@freescale.com>
14374
14375 commit 0987505540918b2464b73069af3a5b766dbd3ceb
14376 Author: Ladislav Michl <ladis@linux-mips.org>
14377 Date:   Fri Mar 13 14:38:19 2009 +0100
14378
14379     NAND: Make nboot skip bad blocks
14380
14381     nboot command currently does not skip bad blocks and gives read error when
14382     loading image stored over bad block. With patch applied, nboot works as
14383     expected:
14384
14385     Device 0 bad blocks:
14386       00780000
14387       014a0000
14388       02000000
14389       02cc0000
14390       04aa0000
14391
14392     Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
14393        Image Name:   Linux-2.6.22-omap1
14394        Created:      2008-11-20  23:44:32 UTC
14395        Image Type:   ARM Linux Kernel Image (uncompressed)
14396        Data Size:    1052520 Bytes =  1 MB
14397        Load Address: 10008000
14398        Entry Point:  10008000
14399     Skipping bad block 0x02cc0000
14400     Automatic boot of image at addr 0x10400000 ...
14401     ...
14402
14403     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
14404     Signed-off-by: Scott Wood <scottwood@freescale.com>
14405
14406 commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
14407 Author: Stefan Roese <sr@denx.de>
14408 Date:   Thu Mar 12 07:27:25 2009 +0100
14409
14410     ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
14411
14412     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
14413     the DDR2 configuration to only use one CS (rank). As this code is most
14414     likely copied from the original Sequoia version, this error was copied
14415     as well.
14416
14417     This patch also removes some dead code.
14418
14419     Signed-off-by: Stefan Roese <sr@denx.de>
14420
14421 commit 9199b9cc8f56aca26504b48cf702176208f46e54
14422 Author: Stefan Roese <sr@denx.de>
14423 Date:   Thu Mar 12 07:24:40 2009 +0100
14424
14425     ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
14426
14427     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
14428     the DDR2 configuration to only use one CS (rank). As this code is most
14429     likely copied from the original Sequoia version, this error was copied
14430     as well.
14431
14432     Signed-off-by: Stefan Roese <sr@denx.de>
14433
14434 commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
14435 Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
14436 Date:   Wed Mar 11 10:54:46 2009 +0200
14437
14438     Fix AMCC Sequoia board DDR memory configuration
14439
14440     Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
14441     specifies that BankSel#1 is not connected, while bootloader memory
14442     configuration is (board/amcc/sequoia/sdram.c):
14443            mtsdram(DDR0_10, 0x00000300);
14444     i.e. both Chip Selects used - not correct.
14445
14446     If we change to correct value here:
14447            mtsdram(DDR0_10, 0x00000100);
14448     memory is accessible OK also.
14449
14450     Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
14451     Signed-off-by: Stefan Roese <sr@denx.de>
14452
14453 commit b3dd629e78870ba2dc9f8032978721c0fa02a856
14454 Author: Wolfgang Denk <wd@denx.de>
14455 Date:   Sun Mar 15 22:40:09 2009 +0100
14456
14457     Prepare 2009.03-rc2
14458
14459     Update CHANEGLOG, fix minor coding style issue.
14460
14461     Signed-off-by: Wolfgang Denk <wd@denx.de>
14462
14463 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
14464 Author: Jerry Van Baren <gvb.uboot@gmail.com>
14465 Date:   Fri Mar 13 11:40:10 2009 -0400
14466
14467     mpc83xx: Add bank configuration to FSL spd_sdram.c
14468
14469     The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
14470     bank SDRAMs.
14471
14472     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
14473     Acked-by: Dave Liu <daveliu@freescale.com>
14474     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14475
14476 commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
14477 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
14478 Date:   Fri Mar 13 08:58:14 2009 +0100
14479
14480     mpc83xx: correctly set encryption and I2C bus 0 clock
14481
14482     This patch makes sure the correct mask is applied when setting
14483     the encryption and I2C bus 0 clock in SCCR.
14484     Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
14485     won't function.
14486
14487     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
14488     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14489
14490 commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
14491 Author: Dirk Behme <dirk.behme@googlemail.com>
14492 Date:   Thu Mar 12 19:30:50 2009 +0100
14493
14494     OMAP3: Add support for OMAP3 die ID
14495
14496     Read and store OMAP3 die ID in U-Boot environment.
14497
14498     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
14499
14500 commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
14501 Author: Jon Smirl <jonsmirl@gmail.com>
14502 Date:   Wed Mar 11 15:08:56 2009 -0400
14503
14504     MPC5200 FEC MII speed register
14505
14506     Set a non-zero speed in the MII register so that MII commands will work.
14507
14508     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
14509
14510 commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
14511 Author: Yusuke.Goda <goda.yusuke@renesas.com>
14512 Date:   Fri Mar 13 16:08:18 2009 +0900
14513
14514     sh: ap325rxa: Change the wait cycle in the area 5
14515
14516     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
14517     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14518
14519 commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
14520 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14521 Date:   Wed Feb 25 16:04:26 2009 +0900
14522
14523     sh: Fix cannot work rtl8139 on r2dplus
14524
14525     The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
14526     registration.
14527
14528     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14529     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14530
14531 commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
14532 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14533 Date:   Fri Feb 27 18:35:41 2009 +0900
14534
14535     sh: Add netdev header fixing of warning/build
14536
14537     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14538     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14539
14540 commit ada9318252f51c2626e9837c623f9812b0308dea
14541 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14542 Date:   Tue Mar 3 15:11:17 2009 +0900
14543
14544     sh: Add support 32-Bit Extended Address Mode to sh7785lcr
14545
14546     We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
14547     for this mode. This command changes PMB for using 512MB system memory.
14548
14549     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14550     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14551
14552 commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
14553 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14554 Date:   Wed Feb 25 14:26:42 2009 +0900
14555
14556     sh: Add some register value configurable to PCI of SH7780
14557
14558     Some register value was hardcoded for System memory size 128MB and
14559     memory offset 0x08000000. This patch fixed the problem.
14560
14561     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14562     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14563
14564 commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
14565 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14566 Date:   Wed Feb 25 14:26:52 2009 +0900
14567
14568     sh: Add system memory registration to PCI for SH4
14569
14570     It is necessary for some pci device driver.
14571
14572     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14573     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14574
14575 commit b3061b40db691245a7bb9a55354b4edacbf3902d
14576 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14577 Date:   Wed Feb 25 14:26:55 2009 +0900
14578
14579     sh: Add value for PCI system memory registration of sh7785lcr
14580
14581     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14582     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14583
14584 commit 6d84ae3956a6cd7aebd86f661130752594e60124
14585 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14586 Date:   Tue Mar 3 15:11:08 2009 +0900
14587
14588     sh: Add macros for SH-4A 32-Bit Address Extended Mode
14589
14590     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14591     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14592
14593 commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
14594 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14595 Date:   Tue Feb 3 13:35:05 2009 +0900
14596
14597     sh: use write{8,16,32} in ms7720se lowlevel_init
14598
14599     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14600     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14601
14602 commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
14603 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14604 Date:   Mon Mar 9 18:07:53 2009 -0500
14605
14606     tsec: report when there is no vendor specific PHY support
14607
14608     Commit af1c2b84 added a generic phy support, with an ID of zero
14609     and a 32 bit mask; meaning that it will match on any PHY ID.
14610
14611     The problem is that there is a test that checked if a matching
14612     PHY was found, and if not, it printed the non-matching ID.
14613     But since there will always be a match (on the generic PHY,
14614     worst case), this test will never trip.
14615
14616     In the case of a misconfigured PHY address, or of a PHY that
14617     isn't explicitly supported outside of the generic support,
14618     you will never see the ID of 0xffffffff, or the ID of the
14619     real (but unsupported) chip.  It will silently fall through
14620     onto the generic support.
14621
14622     This change makes that test useful again, and ensures that
14623     the selection of generic PHY support doesn't happen without
14624     some sort of notice.  It also makes it explicitly clear that
14625     the generic PHY must be last in the PHY table.
14626
14627     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14628     Acked-by: Andy Fleming <afleming@freescale.com>
14629
14630 commit c279dfc10186ceba78d3862036f158750e86599a
14631 Author: Wolfgang Denk <wd@denx.de>
14632 Date:   Mon Mar 9 10:53:05 2009 +0100
14633
14634     SIMPC8313 board: fix out of tree building.
14635
14636     Fix typo in makefile which broke out of tree builds.
14637
14638     Also use expolicit "rm" instead of "ln -sf" which is known to be
14639     unreliable.
14640
14641     Signed-off-by: Wolfgang Denk <wd@denx.de>
14642     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14643
14644 commit 49b5aff491bd574935ecaf8545152066a25eff3d
14645 Author: ksi@koi8.net <ksi@koi8.net>
14646 Date:   Mon Feb 23 10:53:13 2009 -0800
14647
14648     Add eTSEC 1/2 IO override control (corrected)
14649
14650     This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
14651
14652     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
14653
14654 commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
14655 Author: Andy Fleming <afleming@freescale.com>
14656 Date:   Fri Mar 6 19:05:52 2009 -0600
14657
14658     fsl: Remove unnecessary debug printfs
14659
14660     These were left in accidentally, and are not really useful unless the
14661     code is as broken as it was when it was being developed.
14662
14663     Signed-off-by: Andy Fleming <afleming@freescale.com>
14664
14665 commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
14666 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
14667 Date:   Tue Feb 24 02:37:59 2009 -0600
14668
14669     Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
14670
14671     Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
14672     sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
14673
14674     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
14675
14676 commit a922fdb87af25c25c032424908dcf60fbf3250ea
14677 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14678 Date:   Tue Feb 24 06:13:10 2009 +0100
14679
14680     PXA: timer use do_div and simplify it
14681
14682     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14683
14684 commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
14685 Author: Wolfgang Denk <wd@denx.de>
14686 Date:   Mon Mar 9 10:51:39 2009 +0100
14687
14688     SIMPC8313 board: fix out of tree building.
14689
14690     Fix typo in makefile which broke out of tree builds.
14691
14692     Also use expolicit "rm" instead of "ln -sf" which is known to be
14693     unreliable.
14694
14695     Signed-off-by: Wolfgang Denk <wd@denx.de>
14696
14697 commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
14698 Author: Heiko Schocher <hs@denx.de>
14699 Date:   Tue Feb 24 11:30:51 2009 +0100
14700
14701     8360, kmeter1: added bootcount feature.
14702
14703     add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
14704
14705     The bootcounter uses 8 bytes from the muram,
14706     because no other memory was found on this
14707     CPU for the bootcount feature. So we must
14708     correct the muram size in DTS before booting
14709     Linux.
14710
14711     This feature is actual only implemented for
14712     MPC8360, because not all 83xx CPU have qe,
14713     and therefore no muram, which this feature
14714     uses.
14715
14716     Signed-off-by: Heiko Schocher <hs@denx.de>
14717     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14718
14719 commit 1e7ed2565031e01abc18c713030a0a9829c07684
14720 Author: Heiko Schocher <hs@denx.de>
14721 Date:   Tue Feb 24 11:30:48 2009 +0100
14722
14723     83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
14724
14725     old code implemented the QE_ENET10 errata only for Silicon
14726     Revision 2.0. New code reads now the Silicon Revision
14727     register and sets dependend on the Silicon Revision the
14728     values as advised in the QE_ENET10 errata.
14729
14730     Signed-off-by: Heiko Schocher <hs@denx.de>
14731     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14732
14733 commit 605f78e34a3f0103693b891f2573edd352e7d495
14734 Author: Heiko Schocher <hs@denx.de>
14735 Date:   Tue Feb 24 11:30:44 2009 +0100
14736
14737     83xx, kmeter1: updates for 2009.03
14738
14739     - HRCW update
14740       HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
14741       HRCWH_LALE_EARLY added
14742     - DDR-SDRAM settings modified. This solves sporadically
14743       problems with this memory.
14744     - CS1 now 128 MB window size
14745     - CS3 now 512 MB window size
14746     - PRAM activated
14747     - MTDPARTS_DEFAULT defined
14748     - CONFIG_HOSTNAME added
14749     - MONITOR_LEN now 384 KB
14750
14751     Signed-off-by: Heiko Schocher <hs@denx.de>
14752     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14753
14754 commit 118cbe3c35c898f8d020b29d6dc180307cacf147
14755 Author: Heiko Schocher <hs@denx.de>
14756 Date:   Tue Feb 24 11:30:40 2009 +0100
14757
14758     83xx, kmeter1: autodetect size of DDR II RAM
14759
14760     it is possible that some board variants have different DDR II
14761     RAM sizes. So we autodetect the size of the assembled RAM.
14762
14763     Signed-off-by: Heiko Schocher <hs@denx.de>
14764     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14765
14766 commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
14767 Author: Heiko Schocher <hs@denx.de>
14768 Date:   Tue Feb 24 11:30:37 2009 +0100
14769
14770     83xx, i2c: add mux support for fsl_i2c
14771
14772     This patch adds I2C mux support for the fsl_i2c driver. This
14773     allows you to add "new" i2c busses, which are reached over
14774     i2c muxes. For more infos, please look in the README and
14775     search for CONFIG_I2C_MUX.
14776
14777     Signed-off-by: Heiko Schocher <hs@denx.de>
14778     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14779
14780 commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
14781 Author: Heiko Schocher <hs@denx.de>
14782 Date:   Tue Feb 24 11:30:34 2009 +0100
14783
14784     83xx, kmeter1: add I2C, dtt, eeprom support
14785
14786     This patch adds I2C support for the Keymile kmeter1 board.
14787     It uses the First I2C Controller from the CPU, for
14788     accessing 4 temperature sensors, an eeprom with IVM data
14789     and the booteeprom over a pca9547 mux.
14790
14791     Signed-off-by: Heiko Schocher <hs@denx.de>
14792     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14793
14794 commit db1d72afd77287bc8577210f3f71ab249dcf146f
14795 Author: Heiko Schocher <hs@denx.de>
14796 Date:   Tue Feb 24 11:30:30 2009 +0100
14797
14798     i2c, dtt: move dtt_init () to board_init_r ()
14799
14800     In case where a board not uses CONFIG_POST, it is not
14801     necessary to init the DTTs when running from flash.
14802
14803     Signed-off-by: Heiko Schocher <hs@denx.de>
14804     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14805
14806 commit 5b0055547f0246908b79cc300170d87380b69e18
14807 Author: Dave Liu <daveliu@freescale.com>
14808 Date:   Wed Feb 25 12:31:32 2009 +0800
14809
14810     83xx: Fix some bugs in spd sdram code
14811
14812     1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
14813       tRTP according to DDR2 JEDEC spec.
14814     2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
14815     3. add the support of DDR2-533,667,800 DIMMs
14816     4. cpo
14817     5. make the AL to min to gain better performance.
14818
14819     The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
14820     MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
14821
14822     items 1, 2 and 5:
14823     Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14824
14825     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14826     Signed-off-by: Dave Liu <daveliu@freescale.com>
14827     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14828
14829 commit b7be63abec45858c044f0fbd6aeef524c4663f9b
14830 Author: Valeriy Glushkov <gvv@lstec.com>
14831 Date:   Wed Feb 4 18:27:49 2009 +0200
14832
14833     MPC8349ITX: several config issues fixed
14834
14835     The previous version rebooted forever with DDR bigger than 256MB.
14836     Access the DS1339 RTC chip is on I2C1 bus.
14837     Allow DHCP.
14838
14839     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
14840     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14841
14842 commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
14843 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14844 Date:   Thu Feb 19 18:20:39 2009 +0300
14845
14846     mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
14847
14848     The SerDes initialization should be finished before negating the reset
14849     signal according to the reference manual. This isn't an issue on real
14850     hardware, but we'd better stick to the specifications anyway.
14851
14852     Suggested-by: Liu Dave <DaveLiu@freescale.com>
14853     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14854     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14855
14856 commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
14857 Author: Heiko Schocher <hs@denx.de>
14858 Date:   Wed Feb 25 12:28:32 2009 +0100
14859
14860     i2c, dtt: move dtt_init () to board_init_r ()
14861
14862     it is not necessary to init the DTTs so early,
14863     so move this init to board_init_r ().
14864
14865     Signed-off-by: Heiko Schocher <hs@denx.de>
14866
14867 commit 00cc5595a7caac8066b408774383a956c2e26797
14868 Author: Anatolij Gustschin <agust@denx.de>
14869 Date:   Wed Feb 25 20:28:13 2009 +0100
14870
14871     lcd: Fix compilation warning in common/lcd.c
14872
14873     Fix following warning while compilation for mcc200 board:
14874
14875     lcd.c: In function 'lcd_display_bitmap':
14876     lcd.c:625: warning: unused variable 'cmap'
14877
14878     Signed-off-by: Anatolij Gustschin <agust@denx.de>
14879
14880 commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
14881 Author: Graeme Russ <graeme.russ@gmail.com>
14882 Date:   Tue Feb 24 21:11:24 2009 +1100
14883
14884     Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
14885
14886     Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
14887
14888     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
14889
14890 commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
14891 Author: Mike Frysinger <vapier@gentoo.org>
14892 Date:   Mon Feb 23 10:29:47 2009 -0500
14893
14894     smc911x: split out useful defines/functions into local header
14895
14896     The smc911x driver has a lot of useful defines/functions which can be used
14897     by pieces of code (such as example eeprom programmers).  Rather than
14898     forcing each place to duplicate these defines/functions, split them out
14899     of the smdc911x driver into a local header.
14900
14901     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14902     Acked-by: Ben Warren <biggerbadderben@gmail.com>
14903     CC: Sascha Hauer <s.hauer@pengutronix.de>
14904     CC: Guennadi Liakhovetski <lg@denx.de>
14905     CC: Magnus Lilja <lilja.magnus@gmail.com>
14906     CC: Ben Warren <biggerbadderben@gmail.com>
14907
14908 commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
14909 Author: Guennadi Liakhovetski <lg@denx.de>
14910 Date:   Tue Feb 24 10:44:02 2009 +0100
14911
14912     ARM: add an "eet" variant of the imx31_phycore board
14913
14914     The "eet" variant of the imx31_phycore board has an OLED display, using a
14915     s6e63d6 display controller on the first SPI interface, using GPIO57 as a
14916     chip-select for it. With this configuration you can display 256 colour BMP
14917     images in 16-bit RGB (RGB565) LCD mode.
14918
14919     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14920     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14921
14922 commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
14923 Author: Guennadi Liakhovetski <lg@denx.de>
14924 Date:   Fri Feb 6 10:37:57 2009 +0100
14925
14926     video: add an i.MX31 framebuffer driver
14927
14928     Add a driver for the Synchronous Display Controller and the Display
14929     Interface on i.MX31, using IPU for DMA channel setup. So far only
14930     displaying of bitmaps is supported, no text output.
14931
14932     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14933     Acked-by: Anatolij Gustschin <agust@denx.de>
14934
14935 commit b245e65ee3c4cce3ccf008a21f4528239655876c
14936 Author: Guennadi Liakhovetski <lg@denx.de>
14937 Date:   Fri Feb 6 10:37:53 2009 +0100
14938
14939     LCD: support 8bpp BMPs on 16bpp displays
14940
14941     This patch also simplifies some ifdefs in lcd.c, introduces a generic
14942     vidinfo_t, which new drivers are encouraged to use and old drivers to switch
14943     over to.
14944
14945     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14946     Acked-by: Anatolij Gustschin <agust@denx.de>
14947
14948 commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
14949 Author: Mark Jackson <mpfj@mimc.co.uk>
14950 Date:   Fri Feb 6 10:37:49 2009 +0100
14951
14952     Add 16bpp BMP support
14953
14954     This patch adds 16bpp BMP support to the common lcd code.
14955
14956     Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
14957
14958     At the moment it's only been tested on the MIMC200 AVR32 board, but extending
14959     this to other platforms should be a simple task !!
14960
14961     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
14962     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14963     Acked-by: Anatolij Gustschin <agust@denx.de>
14964
14965 commit 689551c5ff1b394b88412f3df22144e79468d3a9
14966 Author: Guennadi Liakhovetski <lg@denx.de>
14967 Date:   Fri Feb 6 10:37:41 2009 +0100
14968
14969     A driver for the S6E63D6 SPI display controller from Samsung
14970
14971     This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
14972     It only provides access to controller's registers so the client can freely
14973     configure it.
14974
14975     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14976     Acked-by: Anatolij Gustschin <agust@denx.de>
14977
14978 commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
14979 Author: Guennadi Liakhovetski <lg@denx.de>
14980 Date:   Fri Feb 13 09:26:40 2009 +0100
14981
14982     i.MX31: support GPIO as a chip-select in the mxc_spi driver
14983
14984     Some SPI devices have special requirements on chip-select handling.
14985     With this patch we can use a GPIO as a chip-select and strictly follow
14986     the SPI_XFER_BEGIN and SPI_XFER_END flags.
14987
14988     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14989     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14990
14991 commit b30de3cccf8867566cd314e7c7033904afa5dc9d
14992 Author: Guennadi Liakhovetski <lg@denx.de>
14993 Date:   Sat Feb 7 01:18:07 2009 +0100
14994
14995     i.MX31: add a simple gpio driver
14996
14997     This is a minimal driver, so far only managing output. It will
14998     be used by the mxc_spi.c driver.
14999
15000     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15001     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15002
15003 commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
15004 Author: Guennadi Liakhovetski <lg@denx.de>
15005 Date:   Sat Feb 7 00:09:12 2009 +0100
15006
15007     i.MX31: fix SPI driver for shorter than 32 bit
15008
15009     Fix setting the SPI Control register, 8 and 16-bit transfers
15010     and a wrong pointer in the free routine in the mxc_spi driver.
15011
15012     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15013     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15014
15015 commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
15016 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15017 Date:   Thu Feb 19 18:20:52 2009 +0300
15018
15019     mpc83xx: MPC837XERDB: Add PCIe support
15020
15021     On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
15022     slots. Let's support them.
15023
15024     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15025     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15026
15027 commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
15028 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15029 Date:   Thu Feb 19 18:20:50 2009 +0300
15030
15031     mpc83xx: PCI: Fix hard-coded first_busno value
15032
15033     We should use pci_last_busno() in pci_init_bus(), otherwise we'll
15034     erroneously re-use PCI0's first_busno for PCI1 hoses.
15035
15036     NOTE: The patch is untested. All MPC83xx FSL boards I have have
15037     PCI1 in miniPCI form, for which I don't have any cards handy.
15038
15039     But looking in cpu/mpc85xx/pci.c:
15040     ...
15041     #ifdef CONFIG_MPC85XX_PCI2
15042             hose = &pci_hose[1];
15043
15044             hose->first_busno = pci_hose[0].last_busno + 1;
15045
15046     And considering that we do the same for MPC83xx PCI-E support,
15047     I think this patch is correct.
15048
15049     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15050     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15051
15052 commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
15053 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15054 Date:   Thu Feb 19 18:20:46 2009 +0300
15055
15056     mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
15057
15058     This patch fixes copy-paste issue: pci_hose[0]'s first and last
15059     busnos were used to fixup pci1's nodes.
15060
15061     We don't see this bug triggering only because Linux reenumerate
15062     buses anyway.
15063
15064     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15065     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15066
15067 commit b24a99f6666ac278ec9f9c1334518af828833d19
15068 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15069 Date:   Thu Feb 19 18:20:44 2009 +0300
15070
15071     mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
15072
15073     This patch fixes an issue in config space read accessors: we should
15074     fill-in the value even if we fail (e.g. skipping devices), otherwise
15075     CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
15076
15077     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15078     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15079
15080 commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
15081 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15082 Date:   Thu Feb 19 18:20:42 2009 +0300
15083
15084     mpc83xx: PCIe: Don't start bus enumeration at 0
15085
15086     Currently we assign first_busno = 0 for the first PCIe hose, but this
15087     scheme won't work if we have ordinary PCI hose already registered (its
15088     first_busno value is 0 too).
15089
15090     The old code worked fine only because we have PCI disabled on
15091     MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
15092     "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
15093     But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
15094     triggers.
15095
15096     So, to fix the issue, we should use pci_last_busno() + 1 for the
15097     first_busno (i.e. last available busno).
15098
15099     Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
15100     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15101     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15102
15103 commit cc2a8c7751ddbae3116660064f446888538b93e9
15104 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15105 Date:   Thu Feb 19 18:20:41 2009 +0300
15106
15107     PCI: Add pci_last_busno() helper
15108
15109     This is just a handy routine that reports last PCI busno: we walk
15110     down all the hoses and return last hose's last_busno.
15111
15112     Will be used by PCI/PCIe initialization code.
15113
15114     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15115     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15116
15117 commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
15118 Author: Becky Bruce <beckyb@kernel.crashing.org>
15119 Date:   Mon Feb 23 13:56:51 2009 -0600
15120
15121     MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
15122
15123     Currently, we get 256MB as the default, but since all the 86xx
15124     board configs define a 2G BAT mapping for RAM, raise default
15125     to 2G.
15126
15127     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
15128     Acked-by: Jon Loeliger <jdl@freescale.com>
15129
15130 commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
15131 Author: Becky Bruce <beckyb@kernel.crashing.org>
15132 Date:   Thu Feb 12 10:43:32 2009 -0600
15133
15134     mpc8641hpcn: Indicate 36-bit addr map in boot messages
15135
15136     If 36-bit addressing is enabled, print a message on the console
15137     when we boot.
15138
15139     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
15140
15141 commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
15142 Author: Mark Jackson <mpfj-list@mimc.co.uk>
15143 Date:   Fri Feb 13 15:48:18 2009 +0000
15144
15145     Setup extra MIMC200 chip selects
15146
15147     Added code to setup the extra Flash and FRAM chip selects as used on the
15148     MIMC200 board.
15149
15150     V2 moves the init code from the common "cpu.c" file into the board specific
15151     setup file.
15152
15153     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
15154     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15155
15156 commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
15157 Author: Mark Jackson <mpfj@mimc.co.uk>
15158 Date:   Mon Nov 24 12:10:56 2008 +0000
15159
15160     MIMC200: tidy GCLK init code
15161
15162     Change the MIMC200 startup code to use the built-in (rather than
15163     hard-coded) funtions for setting up gclk outputs.
15164
15165     We'll also move the code to the new, more-appropriate
15166     board_postclk_init() routine.
15167
15168     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
15169     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15170
15171 commit b423f94063bf04e92047ff85c7e53441eb3b712b
15172 Author: Olav Morken <olavmrk@gmail.com>
15173 Date:   Fri Jan 23 12:56:32 2009 +0100
15174
15175     AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
15176
15177     The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
15178     workaround, two NOPs can be inserted.
15179
15180     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
15181     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
15182     Signed-off-by: Olav Morken <olavmrk@gmail.com>
15183     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15184
15185 commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
15186 Author: Gunnar Rangoy <gunnar@rangoy.com>
15187 Date:   Fri Jan 23 12:56:29 2009 +0100
15188
15189     AVR32: Make GPIO implmentation cpu dependent
15190
15191     There are some differences in the implementation of GPIO in the
15192     at32uc chip compared to the ap700x series.
15193
15194     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
15195     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
15196     Signed-off-by: Olav Morken <olavmrk@gmail.com>
15197     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15198
15199 commit a38de083d2979db3680f0d0978c509a172c8fa00
15200 Author: Olav Morken <olavmrk@gmail.com>
15201 Date:   Fri Jan 23 12:56:28 2009 +0100
15202
15203     AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
15204
15205     The AVR32A architecture (which AT32UC3A-series is based on) has a
15206     different memory layout than the AVR32B-architecture. This patch moves
15207     addrspace.h to an arch-dependent directory in preparation for
15208     AT32UC3A-support. It also moves some address-space manipulation
15209     functions from io.h to addrspace.h.
15210
15211     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
15212     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
15213     Signed-off-by: Olav Morken <olavmrk@gmail.com>
15214     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15215
15216 commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
15217 Author: Olav Morken <olavmrk@gmail.com>
15218 Date:   Fri Jan 23 12:56:27 2009 +0100
15219
15220     AVR32: Make cacheflush cpu-dependent
15221
15222     The AT32UC3A series of processors doesn't contain any cache, and issuing
15223     cache control instructions on those will cause an exception. This commit
15224     makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
15225
15226     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
15227     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
15228     Signed-off-by: Olav Morken <olavmrk@gmail.com>
15229     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15230
15231 commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
15232 Author: Heiko Schocher <hs@denx.de>
15233 Date:   Tue Feb 10 09:38:52 2009 +0100
15234
15235     netloop: speed up NetLoop
15236
15237     NetLoop polls every cycle with getenv some environment variables.
15238     This is horribly slow, especially when the environment is big.
15239
15240     This patch reads only the environment variables in NetLoop,
15241     when they were changed.
15242
15243     Also moved the init part of the NetLoop function in a seperate
15244     function.
15245
15246     Signed-off-by: Heiko Schocher <hs@denx.de>
15247     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15248
15249 commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
15250 Author: Mike Frysinger <vapier@gentoo.org>
15251 Date:   Mon Dec 22 02:56:07 2008 -0500
15252
15253     smc911x_eeprom: new example app for managing newer SMC parts
15254
15255     A forward port of the last version to work with the newer smc911x driver.
15256     I only have a board with a LAN9218 part on it, so that is the only one
15257     I've tested.  But there isn't anything in this that would make it terribly
15258     chip specific afaik.
15259
15260     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15261     CC: Sascha Hauer <s.hauer@pengutronix.de>
15262     CC: Guennadi Liakhovetski <lg@denx.de>
15263     CC: Magnus Lilja <lilja.magnus@gmail.com>
15264     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15265
15266 commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
15267 Author: Pieter Henning <phenning@vastech.co.za>
15268 Date:   Sun Feb 22 23:17:15 2009 -0800
15269
15270     Added Vitesse VSC8211 definitions to TSEC driver
15271
15272     Added the struct containing PHY settings for the Vitesse VSC8211 phy to
15273     the phy_info list in tsec.c
15274
15275     Signed-off-by: Pieter Henning <phenning@vastech.co.za>
15276     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15277
15278 commit 32688e572ff96715b41420e9a7f280db6c399b65
15279 Author: Wolfgang Denk <wd@denx.de>
15280 Date:   Mon Feb 23 00:22:21 2009 +0100
15281
15282     Update CHANGELOG;  Prepare 2009.03-rc1
15283
15284     Signed-off-by: Wolfgang Denk <wd@denx.de>
15285
15286 commit 80b827c2b78329c6503b271e43d9eb693d644710
15287 Author: Wolfgang Denk <wd@denx.de>
15288 Date:   Sun Feb 22 23:45:40 2009 +0100
15289
15290     ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
15291
15292     The file was generated from building versatile_defconfig.
15293
15294     Signed-off-by: Wolfgang Denk <wd@denx.de>
15295
15296 commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
15297 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15298 Date:   Sun Feb 22 14:24:11 2009 +0900
15299
15300     MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
15301
15302     Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
15303     like this:
15304
15305     skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
15306     Configuring for dbau1x00 board...
15307     au1x00_eth.c: In function 'au1x00_send':
15308     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
15309     au1x00_eth.c: In function 'au1x00_recv':
15310     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
15311     au1x00_eth.c: In function 'au1x00_init':
15312     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
15313     au1x00_eth.c: In function 'au1x00_recv':
15314     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
15315     au1x00_eth.c: In function 'au1x00_init':
15316     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
15317     au1x00_eth.c: In function 'au1x00_send':
15318     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
15319
15320     We're passing a volatile pointer to a function which is expecting a non-
15321     volatile pointer.  That's potentially dangerous, so gcc warns about it.
15322     Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
15323
15324     To fix this, we add a volatile attribute to the argument in question.
15325     The virt_to_phys function in Linux kernel also does the same thing.
15326
15327     Signed-off-by: Stefan Roese <sr@denx.de>
15328     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
15329
15330 commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
15331 Author: Dirk Behme <dirk.behme@googlemail.com>
15332 Date:   Fri Feb 20 17:51:28 2009 +0100
15333
15334     OMAP3: Clean up MMC code
15335
15336     Clean up OMAP3 MMC code:
15337
15338     * Convert register access to struct & readx/writex style
15339     * Replace hardcode values by macros
15340     * Remove macro defined twice
15341
15342     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15343
15344 commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
15345 Author: Dirk Behme <dirk.behme@googlemail.com>
15346 Date:   Thu Feb 12 18:55:43 2009 +0100
15347
15348     OMAP3: Pandora: Update pin mux
15349
15350     Clock pin must have input enabled for MMC3 to work.
15351     Also enable pull-ups for cmd/data lines to be consistent
15352     with remaining MMC host pin setup.
15353
15354     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
15355
15356 commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
15357 Author: Dirk Behme <dirk.behme@googlemail.com>
15358 Date:   Thu Feb 12 18:55:42 2009 +0100
15359
15360     OMAP3: Add OMAP3 auto detection
15361
15362     This patch adds OMAP3 cpu type auto detection based on OMAP3 register
15363     and removes hardcoded values.
15364
15365     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
15366     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15367
15368 commit f956fd0338f4990793a10f767929ba4963665261
15369 Author: Dirk Behme <dirk.behme@googlemail.com>
15370 Date:   Thu Feb 12 18:55:41 2009 +0100
15371
15372     OMAP3: Beagle: Add board revision detection
15373
15374     With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
15375     which might need different software handling. For this, GPIO pin 171 (GPIO
15376     module 6, offset 11) can be used to check for board revision. If this pin
15377     is low, we have a rev C board. Else it must be a revision Ax or Bx board.
15378
15379     To handle board differences you can call function beagle_get_revision().
15380     E.g.:
15381
15382     if (beagle_get_revision()) {
15383
15384     /* do special revision C stuff here */
15385
15386     }
15387
15388     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15389
15390 commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
15391 Author: Dirk Behme <dirk.behme@googlemail.com>
15392 Date:   Thu Feb 12 18:55:40 2009 +0100
15393
15394     OMAP3: Overo: Clean up pin mux and GPIO configuration
15395
15396     * Make Overo GPIO114 an input for touchscreen PENDOWN
15397     * Make Overo GPIO144-147 readable
15398     * Make Overo EHCI pinmux match beagle rev c setup
15399     * Adjust pinmux for SMSC911X network chip support
15400     * Remove unnecessary GPIO setup
15401     * Fix merge error in Makefile
15402
15403     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
15404     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15405
15406 commit 2579019b8248e5f166e60e37065766efc8a49dbc
15407 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15408 Date:   Sun Feb 22 17:08:41 2009 +0100
15409
15410     nmdk8815: fix onenand support
15411
15412     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15413
15414 commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
15415 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15416 Date:   Sun Feb 22 17:56:50 2009 +0100
15417
15418     nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
15419
15420     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15421
15422 commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
15423 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15424 Date:   Sun Feb 22 17:49:43 2009 +0100
15425
15426     davinci: fix implicit declaration of function 'davinci_errata_workarounds'
15427
15428     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15429
15430 commit 4f5728987f4f9f7845688482aa2b7f2127768165
15431 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15432 Date:   Sun Feb 22 15:49:28 2009 +0100
15433
15434     arm: add uart dcc support
15435
15436     Serial driver via the EmbeddedICE macrocell's DCC channel using
15437     co-processor 14.
15438
15439     It does include a timeout to ensure that the system does not
15440     totally freeze when there is nothing connected to read.
15441
15442     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15443
15444 commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
15445 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15446 Date:   Fri Nov 21 14:35:56 2008 -0500
15447
15448     ARM DaVinci: Add common peripherals and modules enable functions.
15449
15450     Taken all the duplicated code for enabling common modules and apply
15451     software workarounds from the board specific code into common
15452     functions. Also added comments explaining the workarounds
15453     (from TI errata documents) and replaced some numerical bit numbers
15454     with more meaningful defines.
15455
15456     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15457
15458 commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
15459 Author: Alessandro Rubini <rubini@unipv.it>
15460 Date:   Mon Feb 9 15:53:33 2009 +0100
15461
15462     Enable Ethernet for Nomadik 8815 Evaluation Kit
15463
15464     This trivially enables Ethernet support in the debug board
15465     by setting up the proper chip select.
15466
15467     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
15468     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
15469
15470 commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
15471 Author: Alessandro Rubini <rubini@unipv.it>
15472 Date:   Mon Feb 9 15:53:31 2009 +0100
15473
15474     Nand driver for Nomadik SoC
15475
15476     This driver implements the ECC algorithm described in
15477     the CPU data sheet and uses the OOB layout chosen in
15478     already-released development systems (shipped with a custom-made
15479     u-boot 1.3.1).
15480
15481     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
15482     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
15483
15484 commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
15485 Author: Alessandro Rubini <rubini@unipv.it>
15486 Date:   Mon Feb 9 15:53:31 2009 +0100
15487
15488     Added nomadik.h header
15489
15490     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
15491     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
15492
15493 commit 60ece6d8043d1dd80f5dd32c541213716d624b19
15494 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15495 Date:   Wed Oct 29 20:05:18 2008 +0900
15496
15497     r8a66597-hcd: fix cannot use external hub
15498
15499     Fix the problem that cannot use external hub, because this driver
15500     did not control correctly a DEVADDx register.
15501
15502     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15503     Signed-off-by: Remy Bohmer <linux@bohmer.net>
15504
15505 commit e1ffaee728190e76a4596a3579d94e730143585f
15506 Author: Mike Frysinger <vapier@gentoo.org>
15507 Date:   Thu Feb 19 01:20:27 2009 -0500
15508
15509     Blackfin: disable syscontrol code for now
15510
15511     Looks like the initcode updates fell out of order during my merges.  The
15512     patch that really fixes up this code is part of power-on overhaul and so
15513     is too large for merging at this point.  Instead, we can disable the code
15514     as no currently in-tree board depends on it.  The next merge window will
15515     fix things up properly.
15516
15517     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15518
15519 commit 1b228d68f54832edd867ef98520f760f68192ab7
15520 Author: Mike Frysinger <vapier@gentoo.org>
15521 Date:   Thu Feb 19 01:19:49 2009 -0500
15522
15523     Blackfin: bf537-stamp: fix I2C board defines
15524
15525     The previous merge for cleaning up the I2C driver incorrectly reverted the
15526     CFG_xxx rename for some of the I2C defines.
15527
15528     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15529     Signed-off-by: Heiko Schocher <hs@denx.de>
15530
15531 commit 09fee8e8677a6265e89144ccc163bf00e321769e
15532 Author: Wolfgang Denk <wd@denx.de>
15533 Date:   Sun Feb 22 01:19:52 2009 +0100
15534
15535     Coding Style cleanup; update CHANGELOG
15536
15537     Signed-off-by: Wolfgang Denk <wd@denx.de>
15538
15539 commit 1dcb50afbb63a439320a985380a0af2dca079d1e
15540 Author: Wolfgang Denk <wd@denx.de>
15541 Date:   Sun Feb 22 01:17:47 2009 +0100
15542
15543     Makefile: fix cleanup
15544
15545     Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
15546     to adapt the cleanup rules in the Makefile
15547
15548     Signed-off-by: Wolfgang Denk <wd@denx.de>
15549
15550 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
15551 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15552 Date:   Fri Feb 20 13:01:56 2009 -0500
15553
15554     Cleanup the comment for m68k linux boot argument passing.
15555
15556     This patch clarifies the way m68k passes linux boot argument.
15557     The one gotcha here is that the assembly instruction that
15558     the compiler uses to jump to the kernel is 'jsr' which pushes the
15559     program counter for the instruction after the jsr into the stack pointer.
15560
15561     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15562     Signed-off-by: Wolfgang Denk <wd@denx.de>
15563
15564 commit 4d41650eec959668280a612467bd95c7b8398513
15565 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
15566 Date:   Tue Feb 10 16:44:45 2009 +0000
15567
15568     sh: Fix rsk7203 in tree build
15569
15570     Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
15571
15572 commit fca0cecff73db99d99ad094cca7980472b8a11b5
15573 Author: Minkyu Kang <mk7.kang@samsung.com>
15574 Date:   Wed Feb 18 09:05:52 2009 +0900
15575
15576     bootm: Reduce the unnecessary memmove
15577
15578     Although load address and image start address are same address,
15579     bootm command always does memmove.
15580     That is unnecessary memmove and can be taken few milliseconds
15581     (about 500 msec to 1000 msec).
15582     If skip this memmove, we can reduce the boot time.
15583
15584     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
15585
15586 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
15587 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
15588 Date:   Sun Feb 15 22:29:15 2009 +0100
15589
15590     fpga: Fix Spartan III FPGA booting
15591
15592     This patch does some minor fixing of the Xilinx Spartan III
15593     FPGA boot code:
15594
15595     - Fixed call order of post configuration callback and
15596       success message printing (result of copy-paste?)
15597     - remove obsolete comment
15598     - minor coding style cleanup
15599
15600     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15601
15602 commit 3818b677641038d27b2663fbd6771ad38c932f86
15603 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
15604 Date:   Sun Feb 15 22:28:36 2009 +0100
15605
15606     fpga: Fix Spartan II FPGA booting
15607
15608     This patch does some minor fixing of the Xilinx Spartan II
15609     FPGA boot code:
15610
15611     - Fixed call order of post configuration callback and
15612       success message printing (result of copy-paste?)
15613     - relocate post configuration callback only when it
15614       is implemented
15615     - remove obsolete comment
15616     - minor coding style cleanup
15617
15618     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15619
15620 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
15621 Author: Mike Frysinger <vapier@gentoo.org>
15622 Date:   Wed Feb 11 20:26:52 2009 -0500
15623
15624     drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
15625
15626     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15627
15628 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
15629 Author: Derek Ou <dou@siconix.com>
15630 Date:   Tue Feb 3 16:00:07 2009 -0700
15631
15632     lcd_putc bug fix for tab.
15633
15634     Signed-off-by: Derek Ou <dou@siconix.com>
15635
15636 commit 35c9e14d8096e519fe76c953a43d52a09617345c
15637 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15638 Date:   Mon Feb 2 09:46:21 2009 +0900
15639
15640     MIPS: cpu/mips/Makefile: Add a missing START line
15641
15642     In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
15643     Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
15644     line.  This patch puts it back.
15645
15646     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
15647
15648 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
15649 Author: Wolfgang Denk <wd@denx.de>
15650 Date:   Sat Feb 21 21:51:21 2009 +0100
15651
15652     Enable ext2 support for TQM8xxL/M based boards
15653
15654     Signed-off-by: Wolfgang Denk <wd@denx.de>
15655
15656 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
15657 Author: Tom Rix <Tom.Rix@windriver.com>
15658 Date:   Fri Feb 20 03:47:50 2009 +0100
15659
15660     ARM:PXA Use new definitions in mmc.h
15661
15662     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15663     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15664
15665 commit 682beeac34dc9ab18fab58b26973d2e29d113717
15666 Author: Andy Fleming <afleming@freescale.com>
15667 Date:   Fri Feb 20 03:47:50 2009 +0100
15668
15669     Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
15670
15671     These names are being taken over by the new MMC framework.  Hopefuly
15672     the PXA can be easily ported, and these functions will go away entirely.
15673
15674     Signed-off-by: Andy Fleming <afleming@freescale.com>
15675     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15676
15677 commit b03d92e5584935886ff91d5aa0755dc8888b7187
15678 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15679 Date:   Fri Feb 20 03:47:50 2009 +0100
15680
15681     pxa: move mmc drivers to drivers/mmc
15682
15683     introduce new macro CONFIG_PXA_MMC to activate it
15684
15685     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15686
15687 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
15688 Author: Tom Rix <Tom.Rix@windriver.com>
15689 Date:   Thu Feb 19 19:27:22 2009 -0600
15690
15691     ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
15692
15693     These structures are defined in the common mmc.h
15694
15695     This was compile checked on cerf250.
15696
15697 commit 94a3312920b6f9b5da27309549fb73650718c10a
15698 Author: Micha Kalfon <smichak.uv@gmail.com>
15699 Date:   Wed Feb 11 19:50:11 2009 +0200
15700
15701     pxa: fixing get_timer to return time in miliseconds.
15702
15703     Fixing the get_timer function to return time in miliseconds instead of
15704     ticks. Also fixed PXA boards to use the conventional value of 1000 for
15705     CONFIG_SYS_HZ.
15706
15707     Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
15708
15709 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
15710 Author: Tom Rix <Tom.Rix@windriver.com>
15711 Date:   Thu Feb 19 16:45:43 2009 -0600
15712
15713     ARM:OMAP3 Change mmc_init to mmc_legacy_init
15714
15715     omap3_mmc.c was changed to define mmc_legacy_init.
15716     Remove unused functions.
15717
15718     Compile tested on all arm
15719     Runtime tested on Zoom1.
15720
15721     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15722
15723 commit 9e80bb21629988063574f88ca0d28baadff4d963
15724 Author: Heiko Schocher <hs@denx.de>
15725 Date:   Thu Feb 19 17:23:58 2009 +0100
15726
15727     82xx, mgcoge: updates for 2009.03
15728
15729     - activate CS4 for accessing the FPGA
15730     - activate Rx buf len > 1 on SMC
15731     - pram activated
15732     - MTDPARTS_DEFAULT defined
15733     - update the size of the flashes in the DTS
15734       before booting Linux
15735     - MONITOR_LEN updated to 384k
15736     - added CONFIG_HOSTNAME
15737     - added CONFIG_ENV_BUFFER_PRINT
15738     - Environment size reduced to 16k
15739
15740     Signed-off-by: Heiko Schocher <hs@denx.de>
15741
15742 commit df909554e2401f307925e1bd45d576e4176d9de9
15743 Author: Heiko Schocher <hs@denx.de>
15744 Date:   Thu Feb 19 17:24:01 2009 +0100
15745
15746     8xx, mgsuvd: updates for 2009.03
15747
15748     - activate Rx buf len > 1 on SMC
15749     - pram activated
15750     - MTDPARTS_DEFAULT defined
15751     - update the size of the flash in the DTS
15752       before booting Linux
15753     - MONITOR_LEN updated to 384k
15754     - added CONFIG_HOSTNAME
15755     - added CONFIG_ENV_BUFFER_PRINT
15756     - Environment size reduced to 16k
15757
15758     Signed-off-by: Heiko Schocher <hs@denx.de>
15759
15760 commit 3511b4e208e12be85b532866f1c660aa2e021557
15761 Author: Dirk Behme <dirk.behme@googlemail.com>
15762 Date:   Wed Feb 18 19:59:39 2009 +0100
15763
15764     MMC: Don't use new framework code if not enabled
15765
15766     Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
15767     isn't enabled.
15768
15769     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15770
15771 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
15772 Author: Wolfgang Denk <wd@denx.de>
15773 Date:   Thu Feb 19 13:53:29 2009 +0100
15774
15775     TQM8xxL: make some room in low memory for future needs
15776
15777     THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
15778     small boot sectors in the flash. This patch makes some room in the
15779     first sector to prepare for a size increase of lib_generic/vsprintf.o
15780     by a future patch.
15781
15782     Signed-off-by: Wolfgang Denk <wd@denx.de>
15783
15784 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
15785 Author: Kim Phillips <kim.phillips@freescale.com>
15786 Date:   Wed Feb 18 18:06:18 2009 -0600
15787
15788     README: remove duplicate entry
15789
15790     it's been around since the original commit (2ad6b513) that added two
15791     identical entries.
15792
15793     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15794
15795 commit 1bba30efe1717bea13026e15c7c7d906419fac69
15796 Author: Wolfgang Denk <wd@denx.de>
15797 Date:   Thu Feb 19 00:41:08 2009 +0100
15798
15799     Coding style cleanup, update CHANGELOG
15800
15801     Signed-off-by: Wolfgang Denk <wd@denx.de>
15802
15803 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
15804 Author: Kim Phillips <kim.phillips@freescale.com>
15805 Date:   Wed Feb 18 17:43:59 2009 -0600
15806
15807     sata_sil3114: fix compiler warning
15808
15809     judging from other printfs in the same file, it seems ata should be
15810     postpended with the interface number, not the address of the global
15811     port variable.  Fixes this for current u-boot-mpc83xx tree:
15812
15813     Configuring for MPC8349ITX board...
15814     sata_sil3114.c: In function 'sata_bus_softreset':
15815     sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
15816     sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
15817
15818     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15819
15820 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
15821 Author: Ron Madrid <ron_madrid@sbcglobal.net>
15822 Date:   Wed Feb 18 14:30:44 2009 -0800
15823
15824     Create configuration option for restricted ns16550 functions
15825
15826     This patch will create a configuration option for a minimum configuration for
15827     the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
15828     configuration option to the SIMPC8313.h config file in order to fix the NAND
15829     bootstrap build error.  This option will exclude all functions with exception of
15830     NS16550_putc and NS16550_init.  This will be used primarily to save space and
15831     remove unused code from builds in which space is limited.
15832
15833     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
15834
15835 commit 7b0bc0219db8981613259473cf19699ac259b4fb
15836 Author: Kim Phillips <kim.phillips@freescale.com>
15837 Date:   Wed Feb 18 16:14:29 2009 -0600
15838
15839     mkconfig: include board config.h before asm/config.h
15840
15841     swapping the include order suppresses warnings for board configs
15842     that define their own CONFIG_MAX_MEM_MAPPED:
15843
15844     In file included from /home/r1aaha/git/u-boot/include/config.h:5,
15845                     from /home/r1aaha/git/u-boot/include/common.h:35,
15846                     from simpc8313.c:26:
15847     /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
15848     "CONFIG_MAX_MEM_MAPPED" redefined
15849     In file included from /home/r1aaha/git/u-boot/include/config.h:4,
15850                     from /home/r1aaha/git/u-boot/include/common.h:35,
15851                     from simpc8313.c:26:
15852     /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
15853     the location of the previous definition
15854
15855     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15856
15857 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
15858 Author: Wolfgang Denk <wd@denx.de>
15859 Date:   Wed Feb 18 21:35:38 2009 +0100
15860
15861     Fix build errors after making flash_get_info() non-static
15862
15863     Fix for these build problems:
15864     error: static declaration of 'flash_get_info' follows non-static declaration
15865
15866     Signed-off-by: Wolfgang Denk <wd@denx.de>
15867
15868 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
15869 Author: Stefan Roese <sr@denx.de>
15870 Date:   Wed Feb 18 13:18:00 2009 +0100
15871
15872     ppc4xx: PCIe: Change 16GB inbound memory to 4GB
15873
15874     This patch fixes a problem recently seen on some 4xx platforms. For
15875     example on Kilauea PCIe slot #0.
15876
15877     Signed-off-by: Stefan Roese <sr@denx.de>
15878
15879 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
15880 Author: Stefan Roese <sr@denx.de>
15881 Date:   Wed Feb 18 14:05:37 2009 +0100
15882
15883     ppc4xx: Some more PMC405 coding-style cleanup
15884
15885     Signed-off-by: Stefan Roese <sr@denx.de>
15886
15887 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
15888 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
15889 Date:   Sun Feb 15 22:27:47 2009 +0100
15890
15891     ppc4xx: Update PMC405 board support
15892
15893     This patch prepares the good old PMC405 board support for
15894     upcoming PMC405V2 patches.
15895
15896     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15897     Signed-off-by: Stefan Roese <sr@denx.de>
15898
15899 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
15900 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
15901 Date:   Sun Feb 15 22:26:54 2009 +0100
15902
15903     ppc4xx: Cleanup PMC405 board support
15904
15905     This patch fixes coding style for PMC405 board support.
15906     Also some unneeded features/code is removed.
15907
15908     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15909     Signed-off-by: Stefan Roese <sr@denx.de>
15910
15911 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
15912 Author: Ilya Yanok <yanok@emcraft.com>
15913 Date:   Thu Feb 5 04:08:20 2009 +0100
15914
15915     qong: changes to Dave/DENX Qong configuration
15916
15917     1. Changes to the default environment:
15918       - "bootcmd" defined as "run flash_self"
15919       - "saveenv" command removed from "update"
15920       - "uboot" changed to "u-boot" (also in "load")
15921       - "addmtd" variable defined (and added to all boot commands)
15922     2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
15923     3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
15924     4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
15925     with truncated "bootargs" environment variable.
15926
15927     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
15928
15929 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
15930 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15931 Date:   Sun Feb 1 17:07:52 2009 +0100
15932
15933     common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
15934
15935     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15936
15937 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
15938 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15939 Date:   Sun Feb 1 17:07:51 2009 +0100
15940
15941     common/console: coding style cleanup
15942
15943     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15944
15945 commit daaf74f176b548dfd34a9990231f4189201d57ba
15946 Author: Mike Frysinger <vapier@gentoo.org>
15947 Date:   Thu Jan 29 20:02:23 2009 -0500
15948
15949     mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
15950
15951     Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
15952     into the Makefile so we avoid pointless compiling of the file.
15953
15954     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15955
15956 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
15957 Author: Mike Frysinger <vapier@gentoo.org>
15958 Date:   Thu Jan 29 20:02:07 2009 -0500
15959
15960     disk: convert part_* files to COBJ-$(CONFIG_XXX) style
15961
15962     Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
15963     avoid pointless compiles.
15964
15965     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15966
15967 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
15968 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
15969 Date:   Thu Jan 29 10:35:40 2009 +0200
15970
15971     include/image.h: Ease grepping of image_* functions
15972
15973     Because the functions have been defined using macros, grepping for
15974     their definitions is not possible. This patch adds the real function
15975     names in comments.
15976
15977     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
15978     Acked-by: Mike Frysinger <vapier@gentoo.org>
15979
15980 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
15981 Author: Mike Frysinger <vapier@gentoo.org>
15982 Date:   Wed Jan 28 19:08:14 2009 -0500
15983
15984     rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
15985
15986     The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
15987     rather than a generic "env" command, or anything else related to the
15988     environment.  So, let's make sure the define is named accordingly.
15989
15990     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15991
15992 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
15993 Author: Valeriy Glushkov <gvv@lstec.com>
15994 Date:   Fri Jan 23 20:02:17 2009 +0200
15995
15996     disable imls command if no flash is defined
15997
15998     Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
15999
16000     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
16001
16002 commit 923aa48126259c13de95131203f1d28bfa5cb889
16003 Author: Rafal Jaworowski <raj@semihalf.com>
16004 Date:   Fri Jan 23 13:27:18 2009 +0100
16005
16006     API: Improve glue mid-layer of the API demo application.
16007
16008     - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
16009     read, which allows for better control and error handling (this introduces
16010     additional error code API_ESYSC returned by the glue mid-layer).
16011
16012     - Clean up definitions naming and usage.
16013
16014     - Other minor cosmetics.
16015
16016     Note these changes do not touch the API proper, so the interface between
16017     U-Boot and standalone applications remains unchanged.
16018
16019     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
16020
16021 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
16022 Author: Rafal Jaworowski <raj@semihalf.com>
16023 Date:   Fri Jan 23 13:27:17 2009 +0100
16024
16025     API: Only output test data when reading was successful.
16026
16027     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16028
16029 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
16030 Author: Rafal Jaworowski <raj@semihalf.com>
16031 Date:   Fri Jan 23 13:27:16 2009 +0100
16032
16033     API: Provide syscall entry point for the ARM architecture.
16034
16035     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16036     Acked-by: Rafal Jaworowski <raj@semihalf.com>
16037
16038 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
16039 Author: Rafal Jaworowski <raj@semihalf.com>
16040 Date:   Fri Jan 23 13:27:15 2009 +0100
16041
16042     API: Use stack pointer as API signature search hint in the glue layer.
16043
16044     De-hardcode range in RAM we search for the API signature. Instead use the stack
16045     pointer as a hint to narrow down the range in which the signature could reside
16046     (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
16047     from stack area). Adjust PowerPC code in API demo to the new scheme.
16048
16049     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16050     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
16051
16052 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
16053 Author: Wolfgang Denk <wd@denx.de>
16054 Date:   Tue Feb 17 10:26:38 2009 +0100
16055
16056     TQM8260: fix locations of kernel and ramdisk images in flash
16057
16058     After introducing redundant environment the kernel images was
16059     overlapping with environment.
16060
16061     Signed-off-by: Wolfgang Denk <wd@denx.de>
16062
16063 commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
16064 Author: Heiko Schocher <hs@denx.de>
16065 Date:   Wed Feb 11 19:26:15 2009 +0100
16066
16067     83xx: add missing TIMING_CFG1_CASLAT_* defines
16068
16069     Signed-off-by: Heiko Schocher <hs@denx.de>
16070     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16071
16072 commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
16073 Author: Valeriy Glushkov <gvv@lstec.com>
16074 Date:   Thu Feb 5 14:35:21 2009 +0200
16075
16076     mpc8349itx: allow SATA boot from the onboard SIL1334
16077
16078     This patch allows using of SATA devices connected
16079     to the onboard PCI SIL1334 SATA controller.
16080
16081     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
16082     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16083
16084 commit e1ac387f4645499746856adc1aeaa9787da2eca6
16085 Author: Andy Fleming <afleming@freescale.com>
16086 Date:   Thu Oct 30 16:50:14 2008 -0500
16087
16088     83xx: Add eSDHC support on 8379 EMDS board
16089
16090     Signed-off-by: Andy Fleming <afleming@freescale.com>
16091
16092 commit 80522dc8369a89938369fbcee572e662373bc9a3
16093 Author: Andy Fleming <afleming@freescale.com>
16094 Date:   Thu Oct 30 16:51:33 2008 -0500
16095
16096     85xx: Add eSDHC support for 8536 DS
16097
16098     Signed-off-by: Andy Fleming <afleming@freescale.com>
16099
16100 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
16101 Author: Andy Fleming <afleming@freescale.com>
16102 Date:   Thu Oct 30 16:47:16 2008 -0500
16103
16104     Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
16105
16106     This uses the new MMC framework
16107
16108     Some contributions by Dave Liu <daveliu@freescale.com>
16109
16110     Signed-off-by: Andy Fleming <afleming@freescale.com>
16111
16112 commit 272cc70b211e945e4413122aa73868f6ada732a5
16113 Author: Andy Fleming <afleming@freescale.com>
16114 Date:   Thu Oct 30 16:41:01 2008 -0500
16115
16116     Add MMC Framework
16117
16118     Here's a new framework (based roughly off the linux one) for managing
16119     MMC controllers.  It handles all of the standard SD/MMC transactions,
16120     leaving the host drivers to implement only what is necessary to
16121     deal with their specific hardware.
16122
16123     This also hooks the infrastructure into the PowerPC board code
16124     (similar to how the ethernet infrastructure now hooks in)
16125
16126     Some of this code was contributed by Dave Liu <daveliu@freescale.com>
16127
16128     Signed-off-by: Andy Fleming <afleming@freescale.com>
16129
16130 commit 1de97f9856f697380cc504126ab92561ed238803
16131 Author: Andy Fleming <afleming@freescale.com>
16132 Date:   Thu Oct 30 16:31:39 2008 -0500
16133
16134     Eliminated arch-specific mmc header requirement
16135
16136     The current MMC infrastructure relies on the existence of an
16137     arch-specific header file.  This isn't necessary, and a couple
16138     drivers were forced to implement dummy files to meet this requirement.
16139     Instead, we move the stuff in those header files into a more appropriate
16140     place, and eliminate the stubs and the #include of asm/arch/mmc.h
16141
16142     Signed-off-by: Andy Fleming <afleming@freescale.com>
16143
16144 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
16145 Author: Andy Fleming <afleming@freescale.com>
16146 Date:   Thu Oct 30 16:21:00 2008 -0500
16147
16148     Convert mmc_init to mmc_legacy_init
16149
16150     This is to get it out of the way of incoming MMC framework
16151
16152     Signed-off-by: Andy Fleming <afleming@freescale.com>
16153
16154 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
16155 Author: Andy Fleming <afleming@freescale.com>
16156 Date:   Thu Oct 30 16:19:25 2008 -0500
16157
16158     Eliminate support for using MMC as memory
16159
16160     MMC cards are not memory, so we stop treating them that way.
16161
16162     Signed-off-by: Andy Fleming <afleming@freescale.com>
16163
16164 commit e1be0d25ecf494ae81245ca438738ba839d6329b
16165 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
16166 Date:   Sun Jan 4 08:46:38 2009 +0530
16167
16168     32bit BUg fix for DDR2 on 8572
16169
16170     This errata fix is required for 32 bit DDR2 controller on 8572.
16171     May  also be required for P10XX20XX platforms
16172
16173     Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
16174
16175 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
16176 Author: Andy Fleming <afleming@freescale.com>
16177 Date:   Mon Feb 16 09:40:20 2009 -0600
16178
16179     TQM85xx: Fix a couple warnings in TQM8548 build
16180
16181     The ecm variable in sdram.c was being declared for all 8548, but only
16182     used by specific 8548 boards, so we make that variable require those
16183     specific boards, too
16184
16185     The nand code was using an index "i" into a table, and then re-using "i"
16186     to set addresses for each upm.  However, then it relied on the old value
16187     of i still being there to enable things.  Changed the second "i" to "j"
16188
16189     Signed-off-by: Andy Fleming <afleming@freescale.com>
16190
16191 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
16192 Author: Wolfgang Grandegger <wg@grandegger.com>
16193 Date:   Wed Feb 11 18:38:26 2009 +0100
16194
16195     MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
16196
16197     This patch adds the workaround for erratum DDR20 according to MPC8548
16198     Device Errata document, Rev. 1: "CKE signal may not function correctly
16199     after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
16200     processor version 2.1 and the work-around must be removed.
16201
16202     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16203
16204 commit 080408fdc71706adcb883d22125637c54f6010b1
16205 Author: Wolfgang Grandegger <wg@grandegger.com>
16206 Date:   Wed Feb 11 18:38:25 2009 +0100
16207
16208     MPC85xx: TQM8548: use cache for AG and BE variants
16209
16210     This patch makes accesses to the system memory cachable by removing the
16211     caching-inhibited and guarded flags from the relevant TLB entries for
16212     the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
16213     are configured similarly.
16214
16215     This results in a big averall performace improvement. TFTP downloads,
16216     NAND Flash accesses, kernel boots, etc. are much faster.
16217
16218     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16219
16220 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
16221 Author: Wolfgang Grandegger <wg@grandegger.com>
16222 Date:   Wed Feb 11 18:38:24 2009 +0100
16223
16224     MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
16225
16226     This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
16227     module.
16228
16229     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
16230     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16231
16232 commit 88b0e88d186479349e5a2b771e82775109e10fb4
16233 Author: Wolfgang Grandegger <wg@grandegger.com>
16234 Date:   Wed Feb 11 18:38:23 2009 +0100
16235
16236     MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
16237
16238     According to new TQM8548 timing specification:
16239     Refresh Recovery: 34 -> 53 clocks
16240     CKE pulse width:  1 -> 3 cycles
16241     Window for four activities: 13 -> 14 cycles
16242
16243     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
16244     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16245
16246 commit a865bcdac89278cac4dfc07dec8299403110499d
16247 Author: Wolfgang Grandegger <wg@grandegger.com>
16248 Date:   Wed Feb 11 18:38:22 2009 +0100
16249
16250     MPC85xx: TQM8548: add support for the TQM8548_AG module
16251
16252     The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
16253     CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
16254     with "$ make TQM8548_AG_config".
16255
16256     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16257
16258 commit ad7ee5d43b0db94079d56521dabca25674f28747
16259 Author: Wolfgang Grandegger <wg@grandegger.com>
16260 Date:   Wed Feb 11 18:38:21 2009 +0100
16261
16262     MPC85xx: TQM8548: add support for the TQM8548_BE module
16263
16264     The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
16265     interface. With NAND support, the image is significantly larger and
16266     TEXT_BASE is adjusted accordingly. U-Boot can be built for this
16267     module with "$ make TQM8548_BE_config".
16268
16269     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16270
16271 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
16272 Author: Wolfgang Grandegger <wg@grandegger.com>
16273 Date:   Wed Feb 11 18:38:20 2009 +0100
16274
16275     MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
16276
16277     The TQM8548_AG module does not have the standard PCI/PCI-X interface
16278     connected but just the PCI Express interface . So far it was not
16279     possible to disable it without disabling the complete PCI interface
16280     (CONFIG_PCI) including PCI Express.
16281
16282     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16283
16284 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
16285 Author: Wolfgang Grandegger <wg@grandegger.com>
16286 Date:   Wed Feb 11 18:38:19 2009 +0100
16287
16288     MPC85xx: TQM85xx: fix flash protection for boot loader
16289
16290     As the reset vector is located at 0xfffffffc, all flash sectors from the
16291     beginning of the U-Boot binary to 0xffffffff must be protected. On the
16292     TQM8548-AG having small sectors at the end of the flash it happened that
16293     the last two sector were not protected and an "erase all" left an
16294     un-bootable system behind:
16295
16296     Bank # 2: CFI conformant FLASH (32 x 16)  Size: 32 MB in 270 Sectors
16297       AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
16298       Erase timeout: 8192 ms, write timeout: 1 ms
16299
16300       FFFA0000 E RO   FFFC0000   RO   FFFE0000   RO   FFFE4000   RO   FFFE8000   RO
16301       FFFEC000   RO   FFFF0000   RO   FFFF4000   RO   FFFF8000 E      FFFFC000
16302
16303     The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
16304     board BSPs as well.
16305
16306     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16307
16308 commit a1c8a719262151f97119e76166043ee3da3f97b2
16309 Author: Peter Tyser <ptyser@xes-inc.com>
16310 Date:   Fri Feb 6 14:30:40 2009 -0600
16311
16312     86xx: Update CPU info output on bootup
16313
16314     - Update style of 86xx CPU information on boot to more closely
16315       match 85xx boards
16316     - Fix detection of 8641/8641D
16317     - Use strmhz() to display frequencies
16318     - Display L1 information
16319     - Display L2 cache size
16320     - Fixed CPU/SVR version output
16321
16322     == Before ==
16323     Freescale PowerPC
16324     CPU:
16325         Core: E600 Core 0, Version: 0.2, (0x80040202)
16326         System: Unknown, Version: 2.1, (0x80900121)
16327         Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
16328         L2: Enabled
16329     Board: X-ES XPedite5170 3U VPX SBC
16330
16331     == After ==
16332     CPU:   8641D, Version: 2.1, (0x80900121)
16333     Core:  E600 Core 0, Version: 2.2, (0x80040202)
16334     Clock Configuration:
16335            CPU:1066.667 MHz, MPX:533.333 MHz
16336            DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
16337     L1:    D-cache 32 KB enabled
16338            I-cache 32 KB enabled
16339     L2:    512 KB enabled
16340     Board: X-ES XPedite5170 3U VPX SBC
16341
16342     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16343
16344 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
16345 Author: Peter Tyser <ptyser@xes-inc.com>
16346 Date:   Thu Feb 5 11:25:24 2009 -0600
16347
16348     86xx: Update Global Utilities structure
16349
16350     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16351
16352 commit 4ef630df773e45806d701bf5d25c328778bb4cde
16353 Author: Peter Tyser <ptyser@xes-inc.com>
16354 Date:   Thu Feb 5 11:25:25 2009 -0600
16355
16356     86xx: Reset update
16357
16358     Update the 86xx reset sequence to try executing a board-specific reset
16359     function.  If the board-specific reset is not implemented or does not
16360     succeed, then assert #HRESET_REQ.  Using #HRESET_REQ is a more standard
16361     reset procedure than the previous method and allows all board
16362     peripherals to be reset if needed.
16363
16364     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16365
16366 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
16367 Author: Kumar Gala <galak@kernel.crashing.org>
16368 Date:   Tue Feb 10 23:53:40 2009 -0600
16369
16370     fsl-ddr: Allow system to boot if we have more than 4G of memory
16371
16372     Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
16373     an error and hang.  Instead of doing that since DDR is mapped in the
16374     lowest priority LAWs we setup the DDR controller and the max amount
16375     of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
16376
16377     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16378     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
16379
16380 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
16381 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
16382 Date:   Wed Jan 21 17:17:33 2009 -0600
16383
16384     mpc85xx: Add support for the P2020
16385
16386     Added various p2020 processor specific details:
16387     * SVR for p2020, p2020E
16388     * immap updates for LAWs and DDR on p2020
16389     * LAW defines related to p2020
16390
16391     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
16392     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
16393     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16394
16395 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
16396 Author: Kumar Gala <galak@kernel.crashing.org>
16397 Date:   Tue Feb 10 17:36:15 2009 -0600
16398
16399     85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
16400
16401     Added some info that is printed out when we boot to distiquish if we
16402     built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
16403     different address maps.
16404
16405     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16406
16407 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
16408 Author: Andy Fleming <afleming@freescale.com>
16409 Date:   Fri Dec 5 20:10:22 2008 -0600
16410
16411     Fixup SGMII PHY ids in the device tree
16412
16413     The device tree's PHY addresses need to be fixed up if we're using the
16414     SGMII Riser Card.
16415
16416     The 8572, 8536, and 8544 DS boards were modified to call this function.
16417
16418     Code idea taken from Liu Yu <yu.liu@freescale.com>
16419
16420     Signed-off-by: Andy Fleming <afleming@freescale.com>
16421
16422 commit 5dc0cf68f8f101042997d75188081d8526d705ea
16423 Author: Andy Fleming <afleming@freescale.com>
16424 Date:   Wed Feb 11 15:10:31 2009 -0600
16425
16426     Make some minor whitespace changes to eliminate line-wrapping
16427
16428     Signed-off-by: Andy Fleming <afleming@freescale.com>
16429
16430 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
16431 Author: Andy Fleming <afleming@freescale.com>
16432 Date:   Wed Feb 11 15:07:24 2009 -0600
16433
16434     Add eth_get_dev_by_index
16435
16436     This allows code to iterate through the ethernet devices
16437
16438     Signed-off-by: Andy Fleming <afleming@freescale.com>
16439
16440 commit b67305120aaf268a6140125346678166d14f1f47
16441 Author: Kumar Gala <galak@kernel.crashing.org>
16442 Date:   Mon Feb 9 22:03:04 2009 -0600
16443
16444     85xx: Fix bug in device tree setup in 36-bit physical confg
16445
16446     In the 36-bit physical config for MPC8572DS when need the start address
16447     of memory and it size to be kept in phys_*_t instead of a ulong since
16448     we support >4G of memory in the config and ulong cant represent that.
16449     Otherwise we end up seeing the memory node in the device tree reporting
16450     back we have memory starting @ 0 and of size 0.
16451
16452     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16453
16454 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
16455 Author: Kumar Gala <galak@kernel.crashing.org>
16456 Date:   Mon Feb 9 22:03:05 2009 -0600
16457
16458     85xx: Fix address map for 36-bit config of MPC8572DS
16459
16460     When we introduced the 36-bit config of the MPC8572DS board we had the
16461     wrong PCI MEM bus address map.  Additionally, the change to the address
16462     map exposes a small issue in our dummy read on the ULI bus.  We need
16463     to use the new mapping functions to handle that read properly in the
16464     36-bit config.
16465
16466     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16467
16468 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
16469 Author: Kumar Gala <galak@kernel.crashing.org>
16470 Date:   Fri Feb 6 09:56:35 2009 -0600
16471
16472     85xx: Fix how we map DDR memory
16473
16474     Previously we only allowed power-of-two memory sizes and didnt
16475     handle >2G of memory.  Now we will map up to CONFIG_MAX_MEM_MAPPED
16476     and should properly handle any size that we can make in the TLBs
16477     we have available to us
16478
16479     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16480
16481 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
16482 Author: Kumar Gala <galak@kernel.crashing.org>
16483 Date:   Fri Feb 6 09:56:34 2009 -0600
16484
16485     fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
16486
16487     If we only have one controller we can completely ignore how
16488     memctl_intlv_ctl is set.  Otherwise other levels of code get confused
16489     and think we have twice as much memory.
16490
16491     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16492
16493 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
16494 Author: Kumar Gala <galak@kernel.crashing.org>
16495 Date:   Wed Feb 4 09:35:57 2009 -0600
16496
16497     85xx: Format cpu freq printing to handle 8 cores
16498
16499     Only print 4 cpu freq per line.  This way when we have 8 cores its a
16500     bit more readable.
16501
16502     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16503
16504 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
16505 Author: Abraham, Thomas <t-abraham@ti.com>
16506 Date:   Tue Oct 28 16:51:31 2008 +0530
16507
16508     USB: Remove LUN number from CDB
16509
16510     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.
16511
16512     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
16513     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16514
16515 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
16516 Author: Atin Malaviya <atin.malaviya@gmail.com>
16517 Date:   Tue Feb 3 15:17:10 2009 -0500
16518
16519     Added usbtty_configured() check. Fixed attribute(packed) warnings.
16520
16521     V3: Fixed line-wrap problem due to user error in mail!
16522
16523     Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
16524     when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
16525     Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
16526
16527     Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
16528     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16529
16530 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
16531 Author: Guennadi Liakhovetski <lg@denx.de>
16532 Date:   Fri Feb 13 09:23:36 2009 +0100
16533
16534     i.MX31: Start the I2C clock on driver initialisation
16535
16536     i.MX31 powers on with most clocks running, so, after a power on this explicit
16537     clock start up is not required. However, as Linux boots it disables most clocks
16538     to save power. This includes the I2C clock. If we then soft reboot from Linux
16539     the I2C clock stays off. This breaks the phycore, which has its environment in
16540     I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
16541     initialisation routine.
16542
16543     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16544     Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16545
16546 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
16547 Author: Mike Frysinger <vapier@gentoo.org>
16548 Date:   Wed Feb 11 20:36:14 2009 -0500
16549
16550     i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
16551
16552     The Blackfin i2c driver has been rewritten thus the special ifdefs in the
16553     common code are no longer needed.
16554
16555     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16556
16557 commit c2d9befa0b4695b89476fb5d259742c09afe243f
16558 Author: Heiko Schocher <hs@denx.de>
16559 Date:   Thu Feb 12 08:08:54 2009 +0100
16560
16561     82xx, mgcoge: fix compile error
16562
16563     With actual u-boot compiling the mgcoge port fails, because
16564     since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
16565     necessary to define CONFIG_NET_MULTI.
16566
16567     Seems to me the mgcoge port is the only actual existing 8260
16568     port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
16569     to be fixed.
16570
16571     Signed-off-by: Heiko Schocher <hs@denx.de>
16572
16573 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
16574 Author: Dirk Eibach <eibach@gdsys.de>
16575 Date:   Mon Feb 9 08:18:34 2009 +0100
16576
16577     ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
16578
16579     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16580     Signed-off-by: Stefan Roese <sr@denx.de>
16581
16582 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
16583 Author: Carolyn Smith <carolyn.smith@tektronix.com>
16584 Date:   Thu Feb 12 06:13:44 2009 +0100
16585
16586     ppc4xx: Fix initialization of the SDRAM_CODT register
16587
16588     This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
16589     initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
16590     and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
16591
16592     Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
16593     Signed-off-by: Stefan Roese <sr@denx.de>
16594
16595 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
16596 Author: Stefan Roese <sr@denx.de>
16597 Date:   Wed Feb 11 09:29:33 2009 +0100
16598
16599     ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
16600
16601     Some AMCC eval boards do have a board_eth_init() function calling
16602     pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
16603     with the new eth_init rework.
16604
16605     Signed-off-by: Stefan Roese <sr@denx.de>
16606
16607 commit c645012aefebb301e6907d148c6c8efacac049d4
16608 Author: Adam Graham <agraham@amcc.com>
16609 Date:   Mon Feb 9 13:18:12 2009 -0800
16610
16611     ppc4xx: Autocalibration can set RDCC to over aggressive value.
16612
16613     The criteria of the AMCC SDRAM Controller DDR autocalibration
16614     U-Boot code is to pick the largest passing write/read/compare
16615     window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
16616     Cycle Select value.
16617
16618     On some Kilauea boards the DDR autocalibration algorithm can
16619     find a large passing write/read/compare window with a small
16620     SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
16621     value "T1 Sample".
16622
16623     This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
16624     "T1 Sample" proves to be to aggressive when later on U-Boot
16625     relocates into DDR memory and executes.
16626
16627     The memory traces on the Kilauea board are short so on some
16628     Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
16629     value of "T1 Sample" shows up as a potentially valid value for
16630     the DDR autocalibratiion algorithm.
16631
16632     The fix is to define a weak default function which provides
16633     the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
16634     to accept for DDR autocalibration.  The default will be the
16635     "T2 Sample" value.  A board developer who has a well defined
16636     board and chooses to be more aggressive can always provide
16637     their own board specific string function with the more
16638     aggressive "T1 Sample" value or stick with the default
16639     minimum SDRAM_RDCC.[RDSS] value of "T2".
16640
16641     Also put in a autocalibration loop fix for case where current
16642     write/read/compare passing window size is the same as a prior
16643     window size, then in this case choose the write/read/compare
16644     result that has the associated smallest RDCC T-Sample value.
16645
16646     Signed-off-by: Adam Graham <agraham@amcc.com>
16647     Signed-off-by: Stefan Roese <sr@denx.de>
16648
16649 commit 2ede879fcb67470524847bb4fc8972651bb46184
16650 Author: Stefan Roese <sr@denx.de>
16651 Date:   Wed Feb 11 09:37:12 2009 +0100
16652
16653     ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
16654
16655     CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
16656     included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
16657
16658     It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
16659     boards right now.
16660
16661     Signed-off-by: Stefan Roese <sr@denx.de>
16662
16663 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
16664 Author: Wolfgang Denk <wd@denx.de>
16665 Date:   Thu Feb 12 00:08:39 2009 +0100
16666
16667     Coding style cleanup; update CHANGELOG
16668
16669     Signed-off-by: Wolfgang Denk <wd@denx.de>
16670
16671 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
16672 Author: Peter Tyser <ptyser@xes-inc.com>
16673 Date:   Fri Jan 30 16:36:40 2009 -0600
16674
16675     Add feature-removal-schedule.txt
16676
16677     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16678
16679 commit 255d28e1642e8fc32a6753226be1a96b481ce111
16680 Author: Heiko Schocher <hs@denx.de>
16681 Date:   Tue Feb 10 09:32:38 2009 +0100
16682
16683     8xx serial, smc: Coding-Style cleanup serial SMC driver
16684
16685     Signed-off-by: Heiko Schocher <hs@denx.de>
16686
16687 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
16688 Author: Heiko Schocher <hs@denx.de>
16689 Date:   Tue Feb 10 09:31:47 2009 +0100
16690
16691     8xx serial, smc: add configurable SMC Rx buffer len
16692
16693     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
16694     With this option it is possible to allow the receive
16695     buffer for the SMC on 8xx to be greater then 1. In case
16696     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
16697     old version.
16698
16699     When defining CONFIG_SYS_SMC_RXBUFLEN also
16700     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
16701     idle timeout for the SMC.
16702
16703     Signed-off-by: Heiko Schocher <hs@denx.de>
16704
16705 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
16706 Author: Mike Frysinger <vapier@gentoo.org>
16707 Date:   Thu Feb 5 21:04:36 2009 -0500
16708
16709     common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
16710
16711     Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
16712     the COBJS-$(CONFIG_xxx) in the Makefile.  Also delete unused var in kgdb
16713     code in the process.
16714
16715     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16716
16717 commit ab76e9848a1f4db64d14233741d739a3b3360c93
16718 Author: Mike Frysinger <vapier@gentoo.org>
16719 Date:   Thu Feb 5 21:04:50 2009 -0500
16720
16721     bzip2: move ifdef handling to Makefile COBJS-$(...)
16722
16723     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16724
16725 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
16726 Author: Jerry Van Baren <gvb.uboot@gmail.com>
16727 Date:   Thu Feb 5 22:18:02 2009 -0500
16728
16729     Fix whitespace damage: double space changed to a tab
16730
16731     At some point an intentional double space at the end of the sentence
16732     got changed into a tab in the GPL header line:
16733      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16734
16735     This patch fixes the damage.
16736
16737     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16738
16739 commit 4f975678de995b55749d5e84590c268972a7c835
16740 Author: Heiko Schocher <hs@denx.de>
16741 Date:   Tue Feb 10 09:53:29 2009 +0100
16742
16743     cfi: make flash_get_info() non static
16744
16745     If on your board is more than one flash, you must know
16746     the size of every single flash, for example, for updating
16747     the DTS before booting Linux. So make this function
16748     flash_get_info() extern, and you can have all info
16749     about your flashes.
16750
16751     Signed-off-by: Heiko Schocher <hs@denx.de>
16752     Signed-off-by: Stefan Roese <sr@denx.de>
16753
16754 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
16755 Author: Ben Warren <biggerbadderben@gmail.com>
16756 Date:   Thu Feb 5 23:58:25 2009 -0800
16757
16758     net: removed board-specific CONFIGs from MPC5xxx FEC driver
16759
16760     Added new CONFIG options for the three type of MAC-PHY interconnect and
16761     applied them all relevant board config files
16762
16763     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16764
16765 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
16766 Author: Mike Frysinger <vapier@gentoo.org>
16767 Date:   Thu Feb 5 21:04:47 2009 -0500
16768
16769     net/sntp.c: move ifdef into Makefile COBJS-$(...)
16770
16771     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16772     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16773
16774 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
16775 Author: Andy Fleming <afleming@freescale.com>
16776 Date:   Tue Feb 3 18:26:41 2009 -0600
16777
16778     tsec: Fix a bug in soft-resetting
16779
16780     SOFT_RESET must be asserted for at least 3 TX clocks.  Usually, that's about 30
16781     clock cycles, so it's been mostly working.  But we had no guarantee, and at
16782     slower bitrates, it's just over a microsecond (over 1000 clock cycles).  This
16783     enforces a 2 microsecond gap between assertion and deassertion.
16784
16785     Signed-off-by: Andy Fleming <afleming@freescale.com>
16786     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16787
16788 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
16789 Author: Simon Munton <simon@nidoran.m5data.com>
16790 Date:   Mon Feb 2 09:44:08 2009 +0000
16791
16792     Fix 100Mbs ethernet operation on sh7763 based boards
16793
16794     100Mbs ethernet does not work on sh7763 chips due to the wrong value being
16795     used in the GECMR register. Following diff fixes the problem
16796
16797     Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
16798     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16799
16800 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
16801 Author: ksi@koi8.net <ksi@koi8.net>
16802 Date:   Fri Feb 6 16:27:55 2009 -0800
16803
16804     Fix MPC8260 with ethernet on SCC
16805
16806     This fixes MPC8260 compilation with ethernet on SCC. Probably was a
16807     typo or something...
16808
16809     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
16810     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16811
16812 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
16813 Author: Heiko Schocher <hs@denx.de>
16814 Date:   Fri Jan 30 12:56:15 2009 +0100
16815
16816     82xx serial, smc: Coding-Style cleanup serial SMC driver
16817
16818     Signed-off-by: Heiko Schocher <hs@denx.de>
16819
16820 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
16821 Author: Heiko Schocher <hs@denx.de>
16822 Date:   Fri Jan 30 12:55:38 2009 +0100
16823
16824     82xx serial, smc: add configurable SMC Rx buffer len
16825
16826     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
16827     With this option it is possible to allow the receive
16828     buffer for the SMC on 82xx to be greater then 1. In case
16829     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
16830     old version.
16831
16832     When defining CONFIG_SYS_SMC_RXBUFLEN also
16833     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
16834     idle timeout for the SMC.
16835
16836     Signed-off-by: Heiko Schocher <hs@denx.de>
16837
16838 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
16839 Author: Kumar Gala <galak@kernel.crashing.org>
16840 Date:   Fri Feb 6 08:08:06 2009 -0600
16841
16842     ppc: Fix roll over bug in flush_cache()
16843
16844     If we call flush_cache(0xfffff000, 0x1000) it would never
16845     terminate the loop since end = 0xffffffff and we'd roll over
16846     our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
16847
16848     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16849
16850 commit 87c9063963561d3d01064be34d0c30855a56587b
16851 Author: Kumar Gala <galak@kernel.crashing.org>
16852 Date:   Thu Feb 5 20:40:58 2009 -0600
16853
16854     ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
16855
16856     Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
16857     between the two current users (lib_ppc/board.c, 44x SPD DDR2).
16858
16859     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16860     Acked-by: Stefan Roese <sr@denx.de>
16861
16862 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
16863 Author: Kumar Gala <galak@kernel.crashing.org>
16864 Date:   Thu Feb 5 20:40:57 2009 -0600
16865
16866     Add an architecture specific config.h for common defines
16867
16868     We have common defines that we duplicate in various ways.  Having an
16869     arch specific config.h gives us a common location for those defines.
16870
16871     Eventually we should be able to replace this when we have proper
16872     Kconfig support.
16873
16874     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16875
16876 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
16877 Author: Becky Bruce <beckyb@kernel.crashing.org>
16878 Date:   Tue Feb 3 18:10:56 2009 -0600
16879
16880     mpc8641hpcn: Change PCI MEM pci bus address
16881
16882     Now that the rest of u-boot can support it, change the PCI bus
16883     address of the PCI MEM regions from 0x80000000 to 0xc0000000,
16884     and use the same bus address for both PCI1 and PCI2.  This will
16885     maximize the amount of PCI address space left over to map RAM
16886     on systems with large amounts of memory.
16887
16888     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16889
16890 commit 1785dbeed43599eed1d8875673c96912cd770141
16891 Author: Becky Bruce <beckyb@kernel.crashing.org>
16892 Date:   Tue Feb 3 18:10:55 2009 -0600
16893
16894     drivers/block/ahci: Fix pci mapping bug
16895
16896     The code assumes that the pci bus address and the virtual
16897     address used to access a region are the same, but they might
16898     not be.  Fix this assumption.
16899
16900     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16901
16902 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
16903 Author: Becky Bruce <beckyb@kernel.crashing.org>
16904 Date:   Tue Feb 3 18:10:54 2009 -0600
16905
16906     MPC8641HPCN: Enable CONFIG_ADDR_MAP
16907
16908     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16909
16910 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
16911 Author: Becky Bruce <beckyb@kernel.crashing.org>
16912 Date:   Tue Feb 3 18:10:53 2009 -0600
16913
16914     mpc8641hpcn: Clean up PCI mapping concepts
16915
16916     Clean up PCI mapping concepts in the 8641 config - rename _BASE
16917     to _BUS, as it's actually a PCI bus address, separate virtual
16918     and physical addresses into _VIRT and _PHYS, and use each
16919     appopriately.
16920
16921     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16922
16923 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
16924 Author: Becky Bruce <beckyb@kernel.crashing.org>
16925 Date:   Tue Feb 3 18:10:52 2009 -0600
16926
16927     mpc86xx: Add support to populate addr map based on BATs
16928
16929     If CONFIG_ADDR_MAP is enabled, update the address map
16930     whenever we write a bat.
16931
16932     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16933
16934 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
16935 Author: Becky Bruce <beckyb@kernel.crashing.org>
16936 Date:   Tue Feb 3 18:10:51 2009 -0600
16937
16938     powerpc: Move duplicated BAT defines to mmu.h
16939
16940     The BAT fields are architected; there's no need for these to be in
16941     cpu-specific files.  Drop the duplication and move these to
16942     include/asm-ppc/mmu.h.  Also, remove the BL_xxx defines that were only
16943     used by the alaska board, and switch to using the BATU_BL_xxx defines
16944     used by all the other boards.  The BL_ defines previously in use
16945     had to be shifted into the proper position for use, which was inefficient.
16946
16947     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16948
16949 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
16950 Author: Becky Bruce <beckyb@kernel.crashing.org>
16951 Date:   Tue Feb 3 18:10:50 2009 -0600
16952
16953     drivers/pci: Create pci_map_bar function
16954
16955     It is no longer always true that the pci bus address can be
16956     used as the virtual address for pci accesses.  pci_map_bar()
16957     is created to return the virtual address for a pci region.
16958
16959     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16960
16961 commit 2ecca3401775b125c3b9ff65766befb23989414b
16962 Author: Becky Bruce <beckyb@kernel.crashing.org>
16963 Date:   Tue Feb 3 18:10:49 2009 -0600
16964
16965     mpc8641hpcn: Set up outbound pci windows before inbound
16966
16967     Because the inbound pci windows are mapped generously, set up
16968     the more specific outbound windows first.  This way, when we
16969     search the pci regions for something, we will hit on the more
16970     specific region.  This can actually be a problem on systems
16971     with large amounts of RAM.
16972
16973     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16974
16975 commit b81b773ead0687114dc8a800f99ea6e504447739
16976 Author: Becky Bruce <beckyb@kernel.crashing.org>
16977 Date:   Mon Feb 2 16:34:52 2009 -0600
16978
16979     mpc8641hpcn: Use physical address in flash banks defintion
16980
16981     If the VA and PA of the flash aren't the same, the banks list
16982     should be initialized to hold the physical address.  Correct this.
16983
16984     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
16985
16986 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
16987 Author: Ilya Yanok <yanok@emcraft.com>
16988 Date:   Tue Feb 10 00:22:31 2009 +0100
16989
16990     qong: support for Dave/DENX QongEVB-LITE board
16991
16992     This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
16993
16994     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16995     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16996
16997 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
16998 Author: Ilya Yanok <yanok@emcraft.com>
16999 Date:   Mon Feb 9 18:45:28 2009 +0100
17000
17001     dnet: driver for Dave DNET ethernet controller
17002
17003     Driver for Dave DNET ethernet controller (used on Dave/DENX
17004     QongEVB-LITE board).
17005
17006     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
17007     Acked-by: Ben Warren <biggerbadderben@gmail.com>
17008
17009 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
17010 Author: Kumar Gala <galak@kernel.crashing.org>
17011 Date:   Fri Feb 6 09:49:32 2009 -0600
17012
17013     pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
17014
17015     When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
17016     we should give preference to memory regions that aren't system memory.
17017
17018     Its possible that we have over mapped system memory in the regions and
17019     we want to avoid depending on the order of the regions.
17020
17021     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17022
17023 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
17024 Author: Kumar Gala <galak@kernel.crashing.org>
17025 Date:   Fri Feb 6 09:49:31 2009 -0600
17026
17027     pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
17028
17029     The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
17030     can be confusing when reading the code.
17031
17032     Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
17033     for system memory mapping purposes.
17034
17035     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17036
17037 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
17038 Author: Ilya Yanok <yanok@emcraft.com>
17039 Date:   Sun Feb 8 00:59:43 2009 +0300
17040
17041     mx31: add GPIO registers definitions
17042
17043     Added definitions for i.MX31 processor GPIO registers.
17044
17045     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
17046
17047 commit 8da601280a8acbc3385784780ed35130e53812f1
17048 Author: Peter Tyser <ptyser@xes-inc.com>
17049 Date:   Wed Feb 4 13:47:22 2009 -0600
17050
17051     NAND: Add timeout for reset command
17052
17053     Without the timeout present an infinite loop can occur if the
17054     NAND device is broken or not present.
17055
17056     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17057     Signed-off-by: Scott Wood <scottwood@freescale.com>
17058
17059 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
17060 Author: Peter Tyser <ptyser@xes-inc.com>
17061 Date:   Wed Feb 4 13:39:40 2009 -0600
17062
17063     NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
17064
17065     Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
17066     for disabling the "No NAND device found!!!" warning when
17067     CONFIG_SYS_NAND_QUIET_TEST was defined.  This re-adds support
17068     for silencing the warning.
17069
17070     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17071     Signed-off-by: Scott Wood <scottwood@freescale.com>
17072
17073 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
17074 Author: Valeriy Glushkov <gvv@lstec.com>
17075 Date:   Mon Jan 19 16:32:59 2009 +0200
17076
17077     NAND: Fixed invalid pointers to static relocated chip names
17078
17079     Dear Wolfgang,
17080
17081     You are right, the patch was ugly.
17082     The new one seems to be better.
17083
17084     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
17085     Signed-off-by: Scott Wood <scottwood@freescale.com>
17086
17087 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
17088 Author: Nishanth Menon <nm@ti.com>
17089 Date:   Mon Feb 2 18:20:12 2009 -0600
17090
17091     ARM:OMAP3:Zoom1: Add nand unlock option
17092
17093     Enable NAND_UNLOCK option for unlocking nand for
17094     erase/write operations
17095
17096     Signed-off-by: Nishanth Menon <nm@ti.com>
17097
17098 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
17099 Author: derek@siconix.com <derek@siconix.com>
17100 Date:   Mon Jan 26 14:08:17 2009 -0700
17101
17102     env_nand: fix env memory release
17103
17104     This fixes a bug that tmp environment memory not being released.
17105
17106     Signed-off-by: Derek Ou <dou@siconix.com>
17107     Signed-off-by: Scott Wood <scottwood@freescale.com>
17108
17109 commit 05fd88776419df59e7f37bac063a209409dd801d
17110 Author: Guennadi Liakhovetski <lg@denx.de>
17111 Date:   Fri Feb 6 10:37:45 2009 +0100
17112
17113     ARM: remove unused variable
17114
17115     The "size" variable in start_armboot() in lib_arm/board.c is only really
17116     used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
17117     eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
17118
17119     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17120
17121 commit 6989e4f546d960a407dd5425f800dff9751c8132
17122 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17123 Date:   Thu Feb 5 09:33:50 2009 -0500
17124
17125     Coldfire: M527x: Add missing GPIO register address defines
17126
17127     Add missing GPIO registers address definition for Coldfire M5271.
17128
17129     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17130
17131 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
17132 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17133 Date:   Fri Jan 23 14:42:58 2009 -0500
17134
17135     Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
17136
17137     Modified mii_init to support boards with PHYs that are not set to
17138     autonegotiate, but still want to use u-boot's mii commands to probe
17139     the smi bus. Such PHYs will not set the Autonegotiate-done bit.
17140
17141     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17142
17143 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
17144 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17145 Date:   Fri Jan 23 11:44:30 2009 -0500
17146
17147     Coldfire: Applied baudrate formula of serial_init to serial_setbrg
17148
17149     Applied the patch for baudrate divider value truncation for
17150     serial_init to serial_setbrg as well.
17151
17152     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17153
17154 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
17155 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17156 Date:   Fri Jan 23 14:07:05 2009 -0500
17157
17158     Coldfire: M5271EVB: Board header update (dependencies)
17159
17160     Cleanup for M5271EVB:
17161     Added clarification on the use of CONFIG_SYS_CLOCK.
17162     Modified to use u-boot's HUSH parser.
17163     Cleanup on environment settings.
17164     Removed compiler warning by defining CONFIG_SYS_CS0_*
17165
17166     Dependencies:
17167     Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
17168     This depends on a patch to include/asm-m68k/m5271.h
17169     that defines the multiplier and divider ratios.
17170
17171     Removed the definition of CONFIG_SYS_FECI2C.
17172     This depends on a patch that removes the use of it in
17173     cpu/mcf52x2/cpu_init.c
17174
17175     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17176
17177 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
17178 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17179 Date:   Thu Jan 29 14:36:06 2009 -0500
17180
17181     Coldfire: M5271: Allow board header file to specify clock multiplier
17182
17183     M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
17184
17185     Allow the board header file to set their own multiplier and divider.
17186     Added the #define for the multiplier and divider to the cpu header file.
17187
17188     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17189
17190 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
17191 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17192 Date:   Fri Jan 23 10:47:13 2009 -0500
17193
17194     Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
17195
17196     Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
17197     Use read-modify-write to activate the FEC pins without disabling I2C.
17198
17199     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17200
17201 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
17202 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17203 Date:   Fri Jan 23 09:45:34 2009 -0500
17204
17205     Coldfire: cmd_bdinfo cleanup
17206
17207     CONFIG_M68K bdinfo cleanup:
17208
17209     Fixed compiler warning about baudrate printing.
17210     format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
17211
17212     Added printing of "cpufreq"
17213
17214     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17215
17216 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
17217 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17218 Date:   Fri Jan 23 09:27:00 2009 -0500
17219
17220     Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
17221
17222     Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
17223     was causing the bus clock (not CPU clock) to be declared twice as
17224     fast as it actually is. This causes UARTS to operate at half the
17225     specified baudrate.
17226
17227     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
17228
17229 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
17230 Author: Dirk Eibach <eibach@gdsys.de>
17231 Date:   Tue Feb 3 15:15:21 2009 +0100
17232
17233     ppc4xx: Make PCIE support selectable
17234
17235     On some platforms PCIE support is not required, but would be included
17236     because the cpu supports it. To reduce fooprint it is now configurable
17237     via CONFIG_PCI_DISABLE_PCIE.
17238
17239     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
17240     Signed-off-by: Stefan Roese <sr@denx.de>
17241
17242 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
17243 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17244 Date:   Tue Feb 3 22:13:16 2009 +0100
17245
17246     ppc4xx: Only fixup opb attached UARTs
17247
17248     This patch updates the fdt UART clock fixup code to
17249     only touch CPU internal UARTs on 4xx systems.
17250     Only these UARTs are definitely clocked by gd->uart_clk.
17251
17252     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17253     Signed-off-by: Stefan Roese <sr@denx.de>
17254
17255 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
17256 Author: Mike Frysinger <vapier@gentoo.org>
17257 Date:   Tue Jan 13 11:00:29 2009 -0500
17258
17259     Blackfin: move default boot SPI CS to common code
17260
17261     Move the default SPI CS that we boot from into common code so that it can
17262     be used in other SPI drivers and environment settings.
17263
17264     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17265
17266 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
17267 Author: Mike Frysinger <vapier@gentoo.org>
17268 Date:   Wed Dec 10 12:33:54 2008 -0500
17269
17270     Blackfin: dynamically update UART speed when initializing
17271
17272     Previously, booting over the UART required the baud rate to be known ahead
17273     of time.  Using a bit of tricky simple math, we can calculate the new board
17274     rate based on the old divisors.
17275
17276     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17277     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
17278
17279 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
17280 Author: Mike Frysinger <vapier@gentoo.org>
17281 Date:   Tue Dec 9 17:21:08 2008 -0500
17282
17283     Blackfin: add support for fast SPI reads with Boot ROM
17284
17285     Newer Blackfin boot roms support using the fast SPI read command rather than
17286     just the slow one.  If the functionality is available, then use it.
17287
17288     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17289
17290 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
17291 Author: Mike Frysinger <vapier@gentoo.org>
17292 Date:   Sat Oct 11 21:46:52 2008 -0400
17293
17294     Blackfin: check for reserved settings in DDR MMRs
17295
17296     Some bits of the DDR MMRs should not be set.  If they do, bad things may
17297     happen (like random failures or hardware destruction).
17298
17299     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17300
17301 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
17302 Author: Mike Frysinger <vapier@gentoo.org>
17303 Date:   Sat Oct 11 21:54:00 2008 -0400
17304
17305     Blackfin: set default voltage levels for BF538/BF539 parts
17306
17307     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17308
17309 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
17310 Author: Mike Frysinger <vapier@gentoo.org>
17311 Date:   Sun Jun 1 01:29:57 2008 -0400
17312
17313     Blackfin: use on-chip syscontrol() rom function when available
17314
17315     Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
17316     to be used to properly program the memory and voltage settings as it will
17317     include (possibly critical) factory tested bias values.
17318
17319     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17320
17321 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
17322 Author: Stefan Roese <sr@denx.de>
17323 Date:   Thu Feb 5 11:44:52 2009 +0100
17324
17325     cfi_flash: Fix typo in cfi_flash.c
17326
17327     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
17328     introduced a small typo and compilation warning for systems with CFI
17329     legacy support (e.g. hcu4). This patch fixes it.
17330
17331     Signed-off-by: Stefan Roese <sr@denx.de>
17332
17333 commit 28745db969b72693754991c838f68a7fb4a8b1ab
17334 Author: Stefan Roese <sr@denx.de>
17335 Date:   Thu Jan 29 11:21:38 2009 +0100
17336
17337     jedec_flash: Only use manufacturer defines from common flash.h
17338
17339     This patch removes the double defined manufacturer defines from
17340     jedec_flash.c. Since the common defines in flash.h are 32bit
17341     we now need the (16) cast. This patch also removes the compilation
17342     warning (e.g. seen on hcu5):
17343
17344     ./MAKEALL hcu5
17345     Configuring for hcu5 board...
17346     jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
17347
17348     Signed-off-by: Stefan Roese <sr@denx.de>
17349
17350 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
17351 Author: Stefan Roese <sr@denx.de>
17352 Date:   Thu Feb 5 11:25:57 2009 +0100
17353
17354     cfi_flash: Silence compilation warning
17355
17356     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
17357     introduced a small compilation warning. This patch fixes it.
17358
17359     Signed-off-by: Stefan Roese <sr@denx.de>
17360
17361 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
17362 Author: Becky Bruce <beckyb@kernel.crashing.org>
17363 Date:   Mon Feb 2 16:34:51 2009 -0600
17364
17365     flash/cfi_flash: Use virtual sector start address, not phys
17366
17367     include/flash.h was commented to say that the address in
17368     flash_info->start was a physical address.  However, from u-boot's
17369     point of view, and looking at most flash code, it makes more
17370     sense for this to be a virtual address.  So I corrected the
17371     comment to indicate that this was a virtual address.
17372
17373     The only flash driver that was actually treating the address
17374     as physical was the mtd/cfi_flash driver.  However, this code
17375     was using it inconsistently as it actually directly dereferenced
17376     the "start" element, while it used map_physmem to get a
17377     virtual address in other places.  I changed this driver so
17378     that the code which initializes the info->start field calls
17379     map_physmem to get a virtual address, eliminating the need for
17380     further map_physmem calls.  The code is now consistent.
17381
17382     The *only* place a physical address should be used is when defining the
17383     flash banks list that is used to initialize the flash_info struct,
17384     usually found in the board config file.
17385
17386     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
17387     Signed-off-by: Stefan Roese <sr@denx.de>
17388
17389 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
17390 Author: Wolfgang Denk <wd@denx.de>
17391 Date:   Wed Feb 4 09:42:20 2009 +0100
17392
17393     Fix compiler warning
17394
17395     (shows up only when DEBUG is enabled)
17396
17397     Signed-off-by: Wolfgang Denk <wd@denx.de>
17398
17399 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
17400 Author: Mike Frysinger <vapier@gentoo.org>
17401 Date:   Mon Oct 6 03:45:55 2008 -0400
17402
17403     Blackfin: update anomaly lists
17404
17405     Update the anomaly lists to match latest anomaly sheets.
17406
17407     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17408
17409 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
17410 Author: Ralph Kondziella <rk@argos-messtechnik.de>
17411 Date:   Mon Jan 26 12:34:36 2009 -0700
17412
17413     ADS5121 Add PATA support
17414
17415     Original patch from Ralph Kondziella
17416     plus clean up by Wolfgang Denk
17417     plus changes by John Rigby
17418         use ips clock not lpc
17419         port forward to current u-boot release
17420
17421     Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
17422     Signed-off-by: Wolfgang Denk <wd@denx.de>
17423     Signed-off-by: John Rigby <jrigby@freescale.com>
17424
17425 commit abfbd0ae4967df18102345db4f4b529a13da107b
17426 Author: Martha Marx <mmarx@silicontkx.com>
17427 Date:   Mon Jan 26 10:45:07 2009 -0700
17428
17429     ADS5121 Add IC Ident Module (IIM) support
17430
17431     IIM (IC Identification Module) is the fusebox for the mpc5121.
17432     Use #define CONFIG_IIM to turn on the clock for this module
17433     use #define CONFIG_CMD_FUSE to add fusebox commands.
17434     Fusebox commands include the ability to read
17435     the status, read the register cache, override the register cache,
17436     program the fuses and sense them.
17437
17438     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
17439     Signed-off-by: John Rigby <jrigby@freescale.com>
17440
17441 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
17442 Author: John Rigby <jrigby@freescale.com>
17443 Date:   Fri Jan 23 10:33:15 2009 -0700
17444
17445     ADS5121 Fix rev2 silicon pci iopad config
17446
17447     Reset config is not correct
17448
17449     Signed-off-by: John Rigby <jrigby@freescale.com>
17450
17451 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
17452 Author: John Rigby <jrigby@freescale.com>
17453 Date:   Wed Nov 19 13:57:34 2008 -0700
17454
17455     ADS5121 DIU Add diu_bmp_addr env
17456
17457     Add support for using a bmp other than
17458     FSL_Logo_BMP for the DIU splash screen.
17459
17460     Can now set the env var "diu_bmp_addr" to
17461     the address of a BMP in flash to use instead
17462     of the default FSL_Logo_BMP.
17463
17464     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
17465     Signed-off-by: John Rigby <jrigby@freescale.com>
17466
17467 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
17468 Author: John Rigby <jrigby@freescale.com>
17469 Date:   Thu Oct 30 16:39:35 2008 -0600
17470
17471     ADS5121 DIU Make inclusion of FSL logo optional
17472
17473     Make inclusion of FSL logo optional and
17474     turn it off by default.
17475
17476     Signed-off-by: John Rigby <jrigby@freescale.com>
17477
17478 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
17479 Author: Remy Bohmer <linux@bohmer.net>
17480 Date:   Sun Feb 1 12:27:53 2009 +0100
17481
17482     Compile warning fix in onenand_uboot.h
17483
17484     Regression since merge window after 2009.01
17485
17486     Signed-off-by: Remy Bohmer <linux@bohmer.net>
17487
17488 commit a270d1e7295c3d829f42c0480117941dfc1c6477
17489 Author: Stefan Roese <sr@denx.de>
17490 Date:   Thu Jan 29 06:33:55 2009 +0100
17491
17492     USB: Add EHCI support for VCT EHCI controller (really with driver now)
17493
17494     Somehow I missed the real driver part in my last patch version. This patch
17495     now adds the driver.
17496
17497     Signed-off-by: Stefan Roese <sr@denx.de>
17498     Signed-off-by: Remy Bohmer <linux@bohmer.net>
17499
17500 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
17501 Author: Cliff Cai <cliff.cai@analog.com>
17502 Date:   Sat Nov 29 18:22:38 2008 -0500
17503
17504     Blackfin: add driver for on-chip MMC/SD controller
17505
17506     This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
17507
17508     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
17509     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17510
17511 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
17512 Author: Mike Frysinger <vapier@gentoo.org>
17513 Date:   Sat Oct 11 22:47:34 2008 -0400
17514
17515     Blackfin: add port muxing for BF51x SPI
17516
17517     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17518
17519 commit fc68f9f85959664d528daea2aef5ef54974331ce
17520 Author: Mike Frysinger <vapier@gentoo.org>
17521 Date:   Tue Jan 6 06:16:19 2009 -0500
17522
17523     Blackfin: output booting source when booting
17524
17525     Knowing the booting source of the part is useful, especially when the part
17526     can switch dynamically between sources.
17527
17528     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17529
17530 commit 8df3ce0f49c37947800ac7c84e751499882619fc
17531 Author: Mike Frysinger <vapier@gentoo.org>
17532 Date:   Thu Dec 11 06:30:46 2008 -0500
17533
17534     Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
17535
17536     Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
17537     the Blackfin on-chip bootrom to boot out of SPI flash.
17538
17539     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17540
17541 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
17542 Author: Mike Frysinger <vapier@gentoo.org>
17543 Date:   Thu Dec 11 04:06:26 2008 -0500
17544
17545     Blackfin: update asm-blackfin/posix_types.h to latest Linux version
17546
17547     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17548
17549 commit e5eb93e77391bcc308697116c544ea1340aaae8a
17550 Author: Mike Frysinger <vapier@gentoo.org>
17551 Date:   Sat Dec 6 02:54:52 2008 -0500
17552
17553     Blackfin: add port I bits
17554
17555     Some people need to access port I, so make sure the pins are defined.
17556
17557     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17558
17559 commit 8a6b272596d43de0db4943eac7af58c3534c4026
17560 Author: Sonic Zhang <Sonic.Zhang@analog.com>
17561 Date:   Wed Nov 26 22:16:45 2008 -0500
17562
17563     Blackfin: add driver for on-chip ATAPI controller
17564
17565     This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
17566
17567     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
17568     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17569
17570 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
17571 Author: Mike Frysinger <vapier@gentoo.org>
17572 Date:   Wed Nov 26 21:43:06 2008 -0500
17573
17574     Blackfin: add driver for on-chip NAND controller
17575
17576     This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
17577
17578     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17579
17580 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
17581 Author: Mike Frysinger <vapier@gentoo.org>
17582 Date:   Wed Nov 12 07:18:15 2008 -0500
17583
17584     Blackfin: build with -mno-fdpic
17585
17586     Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
17587     up u-boot, including ones that output FDPIC ELF by default.
17588
17589     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17590
17591 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
17592 Author: Mike Frysinger <vapier@gentoo.org>
17593 Date:   Tue Nov 11 05:43:57 2008 -0500
17594
17595     Blackfin: fix up EBIU defines
17596
17597     The EBIU defines for EBSZ 256/512 were incorrect.
17598
17599     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17600
17601 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
17602 Author: Mike Frysinger <vapier@gentoo.org>
17603 Date:   Wed Nov 5 12:45:24 2008 -0500
17604
17605     Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
17606
17607     Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
17608     as usable with the source/destination addresses and the count size.
17609
17610     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17611
17612 commit b93c68648426f906d63b98117496b6415f505f39
17613 Author: Mike Frysinger <vapier@gentoo.org>
17614 Date:   Wed Nov 5 08:50:23 2008 -0500
17615
17616     Blackfin: only flag L1 instruction for DMA memcpy
17617
17618     The performance difference from doing an 8 bit DMA memcpy vs an optimized
17619     core memcpy can be pretty big when you add in the overhead of setting up the
17620     MDMA registers, cache flushes, etc...  So only use dma_memcpy() when we
17621     actually require it.
17622
17623     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17624
17625 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
17626 Author: Mike Frysinger <vapier@gentoo.org>
17627 Date:   Wed Nov 5 07:20:37 2008 -0500
17628
17629     Blackfin: dma_memcpy(): fix random failures
17630
17631     We have to make sure the DMA channel is actually disabled in hardware before
17632     attempting to reprogram it.  Otherwise the new settings are ignored and we
17633     end up with random hangs/failures.
17634
17635     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17636
17637 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
17638 Author: Mike Frysinger <vapier@gentoo.org>
17639 Date:   Tue Nov 4 00:04:03 2008 -0500
17640
17641     Blackfin: rewrite cache handling functions
17642
17643     Take the cache flush functions from the kernel as they use hardware loops in
17644     order to get optimal performance.
17645
17646     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17647
17648 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
17649 Author: Mike Frysinger <vapier@gentoo.org>
17650 Date:   Mon Nov 3 22:30:05 2008 -0500
17651
17652     Blackfin: setup bi_enetaddr for single nets
17653
17654     For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
17655     based on $ethaddr, so set it up.
17656
17657     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17658
17659 commit 40599239e7875b39e2a5c12e6545992041c72c52
17660 Author: Mike Frysinger <vapier@gentoo.org>
17661 Date:   Fri Oct 24 22:48:47 2008 -0400
17662
17663     Blackfin: cache core/system clock values
17664
17665     Calculating the clocks requires a bit of calls to gcc math functions, so
17666     cache the values after the first run since they'll most likely never
17667     change once U-Boot is up and running.
17668
17669     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17670
17671 commit 6957a6209b02f6b69607fc47425f13731cc477f1
17672 Author: Mike Frysinger <vapier@gentoo.org>
17673 Date:   Fri Oct 24 18:18:16 2008 -0400
17674
17675     Blackfin: enable --gc-sections
17676
17677     Start building all Blackfin boards with -ffunction-sections/-fdata-sections
17678     and linking with --gc-sections.
17679
17680     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17681
17682 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
17683 Author: Mike Frysinger <vapier@gentoo.org>
17684 Date:   Mon Oct 20 21:08:54 2008 -0400
17685
17686     Blackfin: dont check baud if it wont actually get used
17687
17688     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17689
17690 commit 400f5778f375bc99c73c8488c555def261ccfab7
17691 Author: Mike Frysinger <vapier@gentoo.org>
17692 Date:   Tue Oct 14 07:54:09 2008 -0400
17693
17694     Blackfin: add driver for on-chip SPI controller
17695
17696     This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
17697
17698     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17699
17700 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
17701 Author: Mike Frysinger <vapier@gentoo.org>
17702 Date:   Sat Oct 18 05:33:51 2008 -0400
17703
17704     Blackfin: only build post code when CONFIG_POST
17705
17706     Save some time by using CONFIG_POST in the Makefile rather than C files.
17707
17708     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17709
17710 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
17711 Author: Mike Frysinger <vapier@gentoo.org>
17712 Date:   Thu Jan 8 11:57:57 2009 -0500
17713
17714     Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
17715
17716     Redo how pointers are managed to get rid of ugly casts and strict pointer
17717     aliasing issues that are highlighted by gcc 4.3.
17718
17719     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17720     Acked-by: Ben Warren <biggerbadderben@gmail.com>
17721
17722 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
17723 Author: Mike Frysinger <vapier@gentoo.org>
17724 Date:   Tue Dec 9 17:46:21 2008 -0500
17725
17726     Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
17727
17728     No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
17729     does exactly the same thing as common "CONFIG_RMII".
17730
17731     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17732     Acked-by: Ben Warren <biggerbadderben@gmail.com>
17733
17734 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
17735 Author: Mike Frysinger <vapier@gentoo.org>
17736 Date:   Wed Nov 5 06:36:15 2008 -0500
17737
17738     Blackfin: bfin_mac: use common debug()
17739
17740     Rather then defining our own DEBUGF(), just use the common debug().
17741
17742     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17743     Acked-by: Ben Warren <biggerbadderben@gmail.com>
17744
17745 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
17746 Author: Mike Frysinger <vapier@gentoo.org>
17747 Date:   Mon Oct 20 13:59:51 2008 -0400
17748
17749     Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
17750
17751     Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
17752     of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
17753
17754     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17755     Acked-by: Ben Warren <biggerbadderben@gmail.com>
17756
17757 commit ac45af4e63ea925f4accc98453aab1a1166c196d
17758 Author: Mike Frysinger <vapier@gentoo.org>
17759 Date:   Tue Oct 14 04:52:00 2008 -0400
17760
17761     Blackfin: bfin_mac: cleanup MII/PHY functions
17762
17763     Cleanup and rewrite the MII/PHY related functions so that we can reuse the
17764     existing common linux/miiphy.h code and hook into the `mii` command.
17765
17766     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17767     Acked-by: Ben Warren <biggerbadderben@gmail.com>
17768
17769 commit 6b310a05f0d10c751f22468040932139f71c71d3
17770 Author: Mike Frysinger <vapier@gentoo.org>
17771 Date:   Tue Oct 14 00:31:30 2008 -0400
17772
17773     Blackfin: bfin_mac: set MDCDIV based on SCLK
17774
17775     Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
17776     use the real algorithm so it gets set correctly regardless of SCLK.
17777
17778     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17779     Acked-by: Ben Warren <biggerbadderben@gmail.com>
17780
17781 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
17782 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17783 Date:   Sat Jan 31 09:10:48 2009 +0100
17784
17785     ixp: move serial to drivers/serial
17786
17787     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17788
17789 commit f90c8022f448bc5e93090e4b714368e52e912f0f
17790 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17791 Date:   Sat Jan 31 09:04:58 2009 +0100
17792
17793     ixp: move pci init in arm/board instead of cpu
17794
17795     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17796
17797 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
17798 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17799 Date:   Sat Jan 31 08:56:49 2009 +0100
17800
17801     ixp: move pci drivers to drivers/pci
17802
17803     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17804
17805 commit 012d5bab09a534e4800b02f50cf508e6837202ea
17806 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17807 Date:   Sat Jan 31 08:53:44 2009 +0100
17808
17809     ixp: Move conditional compilation to Makefile
17810
17811     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17812
17813 commit f693f501d67434df1f815fd1824a71973ae08207
17814 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17815 Date:   Sat Jan 31 08:53:44 2009 +0100
17816
17817     ixp: add missing os define
17818
17819     need by arm-elf toolchains and no impact on the arm-linux one
17820
17821     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17822
17823 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
17824 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17825 Date:   Sat Jan 31 09:53:39 2009 +0100
17826
17827     ixp: remove the option to include the Microcode
17828
17829     instead the board will have to load it from flash or ram
17830     which will be specified by npe_ucode env var
17831
17832     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17833
17834 commit 1b017baf2071d8daf643bce87250db898c606c66
17835 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17836 Date:   Fri Jan 30 09:45:23 2009 +0100
17837
17838     ixp/npe: Move conditional compilation to Makefile
17839
17840     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17841
17842 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
17843 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17844 Date:   Wed Jan 28 21:58:04 2009 +0100
17845
17846     SX1: add hardware V2 support
17847
17848     In the V2 the 2 flash has been replace by one 32MB flash
17849
17850     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17851
17852 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
17853 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17854 Date:   Wed Jan 28 21:58:03 2009 +0100
17855
17856     SX1: Fix second flash mapping
17857
17858     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17859
17860 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
17861 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17862 Date:   Wed Jan 28 21:58:03 2009 +0100
17863
17864     SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
17865
17866     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17867
17868 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
17869 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17870 Date:   Wed Jan 28 21:57:59 2009 +0100
17871
17872     move Samsung's board to board/samsung
17873
17874     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17875
17876 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
17877 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17878 Date:   Thu Jan 29 12:07:21 2009 +0100
17879
17880     move ARM Ltd. to vendor dir
17881
17882     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17883
17884 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
17885 Author: Larry Johnson <lrj@acm.org>
17886 Date:   Wed Jan 28 15:30:37 2009 -0500
17887
17888     ppc4xx: Clean up configuration file for Korat board
17889
17890     This patch updates the default environmental variables for the
17891     Korat PPC 440EPx board, and makes additional minor fixes.
17892
17893     Signed-off-by: Larry Johnson <lrj@acm.org>
17894     Signed-off-by: Stefan Roese <sr@denx.de>
17895
17896 commit f20405e31680efc36293c59b4963db57c9d93df4
17897 Author: Larry Johnson <lrj@acm.org>
17898 Date:   Wed Jan 28 15:30:02 2009 -0500
17899
17900     ppc4xx: Add variable "korat_usbcf" for Korat board
17901
17902     The new environment variable "korat_usbcf" selects the USB
17903     port used by the Korat board's CompactFlash controller.
17904
17905     Signed-off-by: Larry Johnson <lrj@acm.org>
17906     Signed-off-by: Stefan Roese <sr@denx.de>
17907
17908 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
17909 Author: Gunnar Rangoy <gunnar@rangoy.com>
17910 Date:   Fri Jan 23 12:56:31 2009 +0100
17911
17912     AVR32: macb - Search for PHY id
17913
17914     This patch adds support for searching through available PHY-addresses in
17915     the macb-driver. This is needed for the ATEVK1100 evaluation board,
17916     where the PHY-address will be initialized to either 1 or 7.
17917
17918     This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
17919     enabled tells the driver to search for the PHY address.
17920
17921     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
17922     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
17923     Signed-off-by: Olav Morken <olavmrk@gmail.com>
17924     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17925
17926 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
17927 Author: Olav Morken <olavmrk@gmail.com>
17928 Date:   Fri Jan 23 12:56:26 2009 +0100
17929
17930     Fix IP alignment problem
17931
17932     This patch removes volatile from:
17933     volatile IP_t *ip = (IP_t *)xip;
17934
17935     Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
17936     using volatile, which causes an exception since xip isn't aligned on a word
17937     boundary.
17938
17939     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
17940     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
17941     Signed-off-by: Olav Morken <olavmrk@gmail.com>
17942     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17943
17944 commit 12a8b9db12f82a189ff143a58731007f5469da61
17945 Author: Ron Madrid <ron_madrid@sbcglobal.net>
17946 Date:   Wed Jan 28 16:17:21 2009 -0800
17947
17948     Marvell 88E1118 interrupt fix
17949
17950     This patch adjusts the LED control so that interrupt lines are not reading LEDs
17951     and effectively causing indefinite interrupts to the controller.
17952
17953     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
17954     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17955
17956 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
17957 Author: Stefan Roese <sr@denx.de>
17958 Date:   Wed Jan 21 17:14:26 2009 +0100
17959
17960     net: smc911x.c: Add LAN9211 to chip_ids[] array
17961
17962     Signed-off-by: Stefan Roese <sr@denx.de>
17963     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17964
17965 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
17966 Author: Mike Frysinger <vapier@gentoo.org>
17967 Date:   Tue Jan 27 16:53:39 2009 -0500
17968
17969     Move is_valid_ether_addr() to include/net.h
17970
17971     Import the is_valid_ether_addr() function from the Linux kernel.
17972
17973     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17974     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17975
17976 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
17977 Author: Michal Simek <monstr@monstr.eu>
17978 Date:   Mon Jan 5 12:25:13 2009 +0100
17979
17980     net: Sort Makefile labels
17981
17982     Signed-off-by: Michal Simek <monstr@monstr.eu>
17983     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17984
17985 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
17986 Author: Wolfgang Denk <wd@denx.de>
17987 Date:   Wed Jan 28 23:06:42 2009 +0100
17988
17989     85xx: Fix compile breakage with sbc8540 and sbc8560
17990
17991     This fixes an error which raises just a warning:
17992     sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
17993
17994     Signed-off-by: Wolfgang Denk <wd@denx.de>
17995
17996 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
17997 Author: Mike Frysinger <vapier@gentoo.org>
17998 Date:   Wed Jan 28 13:48:55 2009 -0500
17999
18000     SPD823TS: do not define CONFIG_CMD_ENV
18001
18002     Since the SPD823TS board does not actually have any writable flash to save
18003     its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
18004     disabled.
18005
18006     This fixes the build error:
18007     common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
18008     common/cmd_nvedit.c:557: undefined reference to `saveenv'
18009     make: *** [u-boot] Error 1
18010
18011     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18012
18013 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
18014 Author: Dirk Behme <dirk.behme@googlemail.com>
18015 Date:   Wed Jan 28 21:40:16 2009 +0100
18016
18017     OMAP3: Add Zoom1 board support
18018
18019     Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
18020     http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
18021
18022     Signed-off-by: Nishanth Menon <nm@ti.com>
18023     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
18024
18025 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
18026 Author: Dirk Behme <dirk.behme@googlemail.com>
18027 Date:   Wed Jan 28 21:39:58 2009 +0100
18028
18029     OMAP3: Add Pandora support
18030
18031     Add Pandora support.
18032
18033     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
18034     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18035     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
18036
18037 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
18038 Author: Dirk Behme <dirk.behme@googlemail.com>
18039 Date:   Wed Jan 28 21:39:58 2009 +0100
18040
18041     OMAP3: Add EVM board
18042
18043     Add EVM board support.
18044
18045     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
18046     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18047     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
18048
18049 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
18050 Author: Dirk Behme <dirk.behme@googlemail.com>
18051 Date:   Wed Jan 28 21:39:57 2009 +0100
18052
18053     OMAP3: Add Overo board
18054
18055     Add Overo board support.
18056
18057     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
18058     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18059     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
18060
18061 commit f904cdbb68167c647887f19929ad295dbaac8862
18062 Author: Dirk Behme <dirk.behme@googlemail.com>
18063 Date:   Tue Jan 27 18:19:12 2009 +0100
18064
18065     OMAP3: Add common power code, README, and BeagleBoard
18066
18067     Add BeagleBoard support, common power code and README.
18068
18069     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
18070     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18071
18072 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
18073 Author: Kumar Gala <galak@kernel.crashing.org>
18074 Date:   Wed Jan 28 08:31:10 2009 -0600
18075
18076     85xx: Fix compile breakage with MPC8540EVAL
18077
18078     Configuring for MPC8540EVAL board...
18079     mpc8540eval.c: In function 'checkboard':
18080     mpc8540eval.c:53: error: invalid operands to binary /
18081     make[1]: *** [mpc8540eval.o] Error 1
18082
18083     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18084
18085 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
18086 Author: Bryan Wu <bryan.wu@analog.com>
18087 Date:   Sun Jan 18 23:04:27 2009 -0500
18088
18089     usb_scan_devices: fix output with no devices
18090
18091     We should check the return of usb_new_device() so that if no USB device is
18092     found, we print out the right message rather than always saying "new usb
18093     device found".
18094
18095     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
18096     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18097     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18098
18099 commit f1c1f540243438246aefb703fdcf16957e3a72e1
18100 Author: Stefan Roese <sr@denx.de>
18101 Date:   Thu Jan 22 10:11:21 2009 +0100
18102
18103     USB: Add high-speed (480Mb/s) to all USB related outputs
18104
18105     With this patch the USB related connection speed output ("usb tree" command and
18106     debug output) is now high-speed enabled.
18107
18108     This patch also fixes a compilation warning when debugging is enabled.
18109
18110     Signed-off-by: Stefan Roese <sr@denx.de>
18111     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18112
18113 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
18114 Author: Stefan Roese <sr@denx.de>
18115 Date:   Wed Jan 21 17:12:19 2009 +0100
18116
18117     USB: Add dcache support to the EHCI driver
18118
18119     This patch adds routines to handle (flush/invalidate) the dcache for the
18120     QH and qTD structures and data buffers. This is needed on platforms using
18121     this EHCI support with dcache enabled (like the MIPS VCT board port).
18122
18123     Signed-off-by: Stefan Roese <sr@denx.de>
18124     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18125
18126 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
18127 Author: Stefan Roese <sr@denx.de>
18128 Date:   Wed Jan 21 17:12:28 2009 +0100
18129
18130     USB: Add EHCI support for VCT EHCI controller
18131
18132     Signed-off-by: Stefan Roese <sr@denx.de>
18133     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18134
18135 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
18136 Author: Stefan Roese <sr@denx.de>
18137 Date:   Wed Jan 21 17:12:10 2009 +0100
18138
18139     USB: Add config option to call ehci_hcd_init() again after EHCI reset
18140
18141     This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
18142     to call ehci_hcd_init() again after ehci_reset() is executed. This
18143     is needed for the upcoming VCT EHCI support which needs to re-init
18144     the hcd part again after the EHCI CMD_RESET is executed.
18145
18146     Signed-off-by: Stefan Roese <sr@denx.de>
18147     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18148
18149 commit 597eb28bd9691266b7b804364cda577cdb51d106
18150 Author: Stefan Roese <sr@denx.de>
18151 Date:   Wed Jan 21 17:12:01 2009 +0100
18152
18153     USB: Fix speed detection on EHCI cntr with root hub transaction translators
18154
18155     This patch fixes an issue that the speed of USB devices was not detected
18156     correctly on some EHCI controllers. This will be used on the upcoming VCT
18157     EHCI support.
18158
18159     Signed-off-by: Stefan Roese <sr@denx.de>
18160     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18161
18162 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
18163 Author: Thomas Abraham <t-abraham@ti.com>
18164 Date:   Sun Jan 4 09:41:20 2009 +0530
18165
18166     usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
18167
18168     Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
18169     configuration file.
18170
18171     Signed-off-by: Ravi Babu <ravibabu@ti.com>
18172     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
18173     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
18174     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
18175     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18176
18177 commit 538ef967715322f64ee08efa2296d9682111b014
18178 Author: Thomas Abraham <t-abraham@ti.com>
18179 Date:   Sun Jan 4 09:41:16 2009 +0530
18180
18181     usb : musb : Enabling DM6446 (TI DaVinci) USB module power
18182
18183     Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
18184     controller hook up to USB core layer.
18185
18186     Signed-off-by: Ravi Babu <ravibabu@ti.com>
18187     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
18188     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
18189     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
18190     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18191
18192 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
18193 Author: Thomas Abraham <t-abraham@ti.com>
18194 Date:   Sun Jan 4 09:41:13 2009 +0530
18195
18196     usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
18197
18198     Adding DM6446 (TI DaVinci) platform specific USB functionality for
18199     USB Phy and VBUS initialization.
18200
18201     Signed-off-by: Ravi Babu <ravibabu@ti.com>
18202     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
18203     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
18204     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
18205     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18206
18207 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
18208 Author: Thomas Abraham <t-abraham@ti.com>
18209 Date:   Sun Jan 4 09:41:09 2009 +0530
18210
18211     usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
18212
18213     Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
18214     platform.
18215
18216     Signed-off-by: Ravi Babu <ravibabu@ti.com>
18217     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
18218     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
18219     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
18220     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18221
18222 commit a142896934c755e679ba87e227a8e449f39b0012
18223 Author: Thomas Abraham <t-abraham@ti.com>
18224 Date:   Sun Jan 4 09:41:03 2009 +0530
18225
18226     usb : musb : Adding host controller driver for Mentor USB controller
18227
18228     Adding Mentor USB core functionality and Mentor USB Host controller
18229     functionality for Mentor USB OTG controller (musbhdrc).
18230
18231     Signed-off-by: Ravi Babu <ravibabu@ti.com>
18232     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
18233     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
18234     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
18235     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18236
18237 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
18238 Author: Mike Frysinger <vapier@gentoo.org>
18239 Date:   Thu Jan 1 18:27:27 2009 -0500
18240
18241     usb.h: use standard __LITTLE_ENDIAN from Linux headers
18242
18243     Rather than forcing people to define a custom "LITTLEENDIAN", just use the
18244     __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
18245     already setting up.
18246
18247     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18248     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18249
18250 commit 7b6e31eb17e3ff76238a60803fc531517d516223
18251 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18252 Date:   Wed Dec 31 10:33:56 2008 +0100
18253
18254     USB ehci ixp4xx support
18255
18256     Add USB ehci ixp4xx host controller. Test on ixdp465 board.
18257
18258     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
18259     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18260
18261 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
18262 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18263 Date:   Wed Dec 31 10:33:22 2008 +0100
18264
18265     USB ehci remove infinite loop and use handshake function
18266
18267     USB ehci code cleanup. Use handshake instead of infinite while loop
18268     to check the STD_ASS status
18269
18270     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
18271     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18272
18273 commit 8fea2914ac974029b65926ef8247d908f84d202d
18274 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18275 Date:   Wed Dec 31 10:32:41 2008 +0100
18276
18277     Add initial support for USB ehci pci
18278
18279     Add USB ehci pci support. This patch doesn't include any
18280     pci_ids and it is not tested on real hardware.
18281
18282     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
18283     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18284
18285 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
18286 Author: Bryan Wu <Bryan.Wu@analog.com>
18287 Date:   Thu Jan 1 19:48:07 2009 -0500
18288
18289     usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
18290
18291     The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
18292     does not like to be reset, so check for it.
18293
18294     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
18295     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18296     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18297
18298 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
18299 Author: Thomas Abraham <t-abraham@ti.com>
18300 Date:   Sun Jan 4 12:15:35 2009 +0530
18301
18302     usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
18303
18304     This patch populates the 'priv' field of the USB keyboard device_t
18305     structure. The 'priv' field is populated with the address of the
18306     'struct usb_device' structure that represents the USB device.
18307
18308     The 'priv' field can then be used in the 'usb_event_poll' function to
18309     determine the USB device that requires to be polled. An
18310     example of its usage in 'usb_event_poll' function is as below.
18311
18312         device_t *dev;
18313         struct usb_device *usb_kbd_dev;
18314
18315         <snip>
18316
18317         dev = device_get_by_name("usbkbd");
18318         usb_kbd_dev = (struct usb_device *)dev->priv;
18319         iface = &usb_kbd_dev->config.if_desc[0];
18320
18321     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
18322     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18323
18324 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
18325 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18326 Date:   Thu Dec 18 10:05:37 2008 +0100
18327
18328     USB change speed
18329
18330     USB changes the speed according to the port status
18331
18332     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
18333     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18334
18335 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
18336 Author: Remy Böhmer <linux@bohmer.net>
18337 Date:   Sat Dec 13 22:51:58 2008 +0100
18338
18339     EHCI fix code and ixp4xx test.
18340     USB ehci configuration parameter:
18341
18342     #define CONFIG_CMD_USB          1
18343     #define CONFIG_USB_STORAGE      1
18344     #define CONFIG_USB_EHCI
18345     #define CONFIG_USB_EHCI_IXP4XX      1
18346     #define CONFIG_EHCI_IS_TDI  1
18347     #define CONFIG_EHCI_DESC_BIG_ENDIAN     1
18348     #define CONFIG_EHCI_MMIO_BIG_ENDIAN     1
18349     #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
18350     #define CONFIG_LEGACY_USB_INIT_SEQ      1
18351
18352     2 USB Device(s) found
18353            scanning bus for storage devices... 0 Storage Device(s) found
18354     => usb tree
18355
18356     Device Tree:
18357       1  Hub (1.5MBit/s, 0mA)
18358       |  u-boot EHCI Host Controller
18359       |
18360       |+-2  Mass Storage (12MBit/s, 100mA)
18361            Sony Storage Media 0C07040930296
18362
18363     =>
18364
18365     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
18366     Signed-off-by: Remy Böhmer <linux@bohmer.net>
18367
18368 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
18369 Author: michael <michael@panicking.retis>
18370 Date:   Thu Dec 11 13:43:55 2008 +0100
18371
18372     [PATCH] This patch add varius fix to the ehci.
18373     - fix ehci_readl, ehci_writel
18374     - introduce new define in ehci.h
18375     - introduce the handshake function for waiting on a register
18376     - fix usb_ehci_fsl with the new HC_LENGTH macro
18377
18378     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
18379     Signed-off-by: Remy Böhmer <linux@bohmer.net>
18380
18381 commit db63299b1dd2894ade542278210bccd046de6435
18382 Author: michael <michael@panicking.retis>
18383 Date:   Wed Dec 10 17:55:19 2008 +0100
18384
18385     [PATCH] Fix EHCI usb. I start to test on a
18386     IXP465 board and I find some errors in the code. This
18387     patch fix:
18388     - descriptor initizialization (config, interface and endpoint
18389       must be one next-to the other when the USB_DT_CONFIG message
18390       is send.
18391     - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
18392       and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
18393     - Introduce the linux version of the usb_config_descriptor and
18394       usb_interface descriptor. This descriptor does't contains
18395       u-boot extension.
18396
18397     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
18398     Signed-off-by: Remy Böhmer <linux@bohmer.net>
18399
18400 commit 6b92487dcf9afe83a3570153d66940fdb293be76
18401 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18402 Date:   Fri Nov 28 13:22:09 2008 +0100
18403
18404     USB ehci freescale support
18405
18406     Add USB ehci freescale support
18407
18408     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18409     Signed-off-by: Remy Böhmer <linux@bohmer.net>
18410
18411 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
18412 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18413 Date:   Fri Nov 28 13:20:46 2008 +0100
18414
18415     USB ehci core support
18416
18417     Add USB ehci core support
18418
18419     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18420     Signed-off-by: Remy Böhmer <linux@bohmer.net>
18421
18422 commit 3e126484df7868e341545cce740b24b62b0cd3b7
18423 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18424 Date:   Fri Nov 28 13:19:19 2008 +0100
18425
18426     Prepare USB layer for ehci
18427
18428     Prepare USB layer for ehci support
18429
18430     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18431     Signed-off-by: Remy Böhmer <linux@bohmer.net>
18432
18433 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
18434 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
18435 Date:   Wed Dec 10 15:52:06 2008 +0100
18436
18437     USB storage cleanup patch
18438
18439     Cleanup usb storage
18440
18441     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
18442     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18443
18444 commit fe033ad6d0883063fe857237abb9436fab03208c
18445 Author: Mike Frysinger <vapier@gentoo.org>
18446 Date:   Sun Oct 12 06:02:55 2008 -0400
18447
18448     Blackfin: fixup misc warnings such as printf's and missing casts
18449
18450     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18451
18452 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
18453 Author: Mike Frysinger <vapier@gentoo.org>
18454 Date:   Sun Oct 12 22:09:26 2008 -0400
18455
18456     Blackfin: convert old boards to use COBJS-y Makefile style
18457
18458     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18459
18460 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
18461 Author: Mike Frysinger <vapier@gentoo.org>
18462 Date:   Sat Oct 11 22:38:37 2008 -0400
18463
18464     Blackfin: bf533-stamp: rewrite resource swap logic
18465
18466     The old swap function tended to clobber unrelated pins and screw up masks.
18467     Rewrite the thing from scratch so it only uses the resources it needs.
18468
18469     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18470
18471 commit 29d4ea0a9073c82469184331010136f52edf8db6
18472 Author: Mike Frysinger <vapier@gentoo.org>
18473 Date:   Sat Oct 11 22:08:42 2008 -0400
18474
18475     Blackfin: bootldr: implement BF53x/BF56x LDR loader
18476
18477     The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
18478     arbitrary memory locations, so implement a basic one in software.
18479
18480     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18481
18482 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
18483 Author: Mike Frysinger <vapier@gentoo.org>
18484 Date:   Sat Oct 11 22:05:42 2008 -0400
18485
18486     Blackfin: implement real write support for OTP
18487
18488     Now that real documentation has been released for the OTP interface and
18489     the on-chip ROM wrt writing/timings, implement support for reading/writing
18490     as well as dumping/locking.
18491
18492     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18493
18494 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
18495 Author: Mike Frysinger <vapier@gentoo.org>
18496 Date:   Sat Oct 11 22:04:05 2008 -0400
18497
18498     Blackfin: update on-chip ROM API
18499
18500     This brings the API for the on-chip ROM in line with the toolchain and
18501     hardware documentation.
18502
18503     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18504
18505 commit 7633903bff432ec7b27905dce7396958553f2be6
18506 Author: Mike Frysinger <vapier@gentoo.org>
18507 Date:   Sat Oct 11 21:52:17 2008 -0400
18508
18509     Blackfin: allow serial console to be disabled
18510
18511     Some devices have no UART device pulled out, so allow people to disable the
18512     driver completely in favor of other methods (like JTAG-console).
18513
18514     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18515
18516 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
18517 Author: Mike Frysinger <vapier@gentoo.org>
18518 Date:   Sat Oct 11 21:51:20 2008 -0400
18519
18520     Blackfin: support console-over-JTAG
18521
18522     The Blackfin JTAG has the ability to pass data via a back-channel without
18523     halting the processor.  Utilize that channel to emulate a console.
18524
18525     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18526
18527 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
18528 Author: Mike Frysinger <vapier@gentoo.org>
18529 Date:   Sat Oct 11 21:49:06 2008 -0400
18530
18531     Blackfin: handle new anomalies with reset
18532
18533     Workaround fun new anomalies related to software reset of the processor.
18534
18535     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18536
18537 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
18538 Author: Mike Frysinger <vapier@gentoo.org>
18539 Date:   Sat Oct 11 21:44:00 2008 -0400
18540
18541     Blackfin: pass RETX to Linux
18542
18543     Make sure we save the value of RETX at power on and then pass it on to the
18544     kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
18545
18546     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18547
18548 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
18549 Author: Mike Frysinger <vapier@gentoo.org>
18550 Date:   Sat Oct 11 21:40:26 2008 -0400
18551
18552     Blackfin: clarify relocation comment during init
18553
18554     People often ask questions about the init process and when things go
18555     from flash to relocated base, so clarify the comments a bit.
18556
18557     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18558
18559 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
18560 Author: Mike Frysinger <vapier@gentoo.org>
18561 Date:   Sat Oct 11 21:23:41 2008 -0400
18562
18563     Blackfin: just set SP register directly during init
18564
18565     No need to set the SP register indirectly to the configured value when it
18566     can be set directly.
18567
18568     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18569
18570 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
18571 Author: Mike Frysinger <vapier@gentoo.org>
18572 Date:   Sat Oct 11 21:15:53 2008 -0400
18573
18574     Blackfin: add portmuxing for UARTs on the BF51x
18575
18576     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18577
18578 commit 4f6a313240c531042f16909a3a170ab047b95779
18579 Author: Mike Frysinger <vapier@gentoo.org>
18580 Date:   Sun Jun 1 01:26:29 2008 -0400
18581
18582     Blackfin: respect CONFIG_CLKIN_HALF
18583
18584     As pointed out by Ivan Koryakovskiy, the initialization code was not
18585     actually respecting the CONFIG_CLKIN_HALF option when configuring the
18586     PLL_CTL register.
18587
18588     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18589
18590 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
18591 Author: Mike Frysinger <vapier@gentoo.org>
18592 Date:   Sun Jun 1 01:21:34 2008 -0400
18593
18594     Blackfin: use common memcpy routine during init
18595
18596     Rather than using a local custom memcpy function, just call the existing
18597     optimized Blackfin version.
18598
18599     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18600
18601 commit 362c943347364e9373af4c5530778491ab56ec2e
18602 Author: Mike Frysinger <vapier@gentoo.org>
18603 Date:   Wed Apr 9 02:27:06 2008 -0400
18604
18605     Blackfin: set default boot SPI CS for BF538/BF539
18606
18607     The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
18608     Blackfin parts.
18609
18610     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18611
18612 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
18613 Author: Mike Frysinger <vapier@gentoo.org>
18614 Date:   Wed Apr 9 02:20:59 2008 -0400
18615
18616     Blackfin: punt unused BF533-STAMP definitions
18617
18618     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18619
18620 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
18621 Author: Mike Frysinger <vapier@gentoo.org>
18622 Date:   Fri Apr 18 20:44:11 2008 -0400
18623
18624     Blackfin: resurrect BF533-STAMP video splash driver
18625
18626     This video driver used to live in the Blackfin cpu directory, but it was
18627     lost during the unification process.  This brings it back.
18628
18629     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18630
18631 commit a750d038f2548d846ea1e046d873dc932d041319
18632 Author: Mike Frysinger <vapier@gentoo.org>
18633 Date:   Wed Apr 9 02:31:29 2008 -0400
18634
18635     Blackfin: tighten up post memory coding style
18636
18637     No functional changes here; just cleanup code style a bit.
18638
18639     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18640
18641 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
18642 Author: Mike Frysinger <vapier@gentoo.org>
18643 Date:   Wed Apr 9 02:29:18 2008 -0400
18644
18645     Blackfin: bf537-stamp nand: fix more style errors in previous commit
18646
18647     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18648
18649 commit 41f3325ae9add641036d7cb362e884b698e53f07
18650 Author: Mike Frysinger <vapier@gentoo.org>
18651 Date:   Sat Oct 11 20:31:17 2008 -0400
18652
18653     Blackfin: drop dead/wrong debug code in initdram()
18654
18655     The DEBUG code in initdram() is quite old and was never really useful, so
18656     just drop it altogether.  Common Blackfin debug code does a better job.
18657
18658     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18659
18660 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
18661 Author: Mike Frysinger <vapier@gentoo.org>
18662 Date:   Sat Oct 11 20:30:28 2008 -0400
18663
18664     Blackfin: bf533-ezkit: shuffle flash defines a little
18665
18666     Some of the flash defines weren't in the correct location and caused build
18667     problems in some configurations, so let's move types and defines to better
18668     local locations.
18669
18670     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18671
18672 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
18673 Author: Mike Frysinger <vapier@gentoo.org>
18674 Date:   Mon Oct 6 04:16:47 2008 -0400
18675
18676     Blackfin: overhaul i2c driver
18677
18678     The current Blackfin i2c driver does not work properly with certain devices
18679     due to it breaking up transfers incorrectly.  This is a rewrite of the
18680     driver and relocates it to the newer place in the source tree.
18681
18682     Also remove duplicated I2C speed defines in Blackfin board configs and
18683     disable I2C slave address usage since it isn't implemented.
18684
18685     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18686
18687 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
18688 Author: Mike Frysinger <vapier@gentoo.org>
18689 Date:   Mon Oct 6 04:00:07 2008 -0400
18690
18691     Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
18692
18693     Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
18694     128kB when setting up the default flash protection region for U-Boot
18695     itself.
18696
18697     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18698
18699 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
18700 Author: Mike Frysinger <vapier@gentoo.org>
18701 Date:   Mon Oct 6 03:57:39 2008 -0400
18702
18703     Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
18704
18705     When setting up the global data, rather than relying on sizeof(), use the
18706     common CONFIG_SYS_GBL_DATA_SIZE define.
18707
18708     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18709
18710 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
18711 Author: Mike Frysinger <vapier@gentoo.org>
18712 Date:   Mon Oct 6 03:52:24 2008 -0400
18713
18714     Blackfin: implement general support for CONFIG_STATUS_LED
18715
18716     Here are the Blackfin-specific and board-independent pieces for status leds.
18717
18718     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18719
18720 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
18721 Author: Mike Frysinger <vapier@gentoo.org>
18722 Date:   Mon Oct 6 03:49:32 2008 -0400
18723
18724     Blackfin: do not init i2c in Blackfin board init
18725
18726     The common code takes care of calling i2c_init() when needed, so no point
18727     in us doing it as well.
18728
18729     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18730
18731 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
18732 Author: Mike Frysinger <vapier@gentoo.org>
18733 Date:   Mon Oct 6 03:42:20 2008 -0400
18734
18735     Blackfin: bfin_mac: update port muxing
18736
18737     Adds support more Blackfin parts and fixes broken muxing for older ones.
18738
18739     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18740
18741 commit 05b75e48832fc4afeecf8e76d704349557dffa35
18742 Author: Mike Frysinger <vapier@gentoo.org>
18743 Date:   Mon Oct 6 03:35:44 2008 -0400
18744
18745     Blackfin: fix dcache handling when doing dma memcpy's
18746
18747     Our dcache invalidate function doesn't just invalidate, it also flushes.
18748     So rename the function accordingly and fix the dma_memcpy() function so it
18749     doesn't inadvertently corrupt the data destination.
18750
18751     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18752
18753 commit 68e5632494168095d75f120af70043b68afd2476
18754 Author: Mike Frysinger <vapier@gentoo.org>
18755 Date:   Thu Aug 7 18:56:56 2008 -0400
18756
18757     Blackfin: dont generate ldrs with --force
18758
18759     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18760
18761 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
18762 Author: Mike Frysinger <vapier@gentoo.org>
18763 Date:   Thu Aug 7 18:55:30 2008 -0400
18764
18765     Blackfin: pass --bmode/--initcode when creating ldr
18766
18767     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18768
18769 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
18770 Author: Mike Frysinger <vapier@gentoo.org>
18771 Date:   Thu Aug 7 18:39:27 2008 -0400
18772
18773     Blackfin: minimize time cache is turned off when replacing cplb entries
18774
18775     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18776
18777 commit 21d631360430cf0ae9099612273cd4de28911ba9
18778 Author: Mike Frysinger <vapier@gentoo.org>
18779 Date:   Thu Aug 7 15:31:13 2008 -0400
18780
18781     Blackfin: split cache handling out of dma_memcpy()
18782
18783     Creating a new dma_memcpy() function that skips all cache checks allows us
18784     to use the function in very early init where the cache is not yet setup.
18785
18786     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18787
18788 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
18789 Author: Mike Frysinger <vapier@gentoo.org>
18790 Date:   Thu Aug 7 15:30:49 2008 -0400
18791
18792     Blackfin: abort dma_memcpy() for L1 scratchpad
18793
18794     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18795
18796 commit 81b799add709177e838466461f7b9989488b0fd5
18797 Author: Mike Frysinger <vapier@gentoo.org>
18798 Date:   Thu Aug 7 15:27:52 2008 -0400
18799
18800     Blackfin: rename bootm.c to boot.c
18801
18802     The boot file contains functions for more than just "bootm", so rename it
18803     accordingly.
18804
18805     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18806
18807 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
18808 Author: Mike Frysinger <vapier@gentoo.org>
18809 Date:   Thu Aug 7 13:22:37 2008 -0400
18810
18811     Blackfin: set more sane default board config values
18812
18813     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18814
18815 commit 36cd52a00794fb15ffab05d640acca92d7482993
18816 Author: Mike Frysinger <vapier@gentoo.org>
18817 Date:   Thu Aug 7 15:24:59 2008 -0400
18818
18819     Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
18820
18821     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18822
18823 commit c8054bc12e00669bd7588f2b30fef48aa94babac
18824 Author: Mike Frysinger <vapier@gentoo.org>
18825 Date:   Thu Aug 7 13:21:27 2008 -0400
18826
18827     Blackfin: add bit defines for DDR parts
18828
18829     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18830
18831 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
18832 Author: Mike Frysinger <vapier@gentoo.org>
18833 Date:   Thu Aug 7 13:21:11 2008 -0400
18834
18835     Blackfin: add defines to describe active bootrom behavior
18836
18837     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18838
18839 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
18840 Author: Kim Phillips <kim.phillips@freescale.com>
18841 Date:   Tue Jan 27 16:03:53 2009 -0600
18842
18843     mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
18844
18845     extend commit c70564e6b1bd08f3230182392238907f3531a87e
18846     "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
18847     to the simpc8313 build and fix this:
18848
18849     ...Large Page NAND...Configuring for SIMPC8313 board...
18850     nand_boot_fsl_elbc.o: In function `nand_boot':
18851     nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
18852     make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
18853     make: *** [nand_spl] Error 2
18854
18855     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18856
18857 commit 54a7cc4912feefa45be961cc47cc159563725d2f
18858 Author: Wolfgang Denk <wd@denx.de>
18859 Date:   Wed Jan 28 09:25:31 2009 +0100
18860
18861     mpc8536ds.c: include sata.h to for needed function prototypes
18862
18863     Signed-off-by: Wolfgang Denk <wd@denx.de>
18864
18865 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
18866 Author: Peter Tyser <ptyser@xes-inc.com>
18867 Date:   Tue Jan 27 18:03:12 2009 -0600
18868
18869     Command usage cleanup
18870
18871     Remove command name from all command "usage" fields and update
18872     common/command.c to display "name - usage" instead of
18873     just "usage". Also remove newlines from command usage fields.
18874
18875     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18876
18877 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
18878 Author: Peter Tyser <ptyser@xes-inc.com>
18879 Date:   Tue Jan 27 18:03:11 2009 -0600
18880
18881     amcc: Clean up command usage output
18882
18883     Update taihu and taishan commands to use cmd_usage() function
18884     to display usage messages.
18885
18886     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18887
18888 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
18889 Author: Peter Tyser <ptyser@xes-inc.com>
18890 Date:   Tue Jan 27 18:03:10 2009 -0600
18891
18892     Standardize command usage messages with cmd_usage()
18893
18894     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18895
18896 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
18897 Author: Peter Tyser <ptyser@xes-inc.com>
18898 Date:   Tue Jan 27 18:03:09 2009 -0600
18899
18900     pcs440ep: Clean up led command definition
18901
18902     The pcs440ep's led command usage formatting is non-standard.  It
18903     was made standard in preparation for larger command usage updates.
18904
18905     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18906
18907 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
18908 Author: Peter Tyser <ptyser@xes-inc.com>
18909 Date:   Tue Jan 27 18:03:08 2009 -0600
18910
18911     Clean up diufb command definitions
18912
18913     The diufb command usage formatting is non-standard.  It was
18914     made standard in preparation for larger command usage updates.
18915
18916     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18917
18918 commit 6450a8485836fc80615ae6de6a864c33369b44f5
18919 Author: Wolfgang Denk <wd@denx.de>
18920 Date:   Wed Jan 28 00:29:26 2009 +0100
18921
18922     Update CHANGELOG, tiny coding style cleanup.
18923
18924     Signed-off-by: Wolfgang Denk <wd@denx.de>
18925
18926 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
18927 Author: Mike Frysinger <vapier@gentoo.org>
18928 Date:   Tue Jan 27 16:12:21 2009 -0500
18929
18930     SATA: do not auto-initialize during boot
18931
18932     Rather than have the board code initialize SATA automatically during boot,
18933     make the user manually run "sata init".  This brings the SATA subsystem in
18934     line with common U-Boot policy.
18935
18936     Rather than having a dedicated weak function "is_sata_supported", people
18937     can override sata_initialize() to do their weird board stuff.  Then they
18938     can call the actual __sata_initialize().
18939
18940     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18941
18942 commit 50970839712dda35399e2fa83fe818df9354d618
18943 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18944 Date:   Mon Jan 26 08:45:14 2009 -0500
18945
18946     part_efi: Fix partition size calculation due to inclusive ending LBA.
18947
18948     The ending LBA is inclusive. Hence, the partition size should be
18949     ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
18950
18951     This is confirmed against the results from the parted tool.
18952     (e.g. use parted /dev/sda -s unit S print) and observe the size.
18953
18954     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18955
18956 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
18957 Author: Tomasz Figa <tomasz.figa@gmail.com>
18958 Date:   Tue Dec 30 18:35:57 2008 +0100
18959
18960     jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
18961
18962     This patch fixes a bug (?) introduced after inclusion of the new
18963     JFFS2 code.
18964
18965     When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
18966     fill in part->sector_size (keeping it as 0), but a correct value is
18967     needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
18968     to be in the same place of the memory, what obviously means
18969     impossibility to use the JFFS2 partition.
18970
18971     This problem is fixed in this patch by including sector size
18972     calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
18973
18974     Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
18975
18976 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
18977 Author: Mike Frysinger <vapier@gentoo.org>
18978 Date:   Tue Dec 30 02:59:25 2008 -0500
18979
18980     saveenv: standardize enablement
18981
18982     Rather than special casing each environment type for enabling the saveenv
18983     command, have them all behave the same.  This avoids bitrot as new env
18984     sources are added/removed.
18985
18986     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18987
18988 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
18989 Author: Andrew Dyer <adyer@righthandtech.com>
18990 Date:   Mon Dec 29 17:36:01 2008 -0600
18991
18992     soft_i2c.c add option for repeated start in i2c_read()
18993
18994     This patch adds a #define to optionally change the behaviour of
18995     i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
18996     stop-start between sending the device address pointer write and
18997     reading back the data.  The current behaviour is retained as the
18998     default.
18999
19000     While most devices will work either way, I have a smart battery(*)
19001     that requires repeated start, and someone at some point found a
19002     device that required a stop-start.
19003
19004     (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
19005
19006     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
19007
19008 commit 3429071700963ca2f944c51d695a7481af0cee33
19009 Author: Wolfgang Denk <wd@denx.de>
19010 Date:   Tue Jan 27 22:07:14 2009 +0100
19011
19012     {delta,zylonite}/lowlevel_init.S: fix typo
19013
19014     Commit 9d803d8c mistakenly changed some constants
19015     from 0x300 into 300 - this patch fixes it.
19016
19017     Pointed out by Tom Evans <tom@ceos.com.au>, see
19018     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
19019     details.
19020
19021     Signed-off-by: Wolfgang Denk <wd@denx.de>
19022
19023 commit 1bc434373013af241835c14011ac3f291dccbf53
19024 Author: Stefan Althoefer <stefan.althoefer@web.de>
19025 Date:   Sat Dec 20 19:40:41 2008 +0100
19026
19027     drivers/net/e1000.c: missing terminator for supported devices
19028
19029     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
19030
19031 commit 65f7d41031a70b1649b35020995c505edca91533
19032 Author: Wolfgang Denk <wd@denx.de>
19033 Date:   Tue Jan 27 21:36:28 2009 +0100
19034
19035     fat.c: fix warning: array subscript is above array bounds
19036
19037     Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
19038
19039     Signed-off-by: Wolfgang Denk <wd@denx.de>
19040
19041 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
19042 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19043 Date:   Fri Jan 2 15:11:41 2009 +0100
19044
19045     Fix gunzip in case of insufficient output buffer
19046
19047     U-Boot's gunzip() function does not handle the return code
19048     of zlib's inflate() function correctly. gunzip() is implemented
19049     to uncompress all input data in one run. So the correct return
19050     code for the good case is Z_STREAM_END. In case of insufficient
19051     output buffer memory inflate returns Z_OK. For gunzip() this
19052     is an error.
19053
19054     It also makes sense to me to call inflateEnd() also in case
19055     of an error.
19056
19057     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19058
19059 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
19060 Author: Stefan Roese <sr@denx.de>
19061 Date:   Wed Jan 21 17:25:01 2009 +0100
19062
19063     MIPS: Add VCT board series support (Part 3/3)
19064
19065     Signed-off-by: Stefan Roese <sr@denx.de>
19066
19067 commit ae691e5719c48f1d2826cb72722497d1d162765b
19068 Author: Stefan Roese <sr@denx.de>
19069 Date:   Wed Jan 21 17:24:49 2009 +0100
19070
19071     MIPS: Add VCT board series support (Part 2/3)
19072
19073     Signed-off-by: Stefan Roese <sr@denx.de>
19074
19075 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
19076 Author: Stefan Roese <sr@denx.de>
19077 Date:   Wed Jan 21 17:24:39 2009 +0100
19078
19079     MIPS: Add VCT board series support (Part 1/3)
19080
19081     Signed-off-by: Stefan Roese <sr@denx.de>
19082
19083 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
19084 Author: Stefan Roese <sr@denx.de>
19085 Date:   Wed Jan 21 17:20:20 2009 +0100
19086
19087     MIPS: Add flush_dcache_range() and invalidate_dcache_range()
19088
19089     This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
19090     Those functions are needed for the upcoming dcache support for the USB
19091     EHCI driver. I chose this API because those cache handling functions are
19092     already present in the PPC architecture.
19093
19094     Signed-off-by: Stefan Roese <sr@denx.de>
19095     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19096
19097 commit de832a99414ff06a4b2cdc9f5280b387da039834
19098 Author: Stefan Roese <sr@denx.de>
19099 Date:   Mon Jan 26 10:05:20 2009 +0100
19100
19101     nand_spl: Fix compile problem with board_nand_init() prototype
19102
19103     This patch removes the now obsolete and additionally wrongly defined
19104     board_nand_init() prototype from nand_spl/nand_boot.c.
19105
19106     Signed-off-by: Stefan Roese <sr@denx.de>
19107     Signed-off-by: Scott Wood <scottwood@freescale.com>
19108
19109 commit e8eac437189430d8e04a5d254ed92c58bc534a79
19110 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
19111 Date:   Wed Jan 14 08:44:26 2009 -0500
19112
19113     CFI: Add geometry reversal for STMicro M29W320ET
19114
19115     Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
19116
19117     Modeled after flash_fixup_amd, this patch handles the geometry reversal
19118     or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
19119     Since I cannot test all STM's chips, the detection is implemented as
19120     narrow as possible for now.
19121
19122     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
19123     Signed-off-by: Stefan Roese <sr@denx.de>
19124
19125 commit 0f8e851e897b535959a0781171910cd97f33c30c
19126 Author: Jens Gehrlein <sew_s@tqs.de>
19127 Date:   Tue Dec 16 17:25:55 2008 +0100
19128
19129     CFI: increase performance of function find_sector()
19130
19131     Tested on TQM5200S-BD with Samsung K8P2815UQB
19132
19133     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
19134     Signed-off-by: Stefan Roese <sr@denx.de>
19135
19136 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
19137 Author: Jens Gehrlein <sew_s@tqs.de>
19138 Date:   Tue Dec 16 17:25:54 2008 +0100
19139
19140     CFI: avoid redundant function call in single word programming mode
19141
19142     The function find_sector() doesn't need to be called twice in
19143     the case of AMD command set.
19144     Tested on TQM5200S-BD with Samsung K8P2815UQB.
19145
19146     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
19147     Signed-off-by: Stefan Roese <sr@denx.de>
19148
19149 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
19150 Author: Stefan Roese <sr@denx.de>
19151 Date:   Mon Jan 26 10:15:23 2009 +0100
19152
19153     ppc4xx: Remove compilation warning in gdppc440etc.c
19154
19155     Signed-off-by: Stefan Roese <sr@denx.de>
19156
19157 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
19158 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19159 Date:   Fri Jan 2 12:19:47 2009 +0100
19160
19161     ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
19162
19163     Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
19164     Either they define or undef it. Because it's not used in any source
19165     files this patch removes any references to it.
19166
19167     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19168     Signed-off-by: Stefan Roese <sr@denx.de>
19169
19170 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
19171 Author: Dirk Eibach <eibach@gdsys.de>
19172 Date:   Tue Dec 9 13:12:40 2008 +0100
19173
19174     ppc4xx: Add GDsys PowerPC 440 ETX board support.
19175
19176     Board support for the Guntermann & Drunck PowerPC 440 ETX module.
19177     Based on the AMCC Yosemite board support by Stefan Roese.
19178
19179     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
19180     Signed-off-by: Stefan Roese <sr@denx.de>
19181
19182 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
19183 Author: Dirk Eibach <eibach@gdsys.de>
19184 Date:   Tue Dec 9 11:00:07 2008 +0100
19185
19186     ppc4xx: Improve DDR autodetect
19187
19188     Added support for a second memory bank to DDR autodetection for 440
19189     platforms.
19190     Made hardcoded values configurable.
19191
19192     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
19193     Signed-off-by: Stefan Roese <sr@denx.de>
19194
19195 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
19196 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19197 Date:   Fri Nov 21 12:06:26 2008 +0900
19198
19199     sh: sh7763rdp: Update sh7763rdp config
19200
19201     Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
19202
19203     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19204     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19205
19206 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
19207 Author: Gary Jennejohn <garyj@denx.de>
19208 Date:   Thu Nov 20 12:28:38 2008 +0100
19209
19210     mgcoge make ether_scc.c work with CONFIG_NET_MULTI
19211
19212     This change is needed for mgcoge because it uses two ethernet drivers.
19213
19214     Add a check for the presence of the PIGGY board on mgcoge.  Without this
19215     board networking cannot work and the initialization must be aborted.
19216
19217     Only allocate rtx once to prevent DPRAM exhaustion.
19218
19219     Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
19220     soon) in eth.c.
19221
19222     Signed-off-by: Gary Jennejohn <garyj@denx.de>
19223     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19224
19225 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
19226 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19227 Date:   Fri Nov 21 12:04:18 2008 +0900
19228
19229     sh: sh_eth: Change new network API
19230
19231     sh_eth used old network API. This patch changed new API.
19232
19233     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19234     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19235
19236 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
19237 Author: Stefan Roese <sr@denx.de>
19238 Date:   Wed Nov 12 13:31:02 2008 +0100
19239
19240     net: smc911x: Make register read/write functions weak
19241
19242     This patch changes the reg_read/_write to smc911x_reg_read/_write
19243     and defines then as weak so that they can be overridden by board
19244     specific version.
19245
19246     This will be used by the upcoming VCTH board support.
19247
19248     Signed-off-by: Stefan Roese <sr@denx.de>
19249     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19250
19251 commit 8b69b563039989885969d24465c56f8ac4c07c4c
19252 Author: Heiko Schocher <hs@denx.de>
19253 Date:   Thu Nov 20 09:57:14 2008 +0100
19254
19255     powerpc: net: support for the SMSC LAN8700 PHY
19256
19257     Signed-off-by: Heiko Schocher <hs@denx.de>
19258     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19259
19260 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
19261 Author: Alessandro Rubini <rubini@unipv.it>
19262 Date:   Sat Jan 24 18:10:37 2009 +0100
19263
19264     Initial support for Nomadik 8815 development board
19265
19266     The NMDK8815 board is distributed by ST Microelectornics.
19267     Other (proprietary) code must be run to unlock the CPU before
19268     U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
19269
19270     This is the initial port, with basic infrastructure and
19271     a working serial port.
19272
19273     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
19274     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
19275     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19276
19277 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
19278 Author: Dirk Behme <dirk.behme@googlemail.com>
19279 Date:   Sun Dec 14 09:47:18 2008 +0100
19280
19281     OMAP3: Add I2C support
19282
19283     Add I2C support.
19284
19285     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19286
19287 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
19288 Author: Dirk Behme <dirk.behme@googlemail.com>
19289 Date:   Sun Dec 14 09:47:17 2008 +0100
19290
19291     OMAP3: Add MMC support
19292
19293     Add MMC support.
19294
19295     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19296
19297 commit 12201a13547ec22ddcdae278e74465e54a3be60c
19298 Author: Dirk Behme <dirk.behme@googlemail.com>
19299 Date:   Sun Dec 14 09:47:16 2008 +0100
19300
19301     OMAP3: Add NAND support
19302
19303     Add NAND support.
19304
19305     Signed-off-by: Nishanth Menon <nm@ti.com>
19306     Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
19307     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19308
19309 commit 91eee546737ae21d930af479530997174c342b13
19310 Author: Dirk Behme <dirk.behme@googlemail.com>
19311 Date:   Sun Dec 14 09:47:15 2008 +0100
19312
19313     OMAP3: Add common board, interrupt and system info
19314
19315     Add common board, interrupt and system info code.
19316
19317     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19318
19319 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
19320 Author: Dirk Behme <dirk.behme@googlemail.com>
19321 Date:   Sun Dec 14 09:47:14 2008 +0100
19322
19323     OMAP3: Add common clock, memory and low level code
19324
19325     Add common clock, memory and low level code
19326
19327     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19328
19329 commit 0b02b184003e6a5023e05d5f31de54db279b1431
19330 Author: Dirk Behme <dirk.behme@googlemail.com>
19331 Date:   Sun Dec 14 09:47:13 2008 +0100
19332
19333     OMAP3: Add common cpu and start code
19334
19335     Add common cpu and start code.
19336
19337     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19338
19339 commit a8b6450546cd507d331b8fde384791d84bde5651
19340 Author: Dirk Behme <dirk.behme@googlemail.com>
19341 Date:   Sun Dec 14 09:47:12 2008 +0100
19342
19343     OMAP3: Add OMAP3, memory and function prototype headers
19344
19345     Add OMAP3, memory and function prototype header files for OMAP3.
19346
19347     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19348
19349 commit 2c803210a464abbac35752ca1c737514360b4c32
19350 Author: Dirk Behme <dirk.behme@googlemail.com>
19351 Date:   Sun Dec 14 09:47:11 2008 +0100
19352
19353     OMAP3: Add pin mux, clock and cpu headers
19354
19355     Add pin mux, clock and cpu header files for OMAP3.
19356
19357     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19358
19359 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
19360 Author: Maxim Artamonov <scn1874@yandex.ru>
19361 Date:   Wed Dec 3 05:38:17 2008 +0300
19362
19363     bugfix for i.mx31 CCM_UPCTL reg
19364
19365     Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
19366
19367 commit 24113a44ed5cd3257a0237c3961e121812fca6db
19368 Author: Mike Frysinger <vapier@gentoo.org>
19369 Date:   Tue Dec 30 03:15:38 2008 -0500
19370
19371     easylogo: add optional gzip support
19372
19373     Some images can be quite large, so add an option to compress the
19374     image data with gzip in the U-Boot image. Then at runtime, the
19375     board can decompress it with the normal zlib functions.
19376
19377     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19378
19379 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
19380 Author: Bryan Wu <bryan.wu@analog.com>
19381 Date:   Fri Jan 2 20:47:45 2009 -0500
19382
19383     fat: fix unaligned errors
19384
19385     A couple of buffers in the fat code are declared as an array of bytes.
19386     But it is then cast up to a structure with 16bit and 32bit members.
19387     Since GCC assumes structure alignment here, we have to force the
19388     buffers to be aligned according to the structure usage.
19389
19390     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
19391     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19392
19393 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
19394 Author: Brad Bozarth <bflinux@yumbrad.com>
19395 Date:   Thu Jan 1 22:45:47 2009 -0500
19396
19397     spi flash: fix crash due to spi flash miscommunication
19398
19399     Higher spi flash layers expect to be given back a pointer that was
19400     malloced so that it can free the result, but the lower layers return
19401     a pointer that is in the middle of the malloced memory. Reorder the
19402     members of the lower spi structures so that things work out.
19403
19404     Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
19405     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19406     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19407
19408 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
19409 Author: Yuri Tikhonov <yur@emcraft.com>
19410 Date:   Sat Dec 20 14:54:21 2008 +0300
19411
19412     FPU POST: fix warnings when building with 2.18 binutils
19413
19414     When compile u-boot with the 2.18 binutils the following
19415     warning messages for each object file in post/lib_ppc/fpu/ is
19416     produced at the linking stage:
19417
19418     post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
19419     ...
19420
19421     This is because of the fact that, in general, the soft-float and
19422     hard-float ABIs are incompatible; the 2.18 binutils do checking
19423     of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
19424     produce the worning like above if these are not compatible.
19425
19426     The incompatibility of ABIs is concerned only the float values:
19427     e.g. the soft-float ABI assumes the float argument passing in the
19428     pair of rX registers, and the hard-float ABI assumes passing of
19429     the float argument in the fX register. When we don't pass the float
19430     arguments between the functions compiled with different floatness,
19431     then such an application will work correctly.
19432     This is the case for the FPU POST: u-boot (compiled with soft-float)
19433     doesn't pass to (and doesn't get from) the FPU POST functions any
19434     floats; there are no functions exported from the post/lib_ppc/fpu/
19435     objects which would work with float parameters/returns too. So, we
19436     can reassure the linker not to worry about the difference in ABI
19437     attributes of linking files just by setting the 'soft-float'
19438     attribute for the objects in post/lib_ppc/fpu. And this patch does
19439     this.
19440
19441     Also, to avoid passing both soft- and hard-float options in CFLAGS
19442     when compiling the files from post/lib_ppc/fpu (which is OK, but
19443     looks rather dirty) this patch removes the soft-float string from
19444     CFLAGS in post/lib_ppc/fpu/Makefile.
19445
19446     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19447
19448 commit a7c9310457e85b4598abe5b304108edf11332e2f
19449 Author: Peter Tyser <ptyser@xes-inc.com>
19450 Date:   Wed Dec 17 16:36:22 2008 -0600
19451
19452     Add support for Maxim's DS4510 I2C device
19453
19454     Initial support for the DS4510, a CPU supervisor with
19455     integrated EEPROM, SRAM, and 4 programmable non-volatile
19456     GPIO pins. The CONFIG_DS4510 define enables support
19457     for the device while the CONFIG_CMD_DS4510 define
19458     enables the ds4510 command. The additional
19459     CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
19460     CONFIG_DS4510_RST defines add additional sub-commands
19461     to the ds4510 command when defined.
19462
19463     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19464
19465 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
19466 Author: Dirk Eibach <eibach@gdsys.de>
19467 Date:   Tue Dec 16 14:51:56 2008 +0100
19468
19469     common: Iteration limit for memory test.
19470
19471     The iteration limit is passed to mtest as a fourth parameter:
19472     [start [end [pattern [iterations]]]]
19473     If no fourth parameter is supplied, there is no iteration limit and the
19474     test will loop forever.
19475
19476     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
19477
19478 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
19479 Author: Stefan Roese <sr@denx.de>
19480 Date:   Mon Dec 15 15:40:12 2008 +0100
19481
19482     serial: Rename driver vcth to vct to support other board variants
19483
19484     Moved driver vcth.c to vct.c to better reflect the VCT board series.
19485     This driver is now used by the VCT platforms:
19486
19487     vct_premium
19488     vct_platinum
19489     vct_platinumsvc
19490
19491     Signed-off-by: Stefan Roese <sr@denx.de>
19492
19493 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
19494 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19495 Date:   Fri Dec 12 00:45:27 2008 +0900
19496
19497     nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
19498
19499     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19500
19501 commit c3284b030b1cd492b4f46c576aea01bef258599d
19502 Author: Peter Korsgaard <jacmet@sunsite.dk>
19503 Date:   Wed Dec 10 16:24:16 2008 +0100
19504
19505     common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
19506
19507     Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
19508     similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
19509     !CONFIG_AUTOBOOT_KEYED case.
19510
19511     Do this by reversing the loop so we do at least one iteration before
19512     checking for timeout.
19513
19514     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19515
19516 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
19517 Author: Niklaus Giger <niklaus.giger@netstal.com>
19518 Date:   Mon Dec 8 17:24:08 2008 +0100
19519
19520     Added legacy flash ST Micro M29W040B
19521
19522 commit 626d07348e5f9f302f4ea182161a89f7362a0488
19523 Author: Graeme Russ <graeme.russ@gmail.com>
19524 Date:   Mon Dec 8 20:04:51 2008 +1100
19525
19526     Fixed off-by-one errors in lib_m68k/interrupts.c
19527
19528     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19529
19530 commit a5989c42ae5e295f274a795c426c47819bbdbfda
19531 Author: Graeme Russ <graeme.russ@gmail.com>
19532 Date:   Sun Dec 7 10:29:05 2008 +1100
19533
19534     Removed all references to CONFIG_SYS_RESET_GENERIC
19535
19536     Generic i386 reset - #define made redundant by weak function
19537
19538     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19539
19540 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
19541 Author: Graeme Russ <graeme.russ@gmail.com>
19542 Date:   Sun Dec 7 10:29:04 2008 +1100
19543
19544     Remove #ifdef CONFIG_SC520 in source code
19545
19546     CONFIG_SC520 is now used for conditional compile
19547
19548     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19549
19550 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
19551 Author: Graeme Russ <graeme.russ@gmail.com>
19552 Date:   Sun Dec 7 10:29:03 2008 +1100
19553
19554     Added MMCR reset functionality
19555
19556     Reset function specific to AMD SC520 microcontroller - Is more of a
19557     'hard reset' that the triple fault.
19558
19559     Requires CONFIG_SYS_RESET_SC520 to be defined in config
19560
19561     I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
19562     but ld requires that a object file in a library arhive MUST contain
19563     at least one function which does not override a weak function (and is
19564     called from outside the object file) in order for that object file to
19565     be extracted from the archive. This would be the only function on the
19566     new file, and hence, will never get linked in.
19567
19568     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19569
19570 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
19571 Author: Graeme Russ <graeme.russ@gmail.com>
19572 Date:   Sun Dec 7 10:29:02 2008 +1100
19573
19574     Moved generic (triple fault) reset code
19575
19576     Moved from interrupts.c to cpu.c and made into a weak function to
19577     allow vendor specific override
19578
19579     Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
19580     added to the vendor specific code without the need to remember to
19581     #undef usage of the generic method and if you forget to include your
19582     custom reset method, you will always get the default.
19583
19584     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19585
19586 commit 9933d609020c297788f53f334c8465fa7a99b10c
19587 Author: Graeme Russ <graeme.russ@gmail.com>
19588 Date:   Sun Dec 7 10:29:01 2008 +1100
19589
19590     Moved definition of set_vector() to new header file
19591
19592     This allows for future tidy ups and functionality that will require
19593     set_vector ()
19594
19595     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19596
19597 commit 407976185e0dda2c90e89027121a1071b9c77bfb
19598 Author: Graeme Russ <graeme.russ@gmail.com>
19599 Date:   Sun Dec 7 10:29:00 2008 +1100
19600
19601     Moved sc520 specific code into new cpu/i386/sc520 folder
19602
19603     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19604     Signed-off-by: Wolfgang Denk <wd@denx.de>
19605
19606 commit 85ffbbd51914925a542d8528be7f072e5ab02157
19607 Author: Graeme Russ <graeme.russ@gmail.com>
19608 Date:   Sun Dec 7 10:28:58 2008 +1100
19609
19610     Renamed cpu/i386/reset.S to resetvec.S
19611
19612     Brings i386 in line with other CPUs with a reset vector and frees up reset.c
19613     for CPU reset functions
19614
19615     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19616
19617 commit a3f4c123f569474e80ea012b8db0de46afdb6443
19618 Author: Wolfgang Denk <wd@denx.de>
19619 Date:   Sat Jan 24 01:01:49 2009 +0100
19620
19621     Makefile: keep lists sorted.
19622
19623     Signed-off-by: Wolfgang Denk <wd@denx.de>
19624
19625 commit c620c01e96814558470698ed5cab1bf2f504d1b5
19626 Author: Graeme Russ <graeme.russ@gmail.com>
19627 Date:   Sun Dec 7 10:28:57 2008 +1100
19628
19629     Added initial eNET board support
19630
19631     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19632
19633 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
19634 Author: Gary Jennejohn <garyj@denx.de>
19635 Date:   Thu Nov 20 11:37:26 2008 +0100
19636
19637     POWERPC 82xx: add the SCC as an HDLC controller
19638
19639     Right now this is only used by keymile.
19640
19641     Signed-off-by: Gary Jennejohn <garyj@denx.de>
19642
19643 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
19644 Author: Heiko Schocher <hs@denx.de>
19645 Date:   Thu Nov 20 09:59:09 2008 +0100
19646
19647     powerpc, keymile boards: extract identical config options
19648
19649     This patch extracts the identical config options for the
19650     keymile boards mgcoge, mgsuvd and kmeter1 in a new
19651     common config file keymile-common.h.
19652
19653     Signed-off-by: Heiko Schocher <hs@denx.de>
19654
19655 commit 210c8c00aad3328145204adab434bb7d70b06b75
19656 Author: Heiko Schocher <hs@denx.de>
19657 Date:   Fri Nov 21 08:29:40 2008 +0100
19658
19659     powerpc: keymile: Add a check for the PIGGY debug board
19660
19661     Check the presence of the PIGGY on the keymile boards mgcoge,
19662     mgsuvd and kmeter1. If the PIGGY is not present, dont register
19663     this Ethernet device.
19664
19665     Signed-off-by: Heiko Schocher <hs@denx.de>
19666     Acked-by: Ben Warren <biggerbadderben@gmail.com>
19667
19668 commit de0443614af4d16675ab436665aeb11ddc9f7214
19669 Author: Heiko Schocher <hs@denx.de>
19670 Date:   Thu Nov 20 09:57:47 2008 +0100
19671
19672     powerpc: 83xx: add support for the kmeter1 board
19673
19674     This patch adds support for the kmeter1 board from Keymile,
19675     based on a Freescale MPC8360 CPU.
19676
19677     - serial console on UART 1
19678     - 256 MB DDR2 RAM
19679     - 64 MB NOR Flash
19680     - Ethernet RMII Mode over UCC4
19681     - PHY SMSC LAN8700
19682
19683     Signed-off-by: Heiko Schocher <hs@denx.de>
19684
19685 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
19686 Author: Sergei Poselenov <sposelenov@emcraft.com>
19687 Date:   Tue Nov 4 13:51:18 2008 +0100
19688
19689     Add a do_div() wrapper macro, lldiv().
19690
19691     Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
19692     the dividend and returns the result of division, so it is useful
19693     in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
19694
19695     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19696
19697 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
19698 Author: Kumar Gala <galak@kernel.crashing.org>
19699 Date:   Fri Jan 23 14:22:14 2009 -0600
19700
19701     85xx: Add a 36-bit physical configuration for MPC8572DS
19702
19703     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
19704     to allow for larger memory sizes.
19705
19706     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19707
19708 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
19709 Author: Kumar Gala <galak@kernel.crashing.org>
19710 Date:   Fri Jan 23 14:22:13 2009 -0600
19711
19712     85xx: Handle eLBC difference w/36-bit physical
19713
19714     The eLBC only handles 32-bit physical address in systems with 36-bit
19715     physical.  The previos generation of LBC handled 34-bit physical
19716     address in 36-bit systems.  Added a new CONFIG option to convey
19717     the difference between the LBC and eLBC.
19718
19719     Also added defines for XAM bits used in LBC for the extended 34-bit
19720     support.
19721
19722     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19723
19724 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
19725 Author: Kumar Gala <galak@kernel.crashing.org>
19726 Date:   Fri Jan 23 14:22:12 2009 -0600
19727
19728     85xx: Use BR_ADDR macro for NAND chipselects
19729
19730     Use the new BR_ADDR macro to properly setup the address field of the
19731     localbus chipselects used by NAND.
19732
19733     This allows us to deal with 36-bit phys on these boards in the future.
19734
19735     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19736
19737 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
19738 Author: Haiying Wang <Haiying.Wang@freescale.com>
19739 Date:   Thu Jan 15 11:58:35 2009 -0500
19740
19741     Add secondary CPUs processor frequency for e500 core
19742
19743     This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
19744     and prints each CPU's frequency separately. It also fixes up each CPU's
19745     frequency in "clock-frequency" of fdt blob.
19746
19747     Signed-off-by: James Yang <James.Yang@freescale.com>
19748     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
19749
19750 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
19751 Author: Dave Liu <daveliu@freescale.com>
19752 Date:   Fri Nov 21 16:31:53 2008 +0800
19753
19754     85xx: enable the auto self refresh for wake up ARP
19755
19756     The wake up ARP feature need use the memory to process
19757     wake up packet, we enable auto self refresh to support it.
19758
19759     Signed-off-by: Dave Liu <daveliu@freescale.com>
19760     Acked-by: Andy Fleming <afleming@freescale.com>
19761
19762 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
19763 Author: Dave Liu <daveliu@freescale.com>
19764 Date:   Fri Nov 21 16:31:43 2008 +0800
19765
19766     fsl-ddr: use the 1T timing as default configuration
19767
19768     For light loaded system, we use the 1T timing to gain better
19769     memory performance, but for some heavily loaded system,
19770     you have to add the 2T timing options to board files.
19771
19772     Signed-off-by: Dave Liu <daveliu@freescale.com>
19773     Acked-by: Andy Fleming <afleming@freescale.com>
19774
19775 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
19776 Author: Dave Liu <daveliu@freescale.com>
19777 Date:   Fri Nov 21 16:31:35 2008 +0800
19778
19779     fsl-ddr: make the self refresh idle threshold configurable
19780
19781     Some 85xx processors have the advanced power management feature,
19782     such as wake up ARP, that needs enable the automatic self refresh.
19783
19784     If the DDR controller pass the SR_IT (self refresh idle threshold)
19785     idle cycles, it will automatically enter self refresh. However,
19786     anytime one transaction is issued to the DDR controller, it will
19787     reset the counter and exit self refresh state.
19788
19789     Signed-off-by: Dave Liu <daveliu@freescale.com>
19790     Acked-by: Andy Fleming <afleming@freescale.com>
19791
19792 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
19793 Author: Dave Liu <daveliu@freescale.com>
19794 Date:   Fri Nov 21 16:31:29 2008 +0800
19795
19796     fsl-ddr: clean up the ddr code for DDR3 controller
19797
19798     - The DDR3 controller is expanding the bits for timing config
19799     - Add the DDR3 32-bit bus mode support
19800
19801     Signed-off-by: Dave Liu <daveliu@freescale.com>
19802     Acked-by: Andy Fleming <afleming@freescale.com>
19803
19804 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
19805 Author: Dave Liu <daveliu@freescale.com>
19806 Date:   Fri Nov 21 16:31:22 2008 +0800
19807
19808     fsl-ddr: update the bit mask for DDR3 controller
19809
19810     According to the latest 8572 UM, the DDR3 controller
19811     is expanding the bit mask, and we use the extend ACTTOPRE
19812     mode when tRAS more than 19 MCLK.
19813
19814     Signed-off-by: Dave Liu <daveliu@freescale.com>
19815
19816 commit aca5f018a8386b85469482ed9867e3e29a2437d0
19817 Author: Kumar Gala <galak@kernel.crashing.org>
19818 Date:   Tue Dec 2 16:08:40 2008 -0600
19819
19820     85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
19821
19822     Introduce a new define to seperate out the virtual address that PCI
19823     IO space is at from the physical address.  In most situations these are
19824     mapped 1:1.  However any code accessing the bus should use VIRT.
19825
19826     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19827     Acked-by: Andy Fleming <afleming@freescale.com>
19828
19829 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
19830 Author: Kumar Gala <galak@kernel.crashing.org>
19831 Date:   Tue Dec 2 16:08:39 2008 -0600
19832
19833     85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
19834
19835     Introduce a new define to seperate out the virtual address that PCI
19836     memory is at from the physical address.  In most situations these are
19837     mapped 1:1.  However any code accessing the bus should use VIRT.
19838
19839     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19840     Acked-by: Andy Fleming <afleming@freescale.com>
19841
19842 commit a6e04c344ad1eefd47a75484441b385da815b8df
19843 Author: Kumar Gala <galak@kernel.crashing.org>
19844 Date:   Tue Dec 2 16:08:38 2008 -0600
19845
19846     85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
19847
19848     Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
19849     of TLBs.  This is what we should have always been using from the start.
19850
19851     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19852     Acked-by: Andy Fleming <afleming@freescale.com>
19853
19854 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
19855 Author: Kumar Gala <galak@kernel.crashing.org>
19856 Date:   Tue Dec 2 16:08:37 2008 -0600
19857
19858     85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
19859
19860     Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
19861     of _IO_BASE so we are more explicit.
19862
19863     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19864
19865 commit 10795f42cb94e71bcb262b615084f69dd886399a
19866 Author: Kumar Gala <galak@kernel.crashing.org>
19867 Date:   Tue Dec 2 16:08:36 2008 -0600
19868
19869     85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
19870
19871     Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
19872     of _MEM_BASE so we are more explicit.
19873
19874     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19875     Acked-by: Andy Fleming <afleming@freescale.com>
19876
19877 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
19878 Author: Kumar Gala <galak@kernel.crashing.org>
19879 Date:   Tue Dec 2 14:19:34 2008 -0600
19880
19881     85xx: separate FLASH BASE virtual from physical address
19882
19883     Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
19884     maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
19885
19886     This allows us to deal with 36-bit phys on these boards in the future.
19887
19888     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19889     Acked-by: Andy Fleming <afleming@freescale.com>
19890
19891 commit 52b565f5ad23b682489055b187767d8bf1c2e444
19892 Author: Kumar Gala <galak@kernel.crashing.org>
19893 Date:   Tue Dec 2 14:19:33 2008 -0600
19894
19895     85xx: separate PIXIS virtual from physical address
19896
19897     Added a PIXIS_BASE_PHYS for use as the physical address and maintain
19898     PIXIS_BASE as the virtual address of the PIXIS fpga registers.
19899
19900     This allows us to deal with 36-bit phys on these boards in the future.
19901
19902     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19903     Acked-by: Andy Fleming <afleming@freescale.com>
19904
19905 commit 30837e5b21d5a742983581ab9ee3fac085311d19
19906 Author: Haiying Wang <Haiying.Wang@freescale.com>
19907 Date:   Tue Nov 11 08:52:09 2008 -0500
19908
19909     Add README file for MPC8572DS board
19910
19911     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
19912     Acked-by: Andy Fleming <afleming@freescale.com>
19913
19914 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
19915 Author: Mike Frysinger <vapier@gentoo.org>
19916 Date:   Mon Oct 20 16:15:04 2008 -0400
19917
19918     Blackfin: use common strmhz() in system output
19919
19920     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19921
19922 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
19923 Author: Ron Madrid <ron_madrid@sbcglobal.net>
19924 Date:   Thu Jan 22 15:05:24 2009 -0800
19925
19926     mpc83xx: New board support for SIMPC8313
19927
19928     This patch will create a new board, SIMPC8313, from Sheldon Instruments.  This
19929     board boots from NAND devices and is configureable for either large or small
19930     page devices.  The board supports non-soldered DDR2, one ethernet port, a
19931     Marvell 88E1118 PHY, and PCI host support.  The board also has a FPGA connected
19932     to the eLBC providing glue logic to a TMS320C67xx DSP.
19933
19934     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
19935     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19936
19937 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
19938 Author: Mike Frysinger <vapier@gentoo.org>
19939 Date:   Sun Jan 18 19:46:06 2009 -0500
19940
19941     nand: fixup printf modifiers to match types used
19942
19943     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19944     Signed-off-by: Scott Wood <scottwood@freescale.com>
19945
19946 commit 389e6620e2271096df3316917528003627db4021
19947 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
19948 Date:   Tue Jan 20 16:57:55 2009 +0100
19949
19950     nand read.jffs2 (nand_legacy) in common/cmd_nand.c
19951
19952     Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
19953     With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
19954     "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
19955     tested before ".jffs2s" and only the first two characters are compared.
19956
19957     Correction:
19958     Test for ".jffs2s" first and compare the first 7 characters.
19959
19960     Signed-off-by: Scott Wood <scottwood@freescale.com>
19961
19962 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
19963 Author: Wolfgang Grandegger <wg@grandegger.com>
19964 Date:   Fri Jan 16 18:55:54 2009 +0100
19965
19966     NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
19967
19968     This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
19969     changes the default from 8 to 1 for the legacy and the new MTD
19970     NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
19971     in the board config files because none of the boards use multi
19972     chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
19973     define
19974
19975      #define NAND_MAX_CHIPS          CONFIG_SYS_MAX_NAND_DEVICE
19976
19977     but that's bogus and did not work anyhow.
19978
19979     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19980     Signed-off-by: Scott Wood <scottwood@freescale.com>
19981
19982 commit c70564e6b1bd08f3230182392238907f3531a87e
19983 Author: Dave Liu <daveliu@freescale.com>
19984 Date:   Tue Dec 2 11:48:51 2008 +0800
19985
19986     NAND: Fix cache and memory inconsistency issue
19987
19988     We load the secondary stage u-boot image from NAND to
19989     system memory by nand_load, but we did not flush d-cache
19990     to memory, nor invalidate i-cache before we jump to RAM.
19991     When the system has cache enabled and the TLB/page attribute
19992     of system memory is cacheable, it will cause issues.
19993
19994     - 83xx family is using the d-cache lock, so all of d-cache
19995       access is cache-inhibited. so you can't see the issue.
19996     - 85xx family is using d-cache, i-cache enable, partial
19997       cache lock. you will see the issue.
19998
19999     This patch fixes the cache issue.
20000
20001     Signed-off-by: Dave Liu <daveliu@freescale.com>
20002     Signed-off-by: Scott Wood <scottwood@freescale.com>
20003
20004 commit 50657c273278f74378e1ac39b41d612b92fdffa0
20005 Author: Nishanth Menon <menon.nishanth@gmail.com>
20006 Date:   Sat Dec 13 09:43:06 2008 -0600
20007
20008     NAND: Enable nand lock, unlock feature
20009
20010     Enable nand lock, unlock and status of lock feature.
20011     Not every device and platform requires this, hence,
20012     it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
20013
20014     Nand unlock and status operate on block boundary instead
20015     of page boundary. Details in:
20016     http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
20017
20018     Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
20019     Includes preliminary suggestions from Scott Wood
20020
20021     Signed-off-by: Nishanth Menon <nm@ti.com>
20022     Signed-off-by: Scott Wood <scottwood@freescale.com>
20023
20024 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
20025 Author: Mike Frysinger <vapier@gentoo.org>
20026 Date:   Sat Dec 6 02:40:55 2008 -0500
20027
20028     NAND: move board_nand_init to nand.h
20029
20030     Rather than putting the function prototype for board_nand_init() in the one
20031     place where it gets called, put it into nand.h so that every place that also
20032     defines it gets the prototype.  Otherwise, errors can go silently unnoticed
20033     such as using the wrong return value (void rather than int) when defining
20034     the function.
20035
20036     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20037     Signed-off-by: Scott Wood <scottwood@freescale.com>
20038
20039 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
20040 Author: Stefan Roese <sr@denx.de>
20041 Date:   Tue Dec 2 11:06:47 2008 +0100
20042
20043     OneNAND: Additional sync with 2.6.27
20044
20045     - Add subpage write support
20046     - Add onenand_oob_64/32 ecclayout
20047
20048     This has been missing and without it UBI has some incompatibilies issues
20049     with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
20050     placed differently (2048 instead of 512) without this fix.
20051
20052     Signed-off-by: Stefan Roese <sr@denx.de>
20053     Signed-off-by: Scott Wood <scottwood@freescale.com>
20054
20055 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
20056 Author: Kyungmin Park <kmpark@infradead.org>
20057 Date:   Thu Nov 13 15:14:33 2008 +0900
20058
20059     Add markbad function
20060
20061     Add missing markbad function
20062     If not, it's hang when it entered the mtd->mark_bad().
20063
20064     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20065
20066 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
20067 Author: Stefan Roese <sr@denx.de>
20068 Date:   Wed Nov 12 13:47:24 2008 +0100
20069
20070     OneNAND: Bad block aware read/write command support
20071
20072     Update OneNAND command to support bad block awareness.
20073     Also change the OneNAND command style to better match the
20074     NAND version.
20075
20076     Signed-off-by: Stefan Roese <sr@denx.de>
20077     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
20078
20079 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
20080 Author: Stefan Roese <sr@denx.de>
20081 Date:   Tue Nov 11 10:29:09 2008 +0100
20082
20083     OneNAND: Save version_id in onenand_chip struct
20084
20085     The version (ver_id) was not stored in the onenand_chip structure and
20086     because of this the continuous locking scheme could be enabled on some
20087     chips.
20088
20089     Signed-off-by: Stefan Roese <sr@denx.de>
20090
20091 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
20092 Author: Stefan Roese <sr@denx.de>
20093 Date:   Tue Nov 11 10:28:53 2008 +0100
20094
20095     OneNAND: Fix compiler warnings
20096
20097     Signed-off-by: Stefan Roese <sr@denx.de>
20098
20099 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
20100 Author: Dave Liu <daveliu@freescale.com>
20101 Date:   Tue Nov 4 14:55:06 2008 +0800
20102
20103     mpc83xx: enable eLBC NAND support for MPC8315ERDB board
20104
20105     Signed-off-by: Dave Liu <daveliu@freescale.com>
20106
20107 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
20108 Author: Kyungmin Park <kmpark@infradead.org>
20109 Date:   Tue Nov 4 09:24:07 2008 +0900
20110
20111     Sync with 2.6.27
20112
20113     Sync with OneNAND kernel codes
20114
20115     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20116
20117 commit e7f325be9edeb84bb457301776bbac1f7257dafc
20118 Author: Michal Simek <monstr@monstr.eu>
20119 Date:   Mon Jan 5 13:35:31 2009 +0100
20120
20121     microblaze: Use cache functions (especially cache status)
20122     in systems which are configured without flash
20123
20124 commit e9b737deb2c30125362d20e24170617476026e94
20125 Author: Michal Simek <monstr@monstr.eu>
20126 Date:   Mon Jan 5 13:29:32 2009 +0100
20127
20128     microblaze: Add cache flush
20129
20130 commit b4f8dda35bfad447b4106828232705b2e878d168
20131 Author: Michal Simek <monstr@monstr.eu>
20132 Date:   Mon Jan 5 13:28:40 2009 +0100
20133
20134     microblaze: Add bootup messages to board.c
20135
20136 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
20137 Author: Michal Simek <monstr@monstr.eu>
20138 Date:   Fri Dec 19 13:25:55 2008 +0100
20139
20140     microblaze: Change microblaze-generic config file
20141
20142     Signed-off-by: Michal Simek <monstr@monstr.eu>
20143
20144 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
20145 Author: Michal Simek <monstr@monstr.eu>
20146 Date:   Fri Dec 19 13:14:05 2008 +0100
20147
20148     microblaze: Rename ml401 to microblaze-generic
20149
20150     Signed-off-by: Michal Simek <monstr@monstr.eu>
20151
20152 commit 6677876181cc8772bca8a372479a500d160f3993
20153 Author: Scott Wood <scottwood@freescale.com>
20154 Date:   Tue Jan 20 11:56:11 2009 -0600
20155
20156     83xx: Use the proper sequence for updating IMMR.
20157
20158     This ensures that subsequent accesses properly hit the new window.
20159
20160     The dcbi during the NAND loop was accidentally working around this;
20161     it's no longer necessary, as the cache is not enabled.
20162
20163     Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
20164     Signed-off-by: Scott Wood <scottwood@freescale.com>
20165     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20166
20167 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
20168 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20169 Date:   Thu Jan 8 04:26:19 2009 +0300
20170
20171     mpc83xx: Add PCI-E support for MPC837XEMDS boards
20172
20173     MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
20174     provides two PCI-E (x2) ports. Though, only one port can be used in x2
20175     mode. Two ports can function simultaneously in x1 mode.
20176
20177     PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
20178
20179     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20180     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20181
20182 commit 8f11e34b31a7be124a3239653f33af9510502045
20183 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20184 Date:   Thu Jan 8 04:26:17 2009 +0300
20185
20186     mpc83xx: Add PCI-E support for MPC8315ERDB boards
20187
20188     MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
20189     support them.
20190
20191     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20192     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20193
20194 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
20195 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20196 Date:   Thu Jan 8 04:26:12 2009 +0300
20197
20198     mpc83xx: Add support for MPC83xx PCI-E controllers
20199
20200     This patch adds support for MPC83xx PCI-E controllers in Root Complex
20201     mode.
20202
20203     The patch is based on Tony Li and Dave Liu work[1].
20204
20205     Though unlike the original patch, by default we don't register PCI-E
20206     buses for use in U-Boot, we only configure the controllers for future
20207     use in other OSes (Linux). This is done because we don't have enough
20208     of spare BATs to map all the PCI-E regions.
20209
20210     To actually use PCI-E in U-Boot, users should explicitly define
20211     CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
20212     only then U-Boot will able to access PCI-E, but at the cost of disabled
20213     address translation.
20214
20215     [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
20216
20217     Signed-off-by: Tony Li <tony.li@freescale.com>
20218     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20219     Acked-by: Dave Liu <daveliu@freescale.com>
20220     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20221
20222 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
20223 Author: Ira Snyder <iws@ovro.caltech.edu>
20224 Date:   Mon Jan 12 13:33:17 2009 -0800
20225
20226     MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
20227
20228     When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
20229     not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
20230     "Clocking in PCI Agent Mode".
20231
20232     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
20233     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20234
20235 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
20236 Author: Ira Snyder <iws@ovro.caltech.edu>
20237 Date:   Mon Jan 12 13:32:26 2009 -0800
20238
20239     83xx: PCI agent mode fixes for multi-board systems
20240
20241     When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
20242     the boards will lock up the PCI bus by scanning against each other.
20243
20244     The boards lock against each other by trying to access the PCI bus before
20245     clearing their configuration lock bit. Both boards end up in a loop,
20246     sending and receiving "Target Not Ready" messages forever.
20247
20248     When running in PCI agent mode, the scanning now takes place after the
20249     boards have cleared their configuration lock bit.
20250
20251     Also, add a missing declaration to the mpc83xx.h header file, fixing a
20252     build warning.
20253
20254     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
20255     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20256
20257 commit 455a46915b82896cc2070eb326d075555c2bc580
20258 Author: Ron Madrid <ron_madrid@sbcglobal.net>
20259 Date:   Fri Dec 12 13:12:45 2008 -0800
20260
20261     mpc83xx: Size optimization of start.S
20262
20263     Currently there are in excess of 100 bytes located at the beginning of the image
20264     built by start.S that are not being utilized.  This patch moves a few functions
20265     into this part of the image.  This will create a greater number of *available*
20266     bytes that can be used by board specific code in NAND builds and will decrease
20267     the size of the assembled code in other builds.
20268
20269     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
20270     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20271
20272 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
20273 Author: Wolfgang Denk <wd@denx.de>
20274 Date:   Wed Jan 21 23:08:12 2009 +0100
20275
20276     Prepare v2009.01
20277
20278     Signed-off-by: Wolfgang Denk <wd@denx.de>
20279
20280 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
20281 Author: Wolfgang Denk <wd@denx.de>
20282 Date:   Sun Jan 18 21:37:48 2009 +0100
20283
20284     Prepare 2009.01-rc3
20285
20286     Update CHANGELOG
20287
20288     Signed-off-by: Wolfgang Denk <wd@denx.de>
20289
20290 commit 4cda437898f7873752f0201757cd33f12196ce87
20291 Author: Mike Frysinger <vapier@gentoo.org>
20292 Date:   Sat Jan 17 13:32:42 2009 -0500
20293
20294     build system: treat all Darwin's alike
20295
20296     The x86 based version of Darwin behaves the same quirky way as the powerpc
20297     Darwin, so only check HOSTOS when setting up Darwin workarounds.
20298
20299     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20300
20301 commit c088a108c75db565e07292fd668dfa5491e85bc2
20302 Author: Peter Korsgaard <jacmet@sunsite.dk>
20303 Date:   Wed Jan 14 13:52:24 2009 +0100
20304
20305     fdt_resize(): fix actualsize calculations with unaligned blobs
20306
20307     The code in fdt_resize() to extend the fdt size to end on a page boundary
20308     is wrong for fdt's not located at an address aligned on a page boundary.
20309     What's even worse, the code would make actualsize shrink rather than grow
20310     if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
20311     causing fdt_add_mem_rsv to fail.
20312
20313     Fix it by aligning end address (blob + size) to a page boundary instead.
20314     For aligned fdt's this is equivalent to what we had before.
20315
20316     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20317
20318 commit fadad1573fb16c90025f08a2861d6047d093cba7
20319 Author: Mike Frysinger <vapier@gentoo.org>
20320 Date:   Fri Jan 9 04:38:17 2009 -0500
20321
20322     ncb: use socklen_t
20323
20324     The recvfrom() function takes a socklen_t, not an int.
20325
20326     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20327
20328 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
20329 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20330 Date:   Sun Jan 11 16:35:16 2009 +0100
20331
20332     sh: serial: use readx/writex accessors
20333
20334     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20335     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20336
20337 commit 9e1fa628bdb64745811cdd26c4f953846c076180
20338 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20339 Date:   Sun Jan 11 16:35:15 2009 +0100
20340
20341     sh: serial: coding style cleanup
20342
20343     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20344     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20345
20346 commit c9935c992575922b7ef13eec0656ed8665d324e3
20347 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20348 Date:   Sun Jan 11 17:48:56 2009 +0900
20349
20350     sh: Fix compile error on lowlevel_init file
20351
20352     lowlevel_init of SH was corrected to use the write/readXX macro.
20353     However, there was a problem that was not able to be compiled partially.
20354     This patch corrected this.
20355
20356     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20357
20358 commit a5b04d00bfeb940c62232972ce644d50b45797f9
20359 Author: Kieran Bingham <kieranbingham@gmail.com>
20360 Date:   Tue Dec 30 01:16:03 2008 +0000
20361
20362     sh: Fix up rsk7203 target for out of tree build
20363
20364     Fix up rsk7203 target to build successfully using out-of-tree build.
20365
20366     Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
20367     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20368
20369 commit f7e78f3b74aae9caca2997bad865a72338326c0a
20370 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20371 Date:   Sat Dec 20 19:29:49 2008 +0100
20372
20373     sh: use write{8,16,32} in all lowlevel_init
20374
20375     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20376     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20377
20378 commit e4430779623af500de1cee7892c379f07ef59813
20379 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20380 Date:   Sat Dec 20 19:29:48 2008 +0100
20381
20382     sh: lowlevel_init coding style cleanup
20383
20384     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20385     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20386
20387 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
20388 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20389 Date:   Sat Dec 20 15:27:45 2008 +0100
20390
20391     sh: update sh2/sh2a timer coding style
20392
20393     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20394     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20395
20396 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
20397 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20398 Date:   Sat Dec 20 15:25:22 2008 +0100
20399
20400     sh: update sh timer coding style
20401
20402     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20403     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20404
20405 commit 0e3ece33801e377be67ffa29f083421ad820f28b
20406 Author: Wolfgang Denk <wd@denx.de>
20407 Date:   Wed Jan 14 23:26:05 2009 +0100
20408
20409     Prepare 2009.01-rc2
20410
20411     Update CHANGELOG.
20412
20413     Signed-off-by: Wolfgang Denk <wd@denx.de>
20414
20415 commit e92c9a860e44c14513c8909ce4299e253a775eeb
20416 Author: Wolfgang Denk <wd@denx.de>
20417 Date:   Wed Jan 14 22:35:30 2009 +0100
20418
20419     cpu/mpc824x/Makefile: fix warning with parallel builds
20420
20421     Parallel builds would occasionally issue this build warning:
20422
20423         ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
20424
20425     Use "ln -sf" as quick work around for the issue.
20426
20427     Signed-off-by: Wolfgang Denk <wd@denx.de>
20428
20429 commit 3ba605d4beec649438539e7df97b5fedb26592fb
20430 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20431 Date:   Fri Jan 2 12:18:49 2009 +0100
20432
20433     ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
20434
20435     This patch adds esd's loadpci BSP command to CPCI4052 and
20436     CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
20437
20438     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20439     Signed-off-by: Stefan Roese <sr@denx.de>
20440
20441 commit 600fe46fb3dab7f07604f9009904f31584415114
20442 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20443 Date:   Fri Jan 2 12:18:12 2009 +0100
20444
20445     ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
20446
20447     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20448     Signed-off-by: Stefan Roese <sr@denx.de>
20449
20450 commit f6a1f490d224c600a09137e58d1026d150b8e679
20451 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20452 Date:   Fri Jan 2 12:17:36 2009 +0100
20453
20454     ppc4xx: Cleanup CPCI405 board code
20455
20456     This patch cleans up CPCI405 board support:
20457     - wrap long lines
20458     - unification of spaces in function calls
20459     - remove dead code
20460
20461     Use correct io accessors on peripherals.
20462
20463     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20464     Signed-off-by: Stefan Roese <sr@denx.de>
20465
20466 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
20467 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20468 Date:   Fri Jan 2 12:16:35 2009 +0100
20469
20470     ppc4xx: Enable auto RS485 mode on PLU405 boards
20471
20472     This patch turns on the auto RS485 mode in the 2nd external
20473     uart on PLU405 boards. This is a special mode of the used
20474     Exar XR16C2850 uart. Because these boards only have a 485 physical
20475     layer connected it's a good idea to turn it on by default.
20476
20477     Signed-off-by: Matthias Fuchs <mf@esd.eu>
20478     Signed-off-by: Stefan Roese <sr@denx.de>
20479
20480 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
20481 Author: Haiying Wang <Haiying.Wang@freescale.com>
20482 Date:   Tue Jan 13 16:29:28 2009 -0500
20483
20484     Some changes of TLB entry setting for MPC8572DS
20485
20486     - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
20487     all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
20488     can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
20489
20490     - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
20491
20492     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20493
20494 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
20495 Author: Haiying Wang <Haiying.Wang@freescale.com>
20496 Date:   Tue Jan 13 16:29:22 2009 -0500
20497
20498     Change DDR tlb start entry to CONFIG param for 85xx
20499
20500     So that we can locate the DDR tlb start entry to the value other than 8. By
20501     default, it is still 8.
20502
20503     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20504
20505 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
20506 Author: Roy Zang <tie-fei.zang@freescale.com>
20507 Date:   Fri Jan 9 16:02:35 2009 +0800
20508
20509     Change PCIE1&2 deciide logic on MPC8544DS board more readable
20510
20511     The IO port selection for MPC8544DS board:
20512      Port                       cfg_io_ports
20513      PCIE1              0x2, 0x3, 0x4, 0x5, 0x6, 0x7
20514      PCIE2              0x4, 0x5, 0x6, 0x7
20515      PCIE3              0x6, 0x7
20516      This patch changes the PCIE12 and PCIE2 logic more readable.
20517     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
20518
20519 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
20520 Author: Roy Zang <tie-fei.zang@freescale.com>
20521 Date:   Fri Jan 9 16:01:52 2009 +0800
20522
20523     PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
20524
20525     PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
20526     PCIE1 bit.
20527     On MPC8572DS board, PCIE refers to PCIE1.
20528     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
20529
20530 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
20531 Author: Roy Zang <tie-fei.zang@freescale.com>
20532 Date:   Fri Jan 9 16:00:55 2009 +0800
20533
20534     Fix IO port selection issue on MPC8544DS and MPC8572DS boards
20535
20536     The IO port selection is not correct on MPC8572DS and MPC8544DS board.
20537      This patch fixes this issue.
20538      For MPC8572
20539      Port                       cfg_io_ports
20540      PCIE1              0x2, 0x3, 0x7, 0xb, 0xc, 0xf
20541      PCIE2              0x3, 0x7
20542      PCIE3              0x7
20543
20544     For MPC8544
20545     Port                        cfg_io_ports
20546     PCIE1               0x2, 0x3, 0x4, 0x5, 0x6, 0x7
20547     PCIE2               0x4, 0x5, 0x6, 0x7
20548     PCIE3               0x6, 0x7
20549     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
20550
20551 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
20552 Author: Becky Bruce <beckyb@kernel.crashing.org>
20553 Date:   Wed Dec 3 22:36:44 2008 -0600
20554
20555     mpc8610hpcd: Fix PCI mapping concepts
20556
20557     Rename _BASE to _BUS, as it's actually a PCI bus address,
20558     separate virtual and physical addresses into _VIRT and _PHYS,
20559     and use each appopriately.  This makes the code easier to read
20560     and understand, and facilitates mapping changes going forward.
20561
20562     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
20563
20564 commit 79e436cad3b4a7db88408c3f05175028f30d700d
20565 Author: Becky Bruce <beckyb@kernel.crashing.org>
20566 Date:   Wed Dec 3 22:36:26 2008 -0600
20567
20568     sbc8641d: Fix PCI mapping concepts
20569
20570     Rename _BASE to _BUS, as it's actually a PCI bus address,
20571     separate virtual and physical addresses into _VIRT and _PHYS,
20572     and use each appopriately.  This makes the code easier to read
20573     and understand, and facilitates mapping changes going forward.
20574
20575     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
20576
20577 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
20578 Author: Wolfgang Denk <wd@denx.de>
20579 Date:   Mon Jan 12 14:50:35 2009 +0100
20580
20581     MPC86xx: fix build warnings
20582
20583     Signed-off-by: Wolfgang Denk <wd@denx.de>
20584
20585 commit 032a1c934ef4dc003281f57302b6e693062c1868
20586 Author: Mike Frysinger <vapier@gentoo.org>
20587 Date:   Mon Jan 5 16:09:44 2009 -0500
20588
20589     bf537-stamp/nand: fix board_nand_init prototype
20590
20591     The board_nand_init() function should return an int, not void.
20592
20593     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20594
20595 commit 687f952e4119594ab913be11c90f7f018c2a7a79
20596 Author: Mike Frysinger <vapier@gentoo.org>
20597 Date:   Thu Dec 11 07:04:48 2008 -0500
20598
20599     Blackfin: drop CONFIG_SPI handling in board init
20600
20601     The eeprom SPI init functions are duplicated as the common code already
20602     executes these for us.
20603
20604     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20605
20606 commit e7e684b10d73a303902208594c7c3e7e0d753282
20607 Author: Mike Frysinger <vapier@gentoo.org>
20608 Date:   Fri Oct 24 17:51:57 2008 -0400
20609
20610     Blackfin: fix out-of-tree building with ldscripts
20611
20612     Many of the Blackfin board linker scripts are preprocessed, so make sure we
20613     output the linker script into the build tree rather than the source tree.
20614
20615     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20616
20617 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
20618 Author: Mike Frysinger <vapier@gentoo.org>
20619 Date:   Fri Oct 24 17:48:54 2008 -0400
20620
20621     Blackfin: fix linker scripts to work with --gc-sections
20622
20623     Make sure all .text sections get pulled in and the entry point is properly
20624     referenced so they don't get discarded when linking with --gc-sections.
20625
20626     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20627
20628 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
20629 Author: Mike Frysinger <vapier@gentoo.org>
20630 Date:   Sat Oct 11 20:45:44 2008 -0400
20631
20632     Blackfin: set proper LDRFLAGS for parallel booting LDRs
20633
20634     In order to boot an LDR out of parallel flash, the ldr utility needs a few
20635     flags to tell it to generate the right header.
20636
20637     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20638
20639 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
20640 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20641 Date:   Tue Jan 6 21:41:59 2009 +0100
20642
20643     at91rm9200: move define from lowlevel_init to header
20644
20645     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20646
20647 commit 8a48686fac2030287765f1970ea046bd5734b733
20648 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20649 Date:   Sat Jan 3 17:22:26 2009 +0100
20650
20651     m501sk: move to the common memory setup
20652
20653     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20654
20655 commit d481c80d78f954133c035dae6c7d22de3625795d
20656 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20657 Date:   Sat Jan 3 17:22:25 2009 +0100
20658
20659     at91rm9200: rename lowlevel init value to CONFIG_SYS_
20660
20661     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20662
20663 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
20664 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
20665 Date:   Tue Jan 6 21:13:14 2009 +0100
20666
20667     at91: add at91sam9xeek board support
20668
20669     At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
20670     it as another entry for at91sam9260 in the Makefile.
20671
20672     Check documentation at :
20673     http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
20674
20675     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
20676     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20677
20678 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
20679 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20680 Date:   Tue Jan 6 21:15:57 2009 +0100
20681
20682     fix bmp_logo.h make dependencies to allow parallel build
20683
20684     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20685
20686 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
20687 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20688 Date:   Sat Jan 3 17:22:24 2009 +0100
20689
20690     at91: Fix Atmel's at91sam9 boards out of tree build
20691
20692     introduced in commit 89a7a87f084c
20693
20694     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20695
20696 commit 0668236bafaa1c11c521652a2facebc74beecbf0
20697 Author: Wolfgang Denk <wd@denx.de>
20698 Date:   Tue Dec 30 22:56:11 2008 +0100
20699
20700     README: update mailing list name and hits to patch submission.
20701
20702     Signed-off-by: Wolfgang Denk <wd@denx.de>
20703
20704 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
20705 Author: Peter Tyser <ptyser@xes-inc.com>
20706 Date:   Tue Dec 23 16:32:01 2008 -0600
20707
20708     85xx: Enable inbound PCI config cycles for X-ES boards cleanup
20709
20710     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20711
20712 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
20713 Author: Peter Tyser <ptyser@xes-inc.com>
20714 Date:   Tue Dec 23 16:32:00 2008 -0600
20715
20716     XPedite5200 board support cleanup
20717
20718     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20719
20720 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
20721 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20722 Date:   Tue Dec 2 21:58:04 2008 +0100
20723
20724     usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
20725
20726     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20727     Signed-off-by: Remy Böhmer <linux@bohmer.net>
20728
20729 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
20730 Author: Trent Piepho <tpiepho@freescale.com>
20731 Date:   Wed Dec 3 15:16:37 2008 -0800
20732
20733     mpc8[56]xx: Put localbus clock in sysinfo and gd
20734
20735     Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
20736     and print it out, but don't save it.
20737
20738     This changes where its calculated and stored to be more consistent with the
20739     CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
20740
20741     The localbus frequency is added to sysinfo and calculated when sysinfo is
20742     set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
20743
20744     get_clocks() copies the frequency into the global data, as the other
20745     frequencies are, into a new field that is only enabled for MPC85xx and
20746     MPC86xx.
20747
20748     checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
20749     from sysinfo, like the other frequencies, instead of calculating it on the
20750     spot.
20751
20752     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
20753     Acked-by: Kumar Gala <galak@kernel.crashing.org>
20754     Acked-by: Jon Loeliger <jdl@freescale.com>
20755
20756 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
20757 Author: Trent Piepho <tpiepho@freescale.com>
20758 Date:   Wed Dec 3 15:16:36 2008 -0800
20759
20760     mpc86xx: Double local bus clock divider
20761
20762     The local bus clock divider should be doubled for both 8610 and 8641.
20763
20764     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
20765     Acked-by: Kumar Gala <galak@kernel.crashing.org>
20766     Acked-by: Jon Loeliger <jdl@freescale.com>
20767
20768 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
20769 Author: Trent Piepho <tpiepho@freescale.com>
20770 Date:   Wed Dec 3 15:16:35 2008 -0800
20771
20772     mpc8568: Double local bus clock divider
20773
20774     The clock divider for the MPC8568 local bus should be doubled, like the
20775     other newer MPC85xx chips.
20776
20777     Since there are now more chips with a 2x divider than a 1x, and any new
20778     85xx chips will probably be 2x, invert the sense of the #if so that it
20779     lists the 1x chips instead of the 2x ones.
20780
20781     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
20782     Acked-by: Kumar Gala <galak@kernel.crashing.org>
20783     Acked-by: Jon Loeliger <jdl@freescale.com>
20784
20785 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
20786 Author: Dave Liu <daveliu@freescale.com>
20787 Date:   Tue Dec 16 12:09:27 2008 +0800
20788
20789     85xx: Fix the boot window issue
20790
20791     If one custom board is using the 8MB flash, it is set
20792     as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
20793     The current start.S code will be broken at switch_as.
20794
20795     It is because the TLB1[15] is set as 16MB page size,
20796     EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
20797
20798     For the 8MB flash case, the EPN = 0xefxxxxxx,
20799     RPN = 0xffxxxxxx. Assume the virt address of switch_as
20800     is 0xef7ff18c, the real address of the instruction at
20801     switch_as should be 0xff7ff18c. the 0xff7ff18c is out
20802     of the range of the default 8MB boot LAW window
20803     0xff800000 - 0xffffffff.
20804
20805     So when we switch to AS1 address space at switch_as,
20806     the core can't fetch the instruction at switch_as any
20807     more. It will cause broken issue.
20808
20809     Signed-off-by: Dave Liu <daveliu@freescale.com>
20810
20811 commit 58da8890d5fbd074746037722a423de9ac408616
20812 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
20813 Date:   Thu Dec 11 15:47:50 2008 -0500
20814
20815     sbc8548: use proper PHY address
20816
20817     The values given for the PHY address were wrong, so the code
20818     read no valid PHY ID, and fell through to the generic PHY
20819     support, which would work on 1000M but would not auto negotiate
20820     down to 100M or 10M.
20821
20822     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
20823
20824 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
20825 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
20826 Date:   Thu Dec 11 15:47:51 2008 -0500
20827
20828     sbc8548: enable command line editing by default.
20829
20830     Lets make things a bit more user friendly.  It isn't 1985 anymore.
20831
20832     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
20833
20834 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
20835 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
20836 Date:   Thu Dec 11 15:47:49 2008 -0500
20837
20838     sbc8548: don't enable the 3rd and 4th eTSEC
20839
20840     These interfaces don't have usable connectors on the board, so don't
20841     bother enumerating or configuring them.
20842
20843     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
20844
20845 commit 181a3650113883728927928b3ac81ad6dade4b2c
20846 Author: Haiying Wang <Haiying.Wang@freescale.com>
20847 Date:   Wed Dec 3 10:08:19 2008 -0500
20848
20849     Set IVPR to kenrel entry point in second core boot page
20850
20851     Assuming the OSes exception vectors start from the base of kernel address, and
20852     the kernel physical starting address can be relocated to an non-zero address.
20853     This patch enables the second core to have a valid IVPR for debugger before
20854     kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
20855     value for second core which runs kernel at different physical address other
20856     than 0x0.
20857
20858     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20859
20860 commit a5d212a263c58cc746481bf1fc878510533ce7d6
20861 Author: Trent Piepho <tpiepho@freescale.com>
20862 Date:   Wed Dec 3 15:16:34 2008 -0800
20863
20864     mpc8xxx: LCRR[CLKDIV] is sometimes five bits
20865
20866     On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
20867     instead of four.
20868
20869     In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems.  It
20870     should be safe as the fifth bit was defined as reserved and set to 0.
20871
20872     Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
20873
20874     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
20875     Acked-by: Kumar Gala <galak@kernel.crashing.org>
20876     Acked-by: Jon Loeliger <jdl@freescale.com>
20877
20878 commit 58ec4866ed916c7e422f5107bb27b0822084728e
20879 Author: Trent Piepho <tpiepho@freescale.com>
20880 Date:   Wed Dec 3 15:16:38 2008 -0800
20881
20882     mpc8[56]xx: Put localbus clock in device tree
20883
20884     Export the localbus frequency in the device tree, the same way the CPU, TB,
20885     CCB, and various other frequencies are exported in their respective device
20886     tree nodes.
20887
20888     Some localbus devices need this information to be programed correctly, so
20889     it makes sense to export it along with the other frequencies.
20890
20891     Unfortunately, when someone wrote the localbus dts bindings, they didn't
20892     bother to define what the "compatible" property should be.  So it seems no
20893     one was quite sure what to put in their dts files.
20894
20895     Based on current existing dts files in the kernel source, I've used
20896     "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
20897     of the 85xx devices, and are looked for by the Linux code.  The eLBC is
20898     apparently not entirely backward compatible with the pq3 LBC and so eLBC
20899     equipped platforms like 8572 won't use pq3-localbus.
20900
20901     For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
20902     and is also looked for by the Linux code.  On MPC8641, I've also used
20903     "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
20904     which don't use "fsl,elbc" or any other acceptable name to match on.
20905
20906     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
20907     Acked-by: Kumar Gala <galak@kernel.crashing.org>
20908     Acked-by: Jon Loeliger <jdl@freescale.com>
20909
20910 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
20911 Author: Kumar Gala <galak@kernel.crashing.org>
20912 Date:   Tue Dec 16 14:59:22 2008 -0600
20913
20914     NAND FSL elbc: Use virt_to_phys to determine which bank is in use
20915
20916     The current code that determines which bank/chipselect is used for a
20917     given NAND instance only worked for 32-bit addresses and assumed
20918     a 1:1 mapping.  This breaks in 36-bit physical configs.
20919
20920     The proper way to handle this is to use the virt_to_phys() and
20921     BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
20922     with the the virtual address the NAND code uses.
20923
20924     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20925     Acked-by: Scott Wood <scottwood@freescale.com>
20926
20927 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
20928 Author: Kumar Gala <galak@kernel.crashing.org>
20929 Date:   Tue Dec 16 14:59:21 2008 -0600
20930
20931     ppc: Use addrmap in virt_to_phys and map_physmem.
20932
20933     If we have addr map support enabled use the mapping functions to
20934     implement virt_to_phys() and map_physmem().
20935
20936     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20937
20938 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
20939 Author: Kumar Gala <galak@kernel.crashing.org>
20940 Date:   Tue Dec 16 14:59:20 2008 -0600
20941
20942     85xx: Add support to populate addr map based on TLB settings
20943
20944     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20945
20946 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
20947 Author: Peter Tyser <ptyser@xes-inc.com>
20948 Date:   Mon Dec 1 13:47:13 2008 -0600
20949
20950     XPedite5200 board support
20951
20952     Initial support for Extreme Engineering Solutions XPedite5200 -
20953     a MPC8548-based PMC single board computer.
20954
20955     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20956
20957 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
20958 Author: Peter Tyser <ptyser@xes-inc.com>
20959 Date:   Wed Oct 29 12:39:27 2008 -0500
20960
20961     85xx: Enable inbound PCI config cycles for X-ES boards
20962
20963     Update X-ES Freescale boards to allow inbound PCI configuration
20964     cycles when configured as agent/endpoint.
20965
20966     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20967
20968 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
20969 Author: Peter Tyser <ptyser@xes-inc.com>
20970 Date:   Wed Dec 17 16:36:23 2008 -0600
20971
20972     XPedite5370 board support
20973
20974     Initial support for Extreme Engineering Solutions XPedite5370 -
20975     a MPC8572-based 3U VPX single board computer with a PMC/XMC
20976     site.
20977
20978     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20979
20980 commit e92739d34e2d6b6aca93b2598248210710897ce8
20981 Author: Peter Tyser <ptyser@xes-inc.com>
20982 Date:   Wed Dec 17 16:36:21 2008 -0600
20983
20984     Add support for PCA953x I2C gpio devices
20985
20986     Initial support for NXP's 4 and 8 bit I2C gpio expanders
20987     (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
20988     enables support for the devices while the CONFIG_CMD_PCA953X
20989     define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
20990     define enables an 'info' sub-command which provides summary
20991     information for the given pca953x device.
20992
20993     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20994
20995 commit 7a8979591171676417ab36852d8811a8c46accd8
20996 Author: Peter Tyser <ptyser@xes-inc.com>
20997 Date:   Wed Oct 29 12:39:26 2008 -0500
20998
20999     pci/fsl_pci_init: Enable inbound PCI config cycles
21000
21001     Add fsl_pci_config_unlock() function to enable a
21002     PCI/PCIe interface configured in agent/endpoint mode to
21003     respond to inbound PCI configuration cycles.
21004
21005     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21006
21007 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
21008 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21009 Date:   Wed Dec 17 16:43:18 2008 +0100
21010
21011     avr32: Remove second definition of virt_to_phys()
21012
21013     The second definition introduced by 65e43a1063 conflicts with the
21014     existing one.
21015
21016     Also, convert the existing definition to use phys_addr_t. The volatile
21017     qualifier is still needed due to brain damage elsewhere.
21018
21019     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21020
21021 commit b616f2b545f73757669b37386f0b37bb61fc6797
21022 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21023 Date:   Mon Sep 8 22:27:18 2008 +0200
21024
21025     MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
21026
21027     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21028     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21029
21030 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
21031 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21032 Date:   Tue Dec 16 22:10:31 2008 +0100
21033
21034     MIPS: qemu_mips: update doc to use all disk and boot linux kernel
21035
21036     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21037     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21038
21039 commit 13095b2f07dacb1f863772266c1789d47a523a8a
21040 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21041 Date:   Tue Dec 16 22:10:30 2008 +0100
21042
21043     MIPS: qemu_mips: move env storage just after u-boot
21044
21045     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21046     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21047
21048 commit aced78d852d0b009e8aaa1445af8cb40861ee549
21049 Author: Wolfgang Denk <wd@denx.de>
21050 Date:   Tue Dec 16 23:48:27 2008 +0100
21051
21052     Prepare 2009.01-rc1
21053
21054     Signed-off-by: Wolfgang Denk <wd@denx.de>
21055
21056 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
21057 Author: Wolfgang Denk <wd@denx.de>
21058 Date:   Tue Dec 16 23:13:46 2008 +0100
21059
21060     include/configs/at91cap9adk.h: fix typo.
21061
21062     Signed-off-by: Wolfgang Denk <wd@denx.de>
21063
21064 commit 45ca04f2377361593151d2d4da51f8ba4832d233
21065 Author: Wolfgang Denk <wd@denx.de>
21066 Date:   Tue Dec 16 22:32:25 2008 +0100
21067
21068     board/trab/memory.c: Fix compile problems.
21069
21070     Apply changes from commit 44b4dbed to board/trab/memory.c, too.
21071
21072     Actually we'd need a major cleanup here - as it turns out,
21073     board/trab/memory.c is more or less a verbatim copy of
21074     post/drivers/memory.c ... but then, trab is EOL anyway,r
21075     so this is not worth the effort.
21076
21077     Signed-off-by: Wolfgang Denk <wd@denx.de>
21078
21079 commit ff49ea8977b56916edd5b1766d9939010e30b181
21080 Author: Scott Wood <scottwood@freescale.com>
21081 Date:   Tue Dec 16 14:24:16 2008 -0600
21082
21083     NAND: Mark the BBT as scanned prior to calling scan_bbt.
21084
21085     Otherwise, recursion can occur if scan_bbt does not find a bad block
21086     table, and tries to write one, and the attempt to erase the BBT area
21087     causes a bad block check.
21088
21089     Signed-off-by: Scott Wood <scottwood@freescale.com>
21090
21091 commit 584eedab66d0828f2d571a24b10526c4e65f547b
21092 Author: Ilya Yanok <yanok@emcraft.com>
21093 Date:   Thu Dec 11 05:51:57 2008 +0300
21094
21095     jffs2: include <linux/mtd/compat.h> instead of defining own min_t
21096
21097     Include <linux/mtd/compat.h> header for min_t definition instead of
21098     providing our own one. Removes warnings in case of OneNAND support
21099     enabled.
21100
21101     Although I thinks it's a bit silly to include <linux/mtd/compat.h>
21102     just for min_t...
21103
21104     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21105     Acked-by: Stefan Roese <sr@denx.de>
21106
21107 commit b1ffecec37b57a59c139042267faac458e5324e9
21108 Author: Becky Bruce <beckyb@kernel.crashing.org>
21109 Date:   Wed Dec 3 23:04:37 2008 -0600
21110
21111     powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
21112
21113     Casting a pointer to a phys_addr_t when it's an unsigned long long
21114     on a 32-bit system without first casting to a non-pointer type
21115     generates a compiler warning. Fix this.
21116
21117     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
21118
21119 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
21120 Author: Wolfgang Denk <wd@denx.de>
21121 Date:   Tue Dec 16 16:22:50 2008 +0100
21122
21123     trab: make trab_fkt standalone code independent of libgcc
21124
21125     Use our own local functions in lib_arm/ instead.
21126
21127     Signed-off-by: Wolfgang Denk <wd@denx.de>
21128
21129 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
21130 Author: Wolfgang Denk <wd@denx.de>
21131 Date:   Tue Dec 16 14:44:06 2008 +0100
21132
21133     post/Makefile: fix dependency problem with parallel builds
21134
21135     Parallel builds (using "make -jN") would occasionally fail with error
21136     messages like
21137         ppc_4xxFP-objdump: string.o: File format not recognized
21138     or
21139         post/libpost.a(cpu.o): In function `cpu_post_test':
21140         /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
21141     or similar. We now make sure to run the 'postdeps" step before
21142     attempting to build the specific POST libraries.
21143
21144     Signed-off-by: Wolfgang Denk <wd@denx.de>
21145
21146 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
21147 Author: Wolfgang Denk <wd@denx.de>
21148 Date:   Tue Dec 16 14:41:02 2008 +0100
21149
21150     Makefile: fix dependency problem with parallel builds
21151
21152     Parallel builds (using "make -jN") would occasionally fail with error
21153     messages like
21154         include/autoconf.mk:212: *** missing separator.  Stop.
21155     Line numbers and affected boards were changing. Obviously some
21156     Makefiles included autoconf.mk while it was still being written to.
21157     As a fix, we now write to a temporary file first and then rename it,
21158     so that it is really ready to use as soon as it appears.
21159
21160     Signed-off-by: Wolfgang Denk <wd@denx.de>
21161
21162 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
21163 Author: Wolfgang Denk <wd@denx.de>
21164 Date:   Tue Dec 16 01:02:17 2008 +0100
21165
21166     Coding style cleanup, update CHANGELOG.
21167
21168     Signed-off-by: Wolfgang Denk <wd@denx.de>
21169
21170 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
21171 Author: Mike Frysinger <vapier@gentoo.org>
21172 Date:   Thu Dec 11 18:39:08 2008 -0500
21173
21174     spi/stmicro: fix debug() display of cmd
21175
21176     The stmicro_wait_ready() func tries to show the actual opcode that was sent
21177     to the device, but instead it displays the array pointer.  Fix it to pull
21178     out the opcode from the start of the array.
21179
21180     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21181
21182 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
21183 Author: Mike Frysinger <vapier@gentoo.org>
21184 Date:   Thu Dec 11 06:23:37 2008 -0500
21185
21186     env_sf: support embedded environments
21187
21188     If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
21189     size is larger than the env size, then it means the env is embedded in a
21190     block.  So we have to save/restore the part of the sector which is not the
21191     environment.  Previously, saving the environment in SPI flash in this
21192     setup would probably brick the board as the rest of the sector tends to
21193     contain actual U-Boot data/code.
21194
21195     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21196     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21197
21198 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
21199 Author: Timur Tabi <timur@freescale.com>
21200 Date:   Wed Dec 3 11:28:30 2008 -0600
21201
21202     i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
21203
21204     All implementations of the functions i2c_reg_read() and
21205     i2c_reg_write() are identical. We can save space and simplify the
21206     code by converting these functions into inlines and putting them in
21207     i2c.h.
21208
21209     Signed-off-by: Timur Tabi <timur@freescale.com>
21210     Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21211
21212 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
21213 Author: Dave Liu <daveliu@freescale.com>
21214 Date:   Fri Dec 5 15:36:14 2008 +0800
21215
21216     lib_ppc: rework the flush_cache
21217
21218     - It is possible to miss flush/invalidate the last
21219       cache line, we fix it at here.
21220     - add the volatile and memory clobber.
21221
21222     They are pointed by Scott Wood.
21223
21224     Signed-off-by: Dave Liu <daveliu@freescale.com>
21225
21226 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
21227 Author: Kumar Gala <galak@kernel.crashing.org>
21228 Date:   Sat Dec 13 17:20:28 2008 -0600
21229
21230     Introduce addr_map library
21231
21232     Add a library that helps in translating between virtual and physical
21233     addresses.  This library can be useful as a simple means to implement
21234     map_physmem() and virt_to_phys() for platforms that need functionality
21235     beyond the simple 1:1 mapping.
21236
21237     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21238
21239 commit 65e43a10631537dcb92c302d36301a12308216c3
21240 Author: Kumar Gala <galak@kernel.crashing.org>
21241 Date:   Sat Dec 13 17:20:27 2008 -0600
21242
21243     Introduce virt_to_phys()
21244
21245     virt_to_phys() returns the physical address given a virtual. In most
21246     cases this will be just the input value as the vast majority of
21247     systems run in a 1:1 mode.
21248
21249     However in systems that are not running this way it should report the
21250     physical address or ~0 if no mapping exists for the given virtual
21251     address.
21252
21253     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21254
21255 commit 45845301af3de8675c1f7bbc815c6de35452605a
21256 Author: Yuri Tikhonov <yur@emcraft.com>
21257 Date:   Sun Dec 7 22:12:50 2008 +0100
21258
21259     POST Make: fix the sub-dir dependencies missing.
21260
21261     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21262
21263 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
21264 Author: Martin Michlmayr <tbm@cyrius.com>
21265 Date:   Wed Aug 6 14:44:05 2008 +0300
21266
21267     Fix a typo in fw_env.config
21268
21269     Reported-by: Martin Michlmayr <tbm@cyrius.com>
21270     Signed-off-by: Wolfgang Denk <wd@denx.de>
21271
21272 commit ba490b7761c62b549c222a9723e532dc801a3899
21273 Author: Peter Tyser <ptyser@xes-inc.com>
21274 Date:   Mon Dec 1 16:22:45 2008 -0600
21275
21276     Remove unused CONFIG_ADDR_STREAMING defines
21277
21278     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21279
21280 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
21281 Author: Peter Tyser <ptyser@xes-inc.com>
21282 Date:   Mon Nov 24 11:54:47 2008 -0600
21283
21284     cmd_mem: Remove unused variable
21285
21286     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21287
21288 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
21289 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21290 Date:   Sun Dec 14 10:29:39 2008 +0100
21291
21292     Fix new found CFG_
21293
21294     Also fix some minor typos.
21295
21296     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21297     Signed-off-by: Wolfgang Denk <wd@denx.de>
21298
21299 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
21300 Author: Sergei Poselenov <sposelenov@emcraft.com>
21301 Date:   Fri Sep 19 12:07:34 2008 +0200
21302
21303     Remove compiler warning: target CPU does not support interworking
21304
21305     This warning is issued by modern ARM-EABI GCC on non-thumb targets.
21306
21307     Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
21308     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21309
21310 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
21311 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21312 Date:   Mon Nov 24 13:33:51 2008 +0100
21313
21314     Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
21315
21316     FDT support is used for both FIT style images and for architectures
21317     that can pass a fdt blob to an OS (ppc, m68k, sparc).
21318
21319     For other architectures and boards which do not pass a fdt blob to an
21320     OS but want to use the new uImage format, we just need FIT support.
21321
21322     Now we can have the 4 following configurations :
21323
21324     1) FIT only             CONFIG_FIT
21325     2) fdt blob only        CONFIG_OF_LIBFDT
21326     3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
21327     4) none                 none
21328
21329     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21330
21331 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
21332 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21333 Date:   Wed Dec 10 15:13:32 2008 +0100
21334
21335     ppc4xx: Disable EEPROM write access on PMC440 boards
21336
21337     This patch disables EEPROM wrtie access by default on PMC440 board.
21338
21339     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21340
21341 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
21342 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21343 Date:   Wed Dec 10 15:12:56 2008 +0100
21344
21345     ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
21346
21347     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21348
21349 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
21350 Author: Stefan Roese <sr@denx.de>
21351 Date:   Tue Nov 18 16:36:12 2008 +0100
21352
21353     MIPS: Flush data cache upon relocation
21354
21355     This patch now adds a flush to the data cache upon relocation. The
21356     current implementation is missing this. Only a comment states that it
21357     should be done. So let's really do it now.
21358
21359     Signed-off-by: Stefan Roese <sr@denx.de>
21360     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21361
21362 commit 44174343688dba32571a34550dba08971c65fef1
21363 Author: Stefan Roese <sr@denx.de>
21364 Date:   Tue Nov 18 16:36:22 2008 +0100
21365
21366     MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
21367
21368     This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
21369     enables support for boards where the lowlevel initialization is
21370     already done when U-Boot runs (e.g. via OnChip ROM).
21371
21372     This will be used in the upcoming VCTH board support.
21373
21374     Signed-off-by: Stefan Roese <sr@denx.de>
21375     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21376
21377 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
21378 Author: Stefan Roese <sr@denx.de>
21379 Date:   Wed Nov 12 13:18:02 2008 +0100
21380
21381     MIPS: Add board_early_init_f() to init_sequence
21382
21383     This patch adds the board_early_init_f() call to the MIPS init
21384     sequence. A weak dummy implementation is also added which can be
21385     overridden by a board specific version.
21386
21387     This will be used by the upcoming VCTH board support.
21388
21389     Signed-off-by: Stefan Roese <sr@denx.de>
21390     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21391
21392 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
21393 Author: Stefan Roese <sr@denx.de>
21394 Date:   Wed Nov 12 13:18:19 2008 +0100
21395
21396     MIPS: Add onenand_init() to board.c and move nand_init()
21397
21398     This patch adds a call to onenand_init() for OneNAND support and moves
21399     the nand_init() call to an earlier place, so that the environment can
21400     be used from NAND and OneNAND.
21401
21402     Signed-off-by: Stefan Roese <sr@denx.de>
21403     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21404
21405 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
21406 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21407 Date:   Tue Dec 9 11:32:46 2008 +0900
21408
21409     sh: Update sh2/sh2a timer
21410
21411     Renesas SH2/SH2A timer broken.
21412     This patch fix timer function.
21413
21414     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21415     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21416
21417 commit a319f1496210117b73198e3d889ffffaf6825d00
21418 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21419 Date:   Fri Dec 5 07:27:37 2008 +0100
21420
21421     sh: r2dplus fix register access
21422
21423     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21424     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21425
21426 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
21427 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21428 Date:   Tue Dec 2 07:40:03 2008 +0100
21429
21430     sh: r2dplus/lowlevel_init: coding style fix
21431
21432     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21433     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21434
21435 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
21436 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21437 Date:   Tue Nov 25 11:05:19 2008 +0900
21438
21439     sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
21440
21441     SH4 is different a value of CACHE_OC_NUM_ENTRIES and
21442     CACHE_OC_WAY_SHIFT every CPU.
21443     This patch corrects these values.
21444
21445     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21446     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21447
21448 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
21449 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21450 Date:   Thu Nov 20 16:44:42 2008 +0900
21451
21452     sh: Update sh timer function
21453
21454     Change to write/readX function and fix timer problem.
21455
21456     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21457     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21458
21459 commit b81786cff476c41e332eaeb679158f6527cd67d4
21460 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21461 Date:   Tue Nov 4 11:58:58 2008 +0900
21462
21463     sh: Migo-R: Update BSC value
21464
21465     A value of BSC CS4 was wrong, Fixed it.
21466
21467     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21468     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21469
21470 commit 5783758fd260a02f44566ad8f29f899565cd0403
21471 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21472 Date:   Mon Nov 17 16:52:09 2008 +0900
21473
21474     sh: Update ms7722se board config
21475
21476     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21477     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21478
21479 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
21480 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21481 Date:   Mon Nov 17 16:53:09 2008 +0900
21482
21483     sh: Update SuperH serial driver
21484
21485     The address of SCFSR register is wrong at SH7720/SH7721.
21486     This patch fix this.
21487
21488     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21489     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21490
21491 commit 9a1d3557dcd47365c12eeab584b822e57d994352
21492 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21493 Date:   Tue Nov 11 22:20:15 2008 +0100
21494
21495     sh: fix rsk7203 and MigoR out of tree build
21496
21497     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21498     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21499
21500 commit 1951f847f0a851853871b613ad7cf21a5242226c
21501 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21502 Date:   Wed Dec 10 14:41:25 2008 +0100
21503
21504     ppc4xx: Update TEXT_BASE for CPCI405 boards
21505
21506     This patch fixes building U-Boot for CPCI405 boards.
21507
21508     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21509     Signed-off-by: Stefan Roese <sr@denx.de>
21510
21511 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
21512 Author: Stefan Roese <sr@denx.de>
21513 Date:   Tue Dec 9 20:08:01 2008 +0100
21514
21515     ppc4xx: Remove some features from ALPR to fit into 256k again
21516
21517     Signed-off-by: Stefan Roese <sr@denx.de>
21518
21519 commit 3b089e4f889a2902449d55e081c886ae607cae89
21520 Author: Stefan Roese <sr@denx.de>
21521 Date:   Wed Dec 10 10:32:59 2008 +0100
21522
21523     UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
21524
21525     With this patch we set the type back to NONE upon failing UBI partition
21526     initialization. Otherwise further calls to the UBI subsystem would try
21527     to really access the non-existing UBI partition.
21528
21529     Thanks to Michael Lawnick for pointing this out.
21530
21531     Signed-off-by: Stefan Roese <sr@denx.de>
21532
21533 commit 817329351639a8895cd9b87b33aeff043f3d5a44
21534 Author: Stefan Roese <sr@denx.de>
21535 Date:   Wed Dec 10 10:28:33 2008 +0100
21536
21537     UBI: Return -ENOMEM upon failing malloc
21538
21539     Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
21540     failing malloc().
21541
21542     Signed-off-by: Stefan Roese <sr@denx.de>
21543
21544 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
21545 Author: Ben Warren <biggerbadderben@gmail.com>
21546 Date:   Tue Dec 9 23:34:15 2008 -0800
21547
21548     Fix compile error in building MBX860T.
21549
21550     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21551
21552 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
21553 Author: Michal Simek <monstr@monstr.eu>
21554 Date:   Tue Nov 25 11:42:20 2008 +0100
21555
21556     microblaze: Remove XUPV2P board
21557
21558     ---
21559
21560     Microblaze platforms use generic settings and to have
21561     many platforms is confusing that's why I decided to remove this
21562     platform from U-BOOT. ml401 tree is sufficient for covering
21563     all Microblaze platforms.
21564
21565     This change will go through microblaze custodian tree.
21566
21567 commit 99ba6f353582720defff6e6e6761dc455a207d31
21568 Author: Michal Simek <monstr@monstr.eu>
21569 Date:   Mon Nov 24 18:25:41 2008 +0100
21570
21571     microblaze: Remove CONFIG_LIBFDT due to error in common files
21572
21573 commit e7d591e823a991513833af7030468409e25a3b13
21574 Author: Michal Simek <monstr@monstr.eu>
21575 Date:   Mon Nov 24 11:43:00 2008 +0100
21576
21577     microblaze: Fix ml401 uart16550 setting
21578
21579     Signed-off-by: Michal Simek <monstr@monstr.eu>
21580
21581 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
21582 Author: Michal Simek <monstr@monstr.eu>
21583 Date:   Mon Nov 24 11:38:22 2008 +0100
21584
21585     microblaze: Set up relocation is done
21586
21587 commit bcb6dd9187d4b23c748704767bd12d20c829e996
21588 Author: Mike Frysinger <vapier@gentoo.org>
21589 Date:   Tue Dec 9 23:20:31 2008 -0500
21590
21591     tools/netconsole: new script for working with netconsole over UDP
21592
21593     While the doc/README.NetConsole does have a snippet for people to
21594     create their own netcat script, it's a lot easier to make a simple
21595     dedicated script and tell people to use it.
21596
21597     Also spruce it up a bit to make it user friendly.
21598
21599     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21600
21601 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
21602 Author: Sonic Zhang <Sonic.Zhang@analog.com>
21603 Date:   Tue Dec 9 23:20:18 2008 -0500
21604
21605     fs/fat: handle FAT on SATA
21606
21607     The FAT file system driver should also handle FAT on SATA devices.
21608
21609     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
21610     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21611
21612 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
21613 Author: Ben Warren <biggerbadderben@gmail.com>
21614 Date:   Tue Dec 9 23:26:31 2008 -0800
21615
21616     Fix compile error in building MBX860T.
21617     Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
21618
21619     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21620
21621 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
21622 Author: Jerry Van Baren <gvb.uboot@gmail.com>
21623 Date:   Mon Nov 24 08:15:02 2008 -0500
21624
21625     libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
21626
21627     Compiling U-Boot in an old OS environment (RedHat-7.3  :-)  gives the
21628     following warnings from FDT:
21629
21630     include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
21631     /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
21632
21633     Fix: Protect the definition of uintptr_t when compiling on the host
21634     system.
21635
21636     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21637
21638 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
21639 Author: Graeme Russ <graeme.russ@gmail.com>
21640 Date:   Sat Nov 22 08:43:29 2008 +1100
21641
21642     Moved sc520 PCI definitions to stand-alone file
21643
21644     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
21645
21646 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
21647 Author: Graeme Russ <graeme.russ@gmail.com>
21648 Date:   Sat Nov 22 08:43:21 2008 +1100
21649
21650     Fixed path to sc520 SSI include file
21651
21652     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
21653
21654 commit d4f70da544c33db3e4fce6473dea4ecca4322545
21655 Author: Graeme Russ <graeme.russ@gmail.com>
21656 Date:   Fri Nov 21 06:28:05 2008 +1100
21657
21658     Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
21659
21660     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
21661
21662 commit c034075a713b60e654c64e88e87da29440f31bb4
21663 Author: Stefan Roese <sr@denx.de>
21664 Date:   Wed Nov 12 13:30:10 2008 +0100
21665
21666     serial: Add vcth UART driver
21667
21668     This patch adds the UART driver for the upcoming VCTH board support.
21669
21670     Signed-off-by: Stefan Roese <sr@denx.de>
21671
21672 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
21673 Author: Ilya Yanok <yanok@emcraft.com>
21674 Date:   Thu Nov 13 19:49:36 2008 +0300
21675
21676     jffs2: cache data_crc results
21677
21678     As we moved data_crc() invocation from jffs2_1pass_build_lists() to
21679     jffs2_1pass_read_inode() data_crc is going to be calculated on each
21680     inode access. This patch adds caching of data_crc() results. There
21681     is no significant improvement in speed (because of flash access
21682     caching added in previous patch I think, crc in RAM is really fast)
21683     but this patch impacts memory usage -- every b_node structure uses
21684     12 bytes instead of 8.
21685
21686     Signed-off-by: Alexey Neyman <avn@emcraft.com>
21687     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21688
21689 commit 9b7076229ec6a958bd835ab70745f7676297ce82
21690 Author: Ilya Yanok <yanok@emcraft.com>
21691 Date:   Thu Nov 13 19:49:35 2008 +0300
21692
21693     jffs2: summary support
21694
21695     This patch adds support for reading fs information from summary
21696     node instead of scanning full eraseblock.
21697
21698     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21699
21700 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
21701 Author: Ilya Yanok <yanok@emcraft.com>
21702 Date:   Thu Nov 13 19:49:34 2008 +0300
21703
21704     jffs2: add buffer to cache flash accesses
21705
21706     With this patch JFFS2 code allocates memory buffer of max_totlen size
21707     (size of the largest node, calculated during scan time) and uses it to
21708     store entire node. Speeds up loading. If malloc fails we use old ways
21709     to do things.
21710
21711     Signed-off-by: Alexey Neyman <avn@emcraft.com>
21712     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21713
21714 commit 8a36d31f72411144ac0412ee7e1880e801acd754
21715 Author: Ilya Yanok <yanok@emcraft.com>
21716 Date:   Thu Nov 13 19:49:33 2008 +0300
21717
21718     jffs2: rewrite jffs2 scanning code based on Linux one
21719
21720     Rewrites jffs2_1pass_build_lists() function in style of Linux's
21721     jffs2_scan_medium() and jffs2_scan_eraseblock().
21722     This includes:
21723      - Caching flash acceses
21724      - Smart dealing with free space
21725
21726     Signed-off-by: Alexey Neyman <avn@emcraft.com>
21727     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21728
21729 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
21730 Author: Ilya Yanok <yanok@emcraft.com>
21731 Date:   Thu Nov 13 19:49:32 2008 +0300
21732
21733     jffs2: add sector_size field to part_info structure
21734
21735     This patch adds sector_size field to part_info structure (used
21736     by new JFFS2 code).
21737
21738     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21739
21740 commit f73846956778a7dfee83403ef9747aff77198848
21741 Author: Ilya Yanok <yanok@emcraft.com>
21742 Date:   Thu Nov 13 19:49:31 2008 +0300
21743
21744     jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
21745
21746     We need to update i_version inside cycle to find really latest version
21747     inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
21748     dump_inode() instead of calling expensive jffs2_1pass_read_inode().
21749
21750     Signed-off-by: Alexey Neyman <avn@emcraft.com>
21751     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21752
21753 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
21754 Author: Wolfgang Denk <wd@denx.de>
21755 Date:   Tue Dec 9 23:13:51 2008 +0100
21756
21757     evb64260: fix "cast to pointer from integer of different size" warnings
21758
21759     Signed-off-by: Wolfgang Denk <wd@denx.de>
21760
21761 commit d2776827315c3d469b8cb4cec14d58877798daa2
21762 Author: Stefan Althoefer <stefan.althoefer@web.de>
21763 Date:   Sun Dec 7 19:39:11 2008 +0100
21764
21765     USB: descriptor handling
21766
21767     Hi,
21768
21769     I found a bug when working with the u-boot USB subsystem on IXP425 processor
21770     (big endian Xscale aka ARMv5).
21771     I recognized that the second usb_endpoint_descriptor of the attached memory
21772     stick was corrupted.
21773
21774     The reason for this are the packed structures below (either u-boot and
21775     u-boot-usb):
21776
21777     --------------
21778     /* Endpoint descriptor */
21779     struct usb_endpoint_descriptor {
21780         unsigned char  bLength;
21781         unsigned char  bDescriptorType;
21782         unsigned char  bEndpointAddress;
21783         unsigned char  bmAttributes;
21784         unsigned short wMaxPacketSize;
21785         unsigned char  bInterval;
21786         unsigned char  bRefresh;
21787         unsigned char  bSynchAddress;
21788
21789     } __attribute__ ((packed));
21790     /* Interface descriptor */
21791     struct usb_interface_descriptor {
21792         unsigned char  bLength;
21793         unsigned char  bDescriptorType;
21794         unsigned char  bInterfaceNumber;
21795         unsigned char  bAlternateSetting;
21796         unsigned char  bNumEndpoints;
21797         unsigned char  bInterfaceClass;
21798         unsigned char  bInterfaceSubClass;
21799         unsigned char  bInterfaceProtocol;
21800         unsigned char  iInterface;
21801
21802         unsigned char  no_of_ep;
21803         unsigned char  num_altsetting;
21804         unsigned char  act_altsetting;
21805         struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
21806     } __attribute__ ((packed));
21807     ------------
21808
21809     As usb_endpoint_descriptor is only 7byte in length, the start of all
21810     odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
21811     of these structures also not word aligned.
21812
21813     ARMv5 Architecture however does not support non-aligned multibyte
21814     data type (see A2.8 of ARM Architecture Reference Manual).
21815
21816     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
21817     Signed-off-by: Remy Böhmer <linux@bohmer.net>
21818
21819 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
21820 Author: Kumar Gala <galak@kernel.crashing.org>
21821 Date:   Tue Dec 9 10:27:33 2008 -0600
21822
21823     drivers/fsl_pci_init: Fix compile warning
21824
21825     fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
21826     fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
21827
21828     The check only makes sense if we are CONFIG_PHYS_64BIT
21829
21830     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21831
21832 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
21833 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21834 Date:   Sun Dec 7 09:45:35 2008 +0100
21835
21836     usbtty/omap: update to current API
21837
21838     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21839     Signed-off-by: Remy Böhmer <linux@bohmer.net>
21840
21841 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
21842 Author: Anatolij Gustschin <agust@denx.de>
21843 Date:   Tue Dec 9 17:52:05 2008 +0100
21844
21845     video: fix FADS823 and RRvision compiling issues
21846
21847     Since commit 561858ee building for FADS823 and RRvision
21848     doesn't work. Let's include version.h and timestamp.h
21849     unconditionally to fix the problem.
21850
21851     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21852
21853 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
21854 Author: Stefan Roese <sr@denx.de>
21855 Date:   Tue Dec 2 10:53:47 2008 +0100
21856
21857     UBI: Fix size parsing in "ubi create"
21858
21859     Signed-off-by: Stefan Roese <sr@denx.de>
21860
21861 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
21862 Author: Stefan Roese <sr@denx.de>
21863 Date:   Thu Nov 27 14:07:09 2008 +0100
21864
21865     UBI: Enable re-initializing of the "ubi part" command
21866
21867     With this patch now, the user can call "ubi part" multiple times to
21868     re-connect the UBI device to another MTD partition.
21869
21870     Signed-off-by: Stefan Roese <sr@denx.de>
21871
21872 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
21873 Author: Stefan Roese <sr@denx.de>
21874 Date:   Thu Nov 27 14:05:15 2008 +0100
21875
21876     MTD: Fix problem based on non-working relocation (list head mtd_partitions)
21877
21878     Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
21879     first call of add_mtd_partitions(). Otherwise this won't work on platforms
21880     where the relocation is broken (like MIPS or PPC).
21881
21882     Signed-off-by: Stefan Roese <sr@denx.de>
21883
21884 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
21885 Author: Trent Piepho <tpiepho@freescale.com>
21886 Date:   Wed Nov 12 17:29:48 2008 -0800
21887
21888     Section name should be ".data", not "data"
21889
21890     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
21891     Signed-off-by: Wolfgang Denk <wd@denx.de>
21892
21893 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
21894 Author: Wolfgang Denk <wd@denx.de>
21895 Date:   Tue Dec 9 00:39:08 2008 +0100
21896
21897     MAKEALL: Automatically use parallel builds
21898
21899     Add logic to the MAKEALL script to determine the number of CPU cores
21900     on the system, and run a parallel build if there is more than one.
21901     Usually this significantrly accelerates builds.
21902
21903     Allow to manually adjust the number of parallel make jobs by using
21904     the "BUILD_NCPUS" environment variable.
21905
21906     Signed-off-by: Wolfgang Denk <wd@denx.de>
21907
21908 commit 268405fa7c44156c5192a70779920c70906af8d6
21909 Author: Wolfgang Denk <wd@denx.de>
21910 Date:   Tue Dec 9 00:24:30 2008 +0100
21911
21912     vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
21913
21914     Signed-off-by: Wolfgang Denk <wd@denx.de>
21915
21916 commit 153176a9414120ca1736f3cc4951623d6e14e6af
21917 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21918 Date:   Tue Nov 11 06:08:59 2008 +0100
21919
21920     avr32/bootm: remove unused variable 'ret'
21921
21922     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21923     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21924
21925 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
21926 Author: Peter Tyser <ptyser@xes-inc.com>
21927 Date:   Wed Nov 12 13:06:48 2008 -0600
21928
21929     Remove unneeded CONFIG_SHELL references
21930
21931     Make should be using the bash shell by default which makes
21932     CONFIG_SHELL unnecessary
21933
21934     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21935
21936 commit cf7a7b99794bac936899819b95539be1dbd71708
21937 Author: Peter Tyser <ptyser@xes-inc.com>
21938 Date:   Wed Nov 12 12:33:20 2008 -0600
21939
21940     Use bash for default GNU Make shell application
21941
21942     Some Make script commands rely on bash-specific features like brace
21943     expansion, so default to bash for the SHELL variable with a fallback
21944     to the standard sh shell
21945
21946     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21947
21948 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
21949 Author: Heiko Schocher <hs@denx.de>
21950 Date:   Wed Nov 12 09:50:45 2008 +0100
21951
21952     jffs2: rename devices_init () in common/jffs2.c
21953
21954     rename devices_init () in common/jffs2.c to
21955     jffs2_devices_init (), because there is also a
21956     devices_init () in common/devices.c.
21957
21958     Signed-off-by: Heiko Schocher <hs@denx.de>
21959
21960 commit af5eb847a10f1037590001355d88bab3fe7be48b
21961 Author: Daniel Hellstrom <daniel@gaisler.com>
21962 Date:   Mon Nov 10 12:46:20 2008 +0000
21963
21964     SPARC: Fixed compiler error introduced by commit c160a9544743
21965
21966     This patch fixes a build error for the SPARC platform. It was
21967     introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
21968
21969     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
21970
21971 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
21972 Author: Gary Jennejohn <garyj@denx.de>
21973 Date:   Sun Nov 9 12:50:59 2008 +0100
21974
21975     mgsuvd add the board-specific part of the HDLC driver
21976
21977     Signed-off-by: Gary Jennejohn <garyj@denx.de>
21978
21979 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
21980 Author: Gary Jennejohn <garyj@denx.de>
21981 Date:   Sun Nov 9 12:45:03 2008 +0100
21982
21983     mgcoge add the board-specific part of the HDLC driver
21984
21985     Signed-off-by: Gary Jennejohn <garyj@denx.de>
21986
21987 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
21988 Author: Gary Jennejohn <garyj@denx.de>
21989 Date:   Sun Nov 9 12:36:15 2008 +0100
21990
21991     keymile add the common parts of the HDLC driver
21992
21993     This implements the ICN protocol used across the backplane and is
21994     needed by all the keymile boards.
21995
21996     Signed-off-by: Gary Jennejohn <garyj@denx.de>
21997
21998 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
21999 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22000 Date:   Fri Nov 7 22:46:22 2008 +0100
22001
22002     drivers/bios_emulator: Move conditional compilation to Makefile
22003
22004     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22005
22006 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
22007 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
22008 Date:   Thu Nov 6 14:01:51 2008 -0500
22009
22010     common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
22011
22012     Corrected endian order printing for compact flash serial number.
22013
22014     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
22015
22016 commit 16a28ef219c27423a1ef502f19070c4d375079b8
22017 Author: Gary Jennejohn <garyj@denx.de>
22018 Date:   Thu Nov 6 15:04:23 2008 +0100
22019
22020     IOMUX: Add console multiplexing support.
22021
22022     Modifications to support console multiplexing.  This is controlled using
22023     CONFIG_SYS_CONSOLE_MUX in the board configuration file.
22024
22025     This allows a user to specify multiple console devices in the environment
22026     with a command like this: setenv stdin serial,nc.  As a result, the user can
22027     enter text on both the serial and netconsole interfaces.
22028
22029     All devices - stdin, stdout and stderr - can be set in this manner.
22030
22031     1) common/iomux.c and include/iomux.h contain the environment setting
22032     implementation.
22033     2) doc/README.iomux contains a somewhat more detailed description.
22034     3) The implementation in (1) is called from common/cmd_nvedit.c to
22035     handle setenv and from common/console.c to handle initialization of
22036     input/output devices at boot time.
22037     4) common/console.c also contains the code needed to poll multiple console
22038     devices for input and send output to all devices registered for output.
22039     5) include/common.h includes iomux.h and common/Makefile generates iomux.o
22040     when CONFIG_SYS_CONSOLE_MUX is set.
22041
22042     Signed-off-by: Gary Jennejohn <garyj@denx.de>
22043
22044 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
22045 Author: Mike Frysinger <vapier@gentoo.org>
22046 Date:   Tue Nov 4 16:03:46 2008 -0500
22047
22048     strings: use puts() rather than printf()
22049
22050     When running `strings` on really long strings, the stack tends to get
22051     smashed due to printf().  Switch to puts() instead since we're only passing
22052     the data through.
22053
22054     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22055
22056 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
22057 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
22058 Date:   Mon Nov 3 22:16:18 2008 +0100
22059
22060     Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
22061
22062     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
22063
22064 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
22065 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
22066 Date:   Mon Nov 3 22:15:34 2008 +0100
22067
22068     cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
22069
22070     - fix size too small by one in sprintf
22071     - changed old (pre 2004) device name ibmEmac to emac
22072     - boot device may be overriden in board config
22073     - servername may be defined in board config
22074     - additional parameters may be defined in board config
22075     - fixed some line wrappings
22076     - replaced  redundant MAX define by max
22077
22078     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
22079
22080 commit e9084b23d16102f44ace24379a1c0c352497ef80
22081 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
22082 Date:   Mon Nov 3 22:14:36 2008 +0100
22083
22084     Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
22085
22086     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
22087
22088 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
22089 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
22090 Date:   Mon Nov 3 22:13:47 2008 +0100
22091
22092     README: Document CONFIG_SYS parameters for vxworks
22093
22094     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
22095
22096 commit ace514837cac656e29c37a19569cb8ea83071126
22097 Author: Peter Tyser <ptyser@xes-inc.com>
22098 Date:   Fri Oct 31 11:12:38 2008 -0500
22099
22100     lcd: Let the board code show board-specific info cleanup
22101
22102     remove unneeded version.h from lcd.c
22103
22104     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22105     Signed-off-by: Wolfgang Denk <wd@denx.de>
22106
22107 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
22108 Author: Peter Tyser <ptyser@xes-inc.com>
22109 Date:   Mon Nov 3 09:30:59 2008 -0600
22110
22111     Update U-Boot's build timestamp on every compile
22112
22113     Use the GNU 'date' command to auto-generate a new U-Boot
22114     timestamp on every compile.
22115
22116     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22117
22118 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
22119 Author: Remy Bohmer <linux@bohmer.net>
22120 Date:   Thu Dec 4 22:25:57 2008 +0100
22121
22122     Remove redundant armv4 flag from arm926ejs compile flags
22123
22124     Currently the arm926ejs tree has the armv4 option set during compilation.
22125     This flag does not belong here because a arm926 CPU is always a armv5 CPU.
22126
22127     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22128
22129 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
22130 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
22131 Date:   Sat Dec 6 13:11:14 2008 +0100
22132
22133     at91: Choose environment variables location within make config target
22134
22135     This patch adds the possiblity to choose the media where the environment will
22136     be located. This allow to choose this fundamental configuration without editing
22137     config files.
22138
22139     Documentation file added.
22140
22141     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
22142     Acked-by: Stelian Pop <stelian@popies.net>
22143     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22144
22145 commit 1450c4a6682378567030414a9f1198c39b7730c7
22146 Author: Anatolij Gustschin <agust@denx.de>
22147 Date:   Mon Nov 3 15:30:34 2008 +0100
22148
22149     lwmon, tqm8xx: Fix build errors
22150
22151     Commit 6b59e03e0237a40a2305ea385defdfd92000978b
22152     lcd: Let the board code show board-specific info
22153
22154     introduced some bugs which prevent U-Boot building
22155     for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
22156     be defined in the board configuration.
22157
22158     Also "LCD enabled" building for TQM823L doesn't work
22159     since this commit.
22160
22161     This patch fixes above-mentioned issues.
22162
22163     Signed-off-by: Anatolij Gustschin <agust@denx.de>
22164
22165 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
22166 Author: Mike Frysinger <vapier@gentoo.org>
22167 Date:   Sun Nov 2 01:18:18 2008 -0400
22168
22169     ignore .gdb_history files
22170
22171     When using gdb, history files will often get generated.  So ignore them.
22172
22173     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22174
22175 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
22176 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22177 Date:   Fri Oct 31 12:26:55 2008 +0100
22178
22179     FPGA: move fpga drivers to drivers/fpga
22180
22181     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22182
22183 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
22184 Author: Peter Tyser <ptyser@xes-inc.com>
22185 Date:   Mon Dec 1 16:29:38 2008 -0600
22186
22187     net: Fix TftpStart() ip:filename bug
22188
22189     The TftpStart() function modifies the 'BootFile'
22190     string when 'BootFile' contains both an IP address
22191     and filename (eg 1.2.3.4:/path/file). This causes
22192     subsequent calls to TftpStart to incorrectly parse
22193     the TFTP filename and server IP address to use.
22194     For example:
22195
22196     => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
22197     Speed: 100, half duplex
22198     Using eTSEC1 device
22199     TFTP from server 10.52.0.62; our IP address is 10.52.253.79
22200                      ^^^^^^^^^^ CORRECT
22201     Filename '/home/ptyser/non_existant'.
22202               ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
22203     Load address: 0x100000
22204     Loading: *
22205     TFTP error: 'File not found' (1)
22206     Starting again
22207
22208     eTSEC2: No link.
22209     Speed: 100, half duplex
22210     Using eTSEC1 device
22211     TFTP from server 10.52.0.33; our IP address is 10.52.253.79
22212                      ^^^^^^^^^^ WRONG
22213     Filename '10.52.0.62'.
22214               ^^^^^^^^^^ WRONG
22215     Load address: 0x100000
22216     Loading: *
22217     TFTP error: 'File not found' (1)
22218     Starting again
22219
22220     TftpStart() was modified to not modify the 'BootFile' string.
22221
22222     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22223     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22224
22225 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
22226 Author: Peter Tyser <ptyser@xes-inc.com>
22227 Date:   Mon Dec 1 16:26:21 2008 -0600
22228
22229     net: Add additional IP fragmentation check
22230
22231     Ignore IP packets which have the "more fragments" flag bit
22232     set.  This flag indicates the IP packet is fragmented and
22233     must be ignored by U-Boot.
22234
22235     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22236     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22237
22238 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
22239 Author: Peter Tyser <ptyser@xes-inc.com>
22240 Date:   Mon Dec 1 16:26:20 2008 -0600
22241
22242     net: Define IP flag field values
22243
22244     These defines were pulled from the "Add simple
22245     IP/UDP fragmentation support" patch from Frank
22246     Haverkamp <haver@vnet.ibm.com>.
22247
22248     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22249     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22250
22251 commit 23afaba65ec5206757e589ef334a8b38168c045f
22252 Author: Anatolij Gustschin <agust@denx.de>
22253 Date:   Tue Dec 2 10:31:04 2008 +0100
22254
22255     net: tsec: Fix Marvell 88E1121R phy init
22256
22257     This patch tries to ensure that phy interrupt pin
22258     won't be asserted after booting. We experienced
22259     following issues with current 88E1121R phy init:
22260
22261     Marvell 88E1121R phy can be hardware-configured
22262     to share MDC/MDIO and interrupt pins for both ports
22263     P0 and P1 (e.g. as configured on socrates board).
22264     Port 0 interrupt pin will be shared by both ports
22265     in such configuration. After booting Linux and
22266     configuring eth0 interface, port 0 phy interrupts
22267     are enabled. After rebooting without proper eth0
22268     interface shutdown port 0 phy interrupts remain
22269     enabled so any change on port 0 (link status, etc.)
22270     cause assertion of the interrupt. Now booting Linux
22271     and configuring eth1 interface will cause permanent
22272     phy interrupt storm as the registered phy 1 interrupt
22273     handler doesn't acknowledge phy 0 interrupts. This
22274     of course should be fixed in Linux driver too.
22275
22276     Signed-off-by: Anatolij Gustschin <agust@denx.de>
22277     Acked-by: Andy Fleming <afleming@freescale.com>
22278     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22279
22280 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
22281 Author: Peter Tyser <ptyser@xes-inc.com>
22282 Date:   Tue Dec 2 12:59:51 2008 -0600
22283
22284     net: Fix download command parsing
22285
22286     When CONFIG_SYS_HUSH_PARSER is defined network download
22287     commands with 1 argument in the format 'tftp "/path/file"'
22288     do not work as expected. The hush command parser strips
22289     the quotes from "/path/file" which causes the network
22290     commands to interpret "/path/file" as an address
22291     instead of the intended filename.
22292
22293     The previous check for a leading quote in netboot_common()
22294     was replaced with a check which ensures only valid
22295     numbers are treated as addresses.
22296
22297     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22298     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22299
22300 commit 3c2c2f427905040c1513d0c51d637689cba48346
22301 Author: Remy Bohmer <linux@bohmer.net>
22302 Date:   Thu Nov 27 22:30:27 2008 +0100
22303
22304     Remove non-ascii characters from fat code
22305
22306     This code contains some non-ascii characters in comment lines and code.
22307     Most editors do not display those characters properly and editing those
22308     files results always in diffs at these places which are usually not required
22309     to be changed at all. This is error prone.
22310
22311     So, remove those weird characters and replace them by normal C-style
22312     equivalents for which the proper defines were already in the header.
22313
22314     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22315
22316 commit dc889e865356497d3e495570118c2245ebce2631
22317 Author: Dave Liu <daveliu@freescale.com>
22318 Date:   Fri Nov 28 20:16:58 2008 +0800
22319
22320     85xx: fix the wrong DDR settings for MPC8572DS
22321
22322     The default DDR freq is 400MHz or 800M data rate,
22323     the old settings is pure wrong for the default case.
22324
22325     Signed-off-by: Dave Liu <daveliu@freescale.com>
22326     Acked-by: Andy Fleming <afleming@freescale.com>
22327
22328 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
22329 Author: Kumar Gala <galak@kernel.crashing.org>
22330 Date:   Mon Nov 24 10:29:26 2008 -0600
22331
22332     85xx: init gd as early as possible
22333
22334     Moved up the initialization of GD so C code like set_tlb() can use
22335     gd->flags to determine if we've relocated or not in the future.
22336
22337     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22338     Acked-by: Andy Fleming <afleming@freescale.com>
22339
22340 commit aed461af81012a398a205e9be67ab37667491838
22341 Author: Kumar Gala <galak@kernel.crashing.org>
22342 Date:   Mon Nov 24 10:29:25 2008 -0600
22343
22344     85xx: Fix relocation of CCSRBAR
22345
22346     If the virtual address for CCSRBAR is the same after relocation but
22347     the physical address is changing we'd end up having two TLB entries with
22348     the same VA.  Instead we new us the new CCSRBAR virt address + 4k as a
22349     temp virt address to access the old CCSRBAR to relocate it.
22350
22351     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22352     Acked-by: Andy Fleming <afleming@freescale.com>
22353
22354 commit ea154a1781135d822eedee7567cc156089eae93c
22355 Author: Kumar Gala <galak@kernel.crashing.org>
22356 Date:   Mon Nov 24 10:25:14 2008 -0600
22357
22358     FSL: Moved BR_PHYS_ADDR for localbus to common header
22359
22360     The BR_PHYS_ADDR macro is useful on all machines that have local bus
22361     which is pretty much all 83xx/85xx/86xx chips.
22362
22363     Additionally most 85xx & 86xx will need it if they want to support
22364     36-bit physical addresses.
22365
22366     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22367     Acked-by: Andy Fleming <afleming@freescale.com>
22368
22369 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
22370 Author: Peter Tyser <ptyser@xes-inc.com>
22371 Date:   Mon Dec 1 13:47:12 2008 -0600
22372
22373     85xx: Add PORDEVSR_PCI1 define
22374
22375     Add define used to determine if PCI1 interface is in PCI or PCIX mode.
22376
22377     Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
22378
22379     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22380     Signed-off-by: Andy Fleming <afleming@freescale.com>
22381
22382 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
22383 Author: Becky Bruce <becky.bruce@freescale.com>
22384 Date:   Fri Nov 21 19:24:22 2008 -0600
22385
22386     drivers/fsl_pci_init: Fix inbound window mapping bug
22387
22388     The current code will cause the creation of a 4GB window
22389     starting at 0 if we have more than 4GB of RAM installed,
22390     which overlaps with PCI_MEM space and causes pci_bus_to_phys()
22391     to return erroneous information. Limit the size to 4GB - 1;
22392     which causes the code to create one 2GB and one 1GB window
22393     instead.
22394
22395     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
22396     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22397     Acked-by: Andy Fleming <afleming@freescale.com>
22398
22399 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
22400 Author: Jon Loeliger <jdl@freescale.com>
22401 Date:   Thu Nov 20 15:36:48 2008 -0600
22402
22403     Removed unused CONFIG_L1_INIT_RAM symbol.
22404
22405     Prevent further viral propogation of the unused
22406     symbol CONFIG_L1_INIT_RAM by just removing it.
22407
22408     Signed-off-by: Jon Loeliger <jdl@freescale.com>
22409     Acked-by: Andy Fleming <afleming@freescale.com>
22410
22411 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
22412 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
22413 Date:   Wed Oct 29 09:21:44 2008 -0500
22414
22415     fsl ddr skip interleaving if not supported.
22416
22417     Removed while(1) hang if memctl_intlv_ctl is set wrong.
22418     Remove embedded tabs from strings.
22419
22420     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
22421     Acked-by: Kumar Gala <galak@kernel.crashing.org>
22422     Acked-by: Andy Fleming <afleming@freescale.com>
22423
22424 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
22425 Author: Anatolij Gustschin <agust@denx.de>
22426 Date:   Thu Nov 13 18:08:57 2008 +0100
22427
22428     85xx: socrates: fix DDR SDRAM tlb entry configuration
22429
22430     since commit be0bd8234b9777ecd63c4c686f72af070d886517
22431     tlb entry for socrates DDR SDRAM will be reconfigured
22432     by setup_ddr_tlbs() from initdram() causing an
22433     inconsistency with previously configured DDR SDRAM tlb
22434     entry from tlb_table:
22435
22436     socrates>l2cam 7 9
22437     IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
22438       7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
22439       8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
22440       9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX
22441
22442     This patch makes the presence of the DDR SDRAM tlb entry in
22443     the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
22444     inconsistency.
22445
22446     Signed-off-by: Anatolij Gustschin <agust@denx.de>
22447     Acked-by: Andy Fleming <afleming@freescale.com>
22448
22449 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
22450 Author: Peter Tyser <ptyser@xes-inc.com>
22451 Date:   Tue Nov 11 10:17:10 2008 -0600
22452
22453     85xx: Add CPU 2 errata workaround to all 8548 boards
22454
22455     All mpc8548-based boards should implement the suggested workaround
22456     to CPU 2 errata. Without the workaround, its possible for the
22457     8548's core to hang while executing a msync or mbar 0 instruction
22458     and a snoopable transaction from an I/O master tagged to make
22459     quick forward progress is present.
22460
22461     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22462     Acked-by: Andy Fleming <afleming@freescale.com>
22463
22464 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
22465 Author: Dave Liu <daveliu@freescale.com>
22466 Date:   Tue Oct 28 17:53:45 2008 +0800
22467
22468     85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
22469
22470     we need TLB entry for DDR at !SPD case.
22471
22472     Signed-off-by: Dave Liu <daveliu@freescale.com>
22473     Acked-by: Andy Fleming <afleming@freescale.com>
22474
22475 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
22476 Author: Dave Liu <daveliu@freescale.com>
22477 Date:   Tue Oct 28 17:53:38 2008 +0800
22478
22479     85xx: remove the unused ddr_enable_ecc in the board file
22480
22481     The DDR controller of 8548/8544/8568/8572/8536 processors
22482     have the ECC data init feature, and the new DDR code is
22483     using the feature, and we don't need the way with DMA to
22484     init memory any more.
22485
22486     Signed-off-by: Dave Liu <daveliu@freescale.com>
22487     Acked-by: Andy Fleming <afleming@freescale.com>
22488
22489 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
22490 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22491 Date:   Sun Nov 30 19:36:53 2008 +0100
22492
22493     at91rm9200dk: Fix typo
22494
22495     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22496
22497 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
22498 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22499 Date:   Sun Nov 30 19:36:50 2008 +0100
22500
22501     AT91: remove non supported board AT91RM9200DF macro
22502
22503     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22504
22505 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
22506 Author: Ilko Iliev <iliev@ronetix.at>
22507 Date:   Tue Dec 2 17:27:54 2008 +0100
22508
22509     mtd/dataflash.c: fix a problem with the last partition
22510
22511     This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
22512     partition can be defined to use the area to the end of dataflash size.
22513     Now it is possible to have only one dataflash partition from 0 to the end
22514     of of dataflash size.
22515
22516     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
22517
22518 commit 03f797793b124dccaae145b977d15d6cb9e74504
22519 Author: Ilko Iliev <iliev@ronetix.at>
22520 Date:   Tue Dec 2 17:20:17 2008 +0100
22521
22522     fix some coding style violations.
22523
22524     This patch fix some coding style violations.
22525
22526     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
22527
22528 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
22529 Author: Stefan Roese <sr@denx.de>
22530 Date:   Thu Nov 27 14:11:37 2008 +0100
22531
22532     OneNAND: Add missing mtd info struct before calling onenand_erase()
22533
22534     Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
22535     for use in UBI) via CONFIG_MTD_PARTITIONS.
22536
22537     Signed-off-by: Stefan Roese <sr@denx.de>
22538     Signed-off-by: Scott Wood <scottwood@freescale.com>
22539
22540 commit 29382d4064fbaff5daacff4c3209370fa5713966
22541 Author: Becky Bruce <becky.bruce@freescale.com>
22542 Date:   Thu Nov 20 16:43:52 2008 -0600
22543
22544     mpc8641: Fix error in README
22545
22546     I made some updates to the code that didn't make it into the
22547     README - fix this
22548
22549     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22550
22551 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
22552 Author: Jon Loeliger <jdl@freescale.com>
22553 Date:   Thu Nov 20 12:01:02 2008 -0600
22554
22555     Removed unused CONFIG_L1_INIT_RAM symbol.
22556
22557     Prevent further viral propogation of the unused
22558     symbol CONFIG_L1_INIT_RAM by just removing it.
22559
22560     Signed-off-by: Jon Loeliger <jdl@freescale.com>
22561
22562 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
22563 Author: Jon Loeliger <jdl@freescale.com>
22564 Date:   Thu Nov 20 14:02:56 2008 -0600
22565
22566     86xx: Fix non-64-bit compilation problems.
22567
22568     Introducing 64-bit (36-bit) support for the MPC8641HPCN
22569     failed to accomodate the other two 86xx boards.
22570     Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
22571     CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
22572     with nominal 32-bit values.
22573
22574     Signed-off-by: Jon Loeliger <jdl@freescale.com>
22575     Acked-by: Becky Bruce <becky.bruce@freescale.com>
22576
22577 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
22578 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
22579 Date:   Wed Nov 26 17:40:37 2008 +0100
22580
22581     Remove obsolete command (apply afte USB style patch, 80 chars strict)
22582
22583     Remove USB obsolete commmand
22584
22585     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
22586     Signed-off-by: Remy Böhmer <linux@bohmer.net>
22587
22588 commit de39f8c19d7c12017248c49d432dcb81db68f724
22589 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
22590 Date:   Wed Nov 26 17:41:34 2008 +0100
22591
22592     USB style patch, 80 chars strict
22593
22594     USB Code style patch
22595
22596     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
22597     Signed-off-by: Remy Böhmer <linux@bohmer.net>
22598
22599 commit d10c5a87cb8affbb4d35a311370316d4383d598e
22600 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22601 Date:   Fri Nov 7 22:46:21 2008 +0100
22602
22603     drivers/usb: Move conditional compilation to Makefile
22604
22605     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22606     Signed-off-by: Remy Böhmer <linux@bohmer.net>
22607
22608 commit 2077e348c2a84901022ad95311b47b70361e6daa
22609 Author: Scott Wood <scottwood@freescale.com>
22610 Date:   Tue Nov 25 10:47:02 2008 -0600
22611
22612     NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
22613
22614     This caused the operation to be needlessly repeated if there were
22615     no bad blocks and no errors.
22616
22617     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
22618     Signed-off-by: Scott Wood <scottwood@freescale.com>
22619
22620 commit 89295028e7d8f7a524f485328279d72fdb102385
22621 Author: Michal Simek <monstr@monstr.eu>
22622 Date:   Mon Nov 24 12:09:50 2008 +0100
22623
22624     ppc4xx: ml300 remove Xilinx BSP from ml300 folder
22625
22626     This BSP should be outside u-boot source tree.
22627     The second reason is that xilinx ppc405 was moved to generic platform.
22628
22629     Signed-off-by: Michal Simek <monstr@monstr.eu>
22630     Signed-off-by: Stefan Roese <sr@denx.de>
22631
22632 commit 24eea623d4974a169026a975ba12fb23d48154b1
22633 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22634 Date:   Mon Nov 24 15:11:10 2008 +0100
22635
22636     ppc4xx: Remove unused features
22637
22638     This patch disables some unused features from the PCI405 configuration
22639     to keep U-Boot image size below 192k.
22640
22641     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22642     Signed-off-by: Stefan Roese <sr@denx.de>
22643
22644 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
22645 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22646 Date:   Mon Nov 24 15:11:09 2008 +0100
22647
22648     ppc4xx: Use correct io accessors for PCI405
22649
22650     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22651     Signed-off-by: Stefan Roese <sr@denx.de>
22652
22653 commit 348c849d86a6f0785752b9bc497a34658713d1d1
22654 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22655 Date:   Mon Nov 24 15:11:08 2008 +0100
22656
22657     ppc4xx: Remove unused code from PCI405 code
22658
22659     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22660     Signed-off-by: Stefan Roese <sr@denx.de>
22661
22662 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
22663 Author: Heiko Schocher <hs@denx.de>
22664 Date:   Thu Nov 20 09:59:09 2008 +0100
22665
22666     powerpc, keymile boards: extract identical config options
22667
22668     This patch extracts the identical config options for the
22669     keymile boards mgcoge, mgsuvd and kmeter1 in a new
22670     common config file keymile-common.h.
22671
22672     Signed-off-by: Heiko Schocher <hs@denx.de>
22673     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22674
22675 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
22676 Author: Heiko Schocher <hs@denx.de>
22677 Date:   Fri Nov 21 08:29:40 2008 +0100
22678
22679     powerpc: keymile: Add a check for the PIGGY debug board
22680
22681     Check the presence of the PIGGY on the keymile boards mgcoge,
22682     mgsuvd and kmeter1. If the PIGGY is not present, dont register
22683     this Ethernet device.
22684
22685     Signed-off-by: Heiko Schocher <hs@denx.de>
22686     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22687
22688 commit 58c696eed839af894e0265064669c402dc28b371
22689 Author: Wolfgang Denk <wd@xpert.denx.de>
22690 Date:   Mon Nov 24 21:50:59 2008 +0100
22691
22692     AT91RM9200DK: fix broken boot from NOR flash
22693
22694     Signed-off-by: Wolfgang Denk <wd@denx.de>
22695
22696 commit 8052352f20b33bef8f9872fc983eac73d4693c38
22697 Author: Jens Scharsig <esw@bus-elektronik.de>
22698 Date:   Tue Nov 18 10:48:46 2008 +0100
22699
22700     at91rm9200: fix broken boot from nor flash
22701
22702     This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
22703     CONFIG_AT91RM9200 is defined and nor preloader is used.
22704
22705     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
22706
22707 commit 25ea652e907516a283b38237e83712a918f125d7
22708 Author: Piotr Ziecik <kosmo@semihalf.com>
22709 Date:   Mon Nov 17 15:58:00 2008 +0100
22710
22711     UBI: Add proof-of-concept CFI flash support
22712
22713     With this patch UBI can be used on CFI flash chips.
22714
22715     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
22716     Signed-off-by: Stefan Roese <sr@denx.de>
22717
22718 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
22719 Author: Piotr Ziecik <kosmo@semihalf.com>
22720 Date:   Mon Nov 17 15:57:59 2008 +0100
22721
22722     mtd: Remove a printf() from add_mtd_device().
22723
22724     Remove a printf() from add_mtd_device(), which produces spurious output.
22725
22726     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
22727     Signed-off-by: Stefan Roese <sr@denx.de>
22728
22729 commit 91809ed51d8327a8dbbf29aa98a091154c282171
22730 Author: Piotr Ziecik <kosmo@semihalf.com>
22731 Date:   Mon Nov 17 15:57:58 2008 +0100
22732
22733     cfi-mtd: Add cfi-mtd driver.
22734
22735     Add cfi-mtd driver, which exports CFI flash to MTD layer.
22736     This allows CFI flash devices to be used from MTD layer.
22737
22738     Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
22739     option. Initialization is done by calling cfi_mtd_init() from
22740     flash_init().
22741
22742     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
22743     Signed-off-by: Stefan Roese <sr@denx.de>
22744
22745 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
22746 Author: Piotr Ziecik <kosmo@semihalf.com>
22747 Date:   Mon Nov 17 15:49:32 2008 +0100
22748
22749     cfi_flash: Add interface for flash verbosity control
22750
22751     Add interface for flash verbosity control. It allows
22752     to disable output from low-level flash API. It is useful
22753     when calling these low-level functions from context other
22754     than flash commands (for example the MTD/CFI interface
22755     implmentation).
22756
22757     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
22758     Signed-off-by: Stefan Roese <sr@denx.de>
22759
22760 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
22761 Author: Piotr Ziecik <kosmo@semihalf.com>
22762 Date:   Thu Nov 20 15:17:38 2008 +0100
22763
22764     cfi_flash: Export flash_sector_size() function.
22765
22766     Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
22767     so that it can be used in the upcoming cfi-mtd driver.
22768
22769     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
22770     Signed-off-by: Stefan Roese <sr@denx.de>
22771
22772 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
22773 Author: Stefan Roese <sr@denx.de>
22774 Date:   Mon Nov 17 14:45:22 2008 +0100
22775
22776     cfi_flash: Make all flash access functions weak
22777
22778     This patch defines all flash access functions as weak so that
22779     they can be overridden by board specific versions.
22780
22781     This will be used by the upcoming VCTH board support where the NOR
22782     FLASH unfortunately can't be accessed memory-mapped. Special
22783     accessor functions are needed here.
22784
22785     To enable this weak functions you need to define
22786     CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
22787     Otherwise the "old" default functions will be used resulting
22788     in smaller code.
22789
22790     Signed-off-by: Stefan Roese <sr@denx.de>
22791     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22792
22793 commit a5c4067017631d903e1afa6ad615f0ce19fea517
22794 Author: Stefan Roese <sr@denx.de>
22795 Date:   Mon Nov 24 08:31:16 2008 +0100
22796
22797     UBI: Change parsing of size in commands to default to hex
22798
22799     Currently the size parameters of the UBI commands (e.g. "ubi write") are
22800     decoded as decimal instead of hex as default. This patch now interprets
22801     all these values consistantly as hex, as all other standard U-Boot commands
22802     do.
22803
22804     Signed-off-by: Stefan Roese <sr@denx.de>
22805
22806 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
22807 Author: Stefan Roese <sr@denx.de>
22808 Date:   Fri Nov 21 13:06:06 2008 +0100
22809
22810     ppc4xx: ML2 shouldn't include the 4xx EMAC driver
22811
22812     Signed-off-by: Stefan Roese <sr@denx.de>
22813
22814 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
22815 Author: Yuri Tikhonov <yur@emcraft.com>
22816 Date:   Fri Nov 14 16:19:19 2008 +0300
22817
22818     ppc4xx: katmai: Change default config
22819
22820      This patch enables support for EXT2, and increases the
22821     CONFIG_SYS_BOOTMAPSZ size for the default configuration
22822     of the katmai boards to use them as the RAID-reference
22823     AMCC setups.
22824
22825      EXT2 enabling allows one to boot kernels from the EXT2
22826     formatted Compact Flash cards.
22827
22828      CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
22829     Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
22830     the memory area with DTB file (which is placed at the
22831     end of the bootmap area) will turn out to be overlapped
22832     with the BSS segment of the 256KB kernel, and zeroed
22833     in early_init() of Linux.
22834
22835      Actually, increasing of the bootmap size could be done
22836     via setting of the bootm_size U-Boot variable, but it looks
22837     like the current U-Boot implementation have some bootm_size-
22838     related functionality lost. In many places through the U-Boot
22839     code the CONFIG_SYS_BOOTMAPSZ definition is used directly
22840     (instead of trying to read the corresponding value from the
22841     environment). The same is truth for the boot_jump_linux()
22842     function in lib_ppc/bootm.c, where U-Boot transfers control
22843     to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
22844     value to the booting kernel.
22845
22846     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
22847     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22848     Signed-off-by: Stefan Roese <sr@denx.de>
22849
22850 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
22851 Author: Dave Mitchell <dmitch71@gmail.com>
22852 Date:   Thu Nov 20 14:09:50 2008 -0600
22853
22854     ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
22855
22856     Expanded OCM TLB to allow access to 64K OCM as well as 256K of
22857     internal SRAM.
22858
22859     Adjusted internal SRAM initialization to match updated user
22860     manual recommendation.
22861
22862     OCM & ISRAM are now mapped as follows:
22863             physical        virtual         size
22864     ISRAM   0x4_0000_0000   0xE300_0000     256k
22865     OCM     0x4_0004_0000   0xE304_0000     64k
22866
22867     A single TLB was used for this mapping.
22868
22869     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
22870     Signed-off-by: Stefan Roese <sr@denx.de>
22871
22872 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
22873 Author: Dave Mitchell <dmitch71@gmail.com>
22874 Date:   Thu Nov 20 14:00:49 2008 -0600
22875
22876     ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
22877
22878     Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
22879     L2 cache DCRs from ppc440.h to this new header.
22880
22881     Also converted these DCR defines from lowercase to uppercase and
22882     modified referencing modules to use them.
22883
22884     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
22885     Signed-off-by: Stefan Roese <sr@denx.de>
22886
22887 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
22888 Author: Steven A. Falco <sfalco@harris.com>
22889 Date:   Thu Nov 20 14:37:57 2008 -0500
22890
22891     ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
22892
22893     The definitions of bits in SDR_CFG are incorrect, and not used within
22894     U-Boot.  Therefore, they can be removed.
22895
22896     The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
22897     and are unused, so they can be removed too.
22898
22899     A definition for SDR0_DDRCFG is added.
22900
22901     Signed-off-by: Steven A. Falco <sfalco@harris.com>
22902     Signed-off-by: Stefan Roese <sr@denx.de>
22903
22904 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
22905 Author: Dirk Behme <dirk.behme@gmail.com>
22906 Date:   Mon Nov 10 20:15:25 2008 +0100
22907
22908     ARM: OMAP: Convert IO macros
22909
22910     Convert IO macros to readx/writex.
22911
22912     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
22913
22914 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
22915 Author: Ilko Iliev <iliev@ronetix.at>
22916 Date:   Sun Nov 9 15:53:14 2008 +0100
22917
22918     lib_arm: do_bootm_linux() - correct a small mistake
22919
22920     This patch corrects a small bug in the "if" condition:
22921     the parameter "flag" is 0 and the "if" condition is always true.
22922     The result is - the boom command doesn't start the kernel.
22923     Affected targets: all arm based.
22924
22925     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
22926
22927 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
22928 Author: Stelian Pop <stelian@popies.net>
22929 Date:   Sun Nov 9 00:14:46 2008 +0100
22930
22931     AT91: Enable PLLB for USB
22932
22933     At least some (old ?) versions of the AT91Bootstrap do not set up the
22934     PLLB correctly to 48 MHz in order to make USB host function correctly.
22935
22936     This patch sets up the PLLB to the same values Linux uses, and makes USB
22937     work ok on the following CPUs:
22938         - AT91CAP9
22939         - AT91SAM9260
22940         - AT91SAM9263
22941
22942     This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
22943     the relevant AT91CAP9/AT91SAM9 atmel boards.
22944
22945     Signed-off-by: Stelian Pop <stelian@popies.net>
22946     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22947
22948 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
22949 Author: Stelian Pop <stelian@popies.net>
22950 Date:   Fri Nov 7 13:55:14 2008 +0100
22951
22952     AT91: Use AT91_CPU_CLOCK in displays
22953
22954     Introduce AT91_CPU_CLOCK and use it for displaying the CPU
22955     speed in the LCD driver.
22956
22957     Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
22958     corresponding board clocks.
22959
22960     Signed-off-by: Stelian Pop <stelian@popies.net>
22961
22962 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
22963 Author: Heiko Schocher <hs@denx.de>
22964 Date:   Thu Nov 20 09:57:47 2008 +0100
22965
22966     powerpc: 83xx: add support for the kmeter1 board
22967
22968     This patch adds support for the kmeter1 board from Keymile,
22969     based on a Freescale MPC8360 CPU.
22970
22971     - serial console on UART 1
22972     - 256 MB DDR2 RAM
22973     - 64 MB NOR Flash
22974     - Ethernet RMII Mode over UCC4
22975     - PHY SMSC LAN8700
22976
22977     Signed-off-by: Heiko Schocher <hs@denx.de>
22978     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22979
22980 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
22981 Author: Stefan Roese <sr@denx.de>
22982 Date:   Thu Nov 20 11:46:20 2008 +0100
22983
22984     ppc4xx: Clear all potentially pending exceptions in MCSR
22985
22986     This is needed on Canyonlands which still has an exception pending
22987     while running relocate_code(). This leads to a failure after trap_init()
22988     is moved to the top of board_init_r().
22989
22990     Signed-off-by: Stefan Roese <sr@denx.de>
22991
22992 commit facdad5f2602e899a01746916beddbf9e856b5ee
22993 Author: Heiko Schocher <hs@denx.de>
22994 Date:   Wed Nov 19 10:10:30 2008 +0100
22995
22996     powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
22997
22998     Signed-off-by: Heiko Schocher <hs@denx.de>
22999     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23000
23001 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
23002 Author: Howard Gregory <Greg.Howard@freescale.com>
23003 Date:   Tue Nov 4 14:55:33 2008 +0800
23004
23005     mpc83xx: Improve the performance of DDR memory
23006
23007     modify the CAS timings. my understanding is that these
23008     settings decrease various wait times in the DDR interface.
23009     Because these wait times are in clock cycles, and the DDR
23010     clock on the 8315 RDB runs slower than on some other 83xx
23011     platforms, we can dial down these values without a problem,
23012     thereby decreasing the latency of memory a little.
23013
23014     Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
23015     Signed-off-by: Dave Liu <daveliu@freescale.com>
23016     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23017
23018 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
23019 Author: Kyungmin Park <kyungmin.park@samsung.com>
23020 Date:   Fri Oct 24 14:55:33 2008 +0200
23021
23022     ARM: Add Apollon UBI support
23023
23024     To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
23025     macro.
23026
23027     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23028     Signed-off-by: Stefan Roese <sr@denx.de>
23029
23030 commit 694a0b3f1c0accd0de94b89555155d69f8022824
23031 Author: Kyungmin Park <kyungmin.park@samsung.com>
23032 Date:   Wed Nov 19 11:47:05 2008 +0100
23033
23034     UBI: Add UBI command support
23035
23036     This patch adds these UBI commands:
23037
23038     ubi part [nand|onenand] [part] - Show or set current partition
23039     ubi info [l[ayout]] -Display volume and UBI layout information
23040     ubi create[vol] volume [size] [type] - Create volume name with size
23041     ubi write[vol] address volume size - Write volume from address with size
23042     ubi read[vol] address volume [size] - Read volume to address with size
23043     ubi remove[vol] volume - Remove volume
23044
23045     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23046     Signed-off-by: Stefan Roese <sr@denx.de>
23047
23048 commit 58be3a1056d88c6d05f3e914389282807e69923a
23049 Author: Kyungmin Park <kyungmin.park@samsung.com>
23050 Date:   Wed Nov 19 16:38:24 2008 +0100
23051
23052     UBI: Add basic UBI support to U-Boot (Part 8/8)
23053
23054     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
23055     It's based on the Linux UBI version and basically has a "OS"
23056     translation wrapper that defines most Linux specific calls
23057     (spin_lock() etc.) into no-ops. Some source code parts have been
23058     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
23059     this version with the Linux version and simplifies future UBI
23060     ports/bug-fixes from the Linux version.
23061
23062     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23063     Signed-off-by: Stefan Roese <sr@denx.de>
23064
23065 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
23066 Author: Kyungmin Park <kyungmin.park@samsung.com>
23067 Date:   Wed Nov 19 16:36:36 2008 +0100
23068
23069     UBI: Add basic UBI support to U-Boot (Part 7/8)
23070
23071     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
23072     It's based on the Linux UBI version and basically has a "OS"
23073     translation wrapper that defines most Linux specific calls
23074     (spin_lock() etc.) into no-ops. Some source code parts have been
23075     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
23076     this version with the Linux version and simplifies future UBI
23077     ports/bug-fixes from the Linux version.
23078
23079     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23080     Signed-off-by: Stefan Roese <sr@denx.de>
23081
23082 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
23083 Author: Kyungmin Park <kyungmin.park@samsung.com>
23084 Date:   Wed Nov 19 16:32:36 2008 +0100
23085
23086     UBI: Add basic UBI support to U-Boot (Part 6/8)
23087
23088     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
23089     It's based on the Linux UBI version and basically has a "OS"
23090     translation wrapper that defines most Linux specific calls
23091     (spin_lock() etc.) into no-ops. Some source code parts have been
23092     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
23093     this version with the Linux version and simplifies future UBI
23094     ports/bug-fixes from the Linux version.
23095
23096     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23097     Signed-off-by: Stefan Roese <sr@denx.de>
23098
23099 commit c91a719daa331b5856109313371e4ece5ec06d96
23100 Author: Kyungmin Park <kyungmin.park@samsung.com>
23101 Date:   Wed Nov 19 16:28:06 2008 +0100
23102
23103     UBI: Add basic UBI support to U-Boot (Part 5/8)
23104
23105     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
23106     It's based on the Linux UBI version and basically has a "OS"
23107     translation wrapper that defines most Linux specific calls
23108     (spin_lock() etc.) into no-ops. Some source code parts have been
23109     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
23110     this version with the Linux version and simplifies future UBI
23111     ports/bug-fixes from the Linux version.
23112
23113     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23114     Signed-off-by: Stefan Roese <sr@denx.de>
23115
23116 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
23117 Author: Kyungmin Park <kyungmin.park@samsung.com>
23118 Date:   Wed Nov 19 16:27:23 2008 +0100
23119
23120     UBI: Add basic UBI support to U-Boot (Part 4/8)
23121
23122     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
23123     It's based on the Linux UBI version and basically has a "OS"
23124     translation wrapper that defines most Linux specific calls
23125     (spin_lock() etc.) into no-ops. Some source code parts have been
23126     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
23127     this version with the Linux version and simplifies future UBI
23128     ports/bug-fixes from the Linux version.
23129
23130     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23131     Signed-off-by: Stefan Roese <sr@denx.de>
23132
23133 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
23134 Author: Kyungmin Park <kyungmin.park@samsung.com>
23135 Date:   Wed Nov 19 16:26:54 2008 +0100
23136
23137     UBI: Add basic UBI support to U-Boot (Part 3/8)
23138
23139     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
23140     It's based on the Linux UBI version and basically has a "OS"
23141     translation wrapper that defines most Linux specific calls
23142     (spin_lock() etc.) into no-ops. Some source code parts have been
23143     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
23144     this version with the Linux version and simplifies future UBI
23145     ports/bug-fixes from the Linux version.
23146
23147     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23148     Signed-off-by: Stefan Roese <sr@denx.de>
23149
23150 commit 961df83361aff9a14f226214224eb8a06e05ba24
23151 Author: Kyungmin Park <kyungmin.park@samsung.com>
23152 Date:   Wed Nov 19 16:25:44 2008 +0100
23153
23154     UBI: Add basic UBI support to U-Boot (Part 2/8)
23155
23156     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
23157     It's based on the Linux UBI version and basically has a "OS"
23158     translation wrapper that defines most Linux specific calls
23159     (spin_lock() etc.) into no-ops. Some source code parts have been
23160     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
23161     this version with the Linux version and simplifies future UBI
23162     ports/bug-fixes from the Linux version.
23163
23164     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23165     Signed-off-by: Stefan Roese <sr@denx.de>
23166
23167 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
23168 Author: Kyungmin Park <kyungmin.park@samsung.com>
23169 Date:   Wed Nov 19 16:23:06 2008 +0100
23170
23171     UBI: Add basic UBI support to U-Boot (Part 1/8)
23172
23173     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
23174     It's based on the Linux UBI version and basically has a "OS"
23175     translation wrapper that defines most Linux specific calls
23176     (spin_lock() etc.) into no-ops. Some source code parts have been
23177     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
23178     this version with the Linux version and simplifies future UBI
23179     ports/bug-fixes from the Linux version.
23180
23181     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23182     Signed-off-by: Stefan Roese <sr@denx.de>
23183
23184 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
23185 Author: Kyungmin Park <kyungmin.park@samsung.com>
23186 Date:   Wed Nov 19 16:20:36 2008 +0100
23187
23188     MTD: Add MTD paritioning infrastructure
23189
23190     This MTD part infrastructure will be used by the upcoming
23191     UBI support.
23192
23193     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23194     Signed-off-by: Stefan Roese <sr@denx.de>
23195
23196 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
23197 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
23198 Date:   Thu Oct 16 22:54:03 2008 +0530
23199
23200     Align end of bss by 4 bytes
23201
23202     Most of the bss initialization loop increments 4 bytes
23203     at a time. And the loop end is checked for an 'equal'
23204     condition. Make the bss end address aligned by 4, so
23205     that the loop will end as expected.
23206
23207     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
23208     Signed-off-by: Wolfgang Denk <wd@denx.de>
23209
23210 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
23211 Author: Becky Bruce <becky.bruce@freescale.com>
23212 Date:   Mon Nov 10 19:45:35 2008 -0600
23213
23214     mpc8641: fix address-cells default in old .dts detection
23215
23216     address-cells defaults to 2, not 1; so in the unlikely
23217     event that it isn't specified, this patch is required
23218     for correct operation.
23219
23220     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23221
23222 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
23223 Author: Becky Bruce <becky.bruce@freescale.com>
23224 Date:   Fri Oct 31 17:14:39 2008 -0500
23225
23226     lib_ppc: Move trap_init to occur earlier
23227
23228     Doing trap_init immediately once we're running from RAM
23229     means we're no longer dependent on the physical location of
23230     the flash on non-BookE platforms. Before trap_init, those
23231     platforms switch to real mode and go to 0xfff00100 on exception.
23232     After the switch, they go to 0x00000100  This makes it easier to
23233     move the flash location.
23234
23235     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23236
23237 commit d52082b12c6e545705a19433a2f4142526536189
23238 Author: Becky Bruce <becky.bruce@freescale.com>
23239 Date:   Fri Nov 7 13:46:19 2008 -0600
23240
23241     mpc8641: Try to detect old .dts files
23242
23243     Since we've changed the memory map of the board, be nice and
23244     add some checking to try to catch out-of-date .dts files.  We do
23245     this by checking the CCSRBAR location in the .dts and comparing
23246     it to the CCSRBAR location in u-boot.  If they don't match, a
23247     warning msg is printed.  This isn't foolproof, but it's simple and
23248     will catch most of the cases where an out-of-date .dts is present,
23249     including all of the cases where a new u-boot is used with an old
23250     standard MPC8641 .dts file as supplied with Linux.
23251
23252     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23253
23254 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
23255 Author: Becky Bruce <becky.bruce@freescale.com>
23256 Date:   Thu Nov 6 13:04:09 2008 -0600
23257
23258     toplevel Makefile: Add MPC8641HPCN_36BIT target
23259
23260     This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
23261
23262     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23263
23264 commit 3111d32c494e8251b90917447796a7206b757e1e
23265 Author: Becky Bruce <becky.bruce@freescale.com>
23266 Date:   Thu Nov 6 17:37:35 2008 -0600
23267
23268     mpc8641: Support 36-bit physical addressing
23269
23270     This patch creates a memory map with all the devices
23271     in 36-bit physical space, in addition to the 32-bit map.
23272     The CCSR relocation is moved (again, sorry) to
23273     allow for the physical address to be 36 bits - this
23274     requires translation to be enabled.  With 36-bit physical
23275     addressing enabled, we are no longer running with VA=PA
23276     translations.  This means we have to distinguish between
23277     the two in the config file.  The existing region name is
23278     used to indicate the virtual address, and a _PHYS variety
23279     is created to represent the physical address.
23280
23281     Large physical addressing is not enabled by default.
23282     Set CONFIG_PHYS_64BIT in the config file to turn this on.
23283
23284     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23285
23286 commit c759a01a0022de9378a3a761f49786f87684c916
23287 Author: Becky Bruce <becky.bruce@freescale.com>
23288 Date:   Thu Nov 6 17:36:04 2008 -0600
23289
23290     mpc8641: Change 32-bit memory map
23291
23292     The memory map on the 8641hpcn is modified to look more like
23293     the 85xx boards; this is a step towards a more standardized
23294     layout going forward. As part of this change, we now relocate
23295     the flash.
23296
23297     The regions for some of the mappings were far larger than they
23298     needed to be.  I have reduced the mappings to match the
23299     actual sizes supported by the hardware.
23300
23301     In addition I have removed the comments at the head
23302     of the BAT blocks in the config file, rather than updating
23303     them.  These get horribly out of date, and it's a simple
23304     matter to look at the defines to see what they are set to
23305     since everything is right here in the same file.
23306
23307     Documentation has been changed to reflect the new map, as this
23308     change is user visible, and affects the OS which runs post-uboot.
23309
23310     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23311
23312 commit bf9a8c34309ed9276258295db9e9212aabb2531a
23313 Author: Becky Bruce <becky.bruce@freescale.com>
23314 Date:   Wed Nov 5 14:55:35 2008 -0600
23315
23316     mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
23317
23318     We define CONFIG_MONITOR_BASE_EARLY to define the initial location
23319     of the bootpage in flash.   Use this to create an early mapping
23320     definition for the FLASH, and change the early_bats code to use this.
23321
23322     This  change facilitates the relocation of the flash since the early
23323     mappings are no longer tied to the final location of the flash.
23324
23325     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23326
23327 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
23328 Author: Becky Bruce <becky.bruce@freescale.com>
23329 Date:   Wed Nov 5 14:55:34 2008 -0600
23330
23331     mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
23332
23333     Using a mtmsr/blr means that you have to be executing at the
23334     same virtual address once you enable translation.  This is
23335     unnecessarily restrictive, and is not really how this is
23336     usually done.  Change it to use the more common mtspr SRR0/SRR1
23337     and rfi method.
23338
23339     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23340
23341 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
23342 Author: Becky Bruce <becky.bruce@freescale.com>
23343 Date:   Wed Nov 5 14:55:33 2008 -0600
23344
23345     mpc8641: make DIAG_ADDR == FLASH_BASE
23346
23347     Currently, that's what it is, but it's hardcoded.
23348
23349     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23350
23351 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
23352 Author: Becky Bruce <becky.bruce@freescale.com>
23353 Date:   Wed Nov 5 14:55:32 2008 -0600
23354
23355     mpc8641: Drop imaginary second flash bank, map 8MB
23356
23357     There's a lot of setup and foo for the second flash
23358     bank.  The problem is, this board doesn't actually have one.
23359     Clean this up.  Also, the flash is 8M in size.  Get rid
23360     of the confusing aliased overmapping, and just map 8M.
23361
23362     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23363
23364 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
23365 Author: Becky Bruce <becky.bruce@freescale.com>
23366 Date:   Wed Nov 5 14:55:31 2008 -0600
23367
23368     mpc8641: only define CONFIG_ENV_SIZE once
23369
23370     It's currently defined twice inside in an if/else block, but
23371     both halves set the same value.  Move the define outside
23372     the if.
23373
23374     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23375
23376 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
23377 Author: Becky Bruce <becky.bruce@freescale.com>
23378 Date:   Wed Nov 5 14:55:30 2008 -0600
23379
23380     mpc86xx: Move setup_bats into cpu_init_f
23381
23382     In order to later allow for a physical relocation of the
23383     flash, setup_bats, which sets up the final BAT mapping
23384     for the board, needs to happen *after* init_laws().
23385     Otherwise, there will be no window programmed for the flash
23386     at the new physical location at the point when we change
23387     the mmu translation.
23388
23389     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23390
23391 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
23392 Author: Becky Bruce <becky.bruce@freescale.com>
23393 Date:   Wed Nov 5 14:55:29 2008 -0600
23394
23395     mpc8641: Remove extra "0" from BR2 define
23396
23397     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23398
23399 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
23400 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
23401 Date:   Thu Oct 23 09:08:18 2008 -0400
23402
23403     drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
23404
23405     Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
23406     This adds support for PHY-less MAC connections to the UEC.
23407
23408     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
23409     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23410
23411 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
23412 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23413 Date:   Thu Oct 23 16:27:24 2008 +0000
23414
23415     ColdFire: Add mii driver in drivers/net
23416
23417     All CF platforms' mii.c are consolidated into one
23418
23419     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23420     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23421
23422 commit 25a859066b3af1070eb69f12022113c0a91bd813
23423 Author: Ben Warren <biggerbadderben@gmail.com>
23424 Date:   Mon Oct 27 23:53:17 2008 -0700
23425
23426     Moved initialization of PPC4xx EMAC to cpu_eth_init()
23427
23428     Removed initialization of the driver from net/eth.c
23429
23430     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23431     Acked-by: Stefan Roese <sr@denx.de>
23432
23433 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
23434 Author: Ben Warren <biggerbadderben@gmail.com>
23435 Date:   Sun Nov 9 21:29:23 2008 -0800
23436
23437     Moved PPC4xx EMAC driver to drivers/net
23438
23439     Also changed path in all linker scripts that reference this driver
23440
23441     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23442     Acked-by: Stefan Roese <sr@denx.de>
23443
23444 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
23445 Author: Ben Warren <biggerbadderben@gmail.com>
23446 Date:   Mon Oct 27 23:50:15 2008 -0700
23447
23448     Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
23449
23450     All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
23451
23452     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23453     Acked-by: Stefan Roese <sr@denx.de>
23454
23455 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
23456 Author: Ben Warren <biggerbadderben@gmail.com>
23457 Date:   Thu Oct 23 22:02:49 2008 -0700
23458
23459     Moved initialization of MPC8XX SCC to cpu_eth_init()
23460
23461     Removed initialization of the driver from net/eth.c
23462
23463     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23464
23465 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
23466 Author: Ben Warren <biggerbadderben@gmail.com>
23467 Date:   Wed Oct 22 23:47:51 2008 -0700
23468
23469     Moved initialization of MPC8220 FEC to cpu_eth_init()
23470
23471     Removed initialization of the driver from net/eth.c
23472
23473     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23474
23475 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
23476 Author: Ben Warren <biggerbadderben@gmail.com>
23477 Date:   Wed Oct 22 23:32:48 2008 -0700
23478
23479     Moved initialization of QE Ethernet controller to cpu_eth_init()
23480
23481     Removed initialization of the driver from net/eth.c
23482
23483     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23484
23485 commit 3456a148276d5494b53ee40242efb6462d163504
23486 Author: Ben Warren <biggerbadderben@gmail.com>
23487 Date:   Wed Oct 22 23:20:29 2008 -0700
23488
23489     Moved initialization of FCC Ethernet controller to cpu_eth_init
23490
23491     Affected boards:
23492         Several MPC8xx boards
23493         Several MPC8260/MPC8272 boards
23494         Several MPC85xx boards
23495
23496     Removed initialization of the driver from net/eth.c
23497
23498     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23499
23500 commit 62e15b497f5c6334c059512678c8db7940ae4c61
23501 Author: Ben Warren <biggerbadderben@gmail.com>
23502 Date:   Thu Oct 30 22:15:35 2008 -0700
23503
23504     Fix typo in cpu/mpc85xx/cpu.c
23505
23506     CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
23507
23508     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23509
23510 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
23511 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23512 Date:   Sun Oct 19 12:08:50 2008 +0900
23513
23514     net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
23515
23516     This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
23517     as a part of ongoing eth_initialize cleanup work.  The function ret value
23518     is also fixed as it should be negative on fail.
23519
23520     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23521     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23522
23523 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
23524 Author: Ben Warren <biggerbadderben@gmail.com>
23525 Date:   Fri Sep 5 01:55:22 2008 -0400
23526
23527     Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
23528
23529     Also, removed the driver initialization from net/eth.c
23530
23531     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23532
23533 commit f2a7806fc23e82d30c8548911369e0c530607354
23534 Author: Clive Stubbings <uboot@xentech.co.uk>
23535 Date:   Mon Oct 27 15:05:00 2008 +0000
23536
23537     xilinx_emaclite buffer overrun
23538
23539     Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
23540     PKTSIZE_ALIGN bytes long.
23541
23542     Acked-by: Michal Simek <monstr@monstr.eu>
23543
23544     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23545
23546 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
23547 Author: richardretanubun <richardretanubun@ruggedcom.com>
23548 Date:   Fri Sep 26 08:59:12 2008 -0400
23549
23550     NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
23551
23552     The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
23553     This patch makes these function use the devname argument that is passed in to
23554     allow access to the phy registers of other devices in devlist[].
23555
23556     Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
23557
23558     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23559
23560 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
23561 Author: richardretanubun <richardretanubun@ruggedcom.com>
23562 Date:   Mon Oct 6 15:31:43 2008 -0400
23563
23564     Adds two more ethernet interface to 83xx
23565
23566     Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
23567     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
23568     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23569
23570 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
23571 Author: Stelian Pop <stelian@popies.net>
23572 Date:   Fri Nov 7 13:54:31 2008 +0100
23573
23574     AT91: Replace AT91_BASE_EMAC by the board specific values.
23575
23576     AT91_BASE_EMAC is never used outside the board specific files,
23577     so replace its usage by the board specific AT91xxx_BASE_EMAC.
23578
23579     Signed-off-by: Stelian Pop <stelian@popies.net>
23580     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23581
23582 commit c91e17affa175ce06afa89b04752301eb4a61666
23583 Author: Stelian Pop <stelian@popies.net>
23584 Date:   Fri Nov 7 12:09:21 2008 +0100
23585
23586     AT91: Replace (undefined) AT91_ID_US* by the board specific values.
23587
23588     AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
23589     Since they are never used outside the board specific files, they can
23590     be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
23591     AT91xxx_ID_US2.
23592
23593     Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
23594
23595     Signed-off-by: Stelian Pop <stelian@popies.net>
23596     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23597
23598 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
23599 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23600 Date:   Sat Nov 1 10:47:59 2008 +0100
23601
23602     Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
23603
23604     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23605
23606 commit 1079432e04ccf71aa3684181186182cd63512f19
23607 Author: Sergey Lapin <slapin@ossfans.org>
23608 Date:   Fri Oct 31 12:28:43 2008 +0100
23609
23610     Custom AFEB9260 board support
23611
23612     This patch provides support for AFEB9260 board, a product of
23613     OpenSource hardware and software. Some commertial projects
23614     are made with this design. A board is basically AT91SAM9260-EK
23615     with some modifications and different peripherals and different
23616     parts used. Main purpose of this project is to gain experience in
23617     hardware design.
23618     More info: http://groups.google.com/group/arm9fpga-evolution-board
23619     (In Russian only, sorry).
23620     Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
23621
23622     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
23623
23624 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
23625 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
23626 Date:   Tue Oct 21 13:17:16 2008 +0900
23627
23628     Change to use "do_div" macro
23629
23630     Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
23631
23632 commit e352495318d8056a00faa21b633b3e4374bfbf52
23633 Author: Roman Mashak <romez777@gmail.com>
23634 Date:   Wed Oct 22 16:00:26 2008 -0400
23635
23636     ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
23637
23638     OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
23639     It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
23640
23641     Signed-off-by: Roman Mashak <romez777@gmail.com>
23642
23643 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
23644 Author: Roman Mashak <romez777@gmail.com>
23645 Date:   Tue Oct 21 03:01:41 2008 -0700
23646
23647     ARM/Versatile port: Removed unused functions
23648
23649     Removal of never used functions.
23650
23651     Signed-off-by: Roman Mashak <romez777@gmail.com>
23652
23653 commit 1266df887781c779deaf6d05eea2ef90a470cb34
23654 Author: Becky Bruce <becky.bruce@freescale.com>
23655 Date:   Mon Nov 3 15:44:01 2008 -0600
23656
23657     powerpc: change 86xx SMP boot method
23658
23659     We put the bootpg for the secondary cpus into memory and use
23660     BPTR to get to it.  This is a step towards converting to the
23661     ePAPR boot methodology.  Also, the code is written to
23662     deal properly with more than 4GB of RAM.
23663
23664     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23665
23666 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
23667 Author: Becky Bruce <becky.bruce@freescale.com>
23668 Date:   Fri Oct 31 17:13:49 2008 -0500
23669
23670     8641HPCN: Config file cleanup
23671
23672     There are several items in the config file that were hardcoded
23673     but that should really be based on other config options, since
23674     the regions are contiguous and depend on being so.  This cleans
23675     that up a bit.  Also, add BR_PHYS_ADDR() macro to convert
23676     addresses into the proper format for BR registers.
23677
23678     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23679
23680 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
23681 Author: Becky Bruce <becky.bruce@freescale.com>
23682 Date:   Fri Oct 31 17:13:32 2008 -0500
23683
23684     86xx: Make dram_size a phys_size_t
23685
23686     It's currently a long and should be phys_size_t.
23687
23688     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23689
23690 commit 104992fc541302a6bac74448e01e7fdad20abca0
23691 Author: Becky Bruce <becky.bruce@freescale.com>
23692 Date:   Sun Nov 2 18:19:32 2008 -0600
23693
23694     powerpc 86xx: Handle CCSR relocation earlier
23695
23696     Currently, the CCSR gets relocated while translation is
23697     enabled, meaning we need 2 BAT translations to get to both the
23698     old location and the new location.  Also, the DEFAULT
23699     CCSR location has a dependency on the BAT that maps the
23700     FLASH region.  Moving the relocation removes this unnecessary
23701     dependency. This makes it easier and more intutive to
23702     modify the board's memory map.
23703
23704     Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
23705     BAT for CCSR space.
23706
23707     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23708
23709 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
23710 Author: Becky Bruce <becky.bruce@freescale.com>
23711 Date:   Fri Oct 31 17:14:14 2008 -0500
23712
23713     mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
23714
23715     You can't actually have both, and with some coming changes to
23716     change the memory map for the board and support 36-bit physical,
23717     we need the extra BAT that is being consumed by having both.
23718
23719     I also make non-PCI configs build cleanly, for the sake of sanity.
23720
23721     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23722
23723 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
23724 Author: Becky Bruce <becky.bruce@freescale.com>
23725 Date:   Fri Oct 31 17:14:00 2008 -0500
23726
23727     mpc8641: Stop supporting non-PCI_PNP configs
23728
23729     We don't actually ever do this, remove the code so we
23730     can stop maintaining it.
23731
23732     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23733
23734 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
23735 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23736 Date:   Fri Oct 24 12:59:12 2008 +0000
23737
23738     ColdFire: Fix M5329EVB and M5373EVB nand issue
23739
23740     Fix compilation issue caused by a few mismatches.
23741     Provide proper nand chip select enable/disable in
23742     nand_hwcontrol() rather than in board_nand_init()
23743     just enable once. Remove redundant local nand driver
23744     functions - nand_read_byte(), nand_write_byte() and
23745     nand_dev_ready() to use common nand driver.
23746
23747     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23748
23749 commit 1b2708442224a551a0b865b52710306333888932
23750 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23751 Date:   Wed Oct 22 11:55:30 2008 +0000
23752
23753     ColdFire: Fix compilation error
23754
23755     The error was caused by the change for strmhz() in cpu.c.
23756     A few of them were one extra close parenthesis.
23757
23758     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23759
23760 commit 536e7dac16769954915a484e682a2efb28699133
23761 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23762 Date:   Wed Oct 22 11:38:21 2008 +0000
23763
23764     ColdFire: Add MCF5301x CPU and M53017EVB support
23765
23766     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23767
23768 commit a21d0c2cc9add8894d971ab791f4032f077db817
23769 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23770 Date:   Tue Oct 21 15:37:02 2008 +0000
23771
23772     ColdFire: Add SBF support for M52277EVB
23773
23774     Add serial boot support
23775
23776     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23777
23778 commit b202816c61042c183fe67d097a5893b0f2dafba0
23779 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23780 Date:   Tue Oct 21 14:19:26 2008 +0000
23781
23782     ColdFire: Use CFI driver for M5272C3
23783
23784     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23785
23786 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
23787 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23788 Date:   Tue Oct 21 13:47:54 2008 +0000
23789
23790     ColdFire: Relocate FEC's GPIO and mii functions protocols
23791
23792     Place FEC pin assignments in cpu_init.c from platform's
23793     mii.c
23794
23795     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23796
23797 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
23798 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23799 Date:   Tue Oct 21 12:15:44 2008 +0000
23800
23801     ColdFire: Remove platforms mii.c file
23802
23803     Will use mcfmii.c driver in drivers/net rather than
23804     keep creating new mii.c for each future platform.
23805     Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
23806     M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
23807     M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
23808     mii.c
23809
23810     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23811
23812 commit 012522fef3b382469125beb46a315ab4dee02fb0
23813 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23814 Date:   Tue Oct 21 10:03:07 2008 +0000
23815
23816     ColdFire: Modules header files cleanup
23817
23818     Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
23819     MDHA, SKHA, INTC, and FlexBus structures and
23820     definitions in immap_5xxx.h to more unify modules
23821     header files. Append DSPI support for m547x_8x.
23822     SSI cleanup. Remove USB Host structure from immap_539.h.
23823     Apply changes to use FlexBus structures in mcf52x2's
23824     cpu_init.c and platform configuration files.
23825
23826     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23827
23828 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
23829 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23830 Date:   Tue Oct 21 08:52:36 2008 +0000
23831
23832     ColdFire: Remove linker file
23833
23834     Each different build for M54455EVB and M5235EVB will
23835     create a u-boot.lds linker file. It is redundant to
23836     keep the u-boot.lds
23837
23838     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23839
23840 commit 0829323073c505556ed5f5073f91adb504584d45
23841 Author: Peter Tyser <ptyser@xes-inc.com>
23842 Date:   Fri Oct 31 11:26:44 2008 -0500
23843
23844     ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
23845
23846     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23847
23848 commit a80b21d5127583171d6e9bc7f722947641898012
23849 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23850 Date:   Fri Oct 31 12:12:12 2008 +0100
23851
23852     common/Makefile: create others group for non core, environment and command files
23853
23854     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23855
23856 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
23857 Author: Wolfgang Denk <wd@denx.de>
23858 Date:   Fri Oct 31 01:13:37 2008 +0100
23859
23860     TQM8260: use CFI flash driver instead of custom driver.
23861
23862     Signed-off-by: Wolfgang Denk <wd@denx.de>
23863
23864 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
23865 Author: Andy Fleming <afleming@freescale.com>
23866 Date:   Thu Oct 30 17:35:30 2008 -0500
23867
23868     Consolidate MAX/MIN definitions
23869
23870     There were several, now there is one (two if you count the lower-case
23871     versions).
23872
23873     Signed-off-by: Andy Fleming <afleming@freescale.com>
23874
23875 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
23876 Author: Heiko Schocher <hs@denx.de>
23877 Date:   Thu Oct 30 09:23:09 2008 +0100
23878
23879     mgsuvd: remove unused defines in config file.
23880
23881     Signed-off-by: Heiko Schocher <hs@denx.de>
23882
23883 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
23884 Author: Wolfgang Denk <wd@denx.de>
23885 Date:   Sun Nov 2 16:14:22 2008 +0100
23886
23887     Coding Style cleanup, update CHANGELOG
23888
23889     Signed-off-by: Wolfgang Denk <wd@denx.de>
23890
23891 commit a47f957ab523019992fdef857af01bd71c58a4da
23892 Author: Alessandro Rubini <rubini-list@gnudd.com>
23893 Date:   Fri Oct 31 22:33:21 2008 +0100
23894
23895     NAND: Allow NAND and OneNAND to coexist
23896
23897     This removes in nand.h code that is verbatim duplicated from bbm.h,
23898     including directly bbm.h in nand.h. The previous state of affairs
23899     prevented compiling code for a board hosting both NAND and OneNAND chips.
23900
23901     Reported-by: Scott Wood <scottwood@freescale.com>
23902     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23903     Signed-off-by: Scott Wood <scottwood@freescale.com>
23904
23905 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
23906 Author: Scott Wood <scottwood@freescale.com>
23907 Date:   Fri Oct 31 13:51:12 2008 -0500
23908
23909     JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
23910
23911     Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
23912     Signed-off-by: Scott Wood <scottwood@freescale.com>
23913
23914 commit c57fc28947e248fb03c49a28b467686299895055
23915 Author: Jason Jin <Jason.Jin@freescale.com>
23916 Date:   Fri Oct 31 05:07:04 2008 -0500
23917
23918     NAND: Add NAND support for MPC8536DS board
23919
23920     This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
23921     for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
23922     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
23923
23924     Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
23925     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23926     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23927
23928 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
23929 Author: Haiying Wang <Haiying.Wang@freescale.com>
23930 Date:   Fri Oct 31 05:06:14 2008 -0500
23931
23932     NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
23933
23934     CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
23935
23936     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23937     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23938
23939 commit 51b572a801be57790fe26adaa530210e7fba59cc
23940 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23941 Date:   Fri Oct 24 10:49:48 2008 +0900
23942
23943     sh: rsk7203: Moved rsk7203 board to board/renesas
23944
23945     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23946
23947 commit 58453b00b3ebb26aaa901210023f99504a90bb00
23948 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23949 Date:   Fri Oct 24 10:48:31 2008 +0900
23950
23951     sh: MigoR: Moved MigoR board to board/renesas
23952
23953     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23954
23955 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
23956 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23957 Date:   Fri Oct 24 10:39:44 2008 +0900
23958
23959     sh: r2dplus: Moved r2dplus board to board/renesas
23960
23961     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23962
23963 commit 78385bf2359d828184d0b3649f7ae6b933420000
23964 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23965 Date:   Fri Oct 24 10:36:13 2008 +0900
23966
23967     sh: sh7763rdp: Moved sh7763rdp board to board/renesas
23968
23969     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23970
23971 commit c6525d459c350bfc246ea7826456af77e1e314eb
23972 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23973 Date:   Fri Oct 24 10:35:19 2008 +0900
23974
23975     sh: sh7785lcr: Moved sh7785lcr board to board/renesas
23976
23977     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23978
23979 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
23980 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23981 Date:   Fri Oct 24 10:34:21 2008 +0900
23982
23983     sh: r7780mp: Moved r7780mp board to board/renesas
23984
23985     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23986
23987 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
23988 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23989 Date:   Fri Oct 24 10:32:14 2008 +0900
23990
23991     sh: ap325rxa: Moved ap325rxa board to board/renesas
23992
23993     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23994
23995 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
23996 Author: Wolfgang Denk <wd@xpert.denx.de>
23997 Date:   Fri Oct 31 01:12:28 2008 +0100
23998
23999     CFI Driver: Fix "flash not ready" problem
24000
24001     This patch fixes a problem on systems where the NOR flash is attached
24002     to a 64 bit bus.  The toggle bit detection in flash_toggle() is based
24003     on the assumption that the same flash address is read twice without
24004     any other interjacent flash accesses.  However, on 32 bit systems the
24005     function flash_read64() [as currently implemented] does not perform
24006     an atomic 64 bit read - instead, this is broken down into two 32 bit
24007     read accesses on addresses "addr" and "addr + 4".  So instead of
24008     reading a 64 bit value twice from "addr", we see a sequence of 4 32
24009     bit reads from "addr", "addr + 4", "addr", and "addr + 4".  The
24010     consequence is that flash_toggle() fails to work.
24011
24012     This patch implements a simple, but somewhat ugly solution, as it
24013     avoids the use of flash_read64() in this critical place (by breaking
24014     it down manually into 32 bit read operations) instead of rewriting
24015     flash_read64() such to perform atomic 64 bit reads as one could
24016     expect.  However, such a rewrite would require the use of floating
24017     point load operations, which becomes pretty complex:
24018
24019         save MSR;
24020         set Floating Point Enable bit in MSR;
24021         use "lfd" instruction to perform atomic 64 bit read;
24022         use "stfd" to store value to temporary variable on stack;
24023         load u64 value from temporary variable;
24024         restore saved MSR;
24025         return u64 value;
24026
24027     The benefit-cost ratio of such an implementation was considered too
24028     bad to actually attempt this, especially as we can expect that such
24029     an implementation would not only have a bigger memory footprint but
24030     also cause a performance degradation.
24031
24032     Signed-off-by: Wolfgang Denk <wd@denx.de>
24033     Signed-off-by: Stefan Roese <sr@denx.de>
24034
24035 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
24036 Author: Stefan Roese <sr@denx.de>
24037 Date:   Fri Oct 31 10:48:08 2008 +0100
24038
24039     ppc4xx: Fix spelling error in MAINTAINERS file
24040
24041     Signed-off-by: Stefan Roese <sr@denx.de>
24042
24043 commit be270798900b75ad9c47c7b79c72f70441196c56
24044 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24045 Date:   Tue Oct 28 13:37:00 2008 +0100
24046
24047     ppc4xx: Update PMC440 board support
24048
24049     This patch brings PMC440 board support up to date:
24050
24051     - fix GPIO configuration
24052     - add misc_init_f()
24053     - use better values for usbact variable
24054     - fix USB 2.0 phy reset sequence
24055     - shrink BAR2 to save PCI address space
24056     - add FDT support
24057
24058     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24059     Signed-off-by: Stefan Roese <sr@denx.de>
24060
24061 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
24062 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24063 Date:   Tue Oct 28 13:36:59 2008 +0100
24064
24065     ppc4xx: Fix PMC440 BSP commands
24066
24067     This patch fixes the PMC440 BSP commands painit and selfreset
24068
24069     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24070     Signed-off-by: Stefan Roese <sr@denx.de>
24071
24072 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
24073 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24074 Date:   Tue Oct 28 13:36:58 2008 +0100
24075
24076     ppc4xx: Update PMC440 board configuration
24077
24078     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24079     Signed-off-by: Stefan Roese <sr@denx.de>
24080
24081 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
24082 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24083 Date:   Tue Oct 28 13:36:57 2008 +0100
24084
24085     ppc4xx: Fix esd loadpci command
24086
24087     This patch fixes esd's loadpci command when not all
24088     memory on adapter boards is accessable via PCI.
24089
24090     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24091     Signed-off-by: Stefan Roese <sr@denx.de>
24092
24093 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
24094 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24095 Date:   Tue Oct 28 13:36:56 2008 +0100
24096
24097     ppc4xx: Clean up PMC440 header
24098
24099     -Codingstyle cleanup
24100     -Remove unused GPIO define
24101
24102     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24103     Signed-off-by: Stefan Roese <sr@denx.de>
24104
24105 commit 295133258a44f97a57fb2ec339aecfda11f4db95
24106 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24107 Date:   Tue Oct 28 13:36:55 2008 +0100
24108
24109     ppc4xx: Handle other board variant in PMC440 FPGA code
24110
24111     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24112     Signed-off-by: Stefan Roese <sr@denx.de>
24113
24114 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
24115 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24116 Date:   Mon Oct 27 12:35:59 2008 +0100
24117
24118     ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
24119
24120     Xilinx ppc440 and ppc405 have many similarities. This patch merge the
24121     config files of both infrastuctures
24122
24123     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24124     Signed-off-by: Stefan Roese <sr@denx.de>
24125
24126 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
24127 Author: Stefan Roese <sr@denx.de>
24128 Date:   Sat Oct 25 06:45:31 2008 +0200
24129
24130     ppc4xx: Correctly configure the GPIO pin muxing on Arches
24131
24132     Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
24133     pin multiplexing correctly
24134
24135     Signed-off-by: Stefan Roese <sr@denx.de>
24136
24137 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
24138 Author: Bartlomiej Sieka <tur@semihalf.com>
24139 Date:   Thu Oct 30 23:22:04 2008 +0100
24140
24141     Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
24142
24143     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24144
24145 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
24146 Author: David Gibson <david@gibson.dropbear.id.au>
24147 Date:   Wed Oct 29 23:27:45 2008 -0500
24148
24149     libfdt: Fix bug in fdt_subnode_offset_namelen()
24150
24151     There's currently an off-by-one bug in fdt_subnode_offset_namelen()
24152     which causes it to keep searching after it's finished the subnodes of
24153     the given parent, and into the subnodes of siblings of the original
24154     node which come after it in the tree.
24155
24156     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24157     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24158
24159 commit f242a08871839eac081ba5b599af979f3a148a0d
24160 Author: Peter Korsgaard <jacmet@sunsite.dk>
24161 Date:   Tue Oct 28 08:26:52 2008 +0100
24162
24163     fdt_resize(): ensure minimum padding
24164
24165     fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
24166     (16 bytes), so make sure that fdt_resize at least adds that much
24167     padding, no matter what the location or size of the fdt is.
24168
24169     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
24170     Acked-by: Andy Fleming <afleming@freescale.com>
24171
24172 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
24173 Author: Dave Liu <daveliu@freescale.com>
24174 Date:   Thu Oct 23 21:59:35 2008 +0800
24175
24176     74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
24177
24178     The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
24179
24180     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
24181
24182     This is needed in unlock_ram_in_cache() because it is called from C and
24183     will corrupt the small data area anchor that is kept in R2.
24184
24185     lock_ram_in_cache() is modified similarly as good coding practice, but
24186     is not called from C.
24187
24188     Signed-off-by: Nick Spence <nick.spence@freescale.com>
24189
24190     also, the r2 is used as global data pointer.
24191
24192     Signed-off-by: Dave Liu <daveliu@freescale.com>
24193
24194 commit e053ab1903ccae6048ef759025b9f675bba91450
24195 Author: Scott Wood <scottwood@freescale.com>
24196 Date:   Tue Oct 28 11:45:04 2008 -0500
24197
24198     mpc83xx pci: Round up memory size in inbound window.
24199
24200     The current calculation will fail to cover all memory if
24201     its size is not a power of two.
24202
24203     Signed-off-by: Scott Wood <scottwood@freescale.com>
24204     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24205
24206 commit 1c671977dc81359628be27ac99c174e76e8069ba
24207 Author: Dave Liu <daveliu@freescale.com>
24208 Date:   Thu Oct 23 21:19:13 2008 +0800
24209
24210     86xx: remove the unused definition
24211
24212     Signed-off-by: Dave Liu <daveliu@freescale.com>
24213
24214 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
24215 Author: Dave Liu <daveliu@freescale.com>
24216 Date:   Tue Oct 28 17:47:49 2008 +0800
24217
24218     86xx: remove the redundant r2 global data pointer save
24219
24220     The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
24221     the another global data pointer save, but in fact the
24222     global data pointer will be initialized in the board_init_r,
24223     so remove it such as the 85xx/83xx family.
24224
24225     Signed-off-by: Dave Liu <daveliu@freescale.com>
24226     Acked-by: Kumar Gala <kumar.gala@freescale.com>
24227
24228 commit bd888e9544419665334a6f47f81f34011cea38f3
24229 Author: Dave Liu <daveliu@freescale.com>
24230 Date:   Tue Oct 28 17:47:41 2008 +0800
24231
24232     86xx: remove the unused code for 86xx family
24233
24234     I believe these code was copied from 74xx family, but for
24235     86xx, it is unused.
24236
24237     Signed-off-by: Dave Liu <daveliu@freescale.com>
24238     Acked-by: Kumar Gala <kumar.gala@freescale.com>
24239
24240 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
24241 Author: Dave Liu <daveliu@freescale.com>
24242 Date:   Tue Oct 28 17:46:35 2008 +0800
24243
24244     86xx: remove the second DDR LAW setting for mpc8641hpcn
24245
24246     The DDR1 LAW will precedence the DDR2 LAW, so remove
24247     the second DDR LAW.
24248
24249     Signed-off-by: Dave Liu <daveliu@freescale.com>
24250     Acked-by: Becky Bruce <becky.bruce@freescale.com>
24251
24252 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
24253 Author: Dave Liu <daveliu@freescale.com>
24254 Date:   Tue Oct 28 17:46:23 2008 +0800
24255
24256     86xx: remove the unused ddr_enable_ecc in the board file
24257
24258     The DDR controller of 86xx processors have the ECC data init
24259     feature, and the new DDR code is using the feature, we don't
24260     need the way with DMA to init memory again.
24261
24262     Signed-off-by: Dave Liu <daveliu@freescale.com>
24263     Acked-by: Kumar Gala <kumar.gala@freescale.com>
24264
24265 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
24266 Author: Dave Liu <daveliu@freescale.com>
24267 Date:   Tue Oct 28 17:46:12 2008 +0800
24268
24269     86xx: Move the clear_tlbs before MMU turn on
24270
24271     We must invalidate TLBs before MMU turn on, but
24272     currently the code is not, if there are some stale
24273     TLB entry valid in the TLBs, it will cause strange
24274     issue.
24275
24276     Signed-off-by: Dave Liu <daveliu@freescale.com>
24277     Acked-by: Becky Bruce <becky.bruce@freescale.com>
24278
24279 commit 5cdade07b118d07154cb882650f9778cecc8a87c
24280 Author: Scott Wood <scottwood@freescale.com>
24281 Date:   Mon Oct 27 15:57:08 2008 -0500
24282
24283     mpc8313erdb: Document NAND boot.
24284
24285     Previously, the documentation claimed that NAND boot is not supported.
24286     This is no longer true.
24287
24288     Signed-off-by: Scott Wood <scottwood@freescale.com>
24289
24290 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
24291 Author: Scott Wood <scottwood@freescale.com>
24292 Date:   Wed Oct 29 14:20:26 2008 -0500
24293
24294     NAND: Properly create JFFS2 cleanmarkers.
24295
24296     As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
24297     command is currently broken, and among other things causes all blocks
24298     to be marked bad.
24299
24300     This implements it properly using MTD_OOB_AUTO, along with some
24301     indentation fixes.
24302
24303     Signed-off-by: Scott Wood <scottwood@freescale.com>
24304
24305 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
24306 Author: Scott Wood <scottwood@freescale.com>
24307 Date:   Wed Oct 29 13:42:41 2008 -0500
24308
24309     NAND fsl elbc: Set FMR[ECCM] based on page size.
24310
24311     Hardware expects ECCM 0 for small page and ECCM 1 for large page
24312     when booting from NAND, so use those defaults.
24313
24314     Signed-off-by: Scott Wood <scottwood@freescale.com>
24315
24316 commit c013b74975dab0805ef6d369b013230c4e8a660d
24317 Author: Haiying Wang <Haiying.Wang@freescale.com>
24318 Date:   Wed Oct 29 13:32:59 2008 -0400
24319
24320     NAND: Add support for MPC8572DS board
24321
24322     This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
24323     0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
24324     config file.
24325
24326     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
24327     make room for the increased code size with NAND enabled.
24328
24329     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
24330     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24331     Signed-off-by: Scott Wood <scottwood@freescale.com>
24332
24333 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
24334 Author: Haiying Wang <Haiying.Wang@freescale.com>
24335 Date:   Wed Oct 29 11:05:55 2008 -0400
24336
24337     Make Freescale local bus registers available for both 83xx and 85xx.
24338
24339     - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
24340       can be shared by both 83xx and 85xx
24341     - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
24342       files which use lbus83xx_t.
24343     - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
24344       85xx can share them.
24345
24346     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
24347     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24348     Signed-off-by: Scott Wood <scottwood@freescale.com>
24349
24350 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
24351 Author: Scott Wood <scottwood@freescale.com>
24352 Date:   Mon Oct 27 15:38:30 2008 -0500
24353
24354     NAND: Align right column of the shorthelp with other commands.
24355
24356     I accidentally broke this in when making consistent the partial
24357     alignment of the longhelp.
24358
24359     Signed-off-by: Scott Wood <scottwood@freescale.com>
24360
24361 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
24362 Author: Karl Beldan <karl.beldan@gmail.com>
24363 Date:   Mon Sep 15 16:08:03 2008 +0200
24364
24365     NAND: Reset chip on power-up
24366
24367     Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
24368     The first command sent is NAND_CMD_READID.
24369     Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
24370     Tested with an MT29F4G08AAC.
24371
24372     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
24373     Signed-off-by: Scott Wood <scottwood@freescale.com>
24374
24375 commit c45912d8abc52de796b9059a58faf7c4166eab58
24376 Author: Scott Wood <scottwood@freescale.com>
24377 Date:   Fri Oct 24 16:20:43 2008 -0500
24378
24379     NAND: sync with 2.6.27
24380
24381     This brings the core NAND code up to date with the Linux kernel.
24382
24383     Since there were several drivers in Linux as of the last update that are
24384     not in u-boot, I'm not bringing over new drivers that have been added
24385     since in the absence of an interested party.
24386
24387     I did not update OneNAND since it was recently synced by Kyungmin Park,
24388     and I'm not sure exactly what the common ancestor is.
24389
24390     Signed-off-by: Scott Wood <scottwood@freescale.com>
24391
24392 commit b1d0db1805c3395149777e507b6da53410abac4e
24393 Author: Kumar Gala <galak@kernel.crashing.org>
24394 Date:   Tue Oct 21 17:25:47 2008 -0500
24395
24396     bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
24397
24398     Added the ability to config out bootm support for Linux, NetBSD, RTEMS
24399
24400     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24401
24402 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
24403 Author: Kumar Gala <galak@kernel.crashing.org>
24404 Date:   Tue Oct 21 17:25:46 2008 -0500
24405
24406     bootm: support subcommands in linux ppc bootm
24407
24408     Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
24409
24410     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24411
24412 commit 49c3a861d11735838f1f1b11999ce433006dc919
24413 Author: Kumar Gala <galak@kernel.crashing.org>
24414 Date:   Tue Oct 21 17:25:45 2008 -0500
24415
24416     bootm: Add subcommands
24417
24418     Add the ability to break the steps of the bootm command into several
24419     subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
24420
24421     This allows us to do things like manipulate device trees before
24422     they are passed to a booting kernel or setup memory for a secondary
24423     core in multicore situations.
24424
24425     Not all OS types support all subcommands (currently only start, loados,
24426     ramdisk, fdt, and go are supported).
24427
24428     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24429
24430 commit be08315933537f061bc1ce61f33a29c56458bbad
24431 Author: Kumar Gala <galak@kernel.crashing.org>
24432 Date:   Tue Oct 21 17:25:44 2008 -0500
24433
24434     bootm: Move to using a function pointer table for the boot os function
24435
24436     This removes a bit of code and makes it easier for the upcoming sub bootm
24437     command support to call into the proper OS specific handler.
24438
24439     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24440     Signed-off-by: Wolfgang Denk <wd@denx.de>
24441
24442 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
24443 Author: Graeme Russ <graeme.russ@gmail.com>
24444 Date:   Mon Sep 29 23:03:14 2008 +1000
24445
24446     i386: Renamed show_boot_progress in assembler code
24447
24448     Renamed show_boot_progress in assembler init phase to
24449     show_boot_progress_asm to avoid link conflicts with C version
24450
24451     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
24452
24453 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
24454 Author: Peter Tyser <ptyser@xes-inc.com>
24455 Date:   Mon Oct 27 16:42:00 2008 -0500
24456
24457     85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
24458
24459     The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
24460     processors have a 3-bit wide IO_SEL field but have the most
24461     significant bit is wired to 0 so this change should not affect
24462     them.
24463
24464     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24465
24466 commit cd4251624205cb97104f6e32679dc7754934f711
24467 Author: Becky Bruce <becky.bruce@freescale.com>
24468 Date:   Mon Oct 27 16:09:42 2008 -0500
24469
24470     powerpc: fix pci window initialization to work with > 4GB DRAM
24471
24472     The existing code has a few errors that need to be fixed in
24473     order to support large RAM sizes.  Fix those, and add a
24474     comment to make it clearer.
24475
24476     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
24477     Acked-by: Kumar Gala <galak@kernel.crashing.org>
24478
24479 commit 219542a1a66ca017b12860920714a9859b18a5d7
24480 Author: Kumar Gala <galak@kernel.crashing.org>
24481 Date:   Mon Oct 27 13:16:20 2008 -0500
24482
24483     pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
24484
24485     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24486
24487 commit 6b59e03e0237a40a2305ea385defdfd92000978b
24488 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24489 Date:   Mon Sep 1 16:21:22 2008 +0200
24490
24491     lcd: Let the board code show board-specific info
24492
24493     The information displayed when CONFIG_LCD_INFO is set is inherently
24494     board-specific, so it should be done by the board code. The current code
24495     dealing with this only handles two cases, and is already a horrible mess
24496     of #ifdeffery.
24497
24498     Yes, this duplicates some code, but it also allows boards to print more
24499     board-specific information; this used to be very difficult.
24500
24501     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24502     Signed-off-by: Anatolij Gustschin <agust@denx.de>
24503
24504 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
24505 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24506 Date:   Mon Sep 1 16:21:21 2008 +0200
24507
24508     lcd: Set lcd_is_enabled before clearing the screen
24509
24510     This allows the logo/info rendering routines to use the regular
24511     lcd_putc/lcd_puts/lcd_printf calls.
24512
24513     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24514     Signed-off-by: Anatolij Gustschin <agust@denx.de>
24515
24516 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
24517 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24518 Date:   Mon Sep 1 16:21:20 2008 +0200
24519
24520     lcd: Implement lcd_printf()
24521
24522     lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
24523     this by borrowing the lcd_printf() implementation from the cogent board
24524     code (which appears to use its own LCD framework.)
24525
24526     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24527     Signed-off-by: Anatolij Gustschin <agust@denx.de>
24528
24529 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
24530 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24531 Date:   Mon Sep 1 16:21:19 2008 +0200
24532
24533     atmel_lcdfb: Straighten out funky vl_sync logic
24534
24535     If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
24536     otherwise we don't. WTF?
24537
24538     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24539     Signed-off-by: Anatolij Gustschin <agust@denx.de>
24540
24541 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
24542 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24543 Date:   Mon Sep 1 16:21:18 2008 +0200
24544
24545     atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
24546
24547     atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
24548     includes a file that does, asm/arch/gpio.h, but this file doesn't
24549     include <asm/arch/hardware.h> like it's supposed to.
24550
24551     Add the missing include to asm/arch/gpio.h and remove the workaround
24552     from the atmel_lcdfb driver. This makes the driver compile on avr32.
24553
24554     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24555     Signed-off-by: Anatolij Gustschin <agust@denx.de>
24556
24557 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
24558 Author: Kumar Gala <galak@kernel.crashing.org>
24559 Date:   Wed Oct 22 14:38:55 2008 -0500
24560
24561     86xx: Convert all fsl_pci_init users to new APIs
24562
24563     Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
24564     fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
24565
24566     With these changes the board code is a bit smaller and we get dma-ranges
24567     set in the device tree for these boards.
24568
24569     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24570     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
24571     Acked-by: Jon Loeliger <jdl@freescale.com>
24572
24573 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
24574 Author: Kumar Gala <galak@kernel.crashing.org>
24575 Date:   Tue Oct 21 08:28:33 2008 -0500
24576
24577     85xx: Convert all fsl_pci_init users to new APIs
24578
24579     Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
24580     MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
24581     and ft_fsl_pci_setup().
24582
24583     With these changes the board code is a bit smaller and we get dma-ranges
24584     set in the device tree for these boards.
24585
24586     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24587     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
24588
24589 commit a2aab460727e5f674353a83a81000ef794bffcae
24590 Author: Kumar Gala <galak@kernel.crashing.org>
24591 Date:   Thu Oct 23 00:01:06 2008 -0500
24592
24593     pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
24594
24595     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24596     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
24597
24598 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
24599 Author: Kumar Gala <galak@kernel.crashing.org>
24600 Date:   Wed Oct 22 14:06:24 2008 -0500
24601
24602     pci/fsl_pci_init: Add a common PCI inbound setup function
24603
24604     Add a common setup function that determines the pci_region(s) based
24605     on how much memory we have in the system.
24606
24607     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24608     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
24609
24610 commit 612ea01018a459234d54ed57ec6a5a244ce75678
24611 Author: Kumar Gala <galak@kernel.crashing.org>
24612 Date:   Tue Oct 21 10:13:14 2008 -0500
24613
24614     pci/fsl_pci_init: Enable larger address and setting inbound windows properly
24615
24616     * PCI Inbound window was setup incorrectly.  The PCI address and system
24617       address were swapped.  The PCI address should be setting piwar/piwbear
24618       and the system address should be setting pitar.
24619
24620     * Removed masking of addresses to allow for system address to support
24621       system address & PCI address >32-bits
24622
24623     * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
24624
24625     * Respect the PCI_REGION_PREFETCH for inbound windows
24626
24627     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24628     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
24629
24630 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
24631 Author: Kumar Gala <galak@kernel.crashing.org>
24632 Date:   Wed Oct 22 23:33:56 2008 -0500
24633
24634     fdt: Added helper to set PCI dma-ranges property
24635
24636     Added fdt_pci_dma_ranges() that parses the pci_region info from the
24637     struct pci_controller and populates the dma-ranges based on it.
24638
24639     The max # of windws/dma-ranges we support is 3 since on embedded
24640     PowerPC based systems this is the max number of windows.
24641
24642     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24643     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
24644
24645 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
24646 Author: Kumar Gala <galak@kernel.crashing.org>
24647 Date:   Thu Oct 23 00:05:47 2008 -0500
24648
24649     fdt: Add fdt_getprop_u32_default helpers
24650
24651     Add helper functions to return find a node and return it's property
24652     or a default value.
24653
24654     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24655     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
24656     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
24657
24658 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
24659 Author: Kumar Gala <galak@kernel.crashing.org>
24660 Date:   Tue Oct 21 18:06:15 2008 -0500
24661
24662     86xx: Enable 64-bit PCI resources on all Freescale boards
24663
24664     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24665     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
24666
24667 commit 0151cbaccf4504821ecfde0217299bd740086bb6
24668 Author: Kumar Gala <galak@kernel.crashing.org>
24669 Date:   Tue Oct 21 11:33:58 2008 -0500
24670
24671     85xx: Enable 64-bit PCI resources on all Freescale boards
24672
24673     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24674     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
24675
24676 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
24677 Author: Kumar Gala <galak@kernel.crashing.org>
24678 Date:   Tue Oct 21 08:36:08 2008 -0500
24679
24680     pci: Allow for PCI addresses to be 64-bit
24681
24682     PCI bus is inherently 64-bit.  While not all system require access to
24683     the full 64-bit PCI address range some do.  This allows those systems
24684     to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
24685
24686     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24687     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
24688     Acked-by: Wolfgang Denk <wd@denx.de>
24689
24690 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
24691 Author: Dave Liu <daveliu@freescale.com>
24692 Date:   Thu Oct 23 21:18:53 2008 +0800
24693
24694     85xx: Fix the incorrect register used for DDR erratum1
24695
24696     The 8572 DDR erratum1:
24697     DDR controller may enter an illegal state when operating
24698     in 32-bit bus mode with 4-beat bursts.
24699
24700     Description:
24701     When operating with a 32-bit bus, it is recommended that
24702     DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
24703     This forces the DDR controller to use 4-beat bursts when
24704     communicating to the DRAMs. However, an issue exists that
24705     could lead to data corruption when the DDR controller is
24706     in 32-bit bus mode while using 4-beat bursts.
24707
24708     Projected Impact:
24709     If the DDR controller is operating in 32-bit bus mode with
24710     4-beat bursts, then the controller may enter into a bad state.
24711     All subsequent reads from memory is corrupted.
24712     Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
24713     Therefore, this erratum does not affect DDR3 mode.
24714
24715     Work Arounds:
24716     To work around this issue, software must set DEBUG_1[31] in
24717     DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
24718     and CCSRBAR offset + 0x6f00 for DDR_2).
24719
24720     Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
24721     as condition, but it should be DDR_SDRAM_CFG register.
24722
24723     Signed-off-by: Dave Liu <daveliu@freescale.com>
24724
24725 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
24726 Author: Dave Liu <daveliu@freescale.com>
24727 Date:   Thu Oct 23 21:17:19 2008 +0800
24728
24729     85xx: remove unused config definition
24730
24731     Signed-off-by: Dave Liu <daveliu@freescale.com>
24732
24733 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
24734 Author: Kumar Gala <galak@kernel.crashing.org>
24735 Date:   Thu Oct 23 01:47:38 2008 -0500
24736
24737     85xx: Add basic e500mc core support
24738
24739     Introduce CONFIG_E500MC to deal with the minor differences between
24740     e500v2 and e500mc.
24741
24742     * Certain fields of HID0/1 don't exist anymore on e500mc
24743     * Cache line size is 64-bytes on e500mc
24744     * reset value of PIR is different
24745
24746     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24747
24748 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
24749 Author: Kumar Gala <galak@kernel.crashing.org>
24750 Date:   Thu Oct 23 01:47:37 2008 -0500
24751
24752     85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
24753
24754     Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
24755     e500mc's 64-byte cacheline properly when it gets added.
24756
24757     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24758
24759 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
24760 Author: Georg Schardt <schardt@team-ctech.de>
24761 Date:   Fri Oct 24 13:51:52 2008 +0200
24762
24763     ppc4xx: New board avnet fx12 minimodul
24764
24765     This patch adds support for the avnet fx12 minimodul.
24766     It needs the "ppc4xx: Generic architecture for xilinx ppc405"
24767     patch from Ricardo.
24768
24769     Signed-off-by: Georg Schardt <schardt@team-ctech.de>
24770     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24771     Signed-off-by: Stefan Roese <sr@denx.de>
24772
24773 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
24774 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24775 Date:   Tue Oct 21 18:29:46 2008 +0200
24776
24777     ppc4xx: Generic architecture for xilinx ppc405(v3)
24778
24779     As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
24780     ppc440 boards, this patch presents a common architecture for all the
24781     xilinx ppc405 boards.
24782
24783     Any custom xilinx ppc405 board can be added very easily with no code
24784     duplicity.
24785
24786     This patch also adds a simple generic board, that can be used on almost
24787     any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
24788
24789     This patch is prepared to work with the latest version of EDK (10.1)
24790
24791     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24792     Signed-off-by: Stefan Roese <sr@denx.de>
24793
24794 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
24795 Author: Stefan Roese <sr@denx.de>
24796 Date:   Fri Oct 24 08:56:09 2008 +0200
24797
24798     ppc4xx: Disable DDR2 autocalibration on Kilauea for now
24799
24800     Since the new autocalibration still has some problems on some Kilauea
24801     boards with 200MHz DDR2 frequency we disable the autocalibration and
24802     use the hardcoded values as done before. This seems to work reliably
24803     on all known DDR2 frequencies.
24804
24805     After the autocalibration issue is fixed we will enable it again.
24806
24807     Signed-off-by: Stefan Roese <sr@denx.de>
24808
24809 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
24810 Author: Mike Frysinger <vapier@gentoo.org>
24811 Date:   Wed Apr 9 02:02:07 2008 -0400
24812
24813     Blackfin: fix up UART status bit handling
24814
24815     Some Blackfin UARTs are read-to-clear while others are write-to-clear.
24816     This can cause problems when we poll the LSR and then later try and handle
24817     any errors detected.
24818
24819     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24820
24821 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
24822 Author: Mike Frysinger <vapier@gentoo.org>
24823 Date:   Sat Oct 11 20:42:17 2008 -0400
24824
24825     Blackfin: bf561-ezkit: drop redundant code
24826
24827     Common Blackfin code already announces CPU information.
24828
24829     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24830
24831 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
24832 Author: Mike Frysinger <vapier@gentoo.org>
24833 Date:   Sat Oct 11 20:43:10 2008 -0400
24834
24835     Blackfin: bf561-ezkit: drop pointless USB code
24836
24837     The USB/LAN register settings are not actually used/needed in order to
24838     drive things from U-Boot, so drop the code.
24839
24840     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24841
24842 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
24843 Author: Mike Frysinger <vapier@gentoo.org>
24844 Date:   Sat Oct 11 20:47:58 2008 -0400
24845
24846     Blackfin: linker scripts: force start.o and set initcode boundaries
24847
24848     Make sure that the start.o object is always the first object in our linker
24849     script regardless of configuration settings, and add some linker symbols
24850     so the ldr utility can properly locate the initcode when generating a LDR.
24851
24852     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24853
24854 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
24855 Author: Mike Frysinger <vapier@gentoo.org>
24856 Date:   Sat Oct 11 21:19:39 2008 -0400
24857
24858     Blackfin: small cpu init optimization while setting interrupt mask
24859
24860     Use the sti instruction to set the initial interrupt mask rather than
24861     banging on the core IMASK MMR to save both space and time.
24862
24863     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24864
24865 commit 960922291c9594acb575cec7e47d7bed9b58182c
24866 Author: Mike Frysinger <vapier@gentoo.org>
24867 Date:   Sat Oct 11 21:18:10 2008 -0400
24868
24869     Blackfin: set initial stack correctly according to Blackfin ABI
24870
24871     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24872
24873 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
24874 Author: Mike Frysinger <vapier@gentoo.org>
24875 Date:   Sun Apr 20 03:11:53 2008 -0400
24876
24877     Blackfin: make baud calculation more accurate
24878
24879     We should use the algorithm in the Linux kernel so that the UART divisor
24880     calculation is more accurate.  It also fixes problems on some picky UARTs
24881     that have sampling anomalies.
24882
24883     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24884
24885 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
24886 Author: Mike Frysinger <vapier@gentoo.org>
24887 Date:   Mon Oct 6 04:21:41 2008 -0400
24888
24889     Blackfin: decode hwerrcause/excause when crashing
24890
24891     Having to decode hwerrcause/excause values is a pain, so automate it.
24892
24893     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24894
24895 commit 2de95bb20c488f20298df6881b700a5a757ee780
24896 Author: Mike Frysinger <vapier@gentoo.org>
24897 Date:   Mon Oct 6 04:20:54 2008 -0400
24898
24899     Blackfin: fix register dump messages
24900
24901     Make sure we report RETI/IPEND correctly.
24902
24903     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24904
24905 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
24906 Author: Mike Frysinger <vapier@gentoo.org>
24907 Date:   Mon Oct 6 04:19:34 2008 -0400
24908
24909     Blackfin: don't bother displaying reboot msg when crashing
24910
24911     The hang function already tells you to reboot, so no point in showing it
24912     twice.
24913
24914     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24915
24916 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
24917 Author: Mike Frysinger <vapier@gentoo.org>
24918 Date:   Sun Jun 1 01:23:48 2008 -0400
24919
24920     Blackfin: enable support for nested interrupts
24921
24922     During cpu init, make sure we initialize the CEC properly so that
24923     interrupts can fire and be handled while U-Boot is running.
24924
24925     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24926
24927 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
24928 Author: Mike Frysinger <vapier@gentoo.org>
24929 Date:   Mon Oct 6 03:55:25 2008 -0400
24930
24931     Blackfin: init NAND before relocating env
24932
24933     If booting out of NAND, we need to make sure we initialize it properly
24934     before attempting to relocate the environment.
24935
24936     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24937
24938 commit 0f9a8819416ba40a53de50af148847a0e508f84d
24939 Author: Mike Frysinger <vapier@gentoo.org>
24940 Date:   Thu Aug 7 18:40:13 2008 -0400
24941
24942     Blackfin: check cache bits, not cplb bits
24943
24944     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24945
24946 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
24947 Author: Mike Frysinger <vapier@gentoo.org>
24948 Date:   Thu Aug 7 17:52:59 2008 -0400
24949
24950     Blackfin: drop unused cache flush code
24951
24952     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24953
24954 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
24955 Author: Mike Frysinger <vapier@gentoo.org>
24956 Date:   Thu Aug 7 15:21:47 2008 -0400
24957
24958     Blackfin: unify cache handling code
24959
24960     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24961
24962 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
24963 Author: Mike Frysinger <vapier@gentoo.org>
24964 Date:   Mon Oct 6 03:39:07 2008 -0400
24965
24966     Blackfin: only initialize the RTC when actually used
24967
24968     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24969
24970 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
24971 Author: Mike Frysinger <vapier@gentoo.org>
24972 Date:   Mon Oct 6 03:44:33 2008 -0400
24973
24974     Blackfin: fix SWRST register definition
24975
24976     The SWRST register is a 16bit, not 32bit, register.
24977
24978     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24979
24980 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
24981 Author: Mike Frysinger <vapier@gentoo.org>
24982 Date:   Thu Aug 7 18:54:57 2008 -0400
24983
24984     Blackfin: build with -fomit-frame-pointer
24985
24986     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24987
24988 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
24989 Author: Mike Frysinger <vapier@gentoo.org>
24990 Date:   Thu Aug 7 17:50:26 2008 -0400
24991
24992     Blackfin: document some of the blackfin directories
24993
24994     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24995
24996 commit e4337968e43698a68ba608369f46d4a4114111ca
24997 Author: Mike Frysinger <vapier@gentoo.org>
24998 Date:   Thu Aug 7 15:16:56 2008 -0400
24999
25000     Blackfin: only enable hardware error irq by default
25001
25002     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25003
25004 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
25005 Author: Mike Frysinger <vapier@gentoo.org>
25006 Date:   Thu Aug 7 13:36:43 2008 -0400
25007
25008     Blackfin: punt old unused mem_init.h header
25009
25010     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25011
25012 commit bcc121a01608042066a19ab5bff5bcfb805bf406
25013 Author: Mike Frysinger <vapier@gentoo.org>
25014 Date:   Thu Aug 7 13:18:55 2008 -0400
25015
25016     Blackfin: delete unused page_descriptor_table_size define
25017
25018     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25019
25020 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
25021 Author: Mike Frysinger <vapier@gentoo.org>
25022 Date:   Thu Aug 7 13:17:03 2008 -0400
25023
25024     Blackfin: fix typo in boot mode comment and add NAND define
25025
25026     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25027
25028 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
25029 Author: Ben Maan <moo@cow>
25030 Date:   Thu Aug 7 13:14:21 2008 -0400
25031
25032     Blackfin: fix port mux defines for BF54x
25033
25034     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25035
25036 commit 0656ef2ba274910d31364fe022f6c7db0051660d
25037 Author: Mike Frysinger <vapier@gentoo.org>
25038 Date:   Thu Aug 7 13:09:50 2008 -0400
25039
25040     Blackfin: update anomaly lists
25041
25042     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25043
25044 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
25045 Author: Mike Frysinger <vapier@gentoo.org>
25046 Date:   Thu Aug 7 13:08:54 2008 -0400
25047
25048     Blackfin: unify DSPID/DBGSTAT MMR definitions
25049
25050     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25051
25052 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
25053 Author: Wolfgang Denk <wd@denx.de>
25054 Date:   Tue Oct 21 15:53:51 2008 +0200
25055
25056     Fix strmhz(): avoid printing negative fractions
25057
25058     Signed-off-by: Wolfgang Denk <wd@denx.de>
25059
25060 commit 4a7f6b750d8de543fdf8e58acd86745010054571
25061 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
25062 Date:   Fri Oct 17 08:55:51 2008 -0400
25063
25064     mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
25065
25066     This is done to allow other 83XX based platforms which also have UPM
25067     (e.g. 8360) to configure and use their UPM in u-boot.
25068
25069     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25070     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25071
25072 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
25073 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
25074 Date:   Tue Oct 14 22:58:53 2008 +0400
25075
25076     mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
25077
25078     With this patch u-boot can fixup the dr_mode and phy_type properties
25079     for the Dual-Role USB controller.
25080
25081     While at it, also remove #ifdefs around includes, they are not needed.
25082
25083     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
25084     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25085
25086 commit b3379f3fd13969934c00097c05754e7a8990fd39
25087 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
25088 Date:   Wed Oct 8 20:52:54 2008 +0400
25089
25090     mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
25091
25092     Though NAND chip is replaceable on the MPC837XE-MDS boards, the
25093     current settings don't work with the default chip on the board.
25094     Nevertheless Freescale's U-Boot sets the option register correctly,
25095     so I just dumped the register from the working u-boot. My guess is
25096     that the old settings were applicable for some pilot boards, not
25097     found in the production.
25098
25099     This patch also enables FSL ELBC driver so that we could access
25100     the NAND storage in the u-boot.
25101
25102     The NAND support costs about 45KB, so the u-boot no longer fits
25103     into two 128KB NOR flash sectors, thus we also have to adjust
25104     environment location: add another 128KB to the monitor length.
25105
25106     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
25107
25108     It is due to hardware design and logic defect, that is the
25109     I/O[0:7] of NAND chip is connected to LAD[7:0], so when
25110     the NAND chip connected to nLCS3,  you have to set up the
25111     OR3[BCTLD] = '1' for normal operation, otherwise it will have
25112     bus contention due to the pin 48/25 of U60 is enabled.
25113
25114     Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
25115     asserted upon access to the NAND chip, keep the default state.
25116
25117     Acked-by: Dave Liu <daveliu@freescale.com>
25118     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25119
25120 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
25121 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
25122 Date:   Thu Oct 2 19:17:33 2008 +0400
25123
25124     mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
25125
25126     The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
25127     standalone or acting as a PCI agent. User's Guide says:
25128
25129     - When the CPLD recognizes its location on the PIB it automatically
25130       configures RCW to the PCI Host.
25131     - If the CPLD fails to recognize its location then it is automatically
25132       configured as an Agent and the PCI is configured to an external arbiter.
25133
25134     This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
25135     flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
25136     PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
25137     any arbiter bad things will happen (here the board hangs during any config
25138     space reads).
25139
25140     In this situation we must disable the PCI. And in case of anybody really
25141     want to use an external arbiter, we provide "pci_external_aribter"
25142     environment variable.
25143
25144     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
25145     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25146
25147 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
25148 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
25149 Date:   Thu Oct 2 18:32:25 2008 +0400
25150
25151     mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
25152
25153     This involves configuring the SerDes and fixing up the flags and
25154     PHY addresses for the TSECs.
25155
25156     For Linux we also fix up the device tree.
25157
25158     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
25159     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25160
25161 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
25162 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
25163 Date:   Thu Oct 2 18:31:59 2008 +0400
25164
25165     mpc83xx: add TSECs' HRCWH masks for MPC837x processors
25166
25167     We'll use these masks to parse TSEC modes out of HRCWH.
25168
25169     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
25170     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25171
25172 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
25173 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
25174 Date:   Thu Oct 2 18:31:56 2008 +0400
25175
25176     mpc83xx: serdes: add forgotten shifts for rfcks
25177
25178     The rfcks should be shifted by 28 bits left. We didn't notice the bug
25179     because we were using only 100MHz clocks (for which rfcks == 0).
25180
25181     Though, for SGMII we'll need 125MHz clocks.
25182
25183     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
25184     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25185
25186 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
25187 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
25188 Date:   Thu Oct 2 18:31:53 2008 +0400
25189
25190     mpc83xx: fix serdes setup for the MPC8378E boards
25191
25192     MPC837xE specs says that SerDes1 has:
25193
25194     â€” Two lanes running x1 SGMII at 1.25 Gbps;
25195     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
25196
25197     And for SerDes2:
25198
25199     â€” Two lanes running x1 PCI Express at 2.5 Gbps;
25200     â€” One lane running x2 PCI Express at 2.5 Gbps;
25201     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
25202
25203     The spec also explicitly states that PEX options are not valid for
25204     the SD1.
25205
25206     Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
25207     which is wrong to do.
25208
25209     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
25210     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25211
25212 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
25213 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
25214 Date:   Wed Sep 10 18:12:37 2008 +0400
25215
25216     mpc83xx: mpc8360emds: rework LBC SDRAM setup
25217
25218     Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
25219     it difficult to use (b/c then the memory is discontinuous and
25220     there is quite big memory hole between the DDR/SDRAM regions).
25221
25222     This patch reworks LBC SDRAM setup so that now we dynamically
25223     place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
25224     DDR memory).
25225
25226     With this patch we're able to:
25227
25228     - Boot without external DDR memory;
25229     - Use most "DDR + SDRAM" setups without need to support for
25230       sparse/discontinuous memory model in the software.
25231
25232     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
25233     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25234
25235 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
25236 Author: Wolfgang Denk <wd@xpert.denx.de>
25237 Date:   Tue Oct 21 11:23:56 2008 +0200
25238
25239     FDT: don't use private kernel header files
25240
25241     On some systems (for example Fedora Core 4) U-Boot builds with the
25242     following wanrings only:
25243
25244     ...
25245     In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
25246                      from fdt.c:51:
25247                  /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
25248
25249     This patch fixes this problem.
25250
25251     Signed-off-by: Wolfgang Denk <wd@denx.de>
25252
25253 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
25254 Author: Stefan Roese <sr@denx.de>
25255 Date:   Mon Oct 13 15:15:31 2008 +0200
25256
25257     ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
25258
25259     Signed-off-by: Stefan Roese <sr@denx.de>
25260
25261 commit 43cbce69d48d052574d71f50724be546d90a46a4
25262 Author: Stefan Roese <sr@denx.de>
25263 Date:   Mon Oct 13 10:45:14 2008 +0200
25264
25265     ppc4xx: Correctly setup ranges property in ebc node
25266
25267     Previously only the NOR flash mapping was written into the ranges
25268     property of the ebc node. This patch now writes all enabled chip
25269     select areas into the ranges property.
25270
25271     Signed-off-by: Stefan Roese <sr@denx.de>
25272
25273 commit d7b26d58328f137471ea97de382bfa63f7239931
25274 Author: Dirk Eibach <eibach@gdsys.de>
25275 Date:   Wed Oct 8 15:37:50 2008 +0200
25276
25277     ppc4xx: Add GDSys neo 405EP board support
25278
25279     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
25280     Signed-off-by: Stefan Roese <sr@denx.de>
25281
25282 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
25283 Author: Niklaus Giger <niklaus.giger@netstal.com>
25284 Date:   Wed Oct 1 14:46:13 2008 +0200
25285
25286     ppc4xx: Update configs for Netstal boards
25287
25288     I reorganized my config files, putting the common stuff into netstal-common.h
25289     (got the idea by looking a amcc-common.h from Stefan).
25290
25291     Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
25292
25293     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25294     Signed-off-by: Stefan Roese <sr@denx.de>
25295
25296 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
25297 Author: Adam Graham <agraham@amcc.com>
25298 Date:   Wed Oct 8 10:13:19 2008 -0700
25299
25300     ppc4xx: Add routine to retrieve CPU number
25301
25302     Provide a weak defined routine to retrieve the CPU number for
25303     reference boards that have multiple CPU's.  Default behavior
25304     is the existing single CPU print output.  Reference boards with
25305     multiple CPU's need to provide a board specific routine.
25306     See board/amcc/arches/arches.c for an example.
25307
25308     Signed-off-by: Adam Graham <agraham@amcc.com>
25309     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
25310     Signed-off-by: Stefan Roese <sr@denx.de>
25311
25312 commit 59217bae40e90982ab5400d849c08af683ace036
25313 Author: Adam Graham <agraham@amcc.com>
25314 Date:   Wed Oct 8 10:13:14 2008 -0700
25315
25316     ppc4xx: Add static support for 44x IBM SDRAM Controller
25317
25318     This patch add the capability to configure a PPC440 based IBM SDRAM
25319     Controller with static, compiled-in, values. PPC440 memory subsystem
25320     includes a Memory Queue core.
25321
25322     Signed-off-by: Adam Graham <agraham@amcc.com>
25323     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
25324     Signed-off-by: Stefan Roese <sr@denx.de>
25325
25326 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
25327 Author: Adam Graham <agraham@amcc.com>
25328 Date:   Wed Oct 8 10:12:53 2008 -0700
25329
25330     ppc4xx: Add AMCC Arches board support (dual 460GT)
25331
25332     The Arches Evaluation board is based on the AMCC 460GT SoC chip.
25333     This board is a dual processor board with each processor providing
25334     independent resources for Rapid IO, Gigabit Ethernet, and serial
25335     communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
25336     FLASH, UART, EEPROM and temperature sensor, along with a shared debug
25337     port. The two 460GT's will communicate with each other via shared
25338     memory, Gigabit Ethernet and x1 PCI-Express.
25339
25340     Signed-off-by: Adam Graham <agraham@amcc.com>
25341     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
25342     Signed-off-by: Stefan Roese <sr@denx.de>
25343
25344 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
25345 Author: Wolfgang Denk <wd@xpert.denx.de>
25346 Date:   Sun Oct 19 21:54:30 2008 +0200
25347
25348     TQM8260: environment in flash instead EEPROM, baudrate 115k
25349
25350     Several customers have reported problems with the environment in
25351     EEPROM, including corrupted content after board reset. Probably the
25352     code to prevent I2C Enge Conditions is not working sufficiently.
25353
25354     We move the environment to flash now, which allows to have a backup
25355     copy plus gives much faster boot times.
25356
25357     Also, change the default console initialization to 115200 bps as used
25358     on most other boards.
25359
25360     Signed-off-by: Wolfgang Denk <wd@denx.de>
25361
25362 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
25363 Author: Kumar Gala <galak@kernel.crashing.org>
25364 Date:   Sun Oct 19 12:49:19 2008 -0500
25365
25366     85xx: Fix compile warning in mpc8536ds.c
25367
25368     mpc8536ds.c: In function 'is_sata_supported':
25369     mpc8536ds.c:615: warning: unused variable 'devdisr'
25370
25371     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25372
25373 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
25374 Author: Wolfgang Denk <wd@denx.de>
25375 Date:   Sun Oct 19 02:35:50 2008 +0200
25376
25377     Cleanup: fix "MHz" spelling
25378
25379     Signed-off-by: Wolfgang Denk <wd@denx.de>
25380
25381 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
25382 Author: Wolfgang Denk <wd@denx.de>
25383 Date:   Sun Oct 19 02:35:49 2008 +0200
25384
25385     Use strmhz() to format clock frequencies
25386
25387     Signed-off-by: Wolfgang Denk <wd@denx.de>
25388
25389 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
25390 Author: Wolfgang Denk <wd@denx.de>
25391 Date:   Sun Oct 19 02:35:48 2008 +0200
25392
25393     strmhz(): Round numbers when printing clock frequencies
25394
25395     Round clock frequencies for printing.
25396
25397     Many boards printed off clock frequencies like 399 MHz instead of the
25398     exact 400 MHz because numberes were not rounded. This is fixed now.
25399
25400     Signed-off-by: Wolfgang Denk <wd@denx.de>
25401
25402 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
25403 Author: Timur Tabi <timur@freescale.com>
25404 Date:   Mon Oct 20 15:16:47 2008 -0500
25405
25406     85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
25407
25408     Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
25409     to add a comment that the correct value disagrees with the 8544 reference
25410     manual.  The changelog for that commit is also wrong, as it says "bit 28"
25411     when it should be "bit 24".
25412
25413     Signed-off-by: Timur Tabi <timur@freescale.com>
25414
25415 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
25416 Author: Heiko Schocher <hs@denx.de>
25417 Date:   Fri Oct 17 18:24:06 2008 +0200
25418
25419     mgcoge: add redundant environment sector
25420
25421     Signed-off-by: Heiko Schocher <hs@denx.de>
25422
25423 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
25424 Author: Heiko Schocher <hs@denx.de>
25425 Date:   Fri Oct 17 18:23:27 2008 +0200
25426
25427     mgsuvd: update size of environment
25428
25429     Signed-off-by: Heiko Schocher <hs@denx.de>
25430
25431 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
25432 Author: Jason Jin <Jason.jin@freescale.com>
25433 Date:   Fri Oct 10 11:41:00 2008 +0800
25434
25435     Enabled the Freescale SGMII riser card on 8536DS
25436
25437     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
25438
25439 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
25440 Author: Liu Yu <yu.liu@freescale.com>
25441 Date:   Fri Oct 10 11:40:59 2008 +0800
25442
25443     Enabled the Freescale SGMII riser card on 8572DS
25444
25445     This patch based on Andy's work.
25446     Including command 'pixis_set_sgmii' support.
25447
25448     Signed-off-by: Liu Yu <yu.liu@freescale.com>
25449
25450 commit bff188baf9427c35745356439435acf3864d4c65
25451 Author: Liu Yu <yu.liu@freescale.com>
25452 Date:   Fri Oct 10 11:40:58 2008 +0800
25453
25454     Make pixis_set_sgmii more general to support MPC85xx boards.
25455
25456     The pixis sgmii command depend on the FPGA support on the board, some 85xx
25457     boards support SGMII riser card but did not support this command, define
25458     CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
25459
25460     Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
25461     are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
25462     PIXIS_VCFGEN1_MASK in header file for both boards.
25463
25464     Signed-off-by: Liu Yu <yu.liu@freescale.com>
25465
25466 commit 5e981d683d2363204c76773941c2e9c2044c808f
25467 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25468 Date:   Wed Oct 8 23:38:02 2008 -0500
25469
25470     Add cpu/8xxx to TAGS_SUBDIRS
25471
25472     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25473
25474 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
25475 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25476 Date:   Thu Oct 9 01:25:55 2008 -0500
25477
25478     fsl_law clear enable before changing.
25479
25480     Debug sessions may have left enabled laws.
25481     Changing lawbar with an unkown enabled tgtid could cause problems.
25482
25483     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25484
25485 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
25486 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25487 Date:   Thu Oct 9 00:29:27 2008 -0500
25488
25489     mpc8572 additional end-point mode
25490
25491     mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
25492     Include host_agent == 0 decode for end-point determination.
25493
25494     This is not needed for the ds reference board since pcie3 will be a host
25495     in order to connect to the uli chip.  Include it here as a reference for
25496     other mpc8572 boards.
25497
25498     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25499
25500 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
25501 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25502 Date:   Wed Oct 8 23:37:59 2008 -0500
25503
25504     85xx if NUM_CPUS>1, print cpu number
25505
25506     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25507
25508 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
25509 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25510 Date:   Wed Oct 8 23:38:01 2008 -0500
25511
25512     pixis do not print long help if not configured
25513
25514     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25515
25516 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
25517 Author: Andy Fleming <afleming@freescale.com>
25518 Date:   Tue Oct 7 08:09:50 2008 -0500
25519
25520     Have u-boot pass stashing parameters into device tree
25521
25522     Some cores don't support ethernet stashing at all, and some
25523     instances have errata.  Adds 3 properties to gianfar nodes
25524     which support stashing.  For now, just add this support to
25525     85xx SoCs.
25526
25527     Signed-off-by: Andy Fleming <afleming@freescale.com>
25528
25529 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
25530 Author: Haiying Wang <Haiying.Wang@freescale.com>
25531 Date:   Fri Oct 3 12:37:57 2008 -0400
25532
25533     Add DDR options setting on MPC8641HPCN board
25534
25535     * Add board specific parameter table to choose correct cpo, clk_adjust,
25536     write_data_delay based on board ddr frequency and n_ranks.
25537
25538     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
25539
25540     Signed-off-by: James Yang <James.Yang@freescale.com>
25541     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25542
25543 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
25544 Author: Haiying Wang <Haiying.Wang@freescale.com>
25545 Date:   Fri Oct 3 12:37:41 2008 -0400
25546
25547     Add ddr interleaving suppport for MPC8572DS board
25548
25549     * Add board specific parameter table to choose correct cpo, clk_adjust,
25550     write_data_delay, 2T based on board ddr frequency and n_ranks.
25551
25552     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
25553
25554     * Set memory controller interleaving mode to bank interleaving, and disable
25555     bank(chip select) interleaving mode by default, because the default on-board
25556     DDR DIMMs are 2x512MB single-rank.
25557
25558     * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
25559
25560     Signed-off-by: James Yang <James.Yang@freescale.com>
25561     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25562
25563 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
25564 Author: Haiying Wang <Haiying.Wang@freescale.com>
25565 Date:   Fri Oct 3 12:37:26 2008 -0400
25566
25567     Add debug information for DDR controller registers
25568
25569     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25570
25571 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
25572 Author: Haiying Wang <Haiying.Wang@freescale.com>
25573 Date:   Fri Oct 3 12:37:10 2008 -0400
25574
25575     Check DDR interleaving mode
25576
25577     * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
25578     ba_intlv_ctl.
25579     * Print DDR interleaving mode information
25580     * Add doc/README.fsl-ddr to describe the interleaving setting
25581
25582     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25583
25584 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
25585 Author: Haiying Wang <Haiying.Wang@freescale.com>
25586 Date:   Fri Oct 3 12:36:55 2008 -0400
25587
25588     Pass dimm parameters to populate populate controller options
25589
25590     Because some dimm parameters like n_ranks needs to be used with the board
25591     frequency to choose the board parameters like clk_adjust etc. in the
25592     board_specific_paramesters table of the board ddr file, we need to pass
25593     the dimm parameters to the board file.
25594
25595     * move ddr dimm parameters header file from /cpu to /include directory.
25596     * add ddr dimm parameters to populate board specific options.
25597     * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
25598
25599     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25600
25601 commit dbbbb3abeff325855cae76e33d69d5665631443f
25602 Author: Haiying Wang <Haiying.Wang@freescale.com>
25603 Date:   Fri Oct 3 12:36:39 2008 -0400
25604
25605     Make DDR interleaving mode work correctly
25606
25607     Fix some bugs:
25608       1. Correctly set intlv_ctl in cs_config.
25609       2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
25610       3. Set base_address and total memory for each ddr controller in memory
25611          controller interleaving mode.
25612
25613     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25614
25615 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
25616 Author: Kumar Gala <galak@kernel.crashing.org>
25617 Date:   Mon Sep 22 23:40:42 2008 -0500
25618
25619     85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
25620
25621     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25622
25623 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
25624 Author: Kumar Gala <galak@kernel.crashing.org>
25625 Date:   Mon Sep 22 14:11:11 2008 -0500
25626
25627     85xx: Improve flash remapping on MPC8572DS & MPC8536DS
25628
25629     Changing the flash from cacheable to cache-inhibited was taking a significant
25630     amount of time due to the fact that we were iterating over the full 256M of
25631     flash.  Instead we can just flush the L1 d-cache and invalidate the i-cache.
25632
25633     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25634
25635 commit 54e091d3b603a3332c619199ca83a07e95960da4
25636 Author: Kumar Gala <galak@kernel.crashing.org>
25637 Date:   Mon Sep 22 14:11:10 2008 -0500
25638
25639     85xx: Export invalidate_{i,d}cache and add flush_dcache
25640
25641     Added the ability for C code to invalidate the i/d-cache's and
25642     to flush the d-cache.  This allows us to more efficient change mappings
25643     from cache-able to cache-inhibited.
25644
25645     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25646
25647 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
25648 Author: Heiko Schocher <hs@denx.de>
25649 Date:   Fri Oct 17 16:11:52 2008 +0200
25650
25651     mgcoge, mgsuvd: extract more common code
25652
25653     in ft_blob_update () for both boards was an unneccessary
25654     repetition of code, which this patch moves in a common
25655     function for this boards.
25656
25657     Signed-off-by: Heiko Schocher <hs@denx.de>
25658
25659 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
25660 Author: Heiko Schocher <hs@denx.de>
25661 Date:   Fri Oct 17 12:15:55 2008 +0200
25662
25663     mgcoge, mgsuvd: use in_*/out_* accesors
25664
25665     Signed-off-by: Heiko Schocher <hs@denx.de>
25666
25667 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
25668 Author: Heiko Schocher <hs@denx.de>
25669 Date:   Fri Oct 17 13:52:51 2008 +0200
25670
25671     mgsuvd: fix compiler warning when using soft_i2c driver
25672
25673     Signed-off-by: Heiko Schocher <hs@denx.de>
25674
25675 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
25676 Author: Heiko Schocher <hs@denx.de>
25677 Date:   Fri Oct 17 12:15:05 2008 +0200
25678
25679     mgsuvd: fix coding style
25680
25681     Signed-off-by: Heiko Schocher <hs@denx.de>
25682
25683 commit 5f4c3137f4f051787707c548133823f1656eb508
25684 Author: Heiko Schocher <hs@denx.de>
25685 Date:   Fri Oct 17 12:13:30 2008 +0200
25686
25687     mgcoge: Second Flash on CS5 not on CS1
25688
25689     Signed-off-by: Heiko Schocher <hs@denx.de>
25690
25691 commit 76da19df5b8e186d269f29190696bd31fb6c836b
25692 Author: Kumar Gala <galak@kernel.crashing.org>
25693 Date:   Thu Oct 16 21:52:08 2008 -0500
25694
25695     Added arch_lmb_reserve to allow arch specific memory regions protection
25696
25697     Each architecture has different ways of determine what regions of memory
25698     might not be valid to get overwritten when we boot.  This provides a
25699     hook to allow them to reserve any regions they care about.  Currently
25700     only ppc, m68k and sparc need/use this.
25701
25702     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25703
25704 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
25705 Author: Heiko Schocher <hs@denx.de>
25706 Date:   Thu Oct 16 16:32:35 2008 +0200
25707
25708     mgcoge: added CONFIG_FIT to support the new u-boot image format
25709
25710     Signed-off-by: Heiko Schocher <hs@denx.de>
25711
25712 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
25713 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25714 Date:   Thu Oct 16 15:01:15 2008 +0200
25715
25716     rename CFG_ macros to CONFIG_SYS
25717
25718     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25719
25720 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
25721 Author: Kumar Gala <galak@kernel.crashing.org>
25722 Date:   Mon Oct 13 14:12:55 2008 -0500
25723
25724     74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
25725
25726     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25727
25728 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
25729 Author: Kumar Gala <galak@kernel.crashing.org>
25730 Date:   Tue Sep 23 10:05:02 2008 -0500
25731
25732     Expose command table search for sub-commands
25733
25734     Sub-command can benefit from using the same table and search functions
25735     that top level commands have.  Expose this functionality by refactoring
25736     find_cmd() and introducing find_cmd_tbl() that sub-command processing
25737     can call.
25738
25739     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25740
25741 commit f7e51b27508446f8cae3927975817137979ad5e8
25742 Author: Heiko Schocher <hs@denx.de>
25743 Date:   Wed Oct 15 09:41:33 2008 +0200
25744
25745     mgsuvd, mgcoge: added BOOTCOUNT feature.
25746
25747     Signed-off-by: Heiko Schocher <hs@denx.de>
25748
25749 commit 8f64da7f83b553889bc08400c97047998382e9d2
25750 Author: Heiko Schocher <hs@denx.de>
25751 Date:   Wed Oct 15 09:41:00 2008 +0200
25752
25753     mgcoge, mgsuvd: added support for the IVM EEprom.
25754
25755     The EEprom contains some Manufacturerinformation,
25756     which are read from u-boot at boot time, and saved
25757     in same hush shell variables.
25758
25759     Signed-off-by: Heiko Schocher <hs@denx.de>
25760
25761 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
25762 Author: Heiko Schocher <hs@denx.de>
25763 Date:   Wed Oct 15 09:40:28 2008 +0200
25764
25765     hush: add showvar command for hush shell.
25766
25767     This new command shows the local variables defined in
25768     the hush shell:
25769
25770     => help showvar
25771     showvar
25772         - print values of all hushshell variables
25773     showvar name ...
25774         - print value of hushshell variable 'name'
25775
25776     Also make the set_local_var() and unset_local_var ()
25777     no longer static, so it is possible to define local
25778     hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
25779     is defined, u-boot calls hush_init_var (), where
25780     boardspecific code can define local hush shell
25781     variables at boottime.
25782
25783     Signed-off-by: Heiko Schocher <hs@denx.de>
25784
25785 commit 67b23a322848d828a5e45c0567b72762bfde7abf
25786 Author: Heiko Schocher <hs@denx.de>
25787 Date:   Wed Oct 15 09:39:47 2008 +0200
25788
25789     I2C: adding new "i2c bus" Command to the I2C Subsystem.
25790
25791     With this Command it is possible to add new I2C Busses,
25792     which are behind 1 .. n I2C Muxes. Details see README.
25793
25794     Signed-off-by: Heiko Schocher <hs@denx.de>
25795
25796 commit c24853644ddd2dd2e4246b5854a93e6254a14092
25797 Author: Heiko Schocher <hs@denx.de>
25798 Date:   Wed Oct 15 09:39:08 2008 +0200
25799
25800     mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
25801
25802     As documented in doc/I2C_Edge_Conditions, adding a
25803     board specific deblocking mechanism via CFG_I2C_INIT_BOARD
25804     for the mgcoge and mgsuvd board.
25805
25806     This code was originally written by Keymile in association
25807     with Anatech and Atmel in 1998. The Code toggels the SCL
25808     until the SCA line goes to HIGH (max. 16 times).
25809     And after this, a start condition is sent.
25810
25811     This is another approach to deblock the I2C Bus. The
25812     soft I2C driver actually sends 9 clocks with SDA High,
25813     and then a stop at the end, to deblock the I2C Bus.
25814
25815     Maybe we should use the approach from Keymile as
25816     the new standard?
25817
25818     Signed-off-by: Heiko Schocher <hs@denx.de>
25819
25820 commit 4ca107effebfbabac1057c39632105dacef95957
25821 Author: Heiko Schocher <hs@denx.de>
25822 Date:   Wed Oct 15 09:38:38 2008 +0200
25823
25824     soft_i2c: Add CFG_I2C_INIT_BOARD option
25825
25826     This patch adds the option for a boardspecific
25827     I2C deblocking mechanism for the soft i2c driver.
25828
25829     Signed-off-by: Heiko Schocher <hs@denx.de>
25830
25831 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
25832 Author: Heiko Schocher <hs@denx.de>
25833 Date:   Wed Oct 15 09:38:07 2008 +0200
25834
25835     mgcoge, mgsuvd: add DTT (LM75) support.
25836
25837     Signed-off-by: Heiko Schocher <hs@denx.de>
25838
25839 commit 8e442df438ab677057571e3ac01846bff7719bce
25840 Author: Heiko Schocher <hs@denx.de>
25841 Date:   Wed Oct 15 09:37:34 2008 +0200
25842
25843     lm75: Make the LM75 MULTI_BUS compatible.
25844
25845     Signed-off-by: Heiko Schocher <hs@denx.de>
25846
25847 commit 12f1678127c1df2b2878ba93c88948bedc060775
25848 Author: Heiko Schocher <hs@denx.de>
25849 Date:   Wed Oct 15 09:37:04 2008 +0200
25850
25851     lm75: fix Codingstyle issues.
25852
25853     Signed-off-by: Heiko Schocher <hs@denx.de>
25854
25855 commit f2202450c75ba6934b356024101500ddcde6e2a6
25856 Author: Heiko Schocher <hs@denx.de>
25857 Date:   Wed Oct 15 09:36:33 2008 +0200
25858
25859     mgcoge, mgsuvd: added EEprom support.
25860
25861     Signed-off-by: Heiko Schocher <hs@denx.de>
25862
25863 commit 9661bf9d120f760238b2a073b84f2baf05010057
25864 Author: Heiko Schocher <hs@denx.de>
25865 Date:   Wed Oct 15 09:36:03 2008 +0200
25866
25867     mgcoge, mgsuvd: add I2C support.
25868
25869     Signed-off-by: Heiko Schocher <hs@denx.de>
25870
25871 commit 98aed379586a155292efbf3209356836584b601c
25872 Author: Heiko Schocher <hs@denx.de>
25873 Date:   Wed Oct 15 09:35:26 2008 +0200
25874
25875     soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
25876
25877     This patch fixes the following warnings, when using
25878     the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
25879     systems:
25880
25881     soft_i2c.c: In function 'send_reset':
25882     soft_i2c.c:93: warning: unused variable 'immr'
25883     soft_i2c.c: In function 'send_start':
25884     soft_i2c.c:124: warning: unused variable 'immr'
25885     soft_i2c.c: In function 'send_stop':
25886     soft_i2c.c:146: warning: unused variable 'immr'
25887     soft_i2c.c: In function 'send_ack':
25888     soft_i2c.c:171: warning: unused variable 'immr'
25889     soft_i2c.c: In function 'write_byte':
25890     soft_i2c.c:196: warning: unused variable 'immr'
25891     soft_i2c.c: In function 'read_byte':
25892     soft_i2c.c:244: warning: unused variable 'immr'
25893
25894     Signed-off-by: Heiko Schocher <hs@denx.de>
25895
25896 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
25897 Author: Heiko Schocher <hs@denx.de>
25898 Date:   Wed Oct 15 09:34:45 2008 +0200
25899
25900     i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
25901
25902     Signed-off-by: Heiko Schocher <hs@denx.de>
25903
25904 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
25905 Author: Heiko Schocher <hs@denx.de>
25906 Date:   Wed Oct 15 09:34:05 2008 +0200
25907
25908     mgcoge: fix Coding Style issues.
25909
25910     Signed-off-by: Heiko Schocher <hs@denx.de>
25911
25912 commit e43a27c49712203fe8848a17714330623edfb2eb
25913 Author: Heiko Schocher <hs@denx.de>
25914 Date:   Wed Oct 15 09:33:30 2008 +0200
25915
25916     I2C: add new command i2c reset.
25917
25918     If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
25919     it is not possible to get out of this, until the
25920     complete Hardware gets a reset. This new commando
25921     calls again i2c_init (and that calls i2c_init_board
25922     if defined), which will deblock the I2C Bus.
25923
25924     Signed-off-by: Heiko Schocher <hs@denx.de>
25925     Signed-off-by: Wolfgang Denk <wd@denx.de>
25926
25927 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
25928 Author: Heiko Schocher <hs@denx.de>
25929 Date:   Wed Oct 15 09:32:25 2008 +0200
25930
25931     mgsuvd, mgcoge: move this 2 boards in one dir.
25932
25933     There are some more extensions, which are for both boards
25934     and some more boards from this manufacturer will follow soon.
25935
25936     Signed-off-by: Heiko Schocher <hs@denx.de>
25937     Signed-off-by: Wolfgang Denk <wd@denx.de>
25938
25939 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
25940 Author: Dirk Eibach <eibach@gdsys.de>
25941 Date:   Wed Oct 8 13:44:27 2008 +0200
25942
25943     hwmon: Add LM63 support
25944
25945     This patch adds support for the National LM63 temperature
25946     sensor with integrated fan control. It's used on the GDSys
25947     Neo board (405EP) which will be submitted later.
25948
25949     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
25950     Acked-by: Stefan Roese <sr@denx.de>
25951
25952 commit 7ba890bf2f2b92831420243c058951aa831119fd
25953 Author: Kyungmin Park <kmpark@infradead.org>
25954 Date:   Wed Oct 8 11:01:17 2008 +0900
25955
25956     Add Red Black Tree support
25957
25958     Now it's used at UBI module. Of course other modules can use it.
25959     If you want to use it, please define CONFIG_RBTREE
25960
25961     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
25962
25963 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
25964 Author: richardretanubun <richardretanubun@ruggedcom.com>
25965 Date:   Mon Oct 6 16:10:53 2008 -0400
25966
25967     CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
25968
25969     Added support for CONFIG_EFI_PARTITION to ext2 commands.
25970     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
25971
25972 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
25973 Author: richardretanubun <richardretanubun@ruggedcom.com>
25974 Date:   Fri Sep 26 11:13:22 2008 -0400
25975
25976     Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
25977
25978     The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
25979     of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
25980
25981     Based on linux/fs/partitions/efi.[ch]
25982
25983     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
25984
25985 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
25986 Author: Bartlomiej Sieka <tur@semihalf.com>
25987 Date:   Wed Oct 1 15:26:32 2008 +0200
25988
25989     FIT: output image load address for type 'firmware', fix message while there
25990
25991     Now that the auto-update feature uses the 'firmware' type for updates, it is
25992     useful to inspect the load address of such images.
25993
25994     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25995
25996 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
25997 Author: Bartlomiej Sieka <tur@semihalf.com>
25998 Date:   Wed Oct 1 15:26:31 2008 +0200
25999
26000     Automatic software update from TFTP server
26001
26002     The auto-update feature allows to automatically download software updates
26003     from a TFTP server and store them in Flash memory during boot. Updates are
26004     contained in a FIT file and protected with SHA-1 checksum.
26005
26006     More detailed description can be found in doc/README.update.
26007
26008     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
26009     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26010
26011 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
26012 Author: Bartlomiej Sieka <tur@semihalf.com>
26013 Date:   Wed Oct 1 15:26:27 2008 +0200
26014
26015     flash: factor out adjusting of Flash address to the end of sector
26016
26017     The upcoming automatic update feature needs the ability to adjust an
26018     address within Flash to the end of its respective sector. Factor out
26019     this functionality to a new function flash_sect_roundb().
26020
26021     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
26022     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26023     Signed-off-by: Stefan Roese <sr@denx.de>
26024
26025 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
26026 Author: Bartlomiej Sieka <tur@semihalf.com>
26027 Date:   Wed Oct 1 15:26:29 2008 +0200
26028
26029     net: Make TFTP server timeout configurable
26030
26031     There are two aspects of a TFTP transfer involving timeouts:
26032     1. timeout waiting for initial server reply after sending RRQ
26033     2. timeouts while transferring actual data from the server
26034
26035     Since the upcoming auto-update feature attempts a TFTP download during each
26036     boot, it is undesirable to have a long delay when the TFTP server is not
26037     available. Thus, this commit makes the server timeout (1.) configurable by two
26038     global variables:
26039
26040     TftpRRQTimeoutMSecs
26041     TftpRRQTimeoutCountMax
26042
26043     TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
26044     server, TftpRRQTimeoutCountMax overrides default number of connection retries.
26045     The total delay when trying to download a file from a non-existing TFTP server
26046     is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
26047
26048     Timeouts during file transfers (2.) are unaffected.
26049
26050     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
26051     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26052     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26053
26054 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
26055 Author: Bartlomiej Sieka <tur@semihalf.com>
26056 Date:   Wed Oct 1 15:26:28 2008 +0200
26057
26058     net: express the first argument to NetSetTimeout() in milliseconds
26059
26060     Enforce millisecond semantics of the first argument to NetSetTimeout() --
26061     the change is transparent for well-behaving boards (CFG_HZ == 1000 and
26062     get_timer() countiing in milliseconds).
26063
26064     Rationale for this patch is to enable millisecond granularity for
26065     network-related timeouts, which is needed for the upcoming automatic
26066     software update feature.
26067
26068     Summary of changes:
26069     - do not scale the first argument to NetSetTimeout() by CFG_HZ
26070     - change timeout values used in the networking code to milliseconds
26071
26072     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
26073     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26074     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26075
26076 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
26077 Author: richardretanubun <richardretanubun@ruggedcom.com>
26078 Date:   Mon Sep 29 18:28:23 2008 -0400
26079
26080     Adds two more ethernet interface to 83xx
26081
26082     Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
26083     Six eth interface is chosen because the platform I am using combines
26084     UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
26085
26086     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
26087     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26088
26089 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
26090 Author: Haiying Wang <Haiying.Wang@freescale.com>
26091 Date:   Wed Sep 24 11:42:12 2008 -0500
26092
26093     Change UEC PHY interface to RGMII on MPC8568MDS
26094
26095     Change UEC phy interface from GMII to RGMII on MPC8568MDS board
26096
26097     Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
26098     but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
26099
26100     Now both UEC1 and UEC2 can work properly under u-boot.
26101
26102     It is also in consistent with the kernel setting for 8568 UEC phy interface.
26103
26104     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26105     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26106
26107 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
26108 Author: Wolfgang Denk <wd@denx.de>
26109 Date:   Sat Oct 18 21:30:31 2008 +0200
26110
26111     Prepare v2008.10 release: update CHANGELOG & Makefile
26112
26113     Signed-off-by: Wolfgang Denk <wd@denx.de>
26114
26115 commit f7a35a60cf45491871a5c28e9ad24db005487857
26116 Author: Heiko Schocher <hs@denx.de>
26117 Date:   Fri Oct 17 18:24:06 2008 +0200
26118
26119     mgcoge: add redundant environment sector
26120
26121     Signed-off-by: Heiko Schocher <hs@denx.de>
26122     Signed-off-by: Wolfgang Denk <wd@denx.de>
26123
26124 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
26125 Author: Heiko Schocher <hs@denx.de>
26126 Date:   Fri Oct 17 18:23:27 2008 +0200
26127
26128     mgsuvd: update size of environment
26129
26130     Signed-off-by: Heiko Schocher <hs@denx.de>
26131
26132 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
26133 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
26134 Date:   Thu Oct 16 13:38:00 2008 -0500
26135
26136     83xx NAND boot: wait for LTESR[CC]
26137
26138     At least some revisions of the 8313, and possibly other chips, do not
26139     wait for all pages of the initial 4K NAND region to be loaded before
26140     beginning execution; thus, we wait for it before branching out of the
26141     first NAND page.
26142
26143     This fixes warm reset problems when booting from NAND on 8313erdb.
26144
26145     Signed-off-by: Scott Wood <scottwood@freescale.com>
26146     Acked-by: Kim Phillips <kim.phillips@freescale.com>
26147
26148 commit bf29e0ea0af03d593c64614136acc723a7a022a2
26149 Author: Yuri Tikhonov <yur@emcraft.com>
26150 Date:   Fri Oct 17 12:54:18 2008 +0200
26151
26152     ppc4xx: PPC44x MQ initialization
26153
26154     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
26155     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
26156     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
26157
26158     Previously the appropriate initialization had been made in Linux, by the
26159     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
26160     registers after normal operation has begun is not supported and could
26161     have unpredictable results.
26162
26163     Comment from Stefan: This patch doesn't change the resulting value of the
26164     MQ registers. It explicitly sets/clears all bits to the desired state which
26165     better documents the resulting register value instead of relying on pre-set
26166     default values.
26167
26168     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26169     Signed-off-by: Stefan Roese <sr@denx.de>
26170
26171 commit ec081c2c190148b374e86a795fb6b1c49caeb549
26172 Author: Stefan Roese <sr@denx.de>
26173 Date:   Fri Oct 17 12:51:46 2008 +0200
26174
26175     ppc4xx: PPC44x MQ initialization
26176
26177     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
26178     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
26179     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
26180
26181     Previously the appropriate initialization had been made in Linux, by the
26182     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
26183     registers after normal operation has begun is not supported and could
26184     have unpredictable results.
26185
26186     Comment from Stefan: This patch doesn't change the resulting value of the
26187     MQ registers. It explicitly sets/clears all bits to the desired state which
26188     better documents the resulting register value instead of relying on pre-set
26189     default values.
26190
26191     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26192     Signed-off-by: Stefan Roese <sr@denx.de>
26193
26194 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
26195 Author: Kumar Gala <galak@kernel.crashing.org>
26196 Date:   Thu Oct 16 21:58:50 2008 -0500
26197
26198     85xx: Using proper I2C source clock divider for MPC8544
26199
26200     The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
26201     bit 26, instead it should be bit 28.  This caused in incorrect
26202     interpretation of the i2c_clk which is the same as the SEC clk on
26203     MPC8544.  The SEC clk is controlled by cfg_sec_freq that is reported
26204     in PORDEVSR2.
26205
26206     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26207
26208 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
26209 Author: Kumar Gala <galak@kernel.crashing.org>
26210 Date:   Thu Oct 16 21:58:49 2008 -0500
26211
26212     Revert "85xx: Using proper I2C source clock divider for MPC8544"
26213
26214     This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
26215
26216     The fix introduced by this patch is not correct.  The problem is
26217     that the documentation is not correct for the MPC8544 with regards
26218     to which bit in PORDEVSR2 is for the SEC_CFG.
26219
26220     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26221
26222 commit 2179c4766bffeece98e5e92040629a96c97e230c
26223 Author: Kumar Gala <galak@kernel.crashing.org>
26224 Date:   Wed Oct 15 10:19:41 2008 -0500
26225
26226     85xx: Fix compile warning
26227
26228     mpc8536ds.c: In function 'is_sata_supported':
26229     mpc8536ds.c:614: warning: unused variable 'devdisr'
26230
26231     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26232
26233 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
26234 Author: Jason Jin <Jason.jin@freescale.com>
26235 Date:   Wed Oct 15 10:40:24 2008 +0800
26236
26237     Fix the function conflict in x86emu when DEBUG is on
26238
26239     The function parse_line() in common/main.c was exposed globally by commit
26240     6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
26241     name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
26242     This patch fix this by renaming the function in the debug.c file.
26243
26244     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26245
26246 commit b4dbacf69a669a17487054552fc2761149dd6767
26247 Author: Wolfgang Denk <wd@denx.de>
26248 Date:   Wed Oct 15 15:50:45 2008 +0200
26249
26250     Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
26251
26252     Signed-off-by: Wolfgang Denk <wd@denx.de>
26253
26254 commit 374b9038293d01d8744a46af9b7854a6fd99b228
26255 Author: Heiko Schocher <hs@denx.de>
26256 Date:   Wed Oct 15 09:51:19 2008 +0200
26257
26258     Fix compiler warning in lib_ppc/board.c
26259
26260     Fix compiler warning introduced by commit 0f8cbc18
26261
26262     Signed-off-by: Heiko Schocher <hs@denx.de>
26263     Signed-off-by: Wolfgang Denk <wd@denx.de>
26264
26265 commit 9724555755a6f1066636481b41f7094e0ce93a69
26266 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
26267 Date:   Thu Oct 9 10:29:14 2008 +0530
26268
26269     mpc83xx: wait till UPM completes the write to array
26270
26271     Reference manual states that MxMR[MAD] increment is the indication
26272     of write to UPM array is complete. Honour that. Also, make the dummy
26273     write explicit.
26274
26275     also fix the comment.
26276
26277     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
26278     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26279
26280 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
26281 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
26282 Date:   Wed Oct 8 18:12:20 2008 -0500
26283
26284     Remove unwanted ';' at end of define.
26285
26286     Currently this is not creating any problem. But it will result
26287     in compilation error when used as below.
26288
26289     printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
26290
26291     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
26292
26293     continuation of the theme based on git grep "^#define CFG_.*;$" include/
26294
26295     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26296
26297 commit b2934a56650e9a6c54432f9ce6dc36757967385e
26298 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26299 Date:   Mon Oct 6 10:53:59 2008 -0400
26300
26301     ARM DaVinci: Add maintainer information for SFFSDR board.
26302
26303     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26304
26305 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
26306 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26307 Date:   Sat Oct 4 19:26:16 2008 +0200
26308
26309     api: fix type mismatch
26310
26311     This patch fixes a type mismatch and thus removes a compiler
26312     warning when compiling with CONFIG_API on powerpc.
26313
26314     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26315
26316 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
26317 Author: Peter Tyser <ptyser@xes-inc.com>
26318 Date:   Wed Oct 1 12:25:04 2008 -0500
26319
26320     cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
26321
26322     Original code displayed:
26323      => help i2c
26324      i2c i2c speed [speed] - show or set I2C bus speed
26325      i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
26326      ...
26327
26328     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26329
26330 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
26331 Author: Wolfgang Denk <wd@denx.de>
26332 Date:   Tue Oct 14 22:13:41 2008 +0200
26333
26334     Update CHANGELOG
26335
26336     Signed-off-by: Wolfgang Denk <wd@denx.de>
26337
26338 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
26339 Author: Jason Jin <Jason.jin@freescale.com>
26340 Date:   Fri Oct 10 11:41:01 2008 +0800
26341
26342     Do not init SATA when disabled on 8536DS.
26343
26344     SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
26345     driver still try to access the SATA registers, the cpu will hangup.
26346     This patch try to fix this by reading the serdes status before the SATA
26347     initialize.
26348
26349     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26350     Acked-by: Andy Fleming <afleming@freescale.com>
26351
26352 commit 9dbc366744960013965fce8851035b6141f3b3ae
26353 Author: Remy Bohmer <linux@bohmer.net>
26354 Date:   Fri Oct 10 10:23:22 2008 +0200
26355
26356     The PIPE_INTERRUPT flag is used wrong
26357
26358     At a lot of places in the code the PIPE_INTERRUPT flags and friends
26359     are used wrong. The wrong bits are compared to this flag resulting
26360     in wrong conditions. Also there are macros that should be used for
26361     PIPE_* flags.
26362     This patch tries to fix them all, however, I was not able to test the
26363     changes, because I do not have any of these boards.
26364
26365     Review required!
26366
26367     Signed-off-by: Remy Bohmer <linux@bohmer.net>
26368     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
26369
26370 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
26371 Author: Remy Bohmer <linux@bohmer.net>
26372 Date:   Fri Oct 10 10:23:21 2008 +0200
26373
26374     fix USB initialisation procedure
26375
26376     The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
26377     At some places directly 8,16,32,64 was used instead of the encoded
26378     value. Made a enum for the options to make this more clear and to help
26379     preventing similar errors in the future.
26380
26381     After fixing this bug it became clear that another bug existed where
26382     the 'pipe' is and-ed with PIPE_* flags, where it should have been
26383     'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
26384
26385     Also removed the triple 'get_device_descriptor' sequence, it has no use,
26386     and Windows nor Linux behaves that way.
26387     There is also a poll going on with a timeout when usb_control_msg() fails.
26388     However, the poll is useless, because the flag will never be set on a error,
26389     because there is no code that runs in a parallel that can set this flag.
26390     Changed this to something more logical.
26391
26392     Tested on AT91SAM9261ek and compared the flow on the USB bus to what
26393     Linux is doing. There is no difference anymore in the early initialisation
26394     sequence.
26395
26396     Signed-off-by: Remy Bohmer <linux@bohmer.net>
26397     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
26398
26399 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
26400 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
26401 Date:   Fri Oct 3 00:03:55 2008 +0400
26402
26403     fsl_diu: fix alignment error that caused malloc corruption
26404
26405     When aligning malloc()ed screen_base, invalid offset was added.
26406     This not only caused misaligned result (which did not cause hardware
26407     misbehaviour), but - worse - caused screen_base + smem_len to
26408     be out of malloc()ed space, which in turn caused breakage of
26409     futher malloc()/free() operation.
26410
26411     This patch fixes screen_base alignment.
26412
26413     Also this patch makes memset() that cleans framebuffer to be executed
26414     on first initialization of diu, not only on re-initialization. It looks
26415     correct to clean the framebuffer instead of displaying random garbage;
26416     I believe that was disabled only because that memset caused breakage
26417     of malloc/free described above - which no longer happens with the fix
26418     described above.
26419
26420     Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
26421
26422 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
26423 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26424 Date:   Wed Sep 24 10:29:37 2008 +0200
26425
26426     api: Fix building with CONFIG_API
26427
26428     This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
26429
26430     USB_MAX_STOR_DEV is defined in include/usb.h, but
26431     needed in api/api_storage.c.
26432
26433     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26434
26435 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
26436 Author: Peter Tyser <ptyser@xes-inc.com>
26437 Date:   Tue Sep 23 12:39:40 2008 -0500
26438
26439     Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
26440
26441     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26442
26443 commit 81e612014c40c922ec35488d17c504d4e9286f06
26444 Author: Peter Tyser <ptyser@xes-inc.com>
26445 Date:   Tue Sep 23 12:38:42 2008 -0500
26446
26447     Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
26448
26449     The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
26450     CFG_EEPROM_PAGE_WRITE_BITS in various temperature
26451     sensor drivers are not necessary
26452
26453     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26454
26455 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
26456 Author: Mike Frysinger <vapier@gentoo.org>
26457 Date:   Tue Oct 14 07:04:38 2008 -0400
26458
26459     cmd_spi: remove broken signed casting for display
26460
26461     Since we're working with unsigned data, you can't apply a signed pointer
26462     cast and then attempt to print the result.  Otherwise you get wrong output
26463     when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
26464
26465     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26466
26467 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
26468 Author: Mike Frysinger <vapier@gentoo.org>
26469 Date:   Tue Oct 14 07:05:24 2008 -0400
26470
26471     strings cmd: drop old CONFIG_CFG_STRINGS define
26472
26473     We don't need CONFIG_CFG_STRINGS anymore now that we have the define
26474     CONFIG_CMD_STRINGS and Makefile control.
26475
26476     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26477
26478 commit fecb5ade3b37f62981f2b05b621005850173aaa9
26479 Author: Jason Jin <Jason.jin@freescale.com>
26480 Date:   Fri Sep 19 17:32:49 2008 +0800
26481
26482     Fix the NAND size overflow issue.
26483
26484     When the total size of all NAND devices exceeds 4 GiB, the size  will
26485     overflow. This patch tries to fix this.
26486
26487     Note that we still have a problem when a single NAND device is bigger
26488     than 4 GiB: then the overflow would actually happen earlier, i. e.
26489     when storing the size in nand_info[].size, as nand_info[].size is an
26490     "u_int32_t".
26491
26492     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26493     Signed-off-by: Wolfgang Denk <wd@denx.de>
26494
26495 commit 30f574717277238b9014b8136c90eea77196490f
26496 Author: Louis Su <louis@asix.com.tw>
26497 Date:   Wed Jul 9 11:01:37 2008 +0800
26498
26499     AX88180: new gigabit network driver
26500
26501     Signed-off-by: Louis Su <louis@asix.com.tw>
26502     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26503
26504 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
26505 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26506 Date:   Tue Aug 19 16:07:03 2008 +0200
26507
26508     enable 10/100M at VSC8601 at tsec driver
26509
26510     Currently VSC8601 doesn't link with 10/100M partners if the
26511     EEPROM/Strapping is not set up.
26512     Setting the auto-neg register fixes this.
26513
26514     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26515     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26516
26517 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
26518 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26519 Date:   Tue Sep 30 15:02:53 2008 +0900
26520
26521     net: ne2000: Divided a function of NE2000 driver
26522
26523     get_prom function was used __attriute__ , but it is not enable.
26524     ax88796.o does not do link besides ne2000.o. When ld is carried
26525     out, get_prom function of ax88796.c is ignored.
26526     This problem is a thing by specifications of ld.
26527     I checked and test this patch on SuperH and MIPS.
26528
26529     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26530     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26531
26532 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
26533 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26534 Date:   Tue Oct 14 11:10:59 2008 +0900
26535
26536     sh: rsk7203: Add smc911x driver support to board config file
26537
26538     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26539     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26540
26541 commit cae6f909baf86357b3c0bd01acfc414348c4d175
26542 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26543 Date:   Thu Oct 9 13:54:33 2008 +0900
26544
26545     sh: Fix cannot execute a stand-alone application
26546
26547     Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
26548
26549     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26550     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26551
26552 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
26553 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
26554 Date:   Wed Oct 8 23:38:00 2008 -0500
26555
26556     fsl_pci_init do not scan bus when configured as an end-point
26557
26558     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
26559     Acked-by: Andy Fleming <afleming@freescale.com>
26560
26561 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
26562 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26563 Date:   Tue Sep 16 17:07:53 2008 -0400
26564
26565     ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
26566
26567     This is no longer necessary now that the GD_FLG_RELOC flag is set for
26568     all ARM boards.
26569
26570     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26571
26572 commit d977a57356657ba241256231efca32828a5822f9
26573 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
26574 Date:   Sat Sep 13 10:04:32 2008 +0200
26575
26576     Fix lzma uncompress call (image_start wrongly used instead image_len)
26577
26578     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
26579
26580 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
26581 Author: Nick Spence <nick.spence@freescale.com>
26582 Date:   Thu Aug 28 14:09:15 2008 -0700
26583
26584     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
26585
26586     This is needed in unlock_ram_in_cache() because it is called from C and
26587     will corrupt the small data area anchor that is kept in R2.
26588
26589     lock_ram_in_cache() is modified similarly as good coding practice, but
26590     is not called from C.
26591
26592     Signed-off-by: Nick Spence <nick.spence@freescale.com>
26593
26594 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
26595 Author: Kumar Gala <galak@kernel.crashing.org>
26596 Date:   Tue Aug 19 15:05:34 2008 -0500
26597
26598     86xx: remove redudant code with lib_ppc/interrupts.c
26599
26600     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
26601     Not know how that happened, but there is no good reason for it.
26602
26603     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
26604     they exist.
26605
26606     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26607
26608 commit 0d01f66d235118515b5086b88f82498bc0695d6a
26609 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
26610 Date:   Thu Oct 9 01:26:36 2008 -0500
26611
26612     CFI: cfi_flash write fix for AMD legacy
26613
26614     The flash_unlock_seq requires a sector for AMD_LEGACY.
26615     Fix a retcode check typeo.
26616
26617     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
26618     Signed-off-by: Stefan Roese <sr@denx.de>
26619
26620 commit 542b385a620a1783454a00424930e51895f45073
26621 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26622 Date:   Tue Oct 7 13:13:10 2008 +0200
26623
26624     ppc4xx: Fix USB 2.0 phy reset sequence
26625
26626     This patch fixes USB 2.0 communication issues on some DU440 boards.
26627
26628     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26629     Signed-off-by: Stefan Roese <sr@denx.de>
26630
26631 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
26632 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26633 Date:   Tue Oct 7 13:13:09 2008 +0200
26634
26635     ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
26636
26637     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26638     Signed-off-by: Stefan Roese <sr@denx.de>
26639
26640 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
26641 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26642 Date:   Tue Oct 7 13:13:08 2008 +0200
26643
26644     ppc4xx: Fix DU440 GPIO configuration
26645
26646     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26647     Signed-off-by: Stefan Roese <sr@denx.de>
26648
26649 commit 35dd025c70fcc4389317db2f2a9d14795172137d
26650 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26651 Date:   Tue Oct 7 13:13:07 2008 +0200
26652
26653     ppc4xx: Update DU440 config
26654
26655     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26656     Signed-off-by: Stefan Roese <sr@denx.de>
26657
26658 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
26659 Author: Kumar Gala <galak@kernel.crashing.org>
26660 Date:   Wed Oct 8 15:36:39 2008 -0500
26661
26662     MPC8572DS: Fix compile warnings
26663
26664     Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
26665     compile warnings:
26666
26667     cmd_i2c.c:112: warning: missing braces around initializer
26668     cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
26669
26670     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26671
26672 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
26673 Author: Wolfgang Grandegger <wg@grandegger.com>
26674 Date:   Tue Sep 30 10:55:57 2008 +0200
26675
26676     85xx: Using proper I2C source clock divider for MPC8544
26677
26678     Measurements with our MPC8544 board showed that the I2C bus frequency
26679     is wrong by a factor of 1.5. Obviously, the interpretation of the
26680     MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
26681     correct. There seems to be an error in the 8544 RM.
26682
26683     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26684
26685 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
26686 Author: Rafal Czubak <rcz@semihalf.com>
26687 Date:   Wed Oct 8 13:41:30 2008 +0200
26688
26689     FSL: Fix get_cpu_board_revision() return value.
26690
26691     get_cpu_board_revision() returned board revision based on information stored
26692     in global static struct eeprom. It should instead use one from local struct
26693     board_eeprom, to which the data is actually read from EEPROM. The bug led to
26694     system hang after printing L1 cache information on U-Boot startup. The problem
26695     was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
26696     boards using CFG_I2C_EEPROM_CCID.
26697
26698     The change has been successfully tested on MPC8555CDS system.
26699
26700     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
26701
26702 commit 747f316cca484ed627a97dd3391febabce384186
26703 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26704 Date:   Tue Sep 30 20:08:49 2008 +0200
26705
26706     update uImage FIT multi documentation
26707
26708     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26709
26710 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
26711 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26712 Date:   Tue Sep 30 20:08:36 2008 +0200
26713
26714     move README.imx31 to doc/ and merge with README.mx31
26715
26716     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26717
26718 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
26719 Author: Guennadi Liakhovetski <lg@denx.de>
26720 Date:   Thu Sep 25 20:54:37 2008 +0200
26721
26722     i.MX31: switch to CFG_HZ=1000
26723
26724     Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
26725     cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
26726     provides 2% or 0.4% precision depending on the
26727     CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
26728     boot-delay.
26729
26730     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26731
26732 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
26733 Author: gnusercn <gnusercn@gmail.com>
26734 Date:   Wed Oct 8 18:58:58 2008 +0200
26735
26736     Fix bug: in arch-arm, env_get_char dose not work fine
26737
26738     due to the arm implementation which supposed that U-Boot is in RAM
26739     when we jump to start_armboot
26740
26741     Signed-off-by: gnusercn <gnusercn@gmail.com>
26742     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26743
26744 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
26745 Author: Adam Graham <agraham@amcc.com>
26746 Date:   Mon Oct 6 10:16:13 2008 -0700
26747
26748     ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
26749
26750     After changing SDRAM_CLKTR phase value rerun the memory preload
26751     initialization sequence (INITPLR) to reset and relock the memory
26752     DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
26753     adjustment effects the phase relationship of the internal, to the
26754     PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
26755
26756     Signed-off-by: Adam Graham <agraham@amcc.com>
26757     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
26758     Signed-off-by: Stefan Roese <sr@denx.de>
26759
26760 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
26761 Author: Haiying Wang <Haiying.Wang@freescale.com>
26762 Date:   Fri Oct 3 11:48:03 2008 -0400
26763
26764     Remove redundant #define for MPC8536DS
26765
26766     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26767
26768 commit 445a7b38308eb05b41de74165b20855db58c7ee5
26769 Author: Haiying Wang <Haiying.Wang@freescale.com>
26770 Date:   Fri Oct 3 11:47:30 2008 -0400
26771
26772     Add ID EEPROM support for MPC8572DS
26773
26774     The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
26775     system information like mac addresses etc. This patch enables it.
26776
26777     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26778
26779 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
26780 Author: Haiying Wang <Haiying.Wang@freescale.com>
26781 Date:   Fri Oct 3 11:46:59 2008 -0400
26782
26783     Minor fixes for I2C address on MPC8572DS
26784
26785     MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
26786     according to the board spec, and adds the 2nd i2c bus offset.
26787
26788     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26789
26790 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
26791 Author: Jason Jin <Jason.jin@freescale.com>
26792 Date:   Sat Sep 27 14:40:57 2008 +0800
26793
26794     Fix the incorrect DDR clk freq reporting on 8536DS
26795
26796     On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
26797     The display is still sync mode DDR freq. This patch try to fix
26798     this. The display DDR freq is now the actual freq in both
26799     sync and async mode.
26800
26801     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26802
26803 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
26804 Author: Kumar Gala <galak@kernel.crashing.org>
26805 Date:   Tue Oct 7 10:28:46 2008 -0500
26806
26807     85xx: Remove setting of *cache-line-size in device trees
26808
26809     ePAPR says if the *cache-block-size is the same as *cache-line-size
26810     than we don't need the *cache-line-size property.
26811
26812     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26813
26814 commit a69a42338dd25408f9fd5390a83bc501749c7e1b
26815 Author: Mark Jackson <mpfj@mimc.co.uk>
26816 Date:   Fri Oct 3 11:48:57 2008 +0100
26817
26818     MIMC200 board now uses CONFIG_DISABLE_CONSOLE
26819
26820     Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
26821     Also fixed default uImage location.
26822
26823     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
26824     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26825
26826 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
26827 Author: Gerald Van Baren <vanbaren@cideas.com>
26828 Date:   Sat Oct 4 07:56:06 2008 -0400
26829
26830     libfdt: Fix error in documentation for fdt_get_alias_namelen()
26831
26832     Oops, screwed up the function name in the documenting comment for this
26833     function.  Trivial correction in this patch.
26834
26835     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
26836     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
26837
26838 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
26839 Author: David Gibson <david@gibson.dropbear.id.au>
26840 Date:   Wed Aug 20 16:55:14 2008 +1000
26841
26842     libfdt: Add function to explicitly expand aliases
26843
26844     Kumar has already added alias expansion to fdt_path_offset().
26845     However, in some circumstances it may be convenient for the user of
26846     libfdt to explicitly get the string expansion of an alias.  This patch
26847     adds a function to do this, fdt_get_alias(), and uses it to implement
26848     fdt_path_offset().
26849
26850     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
26851
26852 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
26853 Author: Mike Frysinger <vapier@gentoo.org>
26854 Date:   Thu Oct 2 01:55:38 2008 -0400
26855
26856     cfi_flash: do not reset flash when probe fails
26857
26858     The CFI flash driver starts at flash_init() which calls down into
26859     flash_get_size().  This starts by calling flash_detect_cfi().  If said
26860     function fails, flash_get_size() finishes by attempting to reset the
26861     flash.  Unfortunately, it does this with an info->portwidth set to 0x10
26862     which filters down into flash_make_cmd() and that happily smashes the
26863     stack by sticking info->portwidth bytes into a cfiword_t variable that
26864     lives on the stack.  On a 64bit system you probably won't notice, but
26865     killing the last 8 bytes on a 32bit system usually leads to a corrupt
26866     return address.  Which is what happens on a Blackfin system.
26867
26868     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26869     Signed-off-by: Stefan Roese <sr@denx.de>
26870
26871 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
26872 Author: Stefan Roese <sr@denx.de>
26873 Date:   Fri Sep 26 17:03:26 2008 +0200
26874
26875     fdt: Overwrite /chosen node in bootm if it already exists in the dtb
26876
26877     Set force parameter in fdt_chosen() call in do_bootm_linux() call.
26878     Without this, the chosen node is not overwritten if it already
26879     exists.
26880
26881     Signed-off-by: Stefan Roese <sr@denx.de>
26882
26883 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
26884 Author: Jon Loeliger <jdl@freescale.com>
26885 Date:   Thu Sep 25 11:02:17 2008 -0500
26886
26887     Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
26888
26889     Using Gcc 4.3 detected this problem:
26890
26891         ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
26892         ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
26893         occur when assuming that (X + c) < X is always false
26894
26895     To fix the problem, treat the offset as an unsigned int.
26896
26897     The problem report and proposed fix were provided
26898     by Steve Papacharalambous <stevep@freescale.com>.
26899
26900     Signed-off-by: Jon Loeliger <jdl@freescale.com>
26901
26902 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
26903 Author: David Gibson <david@gibson.dropbear.id.au>
26904 Date:   Fri Aug 29 14:19:13 2008 +1000
26905
26906     libfdt: Fix bugs in fdt_get_path()
26907
26908     The current implementation of fdt_get_path() has a couple of bugs,
26909     fixed by this patch.
26910
26911     First, contrary to its documentation, on success it returns the length
26912     of the node's path, rather than 0.  The testcase is correspondingly
26913     wrong, and the patch fixes this as well.
26914
26915     Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
26916     instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
26917     Specifically this happens when there is insufficient space even to
26918     hold the path's second last component.  This behaviour is corrected,
26919     and the testcase updated to check it.
26920
26921     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
26922
26923 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
26924 Author: Wolfgang Denk <wd@denx.de>
26925 Date:   Wed Oct 1 12:34:58 2008 +0200
26926
26927     TQM5200: enable support for ATAPI devices
26928
26929     Signed-off-by: Wolfgang Denk <wd@denx.de>
26930
26931 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
26932 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26933 Date:   Mon Sep 15 05:48:25 2008 +0200
26934
26935     Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
26936
26937     we need this due to the arm implementation which supposed that U-Boot
26938     is in RAM when we jump to start_armboot
26939
26940     This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
26941     in order to do it for all arm board
26942
26943     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26944
26945 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
26946 Author: Kim Phillips <kim.phillips@freescale.com>
26947 Date:   Wed Sep 24 08:46:25 2008 -0500
26948
26949     mpc83xx: don't disable autoboot
26950
26951     bootdelay set to -1 'permanently' disables autobooting, even if
26952     bootcmd is specified.  Change to a positive value to allow
26953     autobooting when a bootcmd is set.
26954
26955     Reported-by: Coray Tate <Coray.Tate@freescale.com>
26956     Cc: Scott Wood <scottwood@freescale.com>
26957     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26958
26959 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
26960 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26961 Date:   Wed Sep 24 10:42:15 2008 +0900
26962
26963     mpc83xx: Fix typo in include/mpc83xx.h
26964
26965     Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
26966
26967     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26968     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26969
26970 commit 162c41c03179727a1d14262f703c9a8bc40231fa
26971 Author: Kim Phillips <kim.phillips@freescale.com>
26972 Date:   Tue Sep 23 09:38:49 2008 -0500
26973
26974     mpc83xx: add h/w flash protection to board configs
26975
26976     the operating system may leave flash in a h/w locked state after writing.
26977     This allows u-boot to continue to write flash by enabling h/w unlocking
26978     by default.
26979
26980     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26981
26982 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
26983 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
26984 Date:   Thu Sep 11 21:35:36 2008 +0400
26985
26986     mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
26987
26988     The spd_dram code shifts the base address, then masks 20 bits, but
26989     forgets to shift the base address back. Fix this by just masking the
26990     base address correctly.
26991
26992     Found this bug while trying to relocate a DDR memory at the base != 0.
26993
26994     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26995     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26996
26997 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
26998 Author: Stefan Roese <sr@denx.de>
26999 Date:   Mon Sep 22 16:10:43 2008 +0200
27000
27001     ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
27002
27003     Depending on the configuration jumper "SATA SELECT", U-Boot disabled
27004     either one PCIe node or the SATA node in the device tree blob. This
27005     patch removes the unnecessary and even confusing warning, when the node
27006     is not found at all.
27007
27008     Signed-off-by: Stefan Roese <sr@denx.de>
27009
27010 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
27011 Author: Remy Bohmer <linux@bohmer.net>
27012 Date:   Fri Sep 19 13:30:06 2008 +0200
27013
27014     Add missing device types to dev_print() in part.c
27015
27016     Signed-off-by: Remy Bohmer <linux@bohmer.net>
27017
27018 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
27019 Author: Wolfgang Denk <wd@denx.de>
27020 Date:   Mon Sep 22 22:23:06 2008 +0200
27021
27022     Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
27023     eventually leads to a machine check. This change assures that DPRAM
27024     is allocated only once in that case.
27025
27026     Signed-off-by: Gary Jennejohn <garyj@denx.de>
27027     Signed-off-by: Wolfgang Denk <wd@denx.de>
27028
27029 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
27030 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
27031 Date:   Wed Sep 17 17:57:34 2008 +0200
27032
27033     Fix Spartan-3 definitions.
27034
27035     A few Spartan-3 definitions erroneously use Spartan-3E size
27036     constants. This patch fixes them.
27037
27038     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
27039
27040 commit 28113e1f0da4146b823ffce37680d31d5685a60b
27041 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
27042 Date:   Wed Sep 17 17:41:58 2008 +0200
27043
27044     Remove duplicate Spartan-3E definition.
27045
27046     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
27047     Signed-off-by: Wolfgang Denk <wd@denx.de>
27048
27049 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
27050 Author: Anatolij Gustschin <agust@denx.de>
27051 Date:   Wed Sep 17 13:46:17 2008 +0200
27052
27053     socrates: change default mtest address range
27054
27055     Running mtest command on socrates without specifying
27056     an address range crashes the board. This patch changes
27057     default mtest address range to prevent this behavior.
27058
27059     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27060
27061 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
27062 Author: Anatolij Gustschin <agust@denx.de>
27063 Date:   Wed Sep 17 12:34:45 2008 +0200
27064
27065     socrates: fix crash after relocation
27066
27067     Currently U-Boot crashes after relocation to RAM.
27068     Changing the CPO value of the DDR SDRAM TIMING_CFG_2
27069     register to READ_LAT + 1 (to the value it was before
27070     conversion of socrates to new DDR code) fixes the
27071     problem.
27072
27073     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27074
27075 commit 562788b0a303f3528b920d81f547f5ca77ba528e
27076 Author: Anatolij Gustschin <agust@denx.de>
27077 Date:   Wed Sep 17 11:45:51 2008 +0200
27078
27079     socrates: fix SPD EEPROM address
27080
27081     Commit be0bd8234b9777ecd63c4c686f72af070d886517
27082     changed SPD EEPROM address to 0x51 and DDR SDRAM
27083     detection stopped working. Change this address
27084     back to 0x50.
27085
27086     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27087
27088 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
27089 Author: Stefan Roese <sr@denx.de>
27090 Date:   Mon Sep 22 11:06:50 2008 +0200
27091
27092     Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
27093
27094     This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
27095
27096     Signed-off-by: Stefan Roese <sr@denx.de>
27097
27098 commit e58c41e26cf3c8accd60311be579f452e368e97e
27099 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27100 Date:   Thu Sep 18 20:13:08 2008 +0900
27101
27102     usb: Fix compile warning of r8a66597-hcd
27103
27104     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27105     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
27106
27107 commit b5d10a13525c07ec6374adf840d7c87553b5f189
27108 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27109 Date:   Thu Sep 18 19:34:36 2008 +0900
27110
27111     sh: Fix compile warning
27112
27113     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27114
27115 commit 4a065abf926f128beb36d93449defa0d690e7fef
27116 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27117 Date:   Thu Sep 18 19:04:26 2008 +0900
27118
27119     sh: Add support watchdog for SH4A core
27120
27121     Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
27122     And fix some compile warning.
27123
27124     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27125
27126 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
27127 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27128 Date:   Wed Sep 17 11:45:26 2008 +0900
27129
27130     sh: Fix typo in SH serial driver
27131
27132     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27133     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27134
27135 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
27136 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27137 Date:   Wed Sep 17 11:08:36 2008 +0900
27138
27139     sh: Add support any page size and empty_zero_page to SH Linux uImage
27140
27141     Old U-Boot supported 4KB page size only. If this version, Linux
27142     kernel can not get command line from U-Boot.
27143     SH Linux kernel can change page size and empty_zero_page.
27144     This patch support this function and fix promlem.
27145
27146     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27147     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27148
27149 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
27150 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27151 Date:   Thu Aug 28 13:40:52 2008 +0900
27152
27153     sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
27154
27155     Add function of smc911x, pkt_data_pull and pkt_data_push.
27156
27157     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27158     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27159
27160 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
27161 Author: Wolfgang Denk <wd@denx.de>
27162 Date:   Thu Sep 18 13:57:32 2008 +0200
27163
27164     ADS5121: fix typo in "rootpath" default setting
27165
27166     Signed-off-by: Wolfgang Denk <wd@denx.de>
27167
27168 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
27169 Author: Remy Bohmer <linux@bohmer.net>
27170 Date:   Tue Sep 16 14:55:44 2008 +0200
27171
27172     USB layer of U-Boot causes USB protocol errors while using USB memory sticks
27173
27174     There are several differences between Linux, Windows and U-boot for initialising the
27175     USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
27176     things really different, and some are wrong (compared to the USB standard).
27177
27178     This patch fixes some errors:
27179     * The NEW_init procedure that was already in the code is good, while the old procedure
27180       is wrong. See code comments for more info.
27181     * On a Control request the data returned by the device can be more than 8 bytes, while
27182       the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
27183       This results in a lot of USB sticks not being recognised, and the transmission ended
27184       frequently with a CTL:TIMEOUT Error.
27185     * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
27186
27187     Signed-off-by: Remy Bohmer <linux@bohmer.net>
27188     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
27189
27190 commit 6f5794a6f78b313231256958fd73673c6aacc116
27191 Author: Remy Bohmer <linux@bohmer.net>
27192 Date:   Tue Sep 16 14:55:43 2008 +0200
27193
27194     Refactoring parts of the common USB OHCI code
27195
27196     This patch refactors some large routines of the USB OHCI code by
27197     making some routines smaller and more readable which helps
27198     debugging and understanding the code. (Makes the code looks
27199     somewhat more like the Linux implementation.)
27200
27201     Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
27202
27203     Signed-off-by: Remy Bohmer <linux@bohmer.net>
27204     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
27205
27206 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
27207 Author: Remy Bohmer <linux@bohmer.net>
27208 Date:   Tue Sep 16 14:55:42 2008 +0200
27209
27210     Fix for USB sticks not working on ARM while using GCC 4.x compilers
27211
27212     The GCC-compiler makes an optimisation error while optimising the routine
27213     usb_set_maxpacket(). This should be fixed in the compiler in the first place,
27214     but there lots of compilers out there that makes this error, that it is
27215     probably wiser to workaround it in U-boot itself.
27216
27217     What happens is that the register r3 is used as loop-counter 'i', but gets
27218     overwritten later on. From there it starts using register r3 for several other
27219     things and the assembler code is becoming a big mess. This is clearly a compiler bug.
27220
27221     This error occurs on at least several versions of Code Sourcery Lite compilers
27222     for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
27223     compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
27224
27225     We work around it by splitting up this routine in 2 parts, and making sure that
27226     the split out part is NOT inlined any longer. This will make GCC spit out assembler
27227     that do not show this problem. Another possibility is to adapt the Makefile to stop
27228     optimisation for the complete file. I think this solution is nicer.
27229
27230     Signed-off-by: Remy Bohmer <linux@bohmer.net>
27231     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
27232
27233 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
27234 Author: Wolfgang Denk <wd@denx.de>
27235 Date:   Wed Sep 17 10:17:55 2008 +0200
27236
27237     Coding style cleanup; update CHANEGLOG
27238
27239     Signed-off-by: Wolfgang Denk <wd@denx.de>
27240
27241 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
27242 Author: Victor Gallardo <vgallardo@amcc.com>
27243 Date:   Tue Sep 16 06:59:13 2008 -0700
27244
27245     ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
27246
27247     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
27248     Signed-off-by: Adam Graham <agraham@amcc.com>
27249     Signed-off-by: Stefan Roese <sr@denx.de>
27250
27251 commit ce47eb402c5e29a025399dc282246414fc492940
27252 Author: Peter Tyser <ptyser@xes-inc.com>
27253 Date:   Tue Sep 16 10:04:47 2008 -0500
27254
27255     Support for multiple SGMII/TBI interfaces for TSEC ethernet
27256
27257     Fix TBI PHY accesses to use the proper offset in CPU register space. The
27258     previous code would incorrectly access the TBI PHY by reading/writing to CPU
27259     register space at the same location as would be used to access external PHYs.
27260
27261     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
27262     Acked-by: Andy Fleming <afleming@freescale.com>
27263
27264 commit 7c803be2eb3cae245dedda438776e08fb122250f
27265 Author: Wolfgang Denk <wd@denx.de>
27266 Date:   Tue Sep 16 18:02:19 2008 +0200
27267
27268     TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
27269
27270     After switching to using the CFI flash driver, the correct remapping
27271     of the flash banks was forgotten.
27272
27273     Also, some boards were not adapted, and the old legacy flash driver
27274     was not removed yet.
27275
27276     Signed-off-by: Wolfgang Denk <wd@denx.de>
27277
27278 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
27279 Author: Wolfgang Denk <wd@denx.de>
27280 Date:   Sun Sep 14 00:59:35 2008 +0200
27281
27282     Prepare v2008.10-rc2
27283
27284     Signed-off-by: Wolfgang Denk <wd@denx.de>
27285
27286 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
27287 Author: Wolfgang Denk <wd@denx.de>
27288 Date:   Sat Sep 13 02:23:05 2008 +0200
27289
27290     Coding style cleanup, update CHANGELOG
27291
27292     Signed-off-by: Wolfgang Denk <wd@denx.de>
27293
27294 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
27295 Author: Peter Tyser <ptyser@xes-inc.com>
27296 Date:   Wed Sep 10 09:18:34 2008 -0500
27297
27298     Update mailing list email and archive addresses
27299
27300     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
27301
27302 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
27303 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
27304 Date:   Thu Sep 11 15:40:01 2008 +0200
27305
27306     85xx: socrates: autoprobe Lime chip
27307
27308     This patch is an attempt to implement autoprobing for the Lime
27309     presence on the bus.
27310     Configure GPCM for Lime CS2 and try to access chip ID registers.
27311     Second read atempt delivers register values if the chip is present.
27312
27313     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27314
27315 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
27316 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
27317 Date:   Thu Sep 11 15:40:01 2008 +0200
27318
27319     85xx: socrates: Add support for new image format.
27320
27321     Signed-off-by: Detlev Zundel <dzu@denx.de>
27322
27323 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
27324 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27325 Date:   Thu Sep 11 17:28:18 2008 +0900
27326
27327     sh: Fix compile error for r2dplus
27328
27329     netdev.h was not include by r2dplus.
27330
27331     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27332
27333 commit 56844a22b76c719e600047e23b80465a44d76abd
27334 Author: Heiko Schocher <hs@denx.de>
27335 Date:   Thu Sep 11 08:11:23 2008 +0200
27336
27337     powerpc: Fix bootm to boot up again with a Ramdisk
27338
27339     Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
27340     and this stopped Linux from booting with a Ramdisk. This patch fixes
27341     this, by deleting the useless dummy mem reservation.
27342
27343     When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
27344     added to of_size, so we dont need anymore a dummy mem reservation.
27345
27346     I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
27347     system (=0x44 bytes) and rounded it up to 0x80).
27348
27349     Signed-off-by: Heiko Schocher <hs@denx.de>
27350     Acked-by: Kumar Gala <galak@kernel.crashing.org>
27351
27352 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
27353 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
27354 Date:   Mon Sep 8 02:46:13 2008 +0200
27355
27356     Add support for LZMA uncompression algorithm.
27357
27358     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
27359     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27360
27361 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
27362 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27363 Date:   Fri Jun 27 23:04:20 2008 +0400
27364
27365     fsl_elbc_nand: ecclayout cleanups
27366
27367     This patch deletes oobavail assignments, they're calculated by the nand
27368     core code in nand_scan_tail, plus current oobavail values are wrong for
27369     the LP NANDs.
27370
27371     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27372     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
27373     Signed-off-by: Scott Wood <scottwood@freescale.com>
27374
27375 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
27376 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27377 Date:   Fri Jun 27 23:04:13 2008 +0400
27378
27379     fsl_elbc_nand: implement support for flash-based BBT
27380
27381     This patch implements support for flash-based BBT for chips working
27382     through ELBC NAND controller, so that NAND core will not have to re-scan
27383     for bad blocks on every boot.
27384
27385     Because ELBC controller may provide HW-generated ECCs we should adjust
27386     bbt pattern and bbt version positions in the OOB free area.
27387
27388     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27389     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
27390     Signed-off-by: Scott Wood <scottwood@freescale.com>
27391
27392 commit 97ae023648e764f794ffb9c52da109d6caf09c47
27393 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27394 Date:   Fri Jun 27 23:04:04 2008 +0400
27395
27396     fsl_elbc_nand: fix OOB workability for large page NAND chips
27397
27398     For large page chips, nand_bbt is looking into OOB area, and checking
27399     for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
27400     reserved for bbt means.
27401
27402     But ELBC driver is specifying ecclayout so that oobfree area starts at
27403     offset 1, so only one byte left for the bbt purposes.
27404
27405     This causes problems with any OOB users, namely JFFS2: after first mount
27406     JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
27407
27408       OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
27409       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
27410       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
27411       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
27412
27413     And on the next boot, NAND core will rescan for bad blocks, then will
27414     see "0xff 0x19" pattern, and will mark all blocks as bad ones.
27415
27416     To fix the issue we should implement our own bad block pattern: just one
27417     byte at OOB start. Though, this will work only for x8 chips. For x16
27418     chips two bytes must be checked. Since ELBC driver does not support x16
27419     NANDs (yet), we're safe for now.
27420
27421     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27422     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
27423     Signed-off-by: Scott Wood <scottwood@freescale.com>
27424
27425 commit 7238ada313057a85409485b8ee21515dc10c07a5
27426 Author: Wolfgang Denk <wd@denx.de>
27427 Date:   Fri Sep 12 13:52:21 2008 +0200
27428
27429     MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
27430
27431     Signed-off-by: Wolfgang Denk <wd@denx.de>
27432
27433 commit b18410e508a12ba0a177dfc2a386857c806fa96d
27434 Author: Stefan Roese <sr@denx.de>
27435 Date:   Thu Sep 11 13:05:56 2008 +0200
27436
27437     ppc4xx: Enable device tree (FDT) support in zeus board port
27438
27439     Signed-off-by: Stefan Roese <sr@denx.de>
27440
27441 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
27442 Author: Stefan Roese <sr@denx.de>
27443 Date:   Wed Sep 10 16:53:47 2008 +0200
27444
27445     ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
27446
27447     This patch fixes a problem introdiced with patch
27448     bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
27449     initdram()].
27450
27451     The boards affected are:
27452     - PCI405
27453     - PPChameleonEVB
27454     - quad100hd
27455     - taihu
27456     - zeus
27457
27458     Signed-off-by: Stefan Roese <sr@denx.de>
27459
27460 commit 61737c59a3285f6fadf96a5836879898c04ec28d
27461 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27462 Date:   Thu Sep 11 19:41:26 2008 -0400
27463
27464     ppc4xx: Add .gitignore file to xilinx-ppc440 boards
27465
27466     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27467     Signed-off-by: Stefan Roese <sr@denx.de>
27468
27469 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
27470 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27471 Date:   Thu Sep 11 19:41:25 2008 -0400
27472
27473     ppc4xx: Fix compilation of v5fx30teval_flash
27474
27475     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27476     Signed-off-by: Stefan Roese <sr@denx.de>
27477
27478 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
27479 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27480 Date:   Wed Sep 10 17:44:30 2008 -0400
27481
27482     ppc4xx: Fix in-tree build for ppc440-generic boards
27483
27484     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27485     Signed-off-by: Stefan Roese <sr@denx.de>
27486
27487 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
27488 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27489 Date:   Fri Sep 12 02:20:47 2008 +0200
27490
27491     ARM: synchronize mach-types.h with linux 2.6.27-rc6
27492
27493     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27494
27495 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
27496 Author: Jens Scharsig <esw@bus-elektronik.de>
27497 Date:   Fri Sep 12 02:20:47 2008 +0200
27498
27499     at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
27500
27501     This patch prevents linker error on AT91RM9200 boards, if
27502     CONFIG_CMD_I2_TREE is set.
27503     It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
27504
27505     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
27506
27507 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
27508 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27509 Date:   Fri Sep 12 02:20:47 2008 +0200
27510
27511     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
27512
27513     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
27514
27515     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27516
27517 commit 03db53335c8eba656a7c44d1555b1a4514383e33
27518 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27519 Date:   Fri Sep 12 02:20:46 2008 +0200
27520
27521     make: Remove redundant __ARM__ addition when cross-compiling on *BSD
27522
27523     __ARM__ is given by arm_config.mk automatically.
27524
27525     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27526
27527 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
27528 Author: Claudio Scordino <claudio@evidence.eu.com>
27529 Date:   Fri Sep 12 02:20:46 2008 +0200
27530
27531     Fix MACH_TYPE for the AT91RM9200DK board.
27532
27533     Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
27534
27535 commit 274737e5eb25b2bcd3af3a96da923effd543284f
27536 Author: Andrew Dyer <adyer@righthandtech.com>
27537 Date:   Fri Sep 12 02:20:46 2008 +0200
27538
27539     i.mx change get_timer(base) to return time since base
27540
27541     This patch changes get_timer() for i.MX to return the time since
27542     'base' instead of the time since the counter was at zero.
27543
27544     Symptom seen is flash timeout errors when erasing or programming a
27545     sector using the common cfi flash code.
27546
27547     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
27548
27549 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
27550 Author: Andrew Dyer <adyer@righthandtech.com>
27551 Date:   Fri Sep 12 02:20:46 2008 +0200
27552
27553     i.MX use u-boot baud rate and don't assume UART master clock
27554
27555     1) Change the i.MX serial driver to use the baud rate set in the
27556      u-boot environment
27557
27558     2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
27559
27560     3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
27561      one to clear" like other status bits in the reg.)
27562
27563     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
27564
27565 commit 6e1551a870d360805b9d172dc56d935064abe71d
27566 Author: Andrew Dyer <adyer@righthandtech.com>
27567 Date:   Fri Sep 12 02:20:46 2008 +0200
27568
27569     arm920t fix constant error in start.S
27570
27571     Code in cpu/arm920t/start.S will die with a compilation error if
27572     CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
27573     the ARM sub instruction.  Change the code so that each is subtracted
27574     independently to avoid the error.
27575
27576     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
27577
27578 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
27579 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
27580 Date:   Fri Sep 12 02:20:40 2008 +0200
27581
27582     ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
27583
27584     - Correct Invalid #define of MPUTIM_PTV_MASK for
27585        omap1510 & omap730 register definition
27586
27587      MPUTIM_PTV_MASK is defined as
27588      #define MPUTIM_PTV_MASK            (0x7<<PTV_BIT)
27589
27590      while it should have been
27591      #define MPUTIM_PTV_MASK            (0x7<<MPUTIM_PTV_BIT)
27592
27593     - Below Patch corrects the same
27594
27595     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
27596
27597 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
27598 Author: Adrian Filipi <adrian.filipi@eurotech.com>
27599 Date:   Fri Jul 18 11:52:02 2008 -0400
27600
27601     Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
27602
27603     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
27604
27605 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
27606 Author: Guennadi Liakhovetski <lg@denx.de>
27607 Date:   Thu Aug 28 12:25:11 2008 +0200
27608
27609     i.MX31: document timer precision option
27610
27611     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27612
27613 commit 1a6337b01351b82a45b0defa76f08744511c580b
27614 Author: Magnus Lilja <lilja.magnus@gmail.com>
27615 Date:   Fri Aug 29 10:36:18 2008 +0200
27616
27617     i.MX31: Make the SPI bus and chip select configurable for MC13783
27618
27619     The i.MX31 has three SPI buses and each bus has several chip selects
27620     and the MC13783 chip can be connected to any of these. The current
27621     RTC driver for MC13783 is hardcoded for CSPI2/SS2.
27622
27623     This patch makes make MC13783 SPI bus and chip select configurable
27624     via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
27625
27626     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
27627
27628 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
27629 Author: Magnus Lilja <lilja.magnus@gmail.com>
27630 Date:   Fri Aug 29 10:36:17 2008 +0200
27631
27632     i.MX31: Add reset_timer() and modify get_timer_masked().
27633
27634     This patch adds the reset_timer() function (needed by nand_base.c) and
27635     modifies the get_timer_masked() to work in the same way as the omap24xx
27636     function.
27637
27638     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
27639
27640 commit deeec4991a55de243787002ede24d2331d234fc8
27641 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27642 Date:   Wed Sep 10 22:48:09 2008 +0200
27643
27644     ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
27645
27646     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27647
27648 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
27649 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27650 Date:   Wed Sep 10 22:48:09 2008 +0200
27651
27652     bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
27653
27654     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27655
27656 commit 0e8d158664a913392cb01fb11a948d83f72e105e
27657 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27658 Date:   Wed Sep 10 22:48:06 2008 +0200
27659
27660     rename CFG_ENV macros to CONFIG_ENV
27661
27662     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27663
27664 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
27665 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27666 Date:   Wed Sep 10 22:48:05 2008 +0200
27667
27668     nvedit: rename error comment to CONFIG_ENV_IS_IN_
27669
27670     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27671
27672 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
27673 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27674 Date:   Wed Sep 10 22:48:05 2008 +0200
27675
27676     cmd_mem: Move conditional compilation to Makefile
27677
27678     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27679
27680 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
27681 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27682 Date:   Wed Sep 10 22:48:05 2008 +0200
27683
27684     move cmd_get_data_size to command.c
27685
27686     add CMD_DATA_SIZE macro to enable it
27687
27688     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27689
27690 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
27691 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27692 Date:   Wed Sep 10 22:48:04 2008 +0200
27693
27694     env_flash: Move conditional compilation to Makefile
27695
27696     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27697
27698 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
27699 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27700 Date:   Wed Sep 10 22:48:04 2008 +0200
27701
27702     rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
27703
27704     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27705
27706 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
27707 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27708 Date:   Wed Sep 10 22:48:03 2008 +0200
27709
27710     cleanup use of CFG_ENV_IS_IN_FLASH
27711
27712     - #if CFG_ENV_IS_IN_FLASH
27713     - #if (CFG_ENV_IS_IN_FLASH == 1)
27714     - #define CFG_ENV_IS_IN_FLASH 0
27715
27716     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27717
27718 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
27719 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27720 Date:   Wed Sep 10 22:48:01 2008 +0200
27721
27722     rename environment.c in env_embedded.c to reflect is functionality
27723
27724     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27725
27726 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
27727 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27728 Date:   Wed Sep 10 22:48:01 2008 +0200
27729
27730     env_nowhere: Move conditional compilation to Makefile
27731
27732     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27733
27734 commit 93f6d72544da4510a146bc4c93d609b0116cde37
27735 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27736 Date:   Wed Sep 10 22:48:00 2008 +0200
27737
27738     rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
27739
27740     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27741
27742 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
27743 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27744 Date:   Wed Sep 10 22:48:00 2008 +0200
27745
27746     env_sf: Move conditional compilation to Makefile
27747
27748     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27749
27750 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
27751 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27752 Date:   Wed Sep 10 22:48:00 2008 +0200
27753
27754     rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
27755
27756     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27757
27758 commit 55c5f49910ec8225347aa1d211352a84de6649b4
27759 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27760 Date:   Wed Sep 10 22:48:00 2008 +0200
27761
27762     env_onenand: Move conditional compilation to Makefile
27763
27764     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27765
27766 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
27767 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27768 Date:   Wed Sep 10 22:47:59 2008 +0200
27769
27770     rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
27771
27772     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27773
27774 commit 957a0e69575683efd70ace147746bbb3d8e7c501
27775 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27776 Date:   Wed Sep 10 22:47:59 2008 +0200
27777
27778     env_nvram: Move conditional compilation to Makefile
27779
27780     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27781
27782 commit 9314cee6917444ab88bd4e758da7a30975120187
27783 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27784 Date:   Wed Sep 10 22:47:59 2008 +0200
27785
27786     rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
27787
27788     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27789
27790 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
27791 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27792 Date:   Wed Sep 10 22:47:59 2008 +0200
27793
27794     env_nand: Move conditional compilation to Makefile
27795
27796     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27797
27798 commit 51bfee192099206a4397f15f3b93516e01f58ab0
27799 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27800 Date:   Wed Sep 10 22:47:58 2008 +0200
27801
27802     rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
27803
27804     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27805
27806 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
27807 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27808 Date:   Wed Sep 10 22:47:58 2008 +0200
27809
27810     env_dataflash: Move conditional compilation to Makefile
27811
27812     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27813
27814 commit 057c849c45b9ee19df8ff3acdeee66be52819962
27815 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27816 Date:   Wed Sep 10 22:47:58 2008 +0200
27817
27818     rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
27819
27820     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27821
27822 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
27823 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27824 Date:   Wed Sep 10 22:47:52 2008 +0200
27825
27826     cmd_eeprom: Move conditional compilation to Makefile
27827
27828     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27829
27830 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
27831 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27832 Date:   Fri Sep 5 09:19:54 2008 +0200
27833
27834     env_eeprom: Move conditional compilation to Makefile
27835
27836     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27837
27838 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
27839 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27840 Date:   Fri Sep 5 09:19:30 2008 +0200
27841
27842     rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
27843
27844     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27845
27846 commit 32628c5008105a732212003d83b75f05e5243bb2
27847 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27848 Date:   Sat Aug 30 23:54:58 2008 +0200
27849
27850     cmd_mac: Move conditional compilation to Makefile
27851
27852     finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
27853     start in commit ad8f8687b78c3e917b173f038926695383c55555
27854
27855     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27856
27857 commit e5648acab153f0f429bfc714902c5aaa7879f71b
27858 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27859 Date:   Sat Aug 30 23:47:41 2008 +0200
27860
27861     cmd_fdc: Move conditional compilation to Makefile
27862
27863     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27864
27865 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
27866 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27867 Date:   Sat Aug 30 23:47:38 2008 +0200
27868
27869     common/Makefile: add core command section
27870
27871     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27872
27873 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
27874 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27875 Date:   Sat Aug 30 23:29:57 2008 +0200
27876
27877     cmd_vfd: Move conditional compilation to Makefile
27878
27879     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27880
27881 commit 6644641d072aee3087da129d8443187196a4d8a9
27882 Author: Scott Wood <scottwood@freescale.com>
27883 Date:   Wed Sep 10 11:48:49 2008 -0500
27884
27885     delta, zylonite: Update nand_oobinfo to nand_ecclayout.
27886
27887     This is part of the switch to newer upstream MTD code.
27888
27889     Signed-off-by: Scott Wood <scottwood@freescale.com>
27890
27891 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
27892 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27893 Date:   Sat Aug 30 17:06:55 2008 -0400
27894
27895     ARM DaVinci: Fix broken HW ECC for large page NAND.
27896
27897     Based on original patch by Bernard Blackham <bernard@largestprime.net>
27898
27899     U-boot's HW ECC support for large page NAND on Davinci is completely
27900     broken.  Some kernels, such as the 2.6.10 one supported by
27901     MontaVista for DaVinci, rely upon this broken behaviour as they
27902     share the same code for ECCs. In the existing scheme, error
27903     detection *might* work on large page, but error correction
27904     definitely does not.  Small page ECC correction works, but the
27905     format is not compatible with the mainline git kernel.
27906
27907     This patch adds ECC code that matches what is currently in the
27908     Davinci git repository (since NAND support was added in 2.6.24).
27909     This makes the ECC and OOB layout written by u-boot compatible with
27910     Linux for both small page and large page devices and fixes ECC
27911     correction for large page devices.
27912
27913     The old behaviour can be restored by defining the macro
27914     CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
27915
27916     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27917     Acked-by: Sergey Kubushyn <ksi@koi8.net>
27918     Signed-off-by: Scott Wood <scottwood@freescale.com>
27919
27920 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
27921 Author: Heiko Schocher <hs@denx.de>
27922 Date:   Wed Sep 10 11:15:28 2008 +0200
27923
27924     muas3001: update BR4 settings
27925
27926     Also set up the port pins for using I2C.
27927
27928     Signed-off-by: Heiko Schocher <hs@denx.de>
27929
27930 commit 3591293509e0c0bcf244b0f974775bff2e25697e
27931 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
27932 Date:   Wed Sep 10 09:43:49 2008 +0300
27933
27934     autoscr: Fix one-character lines and non-newline terminated scripts
27935
27936     When not using hush, the autoscr command now executes lines that are
27937     only one character long. It also runs the last line of scripts even if
27938     it does not end in a newline.
27939
27940     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
27941
27942 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
27943 Author: Victor Gallardo <vgallardo@amcc.com>
27944 Date:   Tue Sep 9 15:13:29 2008 -0700
27945
27946     ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
27947
27948     On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
27949     and glacier.
27950
27951     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
27952
27953 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
27954 Author: Heiko Schocher <hs@denx.de>
27955 Date:   Mon Sep 8 10:21:11 2008 +0200
27956
27957     muas3001: added support for the LM75 sensor.
27958
27959     Signed-off-by: Heiko Schocher <hs@denx.de>
27960
27961 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
27962 Author: Heiko Schocher <hs@denx.de>
27963 Date:   Mon Sep 8 10:20:19 2008 +0200
27964
27965     muas3001: activate WDT for the muas3001 board.
27966
27967     Signed-off-by: Heiko Schocher <hs@denx.de>
27968
27969 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
27970 Author: Heiko Schocher <hs@denx.de>
27971 Date:   Mon Sep 8 10:19:36 2008 +0200
27972
27973     muas3001: added 64MB SDRAM autodetection.
27974
27975     Signed-off-by: Heiko Schocher <hs@denx.de>
27976
27977 commit 5251469943895de4bb9a04d5053352cc22acb7d5
27978 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
27979 Date:   Thu Aug 21 07:12:26 2008 -0700
27980
27981     Fix printf errors under -DDEBUG
27982
27983     Fix printf format-string/arg mismatches under -DDEBUG.
27984
27985     These warnings occur with DEBUG defined for a platform using
27986     cpu/mpc85xx.  Users of other architectures can unearth similar
27987     problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
27988     after "CFLAGS += $(call cc-option,-fno-stack-protector)".
27989
27990     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
27991     Signed-off-by: Andy Fleming <afleming@freescale.com>
27992
27993 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
27994 Author: Wolfgang Denk <wd@denx.de>
27995 Date:   Tue Sep 9 23:55:18 2008 +0200
27996
27997     Update CHANGELOG, prepare 2008-10-rc1 release
27998
27999     Signed-off-by: Wolfgang Denk <wd@denx.de>
28000
28001 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
28002 Author: Kumar Gala <galak@kernel.crashing.org>
28003 Date:   Mon Sep 8 08:51:29 2008 -0500
28004
28005     85xx: Ensure timebase is zero on secondary cores
28006
28007     The e500um says the timebase is volatile out of reset.  To ensure
28008     TB sync works we need to make sure its zero.
28009
28010     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28011
28012 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
28013 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28014 Date:   Tue Sep 9 22:18:24 2008 +0200
28015
28016     bootm_load_os: fix load_end debug message
28017
28018     print load_end value not pointer
28019
28020     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28021
28022 commit 1d9af0be764960e6cc1c093e97176c3542796820
28023 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28024 Date:   Tue Sep 9 22:18:23 2008 +0200
28025
28026     bootm: enable fdt support only on ppc, m68k and sparc
28027
28028     ...as done in image.c
28029
28030     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28031
28032 commit 748b5274e76f81df85cfcffaffedc323678d0623
28033 Author: Markus Heidelberg <markus.heidelberg@web.de>
28034 Date:   Tue Sep 9 18:51:05 2008 +0200
28035
28036     common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
28037
28038     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
28039
28040 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
28041 Author: Markus Heidelberg <markus.heidelberg@web.de>
28042 Date:   Tue Sep 9 17:31:46 2008 +0200
28043
28044     gitignore: add tags files and Vim swap file
28045
28046     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
28047
28048 commit 1d9b67b23fca6a25154333733204339802510720
28049 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
28050 Date:   Tue Sep 9 17:52:47 2008 +0900
28051
28052     add board_eth_init() for sh7785lcr board
28053
28054     Fix the problem that cannot work RTL8169 on sh7785lcr board.
28055
28056     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
28057
28058 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
28059 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28060 Date:   Wed Aug 6 16:08:41 2008 -0500
28061
28062     mtd: SPI Flash: Support the STMicro Flash
28063
28064     Add MTD SPI Flash support for M25P16, M25P20, M25P32,
28065     M25P40, M25P64, M25P80, M25P128.
28066
28067     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
28068     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28069
28070 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
28071 Author: Wolfgang Denk <wd@denx.de>
28072 Date:   Tue Sep 9 17:55:31 2008 +0200
28073
28074     trab: fix build problem after change to use do_div()
28075
28076     We must link with libgeneric now.
28077
28078     Signed-off-by: Wolfgang Denk <wd@denx.de>
28079
28080 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
28081 Author: Ryan CHEN <ryan.chen@st.com>
28082 Date:   Wed Aug 20 13:00:17 2008 -0400
28083
28084     Correct drv_usb_kbd_init function
28085
28086     The patch is that check if usb_get_dev_index() function return valid
28087     pointer. If valid, continue. Otherwise return -1.
28088
28089     Signed-off-by: Ryan Chen <ryan.chen@st.com>
28090     Acked-by: Markus Klotzbuecher <mk@denx.de>
28091
28092 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
28093 Author: Remy Bohmer <linux@bohmer.net>
28094 Date:   Wed Aug 20 11:22:02 2008 +0200
28095
28096     Make usb-stop() safe to call multiple times in a row.
28097
28098     A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
28099     enabled the usb_stop() command in common/cmd_bootm.c which was
28100     not enabled for some time, because no board did actually set the
28101     CFG_CMD_USB flag. So, now the usb_stop() is executed before
28102     loading the linux kernel.
28103
28104     However, the usb_ohci driver hangs up (at least on AT91SAM) if the
28105     driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
28106     If some other piece of code calls usb_stop() before the bootm command,
28107     this command will hangup the system during boot.
28108     (usb start and stop is typically used while booting from usb memory stick)
28109
28110     But, stopping the usb stack twice is useless anyway, and a flag already
28111     existed that kept track on the usb_init()/usb_stop() calls.
28112     So, we now check if the usb stack is really started before we stop it.
28113
28114     This problem is now fixed in both the upper as low-level layer.
28115
28116     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28117     Acked-by: Markus Klotzbuecher <mk@denx.de>
28118
28119 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
28120 Author: Wolfgang Denk <wd@denx.de>
28121 Date:   Tue Sep 9 16:55:47 2008 +0200
28122
28123     Makefile: fix bug introduced by commit 47ffd6c2
28124
28125 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
28126 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28127 Date:   Tue Sep 9 10:00:33 2008 -0400
28128
28129     ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
28130
28131     This patch solves the problems compiling ml507, v5fx30teval and
28132     ppc440-generic out of tree.
28133
28134     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28135
28136 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
28137 Author: NĂ­colas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
28138 Date:   Thu Sep 4 15:35:46 2008 -0300
28139
28140     Fix dev_print when called from usb_stor_info (usb storage command)
28141
28142     Fix output of the usb storage command. It was printing "Device 0: not
28143     available" because IF_TYPE_USB was not included into the switch
28144     statement.
28145
28146     Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
28147
28148 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
28149 Author: Bartlomiej Sieka <tur@semihalf.com>
28150 Date:   Tue Sep 9 12:58:16 2008 +0200
28151
28152     FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
28153
28154     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
28155
28156 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
28157 Author: Bartlomiej Sieka <tur@semihalf.com>
28158 Date:   Tue Sep 9 12:58:15 2008 +0200
28159
28160     FIT: add ability to check hashes of all images in FIT, improve output
28161
28162     - add function fit_all_image_check_hashes() that verifies if all
28163       hashes of all images in the FIT are valid
28164     - improve output of fit_image_check_hashes() when the hash check fails
28165
28166     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
28167
28168 commit 1de1fa408967cef6804bb046b904114519bb36f0
28169 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28170 Date:   Mon Sep 8 20:54:39 2008 +0200
28171
28172     qemu_mips: Update linux bootm to support dynamic cmdline
28173
28174     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28175
28176 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
28177 Author: Peter Tyser <ptyser@xes-inc.com>
28178 Date:   Mon Sep 8 14:56:49 2008 -0500
28179
28180     Add support for booting of INTEGRITY operating system uImages
28181
28182     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28183
28184 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
28185 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28186 Date:   Mon Sep 8 21:01:29 2008 +0200
28187
28188     mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
28189
28190     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28191
28192 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
28193 Author: Kumar Gala <galak@kernel.crashing.org>
28194 Date:   Mon Sep 8 13:57:12 2008 -0500
28195
28196     Remove support for booting ARTOS images
28197
28198     Pantelis Antoniou stated:
28199         AFAIK, it is still used but the products using PPC are long gone.
28200         Nuke it plz (from orbit).
28201
28202     So remove it since it cleans up a usage of env_get_char outside of
28203     the environment code.
28204
28205     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28206
28207 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
28208 Author: Wolfgang Denk <wd@denx.de>
28209 Date:   Tue Sep 9 15:45:18 2008 +0200
28210
28211     Makefile: compile and link each module just once
28212
28213     Several source files need to be compiled and linked when one or more
28214     config options are selected. To allow for easy selection in the
28215     Makefiles yet to avoild multiple compilation (which costs build time)
28216     and especially multiple linking (which causes errors), we use
28217     "COBJS = $(sort COBJS-y)" which eliminates duplicates.
28218
28219     By courtesy of Detlev Zundel who suggested this approach.
28220
28221     Signed-off-by: Wolfgang Denk <wd@denx.de>
28222
28223 commit 48d0192fe869948fef14b460b5f0c85bca933693
28224 Author: Andreas Engel <andreas.engel@ericsson.com>
28225 Date:   Mon Sep 8 14:30:53 2008 +0200
28226
28227     Moved conditional compile into Makefile
28228
28229     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
28230
28231 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
28232 Author: Andreas Engel <andreas.engel@ericsson.com>
28233 Date:   Mon Sep 8 10:17:31 2008 +0200
28234
28235     Merged serial_pl010.c and serial_pl011.c.
28236
28237     They only differ in the init function.
28238     This also adds the missing watchdog support for the PL011.
28239
28240     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
28241
28242 commit 0817d688f307ee2c0598e79175c94a40ce90337b
28243 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28244 Date:   Sun Sep 7 17:10:27 2008 -0400
28245
28246     Remove gap fill in srec object v2
28247
28248     SREC files do not need gap fill: The load address is specified in the
28249     file. On the other hand, it can't be avoided in a .bin object. It has
28250     no information about memory location.
28251
28252     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28253
28254 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
28255 Author: Markus Heidelberg <markus.heidelberg@web.de>
28256 Date:   Sun Sep 7 20:18:27 2008 +0200
28257
28258     README: fix missing subdirectory in the documentation
28259
28260     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
28261
28262 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
28263 Author: Graeme Russ <graeme.russ@gmail.com>
28264 Date:   Sun Sep 7 07:08:42 2008 +1000
28265
28266     Update i386 code (sc520_cdp)
28267
28268     Attempt to bring i386 / sc520 inline with master
28269
28270     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
28271
28272 commit 5608692104efa8d56df803dc79ea41ac3607eee5
28273 Author: Guennadi Liakhovetski <lg@denx.de>
28274 Date:   Thu Sep 4 13:01:49 2008 +0200
28275
28276     fw_env: add NAND support
28277
28278     Add support for environment in NAND with automatic NOR / NAND recognition,
28279     including unaligned environment, bad-block skipping, redundant environment
28280     copy.
28281
28282     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28283
28284 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
28285 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28286 Date:   Tue Sep 9 09:50:24 2008 +0200
28287
28288     ppc4xx: Fix out-of-tree building of CPCI405 variants
28289
28290     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28291     Acked-by: Stefan Roese <sr@denx.de>
28292
28293 commit 59f630588e3fdbd698a0a2798e52a8924e899563
28294 Author: Sergei Poselenov <sposelenov@emcraft.com>
28295 Date:   Fri Aug 15 15:42:11 2008 +0200
28296
28297     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
28298
28299     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28300
28301 commit e64987a892353f3d49eb242d997820ef8f538912
28302 Author: Anatolij Gustschin <agust@denx.de>
28303 Date:   Fri Aug 15 15:42:13 2008 +0200
28304
28305     85xx: socrates: Enable Lime support.
28306
28307     This patch adds Lime GDC support together with support for the PWM
28308     backlight control through the w83782d chip.  The reset pin of the
28309     latter is attached to GPIO, so we need to reset it in
28310     early_board_init_r.
28311
28312     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28313
28314 commit 3e79b588b5199f35016f178fc0d5d1266382097f
28315 Author: Detlev Zundel <dzu@denx.de>
28316 Date:   Fri Aug 15 15:42:12 2008 +0200
28317
28318     85xx: Socrates: Major code update.
28319
28320     - Update the local bus ranges in the FDT for Linux for the various
28321       devices connected to the local bus via chip-select.
28322
28323     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
28324       lower than 66 MHz and uses I/O accessor functions consequently.
28325
28326     - UPM data update.
28327
28328     - Update of default environment and configuration.  Use I2C multibus
28329       as we do have two I2C buses.  Also enable sdram and ext2 commands.
28330
28331     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
28332     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28333     Signed-off-by: Detlev Zundel <dzu@denx.de>
28334
28335 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
28336 Author: Timur Tabi <timur@freescale.com>
28337 Date:   Fri Jul 18 16:52:23 2008 +0200
28338
28339     Update Freescale 85xx boards to sys_eeprom.c
28340
28341     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
28342     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
28343     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
28344     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
28345
28346     Signed-off-by: Timur Tabi <timur@freescale.com>
28347
28348 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
28349 Author: Wolfgang Denk <wd@denx.de>
28350 Date:   Tue Sep 9 10:08:02 2008 +0200
28351
28352     lib_ppc/interrupts.c: make board_show_activity() a weak function
28353
28354     This allows to use show_activity() without having to
28355     define an empty board_show_activity() function.
28356
28357     Signed-off-by: Wolfgang Denk <wd@denx.de>
28358
28359 commit fe876787f8743883ce58fed61525eaa2f34da4c5
28360 Author: Wolfgang Denk <wd@denx.de>
28361 Date:   Tue Sep 9 10:06:44 2008 +0200
28362
28363     stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
28364
28365     Signed-off-by: Wolfgang Denk <wd@denx.de>
28366
28367 commit 965de106ba8900372c8b16dc60d5acab7f925e38
28368 Author: Wolfgang Denk <wd@denx.de>
28369 Date:   Tue Sep 9 10:03:47 2008 +0200
28370
28371     NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
28372
28373     Signed-off-by: Wolfgang Denk <wd@denx.de>
28374
28375 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
28376 Author: Sergei Poselenov <sposelenov@emcraft.com>
28377 Date:   Fri Aug 15 15:42:11 2008 +0200
28378
28379     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
28380
28381     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28382
28383 commit 36241ca29d4804a1006fb3f26069effda5202581
28384 Author: Anatolij Gustschin <agust@denx.de>
28385 Date:   Fri Aug 15 15:42:13 2008 +0200
28386
28387     85xx: socrates: Enable Lime support.
28388
28389     This patch adds Lime GDC support together with support for the PWM
28390     backlight control through the w83782d chip.  The reset pin of the
28391     latter is attached to GPIO, so we need to reset it in
28392     early_board_init_r.
28393
28394     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28395
28396 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
28397 Author: Detlev Zundel <dzu@denx.de>
28398 Date:   Fri Aug 15 15:42:12 2008 +0200
28399
28400     85xx: Socrates: Major code update.
28401
28402     - Update the local bus ranges in the FDT for Linux for the various
28403       devices connected to the local bus via chip-select.
28404
28405     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
28406       lower than 66 MHz and uses I/O accessor functions consequently.
28407
28408     - UPM data update.
28409
28410     - Update of default environment and configuration.  Use I2C multibus
28411       as we do have two I2C buses.  Also enable sdram and ext2 commands.
28412
28413     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
28414     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28415     Signed-off-by: Detlev Zundel <dzu@denx.de>
28416
28417 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
28418 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28419 Date:   Tue Sep 9 01:22:39 2008 +0200
28420
28421     disk-on-chip: remove duplicate doc_probe declaration
28422
28423     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28424
28425 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
28426 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28427 Date:   Tue Sep 9 00:59:40 2008 +0200
28428
28429     onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
28430
28431     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28432
28433 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
28434 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28435 Date:   Tue Sep 9 00:59:39 2008 +0200
28436
28437     rs5c372: fix rtc_set prototype
28438
28439     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28440
28441 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
28442 Author: Sergei Poselenov <sposelenov@emcraft.com>
28443 Date:   Thu Aug 14 14:08:28 2008 +0200
28444
28445     ARM: fix warning: target CPU does not support interworking
28446
28447     This patch fixes warnings like this:
28448
28449     start.S:0: warning: target CPU does not support interworking
28450
28451     which come from some ARM cross compilers and are caused by hard-coded
28452     (with "--with-cpu=arm9" configuration option) ARM targets (which
28453     support ARM Thumb instructions), while the ARM target selected from
28454     the command line (with "-march=armv4") doesn't support Thumb
28455     instructions.
28456
28457     This warning is issued by the compiler regardless of the real use of
28458     the Thumb instructions in code.
28459
28460     To fix this problem, we use options according to compiler version
28461     being used.
28462
28463     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28464     Signed-off-by: Wolfgang Denk <wd@denx.de>
28465
28466 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
28467 Author: Sergei Poselenov <sposelenov@emcraft.com>
28468 Date:   Thu Aug 14 14:08:28 2008 +0200
28469
28470     ARM: Use do_div() instead of division for "long long".
28471
28472     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28473     Signed-off-by: Wolfgang Denk <wd@denx.de>
28474
28475 commit 8febd13c69cb68652577d1a9fcbde954bf784155
28476 Author: Timur Tabi <timur@freescale.com>
28477 Date:   Fri Jul 18 16:52:23 2008 +0200
28478
28479     Update Freescale 85xx boards to sys_eeprom.c
28480
28481     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
28482     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
28483     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
28484     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
28485
28486     Signed-off-by: Timur Tabi <timur@freescale.com>
28487
28488 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
28489 Author: Wolfgang Denk <wd@denx.de>
28490 Date:   Mon Sep 8 23:26:22 2008 +0200
28491
28492     lib_arm/bootm.c: fix compile warnings
28493
28494     bootm.c:128: warning: label 'error' defined but not used
28495     bootm.c:65: warning: unused variable 'ret'
28496
28497     Signed-off-by: Wolfgang Denk <wd@denx.de>
28498
28499 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
28500 Author: Wolfgang Denk <wd@denx.de>
28501 Date:   Mon Sep 8 22:46:42 2008 +0200
28502
28503     ml507: fix out of tree build problem
28504
28505     Signed-off-by: Wolfgang Denk <wd@denx.de>
28506
28507 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
28508 Author: Wolfgang Denk <wd@denx.de>
28509 Date:   Mon Sep 8 22:10:28 2008 +0200
28510
28511     common/cmd_bootm.c: fix printf() format warnings
28512
28513     Signed-off-by: Wolfgang Denk <wd@denx.de>
28514
28515 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
28516 Author: Wolfgang Denk <wd@denx.de>
28517 Date:   Mon Sep 8 22:37:45 2008 +0200
28518
28519     BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
28520
28521     missing doc_probe() prototype.
28522
28523     Signed-off-by: Wolfgang Denk <wd@denx.de>
28524
28525 commit 2c5e3cc4994897d364b148942ff23e47783198f6
28526 Author: Wolfgang Denk <wd@denx.de>
28527 Date:   Mon Sep 8 21:28:14 2008 +0200
28528
28529     mk48t59: fix compile problem introduced by commit d1e23194
28530
28531     Signed-off-by: Wolfgang Denk <wd@denx.de>
28532
28533 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
28534 Author: Stefan Roese <sr@denx.de>
28535 Date:   Mon Sep 8 14:11:12 2008 +0200
28536
28537     ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
28538
28539     This patch moves some 4xx specific prototypes out of include common.h
28540     to a ppc4xx specific header.
28541
28542     Signed-off-by: Stefan Roese <sr@denx.de>
28543
28544 commit ac53ee8318678190bf3c68da477a84a657d86fb0
28545 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28546 Date:   Fri Sep 5 15:34:04 2008 +0200
28547
28548     ppc4xx: Update CPCI405(AB) configuration
28549
28550     This patch add FDT support and command line editing capabilities
28551     for CPCI405 and CPCI405AB boards.
28552
28553     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28554     Signed-off-by: Stefan Roese <sr@denx.de>
28555
28556 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
28557 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28558 Date:   Fri Sep 5 15:34:03 2008 +0200
28559
28560     ppc4xx: Cleanup CPCI405 linker script
28561
28562     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28563     Signed-off-by: Stefan Roese <sr@denx.de>
28564
28565 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
28566 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28567 Date:   Fri Sep 5 15:34:02 2008 +0200
28568
28569     ppc4xx: Update CPCI405 variants handling
28570
28571     This patch replaces the BOARD_REVISION variable in include/config.mk
28572     by a using a temporary include file in the platform directory.
28573
28574     The former way does not work anymore and the latter is also used by
28575     some other boards.
28576
28577     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28578     Signed-off-by: Stefan Roese <sr@denx.de>
28579
28580 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
28581 Author: Stefan Roese <sr@denx.de>
28582 Date:   Mon Sep 8 10:01:48 2008 +0200
28583
28584     ppc4xx: Remove CONFIG_CS8952_PHY define
28585
28586     Since this define is only used on one board that was never really in
28587     production, removing this compile time option doesn't hurt and makes
28588     the code more readable.
28589
28590     Signed-off-by: Stefan Roese <sr@denx.de>
28591
28592 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
28593 Author: Stefan Roese <sr@denx.de>
28594 Date:   Fri Sep 5 14:11:40 2008 +0200
28595
28596     ppc4xx: Fix compilation warning for PIP405
28597
28598     This patch fixes a compilation warning for the PIP405 board. It moves the
28599     #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
28600     occur anymore. I am a little unsure if this #ifdef is at the correct
28601     place now or if it could be removed completely. This needs to get
28602     tested on the PIP405 board.
28603
28604     Signed-off-by: Stefan Roese <sr@denx.de>
28605
28606 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
28607 Author: Stefan Roese <sr@denx.de>
28608 Date:   Fri Sep 5 14:09:09 2008 +0200
28609
28610     ppc4xx: Fix compilation warning for canyonlands & glacier
28611
28612     Signed-off-by: Stefan Roese <sr@denx.de>
28613
28614 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
28615 Author: Kumar Gala <galak@kernel.crashing.org>
28616 Date:   Fri Sep 5 14:40:29 2008 -0500
28617
28618     Fix compiler warning in mpc8xxx ddr code
28619
28620     ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
28621     ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
28622     ctrl_regs.c:523: note: 'caslat' was declared here
28623
28624     Add a warning in DDR1 case if cas_latency isn't a value we know about.
28625
28626     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28627     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28628
28629 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
28630 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28631 Date:   Mon Sep 1 23:06:23 2008 +0200
28632
28633     rtc: allow rtc_set to return an error and use it in cmd_date
28634
28635     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28636
28637 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
28638 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28639 Date:   Mon Sep 1 01:16:33 2008 +0200
28640
28641     ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
28642
28643     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28644
28645 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
28646 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28647 Date:   Sun Aug 31 05:37:04 2008 +0900
28648
28649     config.mk: Move arch-specific condition to $(ARCH)_config.mk
28650
28651     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28652
28653 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
28654 Author: Kumar Gala <galak@kernel.crashing.org>
28655 Date:   Fri Aug 29 19:08:29 2008 -0500
28656
28657     Prevent crash if random/invalid ramdisks are passed to bootm
28658
28659     Adds returning an error from the ramdisk detection code if
28660     its not a real ramdisk (invalid).  There is no reason we can't
28661     just return back to the console if we detect an invalid
28662     ramdisk or CRC error.
28663
28664     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28665
28666 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
28667 Author: Anatolij Gustschin <agust@denx.de>
28668 Date:   Fri Aug 29 21:04:45 2008 +0200
28669
28670     Prevent crash if random DTB address is passed to bootm
28671
28672     This patch adds bootm_start() return value check. If
28673     error status is returned, we do not proceed further to
28674     prevent board reset or crash as we still can recover
28675     at this point.
28676
28677     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28678
28679 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
28680 Author: Andrew Dyer <adyer@righthandtech.com>
28681 Date:   Fri Aug 29 12:30:39 2008 -0500
28682
28683     clean up some #if !defined() in drivers/video/cfb_console.c
28684
28685     rearrange some #if !defined() / #else / #endif statements to remove
28686     the negative logic.
28687
28688     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
28689
28690 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
28691 Author: Kyungmin Park <kmpark@infradead.org>
28692 Date:   Fri Aug 29 09:02:20 2008 +0900
28693
28694     apollon: use the last memory area for u-boot
28695
28696     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
28697
28698 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
28699 Author: Heiko Schocher <hs@denx.de>
28700 Date:   Thu Aug 28 13:50:42 2008 +0200
28701
28702     TQM8272: move NAND part in seperate File
28703
28704     I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
28705     because I have no longer access to the hardware.
28706
28707     Signed-off-by: Heiko Schocher <hs@denx.de>
28708
28709 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
28710 Author: Heiko Schocher <hs@denx.de>
28711 Date:   Thu Aug 28 13:48:36 2008 +0200
28712
28713     TQM8272: Fix compiling error for the TQM8272 board.
28714
28715     Fix compile problems caused by
28716     commit  cfa460adfdefcc30d104e1a9ee44994ee349bb7b
28717
28718     Signed-off-by: Heiko Schocher <hs@denx.de>
28719
28720 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
28721 Author: Kyungmin Park <kmpark@infradead.org>
28722 Date:   Wed Aug 27 14:45:20 2008 +0900
28723
28724     Add JFFS2 command support on OneNAND
28725
28726     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
28727
28728 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
28729 Author: Mark Jackson <mpfj@mimc.co.uk>
28730 Date:   Mon Aug 25 19:21:30 2008 +0100
28731
28732     Allow console input to be disabled
28733
28734     Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
28735
28736     When CONFIG_DISABLE_CONSOLE is defined, setting
28737     GD_FLG_DISABLE_CONSOLE disables all console input and output.
28738
28739     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
28740
28741 commit 2b22d608f370565c87f55928b524207031419c11
28742 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28743 Date:   Wed Jul 30 12:39:29 2008 +0200
28744
28745     loads: allow negative offsets
28746
28747     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28748
28749 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
28750 Author: Yuri Tikhonov <yur@emcraft.com>
28751 Date:   Thu Sep 4 11:19:05 2008 +0200
28752
28753     USB EHCI: reset root hub
28754
28755     Some of multi-function USB controllers (e.g. ISP1562) allow root hub
28756     resetting only via EHCI registers. So, this patch adds the
28757     corresponding kind of reset to OHCI's hc_reset() if the newly
28758     introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
28759     board).
28760
28761     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28762     Acked-by: Markus Klotzbuecher <mk@denx.de>
28763
28764 commit 5875d358f025c1b042d8a0f08384b756de7256c9
28765 Author: Yuri Tikhonov <yur@emcraft.com>
28766 Date:   Fri Aug 15 15:42:09 2008 +0200
28767
28768     RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
28769
28770     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28771
28772 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
28773 Author: Stefan Roese <sr@denx.de>
28774 Date:   Fri Sep 5 10:47:46 2008 +0200
28775
28776     devices: Use list_add_tail() instead of list_add() to register a device
28777
28778     This patch fixes a problem spotted on Glacier/Canyonlands (and most
28779     likely lots of other board ports), that no serial output was seen
28780     after console initialization in console_init_r(). This is because the
28781     last added console device was used instead of the first added.
28782
28783     This patch fixes this problem by using list_add_tail() instead of
28784     list_add() to register a device. This way the first added console
28785     is used again.
28786
28787     Signed-off-by: Stefan Roese <sr@denx.de>
28788
28789 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
28790 Author: Victor Gallardo <vgallardo@amcc.com>
28791 Date:   Thu Sep 4 23:49:36 2008 -0700
28792
28793     ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
28794
28795     This patch adds GPCS, SGMII and M88E1112 PHY support
28796     for the AMCC PPC460GT/EX processors.
28797
28798     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
28799     Signed-off-by: Stefan Roese <sr@denx.de>
28800
28801 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
28802 Author: Adam Graham <agraham@amcc.com>
28803 Date:   Wed Sep 3 12:26:59 2008 -0700
28804
28805     ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
28806
28807     Signed-off-by: Adam Graham <agraham@amcc.com>
28808     Signed-off-by: Stefan Roese <sr@denx.de>
28809
28810 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
28811 Author: Adam Graham <agraham@amcc.com>
28812 Date:   Wed Sep 3 12:26:28 2008 -0700
28813
28814     ppc4xx: IBM Memory Controller DDR autocalibration routines
28815
28816     Alternate SDRAM DDR autocalibration routine that can be generically used
28817     for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
28818     support of more DIMM/memory chip vendors and gets the DDR autocalibration
28819     values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
28820
28821     Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
28822     "Method_A" and "Method_B".  DDR autocalibration Method_A scans the full range
28823     of possible PPC4xx  SDRAM Controller DDR autocalibration values and takes a
28824     lot longer to run than Method_B.  Method_B executes in the same amount of time
28825     as the currently existing DDR autocalibration routine, i.e. 1 second or so.
28826     Normally Method_B is used and it is set as the default method.
28827
28828     The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
28829     Controller registers.[bit-field]:
28830     1)  SDRAM0_RQDC.[RQFD]
28831     2)  SDRAM0_RFDC.[RFFD]
28832
28833     This alternate PPC4xx DDR autocalibration code calibrates the following
28834     IBM SDRAM Controller registers.[bit-field]:
28835
28836     1)  SDRAM0_WRDTR.[WDTR]
28837     2)  SDRAM0_CLKTR.[CKTR]
28838     3)  SDRAM0_RQDC.[RQFD]
28839     4)  SDRAM0_RFDC.[RFFD]
28840
28841     and will also use the calibrated settings of the above four registers that
28842     produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
28843     register.[bit-field].
28844
28845     Signed-off-by: Adam Graham <agraham@amcc.com>
28846     Signed-off-by: Stefan Roese <sr@denx.de>
28847
28848 commit e07f4a8033b6270b8103049adb6456f660ff4a89
28849 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28850 Date:   Mon Sep 1 13:09:39 2008 -0400
28851
28852     ppc44x: Unification of virtex5 pp440 boards
28853
28854     This patch provides an unificated way of handling xilinx v5 ppc440 boards.
28855
28856     It unificates 3 different things:
28857
28858     1) Source code
28859     A new board called ppc440-generic has been created. This board includes
28860     a generic tlb initialization (Maps the whole memory into virtual) and
28861     defines board_pre_init, checkboard, initdram and get_sys_info weakly,
28862     so, they can be replaced by specific functions.
28863
28864     If a new board needs to redefine any of the previous functions
28865     (specific initialization) it can create a new directory with the
28866     specific initializations needed. (see the example ml507 board).
28867
28868     2) Configuration file
28869     Common configurations are located under configs/xilinx-ppc440.h, this
28870     header file interpretes the xparameters file generated by EDK and
28871     configurates u-boot in correspondence. Example: if there is a Temac,
28872     allows CMD_CONFIG_NET
28873     Specific configuration are located under specific configuration file.
28874     (see the example ml507 board)
28875
28876     3) Makefile
28877     Some work has been done in order to not duplicate work in the Main
28878     Makefile. Please see the attached code.
28879
28880     In order to support new boards they can be implemented in the next way:
28881
28882     a) Simple Generic Board  (90% of the time)
28883     Using EDK generates a new xparameters.h file, replace
28884     ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
28885     && make
28886
28887     b) Simple Boards with special u-boot parameters (9 % of the time)
28888     Create a new file under configs for it (use ml507.h as example) and
28889     change your paramaters. Create a new Makefile paragraph and compile
28890
28891     c) Complex boards (1% of the time)
28892     Create a new folder for the board, like the ml507
28893
28894     Finally, it adds support for the Avnet FX30T Evaluation board, following
28895     the new generic structure:
28896
28897     Cheap board by Avnet for evaluating the Virtex5 FX technology.
28898
28899     This patch adds support for:
28900      - UartLite
28901      - 16MB Flash
28902      - 64MB RAM
28903
28904     Prior using U-boot in this board, read carefully the ERRATA by Avnet
28905     to solve some memory initialization issues.
28906
28907     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
28908     Signed-off-by: Stefan Roese <sr@denx.de>
28909
28910 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
28911 Author: Nick Spence <nick.spence@freescale.com>
28912 Date:   Tue Sep 2 15:21:16 2008 -0500
28913
28914     mpc83xx: fix mpc8313 in-tree building with NAND
28915
28916     and add mpc8313 NAND build to MAKEALL
28917
28918     Signed-off-by: Nick Spence <nick.spence@freescale.com>
28919     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28920
28921 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
28922 Author: Nick Spence <nick.spence@freescale.com>
28923 Date:   Thu Aug 28 14:09:25 2008 -0700
28924
28925     mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
28926
28927     Cleans up some latent issues with the data cache control so that
28928     dcache_enable() and dcache_disable() will work reliably (after
28929     unlock_ram_in_cache() has been called)
28930
28931     Signed-off-by: Nick Spence <nick.spence@freescale.com>
28932     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28933
28934 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
28935 Author: Nick Spence <nick.spence@freescale.com>
28936 Date:   Thu Aug 28 14:09:19 2008 -0700
28937
28938     mpc83xx: Store and display Arbiter Event Register values
28939
28940     Record the Arbiter Event Register values and optionally display them.
28941
28942     The Arbiter Event Register can record the type and effective address of
28943     an arbiter error, even through an HRESET. This patch stores the values in
28944     the global data structure.
28945
28946     Display of the Arbiter Event registers immediately after the RSR value
28947     can be enabled with defines. The Arbiter values will only be displayed
28948     if an arbiter event has occured since the last Power On Reset, and either
28949     of the following defines exist:
28950      #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
28951                                         and type register values
28952      #define CONFIG_DISPLAY_AER_FULL  - display and interpret the arbiter
28953                                         event register values
28954
28955     Address Only transactions are one of the trapped events that can register
28956     as an arbiter event. They occur with some cache manipulation instructions
28957     if the HID0_ABE (Address Broadcast Enable) is set and the memory region
28958     has the MEMORY_COHERENCE WIMG bit set. Setting:
28959      #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
28960                                   only events, so that it can still capture
28961                                   other real problems.
28962
28963     Signed-off-by: Nick Spence <nick.spence@freescale.com>
28964     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28965
28966 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
28967 Author: Nick Spence <nick.spence@freescale.com>
28968 Date:   Thu Aug 28 14:09:11 2008 -0700
28969
28970     mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
28971
28972     This is needed in unlock_ram_in_cache() because it is called from C and
28973     will corrupt the small data area anchor that is kept in R2.
28974
28975     lock_ram_in_cache() is modified similarly as good coding practice, but
28976     is not called from C.
28977
28978     Signed-off-by: Nick Spence <nick.spence@freescale.com>
28979     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28980
28981 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
28982 Author: Nick Spence <nick.spence@freescale.com>
28983 Date:   Fri Aug 22 23:52:50 2008 -0700
28984
28985     MPC83XX: Fix GPIO configuration - set gpio level before direction
28986
28987     Set DAT value before DIR values to avoid creating glitches on the
28988     GPIO signals.
28989
28990     Set gpio level register before direction register to inhibit
28991     glitches on high level output pins.
28992
28993     Dir and data gets cleared at powerup, so high level output lines see
28994     a short low pulse between setting the direction and level registers.
28995
28996     Issue was seen on a new board with the nReset line of the NOR flash
28997     connected to a GPIO. Setting the direction register puts the NOR flash
28998     in reset so the next instruction to set the level cannot get executed.
28999
29000     Signed-off-by: Nick Spence <nick.spence@freescale.com>
29001     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
29002     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29003
29004 commit 7007c5975ee900ad70983b0681d3251e221f8321
29005 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29006 Date:   Tue Sep 2 02:58:32 2008 +0200
29007
29008     doc/qemu_mips: add doc howto debug u-boot with gdb
29009
29010     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29011
29012 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
29013 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29014 Date:   Wed Sep 3 17:15:45 2008 +0200
29015
29016     ppx4xx: Fix broken DASA_SIM board
29017
29018     This patch adds initdram() to DASA_SIM boards that has been
29019     removed accidentally by a previous commit.
29020
29021     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29022     Signed-off-by: Stefan Roese <sr@denx.de>
29023
29024 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
29025 Author: Stefan Roese <sr@denx.de>
29026 Date:   Mon Sep 1 08:35:37 2008 +0200
29027
29028     ppc4xx: Remove reference to common/lists.o from some esd linker scripts
29029
29030     This patch removes some direct references to common/lists.o from some
29031     esd linker scripts. This is necessary because the lists source was moved
29032     and is not in the "common" directory anymore.
29033
29034     Signed-off-by: Stefan Roese <sr@denx.de>
29035
29036 commit 97b0734d65f8a0b03df0a335a2addc759da56107
29037 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29038 Date:   Tue Sep 2 16:33:05 2008 +0200
29039
29040     ppc4xx: Remove obsolete or unused functions from some esd boards
29041
29042     This patch removes initdram() and testdram() from most esd 405 platforms.
29043     Some boards also have an empty dummy implementation of
29044     misc_init_f(). This is also removed.
29045
29046     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29047     Signed-off-by: Stefan Roese <sr@denx.de>
29048
29049 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
29050 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29051 Date:   Tue Sep 2 15:07:54 2008 +0200
29052
29053     ppc4xx: Update VOM405 board configuration
29054
29055     - remove PCI code
29056     - add command line editing
29057     - minor cleanup
29058
29059     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29060     Signed-off-by: Stefan Roese <sr@denx.de>
29061
29062 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
29063 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29064 Date:   Tue Sep 2 15:07:53 2008 +0200
29065
29066     ppc4xx: Remove obsolete initdram() function from VOM405 board
29067
29068     This patch removed the obsolete initdram() function from
29069     VOM405 platform file.
29070
29071     Some minor cleanup.
29072
29073     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29074     Signed-off-by: Stefan Roese <sr@denx.de>
29075
29076 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
29077 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29078 Date:   Tue Sep 2 15:07:52 2008 +0200
29079
29080     ppc4xx: Cleanup VOM405 linker script
29081
29082     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29083     Signed-off-by: Stefan Roese <sr@denx.de>
29084
29085 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
29086 Author: Matthias Fuchs <mf@esd.eu>
29087 Date:   Tue Sep 2 15:07:51 2008 +0200
29088
29089     ppc4xx: Add fdt support for VOM405 boards
29090
29091     Signed-off-by: Matthias Fuchs <mf@esd.eu>
29092     Signed-off-by: Stefan Roese <sr@denx.de>
29093
29094 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
29095 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29096 Date:   Tue Sep 2 11:36:14 2008 +0200
29097
29098     ppc4xx: Coding style cleanup
29099
29100     Wrap long lines etc.
29101
29102     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29103     Signed-off-by: Stefan Roese <sr@denx.de>
29104
29105 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
29106 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29107 Date:   Tue Sep 2 11:35:56 2008 +0200
29108
29109     ppc4xx: Enable USB on PLU405 boards
29110
29111     This patch enables the PCI-OHCI controller on PLU405 board.
29112
29113     Also the default CPU frequency is updated to 266 MHz and
29114     command line editing is enabled.
29115
29116     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29117     Signed-off-by: Stefan Roese <sr@denx.de>
29118
29119 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
29120 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29121 Date:   Tue Sep 2 11:35:35 2008 +0200
29122
29123     ppc4xx: Cleanup PLU405 platform file
29124
29125     This patch
29126     - wraps some long lines
29127     - removes unused/obsolete functions: misc_init_f() and initdram()
29128
29129     Signed-off-by: Matthias Fuchs <mf@esd.eu>
29130     Signed-off-by: Stefan Roese <sr@denx.de>
29131
29132 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
29133 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29134 Date:   Tue Sep 2 11:35:04 2008 +0200
29135
29136     ppc4xx: Cleanup PLU405 linker script
29137
29138     Signed-off-by: Matthias Fuchs <mf@esd.eu>
29139     Signed-off-by: Stefan Roese <sr@denx.de>
29140
29141 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
29142 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29143 Date:   Tue Sep 2 11:34:36 2008 +0200
29144
29145     ppc4xx: Add fdt support for PLU405 boards
29146
29147     Signed-off-by: Matthias Fuchs <mf@esd.eu>
29148     Signed-off-by: Stefan Roese <sr@denx.de>
29149
29150 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
29151 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29152 Date:   Tue Sep 2 11:34:08 2008 +0200
29153
29154     ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
29155
29156     Signed-off-by: Matthias Fuchs <mf@esd.eu>
29157     Signed-off-by: Stefan Roese <sr@denx.de>
29158
29159 commit be1b0d2777e179191a57b138b660547a17e55aad
29160 Author: Jochen Friedrich <jochen@scram.de>
29161 Date:   Tue Sep 2 11:24:59 2008 +0200
29162
29163     Don't tftp to unknown flash
29164
29165     If a board has a variable number of flash banks, there are empty entries
29166     in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
29167     "Outside available Flash". This patch skips flash banks with unknown
29168     flash ids.
29169
29170     Signed-off-by: Jochen Friedrich <jochen@scram.de>
29171     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29172
29173 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
29174 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29175 Date:   Thu Aug 28 13:40:44 2008 +0900
29176
29177     net: smc911x: Add pkt_data_pull and pkt_data_push function
29178
29179     The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
29180     Byte-swapping is necessary, and so poor performance is inevitable.
29181     This problem cannot evade by the swap function of CHIP, this can
29182     evade by software Byte-swapping.
29183     And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
29184     functions necessary to solve this problem.
29185
29186     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29187     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29188
29189 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
29190 Author: Ben Warren <biggerbadderben@gmail.com>
29191 Date:   Sun Aug 31 20:37:00 2008 -0700
29192
29193     Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
29194
29195     Affected boards:
29196         db64360
29197         db64460
29198         katmai
29199         taihu
29200         taishan
29201         yucca
29202         cpc45
29203         cpu87
29204         eXalion
29205         elppc
29206         debris
29207         kvme080
29208         mpc8315erdb
29209         integratorap
29210         ixdp425
29211         oxc
29212         pm826
29213         pm828
29214         pm854
29215         pm856
29216         ppmc7xx
29217         sc3
29218         sc520_spunk
29219         sorcery
29220         tqm8272
29221         tqm85xx
29222         utx8245
29223
29224     Removed initialization of the driver from net/eth.c
29225     Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
29226
29227     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29228
29229 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
29230 Author: Ben Warren <biggerbadderben@gmail.com>
29231 Date:   Sun Aug 31 10:45:44 2008 -0700
29232
29233     Moved initialization of TULIP Ethernet controller to board_eth_init()
29234
29235     Affected boards:
29236         cu824
29237         bab7xx
29238         adciop
29239         dasa_sim
29240         mousse
29241         mpc8540eval
29242         musenki
29243         mvblue
29244         pcippc2/pcippc6
29245         sbc8240
29246         stxssa
29247
29248     Removed initialization of the driver from net/eth.c
29249
29250     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29251
29252 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
29253 Author: Ben Warren <biggerbadderben@gmail.com>
29254 Date:   Sun Aug 31 10:44:19 2008 -0700
29255
29256     Moved initialization of E1000 Ethernet controller to board_eth_init()
29257
29258     Affected boards:
29259         ap1000
29260         mvbc_p
29261         PM854
29262
29263     Removed initialization of the driver from net/eth.c
29264
29265     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29266
29267 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
29268 Author: Ben Warren <biggerbadderben@gmail.com>
29269 Date:   Sun Aug 31 10:40:51 2008 -0700
29270
29271     Moved initialization of plb2800 Ethernet driver to board_eth_init
29272
29273     Affected boards:
29274         purple
29275
29276     Removed initialization of controller from net/eth.c
29277
29278     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29279
29280 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
29281 Author: Ben Warren <biggerbadderben@gmail.com>
29282 Date:   Sun Aug 31 10:39:12 2008 -0700
29283
29284     Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
29285
29286     Modified board_eth_init() functions of boards that have this FEC in addition
29287     to other Ethernet controllers.
29288
29289     Affected boards:
29290         bc3450
29291         icecube
29292         mvbc_p
29293         o2dnt
29294         pm520
29295         total5200
29296         tq5200
29297
29298     Removed initialization of controller from net/eth.c
29299
29300     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29301
29302 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
29303 Author: Ben Warren <biggerbadderben@gmail.com>
29304 Date:   Sun Aug 31 10:36:38 2008 -0700
29305
29306     Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
29307
29308     Added a cpu_eth_init() function to MPC512x CPU directory and
29309     removed code from net/eth.c
29310
29311     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29312
29313 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
29314 Author: Ben Warren <biggerbadderben@gmail.com>
29315 Date:   Sun Aug 31 10:16:59 2008 -0700
29316
29317     Moved initialization of IncaIP Ethernet controller to board_eth_init
29318
29319     Affected boards:
29320         IncaIP
29321
29322     Removed initialization of the driver from net/eth.c
29323
29324     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29325
29326 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
29327 Author: Ben Warren <biggerbadderben@gmail.com>
29328 Date:   Sun Aug 31 10:15:26 2008 -0700
29329
29330     Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
29331
29332         Affected boards:
29333             AmigaOneG3SE
29334
29335         Removed initialization of the driver from net/eth.c
29336
29337     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29338
29339 commit 6aca145e067efe75398e9fac97822bd3700de0b2
29340 Author: Ben Warren <biggerbadderben@gmail.com>
29341 Date:   Sun Aug 31 10:13:34 2008 -0700
29342
29343     Moved initialization of GT6426x Ethernet controller to board_eth_init()
29344
29345     Affected boards:
29346         EVB64260
29347         P3G4
29348         ZUMA
29349
29350     Removed initialization of the driver from net/eth.c
29351
29352     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29353
29354 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
29355 Author: Ben Warren <biggerbadderben@gmail.com>
29356 Date:   Sun Aug 31 10:08:43 2008 -0700
29357
29358     Moved initialization of PCNET Ethernet controller to board_eth_init()
29359
29360     Affected boards:
29361         PN62
29362         sc520_cdp
29363
29364     Removed initialization of the driver from net/eth.c
29365
29366     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29367
29368 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
29369 Author: Ben Warren <biggerbadderben@gmail.com>
29370 Date:   Sun Aug 31 10:07:16 2008 -0700
29371
29372     Moved initialization of NATSEMI Ethernet controller to board_eth_init()
29373
29374     Affected boards:
29375         a3000
29376
29377     Removed initialization of the driver from net/eth.c
29378
29379     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29380
29381 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
29382 Author: Ben Warren <biggerbadderben@gmail.com>
29383 Date:   Sun Aug 31 10:03:22 2008 -0700
29384
29385     Moved initialization of NS8382X Ethernet controller to board_eth_init()
29386
29387     Affected boards:
29388         bc3450
29389         cpci5200
29390         mecp5200
29391         pf2000
29392         icecube
29393         o2dnt
29394         pm520
29395         sandpoint8245
29396         total5200
29397         tqm5200
29398
29399     Removed initialization of the driver from net/eth.c
29400
29401     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29402
29403 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
29404 Author: Ben Warren <biggerbadderben@gmail.com>
29405 Date:   Sun Aug 31 09:59:33 2008 -0700
29406
29407     Moved initialization of TSI108 Ethernet controller to board_eth_init()
29408
29409     Affected boards:
29410         mpc7448hpc2
29411
29412     Removed initialization of the driver from net/eth.c
29413
29414     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29415
29416 commit 0b252f50ae218ae15bfb63af44227972686ebc56
29417 Author: Ben Warren <biggerbadderben@gmail.com>
29418 Date:   Sun Aug 31 21:41:08 2008 -0700
29419
29420     Moved initialization of RTL8139 Ethernet controller to board_eth_init()
29421
29422     Affected boards:
29423         hidden_dragon
29424         MPC8544DS
29425         MPC8610HPCN
29426         R2DPLUS
29427         TB0229
29428
29429     Removed initialization of the driver from net/eth.c
29430
29431     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29432
29433 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
29434 Author: Ben Warren <biggerbadderben@gmail.com>
29435 Date:   Sun Aug 31 09:49:42 2008 -0700
29436
29437     Moved initialization of RTL8169 Ethernet controller to board_eth_init()
29438
29439     Affected boards:
29440         linkstation
29441         r7780mp
29442
29443     Removed initialization of the driver from net/eth.c
29444
29445     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29446
29447 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
29448 Author: Ben Warren <biggerbadderben@gmail.com>
29449 Date:   Tue Aug 12 22:11:53 2008 -0700
29450
29451     Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
29452
29453     Removed at91sam9_eth_initialize() from net/eth.c
29454
29455     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29456
29457 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
29458 Author: Ben Warren <biggerbadderben@gmail.com>
29459 Date:   Sun Aug 31 22:22:04 2008 -0700
29460
29461     Introduce netdev.h header file and remove externs
29462
29463     This addresses all drivers whose initializers have already
29464     been moved to board_eth_init()/cpu_eth_init().
29465
29466     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29467
29468 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
29469 Author: Andy Fleming <afleming@freescale.com>
29470 Date:   Sun Aug 31 16:33:30 2008 -0500
29471
29472     Add pixis_set_sgmii command
29473
29474     The 8544DS and 8572DS platforms support an optional SGMII riser card to
29475     expose ethernet over an SGMII interface.  Once the card is in, it is also
29476     necessary to configure the board such that it uses the card, rather than
29477     the on-board ethernet ports.  This can either be done by flipping dip switches
29478     on the motherboard, or by modifying registers in the pixis.  Either way
29479     requires a reboot.
29480
29481     This adds a command to allow users to choose which ports are routed through
29482     the SGMII card, and which through the onboard ports.  It also allows users
29483     to revert to the current switch settings.
29484
29485     This code does not work on the 8572, as the PIXIS is different.
29486
29487     Signed-off-by: Andy Fleming <afleming@freescale.com>
29488     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29489
29490 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
29491 Author: Andy Fleming <afleming@freescale.com>
29492 Date:   Sun Aug 31 16:33:29 2008 -0500
29493
29494     Add SGMII support for the 8544 DS
29495
29496     The 8544 DS has an optional SGMII Riser card, which uses different PHY
29497     addresses.  Check if we are in SGMII mode, and invoke the SGMII Riser
29498     setup code if so.
29499
29500     Signed-off-by: Andy Fleming <afleming@freescale.com>
29501     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29502
29503 commit 652f7c2eef76a1340928bd660845441e932d86a2
29504 Author: Andy Fleming <afleming@freescale.com>
29505 Date:   Sun Aug 31 16:33:28 2008 -0500
29506
29507     Add support for Freescale SGMII Riser Card
29508
29509     The 8544DS and 8572DS systems have an optional SGMII riser card which
29510     exposes new ethernet ports which are connected to the eTSECs via an
29511     SGMII interface.  The SGMII PHYs for this board are offset from the standard
29512     PHY addresses, so this code modifies the passed in tsec_info structure to
29513     use the SGMII PHYs on the card, instead.
29514
29515     Signed-off-by: Andy Fleming <afleming@freescale.com>
29516     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29517
29518 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
29519 Author: Andy Fleming <afleming@freescale.com>
29520 Date:   Sun Aug 31 16:33:27 2008 -0500
29521
29522     Add SGMII support to the tsec
29523
29524     Adds support for configuring the TBI to talk properly with the SerDes.
29525
29526     Signed-off-by: Andy Fleming <afleming@freescale.com>
29527     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29528
29529 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
29530 Author: Andy Fleming <afleming@freescale.com>
29531 Date:   Sun Aug 31 16:33:26 2008 -0500
29532
29533     Pass in tsec_info struct through tsec_initialize
29534
29535     The tsec driver contains a hard-coded array of configuration information
29536     for the tsec ethernet controllers.  We create a default function that works
29537     for most tsecs, and allow that to be overridden by board code.  It creates
29538     an array of tsec_info structures, which are then parsed by the corresponding
29539     driver instance to determine configuration.  Also, add regs, miiregs, and
29540     devname fields to the tsec_info structure, so that we don't need the kludgy
29541     "index" parameter.
29542
29543     Signed-off-by: Andy Fleming <afleming@freescale.com>
29544     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29545
29546 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
29547 Author: Andy Fleming <afleming@freescale.com>
29548 Date:   Sun Aug 31 16:33:25 2008 -0500
29549
29550     tsec: Move tsec.h to include/
29551
29552     This is to prepare the way for board code passing in the tsec_info structure
29553
29554     Signed-off-by: Andy Fleming <afleming@freescale.com>
29555     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29556
29557 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
29558 Author: Sergei Poselenov <sposelenov@emcraft.com>
29559 Date:   Fri Jun 6 15:52:44 2008 +0200
29560
29561     PHY: Add support for the M88E1121R Marvell chip.
29562
29563     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29564     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29565     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29566
29567 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
29568 Author: Wolfgang Denk <wd@denx.de>
29569 Date:   Tue Sep 2 21:17:36 2008 +0200
29570
29571     fw_env.c: fix build problems with MTD_VERSION=old
29572
29573     (as needed to support old 2.4 Linux kernel based releases)
29574
29575     Signed-off-by: Wolfgang Denk <wd@denx.de>
29576
29577 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
29578 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29579 Date:   Mon Sep 1 17:11:26 2008 +0200
29580
29581     device: make device_register() clone the device
29582
29583     This is expected by the callers, but this fact was hidden well within
29584     the old list implementation.
29585
29586     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29587
29588 commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
29589 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29590 Date:   Mon Sep 1 14:00:07 2008 +0200
29591
29592     avr32: Add support for "GPIO" port mux
29593
29594     The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
29595     all later AVR32 chips. This patch adds a driver for it, implementing the
29596     same API as the existing portmux-pio driver but with more functionality.
29597
29598     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29599
29600 commit d92852579546c46bdaac978e0b6767a6645b69e0
29601 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29602 Date:   Fri Aug 15 15:02:29 2008 +0200
29603
29604     atstk1000: Convert to new-style makefile
29605
29606     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29607
29608 commit 25e6854d42c11046a468576179b5494f850311b2
29609 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29610 Date:   Sun Aug 31 18:46:35 2008 +0200
29611
29612     avr32: use board_early_init_r instead of board_init_info
29613
29614     Replace the avr32-specific board_init_info hook by the standard
29615     board_early_init_r hook and make it optional.
29616
29617     board_early_init_r() runs somewhat earlier than board_init_info used to
29618     do, but this isn't a problem for any of the in-tree boards.
29619
29620     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29621
29622 commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
29623 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29624 Date:   Sun Aug 31 18:24:24 2008 +0200
29625
29626     avr32: Use board_postclk_init instead of gclk_init
29627
29628     Replace the avr32-specific gclk_init() board hook with the standard
29629     board_postclk_init() hook which is supposed to run at the same point
29630     during initialization.
29631
29632     Provide a dummy weak alias for boards not implementing this hook. The
29633     cost of this is:
29634       - 2 bytes for the dummy function (retal 0)
29635       - 2 bytes for each unnecessary function call (short rcall)
29636
29637     which is a pretty small price to pay for avoiding lots of #ifdef
29638     clutter. In this particular case, all boards probably end up slightly
29639     smaller because we avoid the conditional checking if the gclk_init
29640     symbol is NULL.
29641
29642     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29643
29644 commit abdde2b1d570b1ee77606bf783444fcddf7f0965
29645 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29646 Date:   Sun Aug 31 18:07:35 2008 +0200
29647
29648     hammerhead: Use gclk helper functions
29649
29650     Use the new gclk helper functions to set up the PHY clock instead of
29651     accessing the PM registers directly.
29652
29653     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29654
29655 commit 98090cd75cdb40b2ab94c806c338540a5716748b
29656 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29657 Date:   Sun Aug 31 18:05:32 2008 +0200
29658
29659     avr32: Add gclk helper functions
29660
29661     Add two helper functions for configuring and enabling generic clocks:
29662       - gclk_enable_output: Enables output on a GCLKx pin
29663       - gclk_set_rate: Configures a gclk to run at a specific rate
29664
29665     This should eliminate any reason to go mucking about with PM registers
29666     from board code.
29667
29668     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29669
29670 commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
29671 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29672 Date:   Fri Aug 29 21:09:49 2008 +0200
29673
29674     avr32: refactor the portmux/gpio code
29675
29676       - Separate the portmux configuration functionality from the GPIO pin
29677         control API.
29678       - Separate the controller-specific code from the chip-specific code.
29679       - Allow "ganged" port configuration (multiple pins at once).
29680       - Add more flexibility to the "canned" peripheral select functions:
29681           - Allow using more than 23 address bits, more chip selects, as
29682         well as NAND- and CF-specific pins.
29683           - Make the MACB SPEED pin optional, and choose between MII/RMII
29684         using a parameter instead of an #ifdef.
29685           - Make it possible to use other MMC slots than slot 0, and support
29686         different MMC/SDCard data bus widths.
29687       - Use more reasonable pull-up defaults; floating pins may consume a
29688         lot of power.
29689       - Get rid of some custom portmux code from the mimc200 board code. The
29690         old gpio/portmux API couldn't really handle its requirements, but
29691         the new one can.
29692       - Add documentation.
29693
29694     The end result is slightly smaller code for all boards. Which isn't
29695     really the point, but at least it isn't any larger.
29696
29697     This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
29698     the board maintainers could help me test this on their boards. In
29699     particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
29700     can help me out.
29701
29702     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29703     Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
29704     Cc: Mark Jackson <mpfj@mimc.co.uk>
29705     Cc: Alex Raimondi <alex.raimondi@miromico.ch>
29706     Cc: Julien May <julien.may@miromico.ch>
29707
29708     Changes since v1:
29709       * Enable pullup on NWAIT
29710       * Add missing include to portmux-pio.h
29711       * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
29712
29713 commit 4c24e8288c601cb773ab02528b48a8577970e867
29714 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29715 Date:   Sat Aug 30 17:28:36 2008 +0200
29716
29717     avr32: data_bits should reflect the actual number of data bits
29718
29719     Make the data_bits enum in struct sdram_config reflect the actual number
29720     of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
29721     32 bits is just too confusing.
29722
29723     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29724
29725 commit 66b7bc5175325809718d8d49ef073bc1036ad71b
29726 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29727 Date:   Fri Aug 29 17:48:18 2008 +0200
29728
29729     avr32: Update README
29730
29731     Remove some outdated and/or unnecessary information, and add updated
29732     information about the toolchain and buildroot.
29733
29734     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29735
29736 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
29737 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29738 Date:   Sun Aug 31 23:28:15 2008 +0900
29739
29740     sh: Remove CC line from board's Makefile
29741
29742     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29743
29744 commit 468eae0660de6fdfd9999944c536ecc4797bd944
29745 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29746 Date:   Sun Aug 31 23:25:57 2008 +0900
29747
29748     sh: Replaced "@./mkconfig" for @$(MKCONFIG)
29749
29750     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29751
29752 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
29753 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29754 Date:   Thu Aug 28 14:50:52 2008 +0900
29755
29756     sh: Add support sh2 to MAKEALL
29757
29758     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29759     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29760
29761 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
29762 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29763 Date:   Thu Aug 28 14:52:23 2008 +0900
29764
29765     sh: Fix compile error rsk7203 board
29766
29767     This boards used old type preprocessor.
29768     This patch fix compile error.
29769
29770     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29771     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29772
29773 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
29774 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29775 Date:   Thu Aug 28 14:53:31 2008 +0900
29776
29777     sh: Fix compile error sh7785lcr board
29778
29779     This boards used old type preprocessor.
29780     This patch fix compile error.
29781
29782     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29783     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29784
29785 commit 6f0da4972e48f99d37bc522814940a6022cd3084
29786 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29787 Date:   Fri Aug 22 17:39:09 2008 +0900
29788
29789     sh: Renesas Solutions AP325RXA board support
29790
29791     AP325RXA is SH7723's reference board.
29792     This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
29793     In this patch, support SCIF, NOR Flash, and Ethernet.
29794
29795     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29796     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29797
29798 commit ab09f433b50bb83b5e440c335bc3839ee069e534
29799 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29800 Date:   Fri Aug 22 17:48:51 2008 +0900
29801
29802     sh: add support Renesas SH7723
29803
29804     Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
29805     This patch supports CPU register's header file and SCIF serial driver.
29806
29807     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29808     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29809
29810 commit c655fad06ba3fb042dbc667724a40e1a9a091248
29811 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29812 Date:   Sun Aug 31 23:02:04 2008 +0900
29813
29814     sh: Renesas RSK+ 7203 board support
29815
29816     This adds initial support for the RTE RSK+ SH7203 board.
29817
29818     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29819     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29820
29821 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
29822 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29823 Date:   Thu Jul 3 23:11:02 2008 +0900
29824
29825     sh: Add support Renesas SH7203 processor
29826
29827     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29828     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29829
29830 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
29831 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29832 Date:   Sun Aug 31 22:48:33 2008 +0900
29833
29834     sh: Add support SH2/SH2A which is CPU of Renesas Technology
29835
29836     Add support SH2/SH2A basic function.
29837
29838     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29839     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29840
29841 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
29842 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29843 Date:   Sun Aug 31 22:45:08 2008 +0900
29844
29845     sh: Renesas R0P7785LC0011RL board support
29846
29847     This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
29848     Graphic, Ethernet, USB, SD, RTC, and I2C controller.
29849
29850     This patch supports the following functions:
29851      - 128MB DDR2-SDRAM (29-bit address mode only)
29852      - NOR Flash
29853      - USB host
29854      - Ethernet
29855
29856     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
29857     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29858
29859 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
29860 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
29861 Date:   Thu Jul 10 19:32:53 2008 +0900
29862
29863     sh: add support for SH7785
29864
29865     Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
29866     This patch supports CPU register's header file.
29867
29868     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
29869     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29870
29871 commit d6e04258be8f2408845468d3cf722a4cf0433445
29872 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29873 Date:   Sun Aug 31 04:45:42 2008 +0200
29874
29875     davinci: fix remaining dm644x_eth
29876
29877     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29878
29879 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
29880 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29881 Date:   Sun Aug 31 04:24:56 2008 +0200
29882
29883     fs: Move conditional compilation to Makefile
29884
29885     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29886
29887 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
29888 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29889 Date:   Sun Aug 31 04:24:55 2008 +0200
29890
29891     devices: merge to list_head
29892
29893     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29894
29895 commit ef0255fc75f28655f9681422079287d68a14dbaa
29896 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29897 Date:   Sun Aug 31 04:24:51 2008 +0200
29898
29899     update linux/list
29900
29901     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29902
29903 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
29904 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29905 Date:   Sun Aug 31 00:39:48 2008 +0200
29906
29907     smdk6400: add gitignore
29908
29909     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29910
29911 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
29912 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29913 Date:   Sun Aug 31 00:39:48 2008 +0200
29914
29915     smdk6400: Use CONFIG_FLASH_CFI_DRIVER
29916
29917     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29918
29919 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
29920 Author: Guennadi Liakhovetski <lg@denx.de>
29921 Date:   Sun Aug 31 00:39:47 2008 +0200
29922
29923     smdk6400: remove redundant bootargs definition
29924
29925     Double bootargs setting leads to a duplicated environmant entry.
29926
29927     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29928
29929 commit 11edcfe260f20dcea79284a3e95270989d433854
29930 Author: Guennadi Liakhovetski <lg@denx.de>
29931 Date:   Sun Aug 31 00:39:47 2008 +0200
29932
29933     ARM: Add support for S3C6400 based SMDK6400 board
29934
29935     SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
29936     driver for it too. The board can also boot from the NOR flash, but due to
29937     hardware limitations it can only address 64KiB on it, which is not enough
29938     for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
29939
29940     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29941
29942 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
29943 Author: Guennadi Liakhovetski <lg@denx.de>
29944 Date:   Sun Aug 31 00:39:47 2008 +0200
29945
29946     NAND: add NAND driver for S3C64XX
29947
29948     Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
29949
29950     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29951
29952 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
29953 Author: Guennadi Liakhovetski <lg@denx.de>
29954 Date:   Sun Aug 31 00:39:47 2008 +0200
29955
29956     S3C64XX: remove broken HWFLOW support from the serial driver
29957
29958     As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
29959     broken and currently unused. Remove it.
29960
29961     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29962
29963 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
29964 Author: Guennadi Liakhovetski <lg@denx.de>
29965 Date:   Sun Aug 31 00:39:47 2008 +0200
29966
29967     serial: add S3C64XX serial driver
29968
29969     Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
29970
29971     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29972
29973 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
29974 Author: Guennadi Liakhovetski <lg@denx.de>
29975 Date:   Sun Aug 31 00:39:46 2008 +0200
29976
29977     USB: Add support for OHCI controller on S3C6400
29978
29979     Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
29980     try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
29981     it should work too and we could still profit from instruction cache.
29982
29983     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29984
29985 commit 9b07773f8883665b002500c190507e9fd99b7181
29986 Author: Guennadi Liakhovetski <lg@denx.de>
29987 Date:   Sun Aug 31 00:39:46 2008 +0200
29988
29989     ARM: Add arm1176 core with S3C6400 SoC
29990
29991     Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
29992
29993     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29994
29995 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
29996 Author: Sandeep Paulraj <s-paulraj@ti.com>
29997 Date:   Sun Aug 31 00:39:46 2008 +0200
29998
29999     ARM DaVinci: Changing function names for EMAC driver
30000
30001     DM644x is just one of a series of DaVinci chips that use the EMAC driver.
30002     By replacing all the function names that start with dm644x_* to davinci_*
30003     we make these function more portable. I have tested this change on my EVM.
30004     DM6467 is another DaVinci SOC which uses the EMAC driver and i will
30005     be sending patches that add DaVinci DM6467 support to the list soon.
30006
30007     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
30008
30009 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
30010 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
30011 Date:   Sat Aug 30 23:21:30 2008 +0200
30012
30013     Integrator[AP/CP] - Remove unused file memsetup.S
30014
30015     - memsetup.s is changed/merged to lowlevel_init.S
30016       memsetup.S has a global label memsetup that just returns back to caller
30017     - memsetup global label is changed/merged to lowlevel_init
30018       This label is not called from anywhere.
30019
30020     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
30021
30022 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
30023 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30024 Date:   Wed Aug 27 21:35:52 2008 +0200
30025
30026     ARM DaVinci: Standardize names of directories/files
30027
30028     ARM DaVinci: Standardize names of directories/files.
30029
30030     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30031     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30032
30033 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
30034 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30035 Date:   Fri Jul 11 15:10:13 2008 -0400
30036
30037     ARM DaVinci: Move common functions to board/davinci/common
30038
30039     ARM DaVinci: Move common functions to board/davinci/common.
30040
30041     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
30042
30043 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
30044 Author: Stefan Roese <sr@denx.de>
30045 Date:   Fri Aug 29 11:56:49 2008 +0200
30046
30047     ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
30048
30049     This function is needed for the new NAND infrastructure. We only need
30050     a dummy implementation though for the NDFC.
30051
30052     Signed-off-by: Stefan Roese <sr@denx.de>
30053
30054 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
30055 Author: Stefan Roese <sr@denx.de>
30056 Date:   Fri Aug 29 12:06:27 2008 +0200
30057
30058     ppc4xx: Increase image size for NAND boot target
30059
30060     This is needed since now with HUSH enabled (amcc-common.h) the image
30061     read from NAND exceeds the previous limit.
30062
30063     Signed-off-by: Stefan Roese <sr@denx.de>
30064
30065 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
30066 Author: Ben Warren <biggerbadderben@gmail.com>
30067 Date:   Thu Aug 28 23:58:30 2008 -0700
30068
30069     Move MPC512x_FEC driver to drivers/net
30070
30071     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30072
30073 commit 80b00af01b3c9154774de2936f05a051e92f6a03
30074 Author: Ben Warren <biggerbadderben@gmail.com>
30075 Date:   Thu Aug 28 23:58:29 2008 -0700
30076
30077     Move MPC5xxx_FEC driver to drivers/net
30078
30079     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30080
30081 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
30082 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30083 Date:   Fri Aug 29 21:53:57 2008 +0200
30084
30085     cmd_terminal: remove no need ifdef
30086
30087     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30088
30089 commit 578118bdf122877ae769776be002255be447b4fa
30090 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30091 Date:   Fri Aug 29 21:53:57 2008 +0200
30092
30093     common/Makefile: order by functionality
30094
30095     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30096
30097 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
30098 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30099 Date:   Fri Aug 29 21:53:56 2008 +0200
30100
30101     miiphyutil: Move conditional compilation to Makefile
30102
30103     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30104
30105 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
30106 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30107 Date:   Fri Aug 29 21:53:37 2008 +0200
30108
30109     autoscript: Move conditional compilation to Makefile
30110
30111     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30112
30113 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
30114 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30115 Date:   Fri Aug 29 01:18:11 2008 +0200
30116
30117     crc16: move to lib_generic
30118
30119     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30120
30121 commit 55195773eacefb22dd483a3c560ea30a14263ce1
30122 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30123 Date:   Fri Aug 29 01:18:01 2008 +0200
30124
30125     miiphybb: move to drivers/net/phy
30126
30127     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30128
30129 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
30130 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30131 Date:   Thu Aug 28 12:31:51 2008 +0200
30132
30133     soft_spi: move to drivers/spi
30134
30135     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30136
30137 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
30138 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30139 Date:   Thu Aug 28 12:31:51 2008 +0200
30140
30141     soft_i2c: move to drivers/i2c
30142
30143     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30144
30145 commit 717a222229fdb77703e9174d0eb08a4b41febf49
30146 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30147 Date:   Thu Aug 28 12:31:48 2008 +0200
30148
30149     gunzip: move to lib_generic
30150
30151     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30152
30153 commit 52aef8f9ba28b747973bf76741c23db658d5773c
30154 Author: Wolfgang Ocker <weo@reccoware.de>
30155 Date:   Tue Aug 26 19:55:23 2008 +0200
30156
30157     ppc4xx: NAND configuration
30158
30159     Made NAND bank configuration setting a config variable.
30160
30161     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
30162     Signed-off-by: Stefan Roese <sr@denx.de>
30163
30164 commit 5bc542a593abc9e974fbd34704af85c37c366c60
30165 Author: Victor Gallardo <vgallardo@amcc.com>
30166 Date:   Thu Aug 28 16:03:28 2008 -0700
30167
30168     ppc4xx: fix UIC external_interrupt hang on UIC0
30169
30170     This patch fixes a UIC external_interrupt hang if critical or non-critical
30171     interrupt is set at the same time as a normal interrupt is set on UIC0.
30172
30173     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
30174     Signed-off-by: Stefan Roese <sr@denx.de>
30175
30176 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
30177 Author: Prodyut  Hazarika <phazarika@amcc.com>
30178 Date:   Wed Aug 27 16:39:00 2008 -0700
30179
30180     ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
30181
30182     Removed Magic numbers from Initialization preload registers
30183     Tested with Kilauea, Glacier, Canyonlands and Katmai boards
30184     About 5-7% improvement seen for LMBench memtests
30185
30186     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
30187     Signed-off-by: Stefan Roese <sr@denx.de>
30188
30189 commit 8a490422bed685c9491274ec997f62061d88620b
30190 Author: John Rigby <jrigby@freescale.com>
30191 Date:   Thu Aug 28 13:17:07 2008 -0600
30192
30193     ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
30194
30195     MPC5121 rev 2 silicon has a new register for controlling how long
30196     CS is asserted after deassertion of ALE in multiplexed mode.
30197
30198     The default is to assert CS together with ALE.  The alternative
30199     is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
30200
30201     The default is wrong for the NOR flash and CPLD on the ADS5121.
30202
30203     This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
30204     it does so conditionally based on silicon rev 2.0 or greater.
30205
30206     Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
30207     Signed-off-by: John Rigby <jrigby@freescale.com>
30208
30209 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
30210 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30211 Date:   Tue Aug 19 00:56:46 2008 +0600
30212
30213     Add I2C frequency dividers for ColdFire
30214
30215     The existing I2C freqency dividers for FDR does not apply
30216     to ColdFire platforms; thus, a seperate table is added
30217     based on MCF5xxx Reference Manual
30218
30219     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
30220     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30221     Acked-by: Tabi Timur <timur@freescale.com>
30222
30223 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
30224 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30225 Date:   Tue Aug 19 03:01:19 2008 +0600
30226
30227     ColdFire: I2C fix for multiple platforms
30228
30229     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30230
30231 commit d53cf6a9c7423cba668b867978648645f71c3090
30232 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30233 Date:   Tue Aug 19 00:37:13 2008 +0600
30234
30235     ColdFire: Add CONFIG_MII_INIT for M5272C3
30236
30237     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30238
30239 commit f78ced3028d4130b24a318943a70cf5584ab16f4
30240 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30241 Date:   Tue Aug 19 00:26:25 2008 +0600
30242
30243     ColdFire: Multiple fixes for MCF5445x platforms
30244
30245     Add FEC pin set and mii reset in __mii_init(). Change
30246     legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
30247     change cfi_offset to 0, and change CFG_FLASH_CFI to
30248     CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
30249     M54455EVB env settings in configuration file.
30250
30251     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30252
30253 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
30254 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30255 Date:   Fri Aug 15 18:24:25 2008 +0000
30256
30257     ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
30258
30259     The user manuals recommend 7.
30260
30261     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
30262     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30263
30264 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
30265 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30266 Date:   Fri Aug 15 16:50:07 2008 +0000
30267
30268     ColdFire: Raise uart baudrate to 115200 bps
30269
30270     M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
30271     uart baudrate increase from 19200 to 115200 bps
30272
30273     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30274
30275 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
30276 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30277 Date:   Wed Aug 13 12:07:03 2008 +0000
30278
30279     ColdFire: Fix board.c warning message
30280
30281     Implicit declaration of nand_init() warning message
30282
30283     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30284
30285 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
30286 Author: Kumar Gala <galak@kernel.crashing.org>
30287 Date:   Wed Aug 27 01:10:34 2008 -0500
30288
30289     FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
30290
30291     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30292
30293 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
30294 Author: Heiko Schocher <hs@denx.de>
30295 Date:   Thu Aug 21 20:44:49 2008 +0200
30296
30297     mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
30298
30299     Signed-off-by: Heiko Schocher <hs@denx.de>
30300
30301 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
30302 Author: Kumar Gala <galak@kernel.crashing.org>
30303 Date:   Tue Aug 19 14:46:36 2008 -0500
30304
30305     mpc85xx: remove redudant code with lib_ppc/interrupts.c
30306
30307     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
30308     not show how that happened, but there is no good reason for it.
30309
30310     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
30311     they exist.
30312
30313     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30314
30315 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
30316 Author: Kumar Gala <galak@kernel.crashing.org>
30317 Date:   Fri Jul 25 13:31:05 2008 -0500
30318
30319     mpc85xx: Add support for the MPC8536DS reference board
30320
30321     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30322     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
30323     Signed-off-by: Dejan Minic <minic@freescale.com>
30324     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
30325     Signed-off-by: Dave Liu <daveliu@freescale.com>
30326     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30327
30328 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
30329 Author: Kumar Gala <galak@kernel.crashing.org>
30330 Date:   Tue Aug 12 11:14:19 2008 -0500
30331
30332     mpc85xx: Add support for the MPC8536
30333
30334     The MPC8536 Adds SDHC and SATA controllers to the PQ3 family.  We
30335     also have SERDES init code for the 8536.
30336
30337     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30338     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
30339     Signed-off-by: Dejan Minic <minic@freescale.com>
30340     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
30341     Signed-off-by: Dave Liu <daveliu@freescale.com>
30342
30343 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
30344 Author: Kumar Gala <galak@kernel.crashing.org>
30345 Date:   Tue Aug 12 11:13:08 2008 -0500
30346
30347     mpc85xx: Add support for the MPC8572DS reference board
30348
30349     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30350
30351 commit 457caecdbca3df21a93abff19eab12dbc61b7897
30352 Author: Kumar Gala <galak@kernel.crashing.org>
30353 Date:   Wed Aug 27 01:05:35 2008 -0500
30354
30355     FSL DDR: Remove old SPD support from cpu/mpc85xx
30356
30357     All 85xx boards have been converted to the new code so we can
30358     remove the old SPD DDR setup code.
30359
30360     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30361
30362 commit 0e7927db138976469e7257e29c1338050a50fcd9
30363 Author: Kumar Gala <galak@kernel.crashing.org>
30364 Date:   Wed Aug 27 01:04:07 2008 -0500
30365
30366     FSL DDR: Convert STXSSA to new DDR code.
30367
30368     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30369
30370 commit c360d9b970fbb9c13744c355879671165bbb9b9e
30371 Author: Kumar Gala <galak@kernel.crashing.org>
30372 Date:   Wed Aug 27 01:03:42 2008 -0500
30373
30374     FSL DDR: Convert STXGP3 to new DDR code.
30375
30376     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30377
30378 commit 8e55313b7ae12352a343f9b9962e662dbd897187
30379 Author: Kumar Gala <galak@kernel.crashing.org>
30380 Date:   Tue Aug 26 23:52:58 2008 -0500
30381
30382     FSL DDR: Convert SBC8560 to new DDR code.
30383
30384     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30385
30386 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
30387 Author: Kumar Gala <galak@kernel.crashing.org>
30388 Date:   Tue Aug 26 23:52:32 2008 -0500
30389
30390     FSL DDR: Convert MPC8540EVAL to new DDR code.
30391
30392     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30393
30394 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
30395 Author: Kumar Gala <galak@kernel.crashing.org>
30396 Date:   Tue Aug 26 23:52:07 2008 -0500
30397
30398     FSL DDR: Convert PM856 to new DDR code.
30399
30400     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30401
30402 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
30403 Author: Kumar Gala <galak@kernel.crashing.org>
30404 Date:   Tue Aug 26 23:51:49 2008 -0500
30405
30406     FSL DDR: Convert PM854 to new DDR code.
30407
30408     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30409
30410 commit 33b9079ba20926f14238fff863b68a98e938948e
30411 Author: Kumar Gala <galak@kernel.crashing.org>
30412 Date:   Tue Aug 26 23:15:28 2008 -0500
30413
30414     FSL DDR: Convert sbc8548 to new DDR code.
30415
30416     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30417
30418 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
30419 Author: Kumar Gala <galak@kernel.crashing.org>
30420 Date:   Tue Aug 26 23:14:14 2008 -0500
30421
30422     FSL DDR: Convert atum8548 to new DDR code.
30423
30424     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30425
30426 commit be0bd8234b9777ecd63c4c686f72af070d886517
30427 Author: Kumar Gala <galak@kernel.crashing.org>
30428 Date:   Tue Aug 26 22:56:56 2008 -0500
30429
30430     FSL DDR: Convert socrates to new DDR code.
30431
30432     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30433
30434 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
30435 Author: Kumar Gala <galak@kernel.crashing.org>
30436 Date:   Tue Aug 26 08:02:30 2008 -0500
30437
30438     FSL DDR: Convert MPC8544DS to new DDR code.
30439
30440     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30441
30442 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
30443 Author: Jon Loeliger <jdl@freescale.com>
30444 Date:   Tue Mar 18 13:51:05 2008 -0500
30445
30446     FSL DDR: Convert MPC8568MDS to new DDR code.
30447
30448     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30449     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30450
30451 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
30452 Author: Jon Loeliger <jdl@freescale.com>
30453 Date:   Tue Mar 18 13:51:06 2008 -0500
30454
30455     FSL DDR: Convert MPC8548CDS to new DDR code.
30456
30457     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30458     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30459
30460 commit aa11d85cf318b961e029fe50d68ca47d004bce93
30461 Author: Jon Loeliger <jdl@freescale.com>
30462 Date:   Mon Mar 17 15:48:18 2008 -0500
30463
30464     FSL DDR: Convert MPC8541CDS to new DDR code.
30465
30466     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30467     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30468
30469 commit 2b40edb10d81da7bba724edbccd7f53777112579
30470 Author: Jon Loeliger <jdl@freescale.com>
30471 Date:   Tue Mar 18 11:12:42 2008 -0500
30472
30473     FSL DDR: Convert MPC8555ADS to new DDR code.
30474
30475     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30476     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30477
30478 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
30479 Author: Jon Loeliger <jdl@freescale.com>
30480 Date:   Tue Mar 18 11:12:44 2008 -0500
30481
30482     FSL DDR: Convert MPC8560ADS to new DDR code.
30483
30484     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30485     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30486
30487 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
30488 Author: Kumar Gala <galak@kernel.crashing.org>
30489 Date:   Fri Jun 6 13:12:18 2008 -0500
30490
30491     FSL DDR: Convert MPC8540ADS to new DDR code.
30492
30493     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30494
30495 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
30496 Author: Kumar Gala <galak@kernel.crashing.org>
30497 Date:   Tue Aug 26 21:34:55 2008 -0500
30498
30499     FSL DDR: Add 85xx specific register setting
30500
30501     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30502
30503 commit 6fb1b7346849ccd0c20306143e334f5b76143070
30504 Author: Kumar Gala <galak@kernel.crashing.org>
30505 Date:   Mon Jun 9 11:07:46 2008 -0500
30506
30507     FSL DDR: Add e500 TLB helper for DDR code
30508
30509     Provide a helper function that board code can call to map TLBs when
30510     setting up DDR.
30511
30512     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30513
30514 commit d26b739afe5a6760bd345743188759cd9d0f3b47
30515 Author: Andrew Dyer <adyer@righthandtech.com>
30516 Date:   Tue Aug 26 17:03:38 2008 -0500
30517
30518     dm9000 remove dead external phy support, gpio fix
30519
30520     dm9000 has code to detect and initialize external phy parts, but later
30521     on in the code the part is forced to use the internal phy
30522     unconditionally.  Remove the unused/untested code.
30523
30524     change the GPIO initialization so that only the GPIO used as an
30525     internal phy reset (hardwired in the chip) is set as an output.  The
30526     remaining GPIO need to be handled by board specific code to prevent
30527     possible drive conflicts.  Set as inputs for safety.
30528
30529     replace a few magic numbers with defines
30530
30531     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
30532     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30533
30534 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
30535 Author: Peter Tyser <ptyser@xes-inc.com>
30536 Date:   Tue Aug 26 11:17:48 2008 -0500
30537
30538     Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
30539
30540     cmd_net.c command descriptions were updated to describe the optional
30541     hostIPaddr argument.  The dhcp command help message was also updated
30542     to more closely reflect the other commands in cmd_net.c
30543
30544     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
30545     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30546
30547 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
30548 Author: Remy Bohmer <linux@bohmer.net>
30549 Date:   Wed Aug 20 11:30:28 2008 +0200
30550
30551     Fix bogus error message in the DHCP handler
30552
30553     The DHCP handler has 1 state that is not listed in this case, causing a
30554     failure message when there is actually no failure.
30555
30556     Signed-off-by: Remy Bohmer <linux@bohmer.net>
30557     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30558
30559 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
30560 Author: Remy Bohmer <linux@bohmer.net>
30561 Date:   Wed Aug 20 11:30:27 2008 +0200
30562
30563     Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
30564
30565     The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
30566     missing extern inside the net/bootp.h header
30567
30568     Signed-off-by: Remy Bohmer <linux@bohmer.net>
30569     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30570
30571 commit 1803f7f91ff35ca402259065df7557107dcf28a2
30572 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30573 Date:   Tue Aug 19 21:26:32 2008 +0000
30574
30575     ColdFire: Add FEC Buffer descriptors in SRAM
30576
30577     Add FEC Buffer descriptors and data buffer in SRAM for
30578     faster execution and access.
30579
30580     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30581     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30582
30583 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
30584 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30585 Date:   Thu Aug 21 23:55:11 2008 +0000
30586
30587     Fix ColdFire FEC warning messages
30588
30589     Types mismatch and implicit declaration of icache_invalid()
30590     warning messages
30591
30592     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30593     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30594
30595 commit 6a002171098e968bd5b362347d2831224fab6048
30596 Author: Ben Warren <biggerbadderben@gmail.com>
30597 Date:   Sat Jul 12 00:17:50 2008 -0700
30598
30599     Moved initialization of SKGE Ethernet driver to board code.
30600
30601     The only board using this driver is the SL8245 board.
30602     Removed initialization for the driver from net/eth.c
30603
30604     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30605
30606 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
30607 Author: Ben Warren <biggerbadderben@gmail.com>
30608 Date:   Sat Jul 12 00:08:45 2008 -0700
30609
30610     Moved conditional compilation to Makefile for SK98 Ethernet driver
30611
30612     Brute-force removal of #ifdefs.  Didn't touch the code.
30613     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30614
30615 commit 65d3d99c28dc363d15eaee78225ff643df499b97
30616 Author: Ben Warren <biggerbadderben@gmail.com>
30617 Date:   Fri Jul 11 23:42:19 2008 -0700
30618
30619     Moved initialization of ULI526X Ethernet driver to board code.
30620
30621     The only board using this driver is the Freescale MPC8610HPCD board.
30622     Removed initialization for the driver from net/eth.c
30623
30624     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30625
30626 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
30627 Author: Ben Warren <biggerbadderben@gmail.com>
30628 Date:   Fri Jul 11 23:15:28 2008 -0700
30629
30630     Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
30631
30632     Added board_eth_init() function to bf537-stamp board.
30633     Removed initialization for the Blackin EMAC driver from net/eth.c
30634
30635     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30636
30637 commit fc363ce35408f348cacced68505f3747a53e3d7c
30638 Author: Ben Warren <biggerbadderben@gmail.com>
30639 Date:   Wed Jul 9 01:04:19 2008 -0700
30640
30641     Moved initialization of GRETH Ethernet driver to CPU directory
30642
30643     Added a cpu_eth_init() function to leon2/leon3 CPU directories and
30644     removed code from net/eth.c
30645
30646     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30647
30648 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
30649 Author: Ben Warren <biggerbadderben@gmail.com>
30650 Date:   Tue Aug 26 22:16:25 2008 -0700
30651
30652     Moved initialization of MCFFEC Ethernet driver to CPU directory
30653
30654     Added a cpu_eth_init() function to coldfire CPU directories and
30655     removed code from net/eth.c
30656
30657     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30658
30659 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
30660 Author: Ben Warren <biggerbadderben@gmail.com>
30661 Date:   Tue Aug 26 22:12:36 2008 -0700
30662
30663     Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
30664
30665     Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
30666     removed code from net/eth.c
30667
30668     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30669
30670 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
30671 Author: Kumar Gala <galak@kernel.crashing.org>
30672 Date:   Tue Aug 26 15:01:38 2008 -0500
30673
30674     FSL DDR: Remove old SPD support from cpu/mpc86xx
30675
30676     All 86xx boards have been converted to the new code so we can
30677     remove the old SPD DDR setup code.
30678
30679     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30680
30681 commit 9bd4e5911b750837515466bc7449087698b88e0e
30682 Author: Kumar Gala <galak@kernel.crashing.org>
30683 Date:   Tue Aug 26 15:01:37 2008 -0500
30684
30685     FSL DDR: Convert SBC8641D to new DDR code.
30686
30687     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30688
30689 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
30690 Author: Jon Loeliger <jdl@freescale.com>
30691 Date:   Tue Aug 26 15:01:36 2008 -0500
30692
30693     FSL DDR: Convert MPC8610HPCD to new DDR code.
30694
30695     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30696     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30697
30698 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
30699 Author: Kumar Gala <galak@kernel.crashing.org>
30700 Date:   Tue Aug 26 15:01:35 2008 -0500
30701
30702     FSL DDR: Convert MPC8641HPCN to new DDR code.
30703
30704     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30705     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30706
30707 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
30708 Author: Kumar Gala <galak@kernel.crashing.org>
30709 Date:   Tue Aug 26 15:01:34 2008 -0500
30710
30711     FSL DDR: Add 86xx specific register setting
30712
30713     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30714
30715 commit 233fdd502a6c227f476212b3097653ad48d7e254
30716 Author: Kumar Gala <galak@kernel.crashing.org>
30717 Date:   Tue Aug 26 15:01:32 2008 -0500
30718
30719     FSL DDR: Add DDR2 DIMM paramter support
30720
30721     Compute DIMM parameters based upon the SPD information.
30722
30723     Signed-off-by: James Yang <James.Yang@freescale.com>
30724     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30725     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30726
30727 commit 05c05a2363a6ac11e0e405926034546ffad71fad
30728 Author: Kumar Gala <galak@kernel.crashing.org>
30729 Date:   Tue Aug 26 15:01:30 2008 -0500
30730
30731     FSL DDR: Add DDR1 DIMM paramter support
30732
30733     Compute DIMM parameters based upon the SPD information in spd.
30734
30735     Signed-off-by: James Yang <James.Yang@freescale.com>
30736     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30737     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30738
30739 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
30740 Author: Kumar Gala <galak@kernel.crashing.org>
30741 Date:   Tue Aug 26 15:01:29 2008 -0500
30742
30743     FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
30744
30745     The main purpose of this rewrite it to be able to share the same
30746     initialization code on all FSL PowerPC products that have DDR
30747     controllers.  (83xx, 85xx, 86xx).
30748
30749     The code is broken up into the following steps:
30750         GET_SPD
30751         COMPUTE_DIMM_PARMS
30752         COMPUTE_COMMON_PARMS
30753         GATHER_OPTS
30754         ASSIGN_ADDRESSES
30755         COMPUTE_REGS
30756         PROGRAM_REGS
30757
30758     This allows us to share more code an easily allow for board specific code
30759     overrides.
30760
30761     Additionally this code base adds support for >4G of DDR and provides a
30762     foundation for supporting interleaving on processors with more than one
30763     controller.
30764
30765     Signed-off-by: James Yang <James.Yang@freescale.com>
30766     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30767     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30768     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
30769     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30770
30771 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
30772 Author: Kumar Gala <galak@kernel.crashing.org>
30773 Date:   Tue Aug 26 15:01:28 2008 -0500
30774
30775     FSL DDR: Provide a generic set_ddr_laws()
30776
30777     Provide a helper function that will setup the last available
30778     LAWs (upto 2) for DDR.  Useful for SPD/dyanmic DDR setting code.
30779
30780     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30781
30782 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
30783 Author: James Yang <James.Yang@freescale.com>
30784 Date:   Tue Aug 26 15:01:27 2008 -0500
30785
30786     Add proper SPD definitions for DDR1/2/3
30787
30788     Also adds helper functions for DDR1/2 to verify the checksum.
30789
30790     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30791
30792 commit 285db74716c724ae8a0ff177878fd09a74428c7b
30793 Author: Wolfgang Denk <wd@denx.de>
30794 Date:   Wed Aug 27 01:02:48 2008 +0200
30795
30796     Update CHANGELOG
30797
30798     Signed-off-by: Wolfgang Denk <wd@denx.de>
30799
30800 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
30801 Author: Heiko Schocher <hs@denx.de>
30802 Date:   Tue Aug 19 10:08:49 2008 +0200
30803
30804     Add support for muas3001 board (MPC8270)
30805
30806     Signed-off-by: Heiko Schocher <hs@denx.de>
30807
30808 commit 322098bff32410d2a00031649b47c4ec90a66d9a
30809 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
30810 Date:   Tue Aug 19 08:31:18 2008 +0530
30811
30812     common/cmd_load.c cleanup - remove unused variables
30813
30814     - Remove unused global variable os_data_count.
30815     - Remove unused variable z.
30816
30817     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
30818
30819 commit 306620b762a4f9fa6678568ad2e8772dec145208
30820 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
30821 Date:   Mon Aug 18 13:35:27 2008 +0200
30822
30823     remove MVS1 board
30824
30825     MVS1 board has reached end-of-life and can be removed completely.
30826
30827     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
30828
30829 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
30830 Author: Kumar Gala <galak@kernel.crashing.org>
30831 Date:   Fri Aug 15 08:24:45 2008 -0500
30832
30833     bootm: refactor do_reset and os boot function args
30834
30835     There is no need for each OS specific function to call do_reset() we
30836     can just do it once in bootm. This means its feasible on an error for
30837     the OS boot function to return.
30838
30839     Also, remove passing in cmd_tbl_t as its not needed by the OS boot
30840     functions.  flag isn't currently used but might be in the future so
30841     we left it alone.
30842
30843     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30844
30845 commit 40afac22a9c602e55c501c800f1c064324711b56
30846 Author: Kumar Gala <galak@kernel.crashing.org>
30847 Date:   Fri Aug 15 08:24:44 2008 -0500
30848
30849     fdt: Added resize command
30850
30851     Resize the fdt to size + padding to 4k boundary
30852
30853     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30854
30855 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
30856 Author: Kumar Gala <galak@kernel.crashing.org>
30857 Date:   Fri Aug 15 08:24:43 2008 -0500
30858
30859     fdt: refactor initrd related code
30860
30861     Created a new fdt_initrd() to deal with setting the initrd properties
30862     in the device tree and fixing up the mem reserve.  We can use this
30863     both in the choosen node handling and lets us remove some duplicated
30864     code when we fixup the initrd info in bootm on PPC.
30865
30866     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30867
30868 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
30869 Author: Kumar Gala <galak@kernel.crashing.org>
30870 Date:   Fri Aug 15 08:24:42 2008 -0500
30871
30872     fdt: refactor fdt resize code
30873
30874     Move the fdt resizing code out of ppc specific boot code and into
30875     common fdt support code.
30876
30877     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30878
30879 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
30880 Author: Kumar Gala <galak@kernel.crashing.org>
30881 Date:   Fri Aug 15 08:24:41 2008 -0500
30882
30883     bootm: refactor image detection and os load steps
30884
30885     Created a bootm_start() that handles the parsing and detection of all
30886     the images that will be used by the bootm command (OS, ramdisk, fdt).
30887     As part of this we now tract all the relevant image offsets in the
30888     bootm_headers_t struct. This will allow us to have all the needed
30889     state for future sub-commands and lets us reduce a bit of arch
30890     specific code on SPARC.
30891
30892     Created a bootm_load_os() that deals with decompression and loading
30893     the OS image.
30894
30895     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30896
30897 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
30898 Author: Kumar Gala <galak@kernel.crashing.org>
30899 Date:   Fri Aug 15 08:24:40 2008 -0500
30900
30901     bootm: move lmb into the bootm_headers_t structure
30902
30903     To allow for persistent state between future bootm subcommands we
30904     need the lmb to exist in a global state.
30905     Moving it into the bootm_headers_t allows us to do that.
30906
30907     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30908
30909 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
30910 Author: Kumar Gala <galak@kernel.crashing.org>
30911 Date:   Fri Aug 15 08:24:39 2008 -0500
30912
30913     bootm: Set working fdt address as part of the bootm flow
30914
30915     Set the fdt working address so "fdt FOO" commands can be used as part
30916     of the bootm flow.  Also set an the environment variable "fdtaddr"
30917     with the value.
30918
30919     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30920
30921 commit 06a09918f3903450313e2047a9cc258bf5872f46
30922 Author: Kumar Gala <galak@kernel.crashing.org>
30923 Date:   Fri Aug 15 08:24:38 2008 -0500
30924
30925     bootm: refactor fdt locating and relocation code
30926
30927     Move the code that handles finding a device tree blob and relocating
30928     it (if needed) into common code so all arch's have access to it.
30929
30930     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30931
30932 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
30933 Author: Kumar Gala <galak@kernel.crashing.org>
30934 Date:   Fri Aug 15 08:24:37 2008 -0500
30935
30936     bootm: refactor ramdisk locating code
30937
30938     Move determing if we have a ramdisk and where its located into the
30939     common code. Keep track of the ramdisk start and end in the
30940     bootm_headers_t image struct.
30941
30942     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30943
30944 commit c160a9544743e80e8889edb2275538e7764ce334
30945 Author: Kumar Gala <galak@kernel.crashing.org>
30946 Date:   Fri Aug 15 08:24:36 2008 -0500
30947
30948     bootm: refactor entry point code
30949
30950     Move entry point code out of each arch and into common code.
30951     Keep the entry point in the bootm_headers_t images struct.
30952
30953     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30954
30955 commit 20220d22b9f41446288588cd2e457e0077a18bed
30956 Author: Randy Vinson <rvinson@mvista.com>
30957 Date:   Wed Aug 13 11:44:57 2008 -0700
30958
30959     mpc7448hpc2: Fix PCI I/O space mapping.
30960
30961     PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
30962     PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
30963     space such that 0xFA000000 in the processor's address space maps to 0
30964     on the PCI I/O bus.
30965
30966     Signed-off-by Randy Vinson <rvinson@mvista.com>
30967     Acked-by: Roy Zang <tie-fei.zang@freescale.com>
30968
30969 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
30970 Author: Guennadi Liakhovetski <lg@denx.de>
30971 Date:   Wed Aug 13 18:10:26 2008 +0200
30972
30973     i.MX31: Specify maintainers for i.MX31-based boards
30974
30975     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30976     Signed-off-by: Wolfgang Denk <wd@denx.de>
30977
30978 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
30979 Author: Wolfgang Denk <wd@denx.de>
30980 Date:   Tue Aug 26 15:01:28 2008 +0200
30981
30982     ADS5121: adjust image addresses in RAM and flash
30983
30984     Use the same mapping in flash as used by Linux
30985
30986     Signed-off-by: Wolfgang Denk <wd@denx.de>
30987
30988 commit 19f101412c16edee9fd55db4039e1d68a833b28b
30989 Author: Wolfgang Denk <wd@denx.de>
30990 Date:   Tue Aug 26 13:14:34 2008 +0200
30991
30992     cmd_mem.c: Fix help message alignment
30993
30994     Bug was introced by "Big white-space cleanup" (53677ef1)
30995
30996     Signed-off-by: Wolfgang Denk <wd@denx.de>
30997
30998 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
30999 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
31000 Date:   Wed Aug 20 11:11:52 2008 +0200
31001
31002     change mvBL-M7 default env and move to vendor subdir
31003
31004     fix mvBL-M7 config and move to matrix_vision subdir
31005
31006     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
31007     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31008
31009 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
31010 Author: Nick Spence <nick.spence@freescale.com>
31011 Date:   Fri Aug 22 23:52:40 2008 -0700
31012
31013     MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
31014
31015     This patch adds elements to the 83xx sysconf structure and #define values that are used
31016     by mpc83xx family devices.
31017
31018     Signed-off-by: Nick Spence <nick.spence@freescale.com>
31019     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31020
31021 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
31022 Author: Ira W. Snyder <iws@ovro.caltech.edu>
31023 Date:   Fri Aug 22 11:00:15 2008 -0700
31024
31025     MPC8349EMDS: Add PCI Agent (PCISLAVE) support
31026
31027     Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
31028     PCI card rather than a host computer.
31029
31030     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
31031     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31032
31033 commit 4ff9aea9d6b5602683a920951ef896996438af62
31034 Author: Ira W. Snyder <iws@ovro.caltech.edu>
31035 Date:   Fri Aug 22 11:00:14 2008 -0700
31036
31037     mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
31038
31039     This adds a helper function to unlock the PCI configuration bit, so that
31040     any extra PCI setup (such as outbound windows, etc.) can be done after
31041     using the 83XX_GENERIC_PCI code to set up the PCI bus.
31042
31043     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
31044     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31045
31046 commit 162338e1fcde231ca4d562e5ebd7859456731691
31047 Author: Ira W. Snyder <iws@ovro.caltech.edu>
31048 Date:   Fri Aug 22 11:00:13 2008 -0700
31049
31050     MPC8349EMDS: use 83XX_GENERIC_PCI setup code
31051
31052     Change the MPC8349EMDS board to use the generic PCI initialization code
31053     for the mpc83xx cpu.
31054
31055     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
31056     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31057
31058 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
31059 Author: Kim Phillips <kim.phillips@freescale.com>
31060 Date:   Mon Aug 25 14:53:09 2008 -0500
31061
31062     fix out of tree building
31063
31064     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31065
31066 commit a49d10cf027d059ee15c262010a05cdaec0961e1
31067 Author: Wolfgang Denk <wd@denx.de>
31068 Date:   Mon Aug 25 23:45:41 2008 +0200
31069
31070     Minor coding style cleanup, updte CHANGELOG
31071
31072     Signed-off-by: Wolfgang Denk <wd@denx.de>
31073
31074 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
31075 Author: Stefan Roese <sr@denx.de>
31076 Date:   Wed Aug 20 20:29:38 2008 +0200
31077
31078     RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
31079
31080     This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
31081     to combine both config options into one line. This even allows defining
31082     both options and not generating the target object twice.
31083
31084     Signed-off-by: Stefan Roese <sr@denx.de>
31085
31086 commit 079edb913dbae147b50a488cf02e03f473fc5f28
31087 Author: Jens Gehrlein <sew_s@tqs.de>
31088 Date:   Fri Jul 4 16:50:05 2008 +0200
31089
31090     MX31: fix bit masks in function mx31_decode_pll()
31091
31092     Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
31093
31094     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
31095
31096 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
31097 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
31098 Date:   Mon Aug 25 11:11:34 2008 +0200
31099
31100     Correct ARM Versatile Timer Initialization
31101
31102      - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
31103        -- Timer Value Register @ TIMER Base + 4 is Read-only.
31104        -- Prescale Value (Bits 3-2 of TIMER Control register)
31105         can only be one of 00,01,10. 11 is undefined.
31106        -- CFG_HZ for Versatile board is set to
31107         #define CFG_HZ          (1000000 / 256)
31108         So Prescale bits is set to indicate
31109         - 8 Stages of Prescale, Clock divided by 256
31110      - The Timer Control Register has one Undefined/Shouldn't Use Bit
31111        So we should do read/modify/write Operation
31112
31113     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
31114
31115 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
31116 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
31117 Date:   Mon Aug 25 11:30:29 2008 +0200
31118
31119     Add ARM AMBA PL031 RTC Support
31120
31121     Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
31122
31123 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
31124 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31125 Date:   Tue Aug 19 16:21:03 2008 -0400
31126
31127     ARM DaVinci: Removed redundant NAND initialization code.
31128
31129     ARM DaVinci: Removed redundant NAND initialization code.
31130
31131     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31132
31133 commit b3fb663b20d995ca41327db877ddb168279b3f62
31134 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31135 Date:   Tue Aug 19 16:21:00 2008 -0400
31136
31137     ARM DaVinci: Fix compilation error with new MTD code.
31138
31139     ARM DaVinci: Fix compilation error with new MTD code.
31140
31141     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31142
31143 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
31144 Author: Gerald Van Baren <vanbaren@cideas.com>
31145 Date:   Fri Aug 22 14:37:05 2008 -0400
31146
31147     Add note on dereferencing /aliases pointers
31148
31149     Replace the "must quote special characters" note with a hint on
31150     how to dereference /aliases pointers by omitting the leading "/".
31151     This feature was introduced by Kumar Gala as a libfdt enhancement
31152     in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
31153
31154     Example:
31155
31156     => fdt print /aliases
31157     aliases {
31158             ethernet0 = "/qe@e0100000/ucc@2000";
31159             ethernet1 = "/qe@e0100000/ucc@3000";
31160             serial0 = "/soc8360@e0000000/serial@4500";
31161             serial1 = "/soc8360@e0000000/serial@4600";
31162             pci0 = "/pci@e0008500";
31163     };
31164     => fdt print ethernet0
31165     ucc@2000 {
31166             device_type = "network";
31167             compatible = "ucc_geth";
31168             cell-index = <0x1>;
31169             reg = <0x2000 0x200>;
31170             interrupts = <0x20>;
31171             interrupt-parent = <0x2>;
31172             local-mac-address = [00 00 00 00 00 00];
31173             rx-clock-name = "none";
31174             tx-clock-name = "clk9";
31175             phy-handle = <0x3>;
31176             phy-connection-type = "rgmii-id";
31177             pio-handle = <0x4>;
31178     };
31179
31180     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31181
31182 commit feeca3f578b7f53c032ba203698751c982f8bf5a
31183 Author: Kumar Gala <galak@kernel.crashing.org>
31184 Date:   Thu Aug 14 08:28:19 2008 -0500
31185
31186     libfdt: Add support for using aliases in fdt_path_offset()
31187
31188     If the path doesn't start with '/' check to see if it matches some alias
31189     under "/aliases" and substitute the matching alias value in the path
31190     and retry the lookup.
31191
31192     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31193     Acked-by: David Gibson <david@gibson.dropbear.id.au>
31194     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
31195
31196 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
31197 Author: David Gibson <david@gibson.dropbear.id.au>
31198 Date:   Wed Aug 6 14:50:49 2008 +1000
31199
31200     libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
31201
31202     As well as fdt_subnode_offset(), libfdt includes an
31203     fdt_subnode_offset_namelen() function that takes the subnode name to
31204     look up not as a NUL-terminated string, but as a string with an
31205     explicit length.  This can be useful when the caller has the name as
31206     part of a longer string, such as a full path.
31207
31208     However, we don't have corresponding 'namelen' versions for
31209     fdt_get_property() and fdt_getprop().  There are less obvious use
31210     cases for these variants on property names, but there are
31211     circumstances where they can be useful e.g. looking up property names
31212     which need to be parsed from a longer string buffer such as user input
31213     or a configuration file, or looking up an alias in a path with
31214     IEEE1275 style aliases.
31215
31216     So, since it's very easy to implement such variants, this patch does
31217     so.  The original NUL-terminated variants are, of course, implemented
31218     in terms of the namelen versions.
31219
31220     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
31221
31222 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
31223 Author: David Gibson <david@gibson.dropbear.id.au>
31224 Date:   Tue Jul 29 14:51:22 2008 +1000
31225
31226     libfdt: Forgot one function when cleaning the namespace
31227
31228     In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
31229     libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
31230     chance of collisions with things from whatever package libfdt is
31231     embedded in, pulled into the libfdt build via that environment's
31232     libfdt_env.h.
31233
31234     Except... I missed one.  This patch applies the same treatment to
31235     _stringlist_contains().  While we're at it, also make it static since
31236     it's only used in the same file.
31237
31238     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
31239
31240 commit 46390da15411351fc3b498bd8c1615f78fe80df0
31241 Author: Wolfram Sang <w.sang@pengutronix.de>
31242 Date:   Wed Jul 9 11:22:44 2008 +0200
31243
31244     libfdt: Improve documentation in libfdt.h
31245
31246     Fix a few typos and mistakes.
31247
31248     Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
31249     Acked-by: David Gibson <david@gibson.dropbear.id.au>
31250
31251 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
31252 Author: David Gibson <david@gibson.dropbear.id.au>
31253 Date:   Wed Jul 9 14:10:24 2008 +1000
31254
31255     libfdt: Increase namespace-pollution paranoia
31256
31257     libfdt is supposed to easy to embed in projects all and sundry.
31258     Often, it won't be practical to separate the embedded libfdt's
31259     namespace from that of the surrounding project.  Which means there can
31260     be namespace conflicts between even libfdt's internal/static functions
31261     and functions or macros coming from the surrounding project's headers
31262     via libfdt_env.h.
31263
31264     This patch, therefore, renames a bunch of libfdt internal functions
31265     and macros and makes a few other chances to reduce the chances of
31266     namespace collisions with embedding projects.  Specifically:
31267         - Internal functions (even static ones) are now named _fdt_*()
31268
31269         - The type and (static) global for the error table in
31270               fdt_strerror() gain an fdt_ prefix
31271
31272         - The unused macro PALIGN is removed
31273
31274         - The memeq and streq macros are removed and open-coded in the
31275               users (they were only used once each)
31276
31277         - Other macros gain an FDT_ prefix
31278
31279         - To save some of the bulk from the previous change, an
31280               FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
31281               FDT_ALIGN(x, FDT_TAGSIZE)
31282
31283     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
31284
31285 commit c66830263af19831f2b7db307f79d1943febf7f9
31286 Author: David Gibson <david@gibson.dropbear.id.au>
31287 Date:   Mon Jul 7 10:14:15 2008 +1000
31288
31289     dtc: Enable and fix -Wcast-qual warnings
31290
31291     Enabling -Wcast-qual warnings in dtc shows up a number of places where
31292     we are incorrectly discarding a const qualification.  There are also
31293     some places where we are intentionally discarding the 'const', and we
31294     need an ugly cast through uintptr_t to suppress the warning.  However,
31295     most of these are pretty well isolated with the *_w() functions.  So
31296     in the interests of maximum safety with const qualifications, this
31297     patch enables the warnings and fixes the existing complaints.
31298
31299     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
31300     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
31301
31302 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
31303 Author: David Gibson <david@gibson.dropbear.id.au>
31304 Date:   Mon Jul 7 10:10:48 2008 +1000
31305
31306     dtc: Enable and fix -Wpointer-arith warnings
31307
31308     This patch turns on the -Wpointer-arith option in the dtc Makefile,
31309     and fixes the resulting warnings due to using (void *) in pointer
31310     arithmetic.  While convenient, pointer arithmetic on void * is not
31311     portable, so it's better that we avoid it, particularly in libfdt.
31312
31313     Also add necessary definition of uintptr_t needed by David Gibson's
31314     changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
31315     comes from stdint.h, which u-boot doesn't have). -- gvb
31316
31317     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
31318     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31319
31320 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
31321 Author: Tirumala R Marri <tmarri@amcc.com>
31322 Date:   Thu Aug 21 21:54:53 2008 -0700
31323
31324     ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
31325
31326     During recent PCI-E tests it has been found that current
31327     driverl level and de-emphasis values are not set correctly.
31328     After sweeping throgh all de-ephasis values, it was found that
31329     0x130 is a right value. Where 0x13 is driver level and 0 is
31330     de-emphasis.
31331
31332     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
31333     Signed-off-by: Stefan Roese <sr@denx.de>
31334
31335 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
31336 Author: Remy Bohmer <linux@bohmer.net>
31337 Date:   Wed Aug 20 20:46:56 2008 +0200
31338
31339     Make the YAFFS filesystem work
31340
31341     Recently the YAFFS filesystem support has been added to U-boot.
31342     However, just enabling CONFIG_YAFFS2 is not enough to get it working.
31343
31344     ymount will generate an exception (when dereferencing mtd->readoob()), because
31345     the genericDevice is a null pointer. Further, a lot of logging is produced
31346     while using YAFFS fs, so logging should also be disabled.
31347     Both issues are solved by this patch.
31348
31349     With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
31350     in U-boot, as well as in Linux.
31351
31352     Tested on a Atmel AT91SAM9261EK board.
31353
31354     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31355     Acked-by: William Juul <william.juul@tandberg.com>
31356     Signed-off-by: Scott Wood <scottwood@freescale.com>
31357
31358 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
31359 Author: Kyungmin Park <kmpark@infradead.org>
31360 Date:   Tue Aug 19 08:42:53 2008 +0900
31361
31362     Fix OneNAND read_oob/write_oob functions compatability
31363
31364     Also sync with kernel OneNAND codes
31365
31366     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
31367     Signed-off-by: Scott Wood <scottwood@freescale.com>
31368
31369 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
31370 Author: Scott Wood <scottwood@freescale.com>
31371 Date:   Mon Aug 18 17:11:20 2008 -0500
31372
31373     NAND: Remove delay from nand_boot_fsl_elbc.c.
31374
31375     It was for debugging purposes, and shouldn't have been left in.
31376
31377     Signed-off-by: Scott Wood <scottwood@freescale.com>
31378
31379 commit f556483734126793522fb7a8cf36af90da78f084
31380 Author: Stefan Roese <sr@denx.de>
31381 Date:   Thu Aug 21 11:05:03 2008 +0200
31382
31383     ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
31384
31385     This patch fixes some minor issues introduced with the patch:
31386     ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
31387
31388     - Rework memory-queue and PLB arbiter optimization code, that the
31389       local variable is not needed anymore. This removes one #ifdef.
31390     - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
31391       of XXX+ 0x01). This was not introduced by Prodyut, just a
31392       copy-paste problem.
31393
31394     Signed-off-by: Stefan Roese <sr@denx.de>
31395
31396 commit 079589bcfb24ba11068460276a3cc9549ab5346f
31397 Author: Prodyut  Hazarika <phazarika@amcc.com>
31398 Date:   Wed Aug 20 09:38:51 2008 -0700
31399
31400     ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
31401         PPC405EX and PPC460EX/GT/SX
31402
31403     - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
31404       processors
31405     - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
31406       across processors (405 and 440/460)
31407     - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
31408       processors
31409     - Add register bit definitions for Memory Queue Configuration registers
31410
31411     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
31412     Signed-off-by: Stefan Roese <sr@denx.de>
31413
31414 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
31415 Author: Kumar Gala <galak@kernel.crashing.org>
31416 Date:   Tue Aug 19 15:41:18 2008 -0500
31417
31418     fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
31419
31420     Move to using the environment variables 'ethaddr', 'eth1addr', etc..
31421     instead of bd->bi_enetaddr, bi_enet1addr, etc.
31422
31423     This makes the code a bit more flexible to the number of ethernet
31424     interfaces.
31425
31426     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31427
31428 commit 4cacf7c64609839f809e2f9c45873f1d65861703
31429 Author: Stefan Roese <sr@denx.de>
31430 Date:   Tue Aug 19 14:57:55 2008 +0200
31431
31432     hush: Fix printf debug macro in hush.c so that it usable in U-Boot
31433
31434     This patch changes the debug_printf() marco for U-Boot in hush.c and
31435     moves the definition of DEBUG_SHELL to a place that is actually compiled
31436     under U-Boot.
31437
31438     Signed-off-by: Stefan Roese <sr@denx.de>
31439
31440 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
31441 Author: Heiko Schocher <hs@denx.de>
31442 Date:   Tue Aug 19 09:57:41 2008 +0200
31443
31444     cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
31445
31446     Commit      00b1883a4cac59d97cd297b1a3a398db85982865
31447     missed a few boards:
31448         include/configs/M5253DEMO.h
31449         include/configs/ml507.h
31450         include/configs/redwood.h
31451
31452     This patch fixes this.
31453
31454     Signed-off-by: Heiko Schocher <hs@denx.de>
31455
31456 commit 0768b7a872964085eece8d5e9fec9175e9deb161
31457 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31458 Date:   Mon Aug 18 13:41:27 2008 +0200
31459
31460     Consolidate strmhz() implementation
31461
31462     ARM, i386, m68k and ppc all have identical implementations of strmhz().
31463     Other architectures don't provide this function at all.
31464
31465     This patch moves strmhz() into lib_generic, reducing code duplication
31466     and providing a more unified API across architectures.
31467
31468     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31469
31470 commit a928d0df211f1d829308d335d19be3ca42558dfc
31471 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
31472 Date:   Mon Aug 18 12:02:51 2008 +0200
31473
31474     fix mvbc_p board build warnings
31475
31476     fix build warnings @ mvBC-P board by using correct types, i.e. change
31477     out_be32 to out_be16 and out_8 accordingly.
31478
31479     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
31480
31481 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
31482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31483 Date:   Sat Aug 16 18:54:27 2008 +0200
31484
31485     Makefile: fix posix support on find
31486
31487     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31488
31489 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
31490 Author: Axel Beierlein <belatronix@web.de>
31491 Date:   Sat Aug 16 00:30:48 2008 +0200
31492
31493     Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
31494
31495     Tested with TQM5200S on STK52XX.200 Board
31496
31497     Signed-off-by: Axel Beierlein <belatronix@web.de>
31498
31499 commit 0800707b6d5041a840a65d556032c15c584b55f8
31500 Author: Peter Tyser <ptyser@xes-inc.com>
31501 Date:   Fri Aug 15 14:36:32 2008 -0500
31502
31503     mod_i2c_mem() bugfix
31504
31505     The last used chip, address, and address length were not being
31506     stored for the imm and imn commands.
31507
31508     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
31509
31510 commit 4afbef967275b2f636abae86f91b81becee7ad03
31511 Author: Steven A. Falco <sfalco@harris.com>
31512 Date:   Fri Aug 15 15:37:31 2008 -0400
31513
31514     Fix typo in spelling of ATAPI.
31515
31516     Correct a small spelling mistake.
31517
31518     Signed-off-by: Steven A. Falco <sfalco@harris.com>
31519
31520 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
31521 Author: Steven A. Falco <sfalco@harris.com>
31522 Date:   Fri Aug 15 15:34:10 2008 -0400
31523
31524     Add a hook to allow board-specific PIO mode setting.
31525
31526     This patch adds a hook whereby a board-specific routine can be called to
31527     configure hardware for a PIO mode.  The prototype for the board-specific
31528     routine is:
31529
31530         int inline ide_set_piomode(int pio_mode)
31531
31532     ide_set_piomode should be prepared to configure hardware for a pio_mode
31533     between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.
31534
31535     Signed-off-by: Steven A. Falco <sfalco@harris.com>
31536
31537 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
31538 Author: Steven A. Falco <sfalco@harris.com>
31539 Date:   Fri Aug 15 15:29:12 2008 -0400
31540
31541     Replace enums in ata.h with an include of libata.h
31542
31543     This patch removes some enums from ata.h and replaces them with an
31544     include of libata.h.  This way, we eliminate duplicated code, and
31545     prevent errors whereby the different versions could be out of sync.
31546
31547     Signed-off-by: Steven A. Falco <sfalco@harris.com>
31548
31549 commit 0de0afbca865ecf482b4d2b635236746def8518f
31550 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31551 Date:   Fri Aug 15 18:32:41 2008 +0200
31552
31553     coldfire: fix CFI drivers activation with new macro
31554
31555     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
31556
31557     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31558
31559 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
31560 Author: Kumar Gala <galak@kernel.crashing.org>
31561 Date:   Fri Aug 15 08:24:35 2008 -0500
31562
31563     fdt: fdt addr w/o any args reports back the current working address
31564
31565     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31566
31567 commit f953d99fd528a496b400a706b511eaf8e3ea66af
31568 Author: Kumar Gala <galak@kernel.crashing.org>
31569 Date:   Fri Aug 15 08:24:34 2008 -0500
31570
31571     fdt: added the ability to set initrd start/end via chosen command
31572
31573     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31574
31575 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
31576 Author: Kumar Gala <galak@kernel.crashing.org>
31577 Date:   Fri Aug 15 08:24:33 2008 -0500
31578
31579     Add command to enable/disable interrupts
31580
31581     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31582
31583 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
31584 Author: Nick Spence <nick.spence@freescale.com>
31585 Date:   Tue Aug 19 22:21:16 2008 -0700
31586
31587     CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
31588
31589     This patch fixes a missing vendor code in the flash_real_protect() function.
31590
31591     Signed-off-by: Nick Spence <nick.spence@freescale.com>
31592     Signed-off-by: Stefan Roese <sr@denx.de>
31593
31594 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
31595 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31596 Date:   Tue Aug 19 16:53:39 2008 +0000
31597
31598     CFI: Fix AMD Legacy sector protect
31599
31600     New implement sector lock and unlock or softlock commands
31601     do not exist in AMD legacy flash. Thus, causing issue
31602     when erasing AMD legacy flash (such as lv040)
31603
31604     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31605     Signed-off-by: Stefan Roese <sr@denx.de>
31606
31607 commit 492671404140f09d5b21b3d2ce4e362c0692c069
31608 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31609 Date:   Wed Aug 20 09:40:16 2008 +0200
31610
31611     hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
31612
31613     CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
31614
31615     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31616
31617 commit 33eac2b3d946fc998a09245dfe54d017079b9056
31618 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31619 Date:   Wed Aug 20 09:28:36 2008 +0200
31620
31621     hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
31622
31623     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31624
31625 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
31626 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31627 Date:   Wed Aug 20 09:27:37 2008 +0200
31628
31629     favr-32-ezkit: Fix printf format warnings
31630
31631     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31632
31633 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
31634 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31635 Date:   Fri Aug 15 12:04:25 2008 +0200
31636
31637     MAINTAINERS: Sort avr32 section alphabetically
31638
31639     The rest of the MAINTAINERS file appears to be sorted
31640     almost-alphabetically, but entries for the newly added AVR32 boards were
31641     added somewhat randomly. This patch sorts the list alphabetically again.
31642
31643     Also update my e-mail address. The old one still works, but it may not
31644     work forever.
31645
31646     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31647
31648 commit 13b50fe3bc065c48911fa373231421280855a9d6
31649 Author: Mark Jackson <mpfj@mimc.co.uk>
31650 Date:   Wed Jul 30 13:07:27 2008 +0100
31651
31652     avr32: Add MIMC200 board
31653
31654     The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
31655     8MByte FLASH and 128KByte FRAM.
31656
31657     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
31658     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31659
31660 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
31661 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
31662 Date:   Wed Jul 9 21:07:34 2008 +0900
31663
31664     rtl8169: add support for RTL8110SCL
31665
31666     This patch fixes a problem that RTL8110SCL started transfer
31667     with an incorrect memory address.
31668
31669     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
31670     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31671
31672 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
31673 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31674 Date:   Wed Jun 25 15:48:52 2008 -0500
31675
31676     Fix dm9000 receive status and len little endian issue
31677
31678     The received status and len was in little endian
31679     format and caused the ethernet unable to proceed
31680     further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
31681
31682     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31683     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31684
31685 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
31686 Author: Kumar Gala <galak@kernel.crashing.org>
31687 Date:   Fri Aug 15 08:24:32 2008 -0500
31688
31689     Clean up usage of icache_disable/dcache_disable
31690
31691     There is no point in disabling the icache on 7xx/74xx/86xx parts and not
31692     also flushing the icache.  All callers of invalidate_l1_instruction_cache()
31693     call icache_disable() right after.  Make it so icache_disable() calls
31694     invalidate_l1_instruction_cache() for us.
31695
31696     Also, dcache_disable() already calls dcache_flush() so there is no point
31697     in the explicit calls of dcache_flush().
31698
31699     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31700
31701 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
31702 Author: Kumar Gala <galak@kernel.crashing.org>
31703 Date:   Fri Aug 15 08:24:31 2008 -0500
31704
31705     Update linux bootm to support ePAPR client interface
31706
31707     The ePAPR spec has some subtle differences from the current device
31708     tree based boot interface to the powerpc linux kernel. The powerpc
31709     linux kernel currently ignores the differences that ePAPR specifies.
31710
31711     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31712
31713 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
31714 Author: Wolfgang Denk <wd@denx.de>
31715 Date:   Mon Aug 18 23:50:20 2008 +0200
31716
31717     Minor code cleanup: keep lists sorted.
31718
31719     Signed-off-by: Wolfgang Denk <wd@denx.de>
31720
31721 commit d0039d4ed275e6ca09fb417895024ad02be118c4
31722 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
31723 Date:   Wed Jul 23 19:10:14 2008 +0200
31724
31725     Add support for ADT7460 I2C monitor chip
31726
31727     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
31728
31729 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
31730 Author: Michal Simek <monstr@monstr.eu>
31731 Date:   Mon Jul 14 19:45:45 2008 +0200
31732
31733     video: Clean drivers/video/Makefile
31734
31735     Signed-off-by: Michal Simek <monstr@monstr.eu>
31736
31737 commit 871c18dd301752270e1f74328c846c3104be1e2e
31738 Author: Michal Simek <monstr@monstr.eu>
31739 Date:   Mon Jul 14 19:45:37 2008 +0200
31740
31741     rtc: Clean drivers/rtc/Makefile
31742
31743     Signed-off-by: Michal Simek <monstr@monstr.eu>
31744
31745 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
31746 Author: Michal Simek <monstr@monstr.eu>
31747 Date:   Mon Jul 14 19:45:35 2008 +0200
31748
31749     i2c: Clean drivers/i2c/ Makefile
31750
31751     Signed-off-by: Michal Simek <monstr@monstr.eu>
31752
31753 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
31754 Author: Harald Welte <laforge@openmoko.org>
31755 Date:   Wed Jul 9 22:30:30 2008 +0800
31756
31757     Add 'license' command to U-Boot command line
31758
31759     The 'license' command includes the U-Boot license (GPLv2) into the
31760     actual bootloader binary. The license text can be shown interactively
31761     at the U-Boot commandline.
31762
31763     For products where the commandline can actually be accessed by the
31764     end user, this helps to prevent inadvertent GPL violations, since the
31765     GPLv2 license text can no longer be 'forgotten' to be included into
31766     the product.
31767
31768     The 'license' command can be enabled by CONFIG_CMD_LICENSE.
31769
31770     Signed-off-by: Harald Welte <laforge@openmoko.org>
31771
31772 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
31773 Author: Harald Welte <laforge@gnumonks.org>
31774 Date:   Sun Jul 6 15:56:38 2008 +0800
31775
31776     add 'unzip' command to u-boot commandline
31777
31778     [PATCH] add new 'unzip' command to u-boot commandline
31779
31780     common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
31781     memory to memory, and option CONFIG_CMD_UNZIP to enable it
31782
31783     Signed-off-by: Werner Almesberger <werner@openmoko.org>
31784     Signed-off-by: Harald Welte <laforge@openmoko.org>
31785
31786 commit 07efc9e321619c3dec213310c32e011aa6f02783
31787 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31788 Date:   Wed Aug 6 19:37:17 2008 -0500
31789
31790     Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
31791
31792     The CFG_ENV_SIZE is not suitable used for SPI flash erase
31793     sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
31794     Add condition check if CFG_ENV_SIZE is larger than
31795     CFG_ENV_SECT_SIZE, calculate the right number of sectors for
31796     erasing.
31797
31798     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31799
31800 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
31801 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31802 Date:   Mon Aug 11 15:54:25 2008 +0000
31803
31804     ColdFire: Multiple fixes for M5282EVB
31805
31806     Incorrect CFG_HZ value, change 1000000 to 1000.
31807     Rename #waring to #warning. RAMBAR1 uses twice
31808     in start.S, rename the later to FLASHBAR. Insert
31809     nop for DRAM setup. And, env_offset in linker file.
31810
31811     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31812
31813 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
31814 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31815 Date:   Mon Aug 11 15:26:43 2008 +0000
31816
31817     ColdFire: Move m5282evb from board to board/freescale
31818
31819     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31820
31821 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
31822 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31823 Date:   Mon Aug 11 15:25:07 2008 +0000
31824
31825     ColdFire: Move m5272c3 from board to board/freescale
31826
31827     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31828
31829 commit 659e9bad629a480f606b286d5703aef7159edf98
31830 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31831 Date:   Mon Aug 11 15:23:16 2008 +0000
31832
31833     ColdFire: Move m5271evb from board to board/freescale
31834
31835     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31836
31837 commit 05316f8ece8206339a208ec052f039cd0f7ca922
31838 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31839 Date:   Mon Aug 11 13:41:49 2008 +0000
31840
31841     ColdFire: Add M54451EVB platform support for MCF5445x
31842
31843     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31844
31845 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
31846 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31847 Date:   Wed Aug 6 19:14:08 2008 -0500
31848
31849     ColdFire: Add Serial Flash support for M54455EVB
31850
31851     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31852
31853 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
31854 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31855 Date:   Wed Jul 23 20:38:53 2008 -0500
31856
31857     ColdFire: Implement SBF feature for M5445EVB
31858
31859     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31860
31861 commit a7323bba229203aae2604afde131ab47bad4eadc
31862 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31863 Date:   Wed Jul 23 17:53:36 2008 -0500
31864
31865     ColdFire: Add SSPI feature for MCF5445x
31866
31867     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31868
31869 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
31870 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31871 Date:   Wed Jul 23 17:37:10 2008 -0500
31872
31873     ColdFire: Use CFI Flash driver for M54455EVB
31874
31875     Remove non-common flash driver in
31876     board/freescale/m54455evb/flash.c. The non-cfi flash will
31877     use CONFIG_FLASH_CFI_LEGACY to configure the flash
31878     attribute.
31879
31880     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31881
31882 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
31883 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31884 Date:   Wed Jul 23 17:11:47 2008 -0500
31885
31886     ColdFire: Add M5253DEMO platform support for MCF5253
31887
31888     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31889
31890 commit 80ba61fd82569af40e04d4a089257b81881884f2
31891 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31892 Date:   Wed Aug 6 14:17:09 2008 -0500
31893
31894     ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
31895
31896     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31897
31898 commit d361307e73ce1f6fc68760123f37d4876f851f3e
31899 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31900 Date:   Wed Aug 6 14:11:36 2008 -0500
31901
31902     ColdFire: Fix M5253EVB dram bring up issue
31903
31904     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31905
31906 commit 4b0708093e15b412296328bf81325cf9b69fe512
31907 Author: Wolfgang Denk <wd@denx.de>
31908 Date:   Thu Aug 14 14:41:06 2008 +0200
31909
31910     Coding Style cleanup, update CHANGELOG
31911
31912     Signed-off-by: Wolfgang Denk <wd@denx.de>
31913
31914 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
31915 Author: Scott Wood <scottwood@freescale.com>
31916 Date:   Wed Aug 13 18:24:05 2008 -0500
31917
31918     socrates: Update NAND driver to new API.
31919
31920     Also, fix some minor formatting issues, and simplify the handling of
31921     "state" for writes.
31922
31923     Signed-off-by: Scott Wood <scottwood@freescale.com>
31924
31925 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
31926 Author: Scott Wood <scottwood@freescale.com>
31927 Date:   Wed Aug 13 18:03:40 2008 -0500
31928
31929     quad100hd: Update NAND driver to new API.
31930
31931     Signed-off-by: Scott Wood <scottwood@freescale.com>
31932
31933 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
31934 Author: Scott Wood <scottwood@freescale.com>
31935 Date:   Wed Aug 13 17:53:48 2008 -0500
31936
31937     m5373evb: Update NAND driver to new API.
31938
31939     Signed-off-by: Scott Wood <scottwood@freescale.com>
31940
31941 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
31942 Author: Scott Wood <scottwood@freescale.com>
31943 Date:   Wed Aug 13 17:04:30 2008 -0500
31944
31945     s3c24x0: Update NAND driver to new API.
31946
31947     Signed-off-by: Scott Wood <scottwood@freescale.com>
31948
31949 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
31950 Author: Scott Wood <scottwood@freescale.com>
31951 Date:   Wed Aug 13 15:56:00 2008 -0500
31952
31953     at91: Update board NAND drivers to current API.
31954
31955     Signed-off-by: Scott Wood <scottwood@freescale.com>
31956
31957 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
31958 Author: Kyungmin Park <kmpark@infradead.org>
31959 Date:   Wed Aug 13 09:11:02 2008 +0900
31960
31961     Fix OneNAND build break
31962
31963     Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
31964     - fix bufferram management at erase operation
31965     This patch includes the NAND/OneNAND state filed too.
31966
31967     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
31968     Signed-off-by: Scott Wood <scottwood@freescale.com>
31969
31970 commit 9483df6408c25f16060432de3868901e352e23bc
31971 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31972 Date:   Wed Aug 13 01:40:43 2008 +0200
31973
31974     drivers/mtd/nand_legacy: Move conditional compilation to Makefile
31975
31976     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31977
31978 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
31979 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31980 Date:   Wed Aug 13 01:40:43 2008 +0200
31981
31982     drivers/mtd/nand: Move conditional compilation to Makefile
31983
31984     rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
31985
31986     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31987
31988 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
31989 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31990 Date:   Wed Aug 13 01:40:42 2008 +0200
31991
31992     drivers/mtd/onenand: Move conditional compilation to Makefile
31993
31994     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31995
31996 commit 00b1883a4cac59d97cd297b1a3a398db85982865
31997 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31998 Date:   Wed Aug 13 01:40:42 2008 +0200
31999
32000     drivers/mtd: Move conditional compilation to Makefile
32001
32002     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
32003
32004     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32005
32006 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
32007 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32008 Date:   Wed Aug 13 01:40:41 2008 +0200
32009
32010     drivers/qe: Move conditional compilation to Makefile
32011
32012     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32013
32014 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
32015 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32016 Date:   Wed Aug 13 01:40:40 2008 +0200
32017
32018     drivers/pci: Move conditional compilation to Makefile
32019
32020     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32021
32022 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
32023 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32024 Date:   Wed Aug 13 01:40:40 2008 +0200
32025
32026     drivers/misc: Move conditional compilation to Makefile
32027
32028     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32029
32030 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
32031 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32032 Date:   Wed Aug 13 01:40:40 2008 +0200
32033
32034     drivers/input: Move conditional compilation to Makefile
32035
32036     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32037
32038 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
32039 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32040 Date:   Wed Aug 13 01:40:39 2008 +0200
32041
32042     drivers/dma: Move conditional compilation to Makefile
32043
32044     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32045
32046 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
32047 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32048 Date:   Wed Aug 13 01:40:39 2008 +0200
32049
32050     drivers/block: Move conditional compilation to Makefile
32051
32052     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32053
32054 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
32055 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32056 Date:   Wed Aug 13 01:40:39 2008 +0200
32057
32058     serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
32059
32060     move also conditional compilation to Makefile
32061
32062     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32063
32064 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
32065 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32066 Date:   Wed Aug 13 01:40:38 2008 +0200
32067
32068     serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
32069
32070     move also conditional compilation to Makefile
32071
32072     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32073
32074 commit d6e9ee92e890f67594ab150689510df361133ead
32075 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32076 Date:   Wed Aug 13 01:40:38 2008 +0200
32077
32078     common: Move conditional compilation to Makefile
32079
32080     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32081
32082 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
32083 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32084 Date:   Wed Aug 13 01:40:09 2008 +0200
32085
32086     mx31: move freescale's mx31 boards to vendor board dir
32087
32088     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32089
32090 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
32091 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32092 Date:   Sat Jul 5 23:11:11 2008 +0200
32093
32094     at91: move arch-at91sam9 to arch-at91
32095
32096     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32097
32098 commit 195ccfc5991d48764b2519941e3507f693851d5d
32099 Author: Fathi BOUDRA <fabo@debian.org>
32100 Date:   Wed Aug 6 10:06:20 2008 +0200
32101
32102     OneNAND: Fill in MTD function pointers for OneNAND.
32103
32104     onenand_print_device_info():
32105      - Now returns a string to be placed in mtd->name,
32106        rather than calling printf.
32107      - Remove verbose parameter as it becomes useless.
32108
32109     Signed-off-by: Fathi Boudra <fabo@debian.org>
32110     Signed-off-by: Scott Wood <scottwood@freescale.com>
32111
32112 commit aa646643b6bc250cb3a4966bf728876e0c10d329
32113 Author: Guennadi Liakhovetski <lg@denx.de>
32114 Date:   Wed Aug 6 21:42:07 2008 +0200
32115
32116     nand_spl: Support page-aligned read in nand_load, use chipselect
32117
32118     Supporting page-aligned reads doesn't incure any sinificant overhead, just
32119     a small change in the algorithm. Also replace in_8 with readb, since there
32120     is no in_8 on ARM.
32121
32122     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32123     Signed-off-by: Scott Wood <scottwood@freescale.com>
32124
32125 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
32126 Author: Scott Wood <scottwood@freescale.com>
32127 Date:   Tue Aug 5 11:15:59 2008 -0500
32128
32129     NAND boot: Update large page support for current API.
32130
32131     Also, remove the ctrl variable in favor of passing the constants
32132     directly, and remove redundant (u8) casts.
32133
32134     Signed-off-by: Scott Wood <scottwood@freescale.com>
32135
32136 commit e4c09508545d1c45617ba45391c03c03cbc360b9
32137 Author: Scott Wood <scottwood@freescale.com>
32138 Date:   Mon Jun 30 14:13:28 2008 -0500
32139
32140     NAND boot: MPC8313ERDB support
32141
32142     Note that with older board revisions, NAND boot may only work after a
32143     power-on reset, and not after a warm reset.  I don't have a newer board
32144     to test on; if you have a board with a 33MHz crystal, please let me know
32145     if it works after a warm reset.
32146
32147     Signed-off-by: Scott Wood <scottwood@freescale.com>
32148
32149 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
32150 Author: Scott Wood <scottwood@freescale.com>
32151 Date:   Thu Jun 26 14:06:52 2008 -0500
32152
32153     mpc8313erdb: Enable NAND in config.
32154
32155     Signed-off-by: Scott Wood <scottwood@freescale.com>
32156
32157 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
32158 Author: Guennadi Liakhovetski <lg@denx.de>
32159 Date:   Thu Jul 31 12:38:26 2008 +0200
32160
32161     NAND: Do not write or read a whole block if it is larger than the environment
32162
32163     Environment can be smaller than NAND block size, do not need to read a whole
32164     block and minimum for writing is one page. Also remove an unused variable.
32165
32166     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32167     Signed-off-by: Scott Wood <scottwood@freescale.com>
32168
32169 commit eafcabd15f00c142156235c519fcc55b10993241
32170 Author: Marcel Ziswiler <marcel@ziswiler.com>
32171 Date:   Sun Jun 22 16:30:06 2008 +0200
32172
32173     NAND: chip->state does not always get set.
32174
32175     Fixes an issue with chip->state not always being set causing troubles.
32176
32177     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
32178     Signed-off-by: Scott Wood <scottwood@freescale.com>
32179
32180 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
32181 Author: Ilya Yanok <yanok@emcraft.com>
32182 Date:   Mon Jun 30 15:34:40 2008 +0200
32183
32184     NAND: Scan bad blocks lazily.
32185
32186     Rather than scanning on boot, scan upon the first attempt to check the
32187     badness of a block.  This speeds up boot when not using NAND, and reduces
32188     the likelihood of needing to reflash via JTAG if NAND becomes
32189     nonfunctional.
32190
32191     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
32192     Signed-off-by: Scott Wood <scottwood@freescale.com>
32193
32194 commit dfbf617ff055e4216f78d358b0867c548916d14b
32195 Author: Scott Wood <scottwood@freescale.com>
32196 Date:   Thu Jun 12 13:20:16 2008 -0500
32197
32198     NAND read/write fix
32199
32200     Implement block-skipping read/write, based on a patch from
32201     Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
32202
32203     Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
32204     Signed-off-by: Scott Wood <scottwood@freescale.com>
32205
32206 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
32207 Author: Scott Wood <scottwood@freescale.com>
32208 Date:   Thu Jun 12 13:13:23 2008 -0500
32209
32210     NAND: Always skip blocks on read/write/boot.
32211
32212     Use of the non-skipping versions was almost always (if not always)
32213     an error, and no valid use case has been identified.
32214
32215     Signed-off-by: Scott Wood <scottwood@freescale.com>
32216
32217 commit e1c3dbada349992875934575c97b328ab2cb33ca
32218 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32219 Date:   Thu Jun 12 11:10:21 2008 -0500
32220
32221     nand: fsl_upm: convert to updated MTD NAND infrastructure
32222
32223     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32224     Signed-off-by: Scott Wood <scottwood@freescale.com>
32225
32226 commit 300253306acc72b1b2e9faf0987f86551151d7cf
32227 Author: Scott Wood <scottwood@freescale.com>
32228 Date:   Thu May 22 15:02:46 2008 -0500
32229
32230     fsl_elbc_nand: Hard-code the FBAR/FPAR split.
32231
32232     The hardware has separate registers for block and page-within-block,
32233     but the division between the two has no apparent relation to the
32234     actual erase block size of the NAND chip.
32235
32236     Signed-off-by: Scott Wood <scottwood@freescale.com>
32237
32238 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
32239 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32240 Date:   Fri Mar 28 22:10:54 2008 +0300
32241
32242     fsl_elbc_nand: workaround for hangs during nand write
32243
32244     Using current driver elbc sometimes hangs during nand write. Reading back
32245     last byte helps though (thanks to Scott Wood for the idea).
32246
32247     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32248     Signed-off-by: Scott Wood <scottwood@freescale.com>
32249
32250 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
32251 Author: Scott Wood <scottwood@freescale.com>
32252 Date:   Fri Mar 21 16:12:51 2008 -0500
32253
32254     Freescale eLBC FCM NAND driver
32255
32256     This is a driver for the Flash Control Machine of the enhanched Local Bus
32257     Controller found on some Freescale chips (such as the mpc8313 and the
32258     mpc8379).
32259
32260     Signed-off-by: Scott Wood <scottwood@freescale.com>
32261
32262 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
32263 Author: Scott Wood <scottwood@freescale.com>
32264 Date:   Tue Mar 18 15:29:14 2008 -0500
32265
32266     Don't panic if a controller driver does ecc its own way.
32267
32268     Some hardware, such as the enhanced local bus controller used on some
32269     mpc83xx chips, does ecc transparently when reading and writing data, rather
32270     than providing a generic calculate/correct mechanism that can be exported to
32271     the nand subsystem.
32272
32273     The subsystem should not BUG() when calculate, correct, or hwctl are
32274     missing, if the methods that call them have been overridden.
32275
32276     Signed-off-by: Scott Wood <scottwood@freescale.com>
32277
32278 commit e52b34d40a8a646e3d11638ea8797e96398dba13
32279 Author: Stefan Roese <sr@denx.de>
32280 Date:   Thu Jan 10 18:47:33 2008 +0100
32281
32282     NAND: Make NAND driver less verbose per default
32283
32284     This patch turns off printing of bad blocks per default upon bootup.
32285     This can always be shown via the "nand bad" command later.
32286
32287     Signed-off-by: Stefan Roese <sr@denx.de>
32288
32289 commit fe56a2772e5c59577df906163d0d4b29b056140e
32290 Author: Sergey Kubushyn <ksi@koi8.net>
32291 Date:   Wed Jan 9 15:36:20 2008 +0100
32292
32293     NAND: Davinci driver updates
32294
32295     Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
32296     don't have hardware handy so I can not test it at the moment but changes are
32297     rather trivial so it should work. It would be nice if somebody with a
32298     hardware checked it anyways.
32299
32300     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
32301
32302 commit deac913effd8d80535c9ff4687b6fcdff540c554
32303 Author: Stefan Roese <sr@denx.de>
32304 Date:   Sat Jan 5 16:50:32 2008 +0100
32305
32306     NAND: Fix compilation warning and small coding style issue
32307
32308     Signed-off-by: Stefan Roese <sr@denx.de>
32309
32310 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
32311 Author: Stefan Roese <sr@denx.de>
32312 Date:   Sat Jan 5 16:49:37 2008 +0100
32313
32314     NAND: Update nand_spl driver to match updated nand subsystem
32315
32316     This patch changes the NAND booting driver nand_spl/nand_boot.c to match
32317     the new infrastructure from the updated NAND subsystem. This NAND
32318     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
32319     subsystem.
32320
32321     Signed-off-by: Stefan Roese <sr@denx.de>
32322
32323 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
32324 Author: Stefan Roese <sr@denx.de>
32325 Date:   Sat Jan 5 16:47:58 2008 +0100
32326
32327     NAND: Update 4xx NDFC driver to match updated nand subsystem
32328
32329     This patch changes the 4xx NAND driver ndfc.c to match the new
32330     infrastructure from the updated NAND subsystem. This NAND
32331     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
32332     subsystem.
32333
32334     Tested successfully on AMCC Sequoia and Bamboo.
32335
32336     Signed-off-by: Stefan Roese <sr@denx.de>
32337
32338 commit 12072264528eba33737bc9674e19f0e925ffda23
32339 Author: Stefan Roese <sr@denx.de>
32340 Date:   Sat Jan 5 16:43:25 2008 +0100
32341
32342     NAND: Change nand_wait_ready() to not call nand_wait()
32343
32344     This patch changes nand_wait_ready() to not just call nand_wait(),
32345     since this will send a new command to the NAND chip. We just want to
32346     wait for the chip to become ready here.
32347
32348     Signed-off-by: Stefan Roese <sr@denx.de>
32349
32350 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
32351 Author: William Juul <william.juul@datarespons.no>
32352 Date:   Fri Dec 14 16:33:45 2007 +0100
32353
32354     make nand dump and nand dump.oob work
32355
32356     Signed-off-by: William Juul <william.juul@tandberg.com>
32357     Signed-off-by: Scott Wood <scottwood@freescale.com>
32358
32359 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
32360 Author: William Juul <william.juul@datarespons.no>
32361 Date:   Mon Nov 19 14:46:00 2007 +0100
32362
32363     moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
32364
32365     Signed-off-by: William Juul <william.juul@tandberg.com>
32366
32367 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
32368 Author: William Juul <william.juul@tandberg.com>
32369 Date:   Tue Jun 10 16:18:13 2008 -0500
32370
32371     Clean out unneeded files
32372
32373     Signed-off-by: William Juul <william.juul@tandberg.com>
32374
32375 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
32376 Author: William Juul <william.juul@datarespons.no>
32377 Date:   Fri Nov 16 08:44:27 2007 +0100
32378
32379     Create symlinks from yaffs2/direct to yaffs2
32380
32381     Signed-off-by: William Juul <william.juul@tandberg.com>
32382
32383 commit 90ef117b68387d66763291af0117677644166611
32384 Author: William Juul <william.juul@datarespons.no>
32385 Date:   Thu Nov 15 12:23:57 2007 +0100
32386
32387     Incorporate yaffs2 into U-boot
32388
32389     To use YAFFS2 define CONFIG_YAFFS2
32390
32391     Signed-off-by: William Juul <william.juul@tandberg.com>
32392     Signed-off-by: Scott Wood <scottwood@freescale.com>
32393
32394 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
32395 Author: William Juul <william.juul@datarespons.no>
32396 Date:   Thu Nov 15 11:13:05 2007 +0100
32397
32398     YAFFS2 import
32399
32400     Direct import of yaffs as a tarball as of 20071113 from their public
32401     CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
32402
32403     The code can also be imported on the command line with:
32404     export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
32405     (Hit return when asked for a password)
32406     cvs checkout yaffs2
32407
32408     Signed-off-by: William Juul <william.juul@tandberg.com>
32409     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
32410
32411 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
32412 Author: William Juul <william.juul@datarespons.no>
32413 Date:   Wed Nov 14 14:28:11 2007 +0100
32414
32415     Whitespace cleanup and marking broken code.
32416
32417     Changes requested by maintainer Stefan Roese after
32418     posting patch to U-boot mailing list.
32419
32420     Signed-off-by: William Juul <william.juul@tandberg.com>
32421     Signed-off-by: Scott Wood <scottwood@freescale.com>
32422
32423 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
32424 Author: William Juul <william.juul@datarespons.no>
32425 Date:   Fri Nov 9 13:32:30 2007 +0100
32426
32427     Fixing coding style issues
32428
32429      - Fixing leading white spaces
32430      - Fixing indentation where 4 spaces are used instead of tab
32431      - Removing C++ comments (//), wherever I introduced them
32432
32433     Signed-off-by: William Juul <william.juul@tandberg.com>
32434     Signed-off-by: Scott Wood <scottwood@freescale.com>
32435
32436 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
32437 Author: William Juul <william.juul@datarespons.no>
32438 Date:   Thu Nov 8 10:39:53 2007 +0100
32439
32440     Remove white space at end.
32441
32442     Signed-off-by: William Juul <william.juul@tandberg.com>
32443     Signed-off-by: Scott Wood <scottwood@freescale.com>
32444
32445 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
32446 Author: William Juul <william.juul@datarespons.no>
32447 Date:   Wed Oct 31 13:53:06 2007 +0100
32448
32449     Update MTD to that of Linux 2.6.22.1
32450
32451     A lot changed in the Linux MTD code, since it was last ported from
32452     Linux to U-Boot. This patch takes U-Boot NAND support to the level
32453     of Linux 2.6.22.1 and will enable support for very large NAND devices
32454     (4KB pages) and ease the compatibility between U-Boot and Linux
32455     filesystems.
32456
32457     This patch is tested on two custom boards with PPC and ARM
32458     processors running YAFFS in U-Boot and Linux using gcc-4.1.2
32459     cross compilers.
32460
32461     MAKEALL ppc/arm has some issues:
32462      * DOC/OneNand/nand_spl is not building (I have not tried porting
32463        these parts, and since I do not have any HW and I am not familiar
32464        with this code/HW I think its best left to someone else.)
32465
32466     Except for the issues mentioned above, I have ported all drivers
32467     necessary to run MAKEALL ppc/arm without errors and warnings. Many
32468     drivers were trivial to port, but some were not so trivial. The
32469     following drivers must be examined carefully and maybe rewritten to
32470     some degree:
32471      cpu/ppc4xx/ndfc.c
32472      cpu/arm926ejs/davinci/nand.c
32473      board/delta/nand.c
32474      board/zylonite/nand.c
32475
32476     Signed-off-by: William Juul <william.juul@tandberg.com>
32477     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
32478     Signed-off-by: Scott Wood <scottwood@freescale.com>
32479
32480 commit cd82919e6c8a73b363a26f34b734923844e52d1c
32481 Author: Wolfgang Denk <wd@denx.de>
32482 Date:   Tue Aug 12 16:08:38 2008 +0200
32483
32484     Coding style cleanup, update CHANGELOG, prepare release
32485
32486     Signed-off-by: Wolfgang Denk <wd@denx.de>
32487
32488 commit 17e900b8c0f38d922da47073246219dce2a847f2
32489 Author: Wolfgang Denk <wd@denx.de>
32490 Date:   Tue Aug 12 14:54:04 2008 +0200
32491
32492     MVBC_P: fix compile problem
32493
32494     Signed-off-by: Wolfgang Denk <wd@denx.de>
32495
32496 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
32497 Author: Wolfgang Denk <wd@denx.de>
32498 Date:   Tue Aug 12 12:10:11 2008 +0200
32499
32500     MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
32501
32502     Signed-off-by: Wolfgang Denk <wd@denx.de>
32503
32504 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
32505 Author: Wolfgang Denk <wd@denx.de>
32506 Date:   Tue Aug 12 00:36:53 2008 +0200
32507
32508     ads5121: fix compiler warnings (unused variables)
32509
32510     Signed-off-by: Wolfgang Denk <wd@denx.de>
32511
32512 commit 902ca09246039964d59bbcb519b1e1b5aed01308
32513 Author: Kumar Gala <galak@kernel.crashing.org>
32514 Date:   Mon Aug 11 11:29:28 2008 -0500
32515
32516     85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
32517
32518     Use CONFIG_NUM_CPUS to match existing define used by 86xx.
32519
32520     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32521     Acked-by: Jon Loeliger <jdl@freescale.com>
32522
32523 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
32524 Author: Kumar Gala <galak@kernel.crashing.org>
32525 Date:   Mon Aug 11 09:20:53 2008 -0500
32526
32527     Fix fallout from autostart revert
32528
32529     The autostart revert caused a bit of duplicated code as well as
32530     code that was using images->autostart that needs to get removed so
32531     we can build again.
32532
32533     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32534
32535 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
32536 Author: Kumar Gala <galak@kernel.crashing.org>
32537 Date:   Mon Aug 11 09:16:25 2008 -0500
32538
32539     Fix compile error related to r8a66597-hcd & usb
32540
32541     When building the 8544DS board we get this error:
32542
32543     In file included from r8a66597-hcd.c:22:
32544     u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
32545     make[1]: *** [r8a66597-hcd.o] Error 1
32546
32547     The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
32548     is set.
32549
32550     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32551
32552 commit 2d0daa03612338a813e3c9d22680e54eabfea378
32553 Author: Becky Bruce <becky.bruce@freescale.com>
32554 Date:   Mon Aug 4 14:02:26 2008 -0500
32555
32556     POWERPC 86xx: Move BAT setup code to C
32557
32558     This is needed because we will be possibly be locating
32559     devices at physical addresses above 32bits, and the asm
32560     preprocessing does not appear to deal with ULL constants
32561     properly. We now call write_bat in lib_ppc/bat_rw.c.
32562
32563     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
32564     Acked-by: Jon Loeliger <jdl@freescale.com>
32565
32566 commit 9de67149db576c91b9c2a0a182652331e7e44211
32567 Author: Becky Bruce <becky.bruce@freescale.com>
32568 Date:   Mon Aug 4 14:01:53 2008 -0500
32569
32570     POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
32571
32572     Perform sync/isync as required by the architecture.
32573
32574     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
32575     Acked-by: Jon Loeliger <jdl@freescale.com>
32576
32577 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
32578 Author: Becky Bruce <becky.bruce@freescale.com>
32579 Date:   Mon Aug 4 14:01:16 2008 -0500
32580
32581     POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
32582
32583     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
32584     Acked-by: Jon Loeliger <jdl@freescale.com>
32585
32586 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
32587 Author: Magnus Lilja <lilja.magnus@gmail.com>
32588 Date:   Sun Aug 3 21:44:10 2008 +0200
32589
32590     i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
32591
32592     Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
32593     contacts instead of only the first 256 ones as is the case prior to
32594     this patch.
32595
32596     Add missing MUX_* macros and update board files to use the new macros.
32597
32598     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32599
32600 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
32601 Author: Magnus Lilja <lilja.magnus@gmail.com>
32602 Date:   Sun Aug 3 21:43:37 2008 +0200
32603
32604     i.MX31: Fix IOMUX related typos
32605
32606     Correct the names of some IOMUX macros.
32607
32608     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32609
32610 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
32611 Author: Steve Sakoman <steve@sakoman.com>
32612 Date:   Mon Aug 11 20:26:16 2008 +0200
32613
32614     OneNAND: Remove unused parameters to onenand_verify_page
32615
32616     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.
32617
32618     Signed-off-by: Steve Sakoman <steve@sakoman.com>
32619     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
32620
32621 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
32622 Author: Anatolij Gustschin <agust@denx.de>
32623 Date:   Fri Aug 8 18:00:40 2008 +0200
32624
32625     video: fix bug in cfb_console code
32626
32627     FILL_15BIT_555RGB macro extension for pixel swapping
32628     by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
32629     introduced a bug in cfb_console:
32630
32631     Bitmaps with odd-numbered width won't be rendered
32632     correctly and even U-Boot crashes are observed on
32633     some platforms while repeated rendering of such
32634     bitmaps with "bmp display". Also if a bitmap is
32635     rendered to an odd-numbered x starting position,
32636     the same problem occurs. This patch is an attempt
32637     to fix it.
32638
32639     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32640
32641 commit d9015f6a50d7258125349ef5c2af836458a0029a
32642 Author: Anatolij Gustschin <agust@denx.de>
32643 Date:   Fri Aug 8 18:00:39 2008 +0200
32644
32645     video: fix bug in logo_plot
32646
32647     If logo_plot() should ever be called with x starting
32648     position other than zero and for pixel depths greater
32649     than 8bpp, logo colors distortion will be observed.
32650     This patch fixes the issue.
32651
32652     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32653
32654 commit 406819ae94f79f5b59e01d163380ca7d83709251
32655 Author: Wolfgang Denk <wd@denx.de>
32656 Date:   Mon Aug 11 00:17:52 2008 +0200
32657
32658     MAINTAINERS: sort entries
32659
32660     Signed-off-by: Wolfgang Denk <wd@denx.de>
32661
32662 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
32663 Author: Roy Zang <tie-fei.zang@freescale.com>
32664 Date:   Thu Aug 7 18:19:28 2008 +0800
32665
32666     Add mpc7448hpc2 maintainer information
32667
32668     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
32669
32670 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
32671 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
32672 Date:   Thu Aug 7 13:13:27 2008 +0530
32673
32674     common/cmd_load.c - Minor code & Coding Style cleanup
32675
32676     - os_data_header Variable is a carry over feature
32677        & unused. So removed all instance of this variable
32678      - Minor Code Style Update
32679
32680     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
32681     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32682
32683 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
32684 Author: Magnus Lilja <lilja.magnus@gmail.com>
32685 Date:   Wed Aug 6 19:32:33 2008 +0200
32686
32687     Update the U-Boot wiki URL.
32688
32689     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32690
32691 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
32692 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
32693 Date:   Sun Aug 10 17:56:36 2008 +0200
32694
32695     OneNAND: Remove base address offset usage
32696
32697     While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
32698     using OneNAND and some using NAND, we found some differences in OneNAND and
32699     NAND command address handling.
32700
32701     As this might confuse users (it already confused us), we like to align OneNAND
32702     and NAND address handling.
32703
32704     The issue is that cmd_onenand.c subtracts the onenand base address from the
32705     addresses you type into the u-boot command line so, unlike nand, you can't
32706     use addresses relative to the start of the onenand part e.g. this won't work:
32707
32708     onenand read 82000000 280000 400000
32709
32710     you have to use:
32711
32712     onenand read 82000000 20280000 400000
32713
32714     Looking at recent git, the only board currently using OneNAND is Apollon, and
32715     for this the OneNAND base address is 0 (apollon.h)
32716
32717     #define     CFG_ONENAND_BASE        0x00000000
32718
32719     so patch below won't break any existing boards and will align OneNAND and NAND
32720     handling on boards where OneNAND base address is != 0.
32721
32722     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
32723     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
32724     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
32725
32726 commit c11528083ef6e55e76df742228c26e39d151813d
32727 Author: Kumar Gala <galak@kernel.crashing.org>
32728 Date:   Thu Aug 7 09:28:20 2008 -0500
32729
32730     mpc85xx: workaround old binutils bug
32731
32732     The recent change to move the .bss outside of the image gives older
32733     binutils (ld from eldk4.1/binutils-2.16) some headache:
32734
32735     ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
32736     ppc_85xx-ld: final link failed: Bad value
32737
32738     We workaround it by being explicit about the program headers and not
32739     assigning the .bss to a program header.
32740
32741     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32742
32743 commit 0bf202ec586d4466c900e987720fa635c594d689
32744 Author: Wolfgang Denk <wd@denx.de>
32745 Date:   Sun Aug 10 01:26:26 2008 +0200
32746
32747     Revert "[new uImage] Add autostart flag to bootm_headers structure"
32748
32749     This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
32750
32751     The commit was based on a misunderstanding of the (documented)
32752     meaning of the 'autostart' environment variable. It might cause
32753     boards to hang if 'autostart' was used, with the potential to brick
32754     them. Go back to the documented behaviour.
32755
32756     Conflicts:
32757
32758         common/cmd_bootm.c
32759         common/image.c
32760         include/image.h
32761
32762     Signed-off-by: Wolfgang Denk <wd@denx.de>
32763
32764 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
32765 Author: Wolfgang Denk <wd@denx.de>
32766 Date:   Sat Aug 9 23:17:32 2008 +0200
32767
32768     TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
32769
32770     - enable CFI driver where this was forgotten
32771     - enable mtdparts support
32772     - adjust default environment
32773     etc.
32774
32775     Signed-off-by: Wolfgang Denk <wd@denx.de>
32776
32777 commit 41266c9b5a5f873df3ec891bb0907616958b5602
32778 Author: Peter Tyser <ptyser@xes-inc.com>
32779 Date:   Tue Aug 5 10:51:57 2008 -0500
32780
32781     FIT: Fix handling of images without ramdisks
32782
32783     boot_get_ramdisk() should not treat the case when a FIT image does
32784     not contain a ramdisk as an error.
32785
32786     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
32787     Acked-by: Michal Simek <monstr@monstr.eu>
32788
32789 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
32790 Author: Sergey Lapin <slapin@ossfans.org>
32791 Date:   Sat Aug 9 01:39:09 2008 +0400
32792
32793     DataFlash: AT45DB021 fix and AT45DB081 support
32794
32795     Fix for page size of AT45DB021. Also adding bigger AT45DB081
32796     which comes with some newer boards.
32797
32798     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
32799
32800 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
32801 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32802 Date:   Fri Aug 8 16:30:23 2008 +0900
32803
32804     sh: Update sh7763rdp config
32805
32806     Add sh_eth support to sh7763rdp.
32807
32808     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32809
32810 commit 21f971ec265f6042ec21636d55d06a6bc0751077
32811 Author: Wolfgang Denk <wd@denx.de>
32812 Date:   Mon Jul 7 01:22:29 2008 +0200
32813
32814     TQM823L: re-enable logo support; update LCD_INFO text
32815
32816     Signed-off-by: Wolfgang Denk <wd@denx.de>
32817
32818 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
32819 Author: Wolfgang Denk <wd@denx.de>
32820 Date:   Fri Aug 8 16:41:56 2008 +0200
32821
32822     TQM8xxL: fix support for second flash bank
32823
32824     When switching the TQM8xxL modules to use the CFI flash driver,
32825     support for the second flash bank was broken because the CFI driver
32826     did not support dynamically sized banks. This gets fixed now.
32827
32828     Signed-off-by: Wolfgang Denk <wd@denx.de>
32829
32830 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
32831 Author: Wolfgang Denk <wd@denx.de>
32832 Date:   Fri Aug 8 16:39:54 2008 +0200
32833
32834     CFI: allow for dynamically determined flash sizes and addresses
32835
32836     The CFI driver allowed only for static initializers in the
32837     CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
32838     several flash banks contiguously if the bank sizes were not known in
32839     advance, which kind of violates U-Boot's design philosophy.
32840
32841     (will be used for example by the TQM8xxL boards)
32842
32843     Signed-off-by: Wolfgang Denk <wd@denx.de>
32844
32845 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
32846 Author: Ben Warren <biggerbadderben@gmail.com>
32847 Date:   Thu Aug 7 23:26:35 2008 -0700
32848
32849     QE UEC: Fix compiler warnings
32850
32851     Moved static functions earlier in file so forward declarations are not needed.
32852
32853     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32854
32855 commit d5d28fe4aad5f4535400647a5617c11039506467
32856 Author: David Saada <David.Saada@ecitele.com>
32857 Date:   Mon Mar 31 02:37:38 2008 -0700
32858
32859     QE UEC: Add MII Commands
32860
32861     Add MII commands to the UEC driver. Note that once a UEC device is selected,
32862     any device on its MDIO bus can be addressed.
32863
32864     Signed-off-by: David Saada <david.saada@ecitele.com>
32865     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32866
32867 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
32868 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32869 Date:   Wed Jul 9 21:07:38 2008 +0900
32870
32871     usb: add support for R8A66597 usb controller
32872
32873     add support for Renesas R8A66597 usb controller.
32874     This patch supports USB Host mode.
32875
32876     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32877     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32878
32879 commit 1d10dcd041aaeae9fd7c821005692898a0303382
32880 Author: Hunter, Jon <jon-hunter@ti.com>
32881 Date:   Sat Jul 26 18:59:16 2008 -0500
32882
32883     Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
32884
32885     Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
32886
32887     Signed-off-by: Jon Hunter <jon-hunter@ti.com>
32888     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32889
32890 commit eab1007334b93a6209f1ec33615e26ef5311ede7
32891 Author: Steven A. Falco <sfalco@harris.com>
32892 Date:   Wed Aug 6 15:42:52 2008 -0400
32893
32894     ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
32895
32896     The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
32897     configuration to match the schematic, and also sets the SDR0_PFC1 register to
32898     select the corresponding mode for the UARTs.
32899
32900     Signed-off-by: Steven A. Falco <sfalco@harris.com>
32901     Signed-off-by: Stefan Roese <sr@denx.de>
32902
32903 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
32904 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
32905 Date:   Wed Aug 6 14:42:13 2008 +0200
32906
32907     avr32: add support for EarthLCD Favr-32 board
32908
32909     This patch adds support for the Favr-32 board made by EarthLCD.
32910
32911     This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
32912     has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
32913     Ethernet, audio out, USB device, SD-card slot, USART and various other
32914     connectors for cennecting stuff to SPI, I2C, GPIO, etc.
32915
32916     Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
32917     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32918
32919 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
32920 Author: Rafael Campos <rafael.campos@hanscan.com>
32921 Date:   Thu Jul 31 10:22:20 2008 +0200
32922
32923     cfi-flash: Added support to flash_real_protect for Atmel flash devices
32924
32925     Some of the flash memories produced by ATMEL start in read-only mode.
32926     We need to unprotect it. This patch allows the AT49BV6416 to work with
32927     cfi_flash memories. Tested in the at91rm9200ek board.
32928
32929     Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
32930     Signed-off-by: Stefan Roese <sr@denx.de>
32931
32932 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
32933 Author: Guennadi Liakhovetski <lg@denx.de>
32934 Date:   Tue Aug 5 15:36:39 2008 +0200
32935
32936     cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
32937
32938     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32939     Signed-off-by: Stefan Roese <sr@denx.de>
32940
32941 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
32942 Author: Stefan Roese <sr@denx.de>
32943 Date:   Wed Aug 6 14:06:03 2008 +0200
32944
32945     Fix merge problems
32946
32947     Signed-off-by: Stefan Roese <sr@denx.de>
32948
32949 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
32950 Author: Stefan Roese <sr@denx.de>
32951 Date:   Wed Aug 6 14:05:38 2008 +0200
32952
32953     Fix merge problems
32954
32955     Signed-off-by: Stefan Roese <sr@denx.de>
32956
32957 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
32958 Author: Kenneth Johansson <kenneth@southpole.se>
32959 Date:   Tue Jul 15 12:13:38 2008 +0200
32960
32961     mpc5121: Move iopin features from board specific to common files.
32962
32963     And in the process eliminate some duplicate register defines.
32964
32965     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
32966
32967 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
32968 Author: John Rigby <jrigby@freescale.com>
32969 Date:   Tue Aug 5 17:38:57 2008 -0600
32970
32971     mpc5121: squash some fdt fixup errors
32972
32973     On ADS5121 when booting linux the following errors are seen:
32974         Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
32975         Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
32976         Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
32977
32978     This is caused by ft_cpu_setup trying to deal with
32979     both old and new soc node naming.  This patch
32980     fixes this by being smarter about what to
32981     fixup.
32982
32983     Also do soc node fixups by compatible instead of by path.
32984     A new board config called OF_SOC_COMPAT defined
32985     to be "fsl,mpc5121-immr" replaces the old
32986     OF_SOC node path that was defined to be "soc@80000000".
32987
32988     Old device trees still work, but the compatiblity
32989     is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
32990     which is on by default in include/configs/ads5121.h.
32991
32992     Signed-off-by: John Rigby <jrigby@freescale.com>
32993
32994 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
32995 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32996 Date:   Sat Aug 2 23:48:30 2008 +0200
32997
32998     drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
32999
33000     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33001
33002 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
33003 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33004 Date:   Sat Aug 2 23:48:32 2008 +0200
33005
33006     nios2/sysid: fix printf warning
33007
33008     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33009
33010 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
33011 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33012 Date:   Sat Aug 2 23:48:33 2008 +0200
33013
33014     Fix remaining build issues with MPC8xx FADS boards.
33015
33016     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33017
33018 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
33019 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33020 Date:   Sat Aug 2 23:48:31 2008 +0200
33021
33022     nios2: fix phys_addr_t and phys_size_t support
33023
33024     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33025
33026 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
33027 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33028 Date:   Sat Aug 2 23:48:34 2008 +0200
33029
33030     mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
33031
33032     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33033
33034 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
33035 Author: Mark Jackson <mpfj@mimc.co.uk>
33036 Date:   Fri Aug 1 09:48:29 2008 +0100
33037
33038     Fix bitmap display for atmel lcd controller
33039
33040     The current lcd_display_bitmap() function does not work properly
33041     for the Atmel LCD controller.
33042
33043     2 fixes need to be done:-
33044
33045     (a) when setting the colour map, use the lcd_setcolreg() function
33046         as provided by the Atmel driver
33047     (b) the data is never actually written to the lcd framebuffer !!
33048
33049     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
33050
33051 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
33052 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33053 Date:   Fri Aug 1 08:40:34 2008 +0200
33054
33055     qemu_mips: update README to follow qemu update about default machine
33056
33057     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33058
33059 commit ac169d645f5f0e0b9a232563099209e92a355d8e
33060 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33061 Date:   Thu Jul 31 19:53:21 2008 -0500
33062
33063     ColdFire: Fix compilation issue caused by a missing function
33064
33065     Implement usec2ticks() which is used by fsl_i2c.c in
33066     lib_m68k/time.c
33067
33068     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33069
33070 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
33071 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33072 Date:   Thu Jul 31 19:53:06 2008 -0500
33073
33074     Fix compilation error for TASREG
33075
33076     TASREG is ColdFire platform, the include ppc4xx.h in
33077     board/esd/common/flash.c causes conflict.
33078
33079     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33080
33081 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
33082 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33083 Date:   Thu Jul 31 19:52:36 2008 -0500
33084
33085     Fix compilation error for MCF5275
33086
33087     Rename OBJ to COBJ in board/platform/Makefile
33088
33089     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33090
33091 commit 5c40548f01218360a1f1395198c50ff45f3035b5
33092 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33093 Date:   Thu Jul 31 19:52:28 2008 -0500
33094
33095     Fix compile error caused by incorrect function return type
33096
33097     Rename int mii_init(void) to void mii_init(void) for idmr
33098     ColdFire platform
33099
33100     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33101
33102 commit a58c78067c928976c082c758d3987e89ead5b191
33103 Author: Wolfgang Denk <wd@denx.de>
33104 Date:   Fri Aug 1 12:06:22 2008 +0200
33105
33106     Fix build issues with MPC8xx FADS boards.
33107
33108     Signed-off-by: Wolfgang Denk <wd@denx.de>
33109
33110 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
33111 Author: Wolfgang Denk <wd@denx.de>
33112 Date:   Thu Jul 31 17:54:03 2008 +0200
33113
33114     Prepare v1.3.4-rc2: update CHANGELOG
33115
33116     Signed-off-by: Wolfgang Denk <wd@denx.de>
33117
33118 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
33119 Author: Mark Jackson <mpfj@mimc.co.uk>
33120 Date:   Thu Jul 31 16:09:00 2008 +0100
33121
33122     Add gzipped logo support
33123
33124     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
33125
33126       If this option is set, additionally to standard BMP
33127       images, gzipped BMP images can be displayed via the
33128       splashscreen support or the bmp command.
33129
33130     However, the splashscreen function *only* supports standard BMP images.
33131
33132     This patch adds the documented gzip support.
33133
33134     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
33135
33136 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
33137 Author: Mark Jackson <mpfj@mimc.co.uk>
33138 Date:   Thu Jul 31 15:56:48 2008 +0100
33139
33140     Fix Atmel LCD controller endianess for AVR32 processors
33141
33142     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
33143     AVR32 (big endian) platforms.
33144
33145     As such, the controller can handle both big and little endian memory.
33146
33147     This patch fixes the driver for the AVR32 platform.
33148
33149     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
33150
33151 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
33152 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33153 Date:   Thu Jul 31 15:56:01 2008 +0200
33154
33155     apollon: fix build out of tree
33156
33157     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33158
33159 commit 2e752be39d3e398d4ab89ffa6634c397df298297
33160 Author: Guennadi Liakhovetski <lg@denx.de>
33161 Date:   Thu Jul 31 12:35:04 2008 +0200
33162
33163     Uncompressed images loaded to their start address shall set load_end too
33164
33165     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33166     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
33167
33168 commit c37207d7f51e19c17f859966f314e27cc1231801
33169 Author: Wolfgang Denk <wd@denx.de>
33170 Date:   Wed Jul 16 16:38:59 2008 +0200
33171
33172     Fix printf() format problems with configurable prompts
33173
33174     U-Boot allows for configurable prompt strings using the
33175     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
33176     the assumption was that any such user defined problts would contain
33177     exactly one "%d" format specifier. But some boards did not.
33178
33179     To allow for flexible boot prompts without adding too complex code we
33180     now allow to specify the whole list of printf() arguments in the user
33181     definition. This is powerful, but requires a responsible user who
33182     really understands what he is doing, as he needs to know for exanple
33183     which variables are available in the respective context.
33184
33185     Signed-off-by: Wolfgang Denk <wd@denx.de>
33186
33187 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
33188 Author: Wolfgang Denk <wd@denx.de>
33189 Date:   Thu Jul 31 17:02:14 2008 +0200
33190
33191     TQM85xx: fix typo introduce by commit ffbb5cb9
33192
33193     Signed-off-by: Wolfgang Denk <wd@denx.de>
33194
33195 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
33196 Author: Wolfgang Denk <wd@denx.de>
33197 Date:   Thu Jul 31 15:27:01 2008 +0200
33198
33199     mvbc_p board: fix most build warnings.
33200
33201     Signed-off-by: Wolfgang Denk <wd@denx.de>
33202
33203 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
33204 Author: Wolfgang Denk <wd@denx.de>
33205 Date:   Thu Jul 31 13:57:20 2008 +0200
33206
33207     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
33208
33209     Avoid "integer constant is too large for 'long' type" warnings.
33210     And simplify the code.
33211
33212     Signed-off-by: Wolfgang Denk <wd@denx.de>
33213
33214 commit 9196b44334c330cc13de2464c59181e4db71f549
33215 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
33216 Date:   Wed Jul 30 23:21:19 2008 +0400
33217
33218     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
33219
33220     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
33221
33222 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
33223 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
33224 Date:   Wed Jul 30 23:20:32 2008 +0400
33225
33226     PPC: Add pci_clk in the global_data for CPM2 processors
33227
33228     This patch adds pci_clk field to the global_data structure for the
33229     processors which have CPM2 module in case the CONFIG_PCI is defined.
33230
33231     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
33232
33233 commit f0ff885ca64655bee6540eb8a25eed90b1152686
33234 Author: Kumar Gala <galak@kernel.crashing.org>
33235 Date:   Wed Jul 30 14:13:30 2008 -0500
33236
33237     mpc85xx: Update linker scripts for Freescale boards
33238
33239     * Move to using absolute addressing always.  Makes the scripts a bit more
33240       portable and common
33241     * Moved .bss after the end of the image.  These allows us to have more
33242       room in the resulting binary image for code and data.
33243     * Removed .text object files that aren't really needed
33244     * Make sure _end is 4-byte aligned as the .bss init code expects this.
33245       (Its possible that the end of .bss isn't 4-byte aligned)
33246
33247     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33248
33249 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
33250 Author: Kumar Gala <galak@kernel.crashing.org>
33251 Date:   Wed Jul 30 08:01:15 2008 -0500
33252
33253     Fix compile warnings in dlmalloc
33254
33255     The origional code was using on odd reference to get to the first
33256     real element in av_[].  The first two elements of the array are
33257     not used for actual bins, but for house keeping.  If we are more
33258     explicit about how use the first few elements we can get rid of the
33259     warnings:
33260
33261     dlmalloc.c: In function 'malloc_extend_top':
33262     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
33263     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
33264     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
33265     ...
33266
33267     The logic of how this code came to be is:
33268         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
33269
33270     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
33271         bin_at(0) = &(av_[0])
33272
33273     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
33274
33275     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33276
33277 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
33278 Author: Stefan Roese <sr@denx.de>
33279 Date:   Wed Jul 30 10:21:01 2008 +0200
33280
33281     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
33282
33283     Signed-off-by: Stefan Roese <sr@denx.de>
33284
33285 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
33286 Author: Stefan Roese <sr@denx.de>
33287 Date:   Wed Jul 30 09:59:51 2008 +0200
33288
33289     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
33290
33291     A recent patch used '#if (CONFIG_CMD_USB)' instead of
33292     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
33293     common/bootm.c compile again.
33294
33295     Signed-off-by: Stefan Roese <sr@denx.de>
33296     Acked-by: Markus Klotzbuecher <mk@denx.de>
33297
33298 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
33299 Author: Kyungmin Park <kmpark@infradead.org>
33300 Date:   Tue Jul 22 08:01:43 2008 +0900
33301
33302     Remove unused I2C at apollon board
33303
33304     There are no I2C devices on this board.
33305
33306     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33307
33308 commit 3c95960e526b3b026da20201db64526f46faf14b
33309 Author: Wolfgang Denk <wd@denx.de>
33310 Date:   Thu Jul 31 10:12:09 2008 +0200
33311
33312     at91rm9200dk, csb637: fix NAND related build problems
33313
33314     Tried fixing NAND support for the at91rm9200dk board; untested.
33315     Disabled NAND support in the csb637 board config file.
33316
33317     Signed-off-by: Wolfgang Denk <wd@denx.de>
33318
33319 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
33320 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33321 Date:   Wed Jul 30 12:39:28 2008 +0200
33322
33323     ppc4xx: ML507: Environment in flash and MTD Support
33324
33325     - Relocate the location of U-Boot in the flash
33326     - Save the environment in one sector of the flash memory
33327     - MTD Support
33328
33329     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33330     Signed-off-by: Stefan Roese <sr@denx.de>
33331
33332 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
33333 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33334 Date:   Tue Jul 29 17:16:10 2008 +0200
33335
33336     ppc4xx: ML507: Use of get_ram_size in board ml507
33337
33338     - Change suggested by WD
33339
33340     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33341     Signed-off-by: Stefan Roese <sr@denx.de>
33342
33343 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
33344 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33345 Date:   Mon Jul 21 20:30:07 2008 +0200
33346
33347     ppc4xx: ML507: U-Boot in flash and System ACE
33348
33349     This patch allows booting from FLASH the ML507 board by Xilinx.
33350     Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
33351
33352     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33353     Signed-off-by: Stefan Roese <sr@denx.de>
33354
33355 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
33356 Author: Julien May <mailinglist@miromico.ch>
33357 Date:   Mon Jun 23 13:57:52 2008 +0200
33358
33359     Add support for the hammerhead (AVR32) board
33360
33361     The Hammerhead platform is built around a AVR32 32-bit microcontroller
33362     from Atmel.  It offers versatile peripherals, such as ethernet, usb
33363     device, usb host etc.
33364
33365     The board also incooperates a power supply and is a Power over Ethernet
33366     (PoE) Powered Device (PD).
33367
33368     Additonally, a Cyclone III FPGA from Altera is integrated on the board.
33369     The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
33370     DDR2 SDRAM interfaces, which will cover even the most exceptional need
33371     of memory bandwidth. Together with the onboard video decoder the board
33372     is ready for video processing.
33373
33374     For more information see: http:///www.miromico.com/hammerhead
33375
33376     Signed-off-by: Julien May <mailinglist@miromico.ch>
33377     [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
33378     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33379
33380 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
33381 Author: Kumar Gala <galak@kernel.crashing.org>
33382 Date:   Tue Jul 29 12:23:49 2008 -0500
33383
33384     fsl_i2c: Use timebase timer functions instead of get_timer()
33385
33386     The current implementation of get_timer() is only really useful after we
33387     have relocated u-boot to memory.  The i2c code is used before that as part
33388     of the SPD DDR setup.
33389
33390     We actually have a bug when using the get_timer() code before relocation
33391     because the .bss hasn't been setup and thus we could be reading/writing
33392     a random location (probably in flash).
33393
33394     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33395
33396 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
33397 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
33398 Date:   Tue Jul 29 14:49:31 2008 +0200
33399
33400     Adder8xx: Fix CFG_MONITOR_LEN
33401
33402     Due to increased space usage, U-Boot can no longer be stored in three sectors.
33403     The current U-Boot use just over three flash sectors (197k), and U-Boot will
33404     become corrupt after saving environment variables. This patch adds another 64k
33405     to CFG_MONITOR_LEN.
33406
33407     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
33408
33409 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
33410 Author: Kyungmin Park <kmpark@infradead.org>
33411 Date:   Tue Jul 29 08:47:57 2008 +0900
33412
33413     Add OneNAND IPL related files to gitignore
33414
33415     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33416
33417 commit 8d87589e8e874df7120a3d9667f051bc33bac250
33418 Author: Rafal Jaworowski <raj@semihalf.com>
33419 Date:   Mon Jul 28 20:38:25 2008 +0200
33420
33421     API: Teach the storage layer about SATA and MMC options.
33422
33423     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33424     Acked-by: Rafal Jaworowski <raj@semihalf.com>
33425
33426 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
33427 Author: Rafal Jaworowski <raj@semihalf.com>
33428 Date:   Mon Jul 28 20:37:48 2008 +0200
33429
33430     API: Dump contents of sector 0 in the demo application.
33431
33432     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33433     Acked-by: Rafal Jaworowski <raj@semihalf.com>
33434
33435 commit 13ca6305f2eba49c175f6370c35286141059c789
33436 Author: Rafal Jaworowski <raj@semihalf.com>
33437 Date:   Mon Jul 28 20:37:10 2008 +0200
33438
33439     API: Correct storage enumeration routine, other minor fixes in API storage area.
33440
33441     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33442     Acked-by: Rafal Jaworowski <raj@semihalf.com>
33443
33444 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
33445 Author: Rafal Jaworowski <raj@semihalf.com>
33446 Date:   Mon Jul 28 20:36:19 2008 +0200
33447
33448     API: Fix compilation warnings in api_examples/demo.c.
33449
33450     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33451
33452 commit c14eefcc48212af2f3314809605698dd8393a90a
33453 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33454 Date:   Sun Jul 27 17:09:43 2008 +0200
33455
33456     Fix more printf() format warnings
33457
33458     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33459
33460 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
33461 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33462 Date:   Fri Jul 25 15:18:16 2008 +0200
33463
33464     Fix remaining CFG_CMD_ define, ifdef and comments
33465
33466     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33467
33468 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
33469 Author: Stefano Babic <sbabic@denx.de>
33470 Date:   Fri Jul 25 08:57:40 2008 +0200
33471
33472     Add include for config.h in command.h.
33473
33474     Because the cmd_tbl_s structure depends on the configuration file, it
33475     must be assured that config.h is included before the structure is
33476     evaluated by the compiler. If this is not certain, it could happen
33477     that the compiler generates structures of different size, depending
33478     on the fact if the source file includes <config.h> before or after
33479     <command.h>.
33480
33481     The effect is that u-boot crashes when tries to relocate the command
33482     table (for ppc) or try to access to the command table for other
33483     architectures.
33484
33485     The problem can happen on board-depending commands. All general
33486     commands under /common are unaffected, because they include already
33487     config.h before command.h.
33488
33489     Signed-off-by: Stefano Babic <sbabic@denx.de>
33490
33491 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
33492 Author: Scott Wood <scottwood@freescale.com>
33493 Date:   Wed Jul 23 13:16:06 2008 -0500
33494
33495     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
33496
33497     This fixes building out-of-tree.
33498
33499     Signed-off-by: Scott Wood <scottwood@freescale.com>
33500
33501 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
33502 Author: Heiko Schocher <hs@denx.de>
33503 Date:   Wed Jul 23 07:30:46 2008 +0200
33504
33505     Fix warnings if compiling with IDE support.
33506
33507     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
33508     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
33509
33510     Signed-off-by: Heiko Schocher <hs@denx.de>
33511
33512 commit 7610db17fd4d59c51d825488526d85ede2f06767
33513 Author: Adrian Filipi <adrian.filipi@eurotech.com>
33514 Date:   Tue Jul 22 14:28:11 2008 -0400
33515
33516     Removed support for the adsvix board.
33517
33518     Support for the adsvix was originally provided by Applied Data
33519     Systems (ADS), inc., now EuroTech, Inc.
33520     The board never shipped aside from some sample boards.
33521
33522     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
33523
33524 commit f96b44cef897bd372beb86dde1b33637c119d84d
33525 Author: Remy Bohmer <linux@bohmer.net>
33526 Date:   Tue Jul 22 16:22:11 2008 +0200
33527
33528     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
33529
33530     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
33531     never set, because relocation to RAM is actually never done by U-boot
33532     itself. However, several pieces of code check if this flag is set at
33533     some time.
33534
33535     So, to make sure this flag is set on boards skipping relocation, this
33536     is added to the initialisation of U-boot at a moment where it is safe
33537     to do so.
33538
33539     Signed-off-by: Remy Bohmer <linux@bohmer.net>
33540
33541 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
33542 Author: Timur Tabi <timur@freescale.com>
33543 Date:   Mon Jul 21 14:26:23 2008 -0500
33544
33545     fsl-i2c: fix writes to data segment before relocation
33546
33547     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
33548     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
33549     I2C bus speed and save the value in i2c_bus_speed[], which is a global
33550     variable.  It is an error to write to the data segment before relocation,
33551     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
33552
33553     Signed-off-by: Timur Tabi <timur@freescale.com>
33554
33555 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
33556 Author: Wolfgang Ocker <weo@reccoware.de>
33557 Date:   Mon Jul 28 16:56:51 2008 +0200
33558
33559     mips: Fix baudrate divisor computation on alchemy cpus
33560
33561     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
33562     on alchemy cpus.
33563
33564     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
33565     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
33566
33567 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
33568 Author: Ben Warren <biggerbadderben@gmail.com>
33569 Date:   Sat Jul 5 00:08:48 2008 -0700
33570
33571     Moved initialization of AVR32 Ethernet controllers to board_eth_init()
33572
33573     Renamed initialization functions for atngw100 and atstk1000.
33574     Removed initializations for these boards from net/eth.c
33575
33576     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33577     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33578
33579 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
33580 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33581 Date:   Wed Jul 23 10:55:46 2008 +0200
33582
33583     spi flash: Fix printf() format warnings
33584
33585     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33586
33587 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
33588 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33589 Date:   Wed Jul 23 10:55:31 2008 +0200
33590
33591     atmel_mci: Fix printf() format warnings
33592
33593     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33594
33595 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
33596 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33597 Date:   Wed Jul 23 10:55:15 2008 +0200
33598
33599     avr32: Fix printf() format warnings
33600
33601     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33602
33603 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
33604 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33605 Date:   Wed Jul 23 10:52:19 2008 +0200
33606
33607     avr32: asm/io.h needs asm/types.h
33608
33609     map_physmem() takes a phys_addr_t as parameter. This type is defined in
33610     asm/types.h, so we need to include that file.
33611
33612     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33613
33614 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
33615 Author: Michal Simek <monstr@monstr.eu>
33616 Date:   Thu Jul 17 12:25:46 2008 +0200
33617
33618     microblaze: Fix printf() format issues
33619
33620     Signed-off-by: Michal Simek <monstr@monstr.eu>
33621
33622 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
33623 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
33624 Date:   Thu Jul 17 07:27:51 2008 +0530
33625
33626     Remove unused code from lib_arm/bootm.c
33627
33628     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
33629
33630 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
33631 Author: Detlev Zundel <dzu@denx.de>
33632 Date:   Wed Jul 16 18:56:45 2008 +0200
33633
33634     tqm85xx: Demystify 'DK: !!!' comment
33635
33636     Signed-off-by: Detlev Zundel <dzu@denx.de>
33637
33638 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
33639 Author: Detlev Zundel <dzu@denx.de>
33640 Date:   Wed Jul 16 18:56:44 2008 +0200
33641
33642     83xx/85xx/86xx: Add LTEDR local bus definitions
33643
33644     Signed-off-by: Detlev Zundel <dzu@denx.de>
33645
33646 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
33647 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33648 Date:   Wed Jul 16 16:22:32 2008 +0200
33649
33650     serial_xuartlite.c: fix compiler warnings
33651
33652     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33653     Acked-by: Grant Likely <grant.likely@secretlab.ca>
33654
33655 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
33656 Author: Stefan Roese <sr@denx.de>
33657 Date:   Fri Jul 18 11:03:35 2008 +0200
33658
33659     POST: Add disable interrupts in some of the missing CPU POST tests
33660
33661     Some CPU POST tests did not disable the interrupts while running. This
33662     seems to be necessary to protect this self modifying code.
33663
33664     Signed-off-by: Stefan Roese <sr@denx.de>
33665
33666 commit 97a3bf268d096e0e97e54048448c35114edcf557
33667 Author: Stefan Roese <sr@denx.de>
33668 Date:   Fri Jul 18 10:43:24 2008 +0200
33669
33670     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
33671
33672     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
33673     CFG_64BIT_LBA.
33674
33675     Signed-off-by: Stefan Roese <sr@denx.de>
33676
33677 commit 0043ac55024963295fc79b39af85b6dc3b261e17
33678 Author: Niklaus Giger <niklaus.giger@netstal.com>
33679 Date:   Fri Jul 18 11:22:23 2008 +0200
33680
33681     POST PPC4xx/spr IVPR only if PPC440
33682
33683     The SPR IVPR register is only present (as far as I know) for
33684     processors with a PPC440 core.
33685
33686     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33687     Acked-by: Stefan Roese <sr@denx.de>
33688
33689 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
33690 Author: Stefan Roese <sr@denx.de>
33691 Date:   Fri Jul 18 10:42:29 2008 +0200
33692
33693     ppc4xx: Enable 64bit printf format on 440/460 platforms
33694
33695     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
33696     440/460 platforms. This may be needed since those platforms support
33697     36bit physical address space.
33698
33699     Signed-off-by: Stefan Roese <sr@denx.de>
33700
33701 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
33702 Author: Stefan Roese <sr@denx.de>
33703 Date:   Fri Jul 18 15:57:23 2008 +0200
33704
33705     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
33706
33707     This patch fixes a problem with incorrect MODTx (On Die Termination)
33708     setup for a configuration with multiple DIMM's and multiple ranks.
33709     Without this change Katmai was unable to boot Linux with DDR2 frequency
33710     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
33711     with DDR2 frequency = 640MHz and mem=4GB.
33712
33713     Signed-off-by: Stefan Roese <sr@denx.de>
33714
33715 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
33716 Author: Stefan Roese <sr@denx.de>
33717 Date:   Fri Jul 18 12:24:41 2008 +0200
33718
33719     ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
33720
33721     Signed-off-by: Stefan Roese <sr@denx.de>
33722
33723 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
33724 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33725 Date:   Thu Jul 17 12:47:09 2008 +0200
33726
33727     ppc4xx: ML507 Board Support
33728
33729     The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
33730         among others:
33731         -Virtex 5 FX FPGA (With a ppc440x5 in it)
33732         -256MB of SDRAM2
33733         -32MB of Flash
33734         -I2C Eeprom
33735         -System ACE chip
33736         -Serial ATA connectors
33737         -RS232 Level Conversors
33738         -Ethernet Transceiver
33739
33740     This patch gives support to a standard design produced by EDK for this
33741     board: ppc440, uartlite, xilinx_int and flash
33742
33743     - Includes Changes propossed by Stefan Roese and Michal Simek
33744
33745     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33746     Acked-by: Stefan Roese <sr@denx.de>
33747
33748 commit d865fd09809a3a18669f35f970781820af40e4de
33749 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33750 Date:   Thu Jul 17 11:44:12 2008 +0200
33751
33752     ppc4xx: CPU PPC440x5 on Virtex5 FX
33753
33754     -This patchs gives support for the embbedded ppc440
33755      on the Virtex5 FPGAs
33756     -interrupts.c divided in uic.c and interrupts.c
33757     -xilinx_irq.c for xilinx interrupt controller
33758     -Include modifications propossed by  Stefan Roese
33759
33760     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
33761     Acked-by: Stefan Roese <sr@denx.de>
33762
33763 commit 340ccb260f21516be360745d5c5e3bd0657698df
33764 Author: Sebastian Siewior <bigeasy@linutronix.de>
33765 Date:   Wed Jul 16 20:04:49 2008 +0200
33766
33767     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
33768
33769     This got broken by commits 93c56f212c
33770      [cfi_flash: support of long cmd in U-boot.]
33771
33772     That command needs to be in little endian format on BE machines
33773     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
33774     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
33775     the cmdbuf in case portwidth = chipwidth = 8bit.
33776
33777     Cc: Alexey Korolev <akorolev@infradead.org>
33778     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
33779     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
33780
33781 commit 11188d55bc16dd907451c00282e00a038f73dd62
33782 Author: Stefan Roese <sr@denx.de>
33783 Date:   Thu Jul 17 10:40:51 2008 +0200
33784
33785     ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
33786
33787     Signed-off-by: Stefan Roese <sr@denx.de>
33788
33789 commit 021f6df6e96af5b387810cf96d24848da1faa55c
33790 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33791 Date:   Thu Jul 10 17:20:51 2008 +0400
33792
33793     83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
33794
33795     The thinko was quite silly indeed, I messed with !ptr. Normally this
33796     would trigger some fault, but in U-Boot NULL pointer is equal to phys
33797     0, so the code was working still, just didn't actually test mpc8315erdb
33798     environment variable value. Heh.
33799
33800     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33801     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33802
33803 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
33804 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33805 Date:   Tue Jul 8 21:00:04 2008 +0400
33806
33807     83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
33808
33809     Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
33810     support, or without TSEC1 but with USB ULPI PHY support in addition.
33811     With this patch user can specify desired USB PHY.
33812
33813     Also, it seems that we can't distinguish the two boards in software, so
33814     user have to set `mpc8315erdb' environment variable to either 'tsec1'
33815     (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
33816     Linux will not probe for TSEC1.
33817
33818     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33819     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33820
33821 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
33822 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
33823 Date:   Tue Jul 8 20:59:43 2008 +0400
33824
33825     fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
33826
33827     Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
33828     MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
33829     (connected to the four-ports hub, usb host only).
33830
33831     This patch implements support for passing Dual-Role USB controller's
33832     device tree property phy_type through the usb_phy_type environment
33833     variable.
33834
33835     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33836     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
33837     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33838
33839 commit 699f05125509249072a0b865c8d35520d97cd501
33840 Author: Wolfgang Denk <wd@denx.de>
33841 Date:   Tue Jul 15 22:22:44 2008 +0200
33842
33843     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
33844
33845     Signed-off-by: Wolfgang Denk <wd@denx.de>
33846
33847 commit bcab74baa6b1b1c969038ab6f64a186239180405
33848 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33849 Date:   Tue Jul 15 11:23:02 2008 -0400
33850
33851     Round the serial port clock divisor value returned by calc_divisor()
33852
33853     Round the serial port clock divisor value returned by
33854     calc_divisor()
33855
33856     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33857     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
33858
33859 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
33860 Author: Robin Getz <rgetz@blackfin.uclinux.org>
33861 Date:   Tue Jul 15 21:44:46 2008 +0200
33862
33863     Fix DHCP protocol so U-Boot does not respond too early
33864     on the network with it's offered IP number; it should not reply until
33865     after it has received a DHCP ACK message. Also ensures that U-Boot
33866     does it's DHCPREQUEST as broadcast (per RFC 2131).
33867
33868     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
33869     Acked-by: Ben Warren <biggerbadderben@gmail.com>
33870     Signed-off-by: Wolfgang Denk <wd@denx.de>
33871
33872 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
33873 Author: Sebastian Siewior <bigeasy@linutronix.de>
33874 Date:   Tue Jul 15 13:35:23 2008 +0200
33875
33876     cfi_flash: make the command u32 only
33877
33878     This got changed by commit 93c56f212c
33879     [cfi_flash: support of long cmd in U-boot.]
33880
33881     Long is the wrong type because it will behave differently on 64bit
33882     machines in a way that is probably not expected. u32 should be
33883     enough.
33884
33885     Cc: Alexey Korolev <akorolev@infradead.org>
33886     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
33887     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
33888
33889 commit 31cfe57491b183acae575d486729e158f016c27b
33890 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33891 Date:   Mon Jul 14 23:48:41 2008 +0200
33892
33893     tools/gitignore: update to all generated files
33894
33895     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33896
33897 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
33898 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
33899 Date:   Wed Jul 9 18:30:44 2008 +0200
33900
33901     mpc5xxx: Add MVBC_P board support
33902
33903     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
33904     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
33905
33906     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
33907     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33908
33909 commit e2d31fb3450653115452144363d5bde4e5e3e693
33910 Author: Timur Tabi <timur@freescale.com>
33911 Date:   Thu Jun 19 17:56:11 2008 -0500
33912
33913     Update Freescale sys_eeprom.c to handle CCID formats
33914
33915     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
33916     NXID format replaces the older CCID format, but it's important to support both
33917     since most boards out there still use the CCID format.  This change is in
33918     preparation for using one file to handle both formats.  This will also unify
33919     EEPROM support for all Freescale 85xx and 86xx boards.
33920
33921     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
33922     instead of ID_EEPROM_ADDR.
33923
33924     Signed-off-by: Timur Tabi <timur@freescale.com>
33925
33926 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
33927 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33928 Date:   Fri Jul 11 17:22:43 2008 +0900
33929
33930     pci: sh: Add pci_skip_dev and pci_print_dev function
33931
33932     Add function of new PCI, pci_skip_dev and pci_print_dev.
33933
33934     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33935     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33936
33937 commit 1107014e835ec9d46c0333f4211d104f77442db0
33938 Author: Andy Fleming <afleming@freescale.com>
33939 Date:   Mon Jul 14 20:29:07 2008 -0500
33940
33941     Clean up INIT_RAM options
33942
33943     The L2_INIT_RAM option was unused, and recent changes to the TLB code
33944     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
33945     the amount of mapped space attached to nothing, we change things so the TLBs
33946     get cleared.
33947
33948     Signed-off-by: Andy Fleming <afleming@freescale.com>
33949
33950 commit 4524561820a9327e89107854b3a7187800ccf719
33951 Author: Andy Fleming <afleming@freescale.com>
33952 Date:   Mon Jul 14 20:26:57 2008 -0500
33953
33954     Remove fake flash bank from 8544 DS
33955
33956     The fake flash bank was generating errors for anyone who didn't have a
33957     PromJET hooked up to the board.  As that constitutes the vast majority of
33958     users, we remove it.
33959
33960     Signed-off-by: Andy Fleming <afleming@freescale.com>
33961
33962 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
33963 Author: Kumar Gala <galak@kernel.crashing.org>
33964 Date:   Mon Jul 14 14:07:03 2008 -0500
33965
33966     MPC8544DS: Add ATI Video card support
33967
33968     Add support for using a PCIe ATI Video card on PCIe2.
33969
33970     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33971
33972 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
33973 Author: Kumar Gala <galak@kernel.crashing.org>
33974 Date:   Mon Jul 14 14:07:02 2008 -0500
33975
33976     85xx: Add some L1/L2 SPR register definitions
33977
33978     Add new L1/L2 SPRs related to e500mc cache config and control.
33979
33980     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33981
33982 commit e5852787f0c3c442a276262f13d91ca450605ac0
33983 Author: Kumar Gala <galak@kernel.crashing.org>
33984 Date:   Mon Jul 14 14:07:01 2008 -0500
33985
33986     MPC8544DS: Report board id, board version and fpga version.
33987
33988     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33989
33990 commit 73f15a060f67a2462551c334215bd20fac6b81d1
33991 Author: Kumar Gala <galak@kernel.crashing.org>
33992 Date:   Mon Jul 14 14:07:00 2008 -0500
33993
33994     85xx: Cleanup L2 cache size detection
33995
33996     The L2 size detection code was a bit confusing and we kept having to add
33997     code to it to handle new processors.  Change the sense of detection so we
33998     look for the older processors that aren't changing.
33999
34000     Also added support for 1M cache size on 8572.
34001
34002     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34003
34004 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
34005 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34006 Date:   Fri Jul 11 15:33:08 2008 -0400
34007
34008     sbc8560: enable CONFIG_OF_LIBFDT by default
34009
34010     Make the default build for the sbc8560 board be powerpc
34011     capable with libfdt support.
34012
34013     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34014
34015 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
34016 Author: Andy Fleming <afleming@freescale.com>
34017 Date:   Mon Jul 14 20:04:40 2008 -0500
34018
34019     Fix indentation for default boot environment variables
34020
34021     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
34022     similar #defines in sbc8560.h.
34023
34024     Signed-off-by: Andy Fleming <afleming@freescale.com>
34025
34026 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
34027 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34028 Date:   Fri Jul 11 15:33:07 2008 -0400
34029
34030     sbc8560: add default fdt values
34031
34032     Add in the default fdt settings and the typical EXTRA_ENV
34033     settings as borrowed from the mpc8560ads.  Fix a couple
34034     of stale references to the mpc8560ads dating back to the
34035     original clone/fork.
34036
34037     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34038     Signed-off-by: Andy Fleming <afleming@freescale.com>
34039
34040 commit d04e76edf92f7f89696989e8702b97e020455af3
34041 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34042 Date:   Fri Jul 11 15:33:06 2008 -0400
34043
34044     sbc8560: add in ft_board_setup()
34045
34046     Add in for the sbc8560, the ft_board_setup() routine, based on what is
34047     in use for the Freescale MPC8560ADS board.
34048
34049     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34050
34051 commit c158bcaca3b31cbe38c4143812e6170e38a57393
34052 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34053 Date:   Fri Jul 11 15:33:05 2008 -0400
34054
34055     sbc8560: define eth0 and eth1 instead of eth1 and eth2
34056
34057     The existing config doesn't define CONFIG_HAS_ETH0, and so the
34058     fdt support doesn't update the zeros in the dtb local-mac with
34059     real data from the u-boot env.  Since the existing config is
34060     tailored to just two interfaces, get rid of the ETH2 definitions
34061     at the same time.
34062
34063     Also don't include any end user specific data into the environment
34064     by default -- things like MAC address, network parameters etc. need
34065     to come from the end user.
34066
34067     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34068     Signed-off-by: Andy Fleming <afleming@freescale.com>
34069
34070 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
34071 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34072 Date:   Fri Jul 11 15:33:04 2008 -0400
34073
34074     sbc8560: properly set cs0_bnds for 512MB
34075
34076     The sbc8560 board ships with 512MB of memory installed,
34077     but the current cs0_bnds is hard coded for 256MB.  Set the
34078     value based on CFG_SDRAM_SIZE.
34079
34080     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34081
34082 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
34083 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34084 Date:   Fri Jul 11 15:33:03 2008 -0400
34085
34086     sbc8560: proper definitions for TSEC.
34087
34088     The definitions for the TSEC have become out of date.  There is no
34089     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
34090     Update to match those of other boards, like the MPC8560ADS.
34091
34092     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34093     Acked-by: Ben Warren <biggerbadderben@gmail.com>
34094
34095 commit 71074abbe0c76429577aff58aeff0a24ad210b23
34096 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
34097 Date:   Wed Jul 9 13:23:05 2008 -0400
34098
34099     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
34100
34101     Some boards that have external 16550 UARTs don't have a direct
34102     tie between bi_busfreq and the clock used for the UARTs.  Boards
34103     that do have such a tie should set CFG_NS16550_CLK to be
34104     get_bus_freq(0) -- which most of them do already.
34105
34106     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
34107     Acked-by: Kim Phillips <kim.phillips@freescale.com>
34108
34109 commit 24ef76f320fbadf074105229826514db140f939f
34110 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
34111 Date:   Wed Jul 2 07:03:53 2008 -0700
34112
34113     Change the temp map to ROM to align addresses to page size.
34114
34115     With a page size of BOOKE_PAGESZ_16M, both the real and effective
34116     addresses must be multiples of 16MB.  The hardware silently truncates
34117     them so the code happens to work.  This patch clarifies the situation
34118     by establishing addresses that the hardware doesn't need to truncate.
34119
34120     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
34121     Signed-off-by: Andy Fleming <afleming@freescale.com>
34122
34123 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
34124 Author: Kim Phillips <kim.phillips@freescale.com>
34125 Date:   Tue Jun 17 17:45:22 2008 -0500
34126
34127     mpc85xx: use IS_E_PROCESSOR macro
34128
34129     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34130
34131 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
34132 Author: Kim Phillips <kim.phillips@freescale.com>
34133 Date:   Mon Jun 16 15:55:53 2008 -0500
34134
34135     fdt: add crypto node handling for MPC8{3, 5}xxE processors
34136
34137     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
34138     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
34139     if on an 'EA' processor, e.g. MPC8349EA.
34140
34141     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34142
34143 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
34144 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34145 Date:   Fri Jul 11 15:10:11 2008 -0400
34146
34147     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
34148
34149     ARM DaVinci: Remove extern phy_t declaration by moving
34150     code to proper place.
34151
34152     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34153
34154 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
34155 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34156 Date:   Fri Jul 11 15:10:10 2008 -0400
34157
34158     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
34159
34160     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
34161     and prototype of i2c_init().
34162
34163     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34164
34165 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
34166 Author: Kumar Gala <galak@kernel.crashing.org>
34167 Date:   Mon Jul 14 14:03:02 2008 -0500
34168
34169     Fix some more printf() format problems.
34170
34171     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34172
34173 commit 45b16d22c64674ccd8c4637456a987463609141c
34174 Author: Wolfgang Denk <wd@denx.de>
34175 Date:   Mon Jul 14 22:38:42 2008 +0200
34176
34177     Fix coding style; make code better parsable by external tools
34178
34179     Signed-off-by: Wolfgang Denk <wd@denx.de>
34180
34181 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
34182 Author: Wolfgang Denk <wd@denx.de>
34183 Date:   Mon Jul 14 21:19:08 2008 +0200
34184
34185     cpu/i386/serial.c: Fix syntax errors
34186
34187     Signed-off-by: Wolfgang Denk <wd@denx.de>
34188
34189 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
34190 Author: Wolfgang Denk <wd@denx.de>
34191 Date:   Mon Jul 14 20:41:35 2008 +0200
34192
34193     elppc board: Coding style cleanup.
34194
34195     Signed-off-by: Wolfgang Denk <wd@denx.de>
34196
34197 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
34198 Author: Wolfgang Denk <wd@denx.de>
34199 Date:   Mon Jul 14 20:40:22 2008 +0200
34200
34201     elppc board: fix syntax error.
34202
34203     Signed-off-by: Wolfgang Denk <wd@denx.de>
34204
34205 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
34206 Author: Wolfgang Denk <wd@denx.de>
34207 Date:   Mon Jul 14 20:38:26 2008 +0200
34208
34209     EB+MCF-EV123 board: fix coding style (alingment)
34210
34211     Signed-off-by: Wolfgang Denk <wd@denx.de>
34212
34213 commit 6841785a0bb0f38175456a923edd634fb7dd6947
34214 Author: Wolfgang Denk <wd@denx.de>
34215 Date:   Mon Jul 14 20:36:44 2008 +0200
34216
34217     EB+MCF-EV123 board: fix syntx error
34218
34219     Signed-off-by: Wolfgang Denk <wd@denx.de>
34220
34221 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
34222 Author: Andy Fleming <afleming@freescale.com>
34223 Date:   Mon Jul 7 18:02:08 2008 -0500
34224
34225     Remove LBC_CACHE_BASE from 8544 DS
34226
34227     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
34228     space for some anyway, we were allowing speculative loads into unmapped space,
34229     which would cause an exception (annoying, even if ultimately harmless).
34230     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
34231     problem.
34232
34233     Signed-off-by: Andy Fleming <afleming@freescale.com>
34234
34235 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
34236 Author: Wolfgang Denk <wd@denx.de>
34237 Date:   Mon Jul 14 15:19:07 2008 +0200
34238
34239     Code cleanup: fix old style assignment ambiguities like "=-" etc.
34240
34241     Signed-off-by: Wolfgang Denk <wd@denx.de>
34242
34243 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
34244 Author: Wolfgang Denk <wd@denx.de>
34245 Date:   Mon Jul 14 15:10:53 2008 +0200
34246
34247     AmigaOneG3SE: remove dead and incomplete files
34248
34249     Signed-off-by: Wolfgang Denk <wd@denx.de>
34250
34251 commit b64f190b7a34224df09b559ca111eb1b733f00ad
34252 Author: Wolfgang Denk <wd@denx.de>
34253 Date:   Mon Jul 14 15:06:35 2008 +0200
34254
34255     Fix printf() format issues with sizeof_t types by using %zu
34256
34257     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34258     Signed-off-by: Wolfgang Denk <wd@denx.de>
34259
34260 commit f354b73e16a86f9e9085471a830605f74f84ea5d
34261 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34262 Date:   Mon Jul 14 14:11:45 2008 +0200
34263
34264     vsprintf: add z and t options
34265
34266     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34267
34268 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
34269 Author: Wolfgang Denk <wd@denx.de>
34270 Date:   Sun Jul 13 23:07:35 2008 +0200
34271
34272     Fix some more printf() format issues.
34273
34274     Signed-off-by: Wolfgang Denk <wd@denx.de>
34275
34276 commit d5996dd555edf52721b7691a4c59de016251ed39
34277 Author: Wolfgang Denk <wd@denx.de>
34278 Date:   Sun Jul 13 19:51:00 2008 +0200
34279
34280     Fix some more printf() format problems.
34281
34282     Signed-off-by: Wolfgang Denk <wd@denx.de>
34283
34284 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
34285 Author: Wolfgang Denk <wd@denx.de>
34286 Date:   Sun Jul 13 19:48:26 2008 +0200
34287
34288     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
34289
34290     Signed-off-by: Wolfgang Denk <wd@denx.de>
34291
34292 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
34293 Author: Anatolij Gustschin <agust@denx.de>
34294 Date:   Sat Jul 12 17:31:36 2008 +0200
34295
34296     Fix bug in Lime video driver
34297
34298     We need to wait while drawing engine clears frame
34299     buffer before any further software accesses to frame
34300     buffer will be initiated. Otherwise software drawn
34301     parts could be partially destroyed by the drawing
34302     engine or even GDC chip freeze could occur (as
34303     observed on socrates board).
34304
34305     Signed-off-by: Anatolij Gustschin <agust@denx.de>
34306
34307 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
34308 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34309 Date:   Sat Jul 12 14:36:34 2008 +0200
34310
34311     Fix some more printf() format issues.
34312
34313     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34314
34315 commit 18c8a28aad49803780bd8d52432ded528e37e701
34316 Author: Michal Simek <monstr@monstr.eu>
34317 Date:   Fri Jul 11 15:11:57 2008 +0200
34318
34319     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
34320
34321     Signed-off-by: Michal Simek <monstr@monstr.eu>
34322     Acked-by: Stefan Roese <sr@denx.de>
34323
34324 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
34325 Author: Michal Simek <monstr@monstr.eu>
34326 Date:   Fri Jul 11 11:50:53 2008 +0200
34327
34328     hwmon: Cleaning hwmon devices
34329
34330     Clean Makefile
34331     Move device specific values to driver for better reading
34332
34333     Signed-off-by: Michal Simek <monstr@monstr.eu>
34334     Acked-by: Stefan Roese <sr@denx.de>
34335
34336 commit c78fce699c7ff467ecd841da6a79f065180bf578
34337 Author: Michal Simek <monstr@monstr.eu>
34338 Date:   Fri Jul 11 10:43:13 2008 +0200
34339
34340     FIS: repare incorrect return value with ramdisk handling
34341
34342     Microblaze and PowerPC use boot_get_ramdisk for loading
34343     ramdisk to memory with checking return value.
34344     Return 0 means success. Return 1 means failed.
34345     Here is correspond part of code from bootm.c which check
34346     return code.
34347
34348     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
34349                 &rd_data_start, &rd_data_end);
34350     if (ret)
34351         goto error;
34352
34353     Signed-off-by: Michal Simek <monstr@monstr.eu>
34354
34355 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
34356 Author: Michal Simek <monstr@monstr.eu>
34357 Date:   Fri Jul 11 10:10:32 2008 +0200
34358
34359     microblaze: Remove useless ancient headers
34360
34361     Signed-off-by: Michal Simek <monstr@monstr.eu>
34362
34363 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
34364 Author: Michal Simek <monstr@monstr.eu>
34365 Date:   Fri Jul 11 10:10:31 2008 +0200
34366
34367     microblaze: Clean uartlite driver
34368
34369     Redesign uartlite driver to in_be32 and out_be32 macros
34370     Fix missing header in io.h
34371
34372     Signed-off-by: Michal Simek <monstr@monstr.eu>
34373     Acked-by: Grant Likely <grant.likely@secretlab.ca>
34374
34375 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
34376 Author: Marcel Ziswiler <marcel@ziswiler.com>
34377 Date:   Fri Jul 11 02:39:14 2008 +0200
34378
34379     Enable passing of ATAGs required by latest Linux kernel.
34380
34381 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
34382 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34383 Date:   Fri Jul 11 10:24:15 2008 -0400
34384
34385     Fix integer overflow warning in calc_divisor()
34386
34387     which happened when rounding the serial port clock divisor
34388
34389     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34390
34391 commit 6b760189d77f001684e3160b355c185ca3804961
34392 Author: Marcel Ziswiler <marcel@ziswiler.com>
34393 Date:   Fri Jul 11 01:09:59 2008 +0200
34394
34395     Fix build time warnings in function mmc_decode_csd()
34396
34397     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
34398
34399 commit c15947d6ce0d59925c97fdfac692476af6e262d0
34400 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34401 Date:   Thu Jul 10 10:46:33 2008 -0400
34402
34403     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
34404
34405     caused by missing dcache status/enable/disable functions.
34406
34407     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34408
34409 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
34410 Author: Stefan Roese <sr@denx.de>
34411 Date:   Thu Jul 10 13:53:31 2008 +0200
34412
34413     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
34414
34415     This patch removes some ft_board_setup() functions from some 4xx boards.
34416     This can be done since we now have a default weak implementation for this
34417     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
34418     implementation like canyonlands need their own version.
34419
34420     Signed-off-by: Stefan Roese <sr@denx.de>
34421
34422 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
34423 Author: Wolfgang Denk <wd@denx.de>
34424 Date:   Sun Jul 13 14:58:16 2008 +0200
34425
34426     Add last known maintainer for orphaned boards; reformat.
34427
34428     Signed-off-by: Wolfgang Denk <wd@denx.de>
34429
34430 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
34431 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34432 Date:   Thu Jul 10 13:16:04 2008 +0200
34433
34434     Remove kharris@nexus-tech.net from MAINTAINERS
34435
34436     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
34437     anymore. You can't be a maintainer without a valid e-mail address, so
34438     move all boards that used to be maintained by Kyle Harris to the
34439     "orphaned" list.
34440
34441     Currently, only PowerPC has a list of orphaned boards, so this patch
34442     creates one for ARM as well.
34443
34444     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34445
34446 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
34447 Author: Anatolij Gustschin <agust@denx.de>
34448 Date:   Thu Jul 10 01:15:10 2008 +0200
34449
34450     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
34451
34452     On the at91sam9260ep development board there is an EEPROM
34453     connected to the TWI interface (PA23, PA24 Peripheral A
34454     multiplexing), so we cannot use these pins as ETX2, ETX3.
34455     This patch configures PA10, PA11 pins for ETX2, ETX3
34456     instead of PA23, PA24 pins.
34457
34458     Signed-off-by: Anatolij Gustschin <agust@denx.de>
34459     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
34460
34461 commit f889265753ddf4465d9d580827bb9289bfac55d6
34462 Author: Kenneth Johansson <kenneth@southpole.se>
34463 Date:   Sat Jul 12 13:18:34 2008 -0600
34464
34465     fix DIU for small screens
34466
34467     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
34468     so it was not possible to set a slow pixel clock and thus prevented
34469     display on small screens.
34470
34471     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
34472     Acked-by: John Rigby <jrigby@freescale.com>
34473
34474 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
34475 Author: John Rigby <jrigby@freescale.com>
34476 Date:   Fri Jul 11 14:44:09 2008 -0600
34477
34478     ADS5121 cleanup compile warnings
34479
34480     board/ads5121/iopin.c
34481         Replace bit fields in struct iopin_t with a single
34482         field and intialize it via plain old macros.
34483         This fixes the type pun warnings and makes the code
34484         more readable.
34485
34486     board/ads5121/ads5121.c
34487         Add include iopin.h to ads5121.c for the iopin_initialize
34488         prototype.
34489
34490         Add an extern void ads5121_diu_init(void)
34491
34492     Signed-off-by: John Rigby <jrigby@freescale.com>
34493
34494 commit bde63587622c4b830a27d1ddf7265843de9e994f
34495 Author: Wolfgang Denk <wd@denx.de>
34496 Date:   Fri Jul 11 22:56:11 2008 +0200
34497
34498     Fix some more printf() format issues.
34499
34500     Signed-off-by: Wolfgang Denk <wd@denx.de>
34501
34502 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
34503 Author: Wolfgang Denk <wd@denx.de>
34504 Date:   Fri Jul 11 22:55:31 2008 +0200
34505
34506     Fixed some out-of-tree build issues
34507
34508     Signed-off-by: Wolfgang Denk <wd@denx.de>
34509
34510 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
34511 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34512 Date:   Wed Jul 9 16:20:23 2008 -0500
34513
34514     ColdFire: Fix FB CS not setup properly for Mcf5282
34515
34516     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
34517     CFG_CSn_RO is defined as 0, the chipselect will not
34518     be assigned.
34519
34520     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34521
34522 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
34523 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34524 Date:   Wed Jul 9 15:47:27 2008 -0500
34525
34526     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
34527
34528     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
34529     clock module in cpu/<cf arch>/cpu_init.c
34530
34531     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34532
34533 commit f94945b517f10e01927101679c62361e03d4e837
34534 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34535 Date:   Wed Jul 9 15:25:01 2008 -0500
34536
34537     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
34538
34539     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34540
34541 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
34542 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34543 Date:   Wed Jul 9 15:21:44 2008 -0500
34544
34545     Fix compile error caused by missing timer function
34546
34547     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
34548
34549     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34550
34551 commit c37ea031175b807c54e6bad9b270e9bede6c0078
34552 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34553 Date:   Wed Jul 9 15:14:25 2008 -0500
34554
34555     Fix compile error caused by incorrect function return type
34556
34557     Rename int mii_init(void) to void mii_init(void)
34558
34559     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34560
34561 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
34562 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34563 Date:   Wed Jun 18 19:27:23 2008 -0500
34564
34565     ColdFire: Fix power up issue for MCF5235
34566
34567     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34568
34569 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
34570 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34571 Date:   Wed Jun 18 19:19:07 2008 -0500
34572
34573     ColdFire: Fix compiling error for MCF5275
34574
34575     The compiling error was caused by missing a closed parentheses
34576     in speed.c
34577
34578     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34579
34580 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
34581 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34582 Date:   Wed Jun 18 19:14:01 2008 -0500
34583
34584     ColdFire: Fix timer issue for MCF5272
34585
34586     The timer was assigned to wrong timer memory mapped which
34587     caused udelay() and timer() not working properly.
34588
34589     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34590
34591 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
34592 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34593 Date:   Wed Jun 18 19:12:13 2008 -0500
34594
34595     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
34596
34597     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
34598
34599 commit 8371dc2066136be21e10b7b9293e469297d77298
34600 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34601 Date:   Wed Jun 18 19:05:23 2008 -0500
34602
34603     ColdFire: Add -got=single param for new linux v4e toolchains
34604
34605     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
34606
34607 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
34608 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34609 Date:   Wed Jun 18 13:21:19 2008 -0500
34610
34611     ColdFire: Fix code flash configuration for M547x/M548x boards
34612
34613     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
34614
34615 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
34616 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34617 Date:   Tue Jun 24 12:12:16 2008 -0500
34618
34619     ColdFire: Fix warning messages by passing correct data type in board.c
34620
34621     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34622
34623 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
34624 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34625 Date:   Thu May 29 12:21:54 2008 -0500
34626
34627     ColdFire: Fix UART baudrate formula
34628
34629     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
34630     can generate the wrong divisor due to integer division truncation.
34631     Round the calculated divisor value by adding 1/2 the baudrate
34632     before dividing by the baudrate.
34633
34634     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34635     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
34636
34637 commit b578fb471444cbd7db1285701ba51343baaf73fb
34638 Author: Stefan Roese <sr@denx.de>
34639 Date:   Thu Jul 10 11:38:26 2008 +0200
34640
34641     ppc4xx: Fix include sequence in 4xx_pcie.c
34642
34643     This patch now moves common.h to the top of the inlcude list. This
34644     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
34645     the phys_size_t/phys_addr_t are defined to the correct size in this
34646     driver.
34647
34648     Signed-off-by: Stefan Roese <sr@denx.de>
34649
34650 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
34651 Author: Stefan Roese <sr@denx.de>
34652 Date:   Fri Jul 11 13:10:56 2008 +0200
34653
34654     ppc4xx: Fix compile warning in 44x_spd_ddr2.c
34655
34656     Signed-off-by: Stefan Roese <sr@denx.de>
34657
34658 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
34659 Author: Stefan Roese <sr@denx.de>
34660 Date:   Fri Jul 11 11:40:13 2008 +0200
34661
34662     ppc4xx: Fix small korat merge problem
34663
34664     Signed-off-by: Stefan Roese <sr@denx.de>
34665
34666 commit 1d0554736a0a1dd59718acda660871ce56b69e18
34667 Author: Stefan Roese <sr@denx.de>
34668 Date:   Fri Jul 11 11:34:52 2008 +0200
34669
34670     ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
34671
34672     Signed-off-by: Stefan Roese <sr@denx.de>
34673
34674 commit 3a82113ed5934d498f25080441a8261fc9454b15
34675 Author: Stefan Roese <sr@denx.de>
34676 Date:   Thu Jul 10 16:37:09 2008 +0200
34677
34678     ppc4xx: Add 460SX UIC defines
34679
34680     Only the really needed ones are added (cascading and EMAC/MAL).
34681
34682     Signed-off-by: Stefan Roese <sr@denx.de>
34683
34684 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
34685 Author: Stefan Roese <sr@denx.de>
34686 Date:   Mon Jun 30 14:11:07 2008 +0200
34687
34688     ppc4xx: Continue cleanup of ppc440.h
34689
34690     This patch continues the ppc440.h cleanup by removing some of the unused
34691     defines.
34692
34693     Signed-off-by: Stefan Roese <sr@denx.de>
34694
34695 commit d9056b7913ed6a228d2f33671d916efedee541dd
34696 Author: Stefan Roese <sr@denx.de>
34697 Date:   Mon Jun 30 14:05:05 2008 +0200
34698
34699     ppc4xx: Cleanup Katmai & Yucca PCIe register usage
34700
34701     This patch cleans up the 440SPe PCIe register usage. Now only defines
34702     from the include/asm-ppc/4xx_pcie.h are used.
34703
34704     Signed-off-by: Stefan Roese <sr@denx.de>
34705
34706 commit 5de851403b01489b493fa83137ad990b8ce60d1c
34707 Author: Stefan Roese <sr@denx.de>
34708 Date:   Thu Jun 26 17:36:39 2008 +0200
34709
34710     ppc4xx: Rework 440GX UIC handling
34711
34712     This patch reworks the 440GX interrupt handling so that the common 4xx
34713     code can be used. The 440GX is an exception to all other 4xx variants
34714     by having the cascading interrupt vectors not on UIC0 but on a special
34715     UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
34716     the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
34717     handling is simpler without any 440GX special cases.
34718
34719     Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
34720
34721     Signed-off-by: Stefan Roese <sr@denx.de>
34722
34723 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
34724 Author: Stefan Roese <sr@denx.de>
34725 Date:   Thu Jun 26 13:40:57 2008 +0200
34726
34727     ppc4xx: Consolidate PPC4xx UIC defines
34728
34729     This 2nd patch now removes all UIC mask bit definition. They should be
34730     generated from the vectors by using the UIC_MASK() macro from now on.
34731     This way only the vectors need to get defined for new PPC's.
34732
34733     Also only the really used interrupt vectors are now defined. This makes
34734     definitions for new PPC versions easier and less error prone.
34735
34736     Another part of this patch is that the 4xx emac driver got a little
34737     cleanup, since now the usage of the interrupts is clearer.
34738
34739     Signed-off-by: Stefan Roese <sr@denx.de>
34740
34741 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
34742 Author: Stefan Roese <sr@denx.de>
34743 Date:   Wed Jun 25 10:59:22 2008 +0200
34744
34745     ppc4xx: Consolidate PPC4xx UIC defines
34746
34747     This patch is the first step to consolidate the UIC related defines in the
34748     4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
34749     asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
34750     steps.
34751
34752     Signed-off-by: Stefan Roese <sr@denx.de>
34753
34754 commit 7ee2619c20ccecd57966d74d844e6329e141261c
34755 Author: Stefan Roese <sr@denx.de>
34756 Date:   Tue Jun 24 17:18:50 2008 +0200
34757
34758     ppc4xx: Consolidate PPC4xx EBC defines
34759
34760     This patch removes all EBC related defines from the PPC4xx headers
34761     ppc405.h and ppc440.h and introduces a new header
34762
34763     include/asm-ppc/ppc4xx-ebc.h
34764
34765     with all those defines.
34766
34767     Signed-off-by: Stefan Roese <sr@denx.de>
34768
34769 commit e321801bed5a6d896d298c00fd20046f039d5d66
34770 Author: Stefan Roese <sr@denx.de>
34771 Date:   Thu Jul 10 13:52:44 2008 +0200
34772
34773     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
34774
34775     This patch removes some ft_board_setup() functions from some 4xx boards.
34776     This can be done since we now have a default weak implementation for this
34777     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
34778     implementation like canyonlands need their own version.
34779
34780     Signed-off-by: Stefan Roese <sr@denx.de>
34781
34782 commit 08250eb2edbd96514d049602d9e134110ac3185f
34783 Author: Stefan Roese <sr@denx.de>
34784 Date:   Thu Jul 10 15:32:32 2008 +0200
34785
34786     ppc4xx: Fix merge problems in 44x_spd_ddr2.c
34787
34788     Signed-off-by: Stefan Roese <sr@denx.de>
34789
34790 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
34791 Author: Grant Erickson <gerickson@nuovations.com>
34792 Date:   Tue Jul 8 08:35:00 2008 -0700
34793
34794     ppc4xx: Add MII mode support to the EMAC RGMII Bridge
34795
34796     This patch adds support for placing the RGMII bridge on the
34797     PPC405EX(r) into MII/GMII mode and allows a board-specific
34798     configuration to specify the bridge mode at compile-time.
34799
34800     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34801     Signed-off-by: Stefan Roese <sr@denx.de>
34802
34803 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
34804 Author: Grant Erickson <gerickson@nuovations.com>
34805 Date:   Wed Jul 9 16:46:35 2008 -0700
34806
34807     ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
34808
34809     This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
34810     controller registers (MODT and INITPLR) used by the
34811     PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
34812     peer values used for the INITPLR MR and EMR registers,
34813     respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
34814
34815     With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
34816     Kilauea are replaced by equivalent mnemonics to make it easier to
34817     compare and contrast other 405EX(r)-based boards (e.g. during board
34818     bring-up).
34819
34820     Finally, unified the SDRAM controller register dump routine such that
34821     it can be used across all processor variants that utilize the IBM DDR2
34822     SDRAM controller core. It produces output of the form:
34823
34824         PPC4xx IBM DDR2 Register Dump:
34825                 ...
34826                 SDRAM_MB0CF[40] = 0x00006701
34827                 ...
34828
34829     which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
34830     since it is not uncommon that the DCR values in header files get mixed
34831     up and it helps to validate, at a glance, they match what is printed
34832     in the user manual.
34833
34834     Tested on:
34835       AMCC Kilauea/Haleakala:
34836       - NFS Linux Boot: PASSED
34837       - NAND Linux Boot: PASSED
34838
34839     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34840     Signed-off-by: Stefan Roese <sr@denx.de>
34841
34842 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
34843 Author: Grant Erickson <gerickson@nuovations.com>
34844 Date:   Wed Jul 9 16:31:59 2008 -0700
34845
34846     ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
34847
34848     Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
34849     revision ID DCR based on 405EX, and add field mnemonics for bus error
34850     status and ECC error status registers.
34851
34852     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34853     Signed-off-by: Stefan Roese <sr@denx.de>
34854
34855 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
34856 Author: Grant Erickson <gerickson@nuovations.com>
34857 Date:   Wed Jul 9 16:31:36 2008 -0700
34858
34859     ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
34860
34861     This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
34862
34863     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34864     Signed-off-by: Stefan Roese <sr@denx.de>
34865
34866 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
34867 Author: Grant Erickson <gerickson@nuovations.com>
34868 Date:   Wed Jul 9 11:55:46 2008 -0700
34869
34870     PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
34871
34872     While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
34873     controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
34874     the 405EX(r), SDRAM_MCSTAT has a different DCR value.
34875
34876     Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
34877     which causes SDRAM initialization to periodically fail since it can
34878     prematurely indicate SDRAM ready status.
34879
34880     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
34881     Signed-off-by: Stefan Roese <sr@denx.de>
34882
34883 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
34884 Author: Feng Kan <fkan@amcc.com>
34885 Date:   Tue Jul 8 22:48:42 2008 -0700
34886
34887     ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
34888
34889     Add AMCC Redwood reference board that uses the latest
34890     PPC 464 CPU processor combined with a rich mix of peripheral
34891     controllers. The board will support PCIe, mutiple Gig ethernet
34892     ports, advanced hardware RAID assistance and IEEE 1588.
34893
34894     Signed-off-by: Feng Kan <fkan@amcc.com>
34895     Signed-off-by: Stefan Roese <sr@denx.de>
34896
34897 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
34898 Author: Feng Kan <fkan@amcc.com>
34899 Date:   Tue Jul 8 22:48:07 2008 -0700
34900
34901     ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
34902
34903     Signed-off-by: Feng Kan <fkan@amcc.com>
34904     Signed-off-by: Stefan Roese <sr@denx.de>
34905
34906 commit 7d30793685efcada183891c78fc892e6c9ba50c7
34907 Author: Feng Kan <fkan@amcc.com>
34908 Date:   Tue Jul 8 22:47:31 2008 -0700
34909
34910     ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
34911
34912     Signed-off-by: Feng Kan <fkan@amcc.com>
34913     Signed-off-by: Stefan Roese <sr@denx.de>
34914
34915 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
34916 Author: Wolfgang Denk <wd@denx.de>
34917 Date:   Fri Jul 11 01:16:00 2008 +0200
34918
34919     Fix some more print() format errors.
34920
34921     Signed-off-by: Wolfgang Denk <wd@denx.de>
34922
34923 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
34924 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34925 Date:   Thu Jul 10 20:57:54 2008 +0200
34926
34927     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
34928
34929     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34930
34931 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
34932 Author: Sergey Lapin <slapin@ossfans.org>
34933 Date:   Thu Jun 5 11:06:29 2008 +0400
34934
34935     DataFlash AT45DB021 support
34936
34937     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
34938     bootstrap, u-boot and its environment, using NAND or other external
34939     storage for kernel and rootfs. This patch adds support for
34940     small 1024x263 chip.
34941
34942     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
34943
34944 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
34945 Author: Kim Phillips <kim.phillips@freescale.com>
34946 Date:   Thu Jul 10 14:00:15 2008 -0500
34947
34948     silence misc printf formatting compiler warnings
34949
34950     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34951
34952 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
34953 Author: Markus KlotzbĂ¼cher <mk@denx.de>
34954 Date:   Thu Jul 10 14:47:09 2008 +0200
34955
34956     USB: shutdown USB before booting
34957
34958     This patch fixes a potentially serious issue related to USB which was
34959     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
34960     ARM920T. Martin wrote:
34961
34962       Turn off USB to prevent the host controller from writing to the
34963       SDRAM while Linux is booting. This could happen, because the HCCA
34964       (Host Controller Communication Area) lies within the SDRAM and the
34965       host controller writes continously to this area (as busmaster!), for
34966       example to increase the HccaFrameNumber variable, which happens
34967       every 1 ms.
34968
34969     This is a slightly modified version of the patch in order to shutdown
34970     USB when booting on all architectures.
34971
34972     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34973
34974 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
34975 Author: Martha Marx <mmarx@silicontkx.com>
34976 Date:   Thu May 29 14:23:25 2008 -0400
34977
34978     Configuration changes for ADS5121 Rev 3
34979
34980     ADS5121 Rev 3 board is now the default config
34981
34982     config targets are now
34983
34984     ads5121_config
34985         Rev 3 board with
34986         PCI
34987         M41T62 on board RTC
34988         512MB DRAM
34989
34990     ads5121_rev2_config
34991         Rev 2 board with
34992         No PCI
34993         256MB DRAM
34994
34995     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
34996     Acked-by: Grant Likely <grant.likely@secretlab.ca>
34997     Acked-by: John Rigby <jrigby@freescale.com>
34998
34999 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
35000 Author: Martha Marx <mmarx@silicontkx.com>
35001 Date:   Thu May 29 15:37:21 2008 -0400
35002
35003     Consolidate ADS5121 IO Pin configuration
35004
35005     Consolidate ADS5121 IO Pin configuration to one file
35006     board/ads5121/iopin.c.
35007
35008     Remove pin config from cpu/mpc512x/fec.c
35009
35010     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
35011     Acked-by: Grant Likely <grant.likely@secretlab.ca>
35012     Acked-by: John Rigby <jrigby@freescale.com>
35013
35014 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
35015 Author: Christian Eggers <christian@p2400.wgnetz.xx>
35016 Date:   Fri Jun 27 19:46:51 2008 +0200
35017
35018     Fix "usb part" command
35019
35020     Only print partition for selected device if user supplied the <dev>
35021     arg with the "usb part [dev]" command.
35022
35023     Signed-off-by: Christian Eggers <ceggers@gmx.de>
35024     Acked-by: Markus Klotzbuecher <mk@denx.de>
35025
35026 commit cc83b27217f7380041fea386ddb6d6d9b261617d
35027 Author: Harald Welte <laforge@gnumonks.org>
35028 Date:   Mon Jul 7 00:58:05 2008 +0800
35029
35030     fix USB devices with multiple configurations
35031
35032     This patch fixes bugs in usbdcore*.c related to the use of devices
35033     with multiple configurations.
35034
35035     The original code made mistakes about the meaning of configuration value and
35036     configuration index, and the resulting off-by-one errors resulted in:
35037
35038     * SET_CONFIGURATION always selected the first configuration, no matter what
35039       wValue is being passed.
35040     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
35041       configuration (index 0).
35042
35043     Signed-off-by: Harald Welte <laforge@openmoko.org>
35044     Acked-by: Markus Klotzbuecher <mk@denx.de>
35045
35046 commit 06c53beae1a726e707971c555613f09b270a2461
35047 Author: Wolfgang Denk <wd@denx.de>
35048 Date:   Thu Jul 10 13:16:09 2008 +0200
35049
35050     Fix some more print() format errors.
35051
35052     Signed-off-by: Wolfgang Denk <wd@denx.de>
35053
35054 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
35055 Author: Christian Eggers <christian@p2400.wgnetz.xx>
35056 Date:   Fri Jun 27 19:46:51 2008 +0200
35057
35058     Fix "usb part" command
35059
35060     Only print partition for selected device if user supplied the <dev>
35061     arg with the "usb part [dev]" command.
35062
35063     Signed-off-by: Christian Eggers <ceggers@gmx.de>
35064     Acked-by: Markus Klotzbuecher <mk@denx.de>
35065
35066 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
35067 Author: Harald Welte <laforge@gnumonks.org>
35068 Date:   Mon Jul 7 00:58:05 2008 +0800
35069
35070     fix USB devices with multiple configurations
35071
35072     This patch fixes bugs in usbdcore*.c related to the use of devices
35073     with multiple configurations.
35074
35075     The original code made mistakes about the meaning of configuration value and
35076     configuration index, and the resulting off-by-one errors resulted in:
35077
35078     * SET_CONFIGURATION always selected the first configuration, no matter what
35079       wValue is being passed.
35080     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
35081       configuration (index 0).
35082
35083     Signed-off-by: Harald Welte <laforge@openmoko.org>
35084     Acked-by: Markus Klotzbuecher <mk@denx.de>
35085
35086 commit e870690bdca154943ecadd5212d2d59c1b9d391b
35087 Author: Stefan Roese <sr@denx.de>
35088 Date:   Thu Jul 10 10:10:54 2008 +0200
35089
35090     MTD/NAND: Fix printf format warning in nand code
35091
35092     This patch fixes NAND related printf format warning. Those warnings are
35093     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
35094     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
35095     really helpful.
35096
35097     Signed-off-by: Stefan Roese <sr@denx.de>
35098
35099 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
35100 Author: Stefan Roese <sr@denx.de>
35101 Date:   Thu Jul 10 10:00:45 2008 +0200
35102
35103     rtc: Fix printf format warning in m41t60.c
35104
35105     Signed-off-by: Stefan Roese <sr@denx.de>
35106
35107 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
35108 Author: Stefan Roese <sr@denx.de>
35109 Date:   Tue Jul 8 12:01:47 2008 +0200
35110
35111     pci: Move PCI device configuration check into a separate weak function
35112
35113     This patch moves the check, if a device should be skipped in PCI PNP
35114     configuration into the function pci_skip_dev(). This function is defined
35115     as weak so that it can be overwritten by a platform specific one if
35116     needed. The check if the device should get printed in the PCI summary upon
35117     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
35118     pci_print_dev() which is also defined as weak too.
35119
35120     Signed-off-by: Stefan Roese <sr@denx.de>
35121
35122 commit b002144e1dc21374b1ef5281fe6b5d014af96650
35123 Author: Stefan Roese <sr@denx.de>
35124 Date:   Thu Jul 10 09:58:06 2008 +0200
35125
35126     ppc4xx: Fix printf format warnings now visible with the updated format check
35127
35128     This patch fixes ppc4xx related printf format warning. Those warnings are
35129     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
35130     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
35131     really helpful.
35132
35133     Signed-off-by: Stefan Roese <sr@denx.de>
35134
35135 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
35136 Author: Stefan Roese <sr@denx.de>
35137 Date:   Wed Jul 9 17:33:57 2008 +0200
35138
35139     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
35140
35141     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
35142     To support such configurations, we "only" map the first 2GB via the TLB's. We
35143     need some free virtual address space for the remaining peripherals like, SoC
35144     devices, FLASH etc.
35145
35146     Note that ECC is currently not supported on configurations with more than 2GB
35147     SDRAM. This is because we only map the first 2GB on such systems, and therefore
35148     the ECC parity byte of the remaining area can't be written.
35149
35150     Signed-off-by: Stefan Roese <sr@denx.de>
35151
35152 commit cf1c2ed91df26903b956948f37f82de9e1158a89
35153 Author: Larry Johnson <lrj@acm.org>
35154 Date:   Sat Jun 14 17:02:49 2008 -0400
35155
35156     ppc4xx: Remove implementation of testdram() from Korat board support
35157
35158     Signed-off-by: Larry Johnson <lrj@acm.org>
35159     Signed-off-by: Stefan Roese <sr@denx.de>
35160
35161 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
35162 Author: Larry Johnson <lrj@acm.org>
35163 Date:   Sat Jun 14 16:53:02 2008 -0400
35164
35165     ppc4xx: Update and add FDT to Korat board support
35166
35167     Signed-off-by: Larry Johnson <lrj@acm.org>
35168     Signed-off-by: Stefan Roese <sr@denx.de>
35169
35170 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
35171 Author: Wolfgang Denk <wd@denx.de>
35172 Date:   Thu Jul 10 01:13:30 2008 +0200
35173
35174     Minor coding style cleanup; update CHANGELOG
35175
35176     Signed-off-by: Wolfgang Denk <wd@denx.de>
35177
35178 commit 8915f1189c1d29d8be7f4de325702d90a8988219
35179 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
35180 Date:   Wed Jul 9 17:50:45 2008 -0400
35181
35182     e1000: add support for 82545GM 64bit PCI-X copper variant
35183
35184     This PCI-X e1000 variant works by just adding in the correct
35185     PCI IDs in the appropriate places.
35186
35187     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
35188
35189 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
35190 Author: Daniel Hellstrom <daniel@gaisler.com>
35191 Date:   Wed Jul 9 12:34:11 2008 +0000
35192
35193     SPARC: Build error fix
35194
35195     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
35196
35197     This patch makes SPARC targets build again. It is caused by
35198     phys_addr_t and phys_size_t being defined in the wrong header
35199     file. include/lmb.h need those typedefs to build.
35200
35201     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
35202
35203 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
35204 Author: Marcel Ziswiler <marcel@ziswiler.com>
35205 Date:   Wed Jul 9 08:17:15 2008 +0200
35206
35207     Many spelling fixes in README.
35208
35209     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
35210
35211 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
35212 Author: Marcel Ziswiler <marcel@ziswiler.com>
35213 Date:   Wed Jul 9 08:17:06 2008 +0200
35214
35215     Minor spelling fix in comment.
35216
35217     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
35218
35219 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
35220 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35221 Date:   Tue Jul 8 14:54:58 2008 -0400
35222
35223     Round the serial port clock divisor value returned by calc_divisor()
35224
35225     Round the serial port clock divisor value returned by
35226     calc_divisor().
35227
35228     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35229     Signed-off-by: John Roberts <john.roberts@pwav.com>
35230
35231 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
35232 Author: Scott Wood <scottwood@freescale.com>
35233 Date:   Wed Jul 9 17:47:52 2008 -0500
35234
35235     NAND: ifdef-protect most of nand.h when using legacy NAND.
35236
35237     Some macros such as NAND_CTL_SETALE conflict between current and legacy
35238     NAND, being defined by the subsystem in the former case and the board
35239     config file in the latter.
35240
35241     Signed-off-by: Scott Wood <scottwood@freescale.com>
35242
35243 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
35244 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35245 Date:   Tue Jul 8 11:02:05 2008 -0400
35246
35247     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
35248
35249     ARM: Fix for incorrect version of patch applied when
35250     adding support for the Lyrtech SFF-SDR board.
35251
35252     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35253     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
35254
35255 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
35256 Author: Kyungmin Park <kmpark@infradead.org>
35257 Date:   Tue Jul 8 09:08:40 2008 +0900
35258
35259     Remove useless print message at apollon
35260
35261     Remove useless print message at apollon
35262
35263     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
35264
35265 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
35266 Author: Andy Fleming <afleming@freescale.com>
35267 Date:   Mon Jul 7 14:24:39 2008 -0500
35268
35269     Fix LMB type issues
35270
35271     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
35272     of casting problems in the bootm code that called the LMB functions.
35273
35274     Signed-off-by: Andy Fleming <afleming@freescale.com>
35275
35276 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
35277 Author: Kumar Gala <galak@kernel.crashing.org>
35278 Date:   Mon Jul 7 09:39:06 2008 -0500
35279
35280     Fix compiler warnings
35281
35282     gcc-4.3.x generates the following:
35283
35284     bootm.c: In function 'do_bootm_linux':
35285     bootm.c:208: warning: cast from pointer to integer of different size
35286     bootm.c:215: warning: cast from pointer to integer of different size
35287
35288     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35289
35290 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
35291 Author: Harald Welte <laforge@gnumonks.org>
35292 Date:   Mon Jul 7 15:40:39 2008 +0800
35293
35294     Remove code duplication for setting the default environment
35295
35296     common/env_common.c (default_env): new function that resets the environment to
35297                     the default value
35298     common/env_common.c (env_relocate): use default_env instead of own copy
35299     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
35300     include/environment.h: added default_env prototype
35301
35302     Signed-off-by: Werner Almesberger <werner@openmoko.org>
35303     Signed-off-by: Harald Welte <laforge@openmoko.org>
35304
35305 commit 99c2b434d37863df5dda5207a53760c6506fc2be
35306 Author: Marcel Ziswiler <marcel@ziswiler.com>
35307 Date:   Sun Jun 22 16:13:46 2008 +0200
35308
35309     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
35310
35311     The writeenv() and readenv() calls introduced by the recently added bad block
35312     management for environment variables were missing casts therefore producing
35313     compile time warnings.
35314     While at it fixing some typo in a comment and indentation.
35315
35316     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
35317     Signed-off-by: Scott Wood <scottwood@freescale.com>
35318
35319 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
35320 Author: Scott Wood <scottwood@freescale.com>
35321 Date:   Fri Jun 20 12:38:57 2008 -0500
35322
35323     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
35324
35325     This is particularly problematic now that non-NAND-specific code is
35326     including <nand.h>, and thus all debugging code is being compiled
35327     regardless of whether it was requested, as reported by Scott McNutt
35328     <smcnutt@psyent.com>.
35329
35330     Signed-off-by: Scott Wood <scottwood@freescale.com>
35331
35332 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
35333 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35334 Date:   Thu Jun 12 19:27:58 2008 +0200
35335
35336     mmc: Move atmel_mci driver into drivers/mmc
35337
35338     This makes it easier to use the driver on other platforms.
35339
35340     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35341     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35342
35343 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
35344 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35345 Date:   Thu Jun 12 19:27:57 2008 +0200
35346
35347     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
35348
35349     After we move the atmel_mci driver into drivers/mmc, we can't select
35350     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
35351     this driver so that there's no ambiguity.
35352
35353     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35354     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35355
35356 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
35357 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35358 Date:   Thu Jun 12 19:27:56 2008 +0200
35359
35360     Create drivers/mmc subdirectory
35361
35362     In order to consolidate more of the various MMC drivers around the
35363     tree, we must first have a common place to put them.
35364
35365     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35366     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35367
35368 commit b502611b51f02718c2d1117d4981dabceb5af6de
35369 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
35370 Date:   Sun Jul 6 12:30:09 2008 +0200
35371
35372     Change env_get_char from a global function ptr to a function
35373
35374     This avoids an early global data reference.
35375
35376     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
35377
35378 commit 27269417ade432189b234d9fbac98b54e37b978c
35379 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
35380 Date:   Sun Jul 6 13:57:58 2008 +0400
35381
35382     Some copy-n-paste fixes in printf usage
35383
35384     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
35385
35386 commit 0e6989b9faf1588e8723535539e88a0df3c71356
35387 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
35388 Date:   Sun Jul 6 13:57:00 2008 +0400
35389
35390     FDT memory and pci node fixes for MPC8260ADS
35391
35392     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
35393
35394 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
35395 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
35396 Date:   Mon Jul 7 06:41:14 2008 -0700
35397
35398     Fix printf errors.
35399
35400     The compiler will help find mismatches between printf formats and
35401     arguments if you let it.  This patch adds the necessary attributes to
35402     declarations in include/common.h, then begins to correct the resulting
35403     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
35404     "%d" and incorrect arguments.  Others were just annoying, like
35405     int-long mismatches on a system where both are 32 bits.  It's worth
35406     fixing the annoying errors to catch the real ones.
35407
35408     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
35409
35410 commit 417faf285b2527acb2de24c5cd3e2621d385408c
35411 Author: Becky Bruce <becky.bruce@freescale.com>
35412 Date:   Wed Jul 9 11:09:41 2008 -0500
35413
35414     Allow print_size to print in GB
35415
35416     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
35417
35418 commit e7c374529c87525c9aa463e0557c287887ae4e9e
35419 Author: Jason McMullan <mcmullan@netapp.com>
35420 Date:   Sun Jun 8 23:56:00 2008 -0400
35421
35422     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
35423
35424     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
35425     they are set in the U-Boot environment.
35426
35427     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
35428     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35429
35430 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
35431 Author: Stefan Roese <sr@denx.de>
35432 Date:   Tue Jul 8 12:57:14 2008 +0200
35433
35434     jedec_flash: Fix AM29DL800BB device ID
35435
35436     As pointed out by Jerry Hicks, this patch corrects the device ID of
35437     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
35438     datasheet (rev C4 from Dezember 2006).
35439
35440     Signed-off-by: Stefan Roese <sr@denx.de>
35441
35442 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
35443 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35444 Date:   Mon Jul 7 11:22:37 2008 +0900
35445
35446     sh: Fix compile error sh7763rdp board
35447
35448     Disable SH ether driver.
35449
35450     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35451
35452 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
35453 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35454 Date:   Tue Jul 8 12:03:24 2008 +0900
35455
35456     sh: Fix SH-boards compile error
35457
35458     By Cleanup out-or-tree building for some boards (.depend)
35459     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
35460     because filse ware changed, some SH-boards have compile error.
35461     I revised this problem.
35462
35463     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35464
35465 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
35466 Author: Jason Jin <Jason.jin@freescale.com>
35467 Date:   Tue May 13 11:50:36 2008 +0800
35468
35469     Feed the watchdog in u-boot for 8610 board.
35470
35471     The watchdog on 8610 board is enabled by setting sw[6]
35472     to on. Once enabled, the watchdog can not be disabled
35473     by software. So feed the dog in u-boot is necessary for
35474     normal operation.
35475
35476     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
35477
35478 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
35479 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35480 Date:   Wed Jun 18 12:10:33 2008 -0400
35481
35482     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
35483
35484     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
35485
35486     Remove duplicate code in a if/else block in
35487     cpu/arm926ejs/davinci/lxt972.c.
35488     Fixed style issues.
35489
35490     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35491     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35492
35493 commit fec61431a003f5778bafa2624073a571af8bec9f
35494 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35495 Date:   Wed Jun 18 12:10:31 2008 -0400
35496
35497     Remove duplicate definitions in include/lxt971a.h.
35498
35499     Remove duplicate definitions in include/lxt971a.h.
35500
35501     Remove duplicate registers and bits definitions in
35502     include/lxt971a.h for standard MII registers, and
35503     use values in include/miiphy.h instead.
35504
35505     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35506     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35507
35508 commit 9751ee0990f467941da0b095a4e995f863672d7a
35509 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35510 Date:   Wed Jun 11 21:05:00 2008 +0900
35511
35512     net: sh: Renesas SH7763 Ethernet device support
35513
35514     Renesas SH7763 has 2 channel Ethernet device.
35515     This is 10/100/1000 Base support.
35516     But this patch check 10/100 Base only.
35517
35518     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35519     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35520
35521 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
35522 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35523 Date:   Tue Jun 17 16:28:05 2008 +0900
35524
35525     sh: Update Renesas R2DPlus board
35526
35527     New NOR Flash board support and remove old type flash board config.
35528     And Remove network setting from config file.
35529
35530     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35531     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35532
35533 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
35534 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35535 Date:   Tue Jun 17 16:28:01 2008 +0900
35536
35537     sh: Update Renesas R7780MP board
35538
35539     New NOR Flash board support and remove network setting from config file.
35540
35541     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35542     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35543
35544 commit c001cd604e9f133743effbddb1c215b48e761c5a
35545 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35546 Date:   Tue Jun 17 16:27:56 2008 +0900
35547
35548     sh: Update Renesas Migo-R board
35549
35550     Remove network setting from config file.
35551
35552     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35553     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35554
35555 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
35556 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35557 Date:   Tue Jun 17 16:27:52 2008 +0900
35558
35559     sh: Update Hitachi MS7722SE board
35560
35561     Remove network setting from config file.
35562
35563     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35564     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35565
35566 commit 26209e48e8791670c93108029a5c31a30016c6df
35567 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35568 Date:   Tue Jun 17 16:27:48 2008 +0900
35569
35570     sh: Cleanup source code of SH7763RDP
35571
35572     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35573     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35574
35575 commit 5cd5b2c96ef0025762931349d350287aec03ab47
35576 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35577 Date:   Tue Jun 17 16:27:44 2008 +0900
35578
35579     sh: Cleanup source code of R2DPlus
35580
35581     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35582     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35583
35584 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
35585 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35586 Date:   Tue Jun 17 16:27:41 2008 +0900
35587
35588     sh: Cleanup source code of R7780MP
35589
35590     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35591     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35592
35593 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
35594 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35595 Date:   Tue Jun 17 16:27:38 2008 +0900
35596
35597     sh: Cleanup source code of MS7722SE
35598
35599     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35600     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35601
35602 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
35603 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35604 Date:   Tue Jun 17 16:27:34 2008 +0900
35605
35606     sh: Cleanup source code of MS7720SE
35607
35608     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35609     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35610
35611 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
35612 Author: Wolfgang Denk <wd@denx.de>
35613 Date:   Mon Jul 7 00:45:03 2008 +0200
35614
35615     SH: fix out of tree building
35616
35617     Signed-off-by: Wolfgang Denk <wd@denx.de>
35618
35619 commit 9047bfa1e737d787be460387dd6f45737eeceb10
35620 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35621 Date:   Thu Jul 3 23:16:06 2008 +0900
35622
35623     net: smc911x: Fix typo
35624
35625     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
35626
35627 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
35628 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
35629 Date:   Wed Jul 2 18:54:08 2008 +0200
35630
35631     update mvBL-M7 board config
35632
35633     update mvBL-M7 config file to use UBOOT_VERSION and define
35634     CONFIG_HIGH_BATS.
35635
35636     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
35637
35638 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
35639 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35640 Date:   Mon Jun 30 17:45:01 2008 +0900
35641
35642     net: fix compile problem in smc911x driver.
35643
35644     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35645     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35646
35647 commit 9fea65a6c469b1b474b27446feb58738baba2d31
35648 Author: Michal Simek <monstr@monstr.eu>
35649 Date:   Tue Jun 24 09:54:09 2008 +0200
35650
35651     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
35652
35653     This change helps with better handling with others
35654     Xilinx based platform.
35655
35656     Signed-off-by: Michal Simek <monstr@monstr.eu>
35657     Acked-by: Stefan Roese <sr@denx.de>
35658
35659 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
35660 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35661 Date:   Tue Jun 17 13:07:11 2008 +0900
35662
35663     net: ne2000: Move dev_addr variable from grobal to local.
35664
35665     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35666     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35667
35668 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
35669 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35670 Date:   Tue Jun 17 13:07:15 2008 +0900
35671
35672     net: ne2000: Fix compile error of NE2000
35673
35674     If enable DEBUG, can not compile ne2000 driver.
35675
35676     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35677     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35678
35679 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
35680 Author: Ben Warren <biggerbadderben@gmail.com>
35681 Date:   Mon Jun 23 22:57:27 2008 -0700
35682
35683     Add mechanisms for CPU and board-specific Ethernet initialization
35684
35685     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
35686     initialization to CPU or board-specific code.  Initial implementation is
35687     only on the Freescale TSEC controller, but others will be added soon.
35688
35689     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35690
35691 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
35692 Author: Wolfgang Denk <wd@denx.de>
35693 Date:   Sun Jul 6 01:21:46 2008 +0200
35694
35695     include/sha256.h: fix file permissions.
35696
35697     Signed-off-by: Wolfgang Denk <wd@denx.de>
35698
35699 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
35700 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
35701 Date:   Tue May 27 11:15:29 2008 +0200
35702
35703     [AT91SAM9] Fix NAND FLASH timings
35704
35705     Fix NAND FLASH timings for at91sam9x evaluation kits.
35706
35707     New timings are based on application note
35708     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
35709     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
35710
35711     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
35712     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35713     Acked-by: Stelian Pop <stelian@popies.net>
35714
35715 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
35716 Author: Stelian Pop <stelian@popies.net>
35717 Date:   Thu May 22 00:15:40 2008 +0200
35718
35719     Fix boot from NOR due to incorrect reset delay.
35720
35721     AT91 RSTC registers are battery-backuped, so their values
35722     are not reset across power cycles. One of those registers,
35723     the AT91_RSTC_MR register, is being modified by U-Boot, in
35724     the ethernet initialisation routine, to generate a 500ms
35725     user reset.
35726
35727     Unfortunately, this value is not being restored afterwards,
35728     causing subsequent resets to also last for 500ms.
35729
35730     This long reset sequence causes problems (at least) in the
35731     boot sequence from NOR: by the time the CPU tries to load
35732     a program from the NOR flash, the latter is still in reset
35733     and not yet available.
35734
35735     Additionaly, this patch fixes a bug in the original code which
35736     caused the reset delay to last for 2s instead of 500ms.
35737
35738     Signed-off-by: Stelian Pop <stelian@popies.net>
35739     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35740
35741 commit f492dd636fbbae529e17533995bc6e5813c007f6
35742 Author: Wolfgang Denk <wd@denx.de>
35743 Date:   Fri Jul 4 20:11:49 2008 +0200
35744
35745     Update CHANGELOG
35746
35747     Signed-off-by: Wolfgang Denk <wd@denx.de>
35748
35749 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
35750 Author: Wolfgang Denk <wd@denx.de>
35751 Date:   Fri Jul 4 20:07:35 2008 +0200
35752
35753     CCM/SCM boards: fix out of tree building
35754
35755     Signed-off-by: Wolfgang Denk <wd@denx.de>
35756
35757 commit ab4c3a490df9a964711556d2a05b0c787db45fde
35758 Author: Wolfgang Denk <wd@denx.de>
35759 Date:   Thu Jul 3 23:22:27 2008 +0200
35760
35761     SCM board: fix build errors.
35762
35763     Signed-off-by: Wolfgang Denk <wd@denx.de>
35764
35765 commit a566466f17ba0e2d2b6c250e77da678fb932470d
35766 Author: Wolfgang Denk <wd@denx.de>
35767 Date:   Thu Jul 3 23:06:36 2008 +0200
35768
35769     IAD210 board: fix ``"ALIGN" redefined'' warning.
35770
35771     Signed-off-by: Wolfgang Denk <wd@denx.de>
35772
35773 commit ad756314797c16fa5dca23e115aab881011f164f
35774 Author: Wolfgang Denk <wd@denx.de>
35775 Date:   Thu Jul 3 23:00:24 2008 +0200
35776
35777     CCM board: fix build errors.
35778
35779     Signed-off-by: Wolfgang Denk <wd@denx.de>
35780
35781 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
35782 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
35783 Date:   Wed Jul 2 18:54:08 2008 +0200
35784
35785     update mvBL-M7 board config
35786
35787     update mvBL-M7 config file to use UBOOT_VERSION.
35788
35789     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
35790     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35791
35792 commit ced209c50e80c25f13c083099b05044048d21f4f
35793 Author: Wolfgang Denk <wd@denx.de>
35794 Date:   Thu Jul 3 22:39:21 2008 +0200
35795
35796     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
35797
35798     Signed-off-by: Wolfgang Denk <wd@denx.de>
35799
35800 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
35801 Author: Wolfgang Denk <wd@denx.de>
35802 Date:   Thu Jul 3 22:34:08 2008 +0200
35803
35804     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
35805
35806     Signed-off-by: Wolfgang Denk <wd@denx.de>
35807
35808 commit 730f298485984b011b6ee8f4acb511cb45a843dd
35809 Author: Wolfgang Denk <wd@denx.de>
35810 Date:   Thu Jul 3 22:04:17 2008 +0200
35811
35812     lmb: fix "implicit declaration of function 'lmb_free'" warning
35813
35814     Signed-off-by: Wolfgang Denk <wd@denx.de>
35815
35816 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
35817 Author: Wolfgang Denk <wd@denx.de>
35818 Date:   Wed Jul 2 23:53:23 2008 +0200
35819
35820     Cleanup: remove redundant deleting on *~ files
35821
35822     Signed-off-by: Wolfgang Denk <wd@denx.de>
35823
35824 commit c8a3b109f07f02342d097b30908965f7261d9f15
35825 Author: Wolfgang Denk <wd@denx.de>
35826 Date:   Wed Jul 2 23:49:18 2008 +0200
35827
35828     Cleanup out-or-tree building for some boards (.depend)
35829
35830     Signed-off-by: Wolfgang Denk <wd@denx.de>
35831
35832 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
35833 Author: Wolfgang Denk <wd@denx.de>
35834 Date:   Wed Jul 2 23:38:50 2008 +0200
35835
35836     Cleanup: fix out-of-tree building for some boards
35837
35838     Signed-off-by: Wolfgang Denk <wd@denx.de>
35839
35840 commit 461fa68d20861811487944d22291db5a13410e20
35841 Author: Wolfgang Denk <wd@denx.de>
35842 Date:   Wed Jul 2 23:00:14 2008 +0200
35843
35844     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
35845
35846     Signed-off-by: Wolfgang Denk <wd@denx.de>
35847
35848 commit 5981ebd32017e062b08aa6747cf591276f2db779
35849 Author: Detlev Zundel <dzu@denx.de>
35850 Date:   Fri Jun 20 22:26:24 2008 +0200
35851
35852     fdt: Fix typo in variable name.
35853
35854     Signed-off-by: Detlev Zundel <dzu@denx.de>
35855
35856 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
35857 Author: Gary Jennejohn <garyj@denx.de>
35858 Date:   Thu Jun 19 11:11:19 2008 +0200
35859
35860     Add logos for RRvision board
35861
35862     Signed-off-by: Gary Jennejohn <garyj@denx.de>
35863
35864 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
35865 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
35866 Date:   Wed Jun 18 11:03:57 2008 +0200
35867
35868     mpc8260: add fdt_fixup_ethernet support
35869
35870     Add support for updating mac-address and local-mac-address in fdt for
35871     all MPC8260 targets.
35872
35873     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
35874
35875 commit f6a69559d64498a04e1e0b087a9b920e5775f866
35876 Author: Steven A. Falco <sfalco@harris.com>
35877 Date:   Thu Jun 12 13:24:42 2008 -0400
35878
35879     cmd_nvedit.c: clean up syntax highlighting
35880
35881     My text-editor (vim) has a bit of trouble syntax-highlighting the
35882     cmd_nvedit.c file, because it apparently does not parse C
35883     ifdef/else/endif. The following patch does not change the behavior of
35884     the code at all, but does allow the editor to properly
35885     syntax-highlight the file.
35886
35887     Signed-off-by: Steve Falco <sfalco@harris.com>
35888
35889 commit 75678c807a6272ecc5541eb32898c93887f08400
35890 Author: Steven A. Falco <sfalco@harris.com>
35891 Date:   Thu Jun 12 13:22:12 2008 -0400
35892
35893     Make setenv() return status
35894
35895     Currently, the setenv function does not return an error code.
35896     This patch allows to test for errors.
35897
35898     Signed-off-by: Steve Falco <sfalco@harris.com>
35899
35900 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
35901 Author: Kumar Gala <galak@kernel.crashing.org>
35902 Date:   Wed Jun 11 10:14:06 2008 -0500
35903
35904     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
35905
35906     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
35907     and fls is used to implement them.
35908
35909     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35910
35911 commit 83002a77cbdf383015ca384eff5fa31722d8e571
35912 Author: Magnus Lilja <lilja.magnus@gmail.com>
35913 Date:   Mon Jun 9 22:58:48 2008 +0200
35914
35915     i.MX31: Cleanup comments in lowlevel_init.S.
35916
35917     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
35918
35919 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
35920 Author: Ben Warren <biggerbadderben@gmail.com>
35921 Date:   Sun Jun 8 23:28:33 2008 -0700
35922
35923     Move conditional compilation of MPC8XXX SPI driver to Makefile
35924
35925     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35926
35927 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
35928 Author: Juergen Kilb <J.Kilb@gmx.de>
35929 Date:   Sun Jun 8 17:59:53 2008 +0200
35930
35931     i.MX31: fixed CTRL-C detection
35932
35933     The Register URXD contains status information in bits [15..8].
35934     With status bit 15 set, CTRL-C was reported as 0x8003 instead
35935     of 0x03. Therefore CTRL-C was not detected.
35936     To solve this, bits [15..8] were masked out now.
35937
35938     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
35939     Acked-by: Felix Radensky <felix@embedded-sol.com>
35940
35941 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
35942 Author: Stefan Roese <sr@denx.de>
35943 Date:   Tue Jul 1 17:03:19 2008 +0200
35944
35945     ppc4xx: Fix 460EX/GT PCIe port initialization
35946
35947     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
35948     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
35949     this out.
35950
35951     Signed-off-by: Stefan Roese <sr@denx.de>
35952
35953 commit b571afde0295b007a45055ee49f8822c753a5651
35954 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35955 Date:   Sat Jun 7 12:29:52 2008 +0200
35956
35957     add SHA256 support
35958
35959     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35960     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
35961
35962 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
35963 Author: Marian Balakowicz <m8@semihalf.com>
35964 Date:   Fri Jun 6 23:07:40 2008 +0200
35965
35966     Delay FIT format check on sector based devices
35967
35968     Global FIT image operations like format check cannot be performed on
35969     a first sector data, defer them to the point when whole FIT image was
35970     uploaded to a system RAM.
35971
35972     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
35973     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
35974     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
35975
35976 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
35977 Author: Dave Liu <r63238@freescale.com>
35978 Date:   Tue Jun 3 17:38:19 2008 +0800
35979
35980     sata: wait for device updating signature to host
35981
35982     The driver need wait for the device updating signature to host.
35983     If we don't wait for it, the driver can not detect the device(disk)
35984     when the system powers up.
35985
35986     Signed-off-by: Dave Liu <daveliu@freescale.com>
35987
35988 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
35989 Author: Stefan Roese <sr@denx.de>
35990 Date:   Sat Jun 28 14:56:17 2008 +0200
35991
35992     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
35993
35994     This patch implements a fix provided by AMCC so that the lockup upon
35995     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
35996     anymore:
35997
35998     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
35999     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
36000     USB 2.0 host and SATA.
36001
36002     This errata is not officially available yet. I'll update the comment
36003     to add the errata number later.
36004
36005     Signed-off-by: Stefan Roese <sr@denx.de>
36006
36007 commit 8b616edb118e37d05f6401389eaee1c636b22828
36008 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
36009 Date:   Mon Jun 2 16:42:19 2008 -0400
36010
36011     serial_pl010.c: add watchdog support
36012
36013     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
36014
36015 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
36016 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
36017 Date:   Mon Jun 2 16:40:08 2008 -0400
36018
36019     jffs2_1pass.c: add watchdog support
36020
36021     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
36022
36023 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
36024 Author: Sascha Laue <sascha.laue@liebherr.com>
36025 Date:   Fri May 30 09:48:14 2008 +0200
36026
36027     Configure DSP POST; add watchdog reset to diag command
36028
36029     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
36030
36031 commit f13526517859bf6b573e23ff47199e107d1009b5
36032 Author: Tor Krill <tor@excito.com>
36033 Date:   Thu May 29 10:40:17 2008 +0200
36034
36035     Add sata sil3114 support
36036
36037     Signed-off-by: Tor Krill <tor@excito.com>
36038
36039 commit e093a247628228100f405b6d7f6b1bfc16141938
36040 Author: Wolfgang Denk <wd@denx.de>
36041 Date:   Sat Jun 28 23:34:37 2008 +0200
36042
36043     Coding Style Cleanup
36044
36045     Signed-off-by: Wolfgang Denk <wd@denx.de>
36046
36047 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
36048 Author: Wolfgang Denk <wd@denx.de>
36049 Date:   Sat Jun 28 23:16:01 2008 +0200
36050
36051     Update CHANGELOG
36052
36053     Signed-off-by: Wolfgang Denk <wd@denx.de>
36054
36055 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
36056 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
36057 Date:   Wed May 21 13:58:41 2008 -0400
36058
36059     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
36060
36061     This patch adds support for the Lyrtech SFF-SDR board,
36062     based on the TI DaVinci architecture (ARM926EJS).
36063
36064     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
36065     Signed-off-by: Philip Balister <philip@balister.org>
36066     Signed-off-by: Wolfgang Denk <wd@denx.de>
36067
36068 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
36069 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36070 Date:   Thu May 22 11:09:59 2008 +0200
36071
36072     MMC: Consolidate MMC/SD command definitions
36073
36074     This moves the MMC and SD Card command definitions from
36075     include/asm/arch/mmc.h into include/mmc.h. These definitions are
36076     given by the MMC and SD Card standards, not by any particular
36077     architecture.
36078
36079     There's a lot more room for consolidation in the MMC drivers which
36080     I'm hoping to get done eventually, but this patch is a start.
36081
36082     Compile-tested for all avr32 boards as well as lpc2292sodimm and
36083     lubbock. This should cover all three mmc drivers in the tree.
36084
36085     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36086
36087 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
36088 Author: Kyungmin Park <kmpark@infradead.org>
36089 Date:   Wed May 21 14:38:08 2008 +0900
36090
36091     Use better Ethernet timings for apollon board
36092
36093     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36094
36095 commit 41c5eaa7253ed82bbae1eda5667755872c615164
36096 Author: Andy Fleming <afleming@freescale.com>
36097 Date:   Mon Jun 16 13:58:56 2008 -0500
36098
36099     Resize device tree to allow space for board changes and the chosen node
36100
36101     Current code requires that a compiled device tree have space added to the end to
36102     leave room for extra nodes added by board code (and the chosen node).  This
36103     requires that device tree creators anticipate how much space U-Boot will add to
36104     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
36105     tree when it needed more space, but this would require a systemic change to the
36106     fdt code, which is non-trivial.  Instead, we resize the tree inside
36107     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
36108     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
36109
36110     Signed-off-by: Andy Fleming <afleming@freescale.com>
36111
36112 commit 7570a9941fc565922078679a72d246fe208d696d
36113 Author: Andy Fleming <afleming@freescale.com>
36114 Date:   Mon Jun 16 13:58:55 2008 -0500
36115
36116     Fix an underflow bug in __lmb_alloc_base
36117
36118     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
36119     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
36120     merely updates __lmb_alloc_base to resemble the current version in Linux.
36121
36122     Signed-off-by: Andy Fleming <afleming@freescale.com>
36123
36124 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
36125 Author: Andy Fleming <afleming@freescale.com>
36126 Date:   Mon Jun 16 13:58:54 2008 -0500
36127
36128     Add lmb_free
36129
36130     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
36131     lmb_reserve to temporarily reserve some memory.
36132
36133     Signed-off-by: Andy Fleming <afleming@freescale.com>
36134
36135 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
36136 Author: Andy Fleming <afleming@freescale.com>
36137 Date:   Mon Jun 16 13:58:53 2008 -0500
36138
36139     Add ALIGN() macro
36140
36141     ALIGN() returns the smallest aligned value greater than the passed
36142     in address or size.  Taken from Linux.
36143
36144     Signed-off-by: Andy Fleming <afleming@freescale.com>
36145
36146 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
36147 Author: Stefan Roese <sr@denx.de>
36148 Date:   Tue Jun 24 17:15:22 2008 +0200
36149
36150     ppc4xx: Fix compilation problems with phys_size_t
36151
36152     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
36153     board specific files where it has been missing.
36154
36155     Signed-off-by: Stefan Roese <sr@denx.de>
36156
36157 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
36158 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
36159 Date:   Mon May 19 12:26:38 2008 +0200
36160
36161     Conditionally add -fno-stack-protector to CFLAGS
36162
36163     When compile-testing on powerpc, I get errors like this:
36164
36165     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
36166
36167     This seems to be because -fstack-protector is on by default, so
36168     let's explicitly disable it on all architectures that support the
36169     option.
36170
36171     The Ubuntu toolchain is affected by this problem, and according to
36172     Mike Frysinger, Gentoo has been running with SSP enabled for years.
36173     More and more distros are turning SSP on by default, so this problem
36174     is likely to get worse in the future.
36175
36176     Also, powerpc just happens to be one of the arches I do
36177     compile-testing on. There may be other arches affected by this too.
36178
36179     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36180
36181 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
36182 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36183 Date:   Sun May 18 19:09:52 2008 +0200
36184
36185     pcmcia/ti_pci1410a: Move compile condition to the Makefile
36186
36187     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36188
36189 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
36190 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36191 Date:   Sun May 18 19:09:51 2008 +0200
36192
36193     pxa_pcmcia: Move compile condition to the Makefile
36194
36195     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36196
36197 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
36198 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36199 Date:   Sun May 18 19:09:50 2008 +0200
36200
36201     marabun_pcmcia: Move compile condition to the Makefile
36202
36203     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36204
36205 commit 6a19c46cae43c16c528eddefae3db97134f1915d
36206 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
36207 Date:   Mon Jun 23 13:25:34 2008 +0200
36208
36209     fix non-working mvBL-M7
36210
36211     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
36212
36213     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
36214     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36215
36216 commit 846f1574ddddeda2bc227655e687308695f41cdc
36217 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
36218 Date:   Mon Jun 23 11:40:56 2008 +0200
36219
36220     fix system config overwrite @ MPC834x and MPC8313
36221
36222     During 83xx setup the "System I/O configuration register high" gets
36223     overwritten with user defined value if CFG_SICRH is defined.
36224
36225     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
36226     must keep their reset value regardless of configuration.
36227
36228     On my board (using RGMII) those bits are set after reset - yet it's
36229     unclear where they come from.
36230
36231     The patch keeps both bits on MPC834x and MPC8313.
36232
36233     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
36234     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36235
36236 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
36237 Author: Kim Phillips <kim.phillips@freescale.com>
36238 Date:   Tue Jun 17 17:45:27 2008 -0500
36239
36240     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
36241
36242     to avoid this:
36243
36244     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
36245     In file included from cpu.c:33:
36246     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
36247
36248     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36249
36250 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
36251 Author: Stefan Roese <sr@denx.de>
36252 Date:   Mon Jun 23 11:15:09 2008 +0200
36253
36254     ppc4xx: Fix problem in gpio_config()
36255
36256     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
36257     left by one. So the additional shift is bogus.
36258
36259     Signed-off-by: Stefan Roese <sr@denx.de>
36260
36261 commit 40777812316fc252c941665c0f60c148fd79d50f
36262 Author: Detlev Zundel <dzu@denx.de>
36263 Date:   Fri Jun 20 22:24:05 2008 +0200
36264
36265     fdt: Fix typo in variable name.
36266
36267     Signed-off-by: Detlev Zundel <dzu@denx.de>
36268
36269 commit 5f723a3b98c630bde33de74351f2121691fdef14
36270 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36271 Date:   Fri Jun 20 10:41:05 2008 +0200
36272
36273     avr32: Enable SPI flash support on ATNGW100
36274
36275     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
36276     the new SPI flash framework.
36277
36278     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36279
36280 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
36281 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36282 Date:   Fri Jun 20 12:44:28 2008 +0200
36283
36284     avr32: Fix SPI portmux initialization
36285
36286     Use the new GPIO manipulation functions to set up the chip select lines,
36287     and make sure both busses use GPIO for chip select control.
36288
36289     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36290
36291 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
36292 Author: Peter Ma <pma@mediamatech.com>
36293 Date:   Sun Jun 1 22:59:24 2008 -0700
36294
36295     avr32: Add GPIO manipulation functions
36296
36297     Adds GPIO manipulation functions for AVR32 AP7 platform.
36298
36299     Signed-off-by: Peter Ma <pma@mediamatech.com>
36300     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
36301     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36302
36303 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
36304 Author: Wolfgang Grandegger <wg@grandegger.com>
36305 Date:   Thu Jun 5 13:02:30 2008 +0200
36306
36307     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
36308
36309     This patch is based on the following patch sent a few minutes ago:
36310     "NAND FSL UPM: driver re-write using the hwcontrol callback"
36311     It is untested, of course. Anton, could you please give it a try.
36312
36313     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36314     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36315
36316 commit 96026d42fa4e646d28318c0a1438aac4b2017909
36317 Author: Anatolij Gustschin <agust@denx.de>
36318 Date:   Thu Jun 12 12:40:11 2008 +0200
36319
36320     Fix 4xx build issue
36321
36322     Building for 4xx doesn't work since commit 4dbdb768:
36323
36324     In file included from 4xx_pcie.c:28:
36325     include/asm/processor.h:971: error: expected ')' before 'ver'
36326     make[1]: *** [4xx_pcie.o] Error 1
36327
36328     This patch fixes the problem.
36329
36330     Signed-off-by: Anatolij Gustschin <agust@denx.de>
36331     Acked-by: Stefan Roese <sr@denx.de>
36332     Acked-by: Kumar Gala <galak@kernel.crashing.org>
36333
36334 commit a036b0443657fe0f4773786de9092251869f08ac
36335 Author: Kumar Gala <galak@kernel.crashing.org>
36336 Date:   Thu Jun 19 01:45:50 2008 -0500
36337
36338     MPC8610HPCD: Report board id, board version and fpga version.
36339
36340     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36341
36342 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
36343 Author: Kumar Gala <galak@kernel.crashing.org>
36344 Date:   Thu Jun 19 01:45:27 2008 -0500
36345
36346     MPC8641HPCN: Report board id, board version and fpga version.
36347
36348     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36349
36350 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
36351 Author: Stefan Roese <sr@denx.de>
36352 Date:   Mon Jun 16 10:40:02 2008 +0200
36353
36354     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
36355
36356     This patch simplifies flash_toggle() (AMD commandset), which is used to
36357     detect if a FLASH device is still busy with erase/program operations. On
36358     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
36359     did not detect the busy state reliably, resulting in non erased sectors
36360     etc. This patch now simplifies this function by "just" comparing the
36361     complete data-word instead of ANDing it with the command-word (0x40)
36362     before the compatison. It is done the same way in the Linux implementation
36363     chip_ready() in cfi_cmdset_0002.c.
36364
36365     Signed-off-by: Stefan Roese <sr@denx.de>
36366
36367 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
36368 Author: Philip Balister <philip@balister.org>
36369 Date:   Mon Jun 16 08:58:07 2008 -0400
36370
36371     NAND: Add missing declaration to non-redundant saveenv().
36372
36373     Signed-off-by: Scott Wood <scottwood@freescale.com>
36374
36375 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
36376 Author: Wolfgang Grandegger <wg@grandegger.com>
36377 Date:   Mon Jun 2 15:09:55 2008 +0200
36378
36379     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
36380
36381     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36382     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36383     Signed-off-by: Scott Wood <scottwood@freescale.com>
36384
36385 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
36386 Author: Stefan Roese <sr@denx.de>
36387 Date:   Tue Jun 10 15:34:11 2008 +0200
36388
36389     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
36390
36391     This patch disables the square wave output of the M41T62 RTC used on
36392     Canyonlands & Glacier. Here the explanation:
36393
36394     The serial real-time clock part used in the design is an
36395     STMicro M41T62. This part has a full-time 32KHz square wave
36396     output that is connected to the TmrClk input to the
36397     processor. The default state for this square wave output is
36398     enabled so the output runs continuously when the board is
36399     powered normally and also from the battery. The TmrClk input
36400     to the processor goes to ground when the power is removed
36401     from the board/processor, and therefore the running square
36402     wave output is driving ground which drains the battery quickly.
36403
36404     Signed-off-by: Stefan Roese <sr@denx.de>
36405
36406 commit a94f22f08f280905926219e568568964cb9eeb9d
36407 Author: Andy Fleming <afleming@freescale.com>
36408 Date:   Wed Jun 11 18:10:20 2008 -0500
36409
36410     Fix build issue with string.h and linux/string.h
36411
36412     This commit:
36413     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
36414     Author: Wolfgang Denk <wd@denx.de>
36415     Date:   Fri Jun 6 14:28:14 2008 +0200
36416
36417         tools/mkimage: fix compiler warnings on some systems.
36418
36419     Broke building on some systems, because the host's string.h was interfering
36420     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
36421     we're building for the host, so now we only include when building inside
36422     u-boot.
36423
36424     Signed-off-by: Andy Fleming <afleming@freescale.com>
36425
36426 commit 9973e3c614721bbf169882ffc3be266a6611cd60
36427 Author: Becky Bruce <becky.bruce@freescale.com>
36428 Date:   Mon Jun 9 16:03:40 2008 -0500
36429
36430     Change initdram() return type to phys_size_t
36431
36432     This patch changes the return type of initdram() from long int to phys_size_t.
36433     This is required for a couple of reasons: long int limits the amount of dram
36434     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
36435     size of physical memory.  phys_size_t is defined as an unsigned long on almost
36436     all current platforms.
36437
36438     This patch *only* changes the return type of the initdram function (in
36439     include/common.h, as well as in each board's implementation of initdram).  It
36440     does not actually modify the code inside the function on any of the platforms;
36441     platforms which wish to support more than 2GB of DRAM will need to modify
36442     their initdram() function code.
36443
36444     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
36445     MPC8641HPCN.
36446
36447     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36448
36449 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
36450 Author: Becky Bruce <becky.bruce@freescale.com>
36451 Date:   Mon Jun 9 20:37:18 2008 -0500
36452
36453     Change lmb to use phys_size_t/phys_addr_t
36454
36455     This updates the lmb code to use phys_size_t
36456     and phys_addr_t instead of unsigned long.  Other code
36457     which interacts with this code, like getenv_bootm_size()
36458     is also updated.
36459
36460     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
36461
36462     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36463
36464 commit 61b09fc2952dc636017df4e7970e3de132276ba1
36465 Author: Becky Bruce <becky.bruce@freescale.com>
36466 Date:   Mon Jun 9 20:37:17 2008 -0500
36467
36468     Change print_size to take phys_size_t
36469
36470     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36471
36472 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
36473 Author: Becky Bruce <becky.bruce@freescale.com>
36474 Date:   Mon Jun 9 20:37:16 2008 -0500
36475
36476     Change bd/gd memsize/ram_size to be phys_size_t.
36477
36478     Currently, both are defined as an unsigned long, but
36479     should be phys_size_t. This should result in no real change,
36480     since phys_size_t is currently an unsigned long for all the
36481     default configs.  Also add print_lnum to cmd_bdinfo to deal
36482     with the potentially wider memsize.
36483
36484     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36485
36486 commit ba04f7010958e88a8910f2a123fee53fdc72e013
36487 Author: Kumar Gala <galak@kernel.crashing.org>
36488 Date:   Tue Jun 10 16:16:02 2008 -0500
36489
36490     FSL LAW: Add new interface to use the last free LAW
36491
36492     LAWs have the concept of priority so its useful to be able to allocate
36493     the lowest (highest number) priority.  We will end up using this with the
36494     new DDR code.
36495
36496     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36497
36498 commit 859a86a25c569d3665ff413d1d923394b8a961f3
36499 Author: Kumar Gala <galak@kernel.crashing.org>
36500 Date:   Wed Jun 11 00:51:45 2008 -0500
36501
36502     85xx/86xx: Move to dynamic mgmt of LAWs
36503
36504     With the new LAW interface (set_next_law) we can move to letting the
36505     system allocate which LAWs are used for what purpose.  This makes life
36506     a bit easier going forward with the new DDR code.
36507
36508     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36509     Signed-off-by: Andy Fleming <afleming@freescale.com>
36510     Acked-by: Jon Loeliger <jdl@freescale.com>
36511     Acked-by: Becky Bruce <becky.bruce@freescale.com>
36512
36513 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
36514 Author: Kumar Gala <galak@kernel.crashing.org>
36515 Date:   Wed Jun 11 00:44:10 2008 -0500
36516
36517     FSL LAW: Keep track of LAW allocations
36518
36519     Make it so we keep track of which LAWs have allocated and provide
36520     a function (set_next_law) which can allocate a LAW for us if one is
36521     free.
36522
36523     In the future we will move to doing more "dynamic" LAW allocation
36524     since the majority of users dont really care about what LAW number
36525     they are at.
36526
36527     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
36528
36529     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36530     Signed-off-by: Andy Fleming <afleming@freescale.com>
36531
36532 commit ddde74a159caa6e18b481fec01d40b885aebb566
36533 Author: Kumar Gala <galak@kernel.crashing.org>
36534 Date:   Mon Jun 9 22:31:57 2008 -0500
36535
36536     85xx: remove dummy board_early_init_f
36537
36538     A number of board ports have empty version of board_early_init_f
36539     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
36540
36541     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36542
36543 commit 81e56e9af0d43712db8efb843606a8d62eab454f
36544 Author: Kumar Gala <galak@kernel.crashing.org>
36545 Date:   Mon Jun 9 18:55:38 2008 -0500
36546
36547     MPC8544DS: Update config.h
36548
36549     * Enable flash progress
36550     * remove CLEAR_LAW0 since we dont really use it
36551
36552     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36553
36554 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
36555 Author: Kumar Gala <galak@kernel.crashing.org>
36556 Date:   Mon Jun 9 13:37:24 2008 -0500
36557
36558     85xx: Remove unused and unconfigured memory test code.
36559
36560     Remove unused and unconfigured DDR test code from FSL 85xx boards.
36561     Besides, other common code exists.
36562
36563     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36564
36565 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
36566 Author: Sergei Poselenov <sposelenov@emcraft.com>
36567 Date:   Fri Jun 6 15:42:45 2008 +0200
36568
36569     Socrates: Added FPGA base address update in FDT.
36570
36571     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36572
36573 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
36574 Author: Sergei Poselenov <sposelenov@emcraft.com>
36575 Date:   Fri Jun 6 15:42:44 2008 +0200
36576
36577     Socrates: NAND support added. Changed the U-Boot base address and
36578
36579     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36580
36581 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
36582 Author: Sergei Poselenov <sposelenov@emcraft.com>
36583 Date:   Fri Jun 6 15:42:43 2008 +0200
36584
36585     NAND: Added support for 128-bit OOB, adapted
36586
36587     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36588
36589 commit 31ca0208612f2eb57690110d7c2815953650e47b
36590 Author: Sergei Poselenov <sposelenov@emcraft.com>
36591 Date:   Fri Jun 6 15:42:42 2008 +0200
36592
36593     Socrates: added missed file with UPMA configuration data.
36594
36595     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
36596
36597 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
36598 Author: Sergei Poselenov <sposelenov@emcraft.com>
36599 Date:   Fri Jun 6 15:42:41 2008 +0200
36600
36601     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
36602
36603     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36604
36605 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
36606 Author: Sergei Poselenov <sposelenov@emcraft.com>
36607 Date:   Fri Jun 6 15:42:40 2008 +0200
36608
36609     Added the upmconfig() function for 85xx.
36610
36611     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36612     Signed-off-by: Andy Fleming <afleming@freescale.com>
36613
36614 commit d39e68514ff943930ee692cff3fde03532eb7fec
36615 Author: Sergei Poselenov <sposelenov@emcraft.com>
36616 Date:   Fri Jun 6 15:42:39 2008 +0200
36617
36618     Socrates: config file cleanup.
36619
36620     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36621
36622 commit e8cc3f04b124f757af4528206e60d8eb715ae083
36623 Author: Wolfgang Grandegger <wg@grandegger.com>
36624 Date:   Thu Jun 5 13:12:10 2008 +0200
36625
36626     TQM85xx: Change memory map to support Flash memory > 128 MiB
36627
36628     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
36629     memory. The current memory map only supports up to 128 MiB Flash.
36630     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
36631     set, up to 1 GiB flash is supported. To achieve this, the memory
36632     map has to be adjusted in great parts (for example the CCSRBAR is
36633     moved from 0xE0000000 to 0xA0000000).
36634
36635     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
36636     memory map also has to be considered in the kernel (changed
36637     CCSRBAR address, changed PCI IO base address, ...). Please use
36638     an appropriate Flat Device Tree blob (tqm8548.dtb).
36639
36640     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36641     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36642
36643 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
36644 Author: Wolfgang Grandegger <wg@grandegger.com>
36645 Date:   Thu Jun 5 13:12:09 2008 +0200
36646
36647     TQM85xx: NAND support via local bus UPMB
36648
36649     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
36650     default and can be enabled for the TQM8548 modules. It is now based on
36651     the re-written FSL NAND UPM driver. A patch has been posted earlier today
36652     with the subject:
36653
36654     "NAND FSL UPM: driver re-write using the hwcontrol callback"
36655
36656     Note that the R/B pin is not supported by that module requiring to use
36657     the specified maximum delay time.
36658
36659     Note: With NAND support enabled the size of the U-Boot image exceeds
36660     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
36661     doubling the image size :-(.
36662
36663     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
36664     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36665
36666 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
36667 Author: Wolfgang Grandegger <wg@grandegger.com>
36668 Date:   Thu Jun 5 13:12:08 2008 +0200
36669
36670     TQM8548: PCI express support
36671
36672     This patch adds support for PCI express cards. The board support
36673     now uses common FSL PCI init code, for both, PCI and PCIe on all
36674     TQM85xx modules.
36675
36676     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
36677     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36678
36679 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
36680 Author: Wolfgang Grandegger <wg@grandegger.com>
36681 Date:   Thu Jun 5 13:12:07 2008 +0200
36682
36683     TQM8548: Basic support for the TQM8548 modules
36684
36685     This patch adds basic support for the TQM8548 module from TQ-Components
36686     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
36687     eTSEC 3 and 4
36688
36689     Furthermore Flash buffer write has been enabled to speed up output to
36690     the Flash by approx. a factor of 10.
36691
36692     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
36693     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36694
36695 commit 25991353204c78b094c3c1fec90182dcd607ab8f
36696 Author: Wolfgang Grandegger <wg@grandegger.com>
36697 Date:   Thu Jun 5 13:12:06 2008 +0200
36698
36699     TQM85xx: Support for Flat Device Tree
36700
36701     This patch adds support for Linux kernels using the Flat Device Tree.
36702     It also re-defines the default environment settings for booting Linux
36703     with the FDT blob.
36704
36705     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36706
36707 commit d9ee843d54c54776e1fdb86336ce554906a87331
36708 Author: Wolfgang Grandegger <wg@grandegger.com>
36709 Date:   Thu Jun 5 13:12:05 2008 +0200
36710
36711     TQM85xx: Support for Intel 82527 compatible CAN controller
36712
36713     This patch adds initialization of the UPMC RAM to support up to two
36714     Intel 82527 compatible CAN controller on the TQM85xx modules.
36715
36716     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
36717     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36718
36719 commit 518d5cfe72916323c746af1647764459914f555f
36720 Author: Wolfgang Grandegger <wg@grandegger.com>
36721 Date:   Thu Jun 5 13:12:04 2008 +0200
36722
36723     TQM85xx: Bugfix in the SDRAM initialisation
36724
36725     The CS0_BNDS register is now set according to the detected
36726     memory size.
36727
36728     Signed-off-by Martin Krause <martin.krause@tqs.de>
36729
36730 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
36731 Author: Wolfgang Grandegger <wg@grandegger.com>
36732 Date:   Thu Jun 5 13:12:03 2008 +0200
36733
36734     TQM85xx: Fix chip select configuration for second FLASH bank
36735
36736     This patch fixes the re-calculation of the automatic chip select
36737     configuration for boards with two populated FLASH banks.
36738
36739     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36740
36741 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
36742 Author: Wolfgang Grandegger <wg@grandegger.com>
36743 Date:   Thu Jun 5 13:12:02 2008 +0200
36744
36745     TQM85xx: Support for Spansion 'N' type flashes added
36746
36747     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
36748     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
36749     needs to be changed -> new start address of the environment. The macro
36750     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
36751     defined for boards with 'N' type flashes.
36752
36753     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36754     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36755
36756 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
36757 Author: Wolfgang Grandegger <wg@grandegger.com>
36758 Date:   Thu Jun 5 13:12:01 2008 +0200
36759
36760     TQM85xx: Fix CPM port pin configuration
36761
36762     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
36763     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
36764     as serial interface anyway. Worse, on some board variants configuring the
36765     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
36766
36767     Signed-off-by: Martin Krause <martin.krause@tqs.de>
36768
36769 commit b99ba1679e8cd51b023e67098c89e606e47137d2
36770 Author: Wolfgang Grandegger <wg@grandegger.com>
36771 Date:   Thu Jun 5 13:12:00 2008 +0200
36772
36773     TQM85xx: Various coding style fixes
36774
36775     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36776
36777 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
36778 Author: Gerald Van Baren <vanbaren@cideas.com>
36779 Date:   Tue Jun 10 22:15:58 2008 -0400
36780
36781     libfdt: Move the working_fdt pointer to cmd_fdt.c
36782
36783     The working_fdt pointer was declared in common/fdt_support.c but was
36784     not used there.  Move it to common/cmd_fdt.c where it is used (it is
36785     also used in lib_ppc/bootm.c).
36786
36787     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36788
36789 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
36790 Author: Kim Phillips <kim.phillips@freescale.com>
36791 Date:   Tue Jun 10 11:06:17 2008 -0500
36792
36793     fdt: unshadow global working fdt variable
36794
36795     differentiate with local variables of the same name by renaming the
36796     global 'fdt' variable 'working_fdt'.
36797
36798     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36799
36800 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
36801 Author: Andy Fleming <afleming@freescale.com>
36802 Date:   Tue Jun 10 18:49:34 2008 -0500
36803
36804     socrates: Fix PCI clk fix patch
36805
36806     The submitted patch seems to have been more up-to-date, but an older patch was
36807     already in the repository.  This patch encompasses the differences
36808
36809     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
36810
36811     Signed-off-by: Andy Fleming <afleming@freescale.com>
36812
36813 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
36814 Author: Wolfgang Grandegger <wg@grandegger.com>
36815 Date:   Thu Jun 5 13:02:29 2008 +0200
36816
36817     NAND FSL UPM: driver re-write using the hwcontrol callback
36818
36819     This is a re-write of the NAND FSL UPM driver using the more universal
36820     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
36821     list of furher modifications:
36822
36823     - For the time being, the UPM setup writing the UPM array has been
36824       removed from the driver and must now be done by the board specific
36825       code.
36826
36827     - The bus width definition in "struct fsl_upm_nand" is now in bits to
36828       comply with the corresponding Linux driver and 8, 16 and 32 bit
36829       accesses are supported.
36830
36831     - chip->dev_read is only set if fun->dev_ready != NULL, which is
36832       required for boards not connecting the R/B pin.
36833
36834     - A few issue have been fixed with MxMR bit manipulation like in the
36835       corresponding Linux driver.
36836
36837     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
36838           as well, because the address is already determined by
36839           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
36840
36841     This patch has been tested on a TQM8548 modules with the NAND chip
36842     Micron MT29F8G08FABWP.
36843
36844     This patch is based on the following patches posted to this list a few
36845     minutes ago:
36846
36847       PPC: add accessor macros to clear and set bits in one shot
36848       83xx/85xx/86xx: add more MxMR local bus definitions
36849
36850     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36851     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36852
36853 commit 6beecfbb542992eede5831240cd58678274683a9
36854 Author: Wolfgang Grandegger <wg@grandegger.com>
36855 Date:   Thu Jun 5 13:11:59 2008 +0200
36856
36857     MPC85xx: Beautify boot output of L2 cache configuration
36858
36859     The boot output is now aligned poperly with other boot output
36860     lines, e.g.:
36861
36862       FLASH: 128 MB
36863       L2:    512 KB enabled
36864
36865     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36866
36867 commit 398415114f0a705163a14543e9fef03f734b1ffa
36868 Author: Wolfgang Grandegger <wg@grandegger.com>
36869 Date:   Wed Jun 4 12:45:22 2008 +0200
36870
36871     PPC: add accessor macros to clear and set bits in one shot
36872
36873     PPC: add accessor macros to clear and set bits in one shot
36874
36875     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
36876     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
36877     They are very handy to manipulate bits it I/O registers.
36878
36879     This patch is required for my forthcoming FSL NAND UPM driver re-write and
36880     the support for the TQM8548 module.
36881
36882     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36883
36884 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
36885 Author: Wolfgang Grandegger <wg@grandegger.com>
36886 Date:   Wed Jun 4 13:52:17 2008 +0200
36887
36888     TQM: move TQM boards to board/tqc
36889
36890     Move all TQM board directories to the vendor specific directory "tqc"
36891     for modules from TQ-Components GmbH (http://www.tqc.de).
36892
36893     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36894
36895 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
36896 Author: Wolfgang Grandegger <wg@grandegger.com>
36897 Date:   Mon Jun 2 12:09:30 2008 +0200
36898
36899     83xx/85xx/86xx: add more MxMR local bus definitions
36900
36901     83xx/85xx/86xx: add more MxMR local bus definitions
36902
36903     This patch adds more macro definitions for the UPM Machine Mode Registers
36904     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
36905     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
36906     required for my forthcoming FSL NAND UPM driver re-write and the support
36907     for the TQM8548 module.
36908
36909     This patch is based on the following two patches from Anton Vorontsov:
36910
36911     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
36912     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
36913
36914     I leave coding style violation fixes, code beautification and name
36915     corrections to somebody else ;-(.
36916
36917     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
36918
36919 commit c8c5fc266e4499e283c293ccb972863156aa4134
36920 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36921 Date:   Thu May 29 18:14:56 2008 +0400
36922
36923     83xx/85xx: further localbus cleanups
36924
36925     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
36926     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
36927
36928     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36929
36930 commit 42dbd667c88d496882d53e22656e89b654205492
36931 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36932 Date:   Wed May 28 18:20:15 2008 +0400
36933
36934     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
36935
36936     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
36937     use it on MPC85xx and MPC86xx processors.
36938
36939     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36940
36941 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
36942 Author: Kumar Gala <galak@kernel.crashing.org>
36943 Date:   Thu May 29 11:22:06 2008 -0500
36944
36945     85xx: Add setting of cache props in the device tree.
36946
36947     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36948
36949 commit 4dbdb7681e243431530df0725627192a0c4aefda
36950 Author: Kumar Gala <galak@kernel.crashing.org>
36951 Date:   Tue Jun 10 16:53:46 2008 -0500
36952
36953     85xx: expose cpu identification
36954
36955     The current cpu identification code is used just to return the name
36956     of the processor at boot.  There are some other locations that the name
36957     is useful (device tree setup).  Expose the functionality to other bits
36958     of code.
36959
36960     Also, drop the 'E' suffix and add it on by looking at the SVR version
36961     when we print this out.  This is mainly to allow the most flexible use
36962     of the name.  The device tree code tends to not care about the 'E' suffix.
36963
36964     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36965
36966 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
36967 Author: Kim Phillips <kim.phillips@freescale.com>
36968 Date:   Tue Jun 10 13:25:24 2008 -0500
36969
36970     mpc83xx: MVBLM7: minor build fixups
36971
36972     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36973
36974 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
36975 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
36976 Date:   Tue Jun 10 09:14:05 2008 +0200
36977
36978     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
36979
36980     Add MPC8343 based board mvBlueLYNX-M7.
36981     It's a single board stereo camera system.
36982     Please read doc/README.mvblm7 for details.
36983
36984     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
36985     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36986
36987 commit c005b93925ba49f07da2aa748527996d927e172f
36988 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
36989 Date:   Tue Jun 10 09:13:16 2008 +0200
36990
36991     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
36992
36993     Add MPC8343 based board mvBlueLYNX-M7.
36994     It's a single board stereo camera system.
36995     Please read doc/README.mvblm7 for details.
36996
36997     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
36998     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36999
37000 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
37001 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
37002 Date:   Thu May 29 18:14:56 2008 +0400
37003
37004     83xx/85xx: further localbus cleanups
37005
37006     move the BRx_* and ORx_* left behind in mpc85xx.h
37007
37008     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
37009     the same, just few differences which needs some attention though).
37010
37011     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
37012     of these defines. So this cleanup I'll leave for the "better times".
37013
37014     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
37015     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37016
37017 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
37018 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
37019 Date:   Wed May 28 18:20:15 2008 +0400
37020
37021     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
37022
37023     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
37024     use it on MPC85xx and MPC86xx processors.
37025
37026     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
37027     Acked-by: Andy Fleming <afleming@freescale.com>
37028     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37029
37030 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
37031 Author: Tor Krill <tor@excito.com>
37032 Date:   Mon Jun 2 15:09:30 2008 +0200
37033
37034     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
37035
37036     Signed-off-by: Tor Krill <tor@excito.com>
37037     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37038
37039 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
37040 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37041 Date:   Mon Jun 9 23:37:44 2008 +0900
37042
37043     net: Conditional COBJS inclusion of network drivers
37044
37045     Replace COBJS-y with appropriate driver config names.
37046
37047     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37048     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37049
37050 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
37051 Author: Gerald Van Baren <vanbaren@cideas.com>
37052 Date:   Mon Jun 9 21:02:17 2008 -0400
37053
37054     Use strncmp() for the fdt command
37055
37056     Cleaner than doing multiple conditionals on characters.
37057
37058     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37059
37060 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
37061 Author: Gerald Van Baren <vanbaren@cideas.com>
37062 Date:   Sat Jun 7 12:25:05 2008 -0400
37063
37064     The fdt boardsetup command criteria was not unique
37065
37066     It was checking just for "b", which is not unique with respect to the
37067     "boot" command.  Change to check for "boa"[rdsetup].
37068
37069     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37070
37071 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
37072 Author: David Gibson <david@gibson.dropbear.id.au>
37073 Date:   Tue May 20 17:19:11 2008 +1000
37074
37075     libfdt: Several cleanups to parameter checking
37076
37077     This patch makes a couple of small cleanups to parameter checking of
37078     libfdt functions.
37079
37080         - In several functions which take a node offset, we use an
37081     idiom involving fdt_next_tag() first to check that we have indeed been
37082     given a node offset.  This patch adds a helper function
37083     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
37084
37085         - In fdt_rw.c in several places we have the expanded version
37086     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
37087     replaces those instances with an invocation of the macro; that's what
37088     it's for.
37089
37090         - In fdt_sw.c we rename the check_header_sw() function to
37091     sw_check_header() to match the analgous function in fdt_rw.c, and we
37092     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
37093     functions in fdt_rw.c
37094
37095     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
37096
37097 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
37098 Author: Gerald Van Baren <vanbaren@cideas.com>
37099 Date:   Tue Jun 3 20:34:45 2008 -0400
37100
37101     Remove the deprecated CONFIG_OF_FLAT_TREE
37102
37103     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
37104     cleaner, has better functionality, and is better supported.
37105
37106     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37107
37108 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
37109 Author: Gerald Van Baren <vanbaren@cideas.com>
37110 Date:   Tue Jun 3 20:26:29 2008 -0400
37111
37112     Change the stxxst to CONFIG_OF_LIBFDT
37113
37114     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
37115     to CONFIG_OF_LIBFDT.
37116
37117     WARNING: It appears that this board lost its ability to boot via a
37118     flattened device tree prior to this changeset.
37119
37120     WARNING: This conversion was untested because I do not have a board to
37121     test it on.
37122
37123     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37124
37125 commit 589c04271d129729a8b01391453851ab9cc4069c
37126 Author: Gerald Van Baren <vanbaren@cideas.com>
37127 Date:   Tue Jun 3 20:24:58 2008 -0400
37128
37129     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
37130
37131     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
37132     to CONFIG_OF_LIBFDT.
37133
37134     WARNING: This conversion is untested because I do not have a board to
37135     test it on.
37136
37137     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
37138     /aliases/ethernet1 property for the ethernet to work.
37139
37140     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37141
37142 commit ee1e35bede91debc8bff9b02f75574486033b652
37143 Author: Kumar Gala <galak@kernel.crashing.org>
37144 Date:   Thu May 29 01:21:24 2008 -0500
37145
37146     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
37147
37148     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37149
37150 commit 3b9519fc50802436e417c839e69df7b2016cade5
37151 Author: Becky Bruce <becky.bruce@freescale.com>
37152 Date:   Wed May 14 13:10:04 2008 -0500
37153
37154     MPC85xx: Change traps.c to not reference non-addressable memory
37155
37156     Currently, END_OF_RAM is used by the trap code to determine if
37157     we should attempt to access the stack pointer or not. However,
37158     on systems with a lot of RAM, only a subset of the RAM is
37159     guaranteed to be mapped in and accessible.  Change END_OF_RAM
37160     to use get_effective_memsize() instead of using the raw ram
37161     size out of the bd.
37162
37163     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
37164
37165 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
37166 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37167 Date:   Mon Jun 9 13:39:57 2008 +0900
37168
37169     sh: Renesas Solutions SH7763RDP board support
37170
37171     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
37172     In this patch, support SCIF, NOR Flash, and Ethernet.
37173
37174     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37175     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37176
37177 commit 60179098a95eaa972007d7ec58e4c1588029720f
37178 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37179 Date:   Fri Jun 6 16:24:13 2008 +0900
37180
37181     sh: Add support Renesas SH7763
37182
37183     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
37184     This patch supprts CPU register's header file.
37185
37186     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37187     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37188
37189 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
37190 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37191 Date:   Fri Jun 6 16:16:08 2008 +0900
37192
37193     sh: SH7763 SCIF support
37194
37195     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
37196     but only SCIF2 is different. This patch work all SCIF channel.
37197
37198     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37199     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37200
37201 commit 79b51ff8205f0354d5300570614c1d2db499679c
37202 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37203 Date:   Sat Jun 7 20:51:59 2008 +0900
37204
37205     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
37206
37207     Also get rid of some #ifdefs in *.c files.
37208
37209     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37210
37211 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
37212 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37213 Date:   Sat Jun 7 20:51:56 2008 +0900
37214
37215     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
37216
37217     CONFIG_SOC_AU1X00
37218
37219       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
37220       need to have this config as a system type specifier.
37221
37222     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
37223     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
37224
37225       Machine type specifiers. Each port should have one of aboves.
37226
37227     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37228
37229 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
37230 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
37231 Date:   Fri May 30 16:05:28 2008 -0400
37232
37233     env_nand.c: Added bad block management for environment variables
37234
37235     Modified to check for bad blocks and to skipping over them when
37236     CFG_ENV_RANGE has been defined.
37237     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
37238     flash block size.
37239
37240     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
37241     Signed-off-by: Scott Wood <scottwood@freescale.com>
37242
37243 commit 279726bd00558e80263d44581c44167625b7fb9a
37244 Author: Becky Bruce <becky.bruce@freescale.com>
37245 Date:   Wed May 14 13:09:58 2008 -0500
37246
37247     MPC86xx: Change traps.c to not reference non-addressable memory
37248
37249     Currently, END_OF_RAM is used by the trap code to determine if
37250     we should attempt to access the stack pointer or not. However,
37251     on systems with a lot of RAM, only a subset of the RAM is
37252     guaranteed to be mapped in and accessible.  Change END_OF_RAM
37253     to use get_effective_memsize() instead of using the raw ram
37254     size out of the bd to prevent us from trying to access
37255     non-mapped memory.
37256
37257     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
37258
37259 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
37260 Author: Wolfgang Denk <wd@denx.de>
37261 Date:   Fri Jun 6 14:28:14 2008 +0200
37262
37263     tools/mkimage: fix compiler warnings on some systems.
37264
37265     Signed-off-by: Wolfgang Denk <wd@denx.de>
37266
37267 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
37268 Author: Stefan Roese <sr@denx.de>
37269 Date:   Fri Jun 6 16:10:41 2008 +0200
37270
37271     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
37272
37273     We use upper case letters for the AMCC processor defines (like
37274     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
37275     not CONFIG_440SPe. This patch fixes the last misspelled config options.
37276
37277     Signed-off-by: Stefan Roese <sr@denx.de>
37278
37279 commit 72675dc6c06a48846d180106161d49dd714383cc
37280 Author: Stefan Roese <sr@denx.de>
37281 Date:   Fri Jun 6 15:55:21 2008 +0200
37282
37283     ppc4xx: Unify AMCC's board config files (part 3/3)
37284
37285     This patch series unifies the AMCC eval board ports by introducing
37286     a common include header for all AMCC eval boards:
37287
37288     include/configs/amcc-common.h
37289
37290     This header now includes all common configuration options/defines which
37291     are removed from the board specific headers.
37292
37293     The reason for this is ease of maintenance and unified look and feel
37294     of all AMCC boards.
37295
37296     Signed-off-by: Stefan Roese <sr@denx.de>
37297
37298 commit 490f204096d6e2c9940f67816f154a8125bab116
37299 Author: Stefan Roese <sr@denx.de>
37300 Date:   Fri Jun 6 15:55:03 2008 +0200
37301
37302     ppc4xx: Unify AMCC's board config files (part 2/3)
37303
37304     This patch series unifies the AMCC eval board ports by introducing
37305     a common include header for all AMCC eval boards:
37306
37307     include/configs/amcc-common.h
37308
37309     This header now includes all common configuration options/defines which
37310     are removed from the board specific headers.
37311
37312     The reason for this is ease of maintenance and unified look and feel
37313     of all AMCC boards.
37314
37315     Signed-off-by: Stefan Roese <sr@denx.de>
37316
37317 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
37318 Author: Stefan Roese <sr@denx.de>
37319 Date:   Fri Jun 6 15:54:31 2008 +0200
37320
37321     ppc4xx: Unify AMCC's board config files (part 1/3)
37322
37323     This patch series unifies the AMCC eval board ports by introducing
37324     a common include header for all AMCC eval boards:
37325
37326     include/configs/amcc-common.h
37327
37328     This header now includes all common configuration options/defines which
37329     are removed from the board specific headers.
37330
37331     The reason for this is ease of maintenance and unified look and feel
37332     of all AMCC boards.
37333
37334     Signed-off-by: Stefan Roese <sr@denx.de>
37335
37336 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
37337 Author: Remy Bohmer <linux@bohmer.net>
37338 Date:   Thu Jun 5 13:03:36 2008 +0200
37339
37340     DM9000 fix status check fail 0x6d error for trizeps board
37341
37342     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
37343     the status byte need to be checked to identify a valid packet in the fifo
37344
37345     But, The several different Application Notes do not all speak the same
37346     language on these bits. They do not disagree, but only 1 Application Note
37347     noted explicitly that only these 2 bits need to be checked.
37348     Even the datasheets do not mention anything about these 2 bits.
37349
37350     Because the old code, and the kernel check the whole byte, I left this piece
37351     untouched.
37352
37353     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
37354     it should work.
37355
37356     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
37357     in the fifo) is much shorter now, compared to the older U-boot driver code,
37358     so that we can maybe run into a hardware condition now that was never seen
37359     before, or maybe was seen very unfrequently.
37360
37361     Additionaly added a cleanup of a stack variable.
37362
37363     Signed-off-by: Remy Bohmer <linux@bohmer.net>
37364     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37365
37366 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
37367 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37368 Date:   Thu Jun 5 22:29:00 2008 +0900
37369
37370     [MIPS] Update <asm/addrspace.h> header
37371
37372     - Fix traditional KSEG names
37373     - Replace PHYSADDR with CPHYSADDR
37374
37375     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37376
37377 commit f0d5a6f060d00358b85c62a921a423ea8df71184
37378 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37379 Date:   Thu Jun 5 22:29:00 2008 +0900
37380
37381     [MIPS] mips_config.mk: Misc fixes
37382
37383     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
37384     - Modify comments
37385
37386     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37387
37388 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
37389 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37390 Date:   Thu Jun 5 22:29:00 2008 +0900
37391
37392     [MIPS] Kill unused <version.h> inclusions
37393
37394     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37395
37396 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
37397 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37398 Date:   Thu Jun 5 22:29:00 2008 +0900
37399
37400     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
37401
37402     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
37403     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
37404     in the U-Boot system.
37405
37406     The other is we don't have a proper time management counter like timestamp
37407     other ARCHs have. We need the 32-bit millisecond clock counter.
37408
37409     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
37410     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
37411     of calculated CP0 counter cycles in a CFG_HZ.
37412
37413     STRATEGY:
37414
37415     * Fix improper CFG_HZ value to have 1000
37416
37417     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
37418
37419     * timer_init: initialize timestamp and set up the first timer expiration.
37420       Note that we don't need to initialize CP0 count/compare registers here
37421       as they have been already zeroed out on the system reset. Leave them as
37422       they are.
37423
37424     * get_timer: calculate how many timestamps have been passed, then return
37425       base-relative timestamp. Make sure we can easily count missed timestamps
37426       regardless of CP0 count/compare value.
37427
37428     * get_ticks: return the current timestamp, that is get_timer(0).
37429
37430     Most parts are from good old Linux v2.6.16 kernel.
37431
37432     v2:
37433     - Remove FIXME comments as they turned out to be trivial.
37434     - Use CP0 compare register as a global variable for expirelo.
37435     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
37436       instead.
37437
37438     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37439
37440 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
37441 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37442 Date:   Thu Jun 5 22:29:00 2008 +0900
37443
37444     [MIPS] lib_mips/time.c: Fix udelay
37445
37446     What we have to do is just to wait for given micro-seconds. No need to
37447     take into account current time, get_timer and CFG_HZ.
37448
37449     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37450
37451 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
37452 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37453 Date:   Thu Jun 5 22:28:59 2008 +0900
37454
37455     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
37456
37457     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
37458     This patch replaces mips_{compare,count}_set and mips_count_get with
37459     existing macros.
37460
37461     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37462
37463 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
37464 Author: Remy Bohmer <linux@bohmer.net>
37465 Date:   Tue Jun 3 15:48:17 2008 +0200
37466
37467     Get rid of annoying/superfluous bad-checksum warning message
37468
37469     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
37470     It is annoying for ordinary users who start to doubt the network connection
37471     in general when they see messages like this.
37472
37473     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
37474     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
37475     now before checking the checksum.
37476
37477     Signed-off-by: Remy Bohmer <linux@bohmer.net>
37478     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37479
37480 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
37481 Author: Remy Bohmer <linux@bohmer.net>
37482 Date:   Wed Jun 4 10:47:25 2008 +0200
37483
37484     Fix order for reading rx-status registers in 32bit mode of DM9000
37485
37486     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
37487     a bug in reading the rx-status registers in 32bit mode only.
37488     This patch repairs this.
37489
37490     Signed-off-by: Remy Bohmer <linux@bohmer.net>
37491     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37492
37493 commit 98291e2e689096420465074cce926b226d2e71b4
37494 Author: Remy Bohmer <linux@bohmer.net>
37495 Date:   Tue Jun 3 15:26:26 2008 +0200
37496
37497     DM9000: Some minor code cleanups
37498
37499     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
37500     need some other minor cleanup.
37501
37502     Signed-off-by: Remy Bohmer <linux@bohmer.net>
37503     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37504
37505 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
37506 Author: Remy Bohmer <linux@bohmer.net>
37507 Date:   Tue Jun 3 15:26:25 2008 +0200
37508
37509     DM9000: Make driver work properly for DM9000A
37510
37511     The DM9000A network controller does not work with the U-boot DM9000x driver.
37512     Analysis showed that many incoming packets are lost.
37513
37514     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
37515     check for a valid rx packet be done on the interrupt status register, not
37516     directly by performing the dummy read and the rx status check as is currently
37517     the case in the u-boot driver.
37518
37519     When the recommended poll is done as suggested the driver starts working
37520     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
37521     can be more than 1 package in the fifo at the same time.
37522
37523     The driver must perform the rx-status check in a loop and read and handle all
37524     packages until there is no more left _after_ the interrupt RX flag is set.
37525
37526     This change has been tested with DM9000A, DM9000E, DM9000EP.
37527
37528     Signed-off-by: Remy Bohmer <linux@bohmer.net>
37529     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37530
37531 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
37532 Author: Remy Bohmer <linux@bohmer.net>
37533 Date:   Tue Jun 3 15:26:24 2008 +0200
37534
37535     DM9000: Improve eth_reset() routine
37536
37537     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
37538     reset procedure must be done twice to properly reset the DM9000 by means of software.
37539     This errata is not needed anymore for the DM9000A, but it does not bother it.
37540
37541     This change has been tested with DM9000A, DM9000E, DM9000EP.
37542
37543     Signed-off-by: Remy Bohmer <linux@bohmer.net>
37544     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37545
37546 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
37547 Author: Remy Bohmer <linux@bohmer.net>
37548 Date:   Tue Jun 3 15:26:23 2008 +0200
37549
37550     DM9000: improve eth_send() routine
37551
37552     The eth_send routine of the U-boot DM9000x driver does not match the
37553     DM9000 or DM9000A application notes/programming guides.
37554
37555     This change improves the stability of the DM9000A network controller.
37556
37557     This change has been tested with DM9000A, DM9000E, DM9000EP.
37558
37559     Signed-off-by: Remy Bohmer <linux@bohmer.net>
37560     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37561
37562 commit 134e266253c02a7832560da59d394989c4f64453
37563 Author: Remy Bohmer <linux@bohmer.net>
37564 Date:   Tue Jun 3 15:26:22 2008 +0200
37565
37566     DM9000: repair debug logging
37567
37568     It seems that the debugging code of the DM9000x driver in U-boot has not been
37569     compiled for a long time, because it cannot compile...
37570
37571     Also rearranged some loglines to get more useful info while debugging.
37572
37573     Signed-off-by: Remy Bohmer <linux@bohmer.net>
37574     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37575
37576 commit a101361bfe23c120321e45d114c0603b8e0763e9
37577 Author: Remy Bohmer <linux@bohmer.net>
37578 Date:   Tue Jun 3 15:26:21 2008 +0200
37579
37580     DM9000: Add data bus-width auto detection.
37581
37582     The U-boot DM9000x driver contains a compile time bus-width definition for
37583     the databus connected to the network controller.
37584
37585     This compile check makes the code unclear, inflexible and is unneccessary.
37586     It can be asked to the network controller what its bus-width is by reading bits
37587     6 and 7 of the interrupt status register.
37588
37589     The linux kernel already uses a runtime mechanism to determine this bus-width,
37590     so the implementation below looks somewhat like that implementation.
37591
37592     This change has been tested with DM9000A, DM9000E, DM9000EP.
37593
37594     Signed-off-by: Remy Bohmer <linux@bohmer.net>
37595     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37596
37597 commit 63a0afa0c32e5f4ea98a9439542870072437404d
37598 Author: Stefan Roese <sr@denx.de>
37599 Date:   Wed Jun 4 19:19:20 2008 +0200
37600
37601     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
37602
37603     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
37604     introduced by the commit:
37605
37606     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
37607
37608     With this patch SDRAM will get initialized again and booting from NAND
37609     is working again.
37610
37611     Signed-off-by: Stefan Roese <sr@denx.de>
37612     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
37613
37614 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
37615 Author: Wolfgang Denk <wd@denx.de>
37616 Date:   Tue May 27 14:19:30 2008 +0200
37617
37618     Socrates: Fix PCI bus frequency report
37619
37620     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37621
37622 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
37623 Author: Tor Krill <tor@excito.com>
37624 Date:   Thu May 29 11:10:30 2008 +0200
37625
37626     Fix incorrect switch for IF_TYPE in part.c
37627
37628     Use correct field in block_dev_desc_t when writing interface type in
37629     dev_print. Error introduced in 574b3195.
37630
37631     Also added fix from Martin Krause
37632
37633     Signed-off-by: Tor Krill <tor@excito.com>
37634
37635 commit b64b8a0bd310935b70af69ac970952f2b364ae56
37636 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
37637 Date:   Tue May 27 10:25:39 2008 +0200
37638
37639     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
37640
37641     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
37642
37643 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
37644 Author: Peter Tyser <ptyser@xes-inc.com>
37645 Date:   Thu May 22 18:56:52 2008 -0500
37646
37647     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
37648
37649     Removed unneeded command line history initialization.  Also, the original
37650     code would access the 'initted' variable before relocation to SDRAM
37651     which resulted in erratic behavior since the bss is not initialized when
37652     executing from flash.
37653
37654     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
37655
37656 commit 22f371b63038a4ecab04068877c1089e51a01ba1
37657 Author: Grant Erickson <gerickson@nuovations.com>
37658 Date:   Wed May 21 13:28:30 2008 -0700
37659
37660     PPC4xx: Simplified post_word_{load, store}
37661
37662     This patch simplifies post_word_{load,store} by using the preprocessor
37663     to eliminate redundant, copy-and-pasted code.
37664
37665     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
37666
37667 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
37668 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
37669 Date:   Wed May 7 21:25:33 2008 +0400
37670
37671     cfi_flash: enable M18 flash chips family support.
37672
37673     Added new command set ID. Buffered write command processing is changed
37674     in order to support M18 flash chips family.
37675
37676     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
37677     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
37678
37679 commit 93c56f212ccdadc182018f0769cb284426b88f1d
37680 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
37681 Date:   Wed May 7 21:24:44 2008 +0400
37682
37683     cfi_flash: support of long cmd in U-boot.
37684
37685     Some NOR flash chips needs support of commands with length grether than max
37686     value size of uchar. For example all M18 family chips use 0x1ff command in
37687     buffered write mode as value of program loops count.
37688
37689     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
37690     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
37691
37692 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
37693 Author: Stefan Roese <sr@denx.de>
37694 Date:   Fri May 16 11:06:06 2008 +0200
37695
37696     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
37697
37698     On AD7414 the first value upon bootup is not read correctly.
37699     This is most likely because of the 800ms update time of the
37700     temp register in normal update mode. To get current values
37701     each time we issue the "dtt" command including upon powerup
37702     we switch into one-short mode.
37703
37704     This patch fixes the problem on AD7414 equipped boards (Sequoia,
37705     Canyonlands etc), that temp value printed in the bootup log was
37706     incorrect.
37707
37708     Signed-off-by: Stefan Roese <sr@denx.de>
37709
37710 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
37711 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37712 Date:   Fri May 30 16:55:06 2008 +0200
37713
37714     ppc4xx: Cleanup CPCI405 variant's config file
37715
37716     This patch removes some dead code from CPCI405 board's
37717     config files. JFFS2 support is also removed. It's not used and
37718     CPCI4052 does not build anymore without some size reduction.
37719
37720     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37721
37722 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
37723 Author: Kenneth Johansson <kenneth@southpole.se>
37724 Date:   Thu May 29 16:32:33 2008 +0200
37725
37726     Remove shell variable UNDEF_SYM.
37727
37728     UNDEF_SYM is a shell variable in the main Makefile used to force the
37729     linker to add all u-boot commands to the final image. It has no use here.
37730
37731     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
37732
37733 commit 8c66497e06bf803489c589df58ee591d71033274
37734 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37735 Date:   Fri May 16 11:10:35 2008 +0200
37736
37737     Add support for environment in SPI flash
37738
37739     This is pretty incomplete...it doesn't handle reading the environment
37740     before relocation, it doesn't support redundant environment, and it
37741     doesn't support embedded environment. But apart from that, it does
37742     seem to work.
37743
37744     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37745
37746 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
37747 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37748 Date:   Fri May 16 11:10:34 2008 +0200
37749
37750     SPI Flash: Add "sf" command
37751
37752     This adds a new command, "sf" which can be used to manipulate SPI
37753     flash. Currently, initialization, reading, writing and erasing is
37754     supported.
37755
37756     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37757
37758 commit d25ce7d24cc0f93881559f4009175ea305af65e8
37759 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37760 Date:   Fri May 16 11:10:33 2008 +0200
37761
37762     SPI Flash subsystem
37763
37764     This adds a new SPI flash subsystem.
37765
37766     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
37767     but some preliminary support for other flash types is in place as
37768     well.
37769
37770     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37771
37772 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
37773 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
37774 Date:   Fri May 16 11:10:32 2008 +0200
37775
37776     atmel_spi: Driver for the Atmel SPI controller
37777
37778     This adds a driver for the SPI controller found on most AT91 and AVR32
37779     chips, implementing the new SPI API.
37780
37781     Changed in v4:
37782       - Update to new API
37783       - Handle zero-length transfers appropriately. The user may send a
37784         zero-length SPI transfer with SPI_XFER_END set in order to
37785         deactivate the chip select after a series of transfers with chip
37786         select active. This is useful e.g. when polling the status
37787         register of DataFlash.
37788
37789     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37790
37791 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
37792 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37793 Date:   Fri May 16 11:10:31 2008 +0200
37794
37795     SPI API improvements
37796
37797     This patch gets rid of the spi_chipsel table and adds a handful of new
37798     functions that makes the SPI layer cleaner and more flexible.
37799
37800     Instead of the spi_chipsel table, each board that wants to use SPI
37801     gets to implement three hooks:
37802       * spi_cs_activate(): Activates the chipselect for a given slave
37803       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
37804       * spi_cs_is_valid(): Determines if the given bus/chipselect
37805         combination can be activated.
37806
37807     Not all drivers may need those extra functions however. If that's the
37808     case, the board code may just leave them out (assuming they know what
37809     the driver needs) or rely on the linker to strip them out (assuming
37810     --gc-sections is being used.)
37811
37812     To set up communication parameters for a given slave, the driver needs
37813     to call spi_setup_slave(). This returns a pointer to an opaque
37814     spi_slave struct which must be passed as a parameter to subsequent SPI
37815     calls. This struct can be freed by calling spi_free_slave(), but most
37816     driver probably don't want to do this.
37817
37818     Before starting one or more SPI transfers, the driver must call
37819     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
37820     the hardware. When all transfers are done, the driver must call
37821     spi_release_bus() to make the bus available to others, and possibly
37822     shut down the SPI controller hardware.
37823
37824     spi_xfer() behaves mostly the same as before, but it now takes a
37825     spi_slave parameter instead of a spi_chipsel function pointer. It also
37826     got a new parameter, flags, which is used to specify chip select
37827     behaviour. This may be extended with other flags in the future.
37828
37829     This patch has been build-tested on all powerpc and arm boards
37830     involved. I have not tested NIOS since I don't have a toolchain for it
37831     installed, so I expect some breakage there even though I've tried
37832     fixing up everything I could find by visual inspection.
37833
37834     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
37835     DataFlash drivers posted as a follow-up. I'd like some help testing
37836     other boards that use the existing SPI API.
37837
37838     But most of all, I'd like some comments on the new API. Is this stuff
37839     usable for everyone? If not, why?
37840
37841     Changed in v4:
37842       - Build fixes for various boards, drivers and commands
37843       - Provide common struct spi_slave definition that can be extended by
37844         drivers
37845       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
37846       - Make default bus and mode build-time configurable
37847       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
37848
37849     Changed in v3:
37850       - Add opaque struct spi_slave for controller-specific data associated
37851         with a slave.
37852       - Add spi_claim_bus() and spi_release_bus()
37853       - Add spi_free_slave()
37854       - spi_setup() is now called spi_setup_slave() and returns a
37855         struct spi_slave
37856       - soft_spi now supports four SPI modes (CPOL|CPHA)
37857       - Add bus parameter to spi_setup_slave()
37858       - Convert the new i.MX32 SPI driver
37859       - Convert the new MC13783 RTC driver
37860
37861     Changed in v2:
37862       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
37863         new API.
37864
37865     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37866     Tested-by: Guennadi Liakhovetski <lg@denx.de>
37867
37868 commit 289011207d999b2e4085150d2aa30d547ad9b800
37869 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37870 Date:   Fri May 16 11:10:30 2008 +0200
37871
37872     Move definition of container_of() to common.h
37873
37874     AVR32 and AT91SAM9 both have their own identical definitions of
37875     container_of() taken from the Linux kernel. Move it to common.h so
37876     that all architectures can use it.
37877
37878     container_of() is already used by some drivers, and will be used
37879     extensively by the new and improved SPI API.
37880
37881     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37882
37883 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
37884 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37885 Date:   Fri May 16 11:08:11 2008 +0200
37886
37887     soft_i2c: Pull SDA high before reading
37888
37889     Spotted by Dean Capindale.
37890
37891     Systems that support open-drain GPIO properly are allowed provide an
37892     empty I2C_TRISTATE define. However, this means that we need to be
37893     careful not to drive SDA low when the slave is expected to respond.
37894
37895     This patch adds a missing I2C_SDA(1) to read_byte() required to
37896     tristate the SDA line on systems that support open-drain GPIO.
37897
37898     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37899
37900 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
37901 Author: Stefan Roese <sr@denx.de>
37902 Date:   Mon May 19 11:34:53 2008 +0200
37903
37904     ppc4xx: Remove implementations of testdram()
37905
37906     This patch removes the used testdram() implementations of the board
37907     that are maintained by myself.
37908
37909     Signed-off-by: Stefan Roese <sr@denx.de>
37910
37911 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
37912 Author: Stefan Roese <sr@denx.de>
37913 Date:   Mon Jun 2 17:37:28 2008 +0200
37914
37915     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
37916
37917     Historically the 405 U-Boot port had a dram_init() call in early init
37918     stage. This function was still called from start.S and most of the time
37919     coded in assembler. This is not needed anymore (since a long time) and
37920     boards should implement the common initdram() function in C instead.
37921
37922     This patch now removed the dram_init() call from start.S and removes the
37923     empty implementations that are scattered through most of the 405 board
37924     ports. Some older board ports really implement this dram_init() though.
37925     These are:
37926
37927     csb272
37928     csb472
37929     ERIC
37930     EXBITGEN
37931     W7OLMC
37932     W7OLMG
37933
37934     I changed those boards to call this assembler dram_init() function now
37935     from their board specific initdram() instead. This *should* work, but please
37936     test again on those platforms. And it is perhaps a good idea that those
37937     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
37938     some time. So further patches welcome here.
37939
37940     Signed-off-by: Stefan Roese <sr@denx.de>
37941
37942 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
37943 Author: Stefan Roese <sr@denx.de>
37944 Date:   Mon Jun 2 17:22:11 2008 +0200
37945
37946     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
37947
37948     Signed-off-by: Stefan Roese <sr@denx.de>
37949
37950 commit 39b32be18cd33b53a84065edcd4e465165cc5564
37951 Author: Stefan Roese <sr@denx.de>
37952 Date:   Mon Jun 2 17:20:03 2008 +0200
37953
37954     ppc4xx: Fix common ECC generation code for 440GP style platforms
37955
37956     This patch makes the common 4xx ECC code really usable on 440GP style
37957     platforms.
37958
37959     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
37960     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
37961     we need to make some processor dependant defines used later on by the
37962     driver.
37963
37964     Signed-off-by: Stefan Roese <sr@denx.de>
37965
37966 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
37967 Author: Stefan Roese <sr@denx.de>
37968 Date:   Mon Jun 2 17:13:55 2008 +0200
37969
37970     ppc4xx: Change Kilauea to use the common DDR2 init function
37971
37972     This patch changes the kilauea and kilauea_nand (for NAND booting)
37973     board port to not use a board specific DDR2 init routine anymore. Now
37974     the common code from cpu/ppc4xx is used.
37975
37976     Thanks to Grant Erickson for all his basic work on this 405EX early
37977     bootup.
37978
37979     Signed-off-by: Stefan Roese <sr@denx.de>
37980
37981 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
37982 Author: Stefan Roese <sr@denx.de>
37983 Date:   Mon Jun 2 14:59:21 2008 +0200
37984
37985     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
37986
37987     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
37988     ppc4xx related SDRAM/DDR/DDR2 controller defines.
37989
37990     Signed-off-by: Stefan Roese <sr@denx.de>
37991
37992 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
37993 Author: Stefan Roese <sr@denx.de>
37994 Date:   Mon Jun 2 14:57:41 2008 +0200
37995
37996     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
37997
37998     This patch removes all SDRAM related defines from the PPC4xx headers
37999     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
38000     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
38001
38002     It also introduces new defines for the equipped SDRAM controller based on
38003     which PPC variant is used. There new defines are:
38004
38005     used on 405GR/CR/EP and some Xilinx Virtex boards.
38006
38007     used on 440GP/GX/EP/GR.
38008
38009     used on 440EPx/GRx.
38010
38011     used on 405EX/r/440SP/SPe/460EX/GT.
38012
38013     Signed-off-by: Stefan Roese <sr@denx.de>
38014
38015 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
38016 Author: Stefan Roese <sr@denx.de>
38017 Date:   Mon Jun 2 14:35:44 2008 +0200
38018
38019     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
38020
38021     This patch consolidates the 405 and 440 parts of the NAND booting code
38022     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
38023     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
38024     Only *after* running from this location, nand_boot() is called.
38025
38026     Please note that the initsdram() call is now moved from nand_boot.c
38027     to start.S. I experienced problems with some boards like Kilauea
38028     (405EX), which don't have internal SRAM (OCM) and relocation needs to
38029     be done to SDRAM before the NAND controller can get accessed. When
38030     initdram() is called later on in nand_boot(), this can lead to problems
38031     with variables in the bss sections like nand_ecc_pos[].
38032
38033     Signed-off-by: Stefan Roese <sr@denx.de>
38034     Acked-by: Scott Wood <scottwood@freescale.com>
38035
38036 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
38037 Author: Grant Erickson <gerickson@nuovations.com>
38038 Date:   Thu May 22 14:44:24 2008 -0700
38039
38040     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
38041
38042     This patch (Part 2 of 2):
38043
38044     * Rolls up a suite of changes to enable correct primordial stack and
38045       global data handling when the data cache is used for such a purpose
38046       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
38047
38048     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
38049       eliminating redundant ECC initialization implementations and moving
38050       redundant SDRAM initialization out of board code into shared 4xx
38051       code.
38052
38053     * Enables MCSR visibility on the 405EX(r).
38054
38055     * Enables the use of the data cache for initial RAM on
38056       both AMCC's Kilauea and Makalu and removes a redundant
38057       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
38058
38059       - Removed, per Stefan Roese's request, defunct memory.c file for
38060         Makalu and rolled sdram_init from it into makalu.c.
38061
38062     With respect to the 4xx DDR initialization and ECC unification, there
38063     is certainly more work that can and should be done (file renaming,
38064     etc.). However, that can be handled at a later date on a second or
38065     third pass. As it stands, this patch moves things forward in an
38066     incremental yet positive way for those platforms that utilize this
38067     code and the features associated with it.
38068
38069     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
38070     Signed-off-by: Stefan Roese <sr@denx.de>
38071
38072 commit c821b5f120bedf73867513466412587c6912a8f8
38073 Author: Grant Erickson <gerickson@nuovations.com>
38074 Date:   Thu May 22 14:44:14 2008 -0700
38075
38076     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
38077
38078     This patch (Part 1 of 2):
38079
38080     * Rolls up a suite of changes to enable correct primordial stack and
38081       global data handling when the data cache is used for such a purpose
38082       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
38083
38084     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
38085       eliminating redundant ECC initialization implementations and moving
38086       redundant SDRAM initialization out of board code into shared 4xx
38087       code.
38088
38089     * Enables MCSR visibility on the 405EX(r).
38090
38091     * Enables the use of the data cache for initial RAM on
38092       both AMCC's Kilauea and Makalu and removes a redundant
38093       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
38094
38095       - Removed, per Stefan Roese's request, defunct memory.c file for
38096         Makalu and rolled sdram_init from it into makalu.c.
38097
38098     With respect to the 4xx DDR initialization and ECC unification, there
38099     is certainly more work that can and should be done (file renaming,
38100     etc.). However, that can be handled at a later date on a second or
38101     third pass. As it stands, this patch moves things forward in an
38102     incremental yet positive way for those platforms that utilize this
38103     code and the features associated with it.
38104
38105     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
38106     Signed-off-by: Stefan Roese <sr@denx.de>
38107
38108 commit a439680019e06171d4a5694b7992accce87f590e
38109 Author: Grant Erickson <gerickson@nuovations.com>
38110 Date:   Wed May 21 13:28:30 2008 -0700
38111
38112     PPC4xx: Simplified post_word_{load, store}
38113
38114     This patch simplifies post_word_{load,store} by using the preprocessor
38115     to eliminate redundant, copy-and-pasted code.
38116
38117     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
38118
38119 commit f979690ee337450b2030aba128f95b7a8d9881c0
38120 Author: Kumar Gala <galak@kernel.crashing.org>
38121 Date:   Thu May 15 15:13:08 2008 -0500
38122
38123     Fix warnings from gcc-4.3.0 build on a ppc host
38124
38125     * The cfi_flash.c memset fix actual allows the board to boot so there is
38126       a bit more going on here than just resolving warnings associated with
38127       uninitialized variables.
38128
38129     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
38130       inline function 'ext2_find_next_zero_bit' which is not static
38131
38132     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38133
38134 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
38135 Author: Becky Bruce <becky.bruce@freescale.com>
38136 Date:   Wed May 14 13:09:51 2008 -0500
38137
38138     MPC512x: Change traps.c to not reference non-addressable memory
38139
38140     Currently, END_OF_RAM is used by the trap code to determine if
38141     we should attempt to access the stack pointer or not. However,
38142     on systems with a lot of RAM, only a subset of the RAM is
38143     guaranteed to be mapped in and accessible.  Change END_OF_RAM
38144     to use get_effective_memsize() instead of using the raw ram
38145     size out of the bd.
38146
38147     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
38148
38149 commit 81673e9ae14b771cd13faf19947192599cae3959
38150 Author: Kumar Gala <galak@kernel.crashing.org>
38151 Date:   Tue May 13 19:01:54 2008 -0500
38152
38153     Make sure common.h is the first include.
38154
38155     If common.h isn't first we can get CONFIG_ options defined in the
38156     board config file ignored.  This can cause an issue if any of those
38157     config options impact the size of types of data structures
38158     (eg CONFIG_PHYS_64BIT).
38159
38160     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38161
38162 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
38163 Author: Marian Balakowicz <m8@semihalf.com>
38164 Date:   Tue May 13 15:53:29 2008 +0200
38165
38166     Avoid initrd and logbuffer area overlaps
38167
38168     Add logbuffer to reserved LMB areas to prevent initrd allocation
38169     from overlaping with it.
38170
38171     Make sure to use correct logbuffer base address.
38172
38173     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38174
38175 commit 6956d53d9934862507f83f0e3255dfd4662e7482
38176 Author: Sascha Laue <sascha.laue@liebherr.com>
38177 Date:   Tue May 13 13:29:54 2008 +0200
38178
38179     lwmon5: add memory-pattern-test to FPGA POST.
38180
38181 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
38182 Author: Becky Bruce <becky.bruce@freescale.com>
38183 Date:   Thu May 8 19:02:51 2008 -0500
38184
38185     PPC: 86xx Add bat registers to reginfo command
38186
38187     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
38188
38189 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
38190 Author: Becky Bruce <becky.bruce@freescale.com>
38191 Date:   Fri May 9 15:41:35 2008 -0500
38192
38193     PPC: Add print_bats() to lib_ppc/bat_rw.c
38194
38195     This function prints the values of all the BAT register
38196     pairs - I needed this for debug earlier this week; adding it to
38197     lib_ppc so others can use it (and add it to reginfo commands
38198     if so desired).
38199
38200     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
38201
38202 commit c148f24c15743a02e855636e6bed013bd121f7f2
38203 Author: Becky Bruce <becky.bruce@freescale.com>
38204 Date:   Thu May 15 21:29:04 2008 -0500
38205
38206     PPC: Change lib_ppc/bat_rw.c to use high bats
38207
38208     Currently, this code only deals with BATs 0-3, which makes
38209     it useless on systems that support BATs 4-7.  Add the
38210     support for these registers.
38211
38212     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
38213
38214 commit 31d826722434931e1152a09d140187dcf72f8aac
38215 Author: Becky Bruce <becky.bruce@freescale.com>
38216 Date:   Thu May 8 19:02:12 2008 -0500
38217
38218     PPC: Create and use CONFIG_HIGH_BATS
38219
38220     Change all code that conditionally operates on high bat
38221     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
38222     instead of the myriad ways this is done now.  Define the option
38223     for every config for which high bats are supported (and
38224     enabled by early boot, on parts where they're not always
38225     enabled)
38226
38227     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
38228
38229 commit aa3b8bf9c30065bb2ea852799d32db5020598495
38230 Author: Wolfgang Grandegger <wg@grandegger.com>
38231 Date:   Wed May 28 19:55:19 2008 +0200
38232
38233     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
38234
38235     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
38236     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38237
38238 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
38239 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38240 Date:   Wed May 28 13:06:25 2008 -0500
38241
38242     ColdFire: Add 10 base ethernet support for mcf5445x
38243
38244     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38245     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38246
38247 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
38248 Author: Jason McMullan <mcmullan@netapp.com>
38249 Date:   Fri May 30 00:53:38 2008 +0900
38250
38251     mips: Add an 'include/asm/errno.h', like all other architectures
38252
38253     All other u-boot architectures have an include/asm/errno.h, so
38254     this change adds it to the mips include/asm-mips headers also.
38255
38256     Stolen from Linux 2.6.25.
38257
38258     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
38259
38260 commit e2ad8426624bac457acc6925b6ff408e9bf20466
38261 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38262 Date:   Fri May 30 00:53:38 2008 +0900
38263
38264     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
38265
38266     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38267
38268 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
38269 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38270 Date:   Fri May 30 00:53:38 2008 +0900
38271
38272     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
38273
38274     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38275
38276 commit bf462ae450a7f2eeeddc699ed345b391e3263540
38277 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38278 Date:   Fri May 30 00:53:37 2008 +0900
38279
38280     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
38281
38282     No functional changes.
38283
38284     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38285
38286 commit 89a1550ec6b74452274a7a23127936e2c7eec711
38287 Author: Jason McMullan <mcmullan@netapp.com>
38288 Date:   Fri May 30 00:53:37 2008 +0900
38289
38290     mips: If CONFIG_CMD_SPI is defined, call spi_init()
38291
38292     The mips architecture currently does not call 'spi_init()' in the generic
38293     board initialization routine is CONFIG_CMD_SPI is defined.
38294
38295     This patch rectifies that problem.
38296
38297     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
38298     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38299
38300 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
38301 Author: Jason McMullan <mcmullan@netapp.com>
38302 Date:   Fri May 30 00:53:37 2008 +0900
38303
38304     [MIPS] lib_mips/board.c: Add nand_init
38305
38306     This patch adds the standard 'nand_init()' call to the mips generic
38307     'board_init_r()' call, bringing MIPS in line with the other architectures.
38308
38309     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
38310     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38311
38312 commit d6ac2ed893c2168738aee01579d6283af8d37045
38313 Author: Scott Wood <scottwood@freescale.com>
38314 Date:   Thu May 22 10:49:46 2008 -0500
38315
38316     Remove prototypes of nand_init() in favor of including nand.h.
38317
38318     Likewise with onenand_init().
38319
38320     Signed-off-by: Scott Wood <scottwood@freescale.com>
38321
38322 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
38323 Author: Scott Wood <scottwood@freescale.com>
38324 Date:   Thu May 22 10:49:00 2008 -0500
38325
38326     Make onenand_uboot.h self-sufficient.
38327
38328     Don't assume types are provided by previously included headers.
38329
38330     Signed-off-by: Scott Wood <scottwood@freescale.com>
38331
38332 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
38333 Author: Dirk Behme <dirk.behme@gmail.com>
38334 Date:   Wed Jan 16 14:26:59 2008 +0100
38335
38336     nand: Correct NAND erase percentage output
38337
38338     For NAND erase sizes smaller than one NAND erase block, erase
38339     percentage output becomes grater than 100% e.g.
38340
38341     -- cut --
38342       > nand info
38343     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
38344       > nand erase 0x100000 0x2000
38345     NAND erase: device 0 offset 0x100000, size 0x2000
38346     Erasing at 0x100000 -- 200% complete.
38347     OK
38348       >
38349     -- cut --
38350
38351     Correct this and give user a warning that more is erased than specified:
38352
38353     -- cut --
38354       > nand erase 0x100000 0x2000
38355     NAND erase: device 0 offset 0x100000, size 0x2000
38356     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
38357                Erasing 0x00004000 instead
38358     Erasing at 0x100000 -- 100% complete.
38359     OK
38360       >
38361     -- cut --
38362
38363     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
38364
38365 commit 5922db6c0948506be91e0de44e7a6863a18a417f
38366 Author: Stelian Pop <stelian@popies.net>
38367 Date:   Tue May 13 17:31:24 2008 +0200
38368
38369     Cleanup nand_info[] declaration.
38370
38371     The nand_info array is declared as extern in several .c files.
38372     Those days, nand.h contains a reference to the array, so there is
38373     no need to declare it elsewhere.
38374
38375     Signed-off-by: Stelian Pop <stelian@popies.net>
38376     Signed-off-by: Scott Wood <scottwood@freescale.com>
38377
38378 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
38379 Author: Scott Wood <scottwood@freescale.com>
38380 Date:   Mon May 19 09:30:43 2008 -0500
38381
38382     NAND: Provide a sane default for NAND_MAX_CHIPS.
38383
38384     This allows the header to be included regardless of whether a board's
38385     config file provides NAND-related defininitions.
38386
38387     Signed-off-by: Scott Wood <scottwood@freescale.com>
38388
38389 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
38390 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38391 Date:   Mon May 26 12:19:10 2008 +0200
38392
38393     avr32: Fix theoretical race in udelay()
38394
38395     If the specified delay is very short, the cycle counter may go past the
38396     "end" time we are waiting for before we get around to reading it.
38397
38398     Fix it by checking the different between the cycle count "now" and the
38399     cycle count at the beginning. This will work as long as the delay
38400     measured in number of cycles is below 2^31.
38401
38402     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38403
38404 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
38405 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38406 Date:   Wed May 21 13:01:09 2008 +0200
38407
38408     avr32: Compile atmel_mci.o conditionally
38409
38410     Remove #ifdef CONFIG_MMC from the source file and use conditional
38411     compilation in the Makefile instead.
38412
38413     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38414
38415 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
38416 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38417 Date:   Thu May 22 12:28:25 2008 +0200
38418
38419     avr32: Fix wrong error flags in atmel_mci driver
38420
38421     Make sure we check for CRC errors when sending commands that use CRC
38422     checking.
38423
38424     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
38425     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38426
38427 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
38428 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38429 Date:   Wed May 21 11:10:59 2008 +0200
38430
38431     avr32: Fix two warnings in atmel_mci.c
38432
38433     The warnings are harmless but annoying. Let's fix them.
38434
38435     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38436
38437 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
38438 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38439 Date:   Mon May 19 11:36:28 2008 +0200
38440
38441     avr32: Rework SDRAM initialization code
38442
38443     This cleans up the SDRAM initialization and related code a bit, and
38444     allows faster booting.
38445
38446       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
38447       * Remove memory test from sdram_init() and make caller responsible
38448         for verifying the SDRAM and determining its size.
38449       * Remove base_address member from struct sdram_config (was sdram_info)
38450       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
38451       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
38452
38453     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38454
38455 commit 95107b7c028806919630bf02c653aa8f4f867c94
38456 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38457 Date:   Mon May 19 11:27:37 2008 +0200
38458
38459     avr32: Do stricter stack checking in the exception handler
38460
38461     Don't do a stack dump if the stack pointer is outside the memory area
38462     reserved for stack.
38463
38464     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38465
38466 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
38467 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38468 Date:   Fri May 2 15:32:57 2008 +0200
38469
38470     avr32: Use the same entry point for reset and exception handling
38471
38472     Since the reset vector is always aligned to a very large boundary, we
38473     can save a couple of KB worth of alignment padding by placing the
38474     exception vectors at the same address.
38475
38476     Deciding which one it is is easy: If we're handling an exception, the
38477     CPU is in Exception mode. If we're starting up after reset, the CPU is
38478     in Supervisor mode. So this adds a very minimal overhead to the reset
38479     path (only executed once) and the exception handling path (normally
38480     never executed at all.)
38481
38482     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38483
38484 commit 0c16eed2189a190bd5655b33c029f809a9b31128
38485 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38486 Date:   Fri May 2 15:24:22 2008 +0200
38487
38488     avr32: Put memset in its own section
38489
38490     All C code is compiled with -ffunction-sections -fdata-sections.
38491     Assembly functions should get their own sections as well so that
38492     everything looks consistent.
38493
38494     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38495
38496 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
38497 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38498 Date:   Fri May 2 15:21:40 2008 +0200
38499
38500     avr32: Rename pm_init() as clk_init() and make SoC-specific
38501
38502     pm_init() was always more about clock initialization than anything
38503     else. Dealing with PLLs, clock gating and such is also inherently
38504     SoC-specific, so move it into a SoC-specific directory.
38505
38506     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38507
38508 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
38509 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38510 Date:   Wed Apr 30 16:15:57 2008 +0200
38511
38512     avr32: Use new-style Makefile for the at32ap platform
38513
38514     This makes it easier to avoid compiling certain files later.
38515
38516     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38517
38518 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
38519 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38520 Date:   Wed Apr 30 14:36:47 2008 +0200
38521
38522     avr32: Remove unused file cpu/at32ap/pm.c
38523
38524     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38525
38526 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
38527 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38528 Date:   Wed Apr 30 14:19:28 2008 +0200
38529
38530     avr32: Clean up the HMATRIX code
38531
38532     Rework the HMATRIX configuration interface so that it becomes easier
38533     to configure the HMATRIX for boards with special needs, and add new
38534     parts.
38535
38536     The HMATRIX header file has been split into a general,
38537     chip-independent part with register definitions, etc. and a
38538     chip-specific part with SFR bitfield definitions and master/slave
38539     identifiers.
38540
38541     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38542
38543 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
38544 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38545 Date:   Thu Nov 22 12:14:11 2007 +0100
38546
38547     avr32: Add support for the ATSTK1006 board
38548
38549     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
38550     board. It's currently in production and will be available soon.
38551
38552     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38553
38554 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
38555 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38556 Date:   Tue Apr 29 12:53:05 2008 +0200
38557
38558     avr32: Get rid of the .flashprog section
38559
38560     The .flashprog section was only needed back when we were running
38561     directly from flash, and it's even more useless on NGW100 since it
38562     uses the CFI flash driver which never used this workaround in the
38563     first place.
38564
38565     Remove it on STK1000 as well, and get rid of all the associated code and
38566     annotations.
38567
38568     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38569
38570 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
38571 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38572 Date:   Wed Apr 30 13:09:56 2008 +0200
38573
38574     avr32: Use correct condition around macb clock accessors
38575
38576     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
38577     the chip has a MACB controller, not when it has a USART.
38578
38579     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38580
38581 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
38582 Author: David Brownell <david-b@pacbell.net>
38583 Date:   Wed Apr 16 22:57:58 2008 -0700
38584
38585     avr32: Disable the AP7000 internal watchdog on startup
38586
38587     This patch forces the watchdog off in all cases.  That will at least
38588     get rid of the constant reboot cycle, though it won't let the watchdog
38589     actually run in the new kernels:  its probe() comes up with a polite
38590     warning.
38591
38592     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38593
38594 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
38595 Author: David Brownell <david-b@pacbell.net>
38596 Date:   Fri Feb 22 12:54:39 2008 -0800
38597
38598     avr32: stk1002 and ngw100 convergence
38599
38600     Make STK1002 and NGW100 boards act more alike:
38601       - STK boards can use as many arguments as NGW
38602       - STK boards don't need to manage FPGAs either
38603       - NGW commands should match STK ones
38604
38605     Also spell U-Boot right in prompts for STK1002 and NGW100.
38606
38607     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
38608     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
38609     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38610
38611 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
38612 Author: Sergei Poselenov <sposelenov@emcraft.com>
38613 Date:   Tue May 27 13:47:00 2008 +0200
38614
38615     Socrates: Fix PCI bus frequency report
38616
38617     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38618
38619 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
38620 Author: Sergei Poselenov <sposelenov@emcraft.com>
38621 Date:   Tue May 27 11:49:13 2008 +0200
38622
38623     Socrates: Added USB support.
38624
38625     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38626
38627 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
38628 Author: Sergei Poselenov <sposelenov@emcraft.com>
38629 Date:   Tue May 27 11:35:02 2008 +0200
38630
38631     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
38632
38633     In case of several PCI USB controllers on a board this variable
38634     specifys which controller to use.
38635     See doc/README.generic_usb_ohci for details.
38636
38637     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38638
38639 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
38640 Author: Sergei Poselenov <sposelenov@emcraft.com>
38641 Date:   Tue May 27 10:36:07 2008 +0200
38642
38643     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
38644
38645     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38646
38647 commit 83e9d7a2614d4006b92690afa3390c291734267e
38648 Author: Sergei Poselenov <sposelenov@emcraft.com>
38649 Date:   Mon May 26 18:16:04 2008 +0200
38650
38651     Socrates: Config file cleanup.
38652
38653     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38654
38655 commit 602cac1389b755b223272f2328a47e6f8c240848
38656 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38657 Date:   Sat May 24 12:47:46 2008 +0200
38658
38659     MAKEALL: add at91 list
38660
38661     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38662
38663 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
38664 Author: Ron Madrid <ron_madrid@sbcglobal.net>
38665 Date:   Fri May 23 15:37:05 2008 -0700
38666
38667     Add Marvell 88E1118 support for TSEC
38668
38669     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
38670     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38671
38672 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
38673 Author: Jens Gehrlein <sew_s@tqs.de>
38674 Date:   Mon May 5 14:06:11 2008 +0200
38675
38676     smc911x: add 16 bit support
38677
38678     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
38679     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38680
38681 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
38682 Author: Christian Eggers <ceggers@gmx.de>
38683 Date:   Wed May 21 21:29:10 2008 +0200
38684
38685     Fix endianess conversion in usb_ohci.c
38686
38687     Sorry, I forgot this line:
38688
38689     Signed-off-by: Christian Eggers <ceggers@gmx.de>
38690
38691     I think this must be swapped (result may be equal).
38692
38693 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
38694 Author: Christian Eggers <ceggers@gmx.de>
38695 Date:   Wed May 21 22:12:00 2008 +0200
38696
38697     USB: replace old swap_ with proper endianess conversion macros
38698
38699     Signed-off-by: Christian Eggers <ceggers@gmx.de>
38700     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
38701
38702 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
38703 Author: Christian Eggers <ceggers@gmx.de>
38704 Date:   Wed May 21 21:29:10 2008 +0200
38705
38706     Fix endianess conversion in usb_ohci.c
38707
38708     Signed-off-by: Christian Eggers <ceggers@gmx.de>
38709     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
38710
38711 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
38712 Author: Sergei Poselenov <sposelenov@emcraft.com>
38713 Date:   Thu May 22 01:15:53 2008 +0200
38714
38715     USB: add support for multiple PCI OHCI controllers
38716
38717     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
38718     In case of several PCI USB controllers on a board this variable
38719     specifys which controller to use.
38720
38721     Also add USB support for sokrates board.
38722
38723     See doc/README.generic_usb_ohci for details.
38724
38725     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38726     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
38727
38728 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
38729 Author: Wolfgang Denk <wd@denx.de>
38730 Date:   Wed May 21 16:56:08 2008 +0200
38731
38732     Fix some whitespace issues
38733
38734     introduced by 53677ef18 "Big white-space cleanup."
38735
38736     Signed-off-by: Wolfgang Denk <wd@denx.de>
38737
38738 commit 4416603aeb06861b468b06a981e52c3ff805db7b
38739 Author: York Sun <yorksun@freescale.com>
38740 Date:   Mon May 12 14:36:39 2008 -0500
38741
38742     Make ads5121 out-of-tree compiling safe
38743
38744     Reuse the existing DIU driver in board/freescale/common.
38745
38746     Signed-off-by: York Sun <yorksun@freescale.com>
38747
38748 commit 0e1bad47cd345c76c91a64caf41011e431b62599
38749 Author: York Sun <yorksun@freescale.com>
38750 Date:   Mon May 5 10:20:01 2008 -0500
38751
38752     Adding DIU support for Freescale 5121ADS
38753
38754     Add DIU and cfb console support to FSL 5121ADS board.
38755
38756     Use #define CONFIG_VIDEO in config file to enable fb console.
38757
38758     Signed-off-by: York Sun <yorksun@freescale.com>
38759
38760 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
38761 Author: York Sun <yorksun@freescale.com>
38762 Date:   Mon May 5 10:20:00 2008 -0500
38763
38764     Replace DPRINTF with debug
38765
38766     Remove DPRINTF macro and replace it with generic debug macro.
38767
38768     Signed-off-by: York Sun <yorksun@freescale.com>
38769
38770 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
38771 Author: York Sun <yorksun@freescale.com>
38772 Date:   Mon May 5 10:19:59 2008 -0500
38773
38774     Move pixel clock setting to board file
38775
38776     The clock divider has different format in 5121 and 8610. This patch moves it to
38777     board specific code.
38778
38779     Signed-off-by: York Sun <yorksun@freescale.com>
38780
38781 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
38782 Author: Wolfgang Denk <wd@denx.de>
38783 Date:   Tue May 20 16:00:29 2008 +0200
38784
38785     Big white-space cleanup.
38786
38787     This commit gets rid of a huge amount of silly white-space issues.
38788     Especially, all sequences of SPACEs followed by TAB characters get
38789     removed (unless they appear in print statements).
38790
38791     Also remove all embedded "vim:" and "vi:" statements which hide
38792     indentation problems.
38793
38794     Signed-off-by: Wolfgang Denk <wd@denx.de>
38795
38796 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
38797 Author: Sergei Poselenov <sposelenov@emcraft.com>
38798 Date:   Thu May 8 17:46:23 2008 +0200
38799
38800     socrates: fix second TSEC configuration (it is actually TSEC3)
38801
38802     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38803
38804 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
38805 Author: Sergei Poselenov <sposelenov@emcraft.com>
38806 Date:   Thu May 8 14:17:08 2008 +0200
38807
38808     Fixed reset for socrates
38809
38810     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38811
38812 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
38813 Author: Sergei Poselenov <sposelenov@emcraft.com>
38814 Date:   Wed May 7 15:10:49 2008 +0200
38815
38816     socrates: changes to support FDT
38817
38818     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38819     Signed-off-by: Wolfgang Denk <wd@denx.de>
38820
38821 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
38822 Author: Sergei Poselenov <sposelenov@emcraft.com>
38823 Date:   Wed Apr 30 11:42:50 2008 +0200
38824
38825     Initial support for "Socrates" board
38826
38827     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38828
38829 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
38830 Author: Yuri Tikhonov <yur@emcraft.com>
38831 Date:   Thu May 8 15:46:42 2008 +0200
38832
38833     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
38834
38835     This way we become able to utilize the full post_log_word for POST
38836     activities (overwise, POST ECC, which has 0x8000 ID, could be
38837     erroneously treated as started in post_output_backlog() even if there
38838     was actually no POST ECC run (because of OCM POST failure, for
38839     example).
38840
38841     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38842
38843 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
38844 Author: Yuri Tikhonov <yur@emcraft.com>
38845 Date:   Thu May 8 15:46:02 2008 +0200
38846
38847     POST: mark OCM test as POST_STOP
38848
38849     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38850
38851 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
38852 Author: Yuri Tikhonov <yur@emcraft.com>
38853 Date:   Thu May 8 15:45:26 2008 +0200
38854
38855     POST: add POST_STOP flag
38856
38857     Don't run futher tests in case of a test fails that is marked as
38858     POST_STOP.
38859
38860     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38861     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38862
38863 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
38864 Author: Yuri Tikhonov <yur@emcraft.com>
38865 Date:   Thu May 8 15:44:16 2008 +0200
38866
38867     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
38868
38869     Switch the OCM testid with the codec one. The reason is that current
38870     implementation requires the POST_ROM testid to fit into lower 16
38871     bits, and the codec test will never run with POST_ROM hopefully.
38872
38873     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38874
38875 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
38876 Author: Yuri Tikhonov <yur@emcraft.com>
38877 Date:   Thu May 8 15:43:28 2008 +0200
38878
38879     lwmon5: enable OCM post test on lwmon5 board
38880
38881     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38882
38883 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
38884 Author: Yuri Tikhonov <yur@emcraft.com>
38885 Date:   Thu May 8 15:42:47 2008 +0200
38886
38887     POST: OCM test added.
38888
38889     Added OCM test to POST layer. This version runs before all other tests
38890     but doesn't yet interrupt post sequence on failure.
38891
38892     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38893     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38894
38895 commit 6891260bdd935a382c95d9fa333922b0dfded68a
38896 Author: Yuri Tikhonov <yur@emcraft.com>
38897 Date:   Thu May 8 15:40:39 2008 +0200
38898
38899     POST: typo fix
38900
38901     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38902
38903 commit 727f63334676e760877d43bfb8f0e9331ac8b101
38904 Author: Hebbar <gururajakr@sanyo.co.in>
38905 Date:   Tue May 20 02:16:36 2008 -0700
38906
38907     common/usb.c: fix incorrect escape sequence
38908
38909     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
38910
38911 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
38912 Author: York Sun <yorksun@freescale.com>
38913 Date:   Thu May 15 15:26:27 2008 -0500
38914
38915     Fix 8313ERDB board configuration
38916
38917     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
38918     Correct TSEC1 vs TSEC2 assignment.
38919     Define ETHADDR and ETH1ADDR always.
38920
38921     Signed-off-by: York Sun <yorksun@freescale.com>
38922     Signed-off-by: Timur Tabi <timur@freescale.com>
38923
38924 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
38925 Author: Jon Loeliger <jdl@freescale.com>
38926 Date:   Mon May 19 09:47:25 2008 -0500
38927
38928     mpc86xx: Removed unused and unconfigured memory test code.
38929
38930     Besides, other common code exists.
38931
38932     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38933
38934 commit 180a90abdae72587c0f679edf8991455e559440d
38935 Author: Wolfgang Denk <wd@denx.de>
38936 Date:   Mon May 19 12:47:11 2008 +0200
38937
38938     Release v1.3.3
38939
38940     Update CHANGELOG for release.
38941
38942     Signed-off-by: Wolfgang Denk <wd@denx.de>
38943
38944 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
38945 Author: Stefan Roese <sr@denx.de>
38946 Date:   Mon May 19 07:14:38 2008 +0200
38947
38948     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
38949
38950     When SATA is selected (via jumper J6) we need to disable the first PCIe
38951     node in the device tree, so that Linux doesn't initialize it. Otherwise
38952     the Linux SATA driver will fail to detect the devices.
38953
38954     The same goes the other way around too. So if PCIe is selected we need
38955     to disable the SATA node in the device tree.
38956
38957     This is because PCIe port 0 and SATA on 460EX share the same pins
38958     (multiplexed) and we have to configure in U-Boot which peripheral is
38959     enabled.
38960
38961     Signed-off-by: Stefan Roese <sr@denx.de>
38962
38963 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
38964 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38965 Date:   Sun May 18 19:09:58 2008 +0200
38966
38967     i386: Fix multiple definitions of __show_boot_progress
38968
38969     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38970
38971 commit 311f3446930c1e64c12026c1cfd00500b05be52d
38972 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38973 Date:   Sun May 18 19:09:57 2008 +0200
38974
38975     sc530_spunk: add missing SOBJS entry
38976
38977     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38978
38979 commit a559317143b4f95927b08cd388707e6f077e95fa
38980 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38981 Date:   Sun May 18 19:09:56 2008 +0200
38982
38983     sc520_spunk: Fix flash
38984
38985     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
38986     flash.c:398: error: label at end of compound statement
38987
38988     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38989
38990 commit 91f221317af64191ee8caf303ea9305943158691
38991 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38992 Date:   Sun May 18 19:09:49 2008 +0200
38993
38994     drivers/pcmcia: add missing i82365
38995
38996     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38997
38998 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
38999 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39000 Date:   Sun May 18 19:09:47 2008 +0200
39001
39002     i386/bootm: remove unused var
39003
39004     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39005
39006 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
39007 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39008 Date:   Sun May 18 19:09:45 2008 +0200
39009
39010     example/gitignore: update with all generated examples
39011
39012     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39013
39014 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
39015 Author: Wolfgang Denk <wd@denx.de>
39016 Date:   Thu May 15 00:42:45 2008 +0200
39017
39018     TQM8272: fix out-of-tree building
39019
39020     ...and add to MAKEALL script
39021
39022     Signed-off-by: Wolfgang Denk <wd@denx.de>
39023
39024 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
39025 Author: Wolfgang Denk <wd@denx.de>
39026 Date:   Wed May 14 23:34:53 2008 +0200
39027
39028     environment: fix bug introduced by commit a8409f4f1ac8
39029
39030     env_get_char is not a function, but a pointer to one.
39031
39032     Signed-off-by: Wolfgang Denk <wd@denx.de>
39033
39034 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
39035 Author: Gary Jennejohn <garyj@denx.de>
39036 Date:   Wed May 14 13:39:22 2008 +0200
39037
39038     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
39039
39040     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
39041     use a redundant environment.
39042
39043     Signed-off-by: Gary Jennejohn <garyj@denx.de>
39044
39045 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
39046 Author: Wolfgang Denk <wd@denx.de>
39047 Date:   Wed May 14 13:55:30 2008 +0200
39048
39049     Fix config files for out-of-tree building
39050
39051     Several board/<...>/config.mk files include dynamically built (by
39052     the Makefile) config files but used the wrong file name of
39053         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
39054     instead if the correct
39055         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
39056
39057     The bug is nasty because the build result is correct for the (normal)
39058     in-tree builds, and because 'sinclude' is used no errors get raised
39059     even for out-of-tree build tests. But out-of-tree builds use an
39060     incomplete and thus usually incorrect configuration...
39061
39062     Signed-off-by: Wolfgang Denk <wd@denx.de>
39063
39064 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
39065 Author: Stefan Roese <sr@denx.de>
39066 Date:   Wed May 14 13:40:03 2008 +0200
39067
39068     ppc4xx: Fix bogus Canyonlands config.mk
39069
39070     This patch fixes the canyonlands config.mk file to enable correct
39071     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
39072
39073     Signed-off-by: Stefan Roese <sr@denx.de>
39074
39075 commit fdd1247a66d788a3446244f6fde9955a93c26322
39076 Author: Stefan Roese <sr@denx.de>
39077 Date:   Wed May 14 10:32:32 2008 +0200
39078
39079     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
39080
39081     Canyonlands has a file ddr2_fixed.c which needs special treatment when
39082     building in separate directory. It has to be linked to build directory
39083     otherwise it is not seen.
39084
39085     Signed-off-by: Stefan Roese <sr@denx.de>
39086
39087 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
39088 Author: Wolfgang Denk <wd@denx.de>
39089 Date:   Wed May 14 12:22:49 2008 +0200
39090
39091     environment: cleanup prototype declarations of env functions.
39092
39093     Signed-off-by: Wolfgang Denk <wd@denx.de>
39094
39095 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
39096 Author: Wolfgang Denk <wd@denx.de>
39097 Date:   Wed May 14 12:21:48 2008 +0200
39098
39099     linkstation_HGLAN: Fix out of tree building.
39100
39101     Signed-off-by: Wolfgang Denk <wd@denx.de>
39102
39103 commit 085551c05ca09e6c491ea11a1c6727a36776a545
39104 Author: Stefan Roese <sr@denx.de>
39105 Date:   Wed May 14 10:32:32 2008 +0200
39106
39107     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
39108
39109     Canyonlands has a file ddr2_fixed.c which needs special treatment when
39110     building in separate directory. It has to be linked to build directory
39111     otherwise it is not seen.
39112
39113     Signed-off-by: Stefan Roese <sr@denx.de>
39114
39115 commit 1510b82d50615f344e89d42533e8224cce067dc0
39116 Author: Wolfgang Denk <wd@denx.de>
39117 Date:   Tue May 13 23:15:52 2008 +0200
39118
39119     Makefile: fix "error: version_autogenerated.h: No such file or directory"
39120
39121     Signed-off-by: Wolfgang Denk <wd@denx.de>
39122
39123 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
39124 Author: Stelian Pop <stelian@popies.net>
39125 Date:   Tue May 13 17:31:24 2008 +0200
39126
39127     Cleanup nand_info[] declaration.
39128
39129     The nand_info array is declared as extern in several .c files.
39130     Those days, nand.h contains a reference to the array, so there is
39131     no need to declare it elsewhere.
39132
39133     Signed-off-by: Stelian Pop <stelian@popies.net>
39134     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39135
39136 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
39137 Author: Stefan Roese <sr@denx.de>
39138 Date:   Tue May 13 20:22:01 2008 +0200
39139
39140     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
39141
39142     Signed-off-by: Stefan Roese <sr@denx.de>
39143
39144 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
39145 Author: Wolfgang Denk <wd@denx.de>
39146 Date:   Mon May 12 01:11:21 2008 +0200
39147
39148     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
39149
39150     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
39151     which broke many PowerPC boards.
39152
39153 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
39154 Author: Wolfgang Denk <wd@denx.de>
39155 Date:   Mon May 12 00:56:28 2008 +0200
39156
39157     Revert "Avoid initrd and logbuffer area overlaps"
39158
39159     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
39160     which breaks building on all PPC boards that don't use a log buffer.
39161
39162 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
39163 Author: Nick Spence <nick.spence@freescale.com>
39164 Date:   Sat May 10 14:02:04 2008 -0700
39165
39166     Fix offset calculation for multi-type legacy images.
39167
39168     Calculation of tail was incorrect when size % 4 == 0.
39169
39170     New code removes the conditional and does the same thing but with arithmetic
39171
39172     Signed-off-by: Nick Spence <nick.spence@freescale.com>
39173
39174 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
39175 Author: Wolfgang Denk <wd@denx.de>
39176 Date:   Mon May 12 00:40:58 2008 +0200
39177
39178     Revert "Change env_get_char from a global function ptr to a function."
39179
39180     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
39181     which is known to break booting from dataflash and NAND.
39182
39183 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
39184 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39185 Date:   Sun May 11 23:13:57 2008 +0200
39186
39187     API: remove duplicate syscall check
39188
39189     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39190
39191 commit 67e3beb52c320b0a31cf030716c99392cde2d532
39192 Author: Stelian Pop <stelian@popies.net>
39193 Date:   Fri May 9 21:46:51 2008 +0200
39194
39195     AT91: Cleanup unused config header file definitions.
39196
39197     CONFIG_ENV_OVERWRITE is commented out in the config header files,
39198     so let's cleanup the files by removing the whole definition.
39199
39200     Signed-off-by: Stelian Pop <stelian@popies.net>
39201     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39202
39203 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
39204 Author: Stelian Pop <stelian@popies.net>
39205 Date:   Thu May 8 14:52:34 2008 +0200
39206
39207     Support AT91CAP9 revC CPUs
39208
39209     The AT91CAP9 revC CPU has a few differences over the previous,
39210     revB CPU which was distributed in small quantities only (revA was
39211     an internal Atmel product only).
39212
39213     The revC silicon needs a special initialisation sequence to
39214     switch from the internal (imprecise) RC oscillator to the
39215     external 32k clock.
39216
39217     Signed-off-by: Stelian Pop <stelian@popies.net>
39218     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39219
39220 commit 098b7b4b441b12c2a64dd517930f43c793542759
39221 Author: Stelian Pop <stelian@popies.net>
39222 Date:   Thu May 8 14:52:33 2008 +0200
39223
39224     Use custom logo for Atmel boards
39225
39226     This patch adds a custom vendor logo for the Atmel AT91 boards.
39227
39228     Signed-off-by: Stelian Pop <stelian@popies.net>
39229     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39230
39231 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
39232 Author: Stelian Pop <stelian@popies.net>
39233 Date:   Thu May 8 14:52:32 2008 +0200
39234
39235     AT91SAM9RLEK: hook up the ATMEL LCD driver
39236
39237     This patch makes the necessary adaptations (PIO configurations and
39238     defines in config header file) to hook up the Atmel LCD driver to the
39239     AT91SAM9RLEK board.
39240
39241     Signed-off-by: Stelian Pop <stelian@popies.net>
39242     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39243
39244 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
39245 Author: Stelian Pop <stelian@popies.net>
39246 Date:   Thu May 8 14:52:31 2008 +0200
39247
39248     AT91SAM9263EK: hook up the ATMEL LCD driver
39249
39250     This patch makes the necessary adaptations (PIO configurations and
39251     defines in config header file) to hook up the Atmel LCD driver to the
39252     AT91SAM9263EK board.
39253
39254     Signed-off-by: Stelian Pop <stelian@popies.net>
39255     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39256
39257 commit 820f2a958325061a446115f3035e48e4726b3390
39258 Author: Stelian Pop <stelian@popies.net>
39259 Date:   Thu May 8 14:52:30 2008 +0200
39260
39261     AT91SAM9261EK: hook up the ATMEL LCD driver
39262
39263     This patch makes the necessary adaptations (PIO configurations and
39264     defines in config header file) to hook up the Atmel LCD driver to the
39265     AT91SAM9261EK board.
39266
39267     Signed-off-by: Stelian Pop <stelian@popies.net>
39268     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39269
39270 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
39271 Author: Stelian Pop <stelian@popies.net>
39272 Date:   Thu May 8 14:52:29 2008 +0200
39273
39274     AT91CAP9ADK: hook up the ATMEL LCD driver
39275
39276     This patch makes the necessary adaptations (PIO configurations and
39277     defines in config header file) to hook up the Atmel LCD driver to the
39278     AT91CAP9ADK board.
39279
39280     Signed-off-by: Stelian Pop <stelian@popies.net>
39281     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39282
39283 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
39284 Author: Stelian Pop <stelian@popies.net>
39285 Date:   Fri May 9 21:57:18 2008 +0200
39286
39287     Add ATMEL LCD driver
39288
39289     This patch adds support for the ATMEL LCDC driver which is used on some
39290     AT91 and AVR platforms.
39291
39292     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
39293     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
39294
39295     Signed-off-by: Stelian Pop <stelian@popies.net>
39296     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39297
39298 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
39299 Author: Stelian Pop <stelian@popies.net>
39300 Date:   Thu May 8 18:52:25 2008 +0200
39301
39302     AT91SAM9RLEK support
39303
39304     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
39305     board.
39306
39307     Signed-off-by: Stelian Pop <stelian@popies.net>
39308     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39309
39310 commit 8e429b3eee23927c1222679f6b6f53667b21595c
39311 Author: Stelian Pop <stelian@popies.net>
39312 Date:   Thu May 8 18:52:23 2008 +0200
39313
39314     AT91SAM9263EK support
39315
39316     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
39317     board.
39318
39319     Signed-off-by: Stelian Pop <stelian@popies.net>
39320     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39321
39322 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
39323 Author: Stelian Pop <stelian@popies.net>
39324 Date:   Thu May 8 20:52:22 2008 +0200
39325
39326     AT91SAM9261EK support
39327
39328     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
39329     board.
39330
39331     Signed-off-by: Stelian Pop <stelian@popies.net>
39332     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39333
39334 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
39335 Author: Stelian Pop <stelian@popies.net>
39336 Date:   Thu May 8 20:52:21 2008 +0200
39337
39338     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
39339
39340     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
39341     in order to cope with the changes in DataFlash partitionning scheme
39342     (cset c3a60cb3).
39343
39344     Signed-off-by: Stelian Pop <stelian@popies.net>
39345     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39346
39347 commit 96996ac25d5222611a8888968db6e53a6d3726da
39348 Author: Stelian Pop <stelian@popies.net>
39349 Date:   Thu May 8 20:52:20 2008 +0200
39350
39351     AT91SAM9260EK: Normalize BOOTARGS
39352
39353     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
39354     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
39355     variable.
39356
39357     Signed-off-by: Stelian Pop <stelian@popies.net>
39358     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39359
39360 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
39361 Author: Stelian Pop <stelian@popies.net>
39362 Date:   Thu May 8 20:52:19 2008 +0200
39363
39364     AT91SAM9260EK: Normalize SPI timings
39365
39366     This patch changes the SPI timings to closely match the ones
39367     used by the Linux kernel and the Atmel's own bootstrap project.
39368
39369     Signed-off-by: Stelian Pop <stelian@popies.net>
39370     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39371
39372 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
39373 Author: Stelian Pop <stelian@popies.net>
39374 Date:   Thu May 8 20:52:18 2008 +0200
39375
39376     AT91SAM9260EK: Handle 8 or 16 bit NAND
39377
39378     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
39379     makes the support configurable in the board config header file
39380     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
39381
39382     Signed-off-by: Stelian Pop <stelian@popies.net>
39383     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39384
39385 commit ab52640fc01624e208424e527af0b7b3a5a65a12
39386 Author: Stelian Pop <stelian@popies.net>
39387 Date:   Thu May 8 20:52:17 2008 +0200
39388
39389     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
39390
39391     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
39392     in order to cope with the changes in DataFlash partitionning scheme
39393     (cset c3a60cb3).
39394
39395     Signed-off-by: Stelian Pop <stelian@popies.net>
39396     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39397
39398 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
39399 Author: Stelian Pop <stelian@popies.net>
39400 Date:   Thu May 8 20:52:16 2008 +0200
39401
39402     AT91CAP9ADK: Normalize BOOTARGS
39403
39404     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
39405     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
39406     variable.
39407
39408     Signed-off-by: Stelian Pop <stelian@popies.net>
39409     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39410
39411 commit 93da48b910511911ce110656e17ed733c8ac4c45
39412 Author: Stelian Pop <stelian@popies.net>
39413 Date:   Thu May 8 20:52:15 2008 +0200
39414
39415     AT91CAP9ADK: Normalize SPI timings
39416
39417     This patch changes the SPI timings to closely match the ones
39418     used by the Linux kernel and the Atmel's own bootstrap project.
39419
39420     Signed-off-by: Stelian Pop <stelian@popies.net>
39421     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39422
39423 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
39424 Author: Stelian Pop <stelian@popies.net>
39425 Date:   Thu May 8 20:52:14 2008 +0200
39426
39427     AT91CAP9ADK: Handle 8 or 16 bit NAND
39428
39429     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
39430     makes the support configurable in the board config header file
39431     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
39432
39433     Signed-off-by: Stelian Pop <stelian@popies.net>
39434     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39435
39436 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
39437 Author: Stelian Pop <stelian@popies.net>
39438 Date:   Thu May 8 20:52:13 2008 +0200
39439
39440     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
39441
39442     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
39443     below avoids the duplication of u-boot.lds by putting the file in the
39444     cpu directory instead of the board one.
39445
39446     Signed-off-by: Stelian Pop <stelian@popies.net>
39447     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39448
39449 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
39450 Author: Stelian Pop <stelian@popies.net>
39451 Date:   Thu May 8 20:52:12 2008 +0200
39452
39453     Add proper copyright notices in Atmel boards Makefiles
39454
39455     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
39456     copyright notice. This patch adds the missing pieces.
39457
39458     Signed-off-by: Stelian Pop <stelian@popies.net>
39459     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39460
39461 commit e817a042cef6164bf26fee86f90326f2ec9e6745
39462 Author: Stelian Pop <stelian@popies.net>
39463 Date:   Thu May 8 20:52:11 2008 +0200
39464
39465     Add copyright information in Atmel boards partition.c
39466
39467     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
39468     the new created files. This patch fixes the problem.
39469
39470     Signed-off-by: Stelian Pop <stelian@popies.net>
39471     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39472
39473 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
39474 Author: Stelian Pop <stelian@popies.net>
39475 Date:   Thu May 8 20:52:10 2008 +0200
39476
39477     Update origin and copyright information in arch-at91sam9 header files
39478
39479     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
39480     copied from the Linux kernel sources. This patch explicitly specifies
39481     this origin for all the copied headers, and for those missing copyright
39482     information, adds it.
39483
39484     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
39485     in the latest kernel sources by 'at91sam9_smc.h'.
39486
39487     The copyright information has been confirmed by the AT91 Linux kernel
39488     maintainer, Andrew Victor <avictor.za@gmail.com>.
39489
39490     Signed-off-by: Stelian Pop <stelian@popies.net>
39491     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39492
39493 commit 79dd1712689d6a5031d7cbff54957049680751c7
39494 Author: Markus KlotzbĂ¼cher <mk@denx.de>
39495 Date:   Thu May 8 16:00:55 2008 +0200
39496
39497     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
39498
39499     When using dhcp/bootp the "netmask" environment variable is not set
39500     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
39501     desireable, so the following patch adds this this option to the board
39502     config.
39503
39504     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
39505     Signed-off-by: Stefan Roese <sr@denx.de>
39506
39507 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
39508 Author: Stefan Roese <sr@denx.de>
39509 Date:   Sat May 10 10:30:36 2008 +0200
39510
39511     ppc4xx: Update Makalu defconfig to use device-tree booting as default
39512
39513     This patch reworks the default environment on Makalu. Now "net_nfs" for
39514     example uses the device-tree style booting formerly know as "net_nfs_fdt".
39515     Also the addresses in RAM were changed because of the new image booting
39516     support, which check for image overwriting. So the addresses needed to
39517     get adjusted.
39518
39519     Signed-off-by: Stefan Roese <sr@denx.de>
39520
39521 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
39522 Author: Becky Bruce <bgill@freescale.com>
39523 Date:   Wed May 7 13:28:16 2008 -0500
39524
39525     PPC: fix map_physmem build warning
39526
39527     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
39528     enabled.  This quiets the warning.
39529
39530     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
39531
39532 commit 36f32675f40292002ee1fed252c180a43022d2d4
39533 Author: Becky Bruce <bgill@freescale.com>
39534 Date:   Wed May 7 13:24:57 2008 -0500
39535
39536     Update pci code to use phys_addr_t
39537
39538     Physical addrs need to be represented by phys_addr_t, not
39539     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
39540     are going to fail mightily.
39541
39542     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
39543
39544 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
39545 Author: Nick Spence <nick.spence@freescale.com>
39546 Date:   Thu May 8 22:32:22 2008 -0700
39547
39548     Support legacy multi-type images without FDT section.
39549
39550     This patch enables legacy multi-type images containing only a Linux kernel
39551     and root file system to be loaded, maintaining compatibility with previous
39552     versions of u-boot.
39553
39554     This is required when using old image files such as a Linux 2.4 kernel /
39555     filesystem.
39556
39557     Signed-off-by: Nick Spence <nick.spence@freescale.com>
39558     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
39559
39560 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
39561 Author: Wolfgang Denk <wd@denx.de>
39562 Date:   Sat May 10 00:38:02 2008 +0200
39563
39564     Update CHANGELOG.
39565
39566     Signed-off-by: Wolfgang Denk <wd@denx.de>
39567
39568 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
39569 Author: Wolfgang Denk <wd@denx.de>
39570 Date:   Sat May 10 00:36:09 2008 +0200
39571
39572     post/cpu/ppc4xx/Makefile: line length cleanup
39573
39574     Signed-off-by: Wolfgang Denk <wd@denx.de>
39575
39576 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
39577 Author: Stelian Pop <stelian@popies.net>
39578 Date:   Thu May 8 22:52:09 2008 +0200
39579
39580     Fix @ -> <at> substitution
39581
39582     When applying the AT91CAP9 patches upstream, something transformed
39583     the '@' character into the ' <at> ' sequence.
39584
39585     The patch below restores the original form in all the places where
39586     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
39587     were copied from AT91CAP9, and a couple of other files where the
39588     ' <at> ' sequence was present).
39589
39590     Signed-off-by: Stelian Pop <stelian@popies.net>
39591
39592 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
39593 Author: Stelian Pop <stelian@popies.net>
39594 Date:   Thu May 8 22:52:10 2008 +0200
39595
39596     Update origin and copyright information in arch-at91sam9 header files
39597
39598     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
39599     copied from the Linux kernel sources. This patch explicitly specifies
39600     this origin for all the copied headers, and for those missing copyright
39601     information, adds it.
39602
39603     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
39604     in the latest kernel sources by 'at91sam9_smc.h'.
39605
39606     The copyright information has been confirmed by the AT91 Linux kernel
39607     maintainer, Andrew Victor <avictor.za@gmail.com>.
39608
39609     Signed-off-by: Stelian Pop <stelian@popies.net>
39610
39611 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
39612 Author: Stelian Pop <stelian@popies.net>
39613 Date:   Thu May 8 22:52:11 2008 +0200
39614
39615     Add copyright information in Atmel boards partition.c
39616
39617     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
39618     the new created files. This patch fixes the problem.
39619
39620     Signed-off-by: Stelian Pop <stelian@popies.net>
39621
39622 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
39623 Author: Guennadi Liakhovetski <lg@denx.de>
39624 Date:   Thu May 8 10:09:27 2008 +0200
39625
39626     mx31ads: fix 32kHz clock handling
39627
39628     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
39629     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
39630     Also fix a typo when verifying a jumper configuration. While at it, make
39631     two needlessly global functions static.
39632
39633     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39634
39635 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
39636 Author: Marian Balakowicz <m8@semihalf.com>
39637 Date:   Wed May 7 13:10:04 2008 +0200
39638
39639     Avoid initrd and logbuffer area overlaps
39640
39641     Add logbuffer to reserved LMB areas to prevent initrd allocation
39642     from overlaping with it.
39643
39644     Make sure to use correct logbuffer base address.
39645
39646     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39647
39648 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
39649 Author: Marian Balakowicz <m8@semihalf.com>
39650 Date:   Wed May 7 13:08:54 2008 +0200
39651
39652     ppc: Cleanup get_effective_memsize() use
39653
39654     Removed duplicated effective memory size calculation code.
39655
39656     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39657
39658 commit 273c37d843d5b581090378016cd12dd9c586907b
39659 Author: Marian Balakowicz <m8@semihalf.com>
39660 Date:   Wed May 7 09:03:53 2008 +0200
39661
39662     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
39663
39664     Recent modifcations to LOGBUFFER handling code were incorrecly
39665     introduced to fit_check_kernel() routine during
39666     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
39667     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
39668
39669     This patch cleans up this merge issue.
39670
39671     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39672
39673 commit bc11756daff89a3de09ca80adac962b88cf06e6e
39674 Author: Grant Erickson <gerickson@nuovations.com>
39675 Date:   Tue May 6 20:16:15 2008 -0700
39676
39677     Propagate Error Status to the Shell on fw_printenv Errors
39678
39679     Changed implementation such that fw_printenv returns failure status
39680     when one or more specified variables do not exist or when incorrect
39681     command syntax is used.
39682
39683     This aids scripting fw_printenv such that the script can key of the
39684     return status rather than relying on standard error "scraping".
39685
39686     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
39687     Signed-off-by: Wolfgang Denk <wd@denx.de>
39688
39689 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
39690 Author: Grant Erickson <gerickson@nuovations.com>
39691 Date:   Tue May 6 16:18:00 2008 -0700
39692
39693     Fix Compilation Errors with 'tools/env/fw_printenv'
39694
39695     In the current top-of-tree, 1.3.3.-rc2, the optional tool
39696     'tools/env/fw_printenv' fails to compile for two reasons:
39697
39698     1) The header watchdog.h cannot be found.
39699     2) The header zlib.h is picked up from the tool chain rather than the
39700        project causing a prototype conflict for crc32.
39701
39702     This patch addresses both of these issues.
39703
39704     Platforms Tested On:
39705     - AMCC "Kilauea"
39706
39707     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
39708
39709 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
39710 Author: James Yang <James.Yang@freescale.com>
39711 Date:   Mon May 5 10:22:53 2008 -0500
39712
39713     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
39714
39715     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
39716     work before relocating to RAM because command history is written into
39717     a global array that is not writable before relocation.  This patch
39718     defers to the no-editing and no-history code in readline_into_buffer()
39719     if it is called before relocation.
39720
39721     Signed-off-by: James Yang <James.Yang@freescale.com>
39722     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39723
39724 commit 726c0f1e5f108dccea052965123b95837d2bd402
39725 Author: Detlev Zundel <dzu@denx.de>
39726 Date:   Mon May 5 16:11:22 2008 +0200
39727
39728     cosmetic: Adjust coding style for switch statements to be consistent
39729
39730     Signed-off-by: Detlev Zundel <dzu@denx.de>
39731
39732 commit 574b319512b13e10800f0045e39b993f4ca25e42
39733 Author: Detlev Zundel <dzu@denx.de>
39734 Date:   Mon May 5 16:11:21 2008 +0200
39735
39736     Fix disk type output in disk/part.c
39737
39738     Signed-off-by: Detlev Zundel <dzu@denx.de>
39739
39740 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
39741 Author: Vlad Lungu <vlad.lungu@windriver.com>
39742 Date:   Mon May 5 14:20:03 2008 +0300
39743
39744     Mail address change, documentation modified
39745
39746     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
39747
39748 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
39749 Author: Michal Simek <monstr@monstr.eu>
39750 Date:   Sun May 4 15:42:41 2008 +0200
39751
39752     microblaze: Repare intc handling
39753
39754     Signed-off-by: Michal Simek <monstr@monstr.eu>
39755
39756 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
39757 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39758 Date:   Sun May 4 15:17:52 2008 +0200
39759
39760     include/gitignore: update to all architectures
39761
39762     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39763
39764 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
39765 Author: Marcel Ziswiler <marcel@ziswiler.com>
39766 Date:   Mon May 5 02:12:06 2008 +0200
39767
39768     ide: Remove spurious second include of io.h
39769
39770     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
39771
39772     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
39773
39774 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
39775 Author: Adrian Filipi <adrian.filipi@eurotech.com>
39776 Date:   Tue May 6 16:46:37 2008 -0400
39777
39778     Fix some typos
39779
39780     This patch fixes three typos.
39781     The first is a repetition of CONFIG_CMD_BSP.
39782     The second makes the #endif comment match its #if.
39783     The third is a spelling error.
39784
39785     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
39786
39787 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
39788 Author: Grant Erickson <gerickson@nuovations.com>
39789 Date:   Sun May 4 16:45:01 2008 -0700
39790
39791     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
39792
39793     Add support for the recognition of 'powerpc' as an alias for the PowerPC
39794     architecture type since Linux is already trending in that direction,
39795     preferring 'powerpc' to 'ppc'.
39796
39797     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
39798
39799 commit f5a24259190c388c2527bdc49fee34577d862cc7
39800 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
39801 Date:   Fri May 2 13:35:15 2008 -0700
39802
39803     7450 and 86xx L2 cache invalidate bug corrections
39804
39805     The 7610 and related parts have an L2IP bit in the L2CR that is
39806     monitored to signal when the L2 cache invalidate is complete whereas the
39807     7450 and related parts utilize L2I for this purpose. However, the
39808     current code does not account for this difference. Additionally the 86xx
39809     L2 cache invalidate code used an "andi" instruction where an "andis"
39810     instruction should have been used.
39811
39812     This patch addresses both of these bugs.
39813
39814     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
39815     Acked-By: Jon Loeliger <jdl@freescale.com>
39816
39817 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
39818 Author: Wolfgang Denk <wd@denx.de>
39819 Date:   Fri May 9 10:16:13 2008 +0200
39820
39821     Avoid infinite loop "Generating include/autoconf.mk"
39822
39823     Fix a bogus circular dependency that caused an infinite loop of
39824     "Generating include/autoconf.mk" again and again.
39825
39826     Signed-off-by: Wolfgang Denk <wd@denx.de>
39827
39828 commit 567fb852178dbf59529d7301620a3f3732a4b02d
39829 Author: Stelian Pop <stelian@popies.net>
39830 Date:   Thu May 8 22:52:09 2008 +0200
39831
39832     Fix @ -> <at> substitution
39833
39834     When applying the AT91CAP9 patches upstream, something transformed
39835     the '@' character into the ' <at> ' sequence.
39836
39837     The patch below restores the original form in all the places where
39838     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
39839     were copied from AT91CAP9, and a couple of other files where the
39840     ' <at> ' sequence was present).
39841
39842     Signed-off-by: Stelian Pop <stelian@popies.net>
39843     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39844
39845 commit 73ccb3410a0785593cda7aee455dfc51f790e281
39846 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
39847 Date:   Mon Apr 28 14:04:32 2008 +0200
39848
39849     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
39850
39851     Signed-off-by: Gary Jennejohn <garyj@denx.de>
39852     Signed-off-by: Stefan Roese <sr@denx.de>
39853
39854 commit ef2642625cbfb1c3695e3478d08ae515052a4950
39855 Author: Stefan Roese <sr@denx.de>
39856 Date:   Thu May 8 11:10:46 2008 +0200
39857
39858     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
39859
39860     Signed-off-by: Stefan Roese <sr@denx.de>
39861
39862 commit a00eccfebc954ad9485161efeca7d9aaf626d530
39863 Author: Stefan Roese <sr@denx.de>
39864 Date:   Thu May 8 11:05:15 2008 +0200
39865
39866     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
39867
39868     This patch adds fdt (flattened device tree) support to all remaining AMCC
39869     eval boards. Most newer boards already support device tree. With this patch,
39870     all AMCC boards now enable device tree passing from U-Boot to Linux
39871     arch/powerpc kernels.
39872
39873     Signed-off-by: Stefan Roese <sr@denx.de>
39874
39875 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
39876 Author: Stefan Roese <sr@denx.de>
39877 Date:   Thu May 8 11:01:09 2008 +0200
39878
39879     ppc4xx: Add weak default ft_board_setup() routine
39880
39881     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
39882     This routine is defined as weak and can be overwritten by a board specific
39883     one if needed.
39884
39885     Signed-off-by: Stefan Roese <sr@denx.de>
39886
39887 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
39888 Author: Stefan Roese <sr@denx.de>
39889 Date:   Thu May 8 10:48:58 2008 +0200
39890
39891     ppc4xx: acadia: Add fdt support and fix section overlap problem
39892
39893     This patch adds fdt (flattened device tree) support to the AMCC
39894     Acadia eval board. This increases the image size and it doesn't
39895     fit anymore into 256kByte. Since we didn't want to remove features
39896     from the configuration, we decided to increase the U-Boot image size
39897     (add one flash sector).
39898
39899     Also changed the default environment definition to make it
39900     independent of such changes.
39901
39902     Signed-off-by: Stefan Roese <sr@denx.de>
39903
39904 commit 4adb3023de75bc150f088c8935db340930ad38c8
39905 Author: Ira Snyder <iws@ovro.caltech.edu>
39906 Date:   Tue Apr 29 11:18:54 2008 -0700
39907
39908     ppc4xx: Add device tree support to AMCC Yosemite
39909
39910     Add support for booting with a device tree blob. This is needed to boot
39911     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
39912     via the ethaddr variable.
39913
39914     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
39915     Signed-off-by: Stefan Roese <sr@denx.de>
39916
39917 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
39918 Author: Dave Mitchell <dmitchell@amcc.com>
39919 Date:   Wed May 7 09:00:23 2008 -0700
39920
39921     ppc4xx: Fix typos in 460GT/EX FBDV array
39922
39923     Corrected two typos in the 460GT/EX FBDV array.
39924
39925     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
39926     Signed-off-by: Stefan Roese <sr@denx.de>
39927
39928 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
39929 Author: Andy Fleming <afleming@freescale.com>
39930 Date:   Wed May 7 16:54:31 2008 -0500
39931
39932     85xx: Limit CPU2 workaround to parts that have the errata
39933
39934     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
39935     Signed-off-by: Andy Fleming <afleming@freescale.com>
39936
39937 commit a5fe514e8ace564300d2c1d73846ddff49654243
39938 Author: Lee Nipper <lee.nipper@freescale.com>
39939 Date:   Fri Apr 25 15:44:45 2008 -0500
39940
39941     mpc83xx: system performance settings for MPC8349EMDS.
39942
39943     These same settings are used on MPC8349ITX, and
39944     improve performance on MPC8349EMDS.
39945
39946     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
39947     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39948
39949 commit 49387dba910e485640b575e920ee463b7e611dc3
39950 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39951 Date:   Tue May 6 13:22:52 2008 +0900
39952
39953     [MIPS] cpu/mips/cache.S: Fix build warning
39954
39955     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
39956     warns illegal global symbol references by bal (and jal also) instruction.
39957     This does not happen with the latest binutils v2.18.
39958
39959     Here's an example on gth2_config:
39960
39961     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
39962     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
39963     c -EB -c -o cache.o cache.S
39964     cache.S: Assembler messages:
39965     cache.S:243: Warning: Pretending global symbol used as branch target is local.
39966     cache.S:250: Warning: Pretending global symbol used as branch target is local.
39967
39968     In principle, gas might be sensitive to global symbol references in PIC
39969     code because they should be processed through GOT (global offset table).
39970     But if `bal' instruction is used, it results in PC-based offset jump.
39971     This is the cause of this warning.
39972
39973     In practice, we know it doesn't matter whether PC-based reference or GOT-
39974     based. As for this case, both will work before/after relocation. But let's
39975     fix the code.
39976
39977     This patch explicitly sets up a target address, then jump there.
39978     Here's an example of disassembled code with/without this patch.
39979
39980      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
39981      9000066c:       ac80fffc        sw      zero,-4(a0)
39982      90000670:       01402821        move    a1,t2
39983     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
39984     -90000678:       01803021        move    a2,t4
39985     -9000067c:       01602821        move    a1,t3
39986     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
39987     -90000684:       01a03021        move    a2,t5
39988     -90000688:       03000008        jr      t8
39989     -9000068c:       00000000        nop
39990     +90000674:       01803021        move    a2,t4
39991     +90000678:       8f8f83ec        lw      t7,-31764(gp)
39992     +9000067c:       01e0f809        jalr    t7
39993     +90000680:       00000000        nop
39994     +90000684:       01602821        move    a1,t3
39995     +90000688:       01a03021        move    a2,t5
39996     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
39997     +90000690:       01e0f809        jalr    t7
39998     +90000694:       00000000        nop
39999     +90000698:       03000008        jr      t8
40000     +9000069c:       00000000        nop
40001
40002     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40003
40004 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
40005 Author: Vlad Lungu <vlad.lungu@windriver.com>
40006 Date:   Mon May 5 14:04:00 2008 +0300
40007
40008     Allow building mips versions with ELDK 3.1.1
40009
40010     .gpword works only with local symbols on certain binutils versions
40011
40012     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
40013
40014 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
40015 Author: Wolfgang Denk <wd@denx.de>
40016 Date:   Mon May 5 12:52:36 2008 +0200
40017
40018     MAKEALL: add inka4x0 board
40019
40020     Signed-off-by: Wolfgang Denk <wd@denx.de>
40021
40022 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
40023 Author: Wolfgang Denk <wd@denx.de>
40024 Date:   Sun May 4 21:34:23 2008 +0200
40025
40026     kb9202 board: fix build problem.
40027
40028     Signed-off-by: Wolfgang Denk <wd@denx.de>
40029
40030 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
40031 Author: Wolfgang Denk <wd@denx.de>
40032 Date:   Sun May 4 12:10:33 2008 +0200
40033
40034     Prepare for v1.3.3-rc3
40035
40036     Update ChNAGELOG, minor white space cleanup.
40037
40038     Signed-off-by: Wolfgang Denk <wd@denx.de>
40039
40040 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
40041 Author: Wolfgang Denk <wd@denx.de>
40042 Date:   Sun May 4 00:35:15 2008 +0200
40043
40044     drivers/net/tsec.c: Fix typo.
40045
40046     Signed-off-by: Wolfgang Denk <wd@denx.de>
40047
40048 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
40049 Author: Mike Frysinger <vapier@gentoo.org>
40050 Date:   Fri May 2 21:45:12 2008 -0400
40051
40052     version_autogenerated.h: use printf rather than echo -n
40053
40054     Some systems are dumb and do not implement the -n flag to echo (like OS X).
40055     Convert the Makefile to use printf as this should work everywhere.
40056
40057     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40058     Signed-off-by: Wolfgang Denk <wd@denx.de>
40059
40060 commit 4acc2a108ad0a669165924704a6cb083f9138242
40061 Author: Mike Frysinger <vapier@gentoo.org>
40062 Date:   Fri May 2 18:17:50 2008 -0400
40063
40064     fix building when saveenv is disabled in some setups
40065
40066     If you enable environment in the flash, but disable the embedded
40067     option, and you disable the saveenv command, then the #if nested
40068     logic will trigger a compile failure:
40069     env_flash.c: In function 'env_relocate_spec':
40070     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
40071     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
40072
40073     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40074
40075 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
40076 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
40077 Date:   Fri May 2 16:10:04 2008 -0400
40078
40079     SBC8548: fix address mask to allow 64M flash
40080
40081     Fix incorrect mask to enable all 64MB of onboard flash.
40082     Previously U-Boot incorrectly mapped only 8MB of flash, this
40083     patch correctly maps all the available flash.
40084
40085     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
40086
40087 commit 3648085c464c8c22ef76fab006ca4344d3796124
40088 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40089 Date:   Fri May 2 19:48:56 2008 +0200
40090
40091     qemu_mips: add README
40092
40093     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40094
40095 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
40096 Author: Marcel Ziswiler <marcel@ziswiler.com>
40097 Date:   Fri May 2 02:35:59 2008 +0200
40098
40099     Fix misspelled comment
40100
40101     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
40102
40103 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
40104 Author: Mike Frysinger <vapier@gentoo.org>
40105 Date:   Thu May 1 04:13:05 2008 -0400
40106
40107     mkimage: make mmap() checks consistent
40108
40109     The mmap() related code is full of inconsistent casts/constants when
40110     it comes to error checking, and may break when building on some
40111     systems (like ones that do not implicitly define the caddr_t type).
40112     Let's just avoid the whole mess by writing the code nice and clean in
40113     the first place.
40114
40115     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40116
40117 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
40118 Author: Marcel Ziswiler <marcel@ziswiler.com>
40119 Date:   Thu May 1 09:05:34 2008 +0200
40120
40121     Fix defined but not used build warning
40122
40123     - warning: 'srom' defined but not used
40124
40125     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
40126
40127 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
40128 Author: Marcel Ziswiler <marcel@ziswiler.com>
40129 Date:   Thu May 1 09:05:26 2008 +0200
40130
40131     Fix implicit declaration build warnings
40132
40133     - warning: implicit declaration of function â€˜serial_initialize’
40134
40135     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
40136
40137 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
40138 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
40139 Date:   Tue Apr 29 19:18:32 2008 +0200
40140
40141     TSEC: add config options for VSC8601 RGMII PHY
40142
40143     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
40144     and Tx clock lines. They are configured using 2 bits in extended
40145     register 0x17.
40146     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
40147     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
40148
40149     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
40150     Acked-by: Andy Fleming <afleming@freescale.com>
40151     Acked-by: Ben Warren <biggerbadderben@gmail.com>
40152     --
40153
40154      drivers/net/tsec.c |    6 ++++++
40155      drivers/net/tsec.h |    3 +++
40156      2 files changed, 9 insertions(+), 0 deletions(-)
40157
40158 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
40159 Author: Wolfgang Denk <wd@denx.de>
40160 Date:   Sat May 3 23:07:15 2008 +0200
40161
40162     Revert "ColdFire: Get information from the correct GCC"
40163
40164     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
40165     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
40166
40167 commit c4e5f52a58d278eebb87f476e353972c5dacea40
40168 Author: Wolfgang Denk <wd@denx.de>
40169 Date:   Sat May 3 22:25:00 2008 +0200
40170
40171     config.mk: use correct (cross) compiler
40172
40173     Some config.mk files reference $(CC) to test for specific tool chain
40174     features, so make sure $(CC) gets set before including any such
40175     config files.
40176
40177     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
40178     the correct GCC").
40179
40180     Signed-off-by: Wolfgang Denk <wd@denx.de>
40181
40182 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
40183 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40184 Date:   Thu May 1 02:13:44 2008 +0200
40185
40186     pxa: fix previous definition on cpu init
40187
40188     start.S:183:1: warning: "ICMR" redefined
40189     In file included from start.S:33:
40190     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
40191     start.S:187:1: warning: "RCSR" redefined
40192     ...
40193
40194     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40195
40196 commit 6d12e697de794d700767f22f950e3026ccf4daf6
40197 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40198 Date:   Thu May 1 02:13:43 2008 +0200
40199
40200     pxa: fix pcmcia operation on 'i' may be undefined
40201
40202     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40203     Signed-off-by: Wolfgang Denk <wd@denx.de>
40204
40205 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
40206 Author: Kumar Gala <galak@kernel.crashing.org>
40207 Date:   Wed Apr 30 16:24:35 2008 -0500
40208
40209     MPC8610HPCD: Drop -O2 from the build flags
40210
40211     Make the flags use -Os like all other boards
40212
40213     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40214
40215 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
40216 Author: Stefan Roese <sr@denx.de>
40217 Date:   Wed Apr 30 15:50:39 2008 +0200
40218
40219     RTC: Fix month offset by one problem in M41T62 RTC driver
40220
40221     This patch fixes a problem with the month being read and written
40222     incorrectly (offset by one). This only gets visible by also using
40223     the Linux driver (rtc-m41t80).
40224
40225     Tested on AMCC Canyonlands.
40226
40227     Signed-off-by: Stefan Roese <sr@denx.de>
40228
40229 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
40230 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40231 Date:   Sat May 3 13:51:44 2008 +0900
40232
40233     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
40234
40235     Current trick to pick up GNU assembler minor version uses a dot(.) as a
40236     delimiter, and take the second field to obtain minor version number. But
40237     as can be expected, this doesn't work with a version string which has
40238     dots more than needs.
40239
40240     Here's an example:
40241
40242     $ mips-linux-gnu-as --version | grep 'GNU assembler'
40243     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
40244     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
40245     2-129) 2
40246     $
40247
40248     This patch restricts the version format to 2.XX.XX... This will work
40249     in most cases.
40250
40251     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
40252     2.18.50.20080215
40253     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
40254     18
40255     $
40256
40257     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40258
40259 commit ea638951acead7f1086c908c0b9f086beab82a22
40260 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40261 Date:   Sat May 3 13:51:28 2008 +0900
40262
40263     [MIPS] cpu/mips/cache.S: Add dcache_enable
40264
40265     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
40266     "allow ports to override bootelf behavior") requires ports to have this
40267     function.
40268
40269     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40270     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40271
40272 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
40273 Author: Wolfgang Denk <wd@denx.de>
40274 Date:   Thu May 1 21:30:16 2008 +0200
40275
40276     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
40277
40278     Onenand needs a version of memcpy() which performs 16 bit accesses
40279     only; make sure the name does not conflict with the standard
40280     function.
40281
40282     Signed-off-by: Wolfgang Denk <wd@denx.de>
40283
40284 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
40285 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40286 Date:   Wed Apr 30 22:38:17 2008 +0200
40287
40288     cmd_nand: fix warning: str2long ncompatible pointer type
40289
40290     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40291
40292 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
40293 Author: Timur Tabi <timur@freescale.com>
40294 Date:   Fri Apr 4 11:16:11 2008 -0500
40295
40296     Fix calculation of I2C clock for some 86xx chips
40297
40298     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
40299     There is no pattern that can be used to determine which chips use which
40300     frequency, so the only way to determine is to look up the actual SOC
40301     designation and use the right value for that SOC.
40302
40303     Signed-off-by: Timur Tabi <timur@freescale.com>
40304
40305 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
40306 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40307 Date:   Wed Apr 30 12:11:19 2008 -0500
40308
40309     ColdFire: Fix ethernet hang issue for mcf547x_8x
40310
40311     The ethernet hang is caused by receiving buffer in DRAM is not
40312     yet ready due to access cycles require longer time in DRAM.
40313     Relocate DMA buffer descriptors from DRAM to internal SRAM.
40314
40315     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40316
40317 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
40318 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40319 Date:   Wed Apr 30 12:10:47 2008 -0500
40320
40321     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
40322
40323     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
40324     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40325
40326 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
40327 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40328 Date:   Wed Apr 30 12:10:23 2008 -0500
40329
40330     ColdFire: Get information from the correct GCC
40331
40332     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
40333     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40334
40335 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
40336 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
40337 Date:   Wed Apr 30 18:02:59 2008 +0200
40338
40339     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
40340
40341     Fix warnings
40342
40343     nv_nand.c: In function 'saveenv':
40344     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
40345     env_nand.c: In function 'env_relocate_spec':
40346     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
40347
40348     if compiled for davinci_schmoogie_config.
40349
40350     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
40351     Ack by: Sergey Kubushyn <ksi@koi8.net>
40352
40353 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
40354 Author: Anatolij Gustschin <agust@denx.de>
40355 Date:   Wed Apr 30 13:34:40 2008 +0200
40356
40357     Fix warnings while compiling net/net.c for MPC8610HPCD board
40358
40359     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
40360     causing overriding default -Os option. New gcc (ver. 4.2.2)
40361     produces warnings while compiling net/net.c file with -O2
40362     option. The patch is an attempt to fix this.
40363
40364     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40365
40366 commit 58b575e575c25fdf8c88141e145db201f3092149
40367 Author: Sascha Laue <Sascha.Laue@gmx.biz>
40368 Date:   Wed Apr 30 15:23:38 2008 +0200
40369
40370     lwmon5: fix offset error in sysmon0 POST
40371
40372     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
40373     Signed-off-by: Wolfgang Denk <wd@denx.de>
40374
40375 commit e7419b243a373de4ee042f7d4f45f66de787240d
40376 Author: Sascha Laue <Sascha.Laue@gmx.biz>
40377 Date:   Wed Apr 30 15:16:35 2008 +0200
40378
40379     lwmon5: fix manual merge error in POST
40380
40381     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
40382
40383 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
40384 Author: Wolfgang Denk <wd@denx.de>
40385 Date:   Wed Apr 30 17:46:26 2008 +0200
40386
40387     cmd_nand.c: fix another 'incompatible pointer type' warning.
40388
40389     Signed-off-by: Wolfgang Denk <wd@denx.de>
40390
40391 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
40392 Author: Wolfgang Denk <wd@denx.de>
40393 Date:   Wed Apr 30 17:25:07 2008 +0200
40394
40395     Makefile: fix parallel builds
40396
40397     This problem shows up with parallel builds only; it results in
40398     somewhat cryptic error messages like
40399
40400         $ JOBS=-j6 MAKEALL netstar
40401         Configuring for netstar board...
40402         arm-linux-ld: cannot find -lgeneric
40403         make[1]: *** [eeprom.srec] Error 1
40404
40405     A few boards (like netstar and voiceblue) need some libraries for
40406     building; however, the board Makefile does not contain any such
40407     dependencies which may cause problems with parallel builds. Adding
40408     such dependencies is difficult as we would also have to provide build
40409     rules, which already exist in the respective library Makefiles.
40410
40411     To solve this, we make sure that all libraries get built before the
40412     board code.
40413
40414     Signed-off-by: Wolfgang Denk <wd@denx.de>
40415
40416 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
40417 Author: Stefan Roese <sr@denx.de>
40418 Date:   Wed Apr 30 14:51:36 2008 +0200
40419
40420     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
40421
40422     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
40423     used for NAND booting to match the values needed for the new 512MB
40424     DIMM modules shipped with the productions boards:
40425
40426     Crucial: CT6464AC667.8FB
40427
40428     Signed-off-by: Stefan Roese <sr@denx.de>
40429
40430 commit ea9202a659dc75996facf1475f1866a19a9d3129
40431 Author: Stefan Roese <sr@denx.de>
40432 Date:   Wed Apr 30 10:49:43 2008 +0200
40433
40434     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
40435
40436     This patch fixes a problem with DIMMs that have 8 banks. Now the
40437     MCIF0_MBxCF register will be setup correctly for this setup too.
40438
40439     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
40440
40441     Signed-off-by: Stefan Roese <sr@denx.de>
40442
40443 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
40444 Author: Wolfgang Denk <wd@denx.de>
40445 Date:   Tue Apr 29 23:41:06 2008 +0200
40446
40447     Prepare v1.3.3-rc2, again.
40448
40449     Signed-off-by: Wolfgang Denk <wd@denx.de>
40450
40451 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
40452 Author: Wolfgang Denk <wd@denx.de>
40453 Date:   Tue Apr 29 23:35:24 2008 +0200
40454
40455     Prepare v1.3.3-rc2
40456
40457     Signed-off-by: Wolfgang Denk <wd@denx.de>
40458
40459 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
40460 Author: Wolfgang Denk <wd@denx.de>
40461 Date:   Tue Apr 29 23:32:20 2008 +0200
40462
40463     common/env_nand.c: fix one more incompatible pointer type issue
40464
40465     Signed-off-by: Wolfgang Denk <wd@denx.de>
40466
40467 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
40468 Author: Wolfgang Denk <wd@denx.de>
40469 Date:   Tue Apr 29 21:33:08 2008 +0200
40470
40471     post/board/lwmon5/sysmon.c: fix manual merge error.
40472
40473     Signed-off-by: Wolfgang Denk <wd@denx.de>
40474
40475 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
40476 Author: Kumar Gala <galak@kernel.crashing.org>
40477 Date:   Tue Apr 29 12:54:59 2008 -0500
40478
40479     85xx: Add -mno-spe to e500/85xx builds
40480
40481     Newer gcc's might be configured to enable autovectorization by default.
40482     If we happen to build with one of those compilers we will get SPE
40483     instructions in random code.
40484
40485     -mno-spe disables the compiler for automatically generating SPE
40486     instructions without our knowledge.
40487
40488     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40489
40490 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
40491 Author: Kumar Gala <galak@kernel.crashing.org>
40492 Date:   Tue Apr 29 10:18:34 2008 -0500
40493
40494     Update .gitignore for zlib.h
40495
40496     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40497
40498 commit 45239cf4152109caa925145ccd433529902df887
40499 Author: Kumar Gala <galak@kernel.crashing.org>
40500 Date:   Tue Apr 29 10:27:08 2008 -0500
40501
40502     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
40503
40504     All the 85xx and 86xx UM describe the register as timing_cfg_3
40505     not as ext_refrec.
40506
40507     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40508
40509 commit ef7d30b14394e4c4a153118f5845760cadada02a
40510 Author: Kumar Gala <galak@kernel.crashing.org>
40511 Date:   Tue Apr 29 10:28:34 2008 -0500
40512
40513     85xx/86xx: Rename DDR init address and init extended address register
40514
40515     Rename init_addr and init_ext_addr to match the docs between
40516     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
40517
40518     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40519
40520 commit cf6cc014270549684873a5972d2595052c468cb6
40521 Author: Kumar Gala <galak@kernel.crashing.org>
40522 Date:   Mon Apr 28 02:24:04 2008 -0500
40523
40524     85xx: Additional fixes and cleanup of MP code
40525
40526     * adjust __spin_table alignment to match ePAPR v0.94 spec
40527     * loop over all cpus when determing who is up.  This fixes an issue if
40528       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
40529       cpu_up_mask so there is no harm
40530     * Added some protection in the code to ensure proper behavior.  These
40531       changes are explicitly needed but don't hurt:
40532       - Added eieio to ensure the "hot word" of the table is written after
40533         all other table updates have occurred.
40534       - Added isync to ensure we don't prefetch loading of table entries
40535         until we a released
40536
40537     These issues we raised by Dave Liu.
40538
40539     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40540
40541 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
40542 Author: Yuri Tikhonov <yur@emcraft.com>
40543 Date:   Tue Apr 29 15:06:41 2008 +0200
40544
40545     lwmon5: minor clean-up to include/configs/lwmon5.h
40546
40547     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
40548     the CFG_DSPIC_TEST_ADDR definition more readable.
40549
40550     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40551
40552 commit f4c4d21a885ccc222fd0acdf653b683249e85117
40553 Author: Stefan Roese <sr@denx.de>
40554 Date:   Tue Apr 29 16:08:05 2008 +0200
40555
40556     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
40557
40558     Signed-off-by: Stefan Roese <sr@denx.de>
40559
40560 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
40561 Author: Yuri Tikhonov <yur@emcraft.com>
40562 Date:   Tue Apr 29 13:32:45 2008 +0200
40563
40564     ppc flush_cache: add watch-dog triggering into the loops.
40565
40566     Some boards (e.g. lwmon5) need rather a frequent watch-dog
40567     kicking. Since the time it takes for the flush_cache() function
40568     to complete its job depends on the size of data being flushed, one
40569     may encounter watch-dog resets on such boards when, for example,
40570     download big files over ethernet.
40571
40572     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40573
40574 commit cab99d6f3281ab6784feccf98b9b425daa58418a
40575 Author: Stefan Roese <sr@denx.de>
40576 Date:   Tue Apr 29 14:44:54 2008 +0200
40577
40578     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
40579
40580     Signed-off-by: Stefan Roese <sr@denx.de>
40581
40582 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
40583 Author: Stefan Roese <sr@denx.de>
40584 Date:   Tue Apr 29 14:12:07 2008 +0200
40585
40586     ppc4xx: Fix Katmai CFG_MONITOR_LEN
40587
40588     Signed-off-by: Stefan Roese <sr@denx.de>
40589
40590 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
40591 Author: Stefan Roese <sr@denx.de>
40592 Date:   Tue Apr 29 13:57:07 2008 +0200
40593
40594     ppc4xx: Complete remove bogus dflush()
40595
40596     Since the current dflush() implementation is know to have some problems
40597     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
40598     it by using clean_dcache_range().
40599
40600     Tested on Katmai with ECC DIMM.
40601
40602     Signed-off-by: Stefan Roese <sr@denx.de>
40603
40604 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
40605 Author: Stefan Roese <sr@denx.de>
40606 Date:   Tue Apr 29 13:36:51 2008 +0200
40607
40608     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
40609
40610     As it seems the "old" ECC initialization routine by using dflush() didn't
40611     write all lines in the dcache back to memory on lwmon5. This could lead
40612     to ECC error upon Linux booting. This patch changes the program_ecc()
40613     routine to now use clean_dcache_range() instead of dflush().
40614     clean_dcache_range() uses dcbst which is exactly what we want in this
40615     case.
40616
40617     Since dflush() is known is cause problems, this routine will be
40618     removed completely and replaced by clean_dcache_range() with an
40619     additional patch.
40620
40621     Signed-off-by: Stefan Roese <sr@denx.de>
40622
40623 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
40624 Author: Yuri Tikhonov <yur@emcraft.com>
40625 Date:   Mon Apr 28 18:19:34 2008 +0200
40626
40627     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
40628
40629     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40630
40631 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
40632 Author: Markus Brunner <super.firetwister@googlemail.com>
40633 Date:   Mon Apr 28 08:47:47 2008 +0200
40634
40635     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
40636
40637     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
40638     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
40639     doesn't exist.
40640
40641     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
40642
40643 commit 2ef7503a593c77a80c2a054011970227c4b62774
40644 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40645 Date:   Thu Apr 24 07:57:17 2008 +0200
40646
40647     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
40648
40649     Move non-inlied functions into specific drivers file
40650     Set get_prom as weak
40651
40652     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40653     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
40654     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40655
40656 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
40657 Author: Guennadi Liakhovetski <lg@denx.de>
40658 Date:   Thu Apr 3 17:04:19 2008 +0200
40659
40660     net: make ARP timeout configurable
40661
40662     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
40663     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
40664     to the boards get lost, which typically are ARP replies. By configuring
40665     the timeout to a lower value we significantly improve the first network
40666     transfer time on this board. The timeout is specified in milliseconds,
40667     later internally it is converted to deciseconds, because it has to be
40668     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
40669     different boards.
40670
40671     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40672     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40673
40674 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
40675 Author: Guennadi Liakhovetski <lg@denx.de>
40676 Date:   Thu Apr 3 13:36:18 2008 +0200
40677
40678     minor cs8900 driver clean up
40679
40680     Remove a redundant register definition, clean up some coding style
40681     violations.
40682
40683     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40684     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40685
40686 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
40687 Author: Wolfgang Denk <wd@denx.de>
40688 Date:   Mon Apr 28 22:01:04 2008 +0200
40689
40690     jffs2_1pass.c: fix incompatible pointer type warning
40691
40692     Signed-off-by: Wolfgang Denk <wd@denx.de>
40693
40694 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
40695 Author: Sascha Laue <Sascha.Laue@gmx.biz>
40696 Date:   Tue Apr 1 10:10:18 2008 +0200
40697
40698     lwmon5: update dsPIC POST spezification
40699
40700     The specification for the lwmon5 board dsPIC POST got changed.
40701     Also add defines for the temperatures  and voltages.
40702
40703     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
40704
40705 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
40706 Author: Sascha Laue <Sascha.Laue@gmx.biz>
40707 Date:   Tue Apr 1 15:13:03 2008 +0200
40708
40709     Fix watchdog POST for lwmon5
40710
40711     If the hardware watchdog detects a voltage error, the watchdog sets
40712     GPIO62 to low. The watchdog POST has to detect this low level.
40713
40714     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
40715     Signed-off-by: Wolfgang Denk <wd@denx.de>
40716
40717 commit dd5748bcd669f46aeb6686c1b341323843738ccc
40718 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
40719 Date:   Mon Apr 28 14:37:14 2008 +0200
40720
40721     rtl8169: fix compiler warnings
40722
40723     Fix multiple compiler warnings related to argument type mismatch.
40724
40725     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
40726
40727 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
40728 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
40729 Date:   Mon Apr 28 14:36:06 2008 +0200
40730
40731     IDE: fix compiler warnings
40732
40733     The IDE driver can use 32-bit addresses in LBA mode, in which case it
40734     spits multiple warnings during compilation. Fix them.
40735
40736     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
40737
40738 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
40739 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
40740 Date:   Mon Apr 28 14:35:57 2008 +0200
40741
40742     LinkStation: fix compiler warning, add a maintainer
40743
40744     out_8 wants a pointer to an unsigned as the first argument. Add a
40745     maintainer for Linkstation boards.
40746
40747     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
40748
40749 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
40750 Author: Wolfgang Denk <wd@denx.de>
40751 Date:   Mon Apr 28 14:55:12 2008 +0200
40752
40753     cmd_nand.c: fix "differ in signedness" problem
40754
40755     Signed-off-by: Wolfgang Denk <wd@denx.de>
40756
40757 commit f2c288a35341ad02ac03b1563d786763c9c8f159
40758 Author: Wolfgang Denk <wd@denx.de>
40759 Date:   Mon Apr 28 12:48:47 2008 +0200
40760
40761     pcnet.c: fix a merge issue
40762
40763     Signed-off-by: Wolfgang Denk <wd@denx.de>
40764
40765 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
40766 Author: Wolfgang Denk <wd@denx.de>
40767 Date:   Mon Apr 28 12:08:18 2008 +0200
40768
40769     NAND: fix some strict-aliasing compiler warnings
40770
40771     Signed-off-by: Wolfgang Denk <wd@denx.de>
40772
40773 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
40774 Author: Stefan Roese <sr@denx.de>
40775 Date:   Mon Apr 28 11:37:14 2008 +0200
40776
40777     ppc4xx: Fix compile warning of hcu4 board
40778
40779     Signed-off-by: Stefan Roese <sr@denx.de>
40780
40781 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
40782 Author: Wolfgang Denk <wd@denx.de>
40783 Date:   Mon Apr 28 11:31:23 2008 +0200
40784
40785     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
40786
40787     Signed-off-by: Wolfgang Denk <wd@denx.de>
40788
40789 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
40790 Author: Guennadi Liakhovetski <lg@denx.de>
40791 Date:   Mon Apr 28 00:25:32 2008 +0200
40792
40793     mx31ads: fix loadaddr environment variable define
40794
40795     Arithmetic expressions do not get evaluated under stringification. Remove
40796     default network configuration, add DHCP command support. Thanks to Felix
40797     Radensky for reporting.
40798
40799     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40800
40801 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
40802 Author: Wolfgang Denk <wd@denx.de>
40803 Date:   Mon Apr 28 10:55:24 2008 +0200
40804
40805     katmai: fix section overlap problem
40806
40807     Since we didn't want to remove features from the configuration, we
40808     decided to increase the U-Boot image size (add one flash sector).
40809
40810     Also changed the default environment definition to make it
40811     independent of such changes.
40812
40813     Signed-off-by: Wolfgang Denk <wd@denx.de>
40814     Acked-by: Stefan Roese <sr@denx.de>
40815
40816 commit 941d696d25624e3cc65ebf924199541acf52d74e
40817 Author: Wolfgang Denk <wd@denx.de>
40818 Date:   Mon Apr 28 10:55:24 2008 +0200
40819
40820     katmai: fix section overlap problem
40821
40822     Since we didn't want to remove features from the configuration, we
40823     decided to increase the U-Boot image size (add one flash sector).
40824
40825     Also changed the default environment definition to make it
40826     independent of such changes.
40827
40828     Signed-off-by: Wolfgang Denk <wd@denx.de>
40829     Acked-by: Stefan Roese <sr@denx.de>
40830
40831 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
40832 Author: Kumar Gala <galak@kernel.crashing.org>
40833 Date:   Sat Apr 26 11:44:44 2008 -0500
40834
40835     post: Fix building with O=
40836
40837     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40838
40839 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
40840 Author: Wolfgang Denk <wd@denx.de>
40841 Date:   Sat Apr 26 01:55:00 2008 +0200
40842
40843     Prepare v1.3.3-rc1
40844
40845     Signed-off-by: Wolfgang Denk <wd@denx.de>
40846
40847 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
40848 Author: Wolfgang Denk <wd@denx.de>
40849 Date:   Sat Apr 26 01:25:39 2008 +0200
40850
40851     post/Makefile: make sure to use the correct flags
40852
40853     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
40854     messages to be printed.
40855
40856     Signed-off-by: Wolfgang Denk <wd@denx.de>
40857
40858 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
40859 Author: Wolfgang Denk <wd@denx.de>
40860 Date:   Sat Apr 26 00:34:42 2008 +0200
40861
40862     Coding Style cleanup, update CHANGELOG
40863
40864     Signed-off-by: Wolfgang Denk <wd@denx.de>
40865
40866 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
40867 Author: Magnus Lilja <lilja.magnus@gmail.com>
40868 Date:   Sun Apr 20 10:38:12 2008 +0200
40869
40870     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
40871
40872     This patch enables SPI and MC13783/RTC support for the Litekit board.
40873
40874     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
40875
40876 commit f97abbfb47d9e407354e157cae3f6369e460cd37
40877 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40878 Date:   Fri Apr 25 01:08:32 2008 -0500
40879
40880     MPC8544DS: decode pcie3 end-point configuration correctly.
40881
40882     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40883     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40884
40885 commit 292188e15523c165c4269403fdcd33c26d89176e
40886 Author: Roy Zang <tie-fei.zang@freescale.com>
40887 Date:   Fri Apr 25 00:55:09 2008 -0500
40888
40889     MPC8544DS: Removes the unknown flash message information
40890
40891     This patch removes the unknown flash message information:
40892     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
40893     This unknown flash message is caused by PromJet.
40894     Some of the board user is unhappy with this information.
40895
40896     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
40897     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40898
40899 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
40900 Author: Kim Phillips <kim.phillips@freescale.com>
40901 Date:   Thu Apr 24 14:07:38 2008 -0500
40902
40903     mpc83xx: bump loadaddr over fdtaddr to 0x500000
40904
40905     this seems as a good compromise between human memory, typing,
40906     and last but not least, to accommodate for current and future kernel bloat.
40907
40908     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40909     Acked-by: Dave Liu <daveliu@freescale.com>
40910
40911 commit be5a7190265a34d968578ff266549c60f6f57654
40912 Author: Dave Liu <r63238@freescale.com>
40913 Date:   Tue Apr 15 13:12:23 2008 +0800
40914
40915     mpc83xx: clean up the readme for 83xx boards
40916
40917     1. correct the typo
40918     2. correct the memory map for 837xerdb board
40919
40920     Signed-off-by: Dave Liu <daveliu@freescale.com>
40921
40922 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
40923 Author: Dave Liu <r63238@freescale.com>
40924 Date:   Tue Apr 15 13:11:11 2008 +0800
40925
40926     mpc83xx: remove the unused CPM's stuff
40927
40928     The MPC83xx family never have CPM block, so remove it from 83xx.
40929
40930     Signed-off-by: Dave Liu <daveliu@freescale.com>
40931
40932 commit c63ad6325a8ac0097a54b418a3288926b0484b18
40933 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40934 Date:   Fri Apr 18 16:29:40 2008 +0200
40935
40936     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
40937
40938     This patch adds a configurable flash auto protection list that can be used
40939     to make U-Boot protect flash regions in flash_init().
40940
40941     The idea has been discussed on the u-boot mailing list starting
40942     on Nov 18th, 2007.
40943
40944     Even this patch brings a new feature it is used as a bugfix for 4xx
40945     platforms where flash_init() does not completely protect the
40946     monitor's flash range in all situations.
40947
40948     U-Boot protects the flash range from CFG_MONITOR_BASE to
40949     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
40950     include the reset vector at 0xfffffffc.
40951
40952     Example:
40953     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
40954
40955     This config option will auto protect the last 512k of flash that
40956     contains the bootloader on board like APC405 and PMC405.
40957
40958     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40959
40960 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
40961 Author: Stefan Roese <sr@denx.de>
40962 Date:   Fri Apr 25 13:59:03 2008 +0200
40963
40964     ppc4xx: Remove double defines in lwmon5.h
40965
40966     introduced with latest lwmon5/POST merge
40967
40968     Signed-off-by: Stefan Roese <sr@denx.de>
40969
40970 commit 7590378fb9c686709492ceb142825cd058255956
40971 Author: Bartlomiej Sieka <tur@semihalf.com>
40972 Date:   Fri Apr 25 13:54:02 2008 +0200
40973
40974     Use watchdog-aware functions when calculating hashes of images - take two
40975
40976     Some files didn't get updated properly with the "Use watchdog-aware
40977     functions when calculating hashes of images" commit, this commit
40978     fixes this.
40979
40980     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40981     Signed-off-by: Wolfgang Denk <wd@denx.de>
40982
40983 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
40984 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40985 Date:   Fri Apr 25 12:01:39 2008 +0200
40986
40987     ppc4xx: Add bootcount limit handling for APC405 boards
40988
40989     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40990
40991 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
40992 Author: Bartlomiej Sieka <tur@semihalf.com>
40993 Date:   Fri Apr 25 12:10:09 2008 +0200
40994
40995     Use watchdog-aware functions when calculating hashes of images
40996
40997     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40998
40999 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
41000 Author: Wolfgang Denk <wd@denx.de>
41001 Date:   Fri Apr 25 12:44:08 2008 +0200
41002
41003     USB: fix more GCC 4.2.x aliasing warnings
41004
41005     Signed-off-by: Wolfgang Denk <wd@denx.de>
41006     Acked-by: Markus Klotzbuecher <mk@denx.de>
41007
41008 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
41009 Author: Wolfgang Denk <wd@denx.de>
41010 Date:   Fri Apr 25 12:41:53 2008 +0200
41011
41012     lib_generic/crc32.c: add missing #include <watchdog.h>
41013
41014     Signed-off-by: Wolfgang Denk <wd@denx.de>
41015
41016 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
41017 Author: Wolfgang Denk <wd@denx.de>
41018 Date:   Fri Apr 25 11:52:21 2008 +0200
41019
41020     lib_generic/crc32.c: fix compile problem
41021
41022     Signed-off-by: Wolfgang Denk <wd@denx.de>
41023
41024 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
41025 Author: Stefan Roese <sr@denx.de>
41026 Date:   Tue Apr 22 12:20:32 2008 +0200
41027
41028     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
41029
41030     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
41031     environment variable will now get passed to the Linux kernel by setting
41032     the device_type property of the PCIe device tree node. For normal root-
41033     complex configuration it will keep its defaults value of "pci" and for
41034     endpoint configuration it will get changed to "pci-endpoint".
41035
41036     Signed-off-by: Stefan Roese <sr@denx.de>
41037
41038 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
41039 Author: Yuri Tikhonov <yur@emcraft.com>
41040 Date:   Thu Apr 24 10:30:53 2008 +0200
41041
41042     lwmon5: watchdog POST fix
41043
41044     Use the GPT0_MASKx registers as the temporary storage for watch-dog
41045     timer POST test instead of GPT0_COMPx. The latter
41046     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
41047
41048     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
41049     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
41050
41051 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
41052 Author: Kim Phillips <kim.phillips@freescale.com>
41053 Date:   Mon Apr 21 18:10:14 2008 -0500
41054
41055     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
41056
41057     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
41058     proven problematic getting right from the start at least on 83xx and
41059     4xx.
41060
41061     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41062
41063 commit a99715b8ebfc500f3f40e01b36b64d473938443d
41064 Author: Detlev Zundel <dzu@denx.de>
41065 Date:   Fri Apr 18 14:50:01 2008 +0200
41066
41067     Realining some header definitions.
41068
41069     Signed-off-by: Detlev Zundel <dzu@denx.de>
41070
41071 commit 4acbc6c7f993cae409c424615415a3e76820f13d
41072 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41073 Date:   Thu Apr 24 07:57:16 2008 +0200
41074
41075     NE2000: coding style cleanup
41076
41077     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41078
41079 commit b4aff1ffaf7120032c653357c007faa14f74d29d
41080 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41081 Date:   Wed Apr 23 00:11:47 2008 +0900
41082
41083     qemu-mips.h: Add CFI support
41084
41085     CONFIG_ENV_OVERWRITE is also added.
41086
41087     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
41088
41089     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41090     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41091
41092 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
41093 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41094 Date:   Tue Apr 22 22:47:27 2008 +0900
41095
41096     doc/README.mips: Add MIPS notes
41097
41098     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41099
41100 commit 215b01bba8bc662d35f72b084700b192d367dfb4
41101 Author: Bartlomiej Sieka <tur@semihalf.com>
41102 Date:   Tue Apr 22 12:27:56 2008 +0200
41103
41104     Add support for calculating hashes with watchdog triggering
41105
41106     Implement watchodg-aware variants of hash calculation functions:
41107     - crc32_wd()
41108     - md5_wd()
41109     - sha1_csum_wd()
41110     The above functions calculate the hash of the input buffer in chunks,
41111     triggering the watchdog after processing each chunk. The chunk size
41112     is given as a function call parameter.
41113
41114     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41115
41116 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
41117 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41118 Date:   Wed Apr 23 11:02:12 2008 +0900
41119
41120     qemu-mips: Cleanup whitespace, indentation, etc.
41121
41122     No functional change.
41123
41124     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
41125     Then I re-created from scratch, and changed more lines than the original.
41126
41127     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41128     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41129
41130 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
41131 Author: Vlad Lungu <vlad@comsys.ro>
41132 Date:   Wed Oct 10 23:02:09 2007 +0300
41133
41134     Fixed pcnet io_base
41135
41136     Bus and phys address are not always the same
41137
41138     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
41139
41140 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
41141 Author: Wolfgang Denk <wd@denx.de>
41142 Date:   Thu Apr 24 23:44:26 2008 +0200
41143
41144     drivers/net/pcnet.c: Coding Style cleanup.
41145
41146     Signed-off-by: Wolfgang Denk <wd@denx.de>
41147
41148 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
41149 Author: Vlad Lungu <vlad@comsys.ro>
41150 Date:   Wed Oct 10 23:04:23 2007 +0300
41151
41152     Added Am79C970A chip id to pcnet
41153
41154     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
41155
41156 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
41157 Author: Magnus Lilja <lilja.magnus@gmail.com>
41158 Date:   Sun Apr 20 10:35:03 2008 +0200
41159
41160     i.MX31: Fix architecture numbers for ADS and Litekit boards
41161
41162     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
41163
41164     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
41165
41166 commit e7ae84d6c7288790e88639f57cb60daf89c11369
41167 Author: Magnus Lilja <lilja.magnus@gmail.com>
41168 Date:   Sun Apr 20 10:36:36 2008 +0200
41169
41170     i.MX31: Use symbolic names for Litekit membases.
41171
41172     Use symbolic names instead of hard coded addresses for Litekit membases.
41173
41174     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
41175
41176 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
41177 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41178 Date:   Sat Apr 19 17:59:20 2008 +0200
41179
41180     Fix show_boot_progress prototype
41181
41182     in commit fad634071 "make show_boot_progress () weak."
41183     show_boot_progress is supposed to be declared as weak but declared as
41184     inline instead.
41185
41186     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41187
41188 commit edbed247a14d70b94958010f736621212285de91
41189 Author: Bartlomiej Sieka <tur@semihalf.com>
41190 Date:   Fri Apr 18 12:39:23 2008 +0200
41191
41192     Memory footprint optimizations
41193
41194     As suggested by Wolfgang Denk:
41195     - image printing functions:
41196       - remove wrappers
41197       - remove indentation prefix from functions' signatures
41198     - merge getenv_verify and getenv_autostart into one parametrized function
41199
41200     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41201
41202 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
41203 Author: Guennadi Liakhovetski <lg@denx.de>
41204 Date:   Tue Apr 15 13:33:11 2008 +0200
41205
41206     MX31ADS environment variable update, spi and rtc support
41207
41208     Update MX31ADS default environment to better match the flash layout and
41209     the memory map, support SPI and RTC.
41210
41211     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41212
41213 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
41214 Author: Kumar Gala <galak@kernel.crashing.org>
41215 Date:   Mon Apr 21 09:28:36 2008 -0500
41216
41217     85xx: Round up frequency calculations to get reasonable output
41218
41219     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
41220
41221     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
41222
41223     Signed-off-by: Dejan Minic <minic@freescale.com>
41224     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
41225     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41226     Acked-by: Andy Fleming <afleming@freescale.com>
41227
41228 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
41229 Author: Kumar Gala <galak@kernel.crashing.org>
41230 Date:   Wed Apr 23 16:58:04 2008 -0500
41231
41232     fsl_pci: Only modify registers if we have them
41233
41234     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
41235
41236     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41237
41238 commit 83fe32334337def160b302aa9d152d808bfcc68e
41239 Author: Markus KlotzbĂ¼cher <mk@denx.de>
41240 Date:   Wed Apr 23 10:57:33 2008 +0200
41241
41242     USB: remove a cpu bug workaround for an unsupported architecture.
41243
41244     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
41245
41246 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
41247 Author: Markus KlotzbĂ¼cher <mk@denx.de>
41248 Date:   Wed Apr 23 10:53:23 2008 +0200
41249
41250     USB: fix those pesky aliasing warnings issued by gcc-4.2
41251
41252     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
41253     Signed-off-by: Detlev Zundel <dzu@denx.de>
41254
41255 commit 89cdab788f3716b335fefb60b836ebcf975aceab
41256 Author: Mike Frysinger <vapier@gentoo.org>
41257 Date:   Mon Mar 31 11:02:01 2008 -0400
41258
41259     crc32: use uint32_t rather than unsigned long
41260
41261     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
41262     this is done with the build toolchain instead of the target tool
41263     chain, so if the build is a 64bit system but the target is 32bits,
41264     the size will obviously be wrong. This converts all unsigned long
41265     stuff related to crc32 to uint32_t types. Compile tested only: output
41266     of ./tools/envcrc when run on a 32bit build system matches that of a
41267     64bit build system.
41268
41269     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
41270     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41271
41272 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
41273 Author: Dirk Behme <dirk.behme@googlemail.com>
41274 Date:   Wed Mar 26 09:53:29 2008 +0100
41275
41276     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
41277
41278     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
41279
41280     Changes:
41281
41282     - Remove *_masked() functions as noted by Wolfgang
41283
41284     - Adapt register naming to recent TI spec (sprue26, March 2007)
41285
41286     - Fix reset_timer() handling
41287
41288     - 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.
41289
41290     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
41291
41292     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
41293
41294     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
41295
41296     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
41297
41298     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
41299     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
41300
41301 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
41302 Author: Sergei Poselenov <sposelenov@emcraft.com>
41303 Date:   Wed Apr 9 16:09:41 2008 +0200
41304
41305     Added watchdog triggering calls in the "mtest" test function.
41306
41307     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
41308
41309 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
41310 Author: Yuri Tikhonov <yur@emcraft.com>
41311 Date:   Sun Apr 6 19:19:14 2008 +0200
41312
41313     lwmon5 watchdog: limit trigger rate
41314
41315     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
41316     the CONFIG_WD_MAX_RATE value.
41317
41318     Note that an earlier version of this patch which used microseconds
41319     instead of ticks dis not work. The problem was that we used
41320     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
41321     get_tbclk(), which in turn calls get_sys_info(). It turns out that
41322     this function does a lot of prolonged operations (like divisions)
41323     which take too much time so we do not trigger the watchdog in time,
41324     and it resets the system.
41325
41326     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
41327
41328 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
41329 Author: Yuri Tikhonov <yur@emcraft.com>
41330 Date:   Mon Mar 31 10:51:37 2008 +0200
41331
41332     POST: move CONFIG_POST to Makefiles
41333
41334     Introduce the new logical option CONFIG_HAS_POST which is set when the
41335     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
41336     to determine should the POST libs be compiled for the selected target
41337     platform, or not.
41338
41339     To avoid breaking u-boot linking process, the empty post/libpost.a file is
41340     created for platforms which do not have POSTs.
41341
41342     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
41343     Signed-off-by: Wolfgang Denk <wd@denx.de>
41344
41345 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
41346 Author: Yuri Tikhonov <yur@emcraft.com>
41347 Date:   Mon Mar 31 10:49:34 2008 +0200
41348
41349     POST: preparations for moving CONFIG_POST to Makefiles
41350
41351     Remove CONFIG_POST ifdefs from the post/ source files.
41352
41353     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
41354     Signed-off-by: Wolfgang Denk <wd@denx.de>
41355
41356 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
41357 Author: Stefan Roese <sr@denx.de>
41358 Date:   Tue Apr 22 14:14:20 2008 +0200
41359
41360     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
41361
41362     This patch fixes the Canyonlands and Glacier default environment to better
41363     fit to the arch/powerpc device-tree kernels. The variables dealing with
41364     arch/ppc booting are removed, since these boards are supported only in
41365     arch/powerpc. Glacier uses the same config file as Canyonlands.
41366
41367     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
41368
41369     Signed-off-by: Stefan Roese <sr@denx.de>
41370
41371 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
41372 Author: Stefan Roese <sr@denx.de>
41373 Date:   Tue Apr 22 14:06:42 2008 +0200
41374
41375     ppc4xx: Small coding style cleanup for the latest esd patches
41376
41377     Signed-off-by: Stefan Roese <sr@denx.de>
41378
41379 commit 79941d63bc03aed8c48d7602f18217cc200ee931
41380 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41381 Date:   Mon Apr 21 18:01:07 2008 +0200
41382
41383     ppc4xx: Update CPU strapping for PMC440 boards
41384
41385     This patch removes the temporary 'test' strapping option
41386     of the sbe command. The '667' strapping option now uses
41387     a PLB/PCI divider of 3.
41388
41389     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41390
41391 commit f00cf3193a6635355b121e90debb2f54e777e7da
41392 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41393 Date:   Mon Apr 21 14:42:21 2008 +0200
41394
41395     ppc4xx: Remove unused APC405 strataflash driver
41396
41397     The APC405 board support has been migrated to use the common
41398     CFI flash driver.
41399
41400     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41401
41402 commit 1c686676a86473bbd92151f0544e109413f6ed06
41403 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41404 Date:   Mon Apr 21 14:42:17 2008 +0200
41405
41406     ppc4xx: Update APC405 configuration
41407
41408     - enable esd's auto_update mechanism
41409     - support alternative flash layout on rev. 1.8 boards
41410     - update default environment
41411     - use common CFI flash driver
41412     - coding style cleanup
41413
41414     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41415
41416 commit 0b9872515a521bf7866dc24b85ddce708e60d702
41417 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41418 Date:   Mon Apr 21 14:42:11 2008 +0200
41419
41420     ppc4xx: Update APC405 board support
41421
41422     - enable esd's auto_update mechanism
41423     - fix LCD support on latest hardware revision (uses other LCD controller)
41424     - support alternative flash layout on rev. 1.8 boards
41425     - coding style cleanup
41426
41427     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41428
41429 commit 83975d02e225e231960784972e7820a8b303756b
41430 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41431 Date:   Mon Apr 21 14:42:06 2008 +0200
41432
41433     ppc4xx: update esd's common auto_update code for 405 boards
41434
41435     - Coding style cleanup (long lines)
41436     - improve handling of protected flash regions
41437     - remove dead code
41438
41439     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41440
41441 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
41442 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41443 Date:   Mon Apr 21 14:41:59 2008 +0200
41444
41445     ppc4xx: Update esd's common LCD code for 405 boards
41446
41447     - Coding style cleanup (long lines)
41448     - Add s1d13505 support
41449     - Make some functions return a result code instead of void
41450
41451     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41452
41453 commit dea68189424c3f1242427a8146a3861bf093173c
41454 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41455 Date:   Mon Apr 21 11:36:55 2008 +0200
41456
41457     ppc4xx: Update FPGA image for APC405 boards
41458
41459     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41460
41461 commit 2a05b152924acfcec3b037693329e517e6d3578f
41462 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41463 Date:   Mon Apr 21 11:36:08 2008 +0200
41464
41465     ppc4xx: Update bootlogo for APC405 boards
41466
41467     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41468
41469 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
41470 Author: Stefan Roese <sr@denx.de>
41471 Date:   Fri Apr 18 16:41:31 2008 +0200
41472
41473     ppc4xx: Add dcache_enable() for 440
41474
41475     dcache_enable() was missing for 440 and the patch
41476     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
41477     "] behavior uses this function.
41478
41479     Note: Currently the cache handling functions like
41480     d/icache_disable/enable() are NOP's on 440. This may be changed in the
41481     future.
41482
41483     Signed-off-by: Stefan Roese <sr@denx.de>
41484
41485 commit a49e0d177a0749614b316ec847fb623f09c82c07
41486 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41487 Date:   Mon Apr 21 11:19:04 2008 +0200
41488
41489     video: Add missing free for logo memory
41490
41491     This patch adds two missing free()s.
41492
41493     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41494
41495 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
41496 Author: Troy Kisky <troy.kisky@boundarydevices.com>
41497 Date:   Mon Sep 24 16:41:43 2007 -0700
41498
41499     PATCH - Fix oob data copied into supplied buffer
41500
41501     This patch correctly sets the oobavail variable
41502     and fixes a bug where the oob data was not valid when
41503     there where multiple groups in oobfree.
41504
41505     First segment fixes a typo
41506     Second segment fixes a bug where oob data may be copied incorrectly.
41507     Third segment adds an error message when exiting due to write protect.
41508     Forth segment fixes a bug where oobavail may be set incorrectly.
41509
41510     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
41511
41512 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
41513 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41514 Date:   Fri Apr 18 17:24:32 2008 +0200
41515
41516     ppc4xx: Fix sys_get_info() for 405GP(r)
41517
41518     This patch assigns the correct EBC clock for 405GP(r) CPUs
41519     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
41520     uses an uninitialized EBC clock in its startup message.
41521
41522     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41523
41524 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
41525 Author: Wolfgang Denk <wd@denx.de>
41526 Date:   Sun Apr 20 15:39:38 2008 -0700
41527
41528     Makefile: remove nand_spl/System.map when cleaning up.
41529
41530 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
41531 Author: Wolfgang Denk <wd@denx.de>
41532 Date:   Sun Apr 20 15:35:52 2008 -0700
41533
41534     MAKEALL: sort entries / lists.
41535
41536     Signed-off-by: Wolfgang Denk <wd@denx.de>
41537
41538 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
41539 Author: Kumar Gala <galak@kernel.crashing.org>
41540 Date:   Fri Apr 18 11:29:01 2008 -0500
41541
41542     85xx: Fix size of cpu-release-addr property
41543
41544     The cpu-release-addr is defined as always being a 64-bit quanity regardless
41545     if we are running on a 32-bit or 64-bit machine.
41546
41547 commit 88353a985109562a639b2f8a0c90d77011bfe374
41548 Author: Timur Tabi <timur@freescale.com>
41549 Date:   Fri Apr 4 11:15:58 2008 -0500
41550
41551     Fix calculation of I2C clock for some 85xx chips
41552
41553     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
41554     some use CCB/3.  There is no pattern that can be used to determine which
41555     chips use which frequency, so the only way to determine is to look up the
41556     actual SOC designation and use the right value for that SOC.
41557
41558     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
41559
41560     Signed-off-by: Timur Tabi <timur@freescale.com>
41561
41562 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
41563 Author: Wolfgang Denk <wd@denx.de>
41564 Date:   Fri Apr 18 11:44:27 2008 -0700
41565
41566     Fix build breakage casued by commit c0559be371b2
41567
41568         Change env_get_char from a global function ptr to a function.
41569
41570     Signed-off-by: Wolfgang Denk <wd@denx.de>
41571
41572 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
41573 Author: Wolfgang Denk <wd@denx.de>
41574 Date:   Fri Apr 18 10:53:41 2008 -0700
41575
41576     Coding Style cleanup, update CHANGELOG.
41577
41578     Signed-off-by: Wolfgang Denk <wd@denx.de>
41579
41580 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
41581 Author: Mike Frysinger <vapier@gentoo.org>
41582 Date:   Tue Apr 8 14:00:57 2008 -0400
41583
41584     Add support for u-boot in svn and localversion-* files
41585
41586     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
41587
41588 commit d23ff6827decf121461fbc5622612fd7effe207e
41589 Author: Guennadi Liakhovetski <lg@denx.de>
41590 Date:   Thu Apr 3 17:04:22 2008 +0200
41591
41592     MX31ADS network and flash updates
41593
41594     This patch allows U-Boot to use buffered writes to the Spansion NOR
41595     flash installed on this board, and eliminates long delays in network
41596     transfers after the board startup.
41597
41598     Also modify flash layout to embed main and redundant environment
41599     blocks in the U-Boot image.
41600
41601     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41602
41603 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
41604 Author: Guennadi Liakhovetski <lg@denx.de>
41605 Date:   Mon Apr 14 10:53:12 2008 +0200
41606
41607     Support for the MX31ADS evaluation board from Freescale
41608
41609     This patch adds support for the MX31ADS evaluation board from Freescale,
41610     initialization code is copied from RedBoot sources, also provided by
41611     Freescale.
41612
41613     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41614
41615 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
41616 Author: Stefan Roese <sr@denx.de>
41617 Date:   Tue Apr 8 10:33:29 2008 +0200
41618
41619     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
41620
41621     Signed-off-by: Stefan Roese <sr@denx.de>
41622
41623 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
41624 Author: Stefan Roese <sr@denx.de>
41625 Date:   Tue Apr 8 10:33:28 2008 +0200
41626
41627     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
41628
41629     Signed-off-by: Stefan Roese <sr@denx.de>
41630
41631 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
41632 Author: Stefan Roese <sr@denx.de>
41633 Date:   Tue Apr 8 10:33:27 2008 +0200
41634
41635     ppc4xx: Add Glacier NAND booting target
41636
41637     Signed-off-by: Stefan Roese <sr@denx.de>
41638
41639 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
41640 Author: Stefan Roese <sr@denx.de>
41641 Date:   Tue Apr 8 10:31:00 2008 +0200
41642
41643     nand_spl: Update nand_spl to support 2k page size NAND devices
41644
41645     This patch adds support for booting from 2k page sized NAND device
41646     (e.g. Micron 29F2G08AAC).
41647
41648     Tested on AMCC Canyonlands.
41649
41650     Signed-off-by: Stefan Roese <sr@denx.de>
41651
41652 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
41653 Author: Anatolij Gustschin <agust@denx.de>
41654 Date:   Thu Apr 17 18:18:00 2008 +0200
41655
41656     Fix crash on sequoia in ppc_4xx_eth_init
41657
41658     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
41659     with cache enabled (TLB Parity exeption). This patch
41660     fixes the problem.
41661
41662     Signed-off-by: Anatolij Gustschin <agust@denx.de>
41663
41664 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
41665 Author: Anatolij Gustschin <agust@denx.de>
41666 Date:   Thu Apr 17 18:15:27 2008 +0200
41667
41668     ppc4xx: Fix crash on sequoia with cache enabled
41669
41670     Currently U-Boot crashes on sequoia board in CPU POST if
41671     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
41672     won't be disabled by change_tlb before CPU POST because
41673     there is an insufficient adress range check since
41674     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
41675     this problem.
41676
41677     Signed-off-by: Anatolij Gustschin <agust@denx.de>
41678
41679 commit 43c509254fab375c49936498da944658117ed07c
41680 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41681 Date:   Thu Apr 17 23:35:13 2008 +0900
41682
41683     Use jr as register jump instruction
41684
41685     Current assembler codes are inconsistent in the way of register jump
41686     instruction usage; some use jr, some use j. Of course GNU as allows both
41687     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
41688     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
41689     at all.
41690
41691     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41692
41693 commit 7ce63709828d37b08866e537339a169bd0db2bd3
41694 Author: Guennadi Liakhovetski <lg@denx.de>
41695 Date:   Tue Apr 15 14:15:30 2008 +0200
41696
41697     RTC driver for MC13783
41698
41699     MC13783 is a multifunction IS with an SPI interface to the host. This
41700     driver handles the RTC controller in this chip.
41701
41702     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41703
41704 commit 38254f45b0b412332726c90d3184ad47479fcffb
41705 Author: Guennadi Liakhovetski <lg@denx.de>
41706 Date:   Tue Apr 15 14:14:25 2008 +0200
41707
41708     New i.MX31 SPI driver
41709
41710     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
41711     only implemented and tested on i.MX31, can with a modified register layout
41712     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
41713     controllers too.
41714
41715     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41716
41717 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
41718 Author: Magnus Lilja <lilja.magnus@gmail.com>
41719 Date:   Tue Apr 15 19:09:10 2008 +0200
41720
41721     Fix name of i.MX31 boards in config file header
41722
41723     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
41724
41725     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
41726
41727 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
41728 Author: Mike Frysinger <vapier@gentoo.org>
41729 Date:   Sun Apr 13 19:42:19 2008 -0400
41730
41731     allow ports to override go behavior
41732
41733     Split the arch-specific logic out of the common go code and into a dedicated
41734     weak function called do_go_exec() that lives in cpu directories.  This will
41735     need review from i386/nios people to make sure I didn't break them.
41736
41737 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
41738 Author: Mike Frysinger <vapier@gentoo.org>
41739 Date:   Sun Apr 13 19:42:18 2008 -0400
41740
41741     allow ports to override bootelf behavior
41742
41743     Change the bootelf setup function into a dedicated weak function called
41744     do_bootelf_exec.  This way ports can control the behavior however they
41745     like before/after calling the ELF entry point.
41746
41747 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
41748 Author: Ulf Samuelsson <ulf@atmel.com>
41749 Date:   Sat Apr 12 20:56:03 2008 +0200
41750
41751     Reorder ARM boards in Makefile
41752
41753     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
41754     are no longer under ARM92xT header.
41755
41756     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
41757     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41758
41759 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
41760 Author: Ulf Samuelsson <ulf@atmel.com>
41761 Date:   Sat Apr 12 20:29:44 2008 +0200
41762
41763     Clean up dataflash partitioning
41764
41765     This patch removes the board dependent parts from
41766     "drivers/mtd/dataflash.c".
41767     Each board relying on this, will have the appropriate
41768     code in a new file, "partition.c" in the board directory.
41769     board Makefiles updated to use the file.
41770
41771     The dataflash partitions are aligned on sector/page boundaries.
41772
41773     The CONFIG_NEW_DF_PARTITION was used to create named partitions
41774     This is now the default operation, and the CONFIG variable is removed.
41775
41776     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
41777
41778 commit 51ecde946fec511a16346e498204ca10ad71080d
41779 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41780 Date:   Sat Apr 12 14:08:45 2008 +0200
41781
41782     gitignore: udpate stgit generated and .patch file
41783
41784     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41785
41786 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
41787 Author: Wolfgang Denk <wd@denx.de>
41788 Date:   Fri Apr 18 00:15:36 2008 -0700
41789
41790     Get rid of redundant copy of renamed header file.
41791
41792     Signed-off-by: Wolfgang Denk <wd@denx.de>
41793
41794 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
41795 Author: Vlad Lungu <vlad@comsys.ro>
41796 Date:   Fri Apr 11 21:20:14 2008 +0300
41797
41798     Fix dependency generation for older gcc versions
41799
41800      With gcc 3.3.3 at least, compilation fails with
41801
41802     Generating include/autoconf.mk
41803     gcc: compilation of header file requested
41804     make: *** [include/autoconf.mk] Error 1
41805
41806     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
41807
41808     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
41809
41810 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
41811 Author: Marian Balakowicz <m8@semihalf.com>
41812 Date:   Fri Apr 11 11:07:49 2008 +0200
41813
41814     Restore the ability to continue booting after legacy image overwrite
41815
41816     Before new uImage code was merged, bootm code allowed for the kernel image to
41817     get overwritten during decompresion. new uImage introduced a check for image
41818     overwrites and refused to boot the image that got overwritten. This patch
41819     restores the old behavior. It also adds a warning when the image overwriten is
41820     a multi-image file, because in such case accessing componentes other than the
41821     first one will fail.
41822
41823     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41824
41825 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
41826 Author: Marian Balakowicz <m8@semihalf.com>
41827 Date:   Fri Apr 11 11:07:43 2008 +0200
41828
41829     ppc: Fix ftd_blob variable init when processing raw blob
41830
41831     Set fdt_blob variable before its value is printed out.
41832
41833     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41834
41835 commit 3d36be030043cd841a2551d00a395135e363a64b
41836 Author: Jason Wessel <jason.wessel@windriver.com>
41837 Date:   Thu Apr 10 14:30:16 2008 -0500
41838
41839     Remove all the search paths from the .lds files.
41840
41841     The cross compiler is responsible for providing the correct libraries
41842     and the logic to find the linking libraries.
41843
41844     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
41845
41846 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
41847 Author: Bartlomiej Sieka <tur@semihalf.com>
41848 Date:   Mon Apr 14 15:44:16 2008 +0200
41849
41850     Boot-related documentation update
41851
41852     - document 'bootm_low' and 'bootm_size' environment variables
41853     - update inaccurate CFG_BOOTMAPSZ entry
41854
41855     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41856
41857 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
41858 Author: Guennadi Liakhovetski <lg@denx.de>
41859 Date:   Wed Apr 9 17:34:08 2008 +0200
41860
41861     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
41862
41863     Restore logic reverted by commit
41864
41865     commit 80767a6cead9990d9e77e62be947843c2c72f469
41866     Author: Peter Pearse <peter.pearse@arm.com>
41867     Date:   Wed Sep 5 16:04:41 2007 +0100
41868
41869         Changed API name to coloured_led.h
41870         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
41871         Tidied other cpu/arm920t/start.S code
41872
41873     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41874
41875 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
41876 Author: Mike Frysinger <vapier@gentoo.org>
41877 Date:   Tue Apr 8 10:24:24 2008 -0400
41878
41879     Remove conflicting NAND ID
41880
41881     There are two NAND entries with ID 0xDC and this obviously causes problems.
41882     In the kernel, they punted the first entry, so we should do the same.
41883
41884     See this upstream e-mail for more info:
41885     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
41886
41887     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
41888     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
41889
41890 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
41891 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41892 Date:   Tue Apr 8 16:20:35 2008 +0900
41893
41894     cpu/mips/cpu.c: Fix flush_cache bug
41895
41896     Cache operations have to take line address (addr), not start_addr.
41897     I noticed this bug when debugging ping failure.
41898
41899     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41900
41901 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
41902 Author: Martin Krause <martin.krause@tqs.de>
41903 Date:   Thu Apr 3 14:29:01 2008 +0200
41904
41905     TQM5200: fix default IDE reset level
41906
41907     Before the first call of ide_reset(), the level of the IDE reset
41908     signal on the TQM5200 is low (reset asserted). This patch sets the
41909     default value to high (reset not asserted).
41910
41911     Currently this patch fixes no real problem, but it is cleaner to
41912     assert the reset signal only on demand, and not permanently.
41913
41914     Signed-off-by: Martin Krause <martin.krause@tqs.de>
41915
41916 commit c61e033d6e8abb7b4060ee36060961e1399f6079
41917 Author: Detlev Zundel <dzu@denx.de>
41918 Date:   Thu Apr 3 14:18:48 2008 +0200
41919
41920     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
41921
41922     Signed-off-by: Detlev Zundel <dzu@denx.de>
41923
41924 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
41925 Author: Detlev Zundel <dzu@denx.de>
41926 Date:   Thu Apr 3 14:18:47 2008 +0200
41927
41928     mgcoge, mgsuv: rename 'addcon' to 'addcons'
41929
41930     The latter name with 13 users is already established, so we will use
41931     that.
41932
41933     Signed-off-by: Detlev Zundel <dzu@denx.de>
41934
41935 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
41936 Author: Martin Krause <martin.krause@tqs.de>
41937 Date:   Thu Apr 3 13:37:56 2008 +0200
41938
41939     IDE: fix bug in reset sequence
41940
41941     According to the ata (ata5) specification the RESET- signal
41942     shall be asserted for at least 25 us. Without this patch,
41943     the RESET- signal is asserted on some boards for only < 1 us
41944     (e. g. on the TQM5200). This patch adds a general delay of
41945     25 us to the RESET- signal.
41946
41947     Without this patch a Platinum 4 GiB CF card is not recognised
41948     properly on boards with a TQM5200 (STK52xx, TB5200).
41949
41950     Signed-off-by: Martin Krause <martin.krause@tqs.de>
41951
41952 commit 813bea96a960916c72b4a3a7df840151529c26ce
41953 Author: Sascha Laue <Sascha.Laue@gmx.biz>
41954 Date:   Thu Apr 3 14:43:11 2008 +0200
41955
41956     lwmon5: disable CONFIG_ZERO_BOOTDELAY
41957
41958     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
41959
41960 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
41961 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41962 Date:   Wed Apr 2 08:03:58 2008 +0200
41963
41964     ds174x: Fix warning on return in rtc_get and rtc_set functions
41965
41966     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41967
41968 commit a253b38bf50c85227c33ca0febc870ee49d1588e
41969 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41970 Date:   Wed Apr 2 08:03:57 2008 +0200
41971
41972     cmd_log.c: Fix assignment differ in signedness
41973
41974     In function 'logbuff_init_ptrs':
41975     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
41976
41977     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41978
41979 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
41980 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
41981 Date:   Wed Apr 2 11:04:43 2008 +0530
41982
41983     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
41984
41985     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
41986
41987 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
41988 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41989 Date:   Tue Apr 1 14:07:10 2008 +0200
41990
41991     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
41992
41993     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41994
41995 commit c08fb3ea36d19b1640b7906264581e9105534399
41996 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
41997 Date:   Tue Apr 15 10:24:14 2008 +0200
41998
41999     Additional PCI IDs for IDE and network controllers
42000
42001     These PCI IDs are required by the Linkstation platforms.
42002
42003     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
42004
42005 commit c0559be371b2a64b1a817088c3308688e2182f93
42006 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
42007 Date:   Mon Apr 14 23:01:50 2008 +0200
42008
42009     Change env_get_char from a global function ptr to a function.
42010
42011     This avoids an early global data reference.
42012
42013     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
42014
42015 commit 3e0f331c05d72f140715c1e9fca991927e44d422
42016 Author: Guennadi Liakhovetski <lg@denx.de>
42017 Date:   Tue Apr 29 12:35:08 2008 +0000
42018
42019     Clean up smsc911x driver
42020
42021     Replace direct register address derefencing with accessor functions.
42022     Restrict explicitly 32-bit bus-width, extend affected configurations
42023     respectively.
42024
42025     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42026     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42027
42028 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
42029 Author: Sascha Hauer <s.hauer@pengutronix.de>
42030 Date:   Tue Apr 15 00:08:20 2008 -0400
42031
42032     This patch adds a driver for the following smsc network controllers:
42033     LAN9115
42034     LAN9116
42035     LAN9117
42036     LAN9215
42037     LAN9216
42038     LAN9217
42039
42040     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42041     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
42042     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42043
42044 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
42045 Author: Sascha Laue <Sascha.Laue@gmx.biz>
42046 Date:   Tue Apr 1 15:13:03 2008 +0200
42047
42048     Fix watchdog POST for lwmon5
42049
42050     If the hardware watchdog detects a voltage error, the watchdog sets
42051     GPIO62 to low. The watchdog POST has to detect this low level.
42052
42053     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
42054
42055 commit 24b448448a917e52806f82660a5c9d47608894fb
42056 Author: Dave Liu <r63238@freescale.com>
42057 Date:   Tue Apr 1 15:22:11 2008 +0800
42058
42059     ata: update the libata.h from ata.h of linux kernel
42060
42061     Current libata.h of u-boot is out of sync from linux kernel,
42062     this patch make it be consistent with linux kernel.
42063
42064     Signed-off-by: Dave Liu <daveliu@freescale.com>
42065     Signed-off-by: Tor Krill <tor@excito.com>
42066
42067 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
42068 Author: Kumar Gala <galak@kernel.crashing.org>
42069 Date:   Mon Mar 31 11:59:27 2008 -0500
42070
42071     Allow use of ARCH=powerpc when building
42072
42073     The linux kernel is now mostly ARCH=powerpc, so to make life easier
42074     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
42075
42076     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42077
42078 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
42079 Author: Kyungmin Park <kmpark@infradead.org>
42080 Date:   Mon Mar 31 10:40:54 2008 +0900
42081
42082     Add apollon board MAINTAINERS entry
42083
42084     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
42085
42086 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
42087 Author: Kyungmin Park <kmpark@infradead.org>
42088 Date:   Mon Mar 31 10:40:36 2008 +0900
42089
42090     Fix OneNAND read
42091
42092     It should access with 16-bit instead of 8-bit
42093
42094     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
42095
42096     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
42097
42098 commit a9da2b41079d230db3a5641625311983f85ce1fb
42099 Author: Kyungmin Park <kmpark@infradead.org>
42100 Date:   Mon Mar 31 10:40:19 2008 +0900
42101
42102     Fix OneNAND erase command
42103
42104     It mis-calculates the block address.
42105     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
42106
42107     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
42108
42109 commit 61525f2ffa156665a66908fda47dbf29d65ea579
42110 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
42111 Date:   Mon Mar 31 01:32:15 2008 +0200
42112
42113     Support for LinkStation / KuroBox HD and HG PPC models
42114
42115     This patch is based on the port by Mihai Georgian (see linkstation.c for
42116     Copyright information) and implements support for LinkStation / KuroBox HD
42117     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
42118     the moment, pending network driver fixing.
42119
42120     Notice to users: this is pretty much a barebone port. Support for network
42121     on HG models is already in the U-Boot mainline, but you might also want
42122     patches to switch fan / phy modes depending on the negotiated ethernet
42123     parameters. This patch also doesn't support console switching, booting EM
42124     mode, Buffalo specific ext2 magic number. So, if you want to use any of
42125     those, you need additional patches. Otherwise this patche provides a fully
42126     functional u-boot with a network console on your system.
42127
42128     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42129
42130 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
42131 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42132 Date:   Sun Mar 30 01:22:13 2008 -0500
42133
42134     Add CONFIG_MII_INIT support to related boards
42135
42136     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
42137     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
42138     that use mii_init() in cmd_init.c.
42139
42140     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42141     Acked-by: Ben Warren <biggerbadderben@gmail.com>
42142
42143 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
42144 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42145 Date:   Sun Mar 30 01:19:06 2008 -0500
42146
42147     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
42148
42149     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
42150     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
42151
42152     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42153
42154 commit e99ccb488181d012248c6be30b2093e950319fc5
42155 Author: Kumar Gala <galak@kernel.crashing.org>
42156 Date:   Thu Mar 27 11:46:38 2008 -0500
42157
42158     Introduce phys_size_t and move phys_addr_t into asm/types.h
42159
42160     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
42161     that have larger physical addresses like 44x, 85xx, and 86xx.
42162
42163     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42164
42165 commit 20a14a42a25f72e379f38460b8a8484667536795
42166 Author: Andy Fleming <afleming@freescale.com>
42167 Date:   Wed Apr 2 16:19:07 2008 -0500
42168
42169     Rename include/md5.h to include/u-boot/md5.h
42170
42171     Some systems have md5.h installed in /usr/include/. This isn't the
42172     desired file (we want the one in include/md5.h). This will avoid the
42173     conflict. This fixes the host tools building problem by creating a new
42174     directory for U-Boot specific header files.
42175
42176     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
42177     Denk]
42178
42179     Signed-off-by: Wolfgang Denk <wd@denx.de>
42180     Signed-off-by: Andy Fleming <afleming@freescale.com>
42181     Acked-by: Timur Tabi <timur@freescale.com>
42182
42183 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
42184 Author: Dave Liu <r63238@freescale.com>
42185 Date:   Thu Mar 27 18:51:17 2008 +0800
42186
42187     drivers: code clean up
42188
42189     Signed-off-by: Dave Liu <daveliu@freescale.com>
42190
42191 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
42192 Author: Dave Liu <r63238@freescale.com>
42193 Date:   Thu Mar 27 18:50:41 2008 +0800
42194
42195     drivers: clean up the ata_piix.h
42196
42197     Signed-off-by: Dave Liu <daveliu@freescale.com>
42198
42199 commit e8f7ba404f1409606962815ecc955a06984b08b3
42200 Author: Dave Liu <r63238@freescale.com>
42201 Date:   Thu Mar 27 18:49:56 2008 +0800
42202
42203     doc: english polishing for README.sata
42204
42205     according to gvb's suggestion, polishing for the doc.
42206
42207     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
42208     Signed-off-by: Dave Liu <daveliu@freescale.com>
42209
42210 commit 3e3f766a5274d204780460e1879723b565296d34
42211 Author: Kumar Gala <galak@kernel.crashing.org>
42212 Date:   Wed Mar 26 18:53:28 2008 -0500
42213
42214     Fix warnings introduced by I2C bus speed setting patch
42215
42216     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42217
42218 commit 3c735e7437150e8615f26930c7819db85634276d
42219 Author: eran liberty <eran.liberty@gmail.com>
42220 Date:   Thu Mar 27 00:50:49 2008 +0100
42221
42222     Altera Stratix II support
42223
42224     Adds Support for Altera's Stratix II.
42225
42226     Within your board specific init file you will have to call
42227
42228     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
42229     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
42230
42231     Altera_desc* contines (for example):
42232         {
42233          Altera_StratixII,      /* part type */
42234          passive_serial,        /* interface type */
42235          1,                     /* bytes of data part can accept */
42236          (void *)(&funcs),      /* interface function table */
42237          0L,                    /* base interface address */
42238          0                      /* implementation specific cookie */
42239          }
42240
42241     funcs is the interface. It is of type altera_board_specific_func.
42242     It looks like this:
42243     altera_board_specific_func func = {
42244         pre_fn,
42245         config_fn,
42246         status_fn,
42247         done_fn,
42248         clk_fn,
42249         data_fn,
42250         abort_fn,
42251         post_fn,
42252     };
42253
42254     you will have to implement these functions, which is usually bit
42255     banging some gpio.
42256
42257     Signed-off-by: Eran Liberty <liberty@extricom.com>
42258
42259 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
42260 Author: Wolfgang Denk <wd@denx.de>
42261 Date:   Sun Apr 13 14:32:54 2008 -0700
42262
42263     Update CHANGELOG
42264
42265     Signed-off-by: Wolfgang Denk <wd@denx.de>
42266
42267 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
42268 Author: Sascha Hauer <s.hauer@pengutronix.de>
42269 Date:   Wed Mar 26 20:41:17 2008 +0100
42270
42271     Phytec Phycore-i.MX31 support
42272
42273     This patch adds support for the Phytec Phycore-i.MX31 board
42274
42275     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42276     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42277
42278 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
42279 Author: Sascha Hauer <s.hauer@pengutronix.de>
42280 Date:   Wed Mar 26 20:41:09 2008 +0100
42281
42282     mx31 litekit support
42283
42284     This patch adds support for the mx31 litekit board
42285
42286     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42287     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42288
42289 commit cdace0661208754a53019ea0dc7b803a040e0939
42290 Author: Sascha Hauer <s.hauer@pengutronix.de>
42291 Date:   Wed Mar 26 20:40:49 2008 +0100
42292
42293     add an i2c driver for mx31
42294
42295     This patch adds an i2c driver for Freescale i.MX processors
42296
42297     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42298     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42299
42300 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
42301 Author: Sascha Hauer <s.hauer@pengutronix.de>
42302 Date:   Wed Mar 26 20:40:42 2008 +0100
42303
42304     core support for Freescale mx31
42305
42306     This patch adds the core support for Freescale mx31
42307
42308     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42309     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42310
42311 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
42312 Author: Wolfgang Denk <wd@denx.de>
42313 Date:   Sun Apr 13 14:19:23 2008 -0700
42314
42315     Fix compile error
42316
42317     ...as suggested by Peter Pearse
42318
42319     Signed-off-by: Wolfgang Denk <wd@denx.de>
42320
42321 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
42322 Author: Sascha Hauer <s.hauer@pengutronix.de>
42323 Date:   Wed Mar 26 20:40:36 2008 +0100
42324
42325     Separate omap24xx specific code from arm1136
42326
42327     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
42328     to cpu/arm1136/omap24xx.
42329
42330     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
42331     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42332
42333 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
42334 Author: Mike Frysinger <vapier@gentoo.org>
42335 Date:   Tue Jan 29 18:21:05 2008 -0500
42336
42337     disable caches before booting an app for Blackfin apps
42338
42339     It isn't generally save to execute applications outside of U-Boot with caches
42340     enabled due to the way the Blackfin processor handles caches (requires
42341     software assistance).  This patch disables caches before booting an ELF or
42342     just booting raw code.  The previous discussion on the patch was that we
42343     wanted to use weaks instead, but that proved to not be feasible when multiple
42344     symbols are involved, which puts us back at the ifdef solution.  I've
42345     minimized the ugliness by moving the setup step outside of the main function.
42346
42347     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42348
42349 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
42350 Author: Wolfgang Denk <wd@denx.de>
42351 Date:   Sun Apr 13 10:03:54 2008 -0700
42352
42353     ppc: Get rid of unused machine type definitions
42354
42355     Signed-off-by: Wolfgang Denk <wd@denx.de>
42356
42357 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
42358 Author: Wolfgang Denk <wd@denx.de>
42359 Date:   Sun Apr 13 09:59:26 2008 -0700
42360
42361     Coding Style cleanup; update CHANGELOG
42362
42363     Signed-off-by: Wolfgang Denk <wd@denx.de>
42364
42365 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
42366 Author: Larry Johnson <lrj@acm.org>
42367 Date:   Thu Feb 21 13:58:11 2008 -0500
42368
42369     LM73 bug fix for negative temperatures and cleanup
42370
42371     When the LM73 temperature sensor measures a temperature below 0 C, the
42372     current driver does not perform sign extension, so the result returned is
42373     512 C too high.  This patch fixes the problem, and does general cleanup
42374     of the code.
42375
42376     Signed-off-by: Larry Johnson <lrj@acm.org>
42377
42378 commit 96ef831f713289afba19da0c8f905e99da2b23e0
42379 Author: Guennadi Liakhovetski <lg@denx.de>
42380 Date:   Thu Apr 3 13:36:02 2008 +0200
42381
42382     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
42383
42384     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
42385     series require different addresses for buffered write commands. Define a
42386     configuration option to support buffered writes on those chips. A more
42387     elegant solution would be to automatically detect those chips by parsing
42388     their CFI records, but that would require introduction of a fixup table
42389     into the cfi_flash driver.
42390
42391     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
42392
42393 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
42394 Author: Lee Nipper <lee.nipper@freescale.com>
42395 Date:   Thu Apr 10 09:35:06 2008 -0500
42396
42397     mpc83xx: Update DIMM data bus width test to support 40-bit width
42398
42399     32-bit wide ECC memory modules report 40-bit width.
42400     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
42401
42402     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
42403     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42404
42405 commit 5fb5a689d822ca61e814bd523fc930af335242fa
42406 Author: Dave Liu <r63238@freescale.com>
42407 Date:   Mon Mar 31 17:05:12 2008 +0800
42408
42409     mpc83xx: Fix the bug of serdes initialization
42410
42411     Currently the serdes will not be initializated due to the
42412     partid's error.
42413
42414     Signed-off-by: Dave Liu <daveliu@freescale.com>
42415     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42416
42417 commit 2000784818f043db7ca60e2846a72d097766b894
42418 Author: Dave Liu <r63238@freescale.com>
42419 Date:   Thu Apr 3 16:28:29 2008 +0800
42420
42421     mpc83xx: Fix the SATA clock setting of 837x targets
42422
42423     Currently the SATA controller clock is configured as CSB clock,
42424     usually the CSB clock is 400/333/266MHz.
42425
42426     However, The SATA IP block is only guaranteed to operate up to
42427     200 MHz as stated in the HW spec.
42428
42429     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
42430
42431     This patch makes the SATA clock as half of CSB clock.
42432
42433     Signed-off-by: Dave Liu <daveliu@freescale.com>
42434     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42435
42436 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
42437 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42438 Date:   Wed Apr 2 13:41:21 2008 +0200
42439
42440     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
42441
42442     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42443     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42444
42445 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
42446 Author: Kumar Gala <galak@kernel.crashing.org>
42447 Date:   Wed Apr 9 04:20:57 2008 -0500
42448
42449     85xx: Fix detection of MP cpu spin up
42450
42451     We were looking at the wrong memory offset to determine of a secondary
42452     cpu had been spun up or not.  Also added a warning message if the
42453     all the secondary cpus we expect don't spin up.
42454
42455     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42456
42457 commit f3e04bdc3f360c66801a9048956e61e41a16edba
42458 Author: Kumar Gala <galak@kernel.crashing.org>
42459 Date:   Tue Apr 8 10:45:50 2008 -0500
42460
42461     85xx: Use SVR_SOC_VER instead of SVR_VER
42462
42463     The recent change introduced by 'Update SVR numbers to expand support'
42464     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
42465     to compare against a particular processor id.
42466
42467     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42468
42469 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
42470 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
42471 Date:   Fri Apr 11 10:00:35 2008 -0400
42472
42473     ppc4xx: Fix power mgt definitions for PPC440
42474
42475     Corrected DCR addresses of PPC440EP power management registers.
42476
42477     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
42478
42479 commit 950a392464e616b4590bc4501be46e2d7d162dea
42480 Author: Wolfgang Denk <wd@denx.de>
42481 Date:   Fri Apr 11 15:11:26 2008 +0200
42482
42483     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
42484
42485     Reverting became necessary after it turned out that the patches in
42486     the u-boot-arm repo were modified, and in some cases corrupted.
42487
42488     This reverts the following commits:
42489
42490         066bebd6353e33af3adefc3404560871699e9961
42491         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
42492         c88ae20580b2b01487b4cdcc8b2a113f551aee36
42493         a147e56f03871bba4f05058d5e04ce7deb010b04
42494         d6674e0e2a6a1f033945f78838566210d3f28c95
42495         8c8463cce44d849e37744749b32d38e1dfb12e50
42496         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
42497         8bf69d81782619187933a605f1a95ee1d069478d
42498         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
42499         a574a73852a527779234e73e17e7597fd8128882
42500         1377b5583a48021d983e1fd565f7d40c89e84d63
42501         1704dc20917b4f71e373e2c888497ee666d40380
42502
42503     Signed-off-by: Wolfgang Denk <wd@denx.de>
42504
42505 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
42506 Author: Stefan Roese <sr@denx.de>
42507 Date:   Fri Apr 11 07:02:29 2008 +0200
42508
42509     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
42510
42511     This patch reworks the default environment on Kilauea/Haleakala. Now
42512     "net_nfs" for exmaple uses the device-tree style booting formerly know
42513     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
42514     new image booting support, which check for image overwriting. So the
42515     addresses needed togeet adjusted.
42516
42517     Signed-off-by: Stefan Roese <sr@denx.de>
42518
42519 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
42520 Author: Stefan Roese <sr@denx.de>
42521 Date:   Wed Apr 9 11:58:02 2008 +0200
42522
42523     ppc4xx: Fix Canyonlands default environment to work with new image support
42524
42525     Since the new image support checks for image overwriting, the default
42526     environment needs to get adjusted to use correct addresses.
42527
42528     Signed-off-by: Stefan Roese <sr@denx.de>
42529
42530 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
42531 Author: Stefan Roese <sr@denx.de>
42532 Date:   Wed Apr 9 11:54:11 2008 +0200
42533
42534     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
42535
42536     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
42537     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
42538     on 4xx systems _start currently cannot be used for this calculation.
42539     So revert back to the original version for now.
42540
42541     Signed-off-by: Stefan Roese <sr@denx.de>
42542
42543 commit f91374f65eae8b42cac329e06ba1c54728278efb
42544 Author: Michal Simek <monstr@monstr.eu>
42545 Date:   Fri Mar 28 12:49:52 2008 +0100
42546
42547     microblaze: Sort microblaze boards in MAKEALL script
42548
42549 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
42550 Author: Michal Simek <monstr@monstr.eu>
42551 Date:   Fri Mar 28 11:58:45 2008 +0100
42552
42553     microblaze: clean microblaze_config.mk
42554
42555     FLAGS are generated by U-BOOT generator.
42556     Board specific FLAGS are in board directory
42557
42558     Signed-off-by: Michal Simek <monstr@monstr.eu>
42559
42560 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
42561 Author: Michal Simek <monstr@monstr.eu>
42562 Date:   Fri Mar 28 12:47:19 2008 +0100
42563
42564     microblaze: xupv2p fix config file for supporting FDT
42565
42566 commit 188dc16b189143573b1ed90e584bf866d75cdd12
42567 Author: Michal Simek <monstr@monstr.eu>
42568 Date:   Fri Mar 28 11:53:02 2008 +0100
42569
42570     microblaze: ml401 fix config file for supporting FDT
42571
42572     Signed-off-by: Michal Simek <monstr@monstr.eu>
42573
42574 commit 4c6a6f02e239236261333759997eeaf86b30b54c
42575 Author: Michal Simek <monstr@monstr.eu>
42576 Date:   Fri Mar 28 11:22:48 2008 +0100
42577
42578     microblaze: ml401 - add ifdef for GPIO
42579
42580     Signed-off-by: Michal Simek <monstr@monstr.eu>
42581
42582 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
42583 Author: Michal Simek <monstr@monstr.eu>
42584 Date:   Fri Mar 28 12:13:03 2008 +0100
42585
42586     microblaze: clean uart16550 and uartlite handling
42587
42588     Signed-off-by: Michal Simek <monstr@monstr.eu>
42589
42590 commit 0b20f250877441460fb79d72192954abe8498834
42591 Author: Michal Simek <monstr@monstr.eu>
42592 Date:   Fri Mar 28 11:08:31 2008 +0100
42593
42594     microblaze: Add Emaclite driver to Makefile
42595
42596     Signed-off-by: Michal Simek <monstr@monstr.eu>
42597
42598 commit 868cde5310f88234b774878e4f06e79df10a88b3
42599 Author: Michal Simek <monstr@monstr.eu>
42600 Date:   Fri Mar 28 11:08:01 2008 +0100
42601
42602     microblaze: Add Emac driver to Makefile
42603
42604     Signed-off-by: Michal Simek <monstr@monstr.eu>
42605
42606 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
42607 Author: Michal Simek <monstr@monstr.eu>
42608 Date:   Fri Mar 28 12:42:29 2008 +0100
42609
42610     microblaze: add Emac ethernet driver
42611
42612 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
42613 Author: Michal Simek <monstr@monstr.eu>
42614 Date:   Fri Mar 28 12:41:56 2008 +0100
42615
42616     microblaze: add Emaclite ethernet driver
42617
42618 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
42619 Author: Michal Simek <monstr@monstr.eu>
42620 Date:   Fri Mar 28 11:04:01 2008 +0100
42621
42622     microblaze: ML401 and XUPV2P remove emac and emaclite reference
42623
42624     Signed-off-by: Michal Simek <monstr@monstr.eu>
42625
42626 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
42627 Author: Michal Simek <monstr@monstr.eu>
42628 Date:   Fri Mar 28 10:59:32 2008 +0100
42629
42630     microblaze: remove old setting for emac driver
42631
42632     Signed-off-by: Michal Simek <monstr@monstr.eu>
42633
42634 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
42635 Author: Michal Simek <monstr@monstr.eu>
42636 Date:   Fri Mar 28 10:58:15 2008 +0100
42637
42638     microblaze: Clean Makefile from ancient emac driver
42639
42640     Signed-off-by: Michal Simek <monstr@monstr.eu>
42641
42642 commit ab68f921d9c741830f721c3d879c13a0c5597183
42643 Author: Daniel Hellstrom <daniel@gaisler.com>
42644 Date:   Fri Mar 28 10:20:43 2008 +0100
42645
42646     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
42647
42648     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42649
42650 commit 6ed8a43a19bb0275501bc286007daafa923552cf
42651 Author: Daniel Hellstrom <daniel@gaisler.com>
42652 Date:   Wed Mar 26 23:38:48 2008 +0100
42653
42654     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.
42655
42656     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42657
42658 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
42659 Author: Daniel Hellstrom <daniel@gaisler.com>
42660 Date:   Wed Mar 26 23:34:47 2008 +0100
42661
42662     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
42663
42664     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42665
42666 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
42667 Author: Daniel Hellstrom <daniel@gaisler.com>
42668 Date:   Fri Mar 28 10:06:52 2008 +0100
42669
42670     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
42671
42672     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42673
42674 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
42675 Author: Daniel Hellstrom <daniel@gaisler.com>
42676 Date:   Wed Mar 26 23:26:48 2008 +0100
42677
42678     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
42679
42680     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42681
42682 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
42683 Author: Daniel Hellstrom <daniel@gaisler.com>
42684 Date:   Fri Mar 28 10:00:33 2008 +0100
42685
42686     SPARC: Added support for SPARC LEON2 SOC Processor.
42687
42688     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42689
42690 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
42691 Author: Daniel Hellstrom <daniel@gaisler.com>
42692 Date:   Wed Mar 26 23:00:38 2008 +0100
42693
42694     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.
42695
42696     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42697
42698 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
42699 Author: Daniel Hellstrom <daniel@gaisler.com>
42700 Date:   Wed Mar 26 22:51:29 2008 +0100
42701
42702     SPARC: Added support for SPARC LEON3 SOC processor.
42703
42704     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42705
42706 commit bf3d8b31169546fcddb4737391e1893fb12d033a
42707 Author: Daniel Hellstrom <daniel@gaisler.com>
42708 Date:   Fri Mar 28 08:29:26 2008 +0100
42709
42710     SPARC: added SPARC support for new uimage in common code.
42711
42712     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42713
42714 commit 00ab32c85405a4fe65fd4128243086210fc90a21
42715 Author: Daniel Hellstrom <daniel@gaisler.com>
42716 Date:   Wed Mar 26 22:36:03 2008 +0100
42717
42718     SPARC: added SPARC board information to the command bdinfo.
42719
42720     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42721
42722 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
42723 Author: Daniel Hellstrom <daniel@gaisler.com>
42724 Date:   Fri Mar 28 09:47:00 2008 +0100
42725
42726     SPARC: Added generic support for SPARC architecture.
42727
42728     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42729
42730 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
42731 Author: Stefan Roese <sr@denx.de>
42732 Date:   Thu Apr 3 14:50:34 2008 +0200
42733
42734     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
42735
42736     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
42737     has 2 RGMII instances and we need to configure the 2nd RGMII instance
42738     for the EMAC2+3 channels.
42739
42740     Signed-off-by: Stefan Roese <sr@denx.de>
42741
42742 commit c2a545ce33b26d80337f80b533828839249fb1c9
42743 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42744 Date:   Wed Apr 2 08:03:56 2008 +0200
42745
42746     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
42747
42748     fdt.c: In function 'ft_cpu_setup':
42749     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
42750     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
42751     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
42752     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
42753
42754     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42755
42756 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
42757 Author: Andy Fleming <afleming@freescale.com>
42758 Date:   Mon Mar 31 20:45:56 2008 -0500
42759
42760     Fix fdt set command to conform to dts spec
42761
42762     The fdt set command was treating properties specified as <00> and <0011>
42763     as byte streams, rather than as an array of cells.  As we already have
42764     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
42765     we should use the <> syntax to describe arrays of cells, which are always
42766     32-bits per element.  If we imagine this likely (IMHO) scenario:
42767
42768     > fdt set /ethernet-phy@1 reg <1>
42769
42770     With the old code, this would create a bad fdt, since the reg cell would be
42771     made to be one byte in length.  But the cell must be 4 bytes, so this would
42772     break mysteriously.
42773
42774     Also, the dts spec calls for constants inside the angle brackets (<>)
42775     to conform to C constant standards as they pertain to base.
42776     Take this scenario:
42777
42778     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
42779
42780     The old fdt command would complain that it couldn't parse that.  Or, if you
42781     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
42782     do this:
42783
42784     > fdt set /mydev clock <1f78a40>
42785
42786     Whereas the new code will accept decimal numbers.
42787
42788     While I was in there, I extended the fdt command parser to handle property
42789     strings which are split across multiple arguments:
42790
42791     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
42792     > fdt p /ethernet@f00
42793     ethernet@f00 {
42794         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
42795     };
42796
42797     Lastly, the fdt print code was rearranged slightly to print arrays of cells
42798     if the length of the property is a multiple of 4 bytes, and to not print
42799     leading zeros.
42800
42801     Signed-off-by: Andy Fleming <afleming@freescale.com>
42802
42803 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
42804 Author: Stefan Roese <sr@denx.de>
42805 Date:   Wed Apr 2 08:39:33 2008 +0200
42806
42807     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
42808
42809     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
42810     interface. This usage can be configured with the jumper J6. This patch
42811     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
42812     is installed.
42813
42814     Signed-off-by: Stefan Roese <sr@denx.de>
42815
42816 commit 6fe2946f198481254a6ee9600d7456b8316a4083
42817 Author: Kim Phillips <kim.phillips@freescale.com>
42818 Date:   Fri Mar 28 17:37:49 2008 -0500
42819
42820     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
42821
42822     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
42823     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
42824     started.
42825
42826     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42827
42828 commit b5873f1732b92a25690e1513b90dfb0d644f6697
42829 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42830 Date:   Tue Apr 1 07:30:51 2008 +0200
42831
42832     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
42833
42834     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42835
42836 commit 2d934ea51f276522b532f870a820e844ff480b5b
42837 Author: Tor Krill <tor@excito.com>
42838 Date:   Fri Mar 28 15:29:45 2008 +0100
42839
42840     Add Vitesse 8601 support to TSEC driver
42841
42842     Add phy_info for Vitesse VSC8601.
42843     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
42844
42845     Signed-off-by: Tor Krill <tor@excito.com>
42846     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
42847     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42848
42849 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
42850 Author: Daniel Hellstrom <daniel@gaisler.com>
42851 Date:   Mon Mar 31 14:25:00 2008 +0000
42852
42853     SPARC: added SMC91111 driver in and out macros for LEON processors.
42854
42855     This patch makes SPARC/LEON processors able to read and write
42856     to the SMC91111 chip using the chip external I/O bus of the memory
42857     controller. This patchs defines the standard in and out macros
42858     expected by the SMC9111 driver.
42859
42860     To access that I/O bus one must set up the memory controller
42861     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
42862     up this correctly when the other MCTRL parameters are set up. It
42863     can be set up from the board configuration header file.
42864
42865     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42866     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
42867
42868 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
42869 Author: Stelian Pop <stelian@popies.net>
42870 Date:   Wed Mar 26 18:52:34 2008 +0100
42871
42872     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
42873
42874     Signed-off-by: Stelian Pop <stelian@popies.net>
42875
42876 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
42877 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42878 Date:   Mon Mar 31 21:31:04 2008 +0200
42879
42880     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
42881
42882     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42883
42884 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
42885 Author: Stelian Pop <stelian@popies.net>
42886 Date:   Wed Mar 26 18:52:33 2008 +0100
42887
42888     Add support for AT91SAM9260EK
42889
42890     Support for booting from internal DataFlash, external DataFlash card
42891     or NAND flash is available.
42892
42893     Signed-off-by: Stelian Pop <stelian@popies.net>
42894
42895 commit 1762f13b4aab88b685b1722f17dada247945624b
42896 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42897 Date:   Mon Mar 31 21:20:49 2008 +0200
42898
42899     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
42900
42901     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42902
42903 commit 761712188b353494defb2b644491ff73d0daaa6f
42904 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42905 Date:   Mon Mar 31 21:12:17 2008 +0200
42906
42907     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
42908
42909     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42910
42911 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
42912 Author: Stelian Pop <stelian@popies.net>
42913 Date:   Wed Mar 26 20:52:32 2008 +0100
42914
42915     Port AT91CAP9 to the new headers
42916
42917     Adapt the existing AT91CAP9 code to the new headers and APIs.
42918
42919     Signed-off-by: Stelian Pop <stelian@popies.net>
42920
42921 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
42922 Author: Stelian Pop <stelian@popies.net>
42923 Date:   Wed Mar 26 19:52:31 2008 +0100
42924
42925     Finish header files reworking
42926
42927     Replace AT91CAP9.h file with several splitted header files coming
42928     from the Linux kernel.
42929
42930     This is part 2 of the replacement: more header imports and edits.
42931
42932     Signed-off-by: Stelian Pop <stelian@popies.net>
42933
42934 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
42935 Author: Stelian Pop <stelian@popies.net>
42936 Date:   Wed Mar 26 19:52:30 2008 +0100
42937
42938     Import several header files from Linux
42939
42940     Replace AT91CAP9.h file with several splitted header files coming
42941     from the Linux kernel.
42942
42943     This is part 1 of the replacement: pristine header files import.
42944
42945     Signed-off-by: Stelian Pop <stelian@popies.net>
42946
42947 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
42948 Author: Stelian Pop <stelian@popies.net>
42949 Date:   Wed Mar 26 20:52:28 2008 +0100
42950
42951     Move at91cap9 specific files to at91sam9 directory
42952
42953     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
42954     common infrastructure can be used. Let this infrastructure be
42955     named after the AT91SAM9 family, and move the existing AT91CAP9
42956     files to the new place.
42957
42958     Signed-off-by: Stelian Pop <stelian@popies.net>
42959
42960 commit 61106a565870ff503f92b251b94bd7afef889a04
42961 Author: Stelian Pop <stelian@popies.net>
42962 Date:   Wed Mar 26 21:52:27 2008 +0100
42963
42964     Use timer_init() instead of board supplied interrupt_init()
42965
42966     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
42967     the board, so use timer_init() instead of interrupt_init().
42968
42969     Signed-off-by: Stelian Pop <stelian@popies.net>
42970
42971 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
42972 Author: Stelian Pop <stelian@popies.net>
42973 Date:   Wed Mar 26 21:52:36 2008 +0100
42974
42975     Cleanup DataFlash partition handling
42976
42977     DataFlash partition information has become a mess. This patch
42978     defines a single partition scheme for Atmel DataFlashes. This partition
42979     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
42980
42981     Signed-off-by: Stelian Pop <stelian@popies.net>
42982
42983 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
42984 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42985 Date:   Fri Mar 28 08:47:45 2008 -0500
42986
42987     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
42988
42989     When the version_string function in start.S is not 4-byte align,
42990     it will cause the compiler generates "unaligned opcodes detected
42991     in executable segment". This issue affects all ColdFire CPUs.
42992     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
42993     it is not aligned.
42994
42995     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42996     Acked-by: John Rigby <jrigby@freescale.com>
42997
42998 commit bae61eefe15b4d454060a7140e49ae58322be803
42999 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43000 Date:   Tue Mar 25 15:41:15 2008 -0500
43001
43002     ColdFire: Add dspi and serial flash support for MCF5445x
43003
43004     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43005     Acked-by: John Rigby <jrigby@freescale.com>
43006
43007 commit 48ead7a7a922fceaf494e352abfab8216a41b417
43008 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43009 Date:   Tue Mar 18 17:37:01 2008 -0500
43010
43011     ColdFire: Remove R5200 board
43012
43013     This board never went into production
43014
43015     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
43016     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43017     Acked-by: John Rigby <jrigby@freescale.com>
43018
43019 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
43020 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
43021 Date:   Thu Jan 24 14:02:32 2008 -0600
43022
43023     ColdFire: Added M5275EVB support.
43024
43025     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
43026     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43027     Acked-by: John Rigby <jrigby@freescale.com>
43028
43029 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
43030 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
43031 Date:   Mon Feb 4 15:38:20 2008 -0600
43032
43033     ColdFire: Added MCF5275 cpu support.
43034
43035     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
43036     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43037     Acked-by: John Rigby <jrigby@freescale.com>
43038
43039 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
43040 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43041 Date:   Mon Mar 17 12:14:11 2008 -0500
43042
43043     ColdFire: Define bootdelay in configuration file for M52277EVB
43044
43045     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
43046     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43047     Acked-by: John Rigby <jrigby@freescale.com>
43048
43049 commit 77878f16cedee17161ff2336990970fffc6cea35
43050 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43051 Date:   Mon Mar 17 12:09:07 2008 -0500
43052
43053     ColdFire: Fix second memory Chipselect for M5475EVB
43054
43055     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43056     Acked-by: John Rigby <jrigby@freescale.com>
43057
43058 commit 43d60642395a550956cb21d287c8cfa563913d28
43059 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43060 Date:   Thu Mar 13 14:26:32 2008 -0500
43061
43062     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
43063
43064     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43065     Acked-by: John Rigby <jrigby@freescale.com>
43066
43067 commit eb14ebe813a0cb5d47905228da446a5ad692473b
43068 Author: Larry Johnson <lrj@acm.org>
43069 Date:   Sun Mar 30 20:33:04 2008 -0500
43070
43071     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
43072
43073     Signed-off-by: Larry Johnson <lrj@acm.org>
43074
43075 commit 02e3892021112f21067d9ed1d04ae4182725ba52
43076 Author: Stefan Roese <sr@denx.de>
43077 Date:   Mon Mar 31 12:20:48 2008 +0200
43078
43079     ppc4xx: Small whitespace fix of esd patches
43080
43081     Signed-off-by: Stefan Roese <sr@denx.de>
43082
43083 commit 034394abb524785047c815f00dde8cdbdc1593c5
43084 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43085 Date:   Sun Mar 30 18:52:44 2008 +0200
43086
43087     ppc4xx: Cleanup PMC440 board support
43088
43089     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43090
43091 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
43092 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43093 Date:   Sun Mar 30 18:52:06 2008 +0200
43094
43095     ppc4xx: Add ptm configuration variables for PMC440
43096
43097     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
43098     environment variables.
43099
43100     Cleanup pci_target_init.
43101
43102     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43103
43104 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
43105 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43106 Date:   Sun Mar 30 18:01:15 2008 +0200
43107
43108     ppc4xx: Minor updates for DU440 boards
43109
43110     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43111
43112 commit d5bffeb868d6b4d462f558dac43011027b6644b7
43113 Author: Mike Frysinger <vapier@gentoo.org>
43114 Date:   Tue Feb 19 00:54:20 2008 -0500
43115
43116     Blackfin: cleanup and overhaul common board init functions
43117
43118     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43119
43120 commit b86b3416f874358acaf07519e7620cdb2145f75b
43121 Author: Mike Frysinger <vapier@gentoo.org>
43122 Date:   Tue Feb 19 00:50:58 2008 -0500
43123
43124     Blackfin: cleanup lib_blackfin/cache.c
43125
43126     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43127
43128 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
43129 Author: Mike Frysinger <vapier@gentoo.org>
43130 Date:   Sun Mar 30 15:46:13 2008 -0400
43131
43132     Blackfin: unify cpu and boot modes
43133
43134     All of the duplicated code for Blackfin processors and boot modes have been
43135     unified.  After all, the core is the same for all processors, just the
43136     peripheral set differs (which gets handled in the drivers).
43137
43138     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43139
43140 commit 880cc4381ea8360248cddcdf87a64566745a5724
43141 Author: Stelian Pop <stelian@popies.net>
43142 Date:   Wed Mar 26 22:52:35 2008 +0100
43143
43144     Fix CFG_NO_FLASH compilation.
43145
43146     Many Atmel boards have no "real" (NOR) flash on board, and rely only
43147     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
43148     be present in a board configuration file, while still enabling flash
43149     commands like 'flinfo', 'protect', etc.
43150
43151     Signed-off-by: Stelian Pop <stelian@popies.net>
43152
43153 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
43154 Author: Mike Frysinger <vapier@gentoo.org>
43155 Date:   Tue Feb 19 00:58:13 2008 -0500
43156
43157     Blackfin: BF537-stamp: cleanup spi flash driver
43158
43159     This punts the old spi flash driver for a new/generalized one until the
43160     common one can be integrated.
43161
43162     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43163
43164 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
43165 Author: Ben Warren <biggerbadderben@gmail.com>
43166 Date:   Sun Mar 30 11:34:34 2008 -0400
43167
43168     Fix macro typo in common/cmd_mii.c
43169
43170     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
43171     actually applied the wrong patch.
43172
43173     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43174
43175 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
43176 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43177 Date:   Sun Mar 30 16:39:53 2008 +0200
43178
43179     use correct at91rm9200 register name in m501sk board
43180
43181     This fixes a naming bug for at91rm9200 lowlevel init code:
43182     NOR boot flash is on chipselect 0, not chipselect 2.  This
43183     makes code use the register name from chip datasheets.
43184
43185     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43186
43187 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
43188 Author: David Brownell <david-b@pacbell.net>
43189 Date:   Fri Jan 18 12:55:00 2008 -0800
43190
43191     use correct at91rm9200 register name
43192
43193     This fixes a naming bug for at91rm9200 lowlevel init code:
43194     NOR boot flash is on chipselect 0, not chipselect 2.  This
43195     makes code use the register name from chip datasheets.
43196
43197     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
43198
43199 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
43200 Author: David Brownell <david-b@pacbell.net>
43201 Date:   Fri Jan 18 12:45:45 2008 -0800
43202
43203     add missing ARM boards to MAKEALL
43204
43205     Add some missing ARM boards to MAKEALL.  These build correctly,
43206     unlike several of the boards already listed.
43207
43208     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
43209
43210 commit 066bebd6353e33af3adefc3404560871699e9961
43211 Author: Peter Pearse <peter.pearse@arm.com>
43212 Date:   Sun Mar 30 11:34:09 2008 +0100
43213
43214     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
43215     to prevent compilation error.
43216
43217     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
43218
43219 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
43220 Author: Guennadi Liakhovetski <[lg@denx.de]>
43221 Date:   Sun Mar 30 11:32:30 2008 +0100
43222
43223     Support for the MX31ADS evaluation board from Freescale
43224
43225     This patch adds support for the MX31ADS evaluation board from Freescale,
43226     initialization code is copied from RedBoot sources, also provided by Freescale.
43227
43228     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43229
43230 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
43231 Author: Sascha Hauer <s.hauer@pengutronix.de>
43232 Date:   Sun Mar 30 11:32:27 2008 +0100
43233
43234     Phytec Phycore-i.MX31 support
43235
43236     This patch adds support for the Phytec Phycore-i.MX31 board
43237
43238     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
43239     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43240
43241 commit a147e56f03871bba4f05058d5e04ce7deb010b04
43242 Author: Sascha Hauer <s.hauer@pengutronix.de>
43243 Date:   Sun Mar 30 11:32:24 2008 +0100
43244
43245     mx31 litekit support
43246
43247     This patch adds support for the mx31 litekit board
43248
43249     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
43250     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43251
43252 commit d6674e0e2a6a1f033945f78838566210d3f28c95
43253 Author: Sascha Hauer <s.hauer@pengutronix.de>
43254 Date:   Sun Mar 30 11:32:21 2008 +0100
43255
43256     add SMSC LAN9x1x Network driver
43257
43258     This patch adds a driver for the following smsc network controllers:
43259     LAN9115
43260     LAN9116
43261     LAN9117
43262     LAN9215
43263     LAN9216
43264     LAN9217
43265
43266     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
43267     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43268
43269 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
43270 Author: Sascha Hauer <s.hauer@pengutronix.de>
43271 Date:   Sun Mar 30 11:32:16 2008 +0100
43272
43273     add an i2c driver for mx31
43274
43275     This patch adds an i2c driver for Freescale i.MX processors
43276
43277     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
43278     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43279
43280 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
43281 Author: Sascha Hauer <s.hauer@pengutronix.de>
43282 Date:   Sun Mar 30 11:30:43 2008 +0100
43283
43284     core support for Freescale mx31
43285
43286     This patch adds the core support for Freescale mx31
43287
43288     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
43289     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43290
43291 commit 8bf69d81782619187933a605f1a95ee1d069478d
43292 Author: Sascha Hauer <s.hauer@pengutronix.de>
43293 Date:   Sun Mar 30 11:28:46 2008 +0100
43294
43295     Separate omap24xx specific code from arm1136
43296
43297     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
43298
43299     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
43300     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
43301
43302 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
43303 Author: Peter Pearse <peter.pearse@arm.com>
43304 Date:   Sun Mar 30 11:23:05 2008 +0100
43305
43306     Add pmdra into MAKEALL
43307
43308     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
43309
43310 commit a574a73852a527779234e73e17e7597fd8128882
43311 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
43312 Date:   Sun Mar 30 11:21:58 2008 +0100
43313
43314     Adds support for the Prodrive PMDRA board, based on a DM6441
43315
43316     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
43317
43318 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
43319 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
43320 Date:   Sun Mar 30 11:11:34 2008 +0100
43321
43322     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
43323
43324     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
43325
43326 commit 1704dc20917b4f71e373e2c888497ee666d40380
43327 Author: Dirk Behme <dirk.behme@gmail.com>
43328 Date:   Sun Mar 30 11:09:01 2008 +0100
43329
43330     - Remove *_masked() functions as noted by Wolfgang
43331     - Adapt register naming to recent TI spec (sprue26, March 2007)
43332     - Fix reset_timer() handling
43333     - As reported by Pieter [1] the overflow fix introduced a
43334     delay of factor 16 (e.g 2 seconds became 32). While the
43335     overflow fix is basically okay, it missed to divide udelay by
43336     16, too. Fix this.
43337     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
43338     - Remove software division of timer count value (DIV(x)
43339     macro) and do it in hardware (TIM_CLK_DIV).
43340     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
43341     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
43342     the hints & testing!
43343
43344     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
43345
43346     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
43347
43348 commit ac3315c26e143c31680750c9c13f027efbcc887e
43349 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
43350 Date:   Thu Mar 6 16:45:44 2008 +0100
43351
43352     new PHY @ e1000 - 2nd try
43353
43354     Add 82541ER device with latest integrated IGP2 PHY.
43355     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
43356
43357     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
43358     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43359
43360 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
43361 Author: Daniel Hellstrom <daniel@gaisler.com>
43362 Date:   Fri Mar 28 20:22:53 2008 +0100
43363
43364     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
43365
43366     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
43367     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
43368     available at www.gaisler.com.
43369
43370     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
43371     offloading etc.) can be determined by a bit in the control register.
43372     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
43373
43374     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
43375     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43376
43377 commit 233a8bcd94997f3f345833a3b82e836222f2a206
43378 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
43379 Date:   Mon Mar 17 17:08:22 2008 -0500
43380
43381     Add CONFIG_MII_INIT in cmd_mii.c
43382
43383     Provide common configuration in do_mii() to execute mii_init()
43384     for all cpu architectures
43385
43386     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43387     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43388
43389 commit f605479de2deb11e834f31dfdb0af107c86aced6
43390 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
43391 Date:   Mon Mar 17 17:08:16 2008 -0500
43392
43393     ColdFire: Fix FEC transmit issue for MCF5275
43394
43395     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
43396     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43397
43398 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
43399 Author: Aras Vaichas <arasv@magtech.com.au>
43400 Date:   Wed Mar 26 09:43:57 2008 +1100
43401
43402     DHCP request fix for Windows Server 2003
43403
43404     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
43405     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
43406     interoperability problems with Windows Server 200x DHCP server when U-Boot
43407     client responds too fast for server to handle.
43408
43409     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
43410     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43411
43412 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
43413 Author: Daniel Hellstrom <daniel@gaisler.com>
43414 Date:   Fri Mar 28 20:40:19 2008 +0100
43415
43416     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
43417
43418     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
43419     SPARC CPUs implement flash_read64 which calls __raw_readq.
43420
43421     For current SPARC architectures (LEON2 and LEON3) each read from the
43422     FLASH must lead to a cache miss. This is because FLASH can not be set
43423     non-cacheable since program code resides there, and alternatively disabling
43424     cache is poor from performance view, or doing a cache flush between each
43425     read is even poorer.
43426
43427     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
43428     load alternative space, the alternative space number (ASI) is processor
43429     implementation spcific and can be found by including <asm/processor.h>.
43430
43431     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
43432
43433 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
43434 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
43435 Date:   Fri Mar 28 15:41:25 2008 +0100
43436
43437     Make MPC83xx one step closer to full relocation.
43438
43439     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
43440     and use GOT relative reference.
43441
43442     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
43443     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43444
43445 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
43446 Author: Michael Barkowski <michael.barkowski@freescale.com>
43447 Date:   Thu Mar 27 14:34:43 2008 -0400
43448
43449     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
43450
43451     This patch fixes eeprom page size so that you can now write more than
43452     64 bytes at a time.
43453
43454     It also makes the board take MAC addresses, if found, from EEPROM.
43455
43456     User should place up to 4 addresses at offset 0x7f00, for
43457     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
43458     four six-byte values should have it's CRC at the end.  crc32 and
43459     eeprom commands can be used to accomplish this.
43460
43461     If CRC fails, MAC addresses come from the environment.  If CRC
43462     succeeds, the environment is overwritten at startup.
43463
43464     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
43465     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43466
43467 commit 8f325cff31f6e745e6540014b131b9a97f61944c
43468 Author: Michael Barkowski <michael.barkowski@freescale.com>
43469 Date:   Fri Mar 28 15:15:38 2008 -0400
43470
43471     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
43472
43473     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
43474     controller on the PCI bus in Linux on the MPC8323ERDB.
43475
43476     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
43477     config file.
43478
43479     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
43480     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43481
43482 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
43483 Author: Kim Phillips <kim.phillips@freescale.com>
43484 Date:   Fri Mar 28 10:19:07 2008 -0500
43485
43486     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
43487
43488     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
43489     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
43490     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
43491     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
43492     convenience macros.
43493
43494     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43495
43496 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
43497 Author: Kim Phillips <kim.phillips@freescale.com>
43498 Date:   Fri Mar 28 10:18:53 2008 -0500
43499
43500     mpc83xx: display ddr frequency in board_add_ram_info banner
43501
43502     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43503
43504 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
43505 Author: Kim Phillips <kim.phillips@freescale.com>
43506 Date:   Fri Mar 28 10:18:40 2008 -0500
43507
43508     mpc83xx: unreinvent mem_clk
43509
43510     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
43511     mem_*_clk for consistency's sake.
43512
43513     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43514
43515 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
43516 Author: Kim Phillips <kim.phillips@freescale.com>
43517 Date:   Fri Mar 28 14:31:23 2008 -0500
43518
43519     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
43520
43521     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43522
43523 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
43524 Author: Dave Liu <r63238@freescale.com>
43525 Date:   Wed Mar 26 22:57:19 2008 +0800
43526
43527     mpc83xx: enable the SATA interface on mpc837xemds board
43528
43529     Enable the first two SATA interfaces on MPC837xEMDS board,
43530     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
43531
43532     Signed-off-by: Dave Liu <daveliu@freescale.com>
43533     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43534
43535 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
43536 Author: Dave Liu <r63238@freescale.com>
43537 Date:   Wed Mar 26 22:56:36 2008 +0800
43538
43539     mpc83xx: initialize serdes for MPC837xEMDS boards
43540
43541     This patch is stolen from Anton Vorontsov's patch
43542     for mpc837xerdb boards.
43543
43544     The reference clk and xcorevdd voltage of serdes1/2
43545     is same between mpc837xemds and mpc837xerdb.
43546
43547     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
43548     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
43549     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
43550
43551     Signed-off-by: Dave Liu <daveliu@freescale.com>
43552     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43553
43554 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
43555 Author: Stefan Roese <sr@denx.de>
43556 Date:   Fri Mar 28 14:09:04 2008 +0100
43557
43558     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
43559
43560     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
43561     interface. This usage can be configured with the jumper J6. This patch
43562     displays the current configuration upon bootup and changes the PCIe
43563     init loop, to only initialize the availabel PCIe slots.
43564
43565     Signed-off-by: Stefan Roese <sr@denx.de>
43566
43567 commit 90447ecbbac8572457b6d8903073ac3f120995ba
43568 Author: Tor Krill <tor@excito.com>
43569 Date:   Fri Mar 28 11:29:10 2008 +0100
43570
43571     MTD/CFI: Add support for 16bit legacy AMD flash
43572
43573     Add entry for 512Kx16 AMD flash to jedec_table.
43574     Read out 16bit device id if chipwidth is 16bit.
43575     Fixed coding style after Stefans feedback
43576
43577     Signed-off-by: Tor Krill <tor@excito.com>
43578
43579 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
43580 Author: Stefan Roese <sr@denx.de>
43581 Date:   Fri Mar 28 11:02:53 2008 +0100
43582
43583     ppc: Small change to CFG_MEM_TOP_HIDE description
43584
43585     Signed-off-by: Stefan Roese <sr@denx.de>
43586
43587 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
43588 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43589 Date:   Thu Mar 27 15:44:12 2008 +0900
43590
43591     sh: Add support stat structure and stat.h
43592
43593     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43594
43595 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
43596 Author: Mark Jonas <toertel@gmail.com>
43597 Date:   Sat Mar 22 19:27:52 2008 +0100
43598
43599     sh: Removed warning when compiling drivers/serial/serial_sh.c.
43600
43601     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
43602     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43603
43604 commit f309fa38929ffba71230c02330ffa42f4bba6333
43605 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43606 Date:   Wed Mar 12 18:02:57 2008 +0900
43607
43608     sh: Remove disable_ctrlc function from R7780MP
43609
43610     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43611
43612 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
43613 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43614 Date:   Wed Mar 12 17:55:15 2008 +0900
43615
43616     sh: Add maintainer of R7780MP to MAINTAINER file
43617
43618     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
43619
43620     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43621
43622 commit f5e2466f7baa887a7df0c536333eea8231333497
43623 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43624 Date:   Tue Mar 25 17:11:24 2008 +0900
43625
43626     sh: Add support Renesas Solutions R2D plus board
43627
43628     R2D plus is SH reference board used with SH7751R.
43629     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
43630     one PCI bus, VGA, and two Ethernet controller.
43631
43632     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43633
43634 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
43635 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43636 Date:   Wed Mar 12 12:15:29 2008 +0900
43637
43638     sh: Add support SH4 cache control
43639
43640     Add support SH4 cache control and flash_cache function
43641
43642     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43643
43644 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
43645 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43646 Date:   Mon Mar 24 01:53:01 2008 +0900
43647
43648     sh: Add support PCI host driver for SH7751/SH7751R
43649
43650     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43651
43652 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
43653 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43654 Date:   Mon Mar 24 02:11:26 2008 +0900
43655
43656     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
43657
43658     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43659
43660 commit 566933278101c144d75361ea682678a326c1290d
43661 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43662 Date:   Wed Mar 12 12:10:28 2008 +0900
43663
43664     sh: Add support SuperH SH7751/SH7751R
43665
43666     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43667
43668 commit 3313e0e26224fc9a0c445124f3455058c696df84
43669 Author: Mark Jonas <toertel@gmail.com>
43670 Date:   Mon Mar 10 11:37:10 2008 +0100
43671
43672     sh: Added support for SH7720 based board MPR2.
43673
43674     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
43675     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43676
43677 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
43678 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43679 Date:   Thu Mar 6 14:05:53 2008 +0900
43680
43681     sh: Fix receive FIFO level register of SH4A
43682
43683     Receive FIFO level register is different in SH4A.
43684     Because register is different, cannot occasionally receive data.
43685
43686     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43687
43688 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
43689 Author: Yusuke Goda <goda.yusuke@renesas.com>
43690 Date:   Tue Mar 11 12:55:12 2008 +0900
43691
43692     sh: Add support Renesas Solutions R7780MP
43693
43694     Renesas Solutions R7780MP is a reference board on SH7780.
43695     This board has serial, 10/100 base Ethernet deivice, CF slot
43696     and VGA devices. This board can set extension board.
43697     Extension board has 10/100/1000 base Ethernet device, PCI slot,
43698     S-ATA, iDVR slot.
43699
43700     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
43701     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43702
43703 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
43704 Author: Yusuke Goda <goda.yusuke@renesas.com>
43705 Date:   Wed Mar 5 14:30:02 2008 +0900
43706
43707     sh: Add support PCI of SuperH and SH7780
43708
43709     This patch add support PCI of SuperH base code and SH7780 specific code.
43710
43711     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
43712     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43713
43714 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
43715 Author: Yusuke Goda <goda.yusuke@renesas.com>
43716 Date:   Wed Mar 5 14:23:26 2008 +0900
43717
43718     sh: Add support SH7780
43719
43720     SH7780 is CPU of Renesas Technology.
43721     This CPU has
43722      - CPU clock 400MHz
43723      - PCI support
43724      - DDR-SDRAM controller
43725      - etc ...
43726
43727     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
43728     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43729
43730 commit c2042f5952a686c414031309b8f244513bf578f0
43731 Author: goda.yusuke <goda.yusuke@renesas.com>
43732 Date:   Fri Jan 25 20:46:36 2008 +0900
43733
43734     sh: Add support Renesas Solutions Migo-R board
43735
43736     Migo-R is a board based on SH7722 and has may devices.
43737     In this patch, supported SCIF, NOR flash and Ethernet.
43738
43739     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
43740     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43741
43742 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
43743 Author: Bartlomiej Sieka <tur@semihalf.com>
43744 Date:   Thu Mar 27 15:06:40 2008 +0100
43745
43746     Fix host tool build breakage, take two
43747
43748     Revert commit 87c8431f and fix build breakage so that the build continues
43749     to work on FC systems.
43750
43751     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43752
43753 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
43754 Author: Stefan Roese <sr@denx.de>
43755 Date:   Wed Mar 19 09:36:47 2008 +0100
43756
43757     ppc4xx: Enable ECC on LWMON5
43758
43759     Since all ECC related problems seem to be resolved on LWMON5, this patch
43760     now enables ECC support.
43761
43762     We have to write the ECC bytes by zeroing and flushing in smaller
43763     steps, since the whole 256MByte takes too long for the external
43764     watchdog.
43765
43766     Signed-off-by: Stefan Roese <sr@denx.de>
43767
43768 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
43769 Author: Larry Johnson <lrj@acm.org>
43770 Date:   Mon Mar 17 11:10:35 2008 -0500
43771
43772     ppc4xx: Updates to Korat-specific code
43773
43774     This patch contains updates for changes for the Korat PPC440EPx board.
43775     These changes include:
43776
43777     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
43778     described in the new "doc/README.korat" file;
43779
43780     (2) a new memory map for the registers in the board's CPLD;
43781
43782     (3) a revised format for manufacturer's data in serial EEPROM; and
43783
43784     (4) changes to track updates to U-Boot for the Sequoia board.
43785
43786     Signed-off-by: Larry Johnson <lrj@acm.org>
43787
43788 commit f766cdf89b3a2a7634b8c5869f606150e332036c
43789 Author: Markus Brunner <super.firetwister@gmail.com>
43790 Date:   Thu Mar 27 10:46:25 2008 +0100
43791
43792     ppc4xx: PPC405EP Set EMAC noise filter bits
43793
43794     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
43795     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
43796     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
43797
43798     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
43799     Signed-off-by: Stefan Roese <sr@denx.de>
43800
43801 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
43802 Author: Mike Nuss <mike@terascala.com>
43803 Date:   Wed Feb 20 11:54:20 2008 -0500
43804
43805     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
43806
43807     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
43808     after startup to change the speed of the clocks. This patch adds the
43809     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
43810     initialization code will reconfigure the PLL to run the system with a CPU
43811     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
43812     external EEPROM.
43813
43814     Signed-off-by: Mike Nuss <mike@terascala.com>
43815     Acked-by: Stefan Roese <sr@denx.de>
43816
43817 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
43818 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
43819 Date:   Thu Mar 27 09:12:40 2008 +0100
43820
43821     new-image: Fix host tool build breakage
43822
43823     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
43824
43825 commit 6fb4b640562a10daff0dbe537638d511b5b48650
43826 Author: Stefan Roese <sr@denx.de>
43827 Date:   Thu Mar 27 10:24:03 2008 +0100
43828
43829     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
43830
43831     Signed-off-by: Stefan Roese <sr@denx.de>
43832
43833 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
43834 Author: Stefan Roese <sr@denx.de>
43835 Date:   Wed Mar 19 10:23:43 2008 +0100
43836
43837     ppc4xx: Add fdt support to Prodrive alpr
43838
43839     Since this board will probably be ported to arch/powerpc in the
43840     near future, we add device tree support now. This way we are
43841     "ready" for arch/powerpc from now on.
43842
43843     Signed-off-by: Stefan Roese <sr@denx.de>
43844
43845 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
43846 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
43847 Date:   Mon Mar 17 09:27:56 2008 +0100
43848
43849     ppc4xx: Enable cache support on the ALPR board
43850
43851     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
43852
43853 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
43854 Author: Stefan Roese <sr@denx.de>
43855 Date:   Wed Mar 26 10:14:11 2008 +0100
43856
43857     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
43858
43859     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
43860     memory area will get subtracted from the top (end) of ram and won't get
43861     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
43862     should gets passed the now "corrected" memory size and won't touch it
43863     either. This should work for arch/ppc and arch/powerpc. Only Linux board
43864     ports in arch/powerpc with bootwrapper support, which recalculate the
43865     memory size from the SDRAM controller setup, will have to get fixed
43866     in Linux additionally.
43867
43868     This patch enables this config option on some PPC440EPx boards as a workaround
43869     for the CHIP 11 errata. Here the description from the AMCC documentation:
43870
43871     CHIP_11: End of memory range area restricted access.
43872     Category: 3
43873
43874     Overview:
43875     The 440EPx DDR controller does not acknowledge any
43876     transaction which is determined to be crossing over the
43877     end-of-memory-range boundary, even if the starting address is
43878     within valid memory space. Any such transaction from any PLB4
43879     master will result in a PLB time-out on PLB4 bus.
43880
43881     Impact:
43882     In case of such misaligned bursts, PLB4 masters will not
43883     retrieve any data at all, just the available data up to the
43884     end of memory, especially the 440 CPU. For example, if a CPU
43885     instruction required an operand located in memory within the
43886     last 7 words of memory, the DCU master would burst read 8
43887     words to update the data cache and cross over the
43888     end-of-memory-range boundary. Such a DCU read would not be
43889     answered by the DDR controller, resulting in a PLB4 time-out
43890     and ultimately in a Machine Check interrupt. The data would
43891     be inaccessible to the CPU.
43892
43893     Workaround:
43894     Forbid any application to access the last 256 bytes of DDR
43895     memory. For example, make your operating system believe that
43896     the last 256 bytes of DDR memory are absent. AMCC has a patch
43897     that does this, available for Linux.
43898
43899     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
43900     lwmon5, korat, sequoia
43901
43902     The other remaining 440EPx board were intentionally not included
43903     since it is not clear to me, if they use the end of ram for some
43904     other purpose. This is unclear, since these boards have CONFIG_PRAM
43905     defined and even comments like this:
43906
43907     PMC440.h:
43908     /* esd expects pram at end of physical memory.
43909      * So no logbuffer at the moment.
43910      */
43911
43912     It is strongly recommended to not use the last 256 bytes on those
43913     boards too. Patches from the board maintainers are welcome.
43914
43915     Signed-off-by: Stefan Roese <sr@denx.de>
43916
43917 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
43918 Author: Stefan Roese <sr@denx.de>
43919 Date:   Thu Mar 27 10:09:05 2008 +0100
43920
43921     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
43922
43923     Signed-off-by: Stefan Roese <sr@denx.de>
43924
43925 commit d56a3ce179688cde61073a3690e21703d68fafd7
43926 Author: Stefan Roese <sr@denx.de>
43927 Date:   Tue Mar 25 17:51:13 2008 +0100
43928
43929     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
43930
43931     The routine ft_board_setup() configures the EBC NOR mappings for the
43932     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
43933     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
43934     problem, we need to pass the corrected address here too.
43935
43936     Signed-off-by: Stefan Roese <sr@denx.de>
43937
43938 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
43939 Author: Stefan Roese <sr@denx.de>
43940 Date:   Wed Mar 19 16:35:12 2008 +0100
43941
43942     ppc4xx: Fix compilation warning in 4xx_enet.c
43943
43944     Signed-off-by: Stefan Roese <sr@denx.de>
43945
43946 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
43947 Author: Stefan Roese <sr@denx.de>
43948 Date:   Wed Mar 19 16:20:49 2008 +0100
43949
43950     ppc4xx: Add AMCC Glacier 406GT eval board support
43951
43952     This patch adds support for the AMCC Glacier 460GT eval board.
43953     The main difference to the Canyonlands board are listed here:
43954
43955     - 4 ethernet ports instead of 2
43956     - no SATA port
43957     - no USB port
43958
43959     Currently EMAC2+3 are not working. This will be fixed in a later
43960     release.
43961
43962     Signed-off-by: Stefan Roese <sr@denx.de>
43963
43964 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
43965 Author: Stefan Roese <sr@denx.de>
43966 Date:   Thu Mar 27 08:47:26 2008 +0100
43967
43968     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
43969
43970     Signed-off-by: Stefan Roese <sr@denx.de>
43971
43972 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
43973 Author: Anatolij Gustschin <agust@denx.de>
43974 Date:   Wed Mar 26 21:05:43 2008 +0100
43975
43976     Fix out of tree building issue
43977
43978     Currently U-Boot building in some external directory
43979     doesn't work. This patch tries to fix the problem.
43980
43981     Signed-off-by: Anatolij Gustschin <agust@denx.de>
43982
43983 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
43984 Author: Anatolij Gustschin <agust@denx.de>
43985 Date:   Wed Mar 26 18:13:33 2008 +0100
43986
43987     README: update documentation (availability, links, etc.)
43988
43989     Fix typo in README
43990
43991     Signed-off-by: Anatolij Gustschin <agust@denx.de>
43992
43993 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
43994 Author: Anatolij Gustschin <agust@denx.de>
43995 Date:   Wed Mar 26 17:47:44 2008 +0100
43996
43997     Fix compilation error in cmd_usb.c
43998
43999     This patch fixes compilation error
44000     cmd_usb.c: In function 'do_usb':
44001     cmd_usb.c:552: error: void value not ignored as it ought to be
44002
44003     Signed-off-by: Anatolij Gustschin <agust@denx.de>
44004
44005 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
44006 Author: Timur Tabi <timur@freescale.com>
44007 Date:   Fri Mar 14 17:45:29 2008 -0500
44008
44009     Add support for setting the I2C bus speed in fsl_i2c.c
44010
44011     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
44012     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
44013     but fsl_i2c.c ignores it and uses conservative value when programming the
44014     I2C bus speed.
44015
44016     Signed-off-by: Timur Tabi <timur@freescale.com>
44017     Acked-by: Andy Fleming <afleming@freescale.com>
44018
44019 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
44020 Author: Wolfgang Denk <wd@denx.de>
44021 Date:   Thu Mar 27 00:03:57 2008 +0100
44022
44023     Coding style cleanup, update CHANGELOG
44024
44025     Signed-off-by: Wolfgang Denk <wd@denx.de>
44026
44027 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
44028 Author: Dave Liu <r63238@freescale.com>
44029 Date:   Wed Mar 26 22:55:32 2008 +0800
44030
44031     drivers: add the support for Freescale SATA controller
44032
44033     Add the Freescale on-chip SATA controller driver to u-boot,
44034     The SATA controller is used on the 837x and 8315 targets,
44035     The driver can be used to load kernel, fs and dtb.
44036
44037     The features list:
44038     - 1.5/3 Gbps link speed
44039     - LBA48, LBA28 support
44040     - DMA and FPDMA support
44041     - Two ports support
44042
44043     Signed-off-by: Dave Liu <daveliu@freescale.com>
44044
44045 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
44046 Author: Dave Liu <r63238@freescale.com>
44047 Date:   Wed Mar 26 22:54:44 2008 +0800
44048
44049     ata: add the readme for SATA command line
44050
44051     Signed-off-by: Dave Liu <daveliu@freescale.com>
44052
44053 commit cd54081cd479e542fc399b8a40651ff11a1ad849
44054 Author: Dave Liu <r63238@freescale.com>
44055 Date:   Wed Mar 26 22:53:24 2008 +0800
44056
44057     ata: enable the sata initialize on boot up
44058
44059     Signed-off-by: Dave Liu <daveliu@freescale.com>
44060
44061 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
44062 Author: Dave Liu <r63238@freescale.com>
44063 Date:   Wed Mar 26 22:52:36 2008 +0800
44064
44065     ata: add the fis struct for SATA
44066
44067     Signed-off-by: Dave Liu <daveliu@freescale.com>
44068
44069 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
44070 Author: Dave Liu <r63238@freescale.com>
44071 Date:   Wed Mar 26 22:51:44 2008 +0800
44072
44073     ata: add the libata support
44074
44075     add simple libata support in u-boot
44076
44077     Signed-off-by: Dave Liu <daveliu@freescale.com>
44078
44079 commit 8e9bb43429e50df55fa41932cbe65841ff579220
44080 Author: Dave Liu <r63238@freescale.com>
44081 Date:   Wed Mar 26 22:50:45 2008 +0800
44082
44083     ata: make the ata_piix driver using new SATA framework
44084
44085     original ata_piix driver is using IDE framework, not real
44086     SATA framework. For now, the ata_piix driver is only used
44087     by x86 sc520_cdp board. This patch makes the ata_piix driver
44088     use the new SATA framework, so
44089
44090     - remove the duplicated command stuff
44091     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
44092     - add the CONFIG_CMD_SATA define to sc520_cdp.h
44093
44094     Signed-off-by: Dave Liu <daveliu@freescale.com>
44095
44096 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
44097 Author: Dave Liu <r63238@freescale.com>
44098 Date:   Wed Mar 26 22:49:44 2008 +0800
44099
44100     ata: add the support for SATA framework
44101
44102     - add the SATA framework
44103     - add the SATA command line
44104
44105     Signed-off-by: Dave Liu <daveliu@freescale.com>
44106
44107 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
44108 Author: Dave Liu <r63238@freescale.com>
44109 Date:   Wed Mar 26 22:48:18 2008 +0800
44110
44111     ata: merge the header of ata_piix driver
44112
44113     move the sata.h from include/ to drivers/block/ata_piix.h
44114
44115     Signed-off-by: Dave Liu <daveliu@freescale.com>
44116
44117 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
44118 Author: Dave Liu <r63238@freescale.com>
44119 Date:   Wed Mar 26 22:47:06 2008 +0800
44120
44121     ata: merge the ata_piix driver
44122
44123     move the cmd_sata.c from common/ to drivers/ata_piix.c,
44124     the cmd_sata.c have some part of ata_piix controller drivers.
44125     consolidate the driver to have better framework.
44126
44127     Signed-off-by: Dave Liu <daveliu@freescale.com>
44128
44129 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
44130 Author: Markus Klotzbuecher <mk@denx.de>
44131 Date:   Wed Mar 26 18:26:43 2008 +0100
44132
44133     USB, Storage: fix a bug introduced in commit
44134     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
44135     to only print only information on one storage device, but not for
44136     multiple.
44137
44138     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44139
44140 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
44141 Author: Anatolij Gustschin <agust@denx.de>
44142 Date:   Wed Mar 26 17:47:44 2008 +0100
44143
44144     Fix compilation error in cmd_usb.c
44145
44146     This patch fixes compilation error
44147     cmd_usb.c: In function 'do_usb':
44148     cmd_usb.c:552: error: void value not ignored as it ought to be
44149
44150     Signed-off-by: Anatolij Gustschin <agust@denx.de>
44151     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44152
44153 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
44154 Author: Kumar Gala <galak@kernel.crashing.org>
44155 Date:   Wed Mar 26 08:53:53 2008 -0500
44156
44157     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
44158
44159     Provide a board_lmb_reserve helper function to ensure we reserve
44160     the page of memory we are using for the boot page translation code.
44161
44162     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44163
44164 commit 79679d80021ab095e639e250ca472fe526da02e2
44165 Author: Kumar Gala <galak@kernel.crashing.org>
44166 Date:   Wed Mar 26 08:34:25 2008 -0500
44167
44168     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
44169
44170     The following changes are needed to be inline with ePAPR v0.81:
44171
44172     * r4, r5 and now always set to 0 on boot release
44173     * r7 is used to pass the size of the initial map area (IMA)
44174     * EPAPR_MAGIC value changed for book-e processors
44175     * changes in the spin table layout
44176     * spin table supports a 64-bit physical release address
44177
44178     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44179
44180 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
44181 Author: Jon Loeliger <jdl@freescale.com>
44182 Date:   Wed Mar 19 15:02:07 2008 -0500
44183
44184     FSL: Clean up board/freescale/common/Makefile
44185
44186     Each file that can be built here now follows some
44187     CONFIG_ option so that they are appropriately built
44188     or not, as needed.  And CONFIG_ defines were added
44189     to various board config files to make sure that happens.
44190
44191     The other board/freescale/*/Makefiles no longer need
44192     to reach up and over into ../common to build their
44193     individually needed files any more.
44194
44195     Boards that are CDS specific were renamed with cds_ prefix.
44196
44197     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44198
44199 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
44200 Author: Kumar Gala <galak@kernel.crashing.org>
44201 Date:   Wed Feb 27 22:00:27 2008 -0600
44202
44203     85xx: Fix merge duplication
44204
44205     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
44206
44207     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44208
44209 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
44210 Author: James Yang <James.Yang@freescale.com>
44211 Date:   Tue Feb 12 16:35:07 2008 -0600
44212
44213     85xx: Expand CCSR space with more DDR controller registers.
44214
44215     Signed-off-by: James Yang <James.Yang@freescale.com>
44216     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44217     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44218
44219 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
44220 Author: James Yang <James.Yang@freescale.com>
44221 Date:   Fri Feb 8 18:05:08 2008 -0600
44222
44223     85xx: Speed up get_ddr_freq() and get_bus_freq()
44224
44225     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
44226     called.  However, get_sys_info() recalculates extraneous information when
44227     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
44228     values from global_data instead.
44229
44230     Signed-off-by: James Yang <James.Yang@freescale.com>
44231     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44232
44233 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
44234 Author: James Yang <James.Yang@freescale.com>
44235 Date:   Fri Feb 8 16:46:27 2008 -0600
44236
44237     85xx: Show DDR memory data rate in addition to the memory clock frequency.
44238
44239     Show the DDR memory data rate in addition to the memory clock
44240     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
44241     memory clock.
44242
44243     Signed-off-by: James Yang <James.Yang@freescale.com>
44244     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44245
44246 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
44247 Author: James Yang <James.Yang@freescale.com>
44248 Date:   Fri Feb 8 16:44:53 2008 -0600
44249
44250     85xx: get_tbclk() speed up and rounding fix
44251
44252     Speed up get_tbclk() by referencing pre-computed bus clock
44253     frequency value from global data instead of sys_info_t.  Fix
44254     rounding of result to nearest; previously it was rounding
44255     upwards.
44256
44257     Signed-off-by: James Yang <James.Yang@freescale.com>
44258     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44259
44260 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
44261 Author: Andy Fleming <afleming@freescale.com>
44262 Date:   Wed Feb 6 01:19:40 2008 -0600
44263
44264     Update SVR numbers to expand support
44265
44266     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
44267     is used to distinguish certain variants within an SOC family.  To
44268     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
44269     constants to reflect the larger value.  We also add SVR numbers for all
44270     of the current variants.  Finally, to make things neater, rather than
44271     use an enormous switch statement to print out the CPU type, we create
44272     and array of SVR/name pairs (using a macro), and print out the CPU name
44273     that matches the SVR SOC version.
44274
44275     Signed-off-by: Andy Fleming <afleming@freescale.com>
44276
44277 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
44278 Author: Andy Fleming <afleming@freescale.com>
44279 Date:   Wed Feb 6 01:12:57 2008 -0600
44280
44281     Add the Freescale PCI device IDs
44282
44283     Signed-off-by: Andy Fleming <afleming@freescale.com>
44284
44285 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
44286 Author: Kumar Gala <galak@kernel.crashing.org>
44287 Date:   Thu Feb 14 11:04:23 2008 -0600
44288
44289     85xx: Added support for multicore boot mechanism
44290
44291     Added the cpu command that provides a generic mechanism to get status,
44292     reset, and release secondary cores in multicore processors.
44293
44294     Added support for using the ePAPR defined spin-table mechanism on 85xx.
44295
44296     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44297     Signed-off-by: Andy Fleming <afleming@freescale.com>
44298
44299 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
44300 Author: Kumar Gala <galak@kernel.crashing.org>
44301 Date:   Thu Jan 17 16:48:33 2008 -0600
44302
44303     85xx: Added support for multicore boot mechanism
44304
44305     Added the cpu command that provides a generic mechanism to get status,
44306     reset, and release secondary cores in multicore processors.
44307
44308     Added support for using the ePAPR defined spin-table mechanism on 85xx.
44309
44310     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44311
44312 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
44313 Author: Kumar Gala <galak@kernel.crashing.org>
44314 Date:   Wed Jan 30 14:55:14 2008 -0600
44315
44316     85xx: Add the concept of CFG_CCSRBAR_PHYS
44317
44318     When we go to 36-bit physical addresses we need to keep the concept of
44319     the physical CCSRBAR address seperate from the virtual one.
44320
44321     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
44322
44323     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44324
44325 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
44326 Author: Wolfgang Denk <wd@denx.de>
44327 Date:   Wed Mar 26 15:38:47 2008 +0100
44328
44329     Coding style cleanup.
44330
44331     Signed-off-by: Wolfgang Denk <wd@denx.de>
44332
44333 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
44334 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
44335 Date:   Wed Mar 26 13:02:13 2008 +0100
44336
44337     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
44338
44339     The default settings for RTC DS1337 keeps the OSC
44340     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
44341     turn it off.
44342
44343     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
44344
44345 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
44346 Author: Wolfgang Denk <wd@denx.de>
44347 Date:   Wed Mar 26 11:48:46 2008 +0100
44348
44349     Cleanup coding style, update CHANGELOG
44350
44351     Signed-off-by: Wolfgang Denk <wd@denx.de>
44352
44353 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
44354 Author: Wolfgang Denk <wd@denx.de>
44355 Date:   Wed Mar 26 10:40:12 2008 +0100
44356
44357     README: update documentation (availability, links, etc.)
44358
44359     Signed-off-by: Wolfgang Denk <wd@denx.de>
44360
44361 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
44362 Author: Aras Vaichas <arasv@magtech.com.au>
44363 Date:   Tue Mar 25 12:09:07 2008 +1100
44364
44365     USB Storage, add meaningful return value
44366
44367     This patch changes the "usb storage" command to return success if it
44368     finds a USB storage device, otherwise it returns error.
44369
44370     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44371
44372 commit 18e69a35efbb078403db0c0063986470dad7d082
44373 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44374 Date:   Fri Mar 14 23:20:18 2008 +0300
44375
44376     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
44377
44378     Linux understands "host" (default), "peripheral" and "otg" (broken).
44379     Though, U-Boot doesn't restrict dr_mode variable to these values (think
44380     of renames in future).
44381
44382     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44383     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44384
44385 commit c7604783b236e368f225efb7b3efb418fe20b404
44386 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44387 Date:   Fri Mar 14 23:20:30 2008 +0300
44388
44389     tsec: fix link detection for the RTL8211B PHY
44390
44391     RTL8211B sets link state register after autonegotiation complete,
44392     so with bootdelay=0 RTL8211B will report lack of the link.
44393
44394     To fix this, we should wait for aneg to complete, even if the
44395     link is currently down.
44396
44397     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44398     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44399
44400 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
44401 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44402 Date:   Mon Mar 24 20:47:09 2008 +0300
44403
44404     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
44405
44406     device_type = "soc" is being deprecated, newer device trees will use
44407     "fsl,soc" and/or "fsl,immr" for the soc nodes.
44408
44409     This patch also adds clock-frequency property for soc nodes (the same
44410     value as bus-frequency).
44411
44412     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44413
44414 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
44415 Author: Joe D'Abbraccio <ljd015@freescale.com>
44416 Date:   Mon Mar 24 13:00:59 2008 -0400
44417
44418     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
44419
44420     With the original value of 1/2 clock cycle delay, the system ran relatively
44421     stable except when we run benchmarks that are intensive users of memory.
44422     When I run samba connected disk with a HDBENCH test, the system locks-up
44423     or reboots sporadically.
44424
44425     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
44426
44427 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
44428 Author: Scott Wood <scottwood@freescale.com>
44429 Date:   Mon Mar 24 12:44:13 2008 -0500
44430
44431     mpc83xx: Set PCI I/O bus-address base to zero.
44432
44433     The device trees for these boards describe PCI I/O as starting from
44434     address zero from the device's perspective.
44435
44436     Placing I/O elsewhere may cause problems with certain PCI boards, and may
44437     cause problems with Linux.
44438
44439     Signed-off-by: Scott Wood <scottwood@freescale.com>
44440
44441 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
44442 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44443 Date:   Mon Mar 24 20:47:05 2008 +0300
44444
44445     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
44446
44447     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
44448     This patch fixes "system time drifting" problem.
44449
44450     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44451
44452 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
44453 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44454 Date:   Mon Mar 24 20:47:02 2008 +0300
44455
44456     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
44457
44458     This is needed to update /choosen/linux,stdout-path properly.
44459
44460     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44461
44462 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
44463 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44464 Date:   Mon Mar 24 20:47:00 2008 +0300
44465
44466     mpc83xx: MPC8360E-RDK: add dhcp command
44467
44468     Plus modify environment to use it and remove bootfile env variable,
44469     it is internal and CONFIG_BOOTFILE is used for these purposes.
44470
44471     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44472
44473 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
44474 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44475 Date:   Mon Mar 24 20:46:57 2008 +0300
44476
44477     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
44478
44479     Current DDR setup easily causes memory corruption, this patch fixes it.
44480
44481     Also fix TIMING_CFG0_MRS_CYC definition.
44482
44483     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44484
44485 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
44486 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44487 Date:   Mon Mar 24 20:46:53 2008 +0300
44488
44489     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
44490
44491     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
44492     controller and FHCI (QE USB).
44493
44494     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44495
44496 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
44497 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44498 Date:   Mon Mar 24 20:46:51 2008 +0300
44499
44500     mpc83xx: MPC8360E-RDK: add support for NAND
44501
44502     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44503
44504 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
44505 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44506 Date:   Mon Mar 24 20:46:46 2008 +0300
44507
44508     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
44509
44510     This is needed for BCM PHYs to work on this board.
44511
44512     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44513
44514 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
44515 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44516 Date:   Mon Mar 24 20:46:34 2008 +0300
44517
44518     uec: add support for Broadcom BCM5481 Gigabit PHY
44519
44520     This patch adds basic support for Broadcom BCM5481 PHY.
44521
44522     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
44523     Peter Barada <peterb@logicpd.com>.
44524
44525     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44526
44527 commit 6a600c3a1876bc203445df4f0fd6b12648259666
44528 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44529 Date:   Mon Mar 24 20:46:28 2008 +0300
44530
44531     uec: add support for RGMII_RXID interface mode
44532
44533     PHY drivers will use it to setup software delay between RXD and RXC
44534     signals.
44535
44536     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44537
44538 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
44539 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44540 Date:   Mon Mar 24 20:46:24 2008 +0300
44541
44542     uec: add support for gbit mii status readings
44543
44544     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44545
44546 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
44547 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44548 Date:   Mon Mar 24 17:40:47 2008 +0300
44549
44550     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
44551
44552     This is primarily for the early console support.
44553
44554     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44555
44556 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
44557 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44558 Date:   Mon Mar 24 17:40:43 2008 +0300
44559
44560     83xx: initialize serdes for MPC837XRDB boards
44561
44562     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
44563     On the MPC8378ERDB: 2 PCI-E
44564     On the MPC8379ERDB: 4 SATA
44565
44566     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44567
44568 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
44569 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44570 Date:   Mon Mar 24 17:40:32 2008 +0300
44571
44572     83xx: serdes setup routines
44573
44574     This patch adds few routines to configure serdes on 837x targets.
44575
44576     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44577
44578 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
44579 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44580 Date:   Mon Mar 24 17:40:27 2008 +0300
44581
44582     83xx: split COBJS onto separate lines
44583
44584     ..plus get rid of some #ifdefs in the .c files.
44585
44586     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44587
44588 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
44589 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44590 Date:   Mon Mar 24 17:40:23 2008 +0300
44591
44592     83xx: nand support for MPC837XRDB boards
44593
44594     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44595
44596 commit 82e45a204190593e8613145a928f998fb8c909c4
44597 Author: Jerry Van Baren <gvb.uboot@gmail.com>
44598 Date:   Tue Mar 18 21:44:41 2008 -0400
44599
44600     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
44601
44602     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44603     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44604
44605 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
44606 Author: Michael Barkowski <michael.barkowski@freescale.com>
44607 Date:   Thu Mar 20 13:15:39 2008 -0400
44608
44609     mpc8323erdb: remove RTC and add EEPROM
44610
44611     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
44612
44613     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
44614     Acked-by: Kim Phillips <kim.phillips@freescale.com>
44615
44616 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
44617 Author: Michael Barkowski <michael.barkowski@freescale.com>
44618 Date:   Thu Mar 20 13:15:34 2008 -0400
44619
44620     mpc8323erdb: Improve the system performance
44621
44622     The following changes are based on kernel UCC ethernet performance:
44623
44624     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
44625     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
44626         switch to enable this setting.
44627
44628     The following changes are based on the App Note AN3369 and
44629     verified to improve memory latency using LMbench:
44630
44631     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
44632     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
44633         previously.
44634     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
44635         Twr=15ns, and this was already the setting in DDR_MODE)
44636     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
44637         Trp=15ns)
44638     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
44639         Tras=40ns)
44640     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
44641         Trcd=15ns)
44642     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
44643         Trfc=75ns)
44644     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
44645         on Tfaw=50ns)
44646     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
44647         on CL=3 and WL=2).
44648
44649     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
44650     Acked-by: Kim Phillips <kim.phillips@freescale.com>
44651
44652 commit fc549c871f43933396a5b3e21d897023d4b31b8d
44653 Author: Michael Barkowski <michael.barkowski@freescale.com>
44654 Date:   Thu Mar 20 13:15:28 2008 -0400
44655
44656     mpc8323erdb: use readable DDR config macros
44657
44658     Use available shift/mask macros to define DDR configuration.
44659
44660     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
44661     Acked-by: Kim Phillips <kim.phillips@freescale.com>
44662
44663 commit 89c7784ed90ba50301eec521144f95111e472906
44664 Author: Timur Tabi <timur@freescale.com>
44665 Date:   Fri Feb 8 13:15:55 2008 -0600
44666
44667     83xx: Add Vitesse VSC7385 firmware uploading
44668
44669     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
44670     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
44671     Cleaned up the board header files to make selecting the VSC7385 easier to
44672     control.
44673
44674     Signed-off-by: Timur Tabi <timur@freescale.com>
44675     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44676
44677 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
44678 Author: Timur Tabi <timur@freescale.com>
44679 Date:   Fri Feb 8 13:15:54 2008 -0600
44680
44681     NET: Add Vitesse VSC7385 firmware uploading
44682
44683     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
44684     and other boards.  A small firwmare must be uploaded to its on-board memory
44685     before it can be enabled.  This patch adds the code which uploads firmware
44686     (but not the firmware itself).
44687
44688     Previously, this feature was provided by a U-Boot application that was
44689     made available only on Freescale BSPs.  The VSC7385 firmware must still
44690     be obtained separately, but at least there is no longer a need for a separate
44691     application.
44692
44693     Signed-off-by: Timur Tabi <timur@freescale.com>
44694     Acked-by: Ben Warren <biggerbadderben@gmail.com>
44695
44696 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
44697 Author: Wolfgang Denk <wd@denx.de>
44698 Date:   Wed Mar 26 00:52:10 2008 +0100
44699
44700     Coding Style cleanyp; update CHANGELOG
44701
44702     Signed-off-by: Wolfgang Denk <wd@denx.de>
44703
44704 commit 43ddd9c820fec44816188f53346b464e20b3142d
44705 Author: Jerry Van Baren <gvb.uboot@gmail.com>
44706 Date:   Sat Mar 22 14:23:49 2008 -0400
44707
44708     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
44709
44710     These defines embedded the u-boot env variables and/or the bd_t structure
44711     in the fdt blob.  The conclusion of discussion on the u-boot email list
44712     was that embedding these in the fdt blob is not useful: there are better
44713     ways of passing the data (in fact, the fdt blob itself replaces the
44714     bd_t struct).
44715
44716     The only board that enables these is the stxxtc and they don't appear
44717     to be used by linux.
44718
44719     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44720     Acked-by: Kim Phillips <kim.phillips@freescale.com>
44721
44722 commit 22ed2285743359fd1fe73e411dff914b2256e68f
44723 Author: Stefan Roese <sr@denx.de>
44724 Date:   Mon Mar 17 10:49:25 2008 +0100
44725
44726     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
44727
44728     Signed-off-by: Stefan Roese <sr@denx.de>
44729
44730 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
44731 Author: Kyungmin Park <kmpark@infradead.org>
44732 Date:   Mon Mar 17 08:54:06 2008 +0900
44733
44734     Add Flex-OneNAND booting support
44735
44736     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
44737     using a NOR Flash interface. This on-chip integration enables system designers
44738     to reduce external system logic and use high-density NAND Flash
44739     in applications that would otherwise have to use more NOR components.
44740
44741     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
44742     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
44743     that require low reliability and high density, SLC area of Flex-OneNAND
44744     to store data that need high reliability and high performance. Flex-OneNAND
44745     can let users take advantage of storing these two different types of data
44746     into one chip, which is making Flex-OneNAND more cost- and space-effective.
44747
44748     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
44749
44750 commit c512389cc4a10253249271ff6c887c6dab1f0db2
44751 Author: AndrĂ© Schwarz <andre.schwarz@matrix-vision.de>
44752 Date:   Thu Mar 13 13:50:52 2008 +0100
44753
44754     MPC5200: support setup without FEC
44755
44756     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
44757     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
44758
44759     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
44760     Acked-by: Grant Likely <grant.likely@secretlab.ca>
44761
44762 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
44763 Author: Jon Loeliger <jdl@freescale.com>
44764 Date:   Wed Mar 5 18:05:46 2008 -0600
44765
44766     FSL: Move board/mpc8266ads under board/freescale
44767
44768     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44769
44770 commit 7f1d846e5c5754449c286587d099d85246062772
44771 Author: Jon Loeliger <jdl@freescale.com>
44772 Date:   Wed Mar 5 18:05:47 2008 -0600
44773
44774     FSL: Move board/mpc7448hpc2 under board/freescale
44775
44776     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44777
44778 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
44779 Author: Jon Loeliger <jdl@freescale.com>
44780 Date:   Wed Mar 5 18:05:45 2008 -0600
44781
44782     FSL: Move board/mpc8260ads under board/freescale
44783
44784     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44785
44786 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
44787 Author: goda.yusuke <goda.yusuke@renesas.com>
44788 Date:   Wed Mar 5 17:08:33 2008 +0900
44789
44790     net: Add support AX88796L ethernet device
44791
44792     AX88796L is device of NE2000 compatible.
44793     This patch support AX88796L ethernet device.
44794
44795     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
44796     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44797
44798 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
44799 Author: Wolfgang Denk <wd@denx.de>
44800 Date:   Tue Mar 25 22:50:41 2008 +0100
44801
44802     ne2000 driver: change #ifdef to Makefile conditional compilation
44803
44804     Signed-off-by: Wolfgang Denk <wd@denx.de>
44805
44806 commit e710185aae90c64d39c2d453e40e58ceefe4f250
44807 Author: goda.yusuke <goda.yusuke@renesas.com>
44808 Date:   Wed Mar 5 17:08:20 2008 +0900
44809
44810     net: Divided code of NE2000 ethernet driver
44811
44812     There are more devices of the NE2000 base.
44813     A present code is difficult for us to support more devices.
44814     To support more NE2000 clone devices, separated the function.
44815
44816     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
44817     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44818
44819 commit 395bce4f59a507a60a475f7ee46bed47de9482df
44820 Author: Mike Frysinger <vapier@gentoo.org>
44821 Date:   Sun Feb 24 23:58:13 2008 -0500
44822
44823     net/Blackfin: move on-chip MAC driver into drivers/net/
44824
44825     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
44826     directory, but it is not board specific, so relocate it to the drivers dir
44827     so that other Blackfin ports can utilize it.
44828
44829     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44830
44831 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
44832 Author: Mike Frysinger <vapier@gentoo.org>
44833 Date:   Sun Feb 24 23:52:35 2008 -0500
44834
44835     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
44836
44837     Since the "ssync" instruction may have hardware anomalies associated with
44838     it, have the smc91111 driver use the SSYNC macro rather than invoking it
44839     directly.  We workaround all the anomalies via this macro.
44840
44841     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44842
44843 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
44844 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
44845 Date:   Sun Feb 17 22:57:47 2008 +0000
44846
44847     8xx: Update OF support on 8xx
44848
44849     This patch does some shifting around of OF support on 8xx.
44850
44851     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
44852
44853 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
44854 Author: Kumar Gala <galak@kernel.crashing.org>
44855 Date:   Fri Feb 15 15:16:18 2008 -0600
44856
44857     ppc: Allow boards to specify how much memory they can map
44858
44859     For historical reasons we limited the stack to 256M because some boards
44860     could only map that much via BATS.  However newer boards are capable of
44861     mapping more memory (for example 85xx is capble of doing up to 2G).
44862
44863     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44864
44865 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
44866 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
44867 Date:   Fri Feb 15 01:05:58 2008 +0000
44868
44869     8xx : Add OF support to Adder875 board port - resubmit
44870
44871     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
44872
44873 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
44874 Author: Kumar Gala <galak@kernel.crashing.org>
44875 Date:   Thu Feb 14 20:44:42 2008 -0600
44876
44877     Add setexpr command
44878
44879     Add a simple expr style command that will set an env variable as the result
44880     of the command.  This allows us to do simple math in shell.  The following
44881     operations are supported: &, |, ^, +, -, *, /.
44882
44883     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44884
44885 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
44886 Author: Jon Loeliger <jdl@freescale.com>
44887 Date:   Wed Mar 5 17:27:48 2008 -0600
44888
44889     FSL: Move board/mpc7448hpc2 under board/freescale
44890
44891     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44892
44893 commit 449c703374a8868453425e15da7e2f76221b72e4
44894 Author: Jon Loeliger <jdl@freescale.com>
44895 Date:   Wed Mar 5 17:21:43 2008 -0600
44896
44897     FSL: Move board/mpc8266ads under board/freescale
44898
44899     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44900
44901 commit 5863577989ad689427bb750107e9a75f1c1645d2
44902 Author: Jon Loeliger <jdl@freescale.com>
44903 Date:   Wed Mar 5 16:41:41 2008 -0600
44904
44905     FSL: Move board/mpc8260ads under board/freescale
44906
44907     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44908
44909 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
44910 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44911 Date:   Tue Mar 25 21:30:08 2008 +0900
44912
44913     [MIPS] Move gth2_config from ARM section to MIPS
44914
44915     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44916
44917 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
44918 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44919 Date:   Tue Mar 25 21:30:07 2008 +0900
44920
44921     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
44922
44923     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44924
44925 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
44926 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44927 Date:   Tue Mar 25 21:30:07 2008 +0900
44928
44929     [MIPS] Fix dcache_status()
44930
44931     You can't judge UNCACHED by Config.K0 LSB.
44932
44933     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44934
44935 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
44936 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44937 Date:   Tue Mar 25 21:30:07 2008 +0900
44938
44939     [MIPS] Introduce _machine_restart
44940
44941     Handles machine specific functions by using weak functions.
44942
44943     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44944
44945 commit decaba6f5cf386d569ac3997bebb871b966c6b18
44946 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44947 Date:   Tue Mar 25 21:30:07 2008 +0900
44948
44949     [MIPS] Cleanup CP0 Status initialization
44950
44951     Add setup_c0_status from Linux. For the moment we disable interrupts, set
44952     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
44953     reset-time configuration and will work well across most processors.
44954
44955     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44956
44957 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
44958 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44959 Date:   Tue Mar 25 21:30:07 2008 +0900
44960
44961     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
44962
44963     Without this change, we'll be suffering from deffered WATCH exception
44964     once Status.EXL is cleared. Make sure Cause.WP is cleared.
44965
44966     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44967
44968 commit 26138623230ca2bad3c78e05a65527ea70c8b688
44969 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44970 Date:   Tue Mar 25 21:30:07 2008 +0900
44971
44972     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
44973
44974     Move things to appropriate place.
44975
44976     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44977
44978 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
44979 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44980 Date:   Tue Mar 25 21:30:06 2008 +0900
44981
44982     [MIPS] Implement flush_cache()
44983
44984     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
44985     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
44986     function is used not only in U-Boot specfic programs but also at loading
44987     target binaries.
44988
44989     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44990
44991 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
44992 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44993 Date:   Tue Mar 25 21:30:06 2008 +0900
44994
44995     [MIPS] Fix I-/D-cache initialization loops
44996
44997     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
44998     again per a loop for I-cache initialization. But according to 'See MIPS
44999     Run', we're encouraged to use three separate loops rather than combining
45000     them *for both I- and D-cache*. This patch tries to fix this.
45001
45002     In accordance with fixing above, mips_init_[id]cache are separated from
45003     mips_cache_reset(), and rewrite cache loops are completely rewritten with
45004     useful macros.
45005
45006     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45007
45008 commit 1898840797c7f50799377bd5b285a8a93a82c419
45009 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45010 Date:   Tue Mar 25 21:30:06 2008 +0900
45011
45012     [MIPS] Replace memory clearance code with f_fill64
45013
45014     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
45015
45016     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45017
45018 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
45019 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45020 Date:   Tue Mar 25 21:30:06 2008 +0900
45021
45022     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
45023
45024     This patch replaces the current function definitions with NESTED, LEAF
45025     and END macro. They specify some more additional information about the
45026     function; an alignment of symbol, type of symbol, stack frame usage, etc.
45027     These information explicitly tells the assembler and the debugger about
45028     the types of code we want to generate.
45029
45030     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45031
45032 commit 282223a607c611425fa33f5428f8eae6636972bb
45033 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45034 Date:   Tue Mar 25 11:43:17 2008 +0900
45035
45036     [MIPS] asm headers' updates
45037
45038     Make some asm headers adjusted to the latest Linux kernel.
45039
45040     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45041
45042 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
45043 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45044 Date:   Tue Mar 25 11:39:29 2008 +0900
45045
45046     [MIPS] Request for the 'mips_cache_lock()' removal
45047
45048     The initial intension of having mips_cache_lock() was to use the cache
45049     as memory for temporary stack use so that a C environment can be set up
45050     as early as possible.
45051
45052     But now mips_cache_lock() follow lowlevel_init(). We've already have the
45053     real memory initilaized at this point, therefore we could/should use it.
45054     No reason to lock at all.
45055
45056     Other problems:
45057
45058     Cache locking is not consistent across MIPS implementaions. Some imple-
45059     mentations don't support locking at all. The style of locking varies -
45060     some support per line locking, others per way, etc. Some parts use bits
45061     in status registers instead of cache ops. Current mips_cache_lock() is
45062     not necessarily general-purpose.
45063
45064     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
45065     they are never get unlocked, so the code relies on whatever gets loaded
45066     after U-Boot to re-initialize the cache and clear the locks. We're sup-
45067     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
45068     but leave the situation as it is for a long time.
45069
45070     For these reasons, I proposed the removal of mips_cache_lock() from the
45071     global start-up code.
45072
45073     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
45074     *things have changed*. If he wants the same behavior as before, he needs
45075     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
45076
45077     If we don't have any regression report through several releases, then
45078     we'll remove codes entirely.
45079
45080     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45081     Acked-by: Andrew Dyer <amdyer@gmail.com>
45082
45083 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
45084 Author: Yuri Tikhonov <yur@emcraft.com>
45085 Date:   Mon Mar 24 11:30:54 2008 +0100
45086
45087     lwmon5 SYSMON POST: fix backlight control
45088
45089     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
45090     run on the board, then the SYSMON POST controls the display backlight
45091     (doesn't switch backlight ON if POST FAILED, and does switch the
45092     backlight ON if PASSED).
45093
45094     If not, then the video driver controls the display backlight (just
45095     switch ON the backlight upon initialization).
45096
45097     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45098
45099 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
45100 Author: Yuri Tikhonov <yur@emcraft.com>
45101 Date:   Mon Mar 24 11:29:14 2008 +0100
45102
45103     lwmon5 SYSMON POST: fix handling of negative temperatures
45104
45105     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
45106
45107     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45108
45109 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
45110 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45111 Date:   Fri Mar 7 16:04:25 2008 +0900
45112
45113     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
45114
45115     In current source code, when the device number of PCI is 0, process PCI
45116     bridge without fail. However, when the device number is 0, it is not PCI
45117     always bridge. There are times when device of PCI allocates.
45118
45119     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
45120     use this patch.
45121
45122     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45123     Acked-by: Stefan Roese <sr@denx.de>
45124
45125 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
45126 Author: Yuri Tikhonov <yur@emcraft.com>
45127 Date:   Fri Mar 21 09:18:40 2008 +0100
45128
45129     LWMON5: fix dsPIC POST
45130
45131     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
45132
45133     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
45134
45135 commit 388b82fddc7c05596f3f615f190da0448227dc82
45136 Author: Bartlomiej Sieka <tur@semihalf.com>
45137 Date:   Thu Mar 20 23:23:13 2008 +0100
45138
45139     [new uImage] Enable new uImage support for the pcs440ep board.
45140
45141     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45142
45143 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
45144 Author: Bartlomiej Sieka <tur@semihalf.com>
45145 Date:   Thu Mar 20 23:23:13 2008 +0100
45146
45147     [new uImage] Do not compile new uImage format support by default
45148
45149     Disable default building of new uImage format support in preparation
45150     for merge with the master. Support for new format can be enabled on
45151     a per-board basis, by defining the following in the board's config file:
45152
45153     #define CONFIG_FIT             1
45154     #define CONFIG_OF_LIBFDT       1
45155
45156     This can be optionally defined to give more verbose output:
45157
45158     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
45159
45160     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45161
45162 commit dafaede8a46c7159310239e036c93e31c6374487
45163 Author: Bartlomiej Sieka <tur@semihalf.com>
45164 Date:   Thu Mar 20 23:20:31 2008 +0100
45165
45166     [new uImage] Disable debuging output in preparation for merge with master
45167
45168     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45169
45170 commit fbe7a155027beacebaee9b32e1ada781fe924bca
45171 Author: Bartlomiej Sieka <tur@semihalf.com>
45172 Date:   Thu Mar 20 19:38:45 2008 +0100
45173
45174     [new uImage] Compilation and new uImage handling fixes for imxtract
45175
45176     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
45177     include/config_cmd_default.h. Fix few warnings and handling of new format
45178     images.
45179
45180     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45181
45182 commit 36cc8cbb3379d5166f882641123521735c469f92
45183 Author: Bartlomiej Sieka <tur@semihalf.com>
45184 Date:   Thu Mar 20 23:10:19 2008 +0100
45185
45186     [new uImage] Fix autoscr command used with new uImage format
45187
45188     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45189
45190 commit 43142e817f0597be412e7cbe19413f5532eafa5d
45191 Author: Bartlomiej Sieka <tur@semihalf.com>
45192 Date:   Thu Mar 20 23:10:19 2008 +0100
45193
45194     [new uImage] Fix *.its files location in documentation
45195
45196     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45197
45198 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
45199 Author: Wolfgang Denk <wd@denx.de>
45200 Date:   Thu Mar 20 22:01:38 2008 +0100
45201
45202     lwmon5 POST: remove unreachable code
45203
45204     plus some coding style cleanup
45205
45206     Signed-off-by: Wolfgang Denk <wd@denx.de>
45207
45208 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
45209 Author: Yuri Tikhonov <yur@emcraft.com>
45210 Date:   Thu Mar 20 17:56:04 2008 +0300
45211
45212     LWMON5: POST RTC fix
45213
45214     Modify the RTC API to provide one a status for the time reported by
45215     the rtc_get() function:
45216       0 - a reliable time is guaranteed,
45217     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
45218           and so on).
45219
45220     The RTC chip drivers are responsible for providing this info if the
45221     corresponding chip supports such functionality. If not - always
45222     report that the time is reliable.
45223
45224     The POST RTC test was modified to detect the RTC faults utilizing
45225     this new rtc_get() feature.
45226
45227     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45228
45229 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
45230 Author: Martin Krause <martin.krause@tqs.de>
45231 Date:   Wed Mar 19 14:25:14 2008 +0100
45232
45233     TQM5200B: update MTD partition layout
45234
45235     - insert partition for dtb blob to TQM5200B MTD layout
45236     - set env variables dependent on the configured board
45237       (TQM5200 or TQM5200B)
45238
45239     Signed-off-by: Martin Krause <martin.krause@tqs.de>
45240
45241 commit f0105727d132f56a21fa3ed8b162309cca6cac44
45242 Author: Stefan Roese <sr@denx.de>
45243 Date:   Wed Mar 19 07:09:26 2008 +0100
45244
45245     CFI: Small cleanup for FLASH_SHOW_PROGRESS
45246
45247     With this patch we don't need that many #ifdef's in the code. It moves
45248     the subtraction into the macro and defines a NOP-macro when
45249     CONFIG_FLASH_SHOW_PROGRESS is not defined.
45250
45251     Signed-off-by: Stefan Roese <sr@denx.de>
45252     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
45253
45254 commit 9a042e9ca512beaaa2cb450274313fc477141241
45255 Author: Jerry Van Baren <gvb.uboot@gmail.com>
45256 Date:   Sat Mar 8 13:48:01 2008 -0500
45257
45258     Flash programming progress countdown.
45259
45260     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45261
45262 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
45263 Author: Bartlomiej Sieka <tur@semihalf.com>
45264 Date:   Wed Mar 19 10:00:06 2008 +0100
45265
45266     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
45267
45268     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45269
45270 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
45271 Author: David Gibson <david@gibson.dropbear.id.au>
45272 Date:   Mon Feb 18 18:09:04 2008 +1100
45273
45274     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
45275
45276     Since fdt_node_offset_by_compatible() was converted to the new
45277     fdt_next_node() iterator, a chunk of initialization code became
45278     redundant, but was not removed by oversight.  This patch cleans it up.
45279
45280     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
45281
45282 commit d0ccb9b140b472039732de102fc14597eedb14df
45283 Author: David Gibson <david@gibson.dropbear.id.au>
45284 Date:   Mon Feb 18 18:06:31 2008 +1100
45285
45286     libfdt: Trivial cleanup for CHECK_HEADER)
45287
45288     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
45289     However, there are a handful of functions (fdt_move, rw_check_header,
45290     fdt_open_into) from other files which could also use it (currently
45291     they open-code something more-or-less identical).  Therefore, this
45292     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
45293     places.
45294
45295     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
45296
45297 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
45298 Author: Kumar Gala <galak@kernel.crashing.org>
45299 Date:   Wed Feb 20 14:32:36 2008 -0600
45300
45301     Fix fdt boardsetup command parsing
45302
45303     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
45304
45305     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45306
45307 commit 804887e6001e2f00bea11431bf34d6d472512cda
45308 Author: Kumar Gala <galak@kernel.crashing.org>
45309 Date:   Fri Feb 15 03:34:36 2008 -0600
45310
45311     Add sub-commands to fdt
45312
45313     fdt header                          - Display header info
45314     fdt bootcpu <id>                    - Set boot cpuid
45315     fdt memory <addr> <size>            - Add/Update memory node
45316     fdt rsvmem print                    - Show current mem reserves
45317     fdt rsvmem add <addr> <size>        - Add a mem reserve
45318     fdt rsvmem delete <index>           - Delete a mem reserves
45319
45320     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45321
45322 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
45323 Author: David Gibson <david@gibson.dropbear.id.au>
45324 Date:   Thu Feb 14 16:50:34 2008 +1100
45325
45326     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
45327
45328     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
45329     node which has NOP tags interspersed with its properties.  In this
45330     case fdt_add_subnode_namelen() will put the new subnode before the
45331     first NOP tag, even if there are properties after it, which will
45332     result in an invalid blob.
45333
45334     This patch fixes the bug, and adds a testcase for it.
45335
45336     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
45337
45338 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
45339 Author: David Gibson <david@gibson.dropbear.id.au>
45340 Date:   Tue Feb 12 11:58:31 2008 +1100
45341
45342     libfdt: Add and use a node iteration helper function.
45343
45344     This patch adds an fdt_next_node() function which can be used to
45345     iterate through nodes of the tree while keeping track of depth.  This
45346     function is used to simplify the iteration code in a lot of other
45347     functions, and is also exported for use by library users.
45348
45349     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
45350
45351 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
45352 Author: David Gibson <david@gibson.dropbear.id.au>
45353 Date:   Fri Jan 11 14:55:05 2008 +1100
45354
45355     libfdt: Add fdt_set_name() function
45356
45357     This patch adds an fdt_set_name() function to libfdt, mirroring
45358     fdt_get_name().  This is a r/w function which alters the name of a
45359     given device tree node.
45360
45361     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
45362
45363 commit 23e20aa6488e6c0622496549861bfdc74108debe
45364 Author: Yuri Tikhonov <yur@pollux.denx.de>
45365 Date:   Tue Mar 18 13:33:30 2008 +0100
45366
45367     lwmon5: Fix register test logic to match the specific GDC h/w.
45368
45369     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45370     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45371
45372 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
45373 Author: Yuri Tikhonov <yur@pollux.denx.de>
45374 Date:   Tue Mar 18 13:27:57 2008 +0100
45375
45376     Fix backlight in the lwmon5 POST.
45377
45378     Backlight was switched on even when temperature was too low.
45379
45380     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45381     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45382
45383 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
45384 Author: Yuri Tikhonov <yur@pollux.denx.de>
45385 Date:   Wed Feb 6 18:48:36 2008 +0100
45386
45387     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).
45388
45389      To enable this, alternative, configuration the U-Boot board configuration
45390     file for lwmon5 includes the definitions of alternative addresses for header
45391     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
45392
45393      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
45394     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
45395     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
45396
45397     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45398
45399 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
45400 Author: Yuri Tikhonov <yur@pollux.denx.de>
45401 Date:   Mon Feb 4 17:11:53 2008 +0100
45402
45403     Add support for the lwmon5 board reset via GPIO58.
45404
45405     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45406     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45407
45408 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
45409 Author: Yuri Tikhonov <yur@pollux.denx.de>
45410 Date:   Mon Feb 4 17:09:55 2008 +0100
45411
45412     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
45413
45414     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45415     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45416
45417 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
45418 Author: Yuri Tikhonov <yur@pollux.denx.de>
45419 Date:   Mon Feb 4 14:11:03 2008 +0100
45420
45421     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.
45422
45423     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45424     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45425
45426 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
45427 Author: Yuri Tikhonov <yur@pollux.denx.de>
45428 Date:   Mon Feb 4 14:10:42 2008 +0100
45429
45430     The patch adds new POST tests for the Lwmon5 board. These are:
45431
45432     * External Watchdog test;
45433     * dsPIC tests;
45434     * FPGA test;
45435     * GDC test;
45436     * Sysmon tests.
45437
45438     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45439     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45440
45441 commit c2ed33efbfff5767bca236828e021c55fd547b6c
45442 Author: Yuri Tikhonov <yur@pollux.denx.de>
45443 Date:   Mon Feb 4 14:10:01 2008 +0100
45444
45445     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
45446
45447     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45448
45449 commit 3a5d1e7f1309998791702b2a559e3126781746b9
45450 Author: Yuri Tikhonov <yur@pollux.denx.de>
45451 Date:   Tue Mar 18 13:33:30 2008 +0100
45452
45453     lwmon5: Fix register test logic to match the specific GDC h/w.
45454
45455     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45456     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45457
45458 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
45459 Author: Yuri Tikhonov <yur@pollux.denx.de>
45460 Date:   Tue Mar 18 13:27:57 2008 +0100
45461
45462     Fix backlight in the lwmon5 POST.
45463
45464     Backlight was switcehd on even when temperature was too low.
45465
45466     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45467     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45468
45469 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
45470 Author: Yuri Tikhonov <yur@pollux.denx.de>
45471 Date:   Wed Feb 6 18:48:36 2008 +0100
45472
45473      The patch introduces the alternative configuration of the log buffer for
45474     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
45475     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
45476     PPC440EPX_GPT0_COMP5).
45477
45478      To enable this, alternative, configuration the U-Boot board configuration
45479     file for lwmon5 includes the definitions of alternative addresses for header
45480     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
45481
45482      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
45483     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
45484     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
45485
45486     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45487
45488 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
45489 Author: Yuri Tikhonov <yur@pollux.denx.de>
45490 Date:   Mon Feb 4 17:11:53 2008 +0100
45491
45492     Add support for the lwmon5 board reset via GPIO58.
45493
45494     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45495     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45496
45497 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
45498 Author: Yuri Tikhonov <yur@pollux.denx.de>
45499 Date:   Mon Feb 4 17:09:55 2008 +0100
45500
45501     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
45502     Disable external watch-dog for now.
45503
45504     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45505     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45506
45507 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
45508 Author: Yuri Tikhonov <yur@pollux.denx.de>
45509 Date:   Mon Feb 4 14:11:03 2008 +0100
45510
45511     The patch introduces the CRITICAL feature of POST tests. If the test
45512     marked as POST_CRITICAL fails then the alternative, post_critical,
45513     boot-command is used. If this command is not defined then U-Boot
45514     enters into interactive mode.
45515
45516     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45517     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45518
45519 commit 65b20dcefc89618193fa51947968dada91e4c778
45520 Author: Yuri Tikhonov <yur@pollux.denx.de>
45521 Date:   Mon Feb 4 14:10:42 2008 +0100
45522
45523     The patch adds new POST tests for the Lwmon5 board.
45524     These are:
45525
45526     * External Watchdog test;
45527     * dsPIC tests;
45528     * FPGA test;
45529     * GDC test;
45530     * Sysmon tests.
45531
45532     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45533     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45534
45535 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
45536 Author: Yuri Tikhonov <yur@pollux.denx.de>
45537 Date:   Mon Feb 4 14:10:01 2008 +0100
45538
45539     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
45540
45541     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45542
45543 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
45544 Author: Wolfgang Denk <wd@denx.de>
45545 Date:   Tue Mar 18 17:35:51 2008 +0100
45546
45547     HMI1001: fix compile problem.
45548
45549     Signed-off-by: Wolfgang Denk <wd@denx.de>
45550
45551 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
45552 Author: Mike Frysinger <vapier@gentoo.org>
45553 Date:   Mon Feb 18 05:32:30 2008 -0500
45554
45555     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
45556
45557     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
45558     for the board specific driver at all.  Just use the common CFI driver.
45559
45560     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45561
45562 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
45563 Author: Mike Frysinger <vapier@gentoo.org>
45564 Date:   Tue Feb 19 00:36:14 2008 -0500
45565
45566     Blackfin: add proper ELF markings to some assembly functions
45567
45568     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45569
45570 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
45571 Author: Mike Frysinger <vapier@gentoo.org>
45572 Date:   Tue Feb 19 00:35:17 2008 -0500
45573
45574     Blackfin: new cplbinfo command for viewing cplb tables
45575
45576     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45577
45578 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
45579 Author: Mike Frysinger <vapier@gentoo.org>
45580 Date:   Mon Feb 18 05:37:51 2008 -0500
45581
45582     Blackfin: update MAINTAINERS list
45583
45584     Add maintainer information for the Blackfin boards.
45585
45586     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45587
45588 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
45589 Author: Mike Frysinger <vapier@gentoo.org>
45590 Date:   Mon Feb 18 05:26:48 2008 -0500
45591
45592     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
45593
45594     Stop tying things to the processor that should be tied to other defines and
45595     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
45596     system to select the -mcpu option.
45597
45598     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45599
45600 commit 86a20fb920bd198105acf7b1191117f566d637ed
45601 Author: Mike Frysinger <vapier@gentoo.org>
45602 Date:   Sat Feb 16 07:40:36 2008 -0500
45603
45604     Blackfin: move bootldr command to common code
45605
45606     This moves the Blackfin-common bootldr command out of the BF537-STAMP
45607     specific board directory and into the common directory so that all Blackfin
45608     boards may utilize it.
45609
45610     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45611
45612 commit decbe029b2a9d3333d02c433389b1c821eea96d7
45613 Author: Heiko Schocher <hs@denx.de>
45614 Date:   Fri Mar 14 11:05:20 2008 +0100
45615
45616     mgcoge: update configuration
45617
45618     Fix configuration for mgcoge board
45619
45620     Signed-off-by: Heiko Schocher <hs@denx.de>
45621
45622 commit c136724cda0219c49f1d4b346f00da29b14fdf14
45623 Author: Wolfgang Denk <wd@denx.de>
45624 Date:   Sun Mar 16 01:22:59 2008 +0100
45625
45626     drivers/rtc/Makefile: keep list sorted
45627
45628     Signed-off-by: Wolfgang Denk <wd@denx.de>
45629
45630 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
45631 Author: Tor Krill <tor@excito.com>
45632 Date:   Sat Mar 15 15:40:26 2008 +0100
45633
45634     Add support for Intersil isl1208 RTC
45635
45636     Signed-off-by: Tor Krill <tor@excito.com>
45637
45638 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
45639 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45640 Date:   Sat Mar 15 17:36:41 2008 +0100
45641
45642     cramfs: Fix ifdef
45643
45644     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45645
45646 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
45647 Author: Wolfgang Denk <wd@denx.de>
45648 Date:   Sun Mar 16 01:12:58 2008 +0100
45649
45650     Conding style cleanup
45651
45652     Signed-off-by: Wolfgang Denk <wd@denx.de>
45653
45654 commit 41712b4e8c95dff23354bcd620e1f9477160c190
45655 Author: Stefan Roese <sr@denx.de>
45656 Date:   Wed Mar 5 12:31:53 2008 +0100
45657
45658     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
45659
45660     This patch adds USB OHCI support to the Canyonlands board port. It also
45661     enables EXT2 support.
45662
45663     Signed-off-by: Stefan Roese <sr@denx.de>
45664
45665 commit 2596f5b9d353ff3e4387a3325d05740f16958038
45666 Author: Stefan Roese <sr@denx.de>
45667 Date:   Wed Mar 5 12:29:32 2008 +0100
45668
45669     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
45670
45671     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
45672     way a board just needs to define this new option to enable the "force
45673     NoPowerSwitching mode" instead of adding new CPU/architecture defines
45674     to the USB source itself.
45675
45676     This new option will be used first with the new AMCC 460EX Canyonlands
45677     board port, which will be posted in a few days.
45678
45679     This patch also fixes a small compilation problem when DEBUG is enabled.
45680
45681     Signed-off-by: Stefan Roese <sr@denx.de>
45682
45683 commit 71665ebf88408ff2acb762af47989fd4365b321a
45684 Author: Stefan Roese <sr@denx.de>
45685 Date:   Mon Mar 3 17:27:02 2008 +0100
45686
45687     ppc4xx: Add Canyonlands NAND booting support
45688
45689     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
45690     NAND devices. The only bootstrap option for NAND booting is option F for
45691     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
45692     EEPROM needs to be programmed accordingly.
45693
45694     This patch adds basic NAND booting support for the AMCC Canyonlands aval
45695     board and also adds support to the "bootstrap" command, to enable NAND
45696     booting I2C setting.
45697
45698     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
45699
45700     Signed-off-by: Stefan Roese <sr@denx.de>
45701
45702 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
45703 Author: Stefan Roese <sr@denx.de>
45704 Date:   Tue Mar 11 16:53:00 2008 +0100
45705
45706     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
45707
45708     This patch adds support for the AMCC Canyonlands 460EX evaluation
45709     board.
45710
45711     Signed-off-by: Stefan Roese <sr@denx.de>
45712
45713 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
45714 Author: Stefan Roese <sr@denx.de>
45715 Date:   Tue Mar 11 16:52:24 2008 +0100
45716
45717     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
45718
45719     This patch adds support for the AMCC Canyonlands 460EX evaluation
45720     board.
45721
45722     Signed-off-by: Stefan Roese <sr@denx.de>
45723
45724 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
45725 Author: Stefan Roese <sr@denx.de>
45726 Date:   Tue Mar 11 16:51:17 2008 +0100
45727
45728     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
45729
45730     This patch adds support for the AMCC Canyonlands 460EX evaluation
45731     board.
45732
45733     Signed-off-by: Stefan Roese <sr@denx.de>
45734
45735 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
45736 Author: Stefan Roese <sr@denx.de>
45737 Date:   Tue Mar 11 15:11:43 2008 +0100
45738
45739     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
45740
45741     This patch adds basic support for the AMCC 460EX/460GT PPC's.
45742
45743     Signed-off-by: Stefan Roese <sr@denx.de>
45744
45745 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
45746 Author: Stefan Roese <sr@denx.de>
45747 Date:   Tue Mar 11 15:11:18 2008 +0100
45748
45749     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
45750
45751     This patch adds basic support for the AMCC 460EX/460GT PPC's.
45752
45753     Signed-off-by: Stefan Roese <sr@denx.de>
45754
45755 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
45756 Author: Stefan Roese <sr@denx.de>
45757 Date:   Tue Mar 11 15:07:10 2008 +0100
45758
45759     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
45760
45761     This patch adds basic support for the AMCC 460EX/460GT PPC's.
45762
45763     Signed-off-by: Stefan Roese <sr@denx.de>
45764
45765 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
45766 Author: Stefan Roese <sr@denx.de>
45767 Date:   Tue Mar 11 15:05:50 2008 +0100
45768
45769     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
45770
45771     This patch adds basic support for the AMCC 460EX/460GT PPC's.
45772
45773     Signed-off-by: Stefan Roese <sr@denx.de>
45774
45775 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
45776 Author: Stefan Roese <sr@denx.de>
45777 Date:   Tue Mar 11 15:05:26 2008 +0100
45778
45779     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
45780
45781     This patch adds basic support for the AMCC 460EX/460GT PPC's.
45782
45783     Signed-off-by: Stefan Roese <sr@denx.de>
45784
45785 commit 56e410178375d9f20be25fb24e180974f0ae120b
45786 Author: Stefan Roese <sr@denx.de>
45787 Date:   Tue Feb 19 22:07:57 2008 +0100
45788
45789     ppc4xx: interrupt.c reworked
45790
45791     This patch is a rework of the 4xx interrupt handling done while
45792     adding the 460EX/GT support. Interrupts are needed on 4xx for the
45793     EMAC driver.
45794
45795     Signed-off-by: Stefan Roese <sr@denx.de>
45796
45797 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
45798 Author: Stefan Roese <sr@denx.de>
45799 Date:   Tue Feb 19 22:01:57 2008 +0100
45800
45801     ppc4xx: program_tlb now uses 64bit physical addess
45802
45803     This patch changes the physical addess parameter from 32bit to 64bit.
45804     This is needed for 36bit 4xx platforms to access areas located
45805     beyond the 4GB border, like SoC peripherals (EBC etc.).
45806
45807     Signed-off-by: Stefan Roese <sr@denx.de>
45808
45809 commit c3307fa186af85771924c434997089b8104c0a46
45810 Author: Stefan Roese <sr@denx.de>
45811 Date:   Tue Feb 19 21:58:25 2008 +0100
45812
45813     ppc4xx: miiphy.c reworked
45814
45815     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
45816     badly neede some cleanup.
45817
45818     Signed-off-by: Stefan Roese <sr@denx.de>
45819
45820 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
45821 Author: Stefan Roese <sr@denx.de>
45822 Date:   Tue Feb 19 16:21:49 2008 +0100
45823
45824     rtc: Add M41T62 support
45825
45826     This patch add support for the STM M41T62 RTC. It is used and tested
45827     on the AMCC Canyonlands 406EX platform.
45828
45829     Signed-off-by: Stefan Roese <sr@denx.de>
45830
45831 commit 217d383e201adc7f2271145ae345ea5eae2b7170
45832 Author: Niklaus Giger <niklaus.giger@netstal.com>
45833 Date:   Mon Feb 25 18:46:43 2008 +0100
45834
45835     ppc4xx: Add 405GPr based MCU25 board specific files
45836
45837     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45838
45839 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
45840 Author: Niklaus Giger <niklaus.giger@netstal.com>
45841 Date:   Mon Feb 25 18:46:42 2008 +0100
45842
45843     ppc4xx: Add 405GPr based MCU25 board config file
45844
45845     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45846
45847 commit b05f35436b733a240559e77e46bed8439665ecc5
45848 Author: Niklaus Giger <niklaus.giger@netstal.com>
45849 Date:   Mon Feb 25 18:46:41 2008 +0100
45850
45851     ppc4xx: Add 405GPr based MCU25 board. Global files
45852
45853     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45854
45855 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
45856 Author: Niklaus Giger <niklaus.giger@netstal.com>
45857 Date:   Mon Feb 25 18:37:02 2008 +0100
45858
45859     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
45860
45861     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45862
45863 commit a079494853cc2bfeddb26673219db0b4b2b31566
45864 Author: Niklaus Giger <niklaus.giger@netstal.com>
45865 Date:   Mon Feb 25 18:37:01 2008 +0100
45866
45867     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
45868
45869     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
45870     the FLASH_CFI_LEGACY et al. config options.
45871
45872     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45873
45874 commit e4170e5a50c8110f792bc37472833ae669d69951
45875 Author: Stefan Roese <sr@denx.de>
45876 Date:   Tue Mar 11 13:52:25 2008 +0100
45877
45878     ppc4xx: Fix comment in 405EX DDR2 init code
45879
45880     Signed-off-by: Stefan Roese <sr@denx.de>
45881
45882 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
45883 Author: Bartlomiej Sieka <tur@semihalf.com>
45884 Date:   Fri Mar 14 16:22:34 2008 +0100
45885
45886     Add MD5 support to the new uImage format
45887
45888     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45889
45890 commit 0ede0c383530a418cf98be9122371a86573cd0db
45891 Author: Bartlomiej Sieka <tur@semihalf.com>
45892 Date:   Fri Mar 14 16:22:34 2008 +0100
45893
45894     Add the MD5 algorithm
45895
45896     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
45897     calculated using the md5() function -- see include/md5.h for details.
45898
45899     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45900
45901 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
45902 Author: Wolfgang Denk <wd@denx.de>
45903 Date:   Fri Mar 14 16:04:54 2008 +0100
45904
45905     tools/setlocalversion: use a git-describe-ish format
45906
45907     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
45908     where 'nnnnn' is the number of commits since the last tag (i.e.,
45909     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
45910     and to see how much has been changed since the referenced tag.
45911
45912     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
45913
45914     Signed-off-by: Wolfgang Denk <wd@denx.de>
45915
45916 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
45917 Author: Wolfgang Denk <wd@denx.de>
45918 Date:   Thu Mar 13 14:32:03 2008 +0100
45919
45920     HMI1001: add support for MPC5200 Rev. B processors.
45921
45922     Signed-off-by: Wolfgang Denk <wd@denx.de>
45923
45924 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
45925 Author: Wolfgang Denk <wd@denx.de>
45926 Date:   Thu Mar 13 14:29:49 2008 +0100
45927
45928     TQM5200: remove dead code
45929
45930     This board never used a MGT5100 processor.
45931
45932     Signed-off-by: Wolfgang Denk <wd@denx.de>
45933
45934 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
45935 Author: Marian Balakowicz <m8@semihalf.com>
45936 Date:   Wed Mar 12 12:14:15 2008 +0100
45937
45938     [new uImage] Fix build issue on ARM
45939
45940     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
45941
45942     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45943
45944 commit 3310c549a73a949430bfda90876df7552a1dab0c
45945 Author: Marian Balakowicz <m8@semihalf.com>
45946 Date:   Wed Mar 12 12:13:13 2008 +0100
45947
45948     [new uImage] Add new uImage format documentation and examples
45949
45950     Create doc/uImage.FIT documentation directory with the following files:
45951     - command_syntax_extensions.txt : extended command syntax description
45952     - howto.txt                     : short usage howto
45953     - source_file_format.txt        : internal new uImage format description
45954
45955     Add example image source files:
45956     - kernel.its
45957     - kernel_fdt.its
45958     - multi.its
45959
45960     Update README appropriately.
45961
45962     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45963     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45964
45965 commit 1ec73761d2e247078f4520a265d463e8b73391a2
45966 Author: Marian Balakowicz <m8@semihalf.com>
45967 Date:   Wed Mar 12 10:35:52 2008 +0100
45968
45969     [new uImage] Fix definition of common bootm_headers_t fields
45970
45971     verify, autostart and lmb fields are used regardless of CONFIG_FIT
45972     setting, move their definitions to common section.
45973
45974     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45975
45976 commit 1d1cb4270edc6a99276834064069717f9782c491
45977 Author: Marian Balakowicz <m8@semihalf.com>
45978 Date:   Wed Mar 12 10:35:51 2008 +0100
45979
45980     [new uImage] Fix build problems on trab board
45981
45982     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45983
45984 commit f773bea8e11f4a11c388dcee956b2444203e6b65
45985 Author: Marian Balakowicz <m8@semihalf.com>
45986 Date:   Wed Mar 12 10:35:46 2008 +0100
45987
45988     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
45989
45990     Save FIT configuration provied in the first bootm argument and use it
45991     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
45992     arguments are not specified.
45993
45994     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45995
45996 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
45997 Author: Marian Balakowicz <m8@semihalf.com>
45998 Date:   Wed Mar 12 10:33:01 2008 +0100
45999
46000     [new uImage] More verbose kernel image uncompress error message
46001
46002     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46003
46004 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
46005 Author: Marian Balakowicz <m8@semihalf.com>
46006 Date:   Wed Mar 12 10:33:01 2008 +0100
46007
46008     [new uImage] Use show_boot_progress() for new uImage format
46009
46010     This patch allocates a set of show_boot_progress() IDs for new uImage format
46011     and adds show_boot_progress() calls in new uImage format handling code.
46012
46013     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46014
46015 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
46016 Author: Marian Balakowicz <m8@semihalf.com>
46017 Date:   Wed Mar 12 10:33:01 2008 +0100
46018
46019     [new uImage] Add new uImage fromat support to fpga command
46020
46021     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46022
46023 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
46024 Author: Marian Balakowicz <m8@semihalf.com>
46025 Date:   Wed Mar 12 10:33:01 2008 +0100
46026
46027     [new uImage] Add new uImage format handling to other bootm related commands
46028
46029     Updated commands:
46030
46031     docboot  - cmd_doc.c
46032     fdcboot  - cmd_fdc.c
46033     diskboot - cmd_ide.c
46034     nboot    - cmd_nand.c
46035     scsiboot - cmd_scsi.c
46036     usbboot  - cmd_usb.c
46037
46038     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46039
46040 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
46041 Author: Marian Balakowicz <m8@semihalf.com>
46042 Date:   Wed Mar 12 10:33:00 2008 +0100
46043
46044     [new uImage] Add new uImage format support to imgextract command
46045
46046     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46047
46048 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
46049 Author: Marian Balakowicz <m8@semihalf.com>
46050 Date:   Wed Mar 12 10:33:00 2008 +0100
46051
46052     [new uImage] Add new uImage format support to autoscript routine
46053
46054     autoscript() routine is updated to accept second argument, which
46055     is only used for FIT images and provides a FIT subimage unit name.
46056
46057     autoscript() routine callers must now pass two arguments. For
46058     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
46059     variable 'autoscript_uname' is introduced and used as a FIT
46060     subimage unit name source.
46061
46062     autoscript command accepts extended syntax of the addr argument:
46063     addr:<subimg_uname>
46064
46065     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46066
46067 commit cd7c596e9f561dbbc17b717277438aee78cde14f
46068 Author: Marian Balakowicz <m8@semihalf.com>
46069 Date:   Wed Mar 12 10:33:00 2008 +0100
46070
46071     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
46072
46073     This patch updates architecture specific implementations of
46074     do_bootm_linux() adding new uImage format handling for
46075     operations like get kernel entry point address, get kernel
46076     image data start address.
46077
46078     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46079
46080 commit 3dfe110149311425919e6d6a14b561b4207498f1
46081 Author: Marian Balakowicz <m8@semihalf.com>
46082 Date:   Wed Mar 12 10:32:59 2008 +0100
46083
46084     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
46085
46086     This patch adds new node offset fields to struct bootm_headers
46087     and updates bootm_headers processing code to make use of them.
46088     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
46089
46090     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46091
46092 commit bc8ed486b125452ba3bd8344f052f437329150c5
46093 Author: Marian Balakowicz <m8@semihalf.com>
46094 Date:   Wed Mar 12 10:32:53 2008 +0100
46095
46096     [new uImage] ppc: Add new uImage format support to FDT handling routines
46097
46098     Support for new (FIT) format uImages is added to powerpc specific
46099     boot_get_fdt() routine which now recognizes, sanity checks FIT image
46100     and is able to access data sections of the requested component image.
46101
46102     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46103
46104 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
46105 Author: Marian Balakowicz <m8@semihalf.com>
46106 Date:   Wed Mar 12 10:14:57 2008 +0100
46107
46108     [new uImage] Re-enable interrupts for non automatic booting
46109
46110     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
46111     environment variable is not set to 'yes'.
46112
46113     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46114
46115 commit d985c8498c4e47095820da97aa722381d39172c5
46116 Author: Marian Balakowicz <m8@semihalf.com>
46117 Date:   Wed Mar 12 10:14:38 2008 +0100
46118
46119     [new uImage] Remove unnecessary arguments passed to ramdisk routines
46120
46121     boot_get_ramdisk() and image_get_ramdisk() do not need all
46122     cmdtp, flag, argc and argv arguments. Simplify routines definition.
46123
46124     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46125
46126 commit c87796483bc7c2900470dc747c367f602577608d
46127 Author: Marian Balakowicz <m8@semihalf.com>
46128 Date:   Wed Mar 12 10:12:37 2008 +0100
46129
46130     [new uImage] Add new uImage format support for ramdisk handling
46131
46132     This patch updates boot_get_ramdisk() routine adding format
46133     verification and handling for new (FIT) uImages.
46134
46135     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46136
46137 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
46138 Author: Marian Balakowicz <m8@semihalf.com>
46139 Date:   Wed Mar 12 10:01:05 2008 +0100
46140
46141     [new uImage] Add new uImage format support for kernel booting
46142
46143     New format uImages are recognized by the bootm command,
46144     validity of specified kernel component image is checked and
46145     its data section located and used for further processing
46146     (uncompress, load, etc.)
46147
46148     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46149
46150 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
46151 Author: Marian Balakowicz <m8@semihalf.com>
46152 Date:   Tue Mar 11 12:35:20 2008 +0100
46153
46154     [new uImage] Add new uImage format support for imls and iminfo commands
46155
46156     imls and iminfo can now recognize nad print out contents of the new (FIT)
46157     format uImages.
46158
46159     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46160
46161 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
46162 Author: Bartlomiej Sieka <tur@semihalf.com>
46163 Date:   Tue Mar 11 12:34:47 2008 +0100
46164
46165     [new uImage] Add support for new uImage format to mkimage tool
46166
46167     Support for the new uImage format (FIT) is added to mkimage tool.
46168     Commandline syntax is appropriately extended:
46169
46170     mkimage [-D dtc_options] -f fit-image.its fit-image
46171
46172     mkimage (together with dtc) takes fit-image.its and referenced therein
46173     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
46174     final image that can be transferred to the target (e.g., via tftp) and then
46175     booted using the bootm command in U-Boot.
46176
46177     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
46178
46179 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
46180 Author: Marian Balakowicz <m8@semihalf.com>
46181 Date:   Mon Mar 10 17:53:49 2008 +0100
46182
46183     [new uImage] Make node unit names const in struct bootm_headers
46184
46185     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46186
46187 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
46188 Author: Marian Balakowicz <m8@semihalf.com>
46189 Date:   Fri Feb 29 21:24:06 2008 +0100
46190
46191     [new uImage] New uImage low-level API
46192
46193     Add FDT-based functions for handling new format component images,
46194     configurations, node operations, property get/set, etc.
46195
46196     fit_        - routines handling global new format uImage operations
46197                   like get/set top level property, process all nodes, etc.
46198     fit_image_  - routines handling component images subnodes
46199     fit_conf_   - routines handling configurations node
46200
46201     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
46202     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46203
46204 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
46205 Author: Wolfgang Denk <wd@denx.de>
46206 Date:   Sun Mar 9 16:20:02 2008 +0100
46207
46208     Release v1.3.2
46209
46210     Update CHANGELOG for release.
46211
46212     Signed-off-by: Wolfgang Denk <wd@denx.de>
46213
46214 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
46215 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46216 Date:   Sun Mar 9 14:52:11 2008 +0100
46217
46218     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
46219
46220     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46221     Signed-off-by: Wolfgang Denk <wd@denx.de>
46222
46223 commit db695b78515ddb88a2d4f3357c120345efbf59ec
46224 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46225 Date:   Sun Mar 9 10:44:01 2008 +0100
46226
46227     scb9328: Fix flash warning: type qualifiers ignored on function return type
46228
46229     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46230
46231 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
46232 Author: Wolfgang Denk <wd@denx.de>
46233 Date:   Sun Mar 9 10:50:41 2008 +0100
46234
46235     esd/common/fpga.c: fix indentation.
46236
46237     Signed-off-by: Wolfgang Denk <wd@denx.de>
46238
46239 commit cc3843e36453e2b8db65d7e56de938ba045016a0
46240 Author: Wolfgang Denk <wd@denx.de>
46241 Date:   Sun Mar 9 10:33:31 2008 +0100
46242
46243     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
46244
46245     and get rid of a couple of unneeded casts.
46246
46247     Signed-off-by: Wolfgang Denk <wd@denx.de>
46248
46249 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
46250 Author: Wolfgang Denk <wd@denx.de>
46251 Date:   Sun Mar 9 10:09:53 2008 +0100
46252
46253     esd/common/fpga.c: fix 'assignment of read-only location' error
46254
46255     Signed-off-by: Wolfgang Denk <wd@denx.de>
46256
46257 commit c6fe4dabac066e8758345d249032768496983a3e
46258 Author: Wolfgang Denk <wd@denx.de>
46259 Date:   Sun Mar 9 02:13:19 2008 +0100
46260
46261     Makefile: make build silently again.
46262
46263     Signed-off-by: Wolfgang Denk <wd@denx.de>
46264
46265 commit 76babc86576f092573599334c85ec543fdbc6015
46266 Author: Wolfgang Denk <wd@denx.de>
46267 Date:   Sun Mar 9 02:07:49 2008 +0100
46268
46269     m501sk: Fix out of tree building
46270
46271     Signed-off-by: Wolfgang Denk <wd@denx.de>
46272
46273 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
46274 Author: Wolfgang Denk <wd@denx.de>
46275 Date:   Sun Mar 9 00:06:09 2008 +0100
46276
46277     ADS5121: fix out of tree build
46278
46279     and simplify Makefile a bit.
46280
46281     Signed-off-by: Wolfgang Denk <wd@denx.de>
46282
46283 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
46284 Author: Wolfgang Denk <wd@denx.de>
46285 Date:   Sat Mar 8 22:35:31 2008 +0100
46286
46287     Release v1.3.2
46288
46289     Signed-off-by: Wolfgang Denk <wd@denx.de>
46290
46291 commit 78a90f827df74520e939c794fc7413dace21c4db
46292 Author: Wolfgang Denk <wd@denx.de>
46293 Date:   Sat Mar 8 22:35:04 2008 +0100
46294
46295     Update CHANGELOG
46296
46297     Signed-off-by: Wolfgang Denk <wd@denx.de>
46298
46299 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
46300 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46301 Date:   Sat Mar 8 21:30:04 2008 +0100
46302
46303     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
46304
46305     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46306
46307 commit d75469d48c05795144f4b8ba76addbb4920a7bba
46308 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46309 Date:   Sat Mar 8 09:25:49 2008 +0900
46310
46311     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
46312
46313     When rtl_recv() of rtl8169 is called, OWNbit of status register
46314     is not enable occasionally.
46315     rtl_recv() doesn't work normally when the driver doesn't do
46316     appropriate processing.
46317     This patch fix this problem.
46318
46319     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46320
46321 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
46322 Author: Heiko Schocher <hs@denx.de>
46323 Date:   Fri Mar 7 08:15:28 2008 +0100
46324
46325     mgsuvd: update board configuration
46326
46327     initialize the UPIOx controller.
46328
46329     Signed-off-by: Heiko Schocher <hs@denx.de>
46330
46331 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
46332 Author: Heiko Schocher <hs@denx.de>
46333 Date:   Fri Mar 7 08:13:41 2008 +0100
46334
46335     mgcoge: update board configuration
46336
46337     add support for the config Flash.
46338     initialize the UPIOx controller.
46339
46340     Signed-off-by: Heiko Schocher <hs@denx.de>
46341
46342 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
46343 Author: Kim Phillips <kim.phillips@freescale.com>
46344 Date:   Fri Mar 7 12:27:31 2008 -0600
46345
46346     mpc83xx: make dtb basename file references equal those of linux
46347
46348     the dts file basenames were updated in linux - this helps avoid
46349     inadvertently loading any old dtbs laying around.
46350
46351     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46352
46353 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
46354 Author: Kim Phillips <kim.phillips@freescale.com>
46355 Date:   Wed Feb 27 16:08:22 2008 -0600
46356
46357     net: uec_phy: actually increment the timeout counter
46358
46359     allow u-boot to recover (and, e.g., switch to another interface) in the
46360     case where a PHY does not report autonegotiation is complete within its
46361     two second timeout value.
46362
46363     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46364
46365 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
46366 Author: Markus Brunner <super.firetwister@googlemail.com>
46367 Date:   Wed Mar 5 21:38:12 2008 +0100
46368
46369     fix taihu soft spi_read
46370
46371     The taihu board used gpio_read_out_bit which reads the output register and not
46372     the pin state.
46373
46374     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
46375
46376 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
46377 Author: Stefan Roese <sr@denx.de>
46378 Date:   Fri Mar 7 08:01:43 2008 +0100
46379
46380     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
46381
46382     Signed-off-by: Stefan Roese <sr@denx.de>
46383
46384 commit bd4458cb47abecabd406b1210457be96c69fc49d
46385 Author: Dave Liu <r63238@freescale.com>
46386 Date:   Tue Mar 4 16:59:22 2008 +0800
46387
46388     837xEMDS: Improve the system performance
46389
46390     1. Make the CSB bus pipeline depth as 4, and enable
46391        the repeat mode;
46392     2. Raise the eTSEC emergency priority;
46393     3. Use the highest IP blocks clock.
46394
46395     Signed-off-by: Dave Liu <daveliu@freescale.com>
46396
46397 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
46398 Author: Detlev Zundel <dzu@denx.de>
46399 Date:   Thu Mar 6 16:45:53 2008 +0100
46400
46401     Replace "run load; run update" with conditionalized "run load update".
46402
46403     The latter version stops when "run load" fails for whatever reasons
46404     rendering the combination *a lot* more secure.
46405
46406     Signed-off-by: Detlev Zundel <dzu@denx.de>
46407
46408 commit 6bc113886d7d316df1a4e459bec8baf027518551
46409 Author: Stefan Roese <sr@denx.de>
46410 Date:   Tue Mar 4 17:40:41 2008 +0100
46411
46412     net: Print error message upon net usage when no ethernet-interface is found
46413
46414     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
46415     defined. Then no ethernet interface is available but a simple "tftp"
46416     command will return without any error message which is quite confusing.
46417
46418     Signed-off-by: Stefan Roese <sr@denx.de>
46419
46420 commit a30a549a3553032d809e0356306b62de0b125901
46421 Author: Jon Loeliger <jdl@freescale.com>
46422 Date:   Tue Mar 4 10:03:03 2008 -0600
46423
46424     Remove erroneous or extra spd.h #includers.
46425
46426     Many of the spd.h #includers don't need it,
46427     and wanted to have spd_sdram() declared instead.
46428     Since they didn't get that, some also had open
46429     coded extern declarations of it instead or as well.
46430     Fix it all up by using spd_sdram.h where needed.
46431
46432     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46433
46434 commit a4475386cef14af3fd88f0518b688e755669486d
46435 Author: Wolfgang Denk <wd@denx.de>
46436 Date:   Tue Mar 4 17:41:28 2008 +0100
46437
46438     PCS440EP: fix build problems (redundant #define)
46439
46440     Signed-off-by: Wolfgang Denk <wd@denx.de>
46441
46442 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
46443 Author: Stefan Roese <sr@denx.de>
46444 Date:   Tue Mar 4 17:39:25 2008 +0100
46445
46446     net: Print error message upon net usage when no ethernet-interface is found
46447
46448     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
46449     defined. Then no ethernet interface is available but a simple "tftp"
46450     command will return without any error message which is quite confusing.
46451
46452     Signed-off-by: Stefan Roese <sr@denx.de>
46453
46454 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
46455 Author: Wolfgang Denk <wd@denx.de>
46456 Date:   Tue Mar 4 17:38:50 2008 +0100
46457
46458     W7OLMC/W7OLMG: fix build problems (redundant #define)
46459
46460     Signed-off-by: Wolfgang Denk <wd@denx.de>
46461
46462 commit f9301e1cda296245ba052d7b08321199c3d0af9d
46463 Author: Wolfgang Denk <wd@denx.de>
46464 Date:   Tue Mar 4 14:58:31 2008 +0100
46465
46466     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
46467
46468     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
46469     problem for out-of-tree builds which caused "make clean" to fail.
46470
46471     Signed-off-by: Wolfgang Denk <wd@denx.de>
46472
46473 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
46474 Author: Wolfgang Denk <wd@denx.de>
46475 Date:   Tue Mar 4 11:58:26 2008 +0100
46476
46477     examples/Makefile: build "hello_world" on 8xx, too.
46478
46479     Signed-off-by: Wolfgang Denk <wd@denx.de>
46480
46481 commit 74eb0222594fd23aafdf168e60e872814eea8b62
46482 Author: Mike Nuss <mike@terascala.com>
46483 Date:   Mon Mar 3 15:27:05 2008 -0500
46484
46485     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
46486
46487     Every now and then a Sequoia board (or equivalent hardware) had
46488     problems connecting to a Gigabit capable network interface.
46489
46490     There were differences in the PHY setup between Linux and U-Boot.
46491
46492     This patch fixes the problem. Apparently "remote fault" is being set,
46493     which signals to some devices (on the other end of the cable) that a
46494     fault has occurred, while other devices ignore it. I believe the RF bit
46495     was causing the issue, but I removed T4 also, to match up with Linux.
46496
46497     Signed-off-by: Mike Nuss <mike@terascala.com>
46498
46499 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
46500 Author: Timur Tabi <timur@freescale.com>
46501 Date:   Mon Mar 3 09:58:52 2008 -0600
46502
46503     fix QE firmware uploading limit
46504
46505     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
46506     systems with more than one RISC core.
46507
46508     Signed-off-by: Timur Tabi <timur@freescale.com>
46509
46510 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
46511 Author: Bernhard Nemec <bnemec@ganssloser.com>
46512 Date:   Mon Mar 3 11:57:23 2008 +0000
46513
46514     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
46515
46516     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
46517     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
46518
46519     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
46520
46521 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
46522 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
46523 Date:   Mon Mar 3 10:39:13 2008 +0200
46524
46525     fix copy from ram to dataflash
46526
46527     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
46528     routines instead of dataflash. This is because it checks "if source
46529     address is not dataflash" instead of target address.
46530
46531     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
46532
46533 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
46534 Author: Wolfgang Denk <wd@denx.de>
46535 Date:   Mon Mar 3 12:16:44 2008 +0100
46536
46537     Fix quoting problem (preboot setting) in many board config files.
46538
46539     Signed-off-by: Wolfgang Denk <wd@denx.de>
46540
46541 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
46542 Author: Wolfgang Denk <wd@denx.de>
46543 Date:   Mon Mar 3 12:36:49 2008 +0100
46544
46545     ADS5121: Fix default environment.
46546
46547     Signed-off-by: Wolfgang Denk <wd@denx.de>
46548
46549 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
46550 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46551 Date:   Sun Mar 2 16:12:31 2008 +0100
46552
46553     Makefile: Fix missing unconfig and mkconfig use
46554
46555     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46556
46557 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
46558 Author: michael <trimarchi@gandalf.sssup.it>
46559 Date:   Sun Mar 2 23:33:46 2008 +0100
46560
46561     Fix checking fat32 cluster size.
46562
46563     This fixes the cluster size tests in the FAT32 file system.
46564     The current implementation of VFAT support doesn't work if the
46565     referred cluster has an offset > 16bit representation, causing
46566     "fatload" and "fatls" commands etc. to fail.
46567
46568     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
46569
46570 commit 661bad63a076a96c39c64f136915f146725af92b
46571 Author: Wolfgang Denk <wd@denx.de>
46572 Date:   Sun Mar 2 22:57:23 2008 +0100
46573
46574     Prepare v1.3.2-rc2 release candidate
46575
46576     Signed-off-by: Wolfgang Denk <wd@denx.de>
46577
46578 commit 76957cb3d621bf664311908e5962e151c633c285
46579 Author: Stefan Roese <sr@denx.de>
46580 Date:   Sat Mar 1 12:11:40 2008 +0100
46581
46582     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
46583
46584     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
46585     currently 4k/2k is configured. This patch fixes this issue.
46586
46587     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
46588
46589     Signed-off-by: Stefan Roese <sr@denx.de>
46590
46591 commit 118978c8eb43803e2794233922df4249fa278b83
46592 Author: Woodruff, Richard <r-woodruff2@ti.com>
46593 Date:   Fri Feb 29 17:34:35 2008 -0600
46594
46595     Fix alignment error on ARM for modules
46596
46597     Fix alignment fault on ARM when running modules.  With out an explicit
46598     linker file gcc4.2.1 will half word align __bss_start's value.  The word
46599     dereference will crash hello_world.
46600
46601     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
46602
46603 commit ce1120dd703e6f12c59e4eba9962356a0300b832
46604 Author: Dave Liu <r63238@freescale.com>
46605 Date:   Fri Feb 29 17:45:31 2008 +0800
46606
46607     fs: Fix ext2 read issue
46608
46609     The ext2 aligned process will corrupt the key
46610     data struct, the patch fix this.
46611
46612     Signed-off-by: Dave Liu <daveliu@freescale.com>
46613
46614 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
46615 Author: Wolfgang Denk <wd@denx.de>
46616 Date:   Sun Mar 2 22:45:33 2008 +0100
46617
46618     Makefile: cleanup "clean" target
46619
46620     Make sure CDPATH settings cannot interfere.
46621     Update CHANGELOG.
46622
46623     Signed-off-by: Wolfgang Denk <wd@denx.de>
46624
46625 commit ffda586fc1373243c9794babde69500f6293a8d8
46626 Author: Li Yang <leoli@freescale.com>
46627 Date:   Fri Feb 29 11:46:05 2008 +0800
46628
46629     add cscope build target
46630
46631     Add cscope build target to generate cscope database for code browsing.
46632
46633     Signed-off-by: Li Yang <leoli@freescale.com>
46634
46635 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
46636 Author: Kim Phillips <kim.phillips@freescale.com>
46637 Date:   Wed Feb 27 15:06:39 2008 -0600
46638
46639     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
46640
46641     erratum 5.6 states the autoneg completion bit is functional only if the
46642     autoneg bit is asserted.
46643
46644     This fixes any secondarily-issued networking commands on non-gigabit
46645     links on the mpc8360 mds board.
46646
46647     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46648
46649 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
46650 Author: John Rigby <jrigby@freescale.com>
46651 Date:   Tue Feb 26 09:38:14 2008 -0700
46652
46653     MPC5121e ADS PCI support take 3
46654
46655     Adds PCI support for MPC5121
46656
46657     Tested with drivers/net/rtl8139.c
46658
46659     Support is conditional since PCI on old silicon does not work.
46660
46661     ads5121_PCI_config turns on PCI
46662
46663     In this version, condition compilation of PCI code has been moved
46664     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
46665     suggested by Jean-Christophe PLAGNIOL-VILLARD
46666
46667     Signed-off-by: John Rigby <jrigby@freescale.com>
46668
46669 commit 44b4dbed4133f657705b7c5193209da9978243a7
46670 Author: Anatolij Gustschin <agust@denx.de>
46671 Date:   Mon Feb 25 23:53:07 2008 +0100
46672
46673     Fix warnings while compilation of post/drivers/memory.c
46674
46675     Fix warnings while compilation with new gcc in eldk-4.2
46676
46677     Signed-off-by: Anatolij Gustschin <agust@denx.de>
46678
46679 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
46680 Author: Anatolij Gustschin <agust@denx.de>
46681 Date:   Mon Feb 25 20:54:04 2008 +0100
46682
46683     ppc4xx: Fix problem in 4xx_enet.c driver
46684
46685     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
46686     enabled. To reproduce the problem ensure that 'ethrotate'
46687     environment variable isn't set to "no" and then run
46688     "tftp 200000 not_existent_file".
46689     This patch tries to fix the issue.
46690
46691     Signed-off-by: Anatolij Gustschin <agust@denx.de>
46692
46693 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
46694 Author: Anatolij Gustschin <agust@denx.de>
46695 Date:   Mon Feb 25 20:04:20 2008 +0100
46696
46697     POST: Disable cache while SPR POST
46698
46699     Currently (since commit b2e2142c) u-boot crashes on
46700     sequoia board while SPR test if CONFIG_4xx_DCACHE is
46701     enabled. This patch disables the cache while SPR test.
46702
46703     Signed-off-by: Anatolij Gustschin <agust@denx.de>
46704
46705 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
46706 Author: Martin Krause <martin.krause@tqs.de>
46707 Date:   Mon Feb 25 17:52:40 2008 +0100
46708
46709     TQM5200: use automatic fdt memory fixup (part 2)
46710
46711     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
46712     TB5200 and TB5200_B to fixup the /memory node with the memory values
46713     detected by U-Boot.
46714
46715     Signed-off-by: Martin Krause <martin.krause@tqs.de>
46716
46717 commit 44ceec253ea941b301abf4b079d52324def69d92
46718 Author: Martin Krause <martin.krause@tqs.de>
46719 Date:   Mon Feb 25 15:17:05 2008 +0100
46720
46721     TQM5200: use automatic fdt memory fixup
46722
46723     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
46724     TB5200 and TB5200_B to fixup the /memory node with the memory values
46725     detected by U-Boot.
46726
46727     Signed-off-by: Martin Krause <martin.krause@tqs.de>
46728
46729 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
46730 Author: Martin Krause <martin.krause@tqs.de>
46731 Date:   Mon Feb 25 13:27:52 2008 +0100
46732
46733     TQM5200: fix bug in SDRAM initialization code
46734
46735     This patch fixes a bug in the SDRAM initialization code for the
46736     TQM5200. The hi_addr bit is now set correctly. Without this patch
46737     the hi_addr bit is always set to 1, if the second SDRAM bank is
46738     not populated.
46739
46740     For other MPC5200 boards a correspondig patch has already been applied
46741     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
46742
46743     Signed-off-by: Martin Krause <martin.krause@tqs.de>
46744     --
46745     Forget the first patch please. I confused flash with SDRAM in
46746     the comment ...
46747
46748 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
46749 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46750 Date:   Mon Feb 25 00:03:12 2008 +0100
46751
46752     mx1fs2/flash: Fix multiple compiler warnings
46753
46754     "pointer targets in assignment differ in signedness"
46755
46756     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46757
46758 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
46759 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46760 Date:   Mon Feb 25 00:03:11 2008 +0100
46761
46762     arm-imx: Fix register definitions
46763
46764     Sync register definitions with linux
46765
46766     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46767
46768 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
46769 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46770 Date:   Mon Feb 25 00:03:10 2008 +0100
46771
46772     actua1/actua2/actua3: Fix multiple unused variable warnings
46773
46774     - actua1:
46775         actux1.c: In function 'checkboard':
46776         actux1.c:92: warning: unused variable 'revision'
46777
46778     - actua2:
46779         actux2.c: In function 'checkboard':
46780         actux2.c:100: warning: unused variable 's'
46781         actux2.c:99: warning: unused variable 'revision'
46782         actux2.c: In function 'reset_phy':
46783         actux2.c:130: warning: unused variable 'i'
46784
46785     - actua3:
46786         actux3.c: In function 'checkboard':
46787         actux3.c:114: warning: unused variable 'revision'
46788
46789     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46790
46791 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
46792 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46793 Date:   Sun Feb 24 11:44:29 2008 +0900
46794
46795     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
46796
46797     The previous patch was lacking of i386, microblaze, nios and nios2. This
46798     patch tries to fix them.
46799
46800     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46801
46802 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
46803 Author: Marian Balakowicz <m8@semihalf.com>
46804 Date:   Fri Feb 29 22:22:46 2008 +0100
46805
46806     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
46807
46808     Do not use global fdt blob pointer, calculate blob size from routine
46809     argument blob pointer.
46810
46811     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46812
46813 commit d1cc52879c8966507dad9fb575481e6d3985e64e
46814 Author: David Gibson <david@gibson.dropbear.id.au>
46815 Date:   Tue Feb 12 00:58:31 2008 +1100
46816
46817     libfdt: Add and use a node iteration helper function.
46818
46819     This patch adds an fdt_next_node() function which can be used to
46820     iterate through nodes of the tree while keeping track of depth.  This
46821     function is used to simplify the iteration code in a lot of other
46822     functions, and is also exported for use by library users.
46823
46824     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
46825
46826 commit 8cf30809a82902a471866d2f07725ce3b8a22291
46827 Author: Bartlomiej Sieka <tur@semihalf.com>
46828 Date:   Fri Feb 29 16:00:24 2008 +0100
46829
46830     [new uImage] Add libfdt support to mkimage
46831
46832     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
46833
46834 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
46835 Author: Bartlomiej Sieka <tur@semihalf.com>
46836 Date:   Fri Feb 29 16:00:23 2008 +0100
46837
46838     [new uImage] Add sha1.o object to mkimage binary build
46839
46840     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
46841
46842 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
46843 Author: Marian Balakowicz <m8@semihalf.com>
46844 Date:   Fri Feb 29 16:00:06 2008 +0100
46845
46846     [new uImage] Fix component handling for legacy multi component images
46847
46848     Use uint32_t when accessing size table in image_multi_count() and
46849     image_multi_getimg() for multi component images.
46850
46851     Add missing uimage_to_cpu() endianness conversion.
46852
46853     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46854
46855 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
46856 Author: Marian Balakowicz <m8@semihalf.com>
46857 Date:   Fri Feb 29 15:59:59 2008 +0100
46858
46859     [new uImage] Share common uImage code between mkimage and U-boot
46860
46861     This patch adds the following common routines:
46862
46863     1) Dedicated mkimage print_header() is replaced with common
46864     image_print_contents()
46865     image_print_contents_noindent()
46866
46867     2) Common os/arch/type/comp fields name <--> id translation routines
46868     genimg_get_os_name()
46869     genimg_get_arch_name()
46870     genimg_get_type_name()
46871     genimg_get_comp_name()
46872     genimg_get_os_id()
46873     genimg_get_arch_id()
46874     genimg_get_type_id()
46875     genimg_get_comp_id()
46876
46877     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46878
46879 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
46880 Author: Marian Balakowicz <m8@semihalf.com>
46881 Date:   Fri Feb 29 14:58:34 2008 +0100
46882
46883     [new uImage] Update naming convention for bootm/uImage related code
46884
46885     This patch introduces the following prefix convention for the
46886     image format handling and bootm related code:
46887
46888     genimg_             - dual format shared code
46889     image_              - legacy uImage format specific code
46890     fit_                - new uImage format specific code
46891     boot_               - booting process related code
46892
46893     Related routines are renamed and a few pieces of code are moved around and
46894     re-grouped.
46895
46896     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46897
46898 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
46899 Author: Kumar Gala <galak@kernel.crashing.org>
46900 Date:   Wed Feb 27 21:51:51 2008 -0600
46901
46902     [new uImage] Respect autostart setting in linux bootm
46903
46904     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46905     Acked-by: Marian Balakowicz <m8@semihalf.com>
46906
46907 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
46908 Author: Kumar Gala <galak@kernel.crashing.org>
46909 Date:   Wed Feb 27 21:51:50 2008 -0600
46910
46911     [new uImage] Provide ability to restrict region used for boot images
46912
46913     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
46914     to restrict what memory range is used for bootm.
46915
46916     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46917     Acked-by: Marian Balakowicz <m8@semihalf.com>
46918
46919 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
46920 Author: Kumar Gala <galak@kernel.crashing.org>
46921 Date:   Wed Feb 27 21:51:49 2008 -0600
46922
46923     [new uImage] Use lmb for bootm allocations
46924
46925     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
46926     functions over to using lmb for allocation of the ramdisk, command line
46927     and kernel bd info.
46928
46929     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
46930     tree.
46931
46932     Provided a weak function that board code can call to do additional
46933     lmb reserves if needed.
46934
46935     Also introduce the concept of bootmap_base to specify the offset in
46936     physical memory that the bootmap is located at.  This is used for
46937     allocations of the cmdline, kernel bd, and device tree as they should
46938     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
46939
46940     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46941
46942 commit f5614e7926863bf0225ec860d9b319741a9c4004
46943 Author: Kumar Gala <galak@kernel.crashing.org>
46944 Date:   Wed Feb 27 21:51:48 2008 -0600
46945
46946     [new uImage] Add autostart flag to bootm_headers structure
46947
46948     The autostart env variable was dropped as part of the initial new uImage
46949     cleanup.  Add it back here so the arch specific code can decide if it
46950     wants to really boot or not.
46951
46952     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46953     Acked-by: Marian Balakowicz <m8@semihalf.com>
46954
46955 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
46956 Author: Kumar Gala <galak@kernel.crashing.org>
46957 Date:   Wed Feb 27 21:51:47 2008 -0600
46958
46959     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
46960
46961     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
46962     the memory spaces used by various boot images and structures.  This code
46963     will allow us to simplify the code in bootm and its support functions.
46964
46965     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46966
46967 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
46968 Author: Kumar Gala <galak@kernel.crashing.org>
46969 Date:   Tue Feb 19 22:03:47 2008 -0600
46970
46971     [new uImage] ppc: Allow boards to specify effective amount of memory
46972
46973     For historical reasons we limited the stack to 256M because some boards
46974     could only map that much via BATS.  However newer boards are capable of
46975     mapping more memory (for example 85xx is capable of doing up to 2G).
46976
46977     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46978     Acked-by: Marian Balakowicz <m8@semihalf.com>
46979
46980 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
46981 Author: Kumar Gala <galak@kernel.crashing.org>
46982 Date:   Wed Feb 27 21:51:46 2008 -0600
46983
46984     [new uImage] rework error handling so common functions don't reset
46985
46986     Changed image_get_ramdisk() to just return NULL on error and have
46987     get_ramdisk() propogate that error to the caller.  It's left to the
46988     caller to call do_reset() if it wants to.
46989
46990     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
46991     to a common location.  In the future we will change get_fdt() and
46992     fdt_relocate() to return success/failure and not call do_reset() at all.
46993
46994     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46995     Acked-by: Marian Balakowicz <m8@semihalf.com>
46996
46997 commit d2bc095a639672def11d5d043b5688d0dbd692ec
46998 Author: Kumar Gala <galak@kernel.crashing.org>
46999 Date:   Wed Feb 27 21:51:45 2008 -0600
47000
47001     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
47002
47003     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
47004     however it does mean we have to go in and fixup the initrd info since
47005     we don't know where it will be.
47006
47007     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47008
47009 commit 27953493ef025fb698d68c5dee39b36f01f4d530
47010 Author: Kumar Gala <galak@kernel.crashing.org>
47011 Date:   Wed Feb 27 21:51:44 2008 -0600
47012
47013     [new uImage] ppc: Determine if we are booting an OF style
47014
47015     If we are bootin OF style than we can skip setting up some things
47016     that are used for the old boot method.
47017
47018     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47019     Acked-by: Marian Balakowicz <m8@semihalf.com>
47020
47021 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
47022 Author: Kumar Gala <galak@kernel.crashing.org>
47023 Date:   Wed Feb 27 21:51:43 2008 -0600
47024
47025     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
47026
47027     We don't actually need the kdb param as we are just using it to get
47028     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
47029     boot via OF we might not actually fill out a kdb.
47030
47031     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47032     Acked-by: Marian Balakowicz <m8@semihalf.com>
47033
47034 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
47035 Author: Kumar Gala <galak@kernel.crashing.org>
47036 Date:   Wed Feb 27 16:30:47 2008 -0600
47037
47038     85xx: Don't icbi when unlocking the cache
47039
47040     There is no reason to icbi when invalidating the temporary stack in
47041     the d-cache.  Its impossible on e500 to have the i-cache contain
47042     any addresses in the temp stack and it can be problematic in generating
47043     transactions on the bus to non-valid addresses.
47044
47045     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47046
47047 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
47048 Author: Andy Fleming <afleming@freescale.com>
47049 Date:   Wed Feb 27 15:50:50 2008 -0600
47050
47051     Fix source for ECM error IVPR
47052
47053     The source vector for the ECM was being set to 2,
47054     but that's what the source vector for DDR was being
47055     set to.  Change it to 1.
47056
47057     Signed-off-by: Andy Fleming <afleming@freescale.com>
47058
47059 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
47060 Author: Andy Fleming <afleming@freescale.com>
47061 Date:   Wed Feb 27 14:29:58 2008 -0600
47062
47063     Invalidate INIT_RAM TLB mappings
47064
47065     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
47066     mappings to be unguarded.  This collided with an existing "bug"
47067     where the mappings for the INIT_RAM were being kept around.
47068     This meant that speculative loads to those addresses were
47069     succeeding in the TLB, and going out to the bus, where they
47070     were causing an exception (there's nothing at that address). The
47071     Flash code was coincidentally causing such a speculative load.
47072     Rather than go back to mapping the INIT RAM as guarded, we fix
47073     it so that the entries for the INIT_RAM are invalidated.  Thus
47074     the speculative loads will fail in the TLB, and have no effect.
47075
47076     Signed-off-by: Andy Fleming <afleming@freescale.com>
47077
47078 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
47079 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47080 Date:   Sun Feb 17 22:56:17 2008 +0100
47081
47082     sbc8548: Fix Revision reading and unused variable 'path'
47083
47084     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47085
47086 commit 495d162374c472f46454453553382ad0735dc725
47087 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47088 Date:   Sun Feb 17 22:56:16 2008 +0100
47089
47090     sbc8548: Fix cfi flash bank declaration
47091
47092     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47093
47094 commit 4efbe9dbb129f857f27856936112c8c02f016be6
47095 Author: Marian Balakowicz <m8@semihalf.com>
47096 Date:   Wed Feb 27 11:02:26 2008 +0100
47097
47098     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
47099
47100     Dual format image code must properly handle all three FDT passing methods:
47101     - raw FDT blob passed
47102     - FDT blob embedded in the legacy uImage
47103     - FDT blob embedded in the new uImage
47104
47105     This patch enables proper raw FDT handling when no FIT imaeg support
47106     is compiled in. This is a bit tricky as we must dected FIT format even
47107     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
47108     blobs use tha same low level format (libfdt).
47109
47110     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47111
47112 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
47113 Author: Marian Balakowicz <m8@semihalf.com>
47114 Date:   Wed Feb 27 11:02:26 2008 +0100
47115
47116     [new uImage] POWERPC: Add image_get_fdt() routine
47117
47118     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
47119     (3) or embedded in the new uImage. For the (2) case embedding image must be
47120     verified before we get FDT from it. This patch factors out legacy image
47121     specific verification routine to the separate helper routine.
47122
47123     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47124     Acked-by: Kumar Gala <galak@kernel.crashing.org>
47125
47126 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
47127 Author: Marian Balakowicz <m8@semihalf.com>
47128 Date:   Wed Feb 27 11:02:07 2008 +0100
47129
47130     [new uImage] Add image_get_kernel() routine
47131
47132     Legacy image specific verification is factored out to a separate helper
47133     routine to keep get_kernel() generic and simple.
47134
47135     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47136     Acked-by: Kumar Gala <galak@kernel.crashing.org>
47137
47138 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
47139 Author: Marian Balakowicz <m8@semihalf.com>
47140 Date:   Wed Feb 27 11:01:04 2008 +0100
47141
47142     [new uImage] Move image verify flag to bootm_headers structure
47143
47144     Do not pass image verification flag directly to related routines.
47145     Simplify argument passing and move it to the bootm_header structure which
47146     contains curently processed image specific data and is already being passed
47147     on the argument list.
47148
47149     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47150     Acked-by: Kumar Gala <galak@kernel.crashing.org>
47151
47152 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
47153 Author: Marian Balakowicz <m8@semihalf.com>
47154 Date:   Wed Feb 27 11:00:47 2008 +0100
47155
47156     [Makefile] Sort COBJS in lib_<arch> Makefiles
47157
47158     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47159
47160 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
47161 Author: Marian Balakowicz <m8@semihalf.com>
47162 Date:   Wed Feb 27 11:00:47 2008 +0100
47163
47164     [new uImage] Optimize gen_get_image() flow control
47165
47166     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
47167     to do, update its control flow to better reflect that simple case.
47168
47169     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47170     Acked-by: Kumar Gala <galak@kernel.crashing.org>
47171
47172 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
47173 Author: Marian Balakowicz <m8@semihalf.com>
47174 Date:   Mon Feb 4 08:28:17 2008 +0100
47175
47176     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
47177
47178     PPC specific FDT blob handling code is divided into two separate routines:
47179
47180     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
47181     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
47182
47183     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47184     Acked-by: Kumar Gala <galak@kernel.crashing.org>
47185
47186 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
47187 Author: Jon Loeliger <jdl@freescale.com>
47188 Date:   Mon Feb 25 13:13:37 2008 -0600
47189
47190     86xx: Fix renamed GUR symbols in sbc8641d board.
47191
47192     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
47193     (86xx: Fix GUR PCI config registers properly), we should have
47194     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
47195     symbols in the sbc8641d board as well.  Fix this oversight.
47196
47197     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47198
47199 commit 64cd594e623c39f73964d18787763e4533f791f7
47200 Author: Stefan Roese <sr@denx.de>
47201 Date:   Mon Feb 25 16:50:48 2008 +0100
47202
47203     ppc4xx: Fix acadia_nand build problem
47204
47205     Don't include testdram() on NAND-booting target acadia_nand. This saves
47206     a few bytes and makes the target build clean again.
47207
47208     Signed-off-by: Stefan Roese <sr@denx.de>
47209
47210 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
47211 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47212 Date:   Sun Feb 24 23:03:12 2008 +0000
47213
47214     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
47215
47216     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47217
47218 commit 724902c8464e610642b3a170278b99710325888e
47219 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47220 Date:   Sun Feb 24 23:03:11 2008 +0000
47221
47222     arm-imx: Fix registers definition
47223
47224     Sync registers definition with linux
47225
47226     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47227
47228 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
47229 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47230 Date:   Sun Feb 24 23:03:10 2008 +0000
47231
47232     actua1/actua2/actua3: Fix multipleunused variable
47233
47234     - actua1:
47235         actux1.c: In function 'checkboard':
47236         actux1.c:92: warning: unused variable 'revision'
47237
47238     - actua2:
47239         actux2.c: In function 'checkboard':
47240         actux2.c:100: warning: unused variable 's'
47241         actux2.c:99: warning: unused variable 'revision'
47242         actux2.c: In function 'reset_phy':
47243         actux2.c:130: warning: unused variable 'i'
47244
47245     - actua3:
47246         actux3.c: In function 'checkboard':
47247         actux3.c:114: warning: unused variable 'revision'
47248
47249     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47250
47251 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
47252 Author: Marian Balakowicz <m8@semihalf.com>
47253 Date:   Mon Feb 4 08:28:09 2008 +0100
47254
47255     [new uImage] Add dual format uImage support framework
47256
47257     This patch adds framework for dual format images. Format detection is added
47258     and the bootm controll flow is updated to include cases for new FIT format
47259     uImages.
47260
47261     When the legacy (image_header based) format is detected appropriate
47262     legacy specific handling is invoked. For the new (FIT based) format uImages
47263     dual boot framework has a minial support, that will only print out a
47264     corresponding debug messages. Implementation of the FIT specific handling will
47265     be added in following patches.
47266
47267     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47268
47269 commit b29661fc1151077776454288051bc9a488351ce8
47270 Author: Wolfgang Denk <wd@denx.de>
47271 Date:   Sun Feb 24 15:21:36 2008 +0100
47272
47273     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
47274
47275     Signed-off-by: Wolfgang Denk <wd@denx.de>
47276
47277 commit 00b48a48424894daa589d166d73277830b1c6ac4
47278 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47279 Date:   Sat Feb 23 12:15:56 2008 +0100
47280
47281     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
47282
47283     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47284
47285 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
47286 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47287 Date:   Sat Feb 23 17:24:16 2008 +0900
47288
47289     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
47290
47291     ----------------------------------------------------------------
47292     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
47293
47294     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
47295     32bit targets.
47296
47297     GCC can be made to warn about usage of long long types with ISO C90
47298     (-ansi), but only with -pedantic.  You can write this in a way that even
47299     then it doesn't cause warnings, namely by:
47300
47301     #ifdef __GNUC__
47302     __extension__ typedef __signed__ long long __s64;
47303     __extension__ typedef unsigned long long __u64;
47304     #endif
47305
47306     The __extension__ keyword in front of this switches off any pedantic
47307     warnings for this expression.
47308
47309     Signed-off-by: Olaf Hering <olh@suse.de>
47310     Cc: <linux-arch@vger.kernel.org>
47311     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
47312     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
47313     ----------------------------------------------------------------
47314
47315     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47316
47317 commit 208acd112e6517b21fc30c420396902b103563ac
47318 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47319 Date:   Sat Feb 23 17:07:57 2008 +0900
47320
47321     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
47322
47323     This will reduce the build time.
47324
47325     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47326
47327 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
47328 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47329 Date:   Sat Feb 23 17:05:00 2008 +0900
47330
47331     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
47332
47333     This will reduce the build time.
47334
47335     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47336
47337 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
47338 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47339 Date:   Sat Feb 23 16:58:41 2008 +0900
47340
47341     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
47342
47343     This reduces the build time by ~10%. Here's the gth2_config example.
47344
47345             BEFORE       AFTER
47346     real    0m31.441s    0m27.833s
47347     user    0m24.766s    0m23.045s
47348     sys     0m10.425s    0m7.468s
47349
47350     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47351
47352 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
47353 Author: Marcel Moolenaar <marcelm@juniper.net>
47354 Date:   Fri Feb 22 10:48:07 2008 -0800
47355
47356     make define2mk.sed work on FreeBSD
47357
47358     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
47359     the define2mk.sed script was identified as the source of the link
47360     failure on FreeBSD. The problem is that sed(1) does not always support
47361     the '+' operator. It isn't on FreeBSD. The attach patch implements the
47362     equivalent, using the '*' operator instead and should work everywhere.
47363
47364     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
47365
47366 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
47367 Author: Detlev Zundel <dzu@denx.de>
47368 Date:   Fri Feb 22 17:21:32 2008 +0100
47369
47370     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
47371
47372     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
47373     final traces of long-deprecated "ramdisk" kernel parm") makes these
47374     changes neccessary.
47375
47376     Signed-off-by: Detlev Zundel <dzu@denx.de>
47377
47378 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
47379 Author: Larry Johnson <lrj@acm.org>
47380 Date:   Thu Feb 21 13:58:16 2008 -0500
47381
47382     LM75 bug fix for negative temperatures
47383
47384     When the LM75 temperature sensor measures a temperature below 0 C, the
47385     current driver does not perform sign extension, so the result returned is
47386     256 C too high.  This patch fixes the problem.
47387
47388     Signed-off-by: Larry Johnson <lrj@acm.org>
47389
47390 commit 5a910c224b13e413bda41922379add6d75c32da3
47391 Author: Heiko Schocher <hs@denx.de>
47392 Date:   Thu Feb 21 18:33:45 2008 +0100
47393
47394     IDS8247: update MAINTAINER entry.
47395
47396     Signed-off-by: Heiko Schocher <hs@denx.de>
47397
47398 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
47399 Author: Heiko Schocher <hs@denx.de>
47400 Date:   Thu Feb 21 18:31:15 2008 +0100
47401
47402     Fix device tree for mgsuvd board.
47403
47404     Rename the "scc" node in "ethernet" for the mgsuvd board.
47405
47406     Signed-off-by: Heiko Schocher <hs@denx.de>
47407
47408 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
47409 Author: Yuri Tikhonov <yur@emcraft.com>
47410 Date:   Thu Feb 21 14:23:42 2008 +0100
47411
47412     lwmon5: enable hardware watchdog
47413
47414     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
47415     causing it to reboot the board if U-Boot does a long busy-wait with
47416     udelay(). Thus, for these boards we have to restart WD more
47417     frequently.
47418
47419     This patch splits the busy-wait udelay() into smaller, predefined,
47420     intervals, so that the watchdog timer may be resetted with the
47421     configurable (CONFIG_WD_PERIOD) interval.
47422
47423     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
47424
47425 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
47426 Author: Anatolij Gustschin <agust@denx.de>
47427 Date:   Thu Feb 21 12:52:29 2008 +0100
47428
47429     ppc4xx: Support for ATI Radeon 9200 card on sequoia
47430
47431     Adds configuration option for ATI Radeon 9200 card
47432     support to sequoia config file. If CONFIG_VIDEO
47433     is enabled, TEXT_BASE should be changed to 0xFFF80000.
47434
47435     Signed-off-by: Anatolij Gustschin <agust@denx.de>
47436
47437 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
47438 Author: Kumar Gala <galak@kernel.crashing.org>
47439 Date:   Mon Feb 18 08:18:07 2008 -0600
47440
47441     Remove duplicate defines for ARRAY_SIZE
47442
47443     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
47444     the define in common.h.
47445
47446     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47447
47448 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
47449 Author: Kumar Gala <galak@kernel.crashing.org>
47450 Date:   Mon Feb 18 08:09:37 2008 -0600
47451
47452     ppc: Allow boards to specify effective amount of memory
47453
47454     For historical reasons we limited the stack to 256M because some boards
47455     could only map that much via BATS.  However newer boards are capable of
47456     mapping more memory (for example 85xx is capable of doing up to 2G).
47457
47458     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47459
47460 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
47461 Author: Mike Frysinger <vapier@gentoo.org>
47462 Date:   Mon Feb 18 05:24:13 2008 -0500
47463
47464     include autoconf.mk before any other .mk files
47465
47466     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
47467     those .mk files can have make if statements based on the current config.
47468
47469     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47470
47471 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
47472 Author: Mike Frysinger <vapier@gentoo.org>
47473 Date:   Mon Feb 18 05:10:07 2008 -0500
47474
47475     error check autoconf.mk generation
47476
47477     If any of the steps for generating autoconf.mk fail currently, they go
47478     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
47479     This is simpler and more robust than placing '|| exit $$?' after every line.
47480
47481     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47482
47483 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
47484 Author: Stefano Babic <sbabic@denx.de>
47485 Date:   Mon Feb 18 08:03:51 2008 +0100
47486
47487     Fix bug in dependency checking
47488
47489     By adding VERSION_FILE to the PHONY targets the script
47490     /tools/setlocalversion is always called and version_autogenerated.h
47491     is replaced only if the script find a modified source file.
47492
47493     Signed-off-by: Stefano Babic <sbabic@denx.de>
47494
47495 commit 98ba144ccc912eee90dd42699f023c497ce774c6
47496 Author: Kyungmin Park <kmpark@infradead.org>
47497 Date:   Mon Feb 18 14:35:43 2008 +0900
47498
47499     Fix GPMC CS2 memory setup at apollon
47500
47501     It disables the current map first
47502
47503     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
47504
47505 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
47506 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47507 Date:   Sun Feb 17 23:52:46 2008 +0100
47508
47509     uli526x: Fix multiple differ in signedness and parentheses around comparison
47510
47511     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47512
47513 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
47514 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47515 Date:   Sun Feb 17 16:58:04 2008 +0100
47516
47517     MIPS: Fix CFG_NO_FLASH support
47518
47519     - Fix flash_init call when CFG_NO_FLASH is used
47520     - Remove no more needed flash.c for qemu-mips
47521
47522     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47523
47524 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
47525 Author: Mike Frysinger <vapier@gentoo.org>
47526 Date:   Sat Feb 16 02:40:18 2008 -0500
47527
47528     easylogo: clean up some more and add -r (rgb) support
47529
47530     Michael Hennerich added support for outputting an image in RGB format rather
47531     than forcing YUYV all the time.  This makes obvious sense if the display you
47532     have takes RGB input rather than YUYV.
47533
47534     Rather than hack in support for options, I've converted it to use getopt and
47535     cleaned up the argument parsing in the process.
47536
47537     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
47538     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47539
47540 commit f65c98129ccada3f7caf97d80395a95b84e911de
47541 Author: Mike Frysinger <vapier@gentoo.org>
47542 Date:   Sat Feb 16 02:12:37 2008 -0500
47543
47544     Makefile: add target for $(LDSCRIPT)
47545
47546     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
47547     then change into the board directory and try and create it.  This allows you
47548     to generate the linker script on the fly based upon board defines (like the
47549     Blackfin boards do).
47550
47551     There should be no regressions due to this change as the normal case is to
47552     already have a u-boot.lds file.  If that's the case, then there's nothing to
47553     generate, and so make will always exit.  The fix here is that if the linker
47554     script does not exist, the implicit rules take over and attempt to guess how
47555     to generate the file.
47556
47557     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47558
47559 commit 5583cbf736474ef754e128a54fb78632f57b48fd
47560 Author: Marian Balakowicz <m8@semihalf.com>
47561 Date:   Thu Feb 21 17:27:49 2008 +0100
47562
47563     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
47564
47565     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47566
47567 commit 2242f5369822bc7780db95c47985bb408ea9157b
47568 Author: Marian Balakowicz <m8@semihalf.com>
47569 Date:   Thu Feb 21 17:27:41 2008 +0100
47570
47571     [new uImage] Rename and move print_image_hdr() routine
47572
47573     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47574
47575 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
47576 Author: Marian Balakowicz <m8@semihalf.com>
47577 Date:   Thu Feb 21 17:20:20 2008 +0100
47578
47579     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
47580
47581     Introducing routines for parsing new uImage format bootm arguments:
47582     [<addr>]#<conf>             - configuration specification
47583     [<addr>]:<subimg>   - subimage specification
47584
47585     New format images can contain multiple subimages of the same type. For example
47586     a single new format image file can contain three kernels, two ramdisks and a
47587     couple of FDT blobs. Subimage and configuration specifications are extensions
47588     to bootm (and other image-related commands) arguments' syntax that allow to
47589     specify which particular subimage should be operated on.
47590
47591     Subimage specification is used to denote a particular subimage. Configurations
47592     are a bit more complex -- they are used to define a particualr booting setup,
47593     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
47594     etc.
47595
47596     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47597
47598 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
47599 Author: Marian Balakowicz <m8@semihalf.com>
47600 Date:   Thu Feb 21 17:20:19 2008 +0100
47601
47602     [new uImage] Add gen_get_image() routine
47603
47604     This routine assures that image (whether legacy or FIT) is not
47605     in a special dataflash storage.
47606
47607     If image address is a dataflash address image is moved to system RAM.
47608
47609     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47610
47611 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
47612 Author: Marian Balakowicz <m8@semihalf.com>
47613 Date:   Thu Feb 21 17:20:18 2008 +0100
47614
47615     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
47616
47617     New uImage format (Flattened Image Tree) requires libfdt
47618     functionality, print out error message if CONFIG_OF_LIBFDT
47619     is not defined.
47620
47621     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
47622     This commit turns it on by default.
47623
47624     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47625
47626 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
47627 Author: Michael Schwingen <michael@schwingen.org>
47628 Date:   Mon Feb 18 23:16:35 2008 +0100
47629
47630     CFI: Do not use uninitialized cmd_reset
47631
47632     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
47633     commands instead
47634
47635     From a short test, it looks like AMD-style flash roms treat *any* unknown
47636     command write as a reset, at least when in CFI Query mode, so issuing the
47637     Intel reset command to AMD-style flashs seems safe (from the small sample I
47638     have), plus the 3-cycle magic sequence should kick the state machine into
47639     the right state even without a reset command. Since the AMD-style flashs
47640     require the unlock sequence for real operation, I chose to try the AMD reset
47641     command first, so that Intel flashs do no see an invalid command prior to
47642     the CFI query.
47643
47644     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
47645     plus Intel StrataFlash.
47646
47647     Signed-off-by: Michael Schwingen <michael@schwingen.org>
47648     Signed-off-by: Stefan Roese <sr@denx.de>
47649
47650 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
47651 Author: Rafal Jaworowski <raj@semihalf.com>
47652 Date:   Thu Feb 21 11:56:44 2008 +0100
47653
47654     API: Add (c) and licensing notice to the public API header.
47655
47656     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
47657
47658 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
47659 Author: Yuri Tikhonov <yur@emcraft.com>
47660 Date:   Thu Feb 21 11:06:07 2008 +0100
47661
47662     Fix CPU POST test failure
47663
47664     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
47665     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
47666     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
47667     This patch just saves the CR value before running the test code, so allowing
47668     it to do anything it wants with CR.
47669
47670     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
47671     Acked-by: Yuri Tikhonov <yur@emcraft.com>
47672     --
47673
47674 commit d5908b093955415f3d340706378b991f911af671
47675 Author: Jon Loeliger <jdl@freescale.com>
47676 Date:   Wed Feb 20 15:26:51 2008 -0600
47677
47678     8610HPCD: Document the flashbank selection switches.
47679
47680     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47681
47682 commit a551cee99ad1d1da20fd23ad265de47448852f56
47683 Author: Jon Loeliger <jdl@freescale.com>
47684 Date:   Wed Feb 20 14:22:26 2008 -0600
47685
47686     86xx: Fix GUR PCI config registers properly.
47687
47688     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
47689     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
47690     botched it due to not realizing that 8610 and 8641 had different
47691     Global Utility Register defintions, one of which was like 85xx,
47692     and the other wasn't.  Correct this problem by introducing two
47693     symbols, one for each 86xx SoC, but neither of which is named
47694     anything like 85xx.
47695
47696     My bad.  Lovely Wednesday with git bisect.  You know.
47697
47698     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47699
47700 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
47701 Author: Jon Loeliger <jdl@freescale.com>
47702 Date:   Wed Feb 20 12:24:11 2008 -0600
47703
47704     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
47705
47706     Without an actual supported video card hooked up, enabling
47707     the CONFIG_VIDEO by default just makes it look broken by
47708     routing all console output to the video card.   Don't.
47709
47710     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47711
47712 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
47713 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47714 Date:   Wed Jan 30 15:08:15 2008 -0600
47715
47716     ColdFire: Fix missing code flash size for M5485EVB
47717
47718     Signed-off-by: James Mahan <kmahan@freescale.com>
47719     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47720
47721 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
47722 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47723 Date:   Wed Jan 30 15:04:42 2008 -0600
47724
47725     ColdFire: Fix 5282 and 5271 interrupt mask bit
47726
47727     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47728
47729 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
47730 Author: Jon Loeliger <jdl@freescale.com>
47731 Date:   Tue Feb 19 12:31:08 2008 -0600
47732
47733     8610HPCD: Fix typos in two PCI setup registers.
47734
47735     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
47736     were erroneously present as 85xx names and values, leftover from
47737     the clone wars.  Fix this by removing the 85xx cruft from the
47738     86xx codebase.
47739
47740     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47741
47742 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
47743 Author: Jon Loeliger <jdl@freescale.com>
47744 Date:   Mon Feb 18 14:01:56 2008 -0600
47745
47746     86xx: Convert sbc8641d to use libfdt.
47747
47748     This is the proper fix for a missing closing brace in the function
47749     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
47750     The ft_cpu_setup() function in mpc8641hpcn.c should have been
47751     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
47752     but was missed.  Only, the sbc8641d was nominally still using it.
47753     It all got ripped out, and the funcality that was in ft_board_setup()
47754     was refactored to remove the CPU portions into the new file
47755     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
47756
47757     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
47758
47759     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47760
47761 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
47762 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47763 Date:   Sun Feb 17 23:35:31 2008 +0100
47764
47765     mpc86xx: Fix unused variable 'config' and 'immap'
47766
47767     and remove useless CONFIG_DDR_INTERLEAVE
47768
47769     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47770
47771 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
47772 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47773 Date:   Sun Feb 17 23:03:36 2008 +0100
47774
47775     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
47776
47777     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47778
47779 commit b6f29c84c208a091f95a10cbc9852d729659ba20
47780 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47781 Date:   Sun Feb 17 14:15:31 2008 +0100
47782
47783     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
47784
47785     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47786
47787 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
47788 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47789 Date:   Sun Feb 17 14:15:32 2008 +0100
47790
47791     pxa: fix assignment from incompatible pointer type
47792
47793     fix mmc_bread function prototype
47794
47795     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47796
47797 commit 64d792063fff90b8118179b092feee09fe5cae13
47798 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47799 Date:   Sun Feb 17 14:15:30 2008 +0100
47800
47801     at91cap9adk: fix implicit declaration of function 'eth_init'
47802
47803     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47804
47805 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
47806 Author: Wolfgang Denk <wd@denx.de>
47807 Date:   Sun Feb 17 15:43:44 2008 +0100
47808
47809     Remove files added by mistake, update CHANGELOG.
47810
47811     Signed-off-by: Wolfgang Denk <wd@denx.de>
47812
47813 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
47814 Author: Mike Nuss <mike@terascala.com>
47815 Date:   Wed Feb 6 11:10:11 2008 -0500
47816
47817     PPC440EPx: Optionally enable second I2C bus
47818
47819     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
47820     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
47821     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
47822
47823     Signed-off-by: Mike Nuss <mike@terascala.com>
47824     Cc: Stefan Roese <sr@denx.de>
47825
47826 commit ef5b4f221c22d05770878513951745f236b5b43f
47827 Author: Niklaus Giger <niklaus.giger@netstal.com>
47828 Date:   Tue Feb 5 10:26:44 2008 +0100
47829
47830     ppc4xx: HCU4/5. Cleanup configs
47831
47832     - hcu4.h: Removed define of CONFIG_PPC405GPr
47833     - Corrected phy addresses
47834     - Fix boot variables
47835     - Respect line length of 80 chars
47836
47837     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47838
47839 commit 74973126d1be63ac75bdc192f46234dca3a7c421
47840 Author: Niklaus Giger <niklaus.giger@netstal.com>
47841 Date:   Tue Feb 5 11:31:28 2008 +0100
47842
47843     ppc4xx: HCU4/5. Cleanups
47844
47845     - Fix some coding style violations.
47846     - Use in/out_u16/32 where appropriate.
47847     - Use register names from ppc405.h.
47848     - Fix trace useage for Lauterbach.
47849     - Remove obsolete generation HCU2.
47850     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
47851
47852     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47853
47854 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
47855 Author: Niklaus Giger <niklaus.giger@netstal.com>
47856 Date:   Tue Feb 5 10:26:41 2008 +0100
47857
47858     ppc4xx: PPC405GPr fix missing register definitions
47859
47860     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47861
47862 commit 214398d9cb22268d9d4f7563359edca0f78297a2
47863 Author: Larry Johnson <lrj@acm.org>
47864 Date:   Fri Jan 18 21:49:05 2008 -0500
47865
47866     ppc4xx: Beautify configuration files for Sequoia and Korat boards
47867
47868     Signed-off-by: Larry Johnson <lrj@acm.org>
47869
47870 commit 30c6a241e88499f536e86d325759e29ba00ff67f
47871 Author: Anatolij Gustschin <agust@denx.de>
47872 Date:   Fri Feb 15 20:09:01 2008 +0100
47873
47874     Wipe out assembler warnings while compiling x86 biosemu
47875
47876     This patch tries to get rid of some assembler warnings about
47877     changed .got2 section type while compiling x86 bios emulator
47878     code.
47879
47880     Signed-off-by: Anatolij Gustschin <agust@denx.de>
47881
47882 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
47883 Author: Wolfgang Denk <wd@denx.de>
47884 Date:   Fri Feb 15 00:57:09 2008 +0100
47885
47886     Prepare v1.3.2-rc1 release candidate
47887
47888 commit f33e9653c9c09868995d788511d573771c209fe5
47889 Author: Anatolij Gustschin <agust@denx.de>
47890 Date:   Fri Feb 15 00:13:20 2008 +0100
47891
47892     Fix compile warning on lib_ppc/board.c
47893
47894     Signed-off-by: Anatolij Gustschin <agust@denx.de>
47895
47896 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
47897 Author: Anatolij Gustschin <agust@denx.de>
47898 Date:   Thu Feb 14 18:22:04 2008 +0100
47899
47900     Add Radeon Mobility 9200 pci device id to the radeon driver
47901
47902     This patch extends PCI device id table of the
47903     radeon driver so that the driver will also support
47904     Radeon Mobility 9200 (M9+) based boards.
47905
47906     Signed-off-by: Anatolij Gustschin <agust@denx.de>
47907
47908 commit 1b8607e1f7143548c6062c28371449ec69588c00
47909 Author: Anatolij Gustschin <agust@denx.de>
47910 Date:   Thu Feb 14 18:19:50 2008 +0100
47911
47912     Extend ATI Radeon driver to support more video modes
47913
47914     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
47915     800x600, 640x480 at 24, 16 and 8 bpp.
47916
47917     Signed-off-by: Anatolij Gustschin <agust@denx.de>
47918
47919 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
47920 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47921 Date:   Sun Feb 10 17:05:20 2008 +0100
47922
47923     xsengine: fix typo and few coding style
47924
47925     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47926
47927 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
47928 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
47929 Date:   Fri Feb 8 21:25:58 2008 +0100
47930
47931     Fix wrong memory limit calculation in memory-test
47932
47933     If the length of the memory address range passed to the "mtest" command is
47934     not of the form 2^x - 1, not all address lines are tested. This bug is
47935     inherited from the original software at
47936     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
47937     this.
47938
47939     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
47940
47941 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
47942 Author: Wolfgang Denk <wd@denx.de>
47943 Date:   Fri Feb 15 00:11:39 2008 +0100
47944
47945     Coding STyle cleanup.
47946
47947     Signed-off-by: Wolfgang Denk <wd@denx.de>
47948
47949 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
47950 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47951 Date:   Tue Feb 5 13:30:43 2008 +0900
47952
47953     sh: Fix register address of SH7722
47954
47955     The address of SH7722 is wrong by old document.
47956     This patch fixes this problem.
47957
47958     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47959
47960 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
47961 Author: Mike Frysinger <vapier@gentoo.org>
47962 Date:   Mon Feb 4 17:44:23 2008 -0500
47963
47964     only update version header as needed
47965
47966     Constantly rebuilding the version header will force useless relinking, so we
47967     simply need to compare the new header with the existing one before updating
47968     it.
47969
47970     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47971
47972 commit 208447f8e953f347425eb92c8e28d59e6d911363
47973 Author: Mike Frysinger <vapier@gentoo.org>
47974 Date:   Mon Jan 28 05:56:19 2008 -0500
47975
47976     Do not specify a CROSS_COMPILE default when executing size
47977
47978     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47979
47980 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
47981 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
47982 Date:   Wed Feb 13 11:19:19 2008 +0100
47983
47984     Fix return value of mtest when CFG_ALT_MEMTEST set
47985
47986     Fix a missing return statement from a non-void function.
47987
47988     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
47989
47990 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
47991 Author: Timur Tabi <timur@freescale.com>
47992 Date:   Wed Jan 9 14:35:26 2008 -0600
47993
47994     85xx, 86xx: Determine I2C clock frequencies and store in global_data
47995
47996     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
47997
47998     Update the get_clocks() function in 85xx and 86xx to determine the I2C
47999     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
48000
48001     Signed-off-by: Timur Tabi <timur@freescale.com>
48002
48003 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
48004 Author: Wolfgang Denk <wd@denx.de>
48005 Date:   Thu Feb 14 23:18:01 2008 +0100
48006
48007     TQM834x: clean up configuration
48008
48009     Get board name consistent with Linux and elsewhere;
48010     get rid of local network definitions etc.
48011
48012     Signed-off-by: Wolfgang Denk <wd@denx.de>
48013
48014 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
48015 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48016 Date:   Thu Feb 14 08:02:12 2008 +0100
48017
48018     TFTP: fix search of ':' in BootFile
48019
48020     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48021
48022 commit 0bc9efada170096c6b273f19165e32936d330d80
48023 Author: Wolfgang Denk <wd@denx.de>
48024 Date:   Thu Feb 14 22:46:55 2008 +0100
48025
48026     Coding style cleanup; update CHANGELOG.
48027
48028     Signed-off-by: Wolfgang Denk <wd@denx.de>
48029
48030 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
48031 Author: Wolfgang Denk <wd@denx.de>
48032 Date:   Thu Feb 14 22:43:22 2008 +0100
48033
48034     PPC: Use r2 instead of r29 as global data pointer
48035
48036     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
48037     will refuse to use load/store multiple insns; instead, it issues a
48038     list of simple load/store instructions upon function entry and exit,
48039     resulting in bigger code size, which in turn makes the build for a
48040     few boards fail.
48041
48042     Use r2 instead.
48043
48044     Signed-off-by: Wolfgang Denk <wd@denx.de>
48045
48046 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
48047 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
48048 Date:   Wed Jan 30 09:08:49 2008 +0100
48049
48050     ARM: make the machid configurable via the environment
48051
48052     If the variable "machid" exists, let do_bootm_linux use that instead
48053     of bd->bi_arch_number.
48054
48055     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
48056
48057 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
48058 Author: Vlad Lungu <vlad@comsys.ro>
48059 Date:   Wed Jan 23 16:34:46 2008 +0200
48060
48061     Use #ifdef CONFIG_FSLDMAFEC
48062
48063     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
48064     fails
48065
48066     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
48067
48068 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
48069 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
48070 Date:   Sat Jan 19 10:25:59 2008 +0900
48071
48072     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
48073
48074     Current MII_DEBUG is confusing in two ways. One is useless define-then-
48075     undef at the top of the file. The other is there is only one debug() in
48076     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
48077     While there are many useful printf()/puts() debug codes, but they are for
48078     DEBUG, not for MII_DEBUG.
48079
48080     This patch tries to put them all together into MII_DEBUG and debug().
48081
48082     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
48083
48084 commit 751b9b5189f3274b03c809172631316d6b002c82
48085 Author: Kyungmin Park <kmpark@infradead.org>
48086 Date:   Thu Jan 17 16:43:25 2008 +0900
48087
48088     OneNAND Initial Program Loader (IPL) support
48089
48090     This patch enables the OneNAND boot within U-Boot.
48091     Before this work, we used another OneNAND IPL called X-Loader based
48092     on open source. With this work, we can build the oneboot.bin image
48093     without other program.
48094
48095     The build sequence is simple.
48096     First, it compiles the u-boot.bin
48097     Second, it compiles OneNAND IPL
48098     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
48099     The mechanism is similar with NAND boot except it boots from itself.
48100
48101     Another thing is that you can only use the OneNAND IPL only to work
48102     other bootloader such as RedBoot and so on.
48103
48104     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
48105
48106 commit 21f6f9636f0e978397548751347425fbf8d42bb3
48107 Author: Andy Fleming <afleming@freescale.com>
48108 Date:   Wed Jan 16 13:06:59 2008 -0600
48109
48110     Fix CONFIG_MMC usage in fat code
48111
48112     A #if statement in fat.c depended on CONFIG_MMC, instead of
48113     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
48114     as "1" rather than just defined.  Now it's better.
48115
48116     Signed-off-by: Andy Fleming <afleming@freescale.com>
48117
48118 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
48119 Author: Rafal Jaworowski <raj@semihalf.com>
48120 Date:   Tue Jan 15 12:52:31 2008 +0100
48121
48122     ppc: Refactor cache routines, so there is only one common set.
48123
48124     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
48125
48126 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
48127 Author: Jon Loeliger <jdl@jdl.com>
48128 Date:   Wed Jan 23 15:55:02 2008 -0600
48129
48130     86xx: Fix compilation warning in sys_eprom.c
48131
48132     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
48133
48134     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48135
48136 commit 65230107025733e89e28fd5e5cfd916d4953c28a
48137 Author: Haavard Skinnemoen <hskinnemoen at>
48138 Date:   Fri Feb 22 11:40:50 2008 +0000
48139
48140     Move AT91RM9200DK board support under board/atmel
48141
48142     We already have a vendor subdir for Atmel, so we should use it.
48143
48144     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
48145
48146 commit 6d0943a6be99977d6d853d51749e9963d68eb192
48147 Author: Andreas Engel <andreas.engel@ericsson.com>
48148 Date:   Mon Jan 14 09:06:52 2008 +0000
48149
48150     ARM: cleanup duplicated exception handlingcode
48151
48152     Move duplicated exception handling code into lib_arm.
48153
48154     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
48155
48156 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
48157 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
48158 Date:   Fri Feb 1 10:09:03 2008 +0000
48159
48160     Support for Artila M-501 starter kit
48161
48162     Kimmo Leppala / Sysart and
48163     Timo Tuunainen / Sysart
48164
48165 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
48166 Author: Stelian Pop <stelian@popies.net>
48167 Date:   Mon Feb 11 10:50:19 2008 +0000
48168
48169     AT91CAP9 support
48170
48171     ---------------------------------
48172
48173     read_dataflash() takes a signed char pointer as a parameter. Silence a
48174     few warnings dues to incorrect parameter types in env_dataflash.c.
48175
48176     Signed-off-by: Stelian Pop <stelian@popies.net>
48177
48178 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
48179 Author: Stelian Pop <stelian@popies.net>
48180 Date:   Thu Feb 7 09:42:57 2008 +0000
48181
48182     AT91CAP9 support : move board files to Atmel vendor directory.
48183
48184     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
48185
48186     Signed-off-by: Stelian Pop <stelian@popies.net>
48187
48188 commit 7263ef191b87da94768f762c7093bedeb70db98f
48189 Author: Stelian Pop <stelian at>
48190 Date:   Thu Jan 3 21:15:56 2008 +0000
48191
48192     AT91CAP9 support : MACB changes
48193
48194     Signed-off-by: Stelian Pop <stelian <at> popies.net>
48195     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
48196
48197 commit 6afcabf11d7321850f4feaadfee841488ace54c5
48198 Author: Stelian Pop <stelian@popies.net>
48199 Date:   Thu Feb 7 16:37:54 2008 +0000
48200
48201     AT91CAP9 support : board/ files
48202
48203     Signed-off-by: Stelian Pop <stelian@popies.net>
48204
48205 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
48206 Author: Stelian Pop <stelian at>
48207 Date:   Wed Jan 30 21:15:54 2008 +0000
48208
48209     AT91CAP9 support : cpu/ files
48210
48211     Signed-off-by: Stelian Pop <stelian <at> popies.net>
48212
48213 commit fa506a926cec348805143576c941f8e61b333cc0
48214 Author: Stelian Pop <stelian@popies.net>
48215 Date:   Thu Jan 31 21:15:53 2008 +0000
48216
48217     AT91CAP9 support : include/ files
48218
48219     Signed-off-by: Stelian Pop <stelian@popies.net>
48220
48221 commit 20b197c6f2799af399a68f96a1aff543a75621b8
48222 Author: Stelian Pop <stelian@popies.net>
48223 Date:   Sun Jan 20 19:49:21 2008 +0000
48224
48225     AT91CAP9 support : build integration
48226
48227     Signed-off-by: Stelian Pop <stelian@popies.net>
48228
48229 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
48230 Author: Stelian Pop <stelian@popies.net>
48231 Date:   Sun Jan 20 21:07:00 2008 +0000
48232
48233     Improve DataFlash CS definition.
48234
48235     Use a structure instead of the error prone unnamed array to
48236     define the possible dataflash banks.
48237
48238     Signed-off-by: Stelian Pop <stelian@popies.net>
48239
48240 commit a6cdd21b56014208706238712a853a9e9a0a2290
48241 Author: Stelian Pop <stelian@popies.net>
48242 Date:   Sat Jan 19 21:09:35 2008 +0000
48243
48244     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
48245
48246     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
48247
48248     cpu/arm926ejs/start.o: In function `cpu_init_crit':
48249     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
48250
48251     Signed-off-by: Stelian Pop <stelian@popies.net>
48252
48253 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
48254 Author: Peter Pearse <peter.pearse@arm.com>
48255 Date:   Fri Feb 1 16:50:24 2008 +0000
48256
48257     Fix timer overflow in DaVinci
48258     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
48259
48260 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
48261 Author: Peter Pearse <peter.pearse@arm.com>
48262 Date:   Fri Feb 1 16:49:08 2008 +0000
48263
48264     Update board NetStar
48265     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48266
48267 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
48268 Author: Niklaus Giger <niklaus.giger@netstal.com>
48269 Date:   Tue Feb 5 10:26:42 2008 +0100
48270
48271     ppc4xx: HCU4/5. Fix make O=../xx
48272
48273     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
48274
48275 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
48276 Author: Larry Johnson <lrj@acm.org>
48277 Date:   Tue Jan 22 08:51:59 2008 -0500
48278
48279     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
48280
48281     Signed-off-by: Larry Johnson <lrj@acm.org>
48282
48283 commit fe891ecf4d187e9d11dde869ed4623af52b54451
48284 Author: Hiroshi Ito <ito@mlb.co.jp>
48285 Date:   Thu Jan 31 18:35:04 2008 +0900
48286
48287     NFS Timeout with large files.
48288
48289     Retry to send NFS packet before reaching timeout.
48290
48291     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
48292
48293 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
48294 Author: Johannes Stezenbach <js@sig21.net>
48295 Date:   Tue Jan 29 00:11:25 2008 +0100
48296
48297     Add dependencies to avoid race conditions with parallel make.
48298
48299     Signed-off-by: Johannes Stezenbach <js@sig21.net>
48300
48301 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
48302 Author: Mike Frysinger <vapier@gentoo.org>
48303 Date:   Mon Jan 28 05:46:01 2008 -0500
48304
48305     Mark board_init_[fr] as noreturn
48306
48307     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48308
48309 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
48310 Author: Mike Frysinger <vapier@gentoo.org>
48311 Date:   Mon Jan 28 05:28:50 2008 -0500
48312
48313     Only use TEXT_BASE if defined by the board
48314
48315     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48316
48317 commit 1b769881750030f10743808b9d6013e11f559350
48318 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48319 Date:   Fri Jan 25 07:54:47 2008 +0100
48320
48321     Fix remaining CONFIG_COMMANDS
48322
48323     update comments
48324     Fix coding style
48325
48326     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48327
48328 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
48329 Author: Niklaus Giger <niklaus.giger@netstal.com>
48330 Date:   Mon Jan 21 16:46:00 2008 +0100
48331
48332     Add *~ to .gitignore
48333
48334     One should never add a backup file ending in with ~ to the git repository.
48335
48336     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
48337
48338 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
48339 Author: Kumar Gala <galak@kernel.crashing.org>
48340 Date:   Thu Jan 17 00:02:10 2008 -0600
48341
48342     Remove duplicate defines for ARRAY_SIZE
48343
48344     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48345
48346 commit c77ce474b1c57b13e9d36d9830f147966c143694
48347 Author: Stelian Pop <stelian@popies.net>
48348 Date:   Mon Jan 14 22:08:14 2008 +0100
48349
48350     Fix incorrect address test in AT91F_DataflashSelect().
48351
48352     Signed-off-by: Stelian Pop <stelian@popies.net>
48353
48354 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
48355 Author: Kumar Gala <galak@kernel.crashing.org>
48356 Date:   Wed Feb 13 15:09:58 2008 -0600
48357
48358     Fix building of fdt_support.c if DEBUG set
48359
48360     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48361
48362 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
48363 Author: Jon Loeliger <jdl@freescale.com>
48364 Date:   Tue Feb 12 14:53:28 2008 -0600
48365
48366     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
48367
48368     These replace direct structure references for IMMR sections.
48369
48370     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48371
48372 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
48373 Author: Wolfgang Denk <wd@denx.de>
48374 Date:   Tue Feb 12 00:45:06 2008 +0100
48375
48376     Get rid of "#undef DEBUG" from board config files.
48377
48378     Signed-off-by: Wolfgang Denk <wd@denx.de>
48379
48380 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
48381 Author: Timur Tabi <timur@freescale.com>
48382 Date:   Tue Jan 15 17:09:41 2008 -0600
48383
48384     Remove #undef DEBUG from MPC83xx board header files
48385
48386     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
48387     The inclusion of this line makes it impossible to enable debug code in
48388     other source files, because "#define DEBUG" typically needs to be defined
48389     before any header files are included.
48390
48391     Signed-off-by: Timur Tabi <timur@freescale.com>
48392
48393 commit 69018ce2e086e9caf35b914d675b82bc4888f077
48394 Author: Kumar Gala <galak@kernel.crashing.org>
48395 Date:   Thu Jan 17 08:25:45 2008 -0600
48396
48397     QE: Move FDT support into a common file
48398
48399     Move the flat device tree setup for QE related devices into
48400     a common file shared between 83xx & 85xx platforms that have QE's.
48401
48402     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48403
48404 commit 5cf746c303710329f8040d9c62ee354313e3e91f
48405 Author: Marian Balakowicz <m8@semihalf.com>
48406 Date:   Thu Jan 31 13:59:09 2008 +0100
48407
48408     [new uImage] Move kernel data find code to get_kernel() routine
48409
48410     Verification of the kernel image (in old format) and finding kernel
48411     data is moved to a dedicated routine. The routine will also hold
48412     support for, to be added, new image format.
48413
48414     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48415
48416 commit 7b325454fd231d4273de3fe373850f777fb086bf
48417 Author: Marian Balakowicz <m8@semihalf.com>
48418 Date:   Thu Jan 31 13:58:20 2008 +0100
48419
48420     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
48421
48422     Move FDT blob finding and relocation to a dedicated
48423     get_fdt() routine. It increases code readability and
48424     will make adding support for new uImage format easier.
48425
48426     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48427
48428 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
48429 Author: Marian Balakowicz <m8@semihalf.com>
48430 Date:   Thu Jan 31 13:58:13 2008 +0100
48431
48432     [new uImage] Cleanup do_botm_linux() boot allocations
48433
48434     This patch moves common pre-boot allocation steps shared between PPC
48435     and M68K to a helper routines:
48436
48437     common:
48438     - get_boot_sp_limit()
48439     - get_boot_cmline()
48440     - get_boot_kbd()
48441
48442     platform:
48443     - set_clocks_in_mhz()
48444
48445     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48446
48447 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
48448 Author: Marian Balakowicz <m8@semihalf.com>
48449 Date:   Thu Jan 31 13:57:17 2008 +0100
48450
48451     [new uImage] Move ramdisk loading to a common routine
48452
48453     Ramdisk loading code, including initrd_high variable handling,
48454     was duplicated for PPC and M68K platforms. This patch creates
48455     common helper routine that is being called from both platform
48456     do_bootm_linux() routines.
48457
48458     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48459
48460 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
48461 Author: Marian Balakowicz <m8@semihalf.com>
48462 Date:   Thu Jan 31 13:55:53 2008 +0100
48463
48464     [new uImage] Removed dead ramdisk code on microblaze architectures
48465
48466     Microblaze do_bootm_linux() includes ramdisk processing code but
48467     the ramdisk does not get used anywhere later on.
48468
48469     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48470
48471 commit 5ad03eb3854c162684222a718b44c0716ea0db03
48472 Author: Marian Balakowicz <m8@semihalf.com>
48473 Date:   Thu Jan 31 13:55:39 2008 +0100
48474
48475     [new uImage] Factor out common image_get_ramdisk() routine
48476
48477     Architecture specific do_bootm_linux() routines share common
48478     ramdisk image processing code. Move this code to a common
48479     helper routine.
48480
48481     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48482
48483 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
48484 Author: Marian Balakowicz <m8@semihalf.com>
48485 Date:   Thu Jan 31 13:20:08 2008 +0100
48486
48487     [new uImage] Move FDT error printing to common fdt_error() routine
48488
48489     FDT error handling in PPC do_bootm_linux() shares the same message format.
48490     This patch moves error message printing to a helper fdt_error() routine.
48491
48492     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48493     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
48494
48495 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
48496 Author: Marian Balakowicz <m8@semihalf.com>
48497 Date:   Thu Jan 31 13:20:07 2008 +0100
48498
48499     [new uImage] Factor out common routines for getting os/arch/type/comp names
48500
48501     Move numeric-id to name translation for image os/arch/type/comp header
48502     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
48503     image_get_type_name(), image_get_comp_name().
48504
48505     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48506
48507 commit e99c26694a384221d336f6448c06a57479c0baa4
48508 Author: Marian Balakowicz <m8@semihalf.com>
48509 Date:   Thu Jan 31 13:20:07 2008 +0100
48510
48511     [new uImage] Remove standalone applications handling from boootm
48512
48513     Standalone applications are supposed to be run using the "go" command.
48514     This patch removes standalone images handling from the do_bootm().
48515
48516     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48517
48518 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
48519 Author: Marian Balakowicz <m8@semihalf.com>
48520 Date:   Thu Jan 31 13:20:07 2008 +0100
48521
48522     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
48523
48524     Support for OF_FLAT_TREE is to be obsoleted in the near future,
48525     remove related code from the bootm routines.
48526
48527     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48528
48529 commit 82850f3d32a2661868ec6876bed7a22c55cef718
48530 Author: Marian Balakowicz <m8@semihalf.com>
48531 Date:   Thu Jan 31 13:20:06 2008 +0100
48532
48533     [new uImage] Use image API in SH do_bootm_linux() routine
48534
48535     Introduce image handling API for lately added Hitachi SH architecture.
48536
48537     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48538
48539 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
48540 Author: Marian Balakowicz <m8@semihalf.com>
48541 Date:   Thu Jan 31 13:20:06 2008 +0100
48542
48543     [new uImage] Rename architecture specific bootm code files
48544
48545     Implementation of the do_bootm_linux() and other bootm helper routines is
48546     architecture specific code. As such it resides in lib_<arch> directories
48547     in files named <arch>_linux.c
48548
48549     This patch renames those files to a more clear and accurate
48550     lib_<arch>/bootm.c form.
48551
48552     List of the renamed files:
48553        lib_arm/armlinux.c -> lib_arm/bootm.c
48554        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
48555        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
48556        lib_i386/i386_linux.c -> lib_i386/bootm.c
48557        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
48558        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
48559        lib_mips/mips_linux.c -> lib_mips/bootm.c
48560        lib_nios/nios_linux.c -> lib_nios/bootm.c
48561        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
48562        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
48563        lib_sh/sh_linux.c -> lib_sh/bootm.c
48564
48565     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48566
48567 commit 7582438c285bf0cef82909d0f232de64ec567a8a
48568 Author: Marian Balakowicz <m8@semihalf.com>
48569 Date:   Thu Jan 31 13:20:06 2008 +0100
48570
48571     [new uImage] Return error on image move/uncompress overwrites
48572
48573     Check for overwrites during image move/uncompress, return with error
48574     when the original image gets corrupted. Report clear message to the user
48575     and prevent further troubles when pointer to the corrupted images is passed
48576     to do_bootm_linux routine.
48577
48578     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48579
48580 commit f13e7b2e993c61fed1f607962501e051940d6e80
48581 Author: Marian Balakowicz <m8@semihalf.com>
48582 Date:   Tue Jan 8 18:12:17 2008 +0100
48583
48584     [new uImage] Cleanup image header pointer use in bootm code
48585
48586     - use single image header pointer instead of a set of auxilliary variables.
48587     - add multi component image helper routines: get component size/data address
48588
48589     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48590
48591 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
48592 Author: Marian Balakowicz <m8@semihalf.com>
48593 Date:   Tue Jan 8 18:17:10 2008 +0100
48594
48595     [new uImage] Cleanup cmd_bootm.c
48596
48597     - sort and cleanup headers, declarations, etc.
48598     - group related routines
48599     - cleanup indentation, white spaces
48600
48601     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48602
48603 commit af13cdbc01eaf88880978bfb4f603e012818ba24
48604 Author: Marian Balakowicz <m8@semihalf.com>
48605 Date:   Tue Jan 8 18:11:45 2008 +0100
48606
48607     [new uImage] Add memmove_wd() common routine
48608
48609     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
48610
48611     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48612
48613 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
48614 Author: Marian Balakowicz <m8@semihalf.com>
48615 Date:   Tue Jan 8 18:11:44 2008 +0100
48616
48617     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
48618
48619     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48620
48621 commit 15158971f49255ccef54f0979a942cfd3de2ae52
48622 Author: Marian Balakowicz <m8@semihalf.com>
48623 Date:   Tue Jan 8 18:11:44 2008 +0100
48624
48625     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
48626
48627     Use image header copy instead of a (possibly corrupted) pointer to
48628     a initial image location.
48629
48630     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48631
48632 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
48633 Author: Marian Balakowicz <m8@semihalf.com>
48634 Date:   Tue Jan 8 18:11:44 2008 +0100
48635
48636     [new uImage] Remove I386 uImage fake_header() routine
48637
48638     I386 targets are not using a uImage format, instead fake header
48639     is added to ram image before it is further processed by bootm.
48640
48641     Remove this fixup and force proper uImage use for I386.
48642
48643     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48644
48645 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
48646 Author: Marian Balakowicz <m8@semihalf.com>
48647 Date:   Tue Jan 8 18:11:44 2008 +0100
48648
48649     [new uImage] Move CHUNKSZ definition to image.h
48650
48651     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
48652     move this definition to a common header.
48653
48654     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48655
48656 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
48657 Author: Marian Balakowicz <m8@semihalf.com>
48658 Date:   Tue Jan 8 18:11:43 2008 +0100
48659
48660     [new uImage] Move gunzip() common code to common/gunzip.c
48661
48662     Move gunzip(), zalloc() and zfree() to a separate file.
48663     Share zalloc() and zfree() with cramfs uncompress routine.
48664
48665     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48666
48667 commit d45d5a18b6b36688f2365623f9d550566c664b5b
48668 Author: Marian Balakowicz <m8@semihalf.com>
48669 Date:   Tue Jan 8 18:11:43 2008 +0100
48670
48671     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
48672
48673     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
48674     readable in PPC variant of do_bootm_linux() routine.
48675
48676     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48677
48678 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
48679 Author: Marian Balakowicz <m8@semihalf.com>
48680 Date:   Tue Jan 8 18:11:43 2008 +0100
48681
48682     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
48683
48684     PPC implementation of do_bootm_linux() routine is moved to
48685     a dedicated file lib_ppc/ppc_linux.c
48686
48687     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48688
48689 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
48690 Author: Marian Balakowicz <m8@semihalf.com>
48691 Date:   Tue Jan 8 18:14:09 2008 +0100
48692
48693     [new uImage] Define a API for image handling operations
48694
48695     - Add inline helper macros for basic header processing
48696     - Move common non inline code common/image.c
48697     - Replace direct header access with the API routines
48698     - Rename IH_CPU_* to IH_ARCH_*
48699
48700     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48701
48702 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
48703 Author: Marian Balakowicz <m8@semihalf.com>
48704 Date:   Thu Jan 31 13:19:58 2008 +0100
48705
48706     Add missing cmd_ximg.o to common/Makefile
48707
48708     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
48709
48710 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
48711 Author: Grzegorz Bernacki <gjb@semihalf.com>
48712 Date:   Mon Jan 28 10:15:02 2008 +0100
48713
48714     ADS5121e: DDR2 init/timing update.
48715
48716     Signed-off-by: John Rigby <jrigby@freescale.com>
48717     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48718
48719 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
48720 Author: John Rigby <jrigby@freescale.com>
48721 Date:   Wed Jan 30 13:36:57 2008 -0700
48722
48723     Device tree updates
48724
48725     Changes to match 5121 device tree going mainline in 2.6.25.
48726
48727     Change OF_SOC from "soc5121" to plain "soc".
48728     Remove unneeded "ref-frequency" fixups.
48729     Remove "address" enetaddr fixup.
48730
48731     Add bus-frequency fixup for old OF_SOC so old
48732     kernels with old device trees will work with new
48733     u-boot with 66MHz IPS clock
48734
48735     Signed-off-by: John Rigby <jrigby@freescale.com>
48736
48737 commit de55d18df3ff2ea614624e74793de7c43520e0e7
48738 Author: John Rigby <jrigby@freescale.com>
48739 Date:   Wed Jan 30 13:36:56 2008 -0700
48740
48741     Change IPS freq to 66MHz
48742
48743     Recommended frequency is 66MHz
48744     Change divider from 4 to 3.
48745
48746     Signed-off-by: John Rigby <jrigby@freescale.com>
48747
48748 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
48749 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48750 Date:   Mon Jan 14 22:38:55 2008 +0100
48751
48752     xsengine: rename board_post_init to board_late_init
48753
48754     missing migration from "Cleanup of some init functions"
48755     in c837dcb1a316745092567bfe4fb266d0941884ff
48756
48757     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48758
48759 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
48760 Author: Larry Johnson <lrj@acm.org>
48761 Date:   Sat Jan 12 23:35:33 2008 -0500
48762
48763     Add attribute POST_PREREL to ECC memory POST
48764
48765     Signed-off-by: Larry Johnson <lrj@acm.org>
48766
48767 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
48768 Author: Kumar Gala <galak@kernel.crashing.org>
48769 Date:   Thu Jan 17 08:25:45 2008 -0600
48770
48771     QE: Move FDT support into a common file
48772
48773     Move the flat device tree setup for QE related devices into
48774     a common file shared between 83xx & 85xx platforms that have QE's.
48775
48776     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48777
48778 commit d38da537943cd36356b9d3d9d9b60533554b81d8
48779 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48780 Date:   Wed Jan 23 17:20:14 2008 +0100
48781
48782     AVR32: Make SDRAM refresh rate configurable
48783
48784     The existing code assumes the SDRAM row refresh period should always
48785     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
48786     refresh rate should really be 7.81 us.
48787
48788     Add a refresh_period member to struct sdram_info and initialize it
48789     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
48790     panic() until the refresh_period member is updated properly.
48791
48792     Big thanks to Gerhard Berghofer for pointing out this issue.
48793
48794     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48795
48796 commit 61151cccb660cdb06a07fb283de6089913d7bde0
48797 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48798 Date:   Thu Apr 19 10:10:11 2007 +0200
48799
48800     ATSTK1000: Fix potential flash programming bug
48801
48802     The (now obsolete) atngw100 flash programming code was having problems
48803     programming the onboard at49bv642 chip. The atstk1000 flash
48804     programming code may have the same bug, so import fix for this problem
48805     from the AVR32 Linux BSP.
48806
48807     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48808
48809 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
48810 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48811 Date:   Thu Nov 22 17:04:13 2007 +0100
48812
48813     ATSTK1004: Fix comment about default load address
48814
48815     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
48816     wouldn't have worked anyway since the board can only access 4MB of
48817     SDRAM.
48818
48819     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48820
48821 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
48822 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48823 Date:   Thu Nov 22 17:01:24 2007 +0100
48824
48825     ATSTK1002: Use SDRAM + 4MB as default load address
48826
48827     Many people run into problems when they compile a big kernel and load
48828     the uImage at the default SDRAM + 2MB address as the kernel will
48829     overwrite the uImage as it is being unpacked. Increase the default
48830     load address so that we can load a 4MB kernel image without any
48831     problems.
48832
48833     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48834
48835 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
48836 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48837 Date:   Thu Nov 22 16:51:39 2007 +0100
48838
48839     ATNGW100: Fix default mtest range
48840
48841     Let mtest cover the whole SDRAM except the last megabyte, which is
48842     where u-boot lives.
48843
48844     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48845
48846 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
48847 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48848 Date:   Tue Jan 22 15:31:56 2008 +0900
48849
48850     sh: Fix register address of SH7722.
48851
48852     The address of SH7722 is wrong by old document.
48853     This patch fixes this problem.
48854
48855     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48856
48857 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
48858 Author: Mike Frysinger <vapier@gentoo.org>
48859 Date:   Mon Feb 4 19:26:57 2008 -0500
48860
48861     new command for displaying strings at specified memory locations
48862
48863     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48864
48865 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
48866 Author: Mike Frysinger <vapier@gentoo.org>
48867 Date:   Mon Feb 4 19:26:57 2008 -0500
48868
48869     rewrite/cleanup Blackfin RTC driver
48870
48871     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48872
48873 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
48874 Author: Mike Frysinger <vapier@gentoo.org>
48875 Date:   Mon Feb 4 19:26:57 2008 -0500
48876
48877     generate u-boot.ldr for Blackfin targets
48878
48879     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48880
48881 commit b779f7a59530436040f157f7841db7ab796542df
48882 Author: Mike Frysinger <vapier@gentoo.org>
48883 Date:   Mon Feb 4 19:26:57 2008 -0500
48884
48885     scrub unused symbols
48886
48887     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48888
48889 commit cc2977acc3bbbb7850f16645dd1081f95335868d
48890 Author: Mike Frysinger <vapier@gentoo.org>
48891 Date:   Mon Feb 4 19:26:57 2008 -0500
48892
48893     move Blackfin cpu object list to respective cpu directories
48894
48895     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48896
48897 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
48898 Author: Mike Frysinger <vapier@gentoo.org>
48899 Date:   Mon Feb 4 19:26:57 2008 -0500
48900
48901     interface to Blackfin on-chip One-Time-Programmable memory
48902
48903     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48904
48905 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
48906 Author: Mike Frysinger <vapier@gentoo.org>
48907 Date:   Mon Feb 4 19:26:56 2008 -0500
48908
48909     add support for memory commands with Blackfin L1 instruction memory
48910
48911     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48912
48913 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
48914 Author: Mike Frysinger <vapier@gentoo.org>
48915 Date:   Mon Feb 4 19:26:56 2008 -0500
48916
48917     use C code rather than inline assembly
48918
48919     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48920
48921 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
48922 Author: Mike Frysinger <vapier@gentoo.org>
48923 Date:   Mon Feb 4 19:26:56 2008 -0500
48924
48925     add Blackfin-specific reginfo command
48926
48927     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48928
48929 commit 0858b835e7ea501ea084d34cef75932f098342bb
48930 Author: Mike Frysinger <vapier@gentoo.org>
48931 Date:   Mon Feb 4 19:26:55 2008 -0500
48932
48933     add support for Blackfin symbol prefixes to examples
48934
48935     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48936
48937 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
48938 Author: Mike Frysinger <vapier@gentoo.org>
48939 Date:   Mon Feb 4 19:26:55 2008 -0500
48940
48941     add Blackfin-specific bdinfo command
48942
48943     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48944
48945 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
48946 Author: Mike Frysinger <vapier@gentoo.org>
48947 Date:   Mon Feb 4 19:26:55 2008 -0500
48948
48949     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
48950
48951     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48952
48953 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
48954 Author: Mike Frysinger <vapier@gentoo.org>
48955 Date:   Mon Feb 4 19:26:55 2008 -0500
48956
48957     unify the Blackfin board targets
48958
48959     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48960
48961 commit d4d7730853e5d675f76ec666807da3028c91d592
48962 Author: Mike Frysinger <vapier@gentoo.org>
48963 Date:   Mon Feb 4 19:26:55 2008 -0500
48964
48965     punt Blackfin VDSP headers and import sanitized/auto-generated ones
48966
48967     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48968
48969 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
48970 Author: Mike Frysinger <vapier@gentoo.org>
48971 Date:   Mon Feb 4 19:26:54 2008 -0500
48972
48973     always pull in asm/blackfin.h for Blackfin ports
48974
48975     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48976
48977 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
48978 Author: Mike Frysinger <vapier@gentoo.org>
48979 Date:   Mon Feb 4 19:26:54 2008 -0500
48980
48981     add missing __raw versions of Blackfin read/write io functions
48982
48983     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48984
48985 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
48986 Author: Mike Frysinger <vapier@gentoo.org>
48987 Date:   Mon Feb 4 19:26:54 2008 -0500
48988
48989     add the default Blackfin logo used by Blackfin boards with splash screens
48990
48991     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48992
48993 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
48994 Author: Mike Frysinger <vapier@gentoo.org>
48995 Date:   Mon Feb 4 19:26:54 2008 -0500
48996
48997     add some more Blackfin docs
48998
48999     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49000
49001 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
49002 Author: Mike Frysinger <vapier@gentoo.org>
49003 Date:   Mon Feb 4 19:26:54 2008 -0500
49004
49005     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
49006
49007     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49008
49009 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
49010 Author: Mike Frysinger <vapier@gentoo.org>
49011 Date:   Mon Feb 4 19:26:54 2008 -0500
49012
49013     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
49014
49015     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49016
49017 commit b45264ee85cbd92020640a32e02fb434fd557108
49018 Author: Mike Frysinger <vapier@gentoo.org>
49019 Date:   Mon Feb 4 19:26:53 2008 -0500
49020
49021     add gitignores for Blackfin pieces
49022
49023     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49024
49025 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
49026 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49027 Date:   Fri Jan 18 01:14:03 2008 +0100
49028
49029     TFTP: add host ip addr support
49030
49031     allow to use a different server as set in serverip
49032     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
49033     if not defined the max length will be at 128
49034
49035     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49036
49037 commit e56b4b494cd92def577969f9678395aa22d34c9f
49038 Author: Timur Tabi <timur@freescale.com>
49039 Date:   Wed Jan 9 14:35:26 2008 -0600
49040
49041     85xx,86xx: Determine I2C clock frequencies and store in global_data
49042
49043     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
49044
49045     Update the get_clocks() function in 85xx and 86xx to determine the I2C
49046     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
49047
49048     Signed-off-by: Timur Tabi <timur@freescale.com>
49049
49050 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
49051 Author: Wolfgang Denk <wd@denx.de>
49052 Date:   Thu Dec 27 10:56:54 2007 +0100
49053
49054     OMAP5912: fix FIFO handling in UART driver
49055
49056     According to the OMAP5912 Serial Interfaces Reference Guide (see
49057     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
49058     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
49059     changed when the baud clock is not running, i. e. when both DLL and
49060     DLH are set to 0.
49061
49062     Thus make sure that DLL and DLH are 0 when writing the FCR.
49063
49064     Signed-off-by: Wolfgang Denk <wd@denx.de>
49065
49066 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
49067 Author: Harald Welte <laforge@openmoko.org>
49068 Date:   Wed Dec 19 15:10:52 2007 +0100
49069
49070     ARM: S3C24x0 SoC NAND controller support
49071
49072     This patch adds NAND support to the S3C24x0 SoC code in u-boot
49073
49074     Signed-off-by: Harald Welte <laforge@openmoko.org>
49075
49076 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
49077 Author: Harald Welte <laforge@openmoko.org>
49078 Date:   Wed Dec 19 14:24:40 2007 +0100
49079
49080     ARM: s3c24xx: Multiple serial port support
49081
49082     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
49083
49084     Signed-off-by: Harald Welte <laforge@openmoko.org>
49085
49086 commit a25f72f1f73a11de68251fb88c89991e202e68fa
49087 Author: Harald Welte <laforge@openmoko.org>
49088 Date:   Wed Dec 19 14:16:57 2007 +0100
49089
49090     ARM: arm920t: Allow use of 'gd' pointer from IRQ
49091
49092     This patch allows us to use the 'gd' pointer (and thus environment
49093     and everything else associated with it) from interrupt context on
49094     arm920t.
49095
49096     Signed-off-by: Harald Welte <laforge@openmoko.org>
49097
49098 commit be19bd5cd0f454b63298844a0b5377e029b2caad
49099 Author: Harald Welte <laforge@openmoko.org>
49100 Date:   Wed Dec 19 14:19:38 2007 +0100
49101
49102     ARM: arm920/s3c24xx: IRQ demulitplexer callback
49103
49104     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
49105     plus a stub implementation of it for the S3C2410.
49106
49107     The purpose is to allow arm920t implementations such as the s3c24x0 to
49108     implement interrupt handlers in u-boot without having to touch core
49109     arm920t code.
49110
49111     Signed-off-by: Harald Welte <laforge@openmoko.org>
49112
49113 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
49114 Author: Hebbar <gururajakr@sanyo.co.in>
49115 Date:   Tue Dec 18 16:03:07 2007 -0800
49116
49117     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
49118
49119     Add ifdef to bdinfo command to display ethernet information
49120     only if CONFIG_CMD_NET is defined for arm modules.
49121
49122     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
49123
49124 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
49125 Author: Hebbar <gururajakr@sanyo.co.in>
49126 Date:   Tue Dec 18 16:00:54 2007 -0800
49127
49128     ARM: add I2C init function call in lib_arm/board.c
49129
49130     Adds I2C init func call to init sequence for ARM boards. This is
49131     present in ppc,blackfin and other processor init sequence.
49132
49133     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
49134
49135 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
49136 Author: Stefan Roese <sr@denx.de>
49137 Date:   Fri Feb 1 09:38:29 2008 +0100
49138
49139     ppc4xx: Fix ndfc HW ECC byte order
49140
49141     The current ndfc HW ECC implementation swaps the first two ECC bytes.
49142     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
49143     so this swapping in the HW ECC driver is bogus. This patch fixes this
49144     problem and now really uses the SMC ECC byte order.
49145
49146     Thanks to Sean MacLennan for pointing this out.
49147
49148     Signed-off-by: Stefan Roese <sr@denx.de>
49149
49150 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
49151 Author: Stefan Roese <sr@denx.de>
49152 Date:   Wed Jan 30 15:35:50 2008 +0100
49153
49154     ppc4xx: Fix GPIO configuration for pcs440ep
49155
49156     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
49157     49-63 for GPIO. They have been configured as trace signals. This patch
49158     fixes this by clearing the corresponding bit.
49159
49160     Signed-off-by: Stefan Roese <sr@denx.de>
49161
49162 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
49163 Author: Stefan Roese <sr@denx.de>
49164 Date:   Wed Jan 30 14:48:28 2008 +0100
49165
49166     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
49167
49168     Signed-off-by: Stefan Roese <sr@denx.de>
49169
49170 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
49171 Author: Ladislav Michl <ladis@linux-mips.org>
49172 Date:   Fri Dec 7 00:42:32 2007 +0100
49173
49174     ARM: Board voiceblue update
49175
49176     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
49177
49178 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
49179 Author: Ladislav Michl <ladis@linux-mips.org>
49180 Date:   Thu Dec 6 23:24:57 2007 +0100
49181
49182     ARM: AT91RM9200 based boards config cleanup
49183
49184     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
49185
49186     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
49187     indentation.
49188
49189 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
49190 Author: Ladislav Michl <ladis@linux-mips.org>
49191 Date:   Thu Dec 6 22:59:16 2007 +0100
49192
49193     ARM: Fix at91rm9200dk base address
49194
49195     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
49196     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
49197     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
49198     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
49199     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
49200     I'm sending this patch 4th (!) time in hope it produces at least some
49201     reaction.
49202
49203     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
49204
49205     Fix at91rm9200dk base and environment address.
49206
49207 commit c95219fae2a7add7daa2f91aedca65b1698465c7
49208 Author: stefano babic <sbabic@denx.de>
49209 Date:   Tue Nov 20 10:40:24 2007 +0100
49210
49211     MMC for PXA 27X (resubmit)
49212
49213     MMC support for X_Scale PXA is broken and does not work.
49214     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
49215     There were already some patches around the world but none of them was
49216     merged into the official u-boot tree.
49217
49218     This patch makes order fixing this issue. Resubmit after code cleanup.
49219
49220     Applied and tested on PXA 270 (TrizepsIV module).
49221
49222     Signed-off-by: Stefano Babic <sbabic@denx.de>
49223
49224 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
49225 Author: stefano babic <sbabic@denx.de>
49226 Date:   Tue Nov 20 10:37:04 2007 +0100
49227
49228     Fix gcc issues in pxa-regs.h
49229
49230     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
49231     issues generates wrong code.
49232     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
49233     This patch fixes the problem and solves the gcc-4 issues as the linux
49234     kernel does.
49235
49236     Signed-off-by: Stefano Babic <sbabic@denx.de>
49237     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
49238
49239 commit 7047b388876e7b905b2ec4edb8010543e3641b85
49240 Author: Jens Gehrlein <sew_s@tqs.de>
49241 Date:   Tue Jan 29 08:45:03 2008 +0100
49242
49243     TQM834x: enable DHCP
49244
49245     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
49246     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49247
49248 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
49249 Author: Jens Gehrlein <sew_s@tqs.de>
49250 Date:   Tue Jan 29 08:45:02 2008 +0100
49251
49252     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
49253
49254     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
49255     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49256
49257 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
49258 Author: Ben Warren <biggerbadderben@gmail.com>
49259 Date:   Sat Jan 26 23:41:19 2008 -0500
49260
49261     Fix conditional compilation of mpx8xxx_spi driver
49262
49263     This driver should only compile if CONFIG_MPC8XXX_SPI is set
49264
49265     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49266     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49267
49268 commit 63f732d3d3880feb531f48af247c025bf01462b0
49269 Author: Rafal Jaworowski <raj@semihalf.com>
49270 Date:   Tue Jan 29 17:00:34 2008 +0100
49271
49272     API: Provide dummy halt() in the glue layer.
49273
49274     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
49275
49276     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
49277
49278 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
49279 Author: Rafal Jaworowski <raj@semihalf.com>
49280 Date:   Tue Jan 29 16:57:38 2008 +0100
49281
49282     API: Convert conditional building to the new scheme.
49283
49284     This fixes a build breakage with CONFIG_API enabled, which appeared after
49285     the recent changes in the U-Boot build system.
49286
49287     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
49288
49289 commit 98b742489c09780be6a832eeaa4e5eff824792bb
49290 Author: Wolfgang Denk <wd@denx.de>
49291 Date:   Fri Jan 25 09:56:17 2008 +0100
49292
49293     inka4x0: remove dead code
49294
49295     Signed-off-by: Wolfgang Denk <wd@denx.de>
49296
49297 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
49298 Author: Becky Bruce <becky.bruce@freescale.com>
49299 Date:   Wed Jan 23 16:31:06 2008 -0600
49300
49301     86xx: Add reginfo command
49302
49303     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49304
49305 commit ddcebcb638715a6278da93b553d5016f99823816
49306 Author: Becky Bruce <becky.bruce@freescale.com>
49307 Date:   Wed Jan 23 16:31:05 2008 -0600
49308
49309     86xx: Add print_laws function to fsl_law.c
49310
49311     This can be used for debug, and will be used by board code
49312     to help implement reginfo.
49313
49314     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49315
49316 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
49317 Author: Becky Bruce <becky.bruce@freescale.com>
49318 Date:   Wed Jan 23 16:31:04 2008 -0600
49319
49320     86xx: Remove old-style law setup code
49321
49322     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
49323
49324     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49325
49326 commit 713d8186649dae874613d495b0cecaa039a98b30
49327 Author: Becky Bruce <becky.bruce@freescale.com>
49328 Date:   Wed Jan 23 16:31:03 2008 -0600
49329
49330     86xx: Convert sbc8641d to use new law setup code.
49331
49332     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49333
49334 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
49335 Author: Becky Bruce <becky.bruce@freescale.com>
49336 Date:   Wed Jan 23 16:31:02 2008 -0600
49337
49338     86xx: Convert mpc8610hpcd to new law setup method.
49339
49340     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49341
49342 commit 4933b91f8a49e436681f163df3173beb91cac44a
49343 Author: Becky Bruce <becky.bruce@freescale.com>
49344 Date:   Wed Jan 23 16:31:01 2008 -0600
49345
49346     86xx: Support new law setup method and convert mpc8641
49347
49348     Adds the support code in cpu/mpc86xx for the new law setup code
49349     recently created fsl_law.c, and changes the MPC8641HPCN config
49350     to use this code.
49351
49352     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49353
49354 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
49355 Author: Becky Bruce <becky.bruce@freescale.com>
49356 Date:   Wed Jan 23 16:31:00 2008 -0600
49357
49358     86xx: Rearrange the sequence in start.S
49359
49360     * split the BAT initialization so that only 2 BATs (for the boot page
49361     and stack) are programmed very early on.  The rest are initialized later.
49362     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
49363     after translation has been enabled.
49364
49365     These changes will facilitate the moving of law and BAT initialization
49366     to C code, and will aid with 36-bit physical addressing support.
49367
49368     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
49369
49370 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
49371 Author: Wolfgang Denk <wd@denx.de>
49372 Date:   Wed Jan 23 14:41:37 2008 +0100
49373
49374     Coding Style Cleanup; update CHANGELOG
49375
49376     Signed-off-by: Wolfgang Denk <wd@denx.de>
49377
49378 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
49379 Author: Wolfgang Denk <wd@denx.de>
49380 Date:   Wed Jan 23 14:31:17 2008 +0100
49381
49382     Coding Style Cleanup; update CHANGELOG
49383
49384     Signed-off-by: Wolfgang Denk <wd@denx.de>
49385
49386 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
49387 Author: Dave Liu <r63238@freescale.com>
49388 Date:   Fri Jan 18 10:07:04 2008 +0800
49389
49390     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
49391
49392     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
49393     cause the 83xx immap broken, so the DMA and PCI will
49394     be failed.
49395
49396     The patch fix the struct spi8xxx and rm struct spi83xx.
49397
49398     Signed-off-by: Dave Liu <daveliu@freescale.com>
49399     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49400
49401 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
49402 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49403 Date:   Sat Apr 14 17:11:49 2007 +0200
49404
49405     AVR32: ATNGW100 board support
49406
49407     Add support for the ATNGW100 Network Gateway reference design,
49408     including flash, ethernet and MMC support.
49409
49410     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49411
49412 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
49413 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49414 Date:   Sat Nov 24 18:15:31 2007 +0100
49415
49416     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
49417
49418     I don't know why the relevant layers can't do this by itself, but this
49419     is what ppc does.
49420
49421     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49422
49423 commit 799891ef7b1b3432032ec23466df6b665a797fa4
49424 Author: Michael Schwingen <michael@schwingen.org>
49425 Date:   Fri Jan 18 00:04:28 2008 +0100
49426
49427     Add AcTux board support
49428
49429     Hi,
49430
49431     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
49432     files that
49433     contain changes for multiple boards, the board-specific files follow as
49434     separate patches.
49435
49436     Signed-off-by: Michael Schwingen <michael@schwingen.org>
49437
49438 commit 66a4344a4d910a11125df7768899ad529719855e
49439 Author: Michael Schwingen <michael@schwingen.org>
49440 Date:   Wed Jan 16 19:53:23 2008 +0100
49441
49442     add AcTux-4 board support
49443
49444     Signed-off-by: Michael Schwingen <michael@schwingen.org>
49445
49446 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
49447 Author: Michael Schwingen <michael@schwingen.org>
49448 Date:   Wed Jan 16 19:51:55 2008 +0100
49449
49450     add AcTux-3 board support
49451
49452     Signed-off-by: Michael Schwingen <michael@schwingen.org>
49453
49454 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
49455 Author: Michael Schwingen <michael@schwingen.org>
49456 Date:   Wed Jan 16 19:51:14 2008 +0100
49457
49458     add AcTux-2 board support
49459
49460     Signed-off-by: Michael Schwingen <michael@schwingen.org>
49461
49462 commit ea99e8f05b7240fd657739e286664664ae160abe
49463 Author: Michael Schwingen <michael@schwingen.org>
49464 Date:   Wed Jan 16 19:50:37 2008 +0100
49465
49466     add AcTux-1 board support
49467
49468     Signed-off-by: Michael Schwingen <michael@schwingen.org>
49469
49470 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
49471 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49472 Date:   Mon Jan 14 19:20:08 2008 +0100
49473
49474     ARM: remove useless function board_post_init
49475
49476     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49477
49478 commit 96bd462942022e4569b582c072a0ed26de1cd19b
49479 Author: Michael Schwingen <michael@schwingen.org>
49480 Date:   Thu Jan 10 14:59:46 2008 +0100
49481
49482     IXP: enable RTS
49483
49484     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
49485     No handshaking is done, but the active RTS signal allows to
49486     connect to the target using a PC which is using RTS/CTS
49487     handshake, and does no harm if the PC is set to ignore RTS.
49488
49489     Signed-off-by: Michael Schwingen <michael@schwingen.org>
49490
49491 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
49492 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49493 Date:   Mon Jan 7 08:41:34 2008 +0100
49494
49495     IXP: add dynamic microcode addr
49496
49497     allow to load the microde from flash or ram by download it through
49498     the serial or other.
49499
49500     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49501     Acked-by: Stefan Roese <sr@denx.de>
49502
49503 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
49504 Author: Michael Schwingen <michael@schwingen.org>
49505 Date:   Sat Nov 10 15:44:12 2007 +0100
49506
49507     load ixp42x NPE firmware from separate flash block, remove dead code
49508
49509     Hi,
49510
49511     the following patch adds support to move the IXP42X NPE firmware to a
49512     separate flash block, whose start address is defined in
49513     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
49514     NPE-enabled u-boot without copyright problems due to the NPE firmware.
49515
49516     I hope the patch applies, I get whitespace-related differences in the NPE
49517     files due to trailing whitespace in the original versions.
49518
49519     Signed-off-by: Michael Schwingen <michael@schwingen.org>
49520     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49521
49522 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
49523 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49524 Date:   Tue Jan 15 14:15:46 2008 -0600
49525
49526     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
49527
49528     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49529     Signed-off by: John Rigby <jrigby@freescale.com>
49530
49531 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
49532 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49533 Date:   Tue Jan 15 14:02:49 2008 -0600
49534
49535     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
49536
49537     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49538     Signed-off by: John Rigby <jrigby@freescale.com>
49539
49540 commit 777d1abd9796f1c2e148417cc10657e847d318ce
49541 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49542 Date:   Tue Jan 15 14:00:25 2008 -0600
49543
49544     ColdFire: Add MCF547x_8x FEC driver
49545
49546     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49547     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49548     Signed-off by: John Rigby <jrigby@freescale.com>
49549
49550 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
49551 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49552 Date:   Tue Jan 15 13:54:09 2008 -0600
49553
49554     ColdFire: Add MCF547x_8x dma code and header files
49555
49556     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49557     Signed-off by: John Rigby <jrigby@freescale.com>
49558
49559 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
49560 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49561 Date:   Tue Jan 15 13:52:03 2008 -0600
49562
49563     ColdFire: Add MCF547x_8x dma code - 2
49564
49565     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49566     Signed-off by: John Rigby <jrigby@freescale.com>
49567
49568 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
49569 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49570 Date:   Tue Jan 15 13:48:52 2008 -0600
49571
49572     ColdFire: Add MCF547x_8x dma code - 1
49573
49574     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49575     Signed-off by: John Rigby <jrigby@freescale.com>
49576
49577 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
49578 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49579 Date:   Tue Jan 15 13:39:44 2008 -0600
49580
49581     ColdFire: Add MCF547x_8x related header files
49582
49583     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49584     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49585     Signed-off by: John Rigby <jrigby@freescale.com>
49586
49587 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
49588 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49589 Date:   Tue Jan 15 13:37:34 2008 -0600
49590
49591     ColdFire: Add MCF547x_8x cpu arch
49592
49593     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49594     Signed-off by: John Rigby <jrigby@freescale.com>
49595
49596 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
49597 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49598 Date:   Mon Jan 14 17:47:23 2008 -0600
49599
49600     ColdFire: Add MCF5227x cpu and M52277EVB support-3
49601
49602     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49603     Signed-off by: John Rigby <jrigby@freescale.com>
49604
49605 commit c87581027994c148131b2f11aa75501f782ec19a
49606 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49607 Date:   Mon Jan 14 17:46:19 2008 -0600
49608
49609     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
49610
49611     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49612     Signed-off by: John Rigby <jrigby@freescale.com>
49613
49614 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
49615 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49616 Date:   Mon Jan 14 17:43:33 2008 -0600
49617
49618     ColdFire: Add MCF5227x cpu and M52277EVB support-1
49619
49620     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49621     Signed-off by: John Rigby <jrigby@freescale.com>
49622
49623 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
49624 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49625 Date:   Mon Jan 14 17:35:44 2008 -0600
49626
49627     ColdFire: Fix CFI Flash low level Read/Write macro
49628
49629     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49630     Signed-off by: John Rigby <jrigby@freescale.com>
49631
49632 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
49633 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49634 Date:   Mon Jan 14 17:23:08 2008 -0600
49635
49636     ColdFire: Add M5373EVB platform support - 2
49637
49638     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49639     Signed-off by: John Rigby <jrigby@freescale.com>
49640
49641 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
49642 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49643 Date:   Mon Jan 14 17:19:54 2008 -0600
49644
49645     ColdFire: Add M5373EVB platform support - 1
49646
49647     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49648     Signed-off by: John Rigby <jrigby@freescale.com>
49649
49650 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
49651 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49652 Date:   Mon Jan 14 17:17:03 2008 -0600
49653
49654     ColdFire: Update FlexBus CS for MCF532x
49655
49656     Definition update and change from 16bit to 32bit
49657
49658     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49659     Signed-off by: John Rigby <jrigby@freescale.com>
49660
49661 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
49662 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49663 Date:   Mon Jan 14 17:11:47 2008 -0600
49664
49665     ColdFire: PCI and misc updates for MCF5445x
49666
49667     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49668     Signed-off by: John Rigby <jrigby@freescale.com>
49669
49670 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
49671 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49672 Date:   Mon Jan 14 17:06:55 2008 -0600
49673
49674     ColdFire: MCF5445x header files cleanup
49675
49676     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49677     Signed-off by: John Rigby <jrigby@freescale.com>
49678
49679 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
49680 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49681 Date:   Mon Jan 14 16:59:42 2008 -0600
49682
49683     ColdFire: MCF532x header files cleanup
49684
49685     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49686     Signed-off by: John Rigby <jrigby@freescale.com>
49687
49688 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
49689 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
49690 Date:   Mon Jan 14 15:30:15 2008 -0600
49691
49692     ColdFire: Add modules header files
49693
49694     Add CF specific modules header files
49695
49696     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49697     Signed-off-by: John Rigby <jrigby@freescale.com>
49698
49699 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
49700 Author: Kim Phillips <kim.phillips@freescale.com>
49701 Date:   Thu Jan 17 12:48:00 2008 -0600
49702
49703     codingstyle cleanup for spi driver
49704
49705     ..and rm unused CONFIG_FSL_SPI define
49706
49707     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49708
49709 commit d59feffb42c9f174116db7a82a311df98983dfce
49710 Author: Haiying Wang <Haiying.Wang@freescale.com>
49711 Date:   Wed Jan 16 17:12:12 2008 -0500
49712
49713     FSL: Fix common EEPROM_data structure definition
49714
49715     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
49716     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
49717       bd->bi_ethaddr.
49718
49719     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
49720
49721 commit 6bee764bd6da510a4aad614880300c968bc7318d
49722 Author: Timur Tabi <timur@freescale.com>
49723 Date:   Wed Jan 16 15:48:12 2008 -0600
49724
49725     86xx: enable command-line editing
49726
49727     Enable command-line editing for all MPC86xx boards.
49728
49729     Signed-off-by: Timur Tabi <timur@freescale.com>
49730
49731 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
49732 Author: Ben Warren <biggerbadderben@gmail.com>
49733 Date:   Wed Jan 16 22:37:42 2008 -0500
49734
49735     Implement hard SPI driver on MPC8349EMDS
49736
49737     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
49738     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
49739
49740     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49741     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49742
49743 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
49744 Author: Ben Warren <biggerbadderben@gmail.com>
49745 Date:   Wed Jan 16 22:37:35 2008 -0500
49746
49747     Add support for a Freescale non-CPM SPI controller
49748
49749     This patch adds support for the SPI controller found on Freescale PowerPC
49750     processors such as the MCP834x family.  Additionally, a new config option,
49751     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
49752
49753     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49754     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49755
49756 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
49757 Author: Dave Liu <r63238@freescale.com>
49758 Date:   Thu Jan 17 18:23:19 2008 +0800
49759
49760     mpc83xx: Fix the fatal conflict of merge
49761
49762     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
49763     will cause the mpc8315erdb board can't boot up.
49764
49765     The patch fix that bug, and remove the duplicated #ifdef
49766     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
49767     MPC8313E processor.
49768
49769     Signed-off-by: Dave Liu <daveliu@freescale.com>
49770     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49771
49772 commit 3259eeaa4148125a81417477f62c05bd67f60587
49773 Author: Larry Johnson <lrj@acm.org>
49774 Date:   Thu Jan 17 08:50:09 2008 -0500
49775
49776     Merge Sequoia beautification into Korat code
49777
49778     Signed-off-by: Larry Johnson <lrj@acm.org>
49779
49780 commit e16925773211291b562e77187061e9dd1d757217
49781 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49782 Date:   Thu Jan 17 07:45:05 2008 +0100
49783
49784     net: add 'ethrotate' environment variable
49785
49786     [PATCH] net: add 'ethrotate' environment variable
49787
49788     This patch replaces the buildtime configuration option
49789     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
49790     configuration veriable. See README.
49791
49792     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49793     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49794
49795 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
49796 Author: Stefan Roese <sr@denx.de>
49797 Date:   Thu Jan 17 14:29:04 2008 +0100
49798
49799     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
49800
49801     Signed-off-by: Stefan Roese <sr@denx.de>
49802
49803 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
49804 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49805 Date:   Thu Jan 17 18:07:32 2008 +0900
49806
49807     sh: Remove CONFIG_COMMANDS from MS7720SE config file
49808
49809     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49810
49811 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
49812 Author: Niklaus Giger <niklaus.giger@netstal.com>
49813 Date:   Wed Jan 16 18:39:20 2008 +0100
49814
49815     ppc4xx: Netstal HCU4 board: added various fixes and POST
49816
49817     - Moved some common code to netstal/common/nm_bsp.c.
49818     - sdram initialisation goes go netstal/common/fixed_sdram.c.
49819     - Added support for POST.
49820     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
49821
49822     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49823
49824 commit 69b0634a4ee98c9791815600d43b99f626a952f3
49825 Author: Niklaus Giger <niklaus.giger@netstal.com>
49826 Date:   Thu Jan 17 12:53:56 2008 +0100
49827
49828     ppc4xx: netstal/common define routines used by all boards
49829
49830     Added some routines used by all Netstal boards:
49831     - nm_bsp.c: - nm_show_print and
49832             -  common_misc_init_r
49833             - set_params_for_sw_install. Very specific code to handle our SW
49834               installation procedure
49835     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
49836       to handle sdram initialization.
49837     - nm.h: Common header
49838
49839     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49840
49841 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
49842 Author: Niklaus Giger <niklaus.giger@netstal.com>
49843 Date:   Wed Jan 16 18:39:18 2008 +0100
49844
49845     ppc4xx: Netstal HCU5 board: added various fixes and POST
49846
49847     - Moved some common code to nestal/common/nm_bsp.c.
49848     - Added support for the vxWorks EDR.
49849     - Enable trace for Lauterbach, if present.
49850     - Added support for POST.
49851     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
49852
49853     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49854
49855 commit 4371090e5da77edc7bf9f296364db4801639d9c4
49856 Author: Niklaus Giger <niklaus.giger@netstal.com>
49857 Date:   Wed Jan 16 18:39:08 2008 +0100
49858
49859     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
49860
49861     - Various fixes
49862     - Reduced rom_size from 384 to 320 kB
49863     - Environment is now in flash
49864     - Added POST
49865     - Support for OF
49866
49867     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49868
49869 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
49870 Author: Niklaus Giger <niklaus.giger@netstal.com>
49871 Date:   Wed Jan 16 18:37:50 2008 +0100
49872
49873     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
49874
49875     - Various fixes
49876     - Reduced rom_size from 384 to 320 kB
49877     - Environment is now in flash
49878     - Added POST
49879     - Support for OF
49880
49881     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
49882
49883 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
49884 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49885 Date:   Thu Jan 17 10:53:08 2008 +0100
49886
49887     ppc4xx: Complete DU440 board support
49888
49889     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49890
49891 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
49892 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49893 Date:   Thu Jan 17 10:52:30 2008 +0100
49894
49895     ppc4xx: Add DU440 board support
49896
49897     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49898
49899 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
49900 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49901 Date:   Thu Jan 17 15:53:52 2008 +0900
49902
49903     sh: Update SuperH SCIF driver
49904
49905     This patch fixed wrong SH7720 CPU macro and changed macro that
49906     calculated value of SCBRR register.
49907
49908     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49909
49910 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
49911 Author: Grzegorz Bernacki <gjb@semihalf.com>
49912 Date:   Wed Jan 16 15:12:47 2008 +0100
49913
49914     Set ips dividor to 1/4 of csb clock.
49915
49916     Previous setting cause ips clock to be out of spec. This bug was found by John
49917     Rigby from Freescale.
49918
49919     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
49920
49921 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
49922 Author: Kumar Gala <galak@kernel.crashing.org>
49923 Date:   Thu Jan 17 02:19:18 2008 -0600
49924
49925     85xx: Get ride of old TLB setup code
49926
49927     Now that all boards have been converted, remove old config code and the
49928     config option for the new style.
49929
49930     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49931
49932 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
49933 Author: Kumar Gala <galak@kernel.crashing.org>
49934 Date:   Thu Jan 17 02:02:10 2008 -0600
49935
49936     85xx: Convert TQM85xx to new TLB setup
49937
49938     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49939
49940 commit 74121b470c14f7eaf284ee838bffca6f9521069e
49941 Author: Kumar Gala <galak@kernel.crashing.org>
49942 Date:   Thu Jan 17 01:56:32 2008 -0600
49943
49944     85xx: Convert STXGP3 & STXSSA to new TLB setup
49945
49946     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49947
49948 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
49949 Author: Kumar Gala <galak@kernel.crashing.org>
49950 Date:   Thu Jan 17 01:44:34 2008 -0600
49951
49952     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
49953
49954     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49955
49956 commit 818218bac6a11591e2542c344d2330e0f4e1968b
49957 Author: Kumar Gala <galak@kernel.crashing.org>
49958 Date:   Thu Jan 17 01:31:34 2008 -0600
49959
49960     85xx: Convert PM854/PM856 to new TLB setup
49961
49962     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49963
49964 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
49965 Author: Kumar Gala <galak@kernel.crashing.org>
49966 Date:   Thu Jan 17 01:25:33 2008 -0600
49967
49968     85xx: Convert MPC8540EVAL to new TLB setup
49969
49970     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49971
49972 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
49973 Author: Kumar Gala <galak@kernel.crashing.org>
49974 Date:   Thu Jan 17 01:12:22 2008 -0600
49975
49976     85xx: Convert MPC8568 MDS to new TLB setup
49977
49978     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49979
49980 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
49981 Author: Kumar Gala <galak@kernel.crashing.org>
49982 Date:   Thu Jan 17 01:01:09 2008 -0600
49983
49984     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
49985
49986     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49987
49988 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
49989 Author: Kumar Gala <galak@kernel.crashing.org>
49990 Date:   Thu Jan 17 00:52:29 2008 -0600
49991
49992     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
49993
49994     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49995
49996 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
49997 Author: Kumar Gala <galak@kernel.crashing.org>
49998 Date:   Thu Jan 17 00:32:17 2008 -0600
49999
50000     85xx: Convert ATUM8548 to new TLB setup
50001
50002     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50003
50004 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
50005 Author: Kumar Gala <galak@kernel.crashing.org>
50006 Date:   Wed Jan 16 23:11:57 2008 -0600
50007
50008     85xx: Convert MPC8544 DS to new TLB setup
50009
50010     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50011
50012 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
50013 Author: Kumar Gala <galak@kernel.crashing.org>
50014 Date:   Wed Jan 16 22:38:34 2008 -0600
50015
50016     85xx: Reworked initial processor init
50017
50018     Reworked the initial processor initialzation sequence:
50019     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
50020     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
50021     * Reworked initial asm code to do most of the core init before TLBs
50022
50023     The main reasons for these changes are to allow handling of 36-bit phys
50024     addresses in the future and some of the issues that will exist when we
50025     do that.
50026
50027     There are a few caveats on what can be initialized via the LAW and TLB
50028     static tables:
50029     * TLB entry 14/15 can't be initialized via the TLB table
50030     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
50031       the code that is currently executing.
50032
50033     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50034
50035 commit 44a23cfd6360a68eaa41f945190618a55519eac3
50036 Author: Kumar Gala <galak@kernel.crashing.org>
50037 Date:   Wed Jan 16 22:33:22 2008 -0600
50038
50039     85xx: Introduce new tlb API
50040
50041     Add a set of functions to manipulate TLB entries:
50042      * set_tlb() - write a tlb entry
50043      * invalidate_tlb() - invalidate a tlb array
50044      * disable_tlb() - disable a variable size tlb entry
50045      * init_tlbs() - setup initial tlbs based on static table
50046
50047     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50048
50049 commit be88b1699863c262818f3af7f60173b4d48df8fc
50050 Author: Stefan Roese <sr@denx.de>
50051 Date:   Thu Jan 17 07:50:17 2008 +0100
50052
50053     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
50054
50055     Signed-off-by: Stefan Roese <sr@denx.de>
50056
50057 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
50058 Author: Kumar Gala <galak@kernel.crashing.org>
50059 Date:   Wed Jan 16 10:04:42 2008 -0600
50060
50061     85xx: Use proper defines for PCI addresses
50062
50063     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
50064     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
50065     be used for configuring the PCI ATMU.
50066
50067     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50068
50069 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
50070 Author: Kumar Gala <galak@kernel.crashing.org>
50071 Date:   Wed Jan 16 09:22:29 2008 -0600
50072
50073     85xx: Remove old style of LAW init
50074
50075     All boards are now using the new fsl_law code so we can drop the old version.
50076
50077     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50078
50079 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
50080 Author: Kumar Gala <galak@kernel.crashing.org>
50081 Date:   Wed Jan 16 09:15:29 2008 -0600
50082
50083     85xx: convert remaining 85xx boards over to use new LAW init code
50084
50085     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
50086     to use new LAW init code.
50087
50088     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50089
50090 commit 572b13afc42710f2957c382a710360429c0e099b
50091 Author: Kumar Gala <galak@kernel.crashing.org>
50092 Date:   Wed Jan 16 09:11:53 2008 -0600
50093
50094     85xx: convert STXGP3/STXSSA over to use new LAW init code
50095
50096     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50097
50098 commit 45f2166ac0233a9263058378f39612bd11f61196
50099 Author: Kumar Gala <galak@kernel.crashing.org>
50100 Date:   Wed Jan 16 09:06:48 2008 -0600
50101
50102     85xx: convert PM854/PM856 over to use new LAW init code
50103
50104     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50105
50106 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
50107 Author: Kumar Gala <galak@kernel.crashing.org>
50108 Date:   Wed Jan 16 09:05:27 2008 -0600
50109
50110     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
50111
50112     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50113
50114 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
50115 Author: Kumar Gala <galak@kernel.crashing.org>
50116 Date:   Wed Jan 16 01:45:10 2008 -0600
50117
50118     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
50119
50120     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50121
50122 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
50123 Author: Kumar Gala <galak@kernel.crashing.org>
50124 Date:   Wed Jan 16 01:32:06 2008 -0600
50125
50126     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
50127
50128     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50129
50130 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
50131 Author: Kumar Gala <galak@kernel.crashing.org>
50132 Date:   Wed Jan 16 01:16:16 2008 -0600
50133
50134     85xx: convert MPC8544 DS over to use new LAW init code
50135
50136     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50137
50138 commit 83d40dfd79fe868796275802f60116d84b9e4395
50139 Author: Kumar Gala <galak@kernel.crashing.org>
50140 Date:   Wed Jan 16 01:13:58 2008 -0600
50141
50142     85xx: Move LAW init code into C
50143
50144     Move the initialization of the LAWs into C code and provide an API
50145     to allow modification of LAWs after init.
50146
50147     Board code is responsible to provide a law_table and num_law_entries.
50148
50149     We should be able to use the same code on 86xx as well.
50150
50151     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50152
50153 commit bed8ce838a609aaab136d43b25e6df2a520bc854
50154 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50155 Date:   Sat Dec 22 15:03:12 2007 +0100
50156
50157     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
50158
50159     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50160
50161 commit 0764c164fed6277d359cf132d55187ea34290114
50162 Author: Vlad Lungu <vlad@comsys.ro>
50163 Date:   Wed Jan 16 19:27:51 2008 +0200
50164
50165     MIPS:Target support for qemu -M mips
50166
50167     With serial, NE2000, IDE support. Tested in big-endian mode.
50168     Memory size hard-coded to 128M for now, so don't play with
50169     the -m option.
50170
50171     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
50172
50173 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
50174 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50175 Date:   Fri Jan 11 00:01:37 2008 +0100
50176
50177     Fix nfs command help to reflect that the serverip is optional
50178
50179     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50180     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50181
50182 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
50183 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50184 Date:   Mon Dec 10 22:32:14 2007 +0100
50185
50186     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
50187
50188     and move is_valid_ether_addr board file
50189
50190     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50191     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50192
50193 commit c2f896b8fc4722e36915903e1942e138e68ce804
50194 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50195 Date:   Wed Jan 16 16:13:31 2008 +0900
50196
50197     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
50198
50199     rx_status on the memory is basically in LE, but needs to be handled in CPU
50200     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
50201     it'll work fine.
50202
50203     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50204     Cc: Masami Komiya <mkomiya@sonare.it>
50205     Cc: Lucas Jin <lucasjin@gmail.com>
50206     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50207
50208 commit 96a236746fe6a7b84802afb4ed31536696d34812
50209 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50210 Date:   Wed Jan 16 16:12:26 2008 +0900
50211
50212     drivers/net/rtl8139.c: Fix cache coherency issues
50213
50214     Current driver is meant for cache coherent systems. This patch adds
50215     flush_cache() routines to support cache non-coherent systems.
50216
50217     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50218     Cc: Masami Komiya <mkomiya@sonare.it>
50219     Cc: Lucas Jin <lucasjin@gmail.com>
50220     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50221
50222 commit d1276c76c1e2b5035296689280ba1acb2c425104
50223 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50224 Date:   Wed Jan 16 16:11:14 2008 +0900
50225
50226     drivers/net/rtl8139.c: Fix tx timeout
50227
50228     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
50229     does, the condition "(currticks() < to)" becomes invalid and immediately
50230     leads to tx timeout error. This patch introduces the fine-graded udely(10)
50231     loops to ease the impact of wrapping around.
50232
50233     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50234     Cc: Masami Komiya <mkomiya@sonare.it>
50235     Cc: Lucas Jin <lucasjin@gmail.com>
50236     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50237
50238 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
50239 Author: Dave Liu <r63238@freescale.com>
50240 Date:   Fri Jan 11 18:45:28 2008 +0800
50241
50242     TSEC: Add the support for RealTek RTL8211B PHY
50243
50244     Add the support of RealTek RTL8211B PHY, the RTL8211B
50245     PHY only supports RGMII and MII mode.
50246
50247     Signed-off-by: Dave Liu <daveliu@freescale.com>
50248     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50249
50250 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
50251 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
50252 Date:   Wed Jan 16 09:40:41 2008 +0100
50253
50254     Remove annoying debug printout for PHY less boards.
50255
50256     PHY less board prints out lots of "read wrong ...":
50257     read wrong value : mii_id 3,mii_reg 2, base e0102320
50258     read wrong value : mii_id 3,mii_reg 3, base e0102320
50259     UEC: PHY is Generic MII (ffffffff)
50260     read wrong value : mii_id 3,mii_reg 4, base e0102320
50261     read wrong value : mii_id 3,mii_reg 0, base e0102320
50262     read wrong value : mii_id 3,mii_reg 1, base e0102320
50263     read wrong value : mii_id 3,mii_reg 1, base e0102320
50264     read wrong value : mii_id 3,mii_reg 5, base e0102320
50265     read wrong value : mii_id 3,mii_reg 1, base e0102320
50266     read wrong value : mii_id 3,mii_reg 1, base e0102320
50267     read wrong value : mii_id 3,mii_reg 5, base e0102320
50268     FSL UEC0: Full Duplex
50269     FSL UEC0: Speed 100BT
50270     FSL UEC0: Link is up
50271     Using FSL UEC0 device
50272
50273     Make this printout depend on UEC_VERBOSE_DEBUG and
50274     remove its definition in uec_phy.c
50275
50276     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
50277     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50278
50279 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
50280 Author: Kim Phillips <kim.phillips@freescale.com>
50281 Date:   Tue Jan 15 14:11:00 2008 -0600
50282
50283     net: reduce boot latency on QE UEC based boards
50284
50285     actually polling for PHY autonegotiation to finish enables us to remove the
50286     5 second boot prompt latency present on QE based boards.
50287
50288     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
50289     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
50290     code shamelessly stolen from tsec driver.
50291
50292     also rm unused CONFIG_RMII_MODE code.
50293
50294     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50295     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
50296     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50297
50298 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
50299 Author: michael.firth@bt.com <michael.firth@bt.com>
50300 Date:   Wed Jan 16 11:40:51 2008 +0000
50301
50302     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
50303
50304     The current TSEC driver limits MDIO access to the devices that have been configured as attached
50305     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
50306
50307     Signed-off-by: Michael Firth <michael.firth@bt.com>
50308     Acked-by: Andy Fleming <afleming@freescale.com>
50309     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50310
50311 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
50312 Author: Kim Phillips <kim.phillips@freescale.com>
50313 Date:   Wed Jan 16 00:38:05 2008 -0600
50314
50315     Add support for the MPC837xERDB
50316
50317     MPC837xERDB board support includes:
50318     * DDR2 330MHz hardcoded (soldered on the board)
50319     * Local Bus NOR Flash
50320     * I2C, UART and RTC
50321     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
50322     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
50323     *                  load)
50324
50325     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
50326     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
50327     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50328
50329 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
50330 Author: Kim Phillips <kim.phillips@freescale.com>
50331 Date:   Wed Jan 16 12:06:16 2008 -0600
50332
50333     mpc83xx: add support for more system clock performance controls
50334
50335     System registers that are modified are the Arbiter Configuration
50336     Register (ACR), the System Priority Control Register (SPCR), and the
50337     System Clock Configuration Register (SCCR).
50338
50339     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
50340     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
50341     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50342
50343 commit 16c3cde050e2d243e62b37486f1558570787beb8
50344 Author: James Yang <james.yang@freescale.com>
50345 Date:   Wed Jan 16 11:58:08 2008 -0600
50346
50347     FSL: Generalize PIXIS reset command parsing.
50348
50349     Before, the order of arguments to the pixis_reset
50350     command needed to be supplied in a hard-coded order.
50351     Generalize the command parsing to allow any order.
50352
50353     Signed-off-by: James Yang <james.yang@freescale.com>
50354     Acked-by: Jon Loeliger <jdl@freescale.com>
50355
50356 commit ad8f8687b78c3e917b173f038926695383c55555
50357 Author: Jon Loeliger <jdl@freescale.com>
50358 Date:   Tue Jan 15 13:42:41 2008 -0600
50359
50360     FSL: Convert board/freescale/common/Makefile to use CONFIG_
50361
50362     Convert the board/freescale/common/Makefile to use
50363     CONFIG_* options to select which files to conditionally
50364     compile into the board/freescale/common library rather
50365     than conditionally compiling entire files.
50366
50367     Now handles::
50368         CONFIG_FSL_PIXIS
50369         CONFIG_FSL_DIU_FB
50370         CONFIG_PQ_MDS_PIB
50371
50372     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
50373
50374     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50375
50376 commit 7c2221eb230372a9e537c4f6636b147b0909325f
50377 Author: Roy Zang <tie-fei.zang@freescale.com>
50378 Date:   Tue Jan 15 16:38:38 2008 +0800
50379
50380     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
50381
50382     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
50383     Remove unused ethernet CONFIG_ options.
50384
50385     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
50386     Acked-by: Jon Loeliger <jdl@freescale.com>
50387
50388 commit 711a7946277d2e29af481011e8635e9975c54e45
50389 Author: Kim Phillips <kim.phillips@freescale.com>
50390 Date:   Tue Jan 15 14:05:14 2008 -0600
50391
50392     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
50393
50394     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
50395
50396     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50397
50398 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
50399 Author: Kim Phillips <kim.phillips@freescale.com>
50400 Date:   Tue Jan 15 09:51:12 2008 -0600
50401
50402     mpc83xx: clean up mpc8360emds.c warnings
50403
50404     mpc8360emds.c: In function 'ft_board_setup':
50405     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
50406     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
50407     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
50408     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
50409     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
50410     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
50411
50412     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50413
50414 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
50415 Author: Kim Phillips <kim.phillips@freescale.com>
50416 Date:   Mon Jan 14 16:14:46 2008 -0600
50417
50418     mpc83xx: fix phy-connection-type fixup code
50419
50420     use tree passed to us in local blob, not global fdt.
50421
50422     Also use fdt_path_offset to convert to relative offset, since absolute
50423     reference is needed to check for rgmii-id mode string value.
50424
50425     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50426
50427 commit 2b4c952be7c4357a13e839d48df80853820c33eb
50428 Author: Kumar Gala <galak@kernel.crashing.org>
50429 Date:   Mon Jan 14 09:01:40 2008 -0600
50430
50431     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
50432
50433     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50434     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50435
50436 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
50437 Author: Poonam Aggrwal <b10812@freescale.com>
50438 Date:   Mon Jan 14 09:41:14 2008 +0530
50439
50440     Changes in uboot DDR configuration for MPC8313eRDB
50441
50442     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
50443     DDR configuration in u-boot code. Some are related to performance, some
50444     affect stability and some correct few basic errors in the current
50445     configuration.
50446
50447     The changes have been tested and found to give better memory latency
50448     figures on MPC8313eRDB.LMBench figures prove it.
50449
50450     The changes are:
50451
50452     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
50453       (this may improve performance for application with many read
50454       or write to open pages).
50455     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
50456       001 (activating all the CS when only one is used may cause
50457       unwanted noise on the system)
50458
50459     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
50460       Tras=45ns)
50461     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
50462
50463     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
50464       comply with the 3 ODT clk requirements)
50465     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
50466     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
50467
50468     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
50469     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
50470
50471     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
50472     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
50473
50474     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
50475     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
50476
50477     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
50478     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
50479     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
50480     Cc: Josep P J <PJ.Joseph@freescale.com>
50481     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50482
50483 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
50484 Author: Jerry Van Baren <gvb.uboot@gmail.com>
50485 Date:   Sat Jan 12 13:24:14 2008 -0500
50486
50487     Enable the isdram command on the MPC8360EMDS board
50488
50489     The isdram command prints out decoded information the "serial presence
50490     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
50491     debugging memory configuration problems.
50492
50493     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
50494     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50495
50496 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
50497 Author: Dave Liu <r63238@freescale.com>
50498 Date:   Fri Jan 11 18:48:24 2008 +0800
50499
50500     mpc83xx: Add the support for MPC8315ERDB board
50501
50502     The features list:
50503     - Boot from NOR Flash
50504     - DDR2 266MHz hardcoded configuration
50505     - Local bus NOR Flash R/W operation
50506     - I2C, UART, MII and RTC
50507     - eTSEC0/1 support
50508     - PCI host
50509
50510     Signed-off-by: Dave Liu <daveliu@freescale.com>
50511     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50512
50513 commit b05884efa614e4d8a9413158fc228e0dc02ab704
50514 Author: Dave Liu <r63238@freescale.com>
50515 Date:   Fri Jan 11 18:46:50 2008 +0800
50516
50517     mpc83xx: Add config of eTSEC emergency priority in SPCR
50518
50519     The TSEC emergency priority definition of 831x/837x
50520     is different than the definition of 834x in SPCR register.
50521
50522     Add the other config of TSEC emergency priority into
50523     cpu_init.c
50524
50525     Signed-off-by: Dave Liu <daveliu@freescale.com>
50526     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50527
50528 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
50529 Author: Dave Liu <r63238@freescale.com>
50530 Date:   Fri Jan 11 18:42:19 2008 +0800
50531
50532     mpc83xx: Remove cache config from MPC8360ERDK.h
50533
50534     The MPC8360ERDK board support patch is added before
50535     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
50536     so, miss clean up it.
50537
50538     The patch clean up the miss cache config.
50539
50540     Signed-off-by: Dave Liu <daveliu@freescale.com>
50541     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50542
50543 commit cd9d23053d435c08fc8695017b5cb9003fcda786
50544 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50545 Date:   Mon Jan 14 23:09:32 2008 +0300
50546
50547     nand: FSL UPM NAND driver
50548
50549     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50550
50551 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
50552 Author: Kyungmin Park <kmpark@infradead.org>
50553 Date:   Tue Jan 15 08:59:44 2008 +0900
50554
50555     OneNAND: Separate U-Boot dependent code from OneNAND
50556
50557     OneNAND: Separate U-Boot dependent code from OneNAND
50558
50559     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
50560
50561 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
50562 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50563 Date:   Wed Jan 16 10:33:46 2008 +0100
50564
50565     ppc4xx: Sequoia coding style cleanup and beautification
50566
50567     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50568
50569 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
50570 Author: Larry Johnson <lrj@acm.org>
50571 Date:   Tue Jan 15 14:35:58 2008 -0500
50572
50573     ppc4xx: Refactor ECC POST for AMCC Denali core
50574
50575     The ECC POST reported intermittent failures running after power-up on
50576     the Korat PPC440EPx board.  Even when the test passed, the debugging
50577     output occasionally reported additional unexpected ECC errors.
50578
50579     This refactoring has three main objectives: (1) minimize the code
50580     executed with ECC enabled during the tests, (2) add more checking of the
50581     results so any unexpected ECC errors would cause the test to fail, and
50582     (3) use synchronization (only) where required by the processor.
50583
50584     Signed-off-by: Larry Johnson <lrj@acm.org>
50585
50586 commit 2465665b73ac2f688af945b1ed510752afa816a4
50587 Author: David Saada <David.Saada@ecitele.com>
50588 Date:   Tue Jan 15 10:40:24 2008 +0200
50589
50590     QE UEC: Extend number of supported UECs to 4
50591
50592     This patch extends the number of supported UECs to 4. Note that the
50593     problem of QE thread resources exhaustion is resolved by setting the
50594     correct number of QE threads according to Ethernet type (GBE or FE).
50595
50596     Signed-off-by: David Saada <david.saada@ecitele.com>
50597     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50598
50599 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
50600 Author: Wolfgang Denk <wd@denx.de>
50601 Date:   Wed Jan 16 00:01:01 2008 +0100
50602
50603     LWMON5: enable hush shell as command line parser
50604
50605     Signed-off-by: Wolfgang Denk <wd@denx.de>
50606
50607 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
50608 Author: Wolfgang Denk <wd@denx.de>
50609 Date:   Tue Jan 15 17:22:28 2008 +0100
50610
50611     ADS5121: disable watchdog; enable image timestamps
50612
50613     Signed-off-by: Wolfgang Denk <wd@denx.de>
50614
50615 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
50616 Author: Wolfgang Denk <wd@denx.de>
50617 Date:   Tue Jan 15 17:21:28 2008 +0100
50618
50619     TK885D: fixes for bigger flash sector sizes on new modules;
50620     adjust default environment;
50621     disable SCC ethernet (not used on this board).
50622
50623     Signed-off-by: Wolfgang Denk <wd@denx.de>
50624
50625 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
50626 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50627 Date:   Tue Jan 15 17:48:13 2008 +0900
50628
50629     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
50630
50631     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50632
50633 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
50634 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50635 Date:   Tue Jan 15 23:25:25 2008 +0900
50636
50637     sh: Add support SH7710/SH7712
50638
50639     SH7710/SH7712 of SH3 CPU are supported.
50640     SH771X is called SH-Ether, and has the Ether controller in CPU.
50641     The driver of Ether is not included in this patch.
50642
50643     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50644
50645 commit 63a11be68306870e04d3851ed9fa41955cdf4894
50646 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50647 Date:   Tue Jan 15 23:06:17 2008 +0900
50648
50649     sh: Add support of map_physmem() and unmap_physmem() to SuperH
50650
50651     This patch add the support of map_physmem() and unmap_physmem()
50652     used with Common Flash Interface(CFI) driver.
50653
50654     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50655
50656 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
50657 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50658 Date:   Wed Jan 9 14:42:27 2008 +0900
50659
50660     sh: Add maintainer of MS7720SE to the MAINTAINER file
50661
50662     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50663
50664 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
50665 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50666 Date:   Wed Jan 9 14:39:58 2008 +0900
50667
50668     sh: Fix board name in MS7720SE's config.mk
50669
50670     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50671
50672 commit c0a04d93734d768b39dbb72fb501b65614c8615d
50673 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50674 Date:   Wed Jan 9 14:37:36 2008 +0900
50675
50676     sh: Add MS7720SE to MAKEALL
50677
50678     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50679
50680 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
50681 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
50682 Date:   Mon Dec 3 22:58:50 2007 +0900
50683
50684     sh: Add support for MS7720RP02 board
50685
50686     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
50687     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50688     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50689
50690 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
50691 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
50692 Date:   Wed Jan 9 14:30:02 2008 +0900
50693
50694     sh: Add support for SH7720 in serial_sh driver.
50695
50696     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
50697     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50698     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50699
50700 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
50701 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
50702 Date:   Mon Dec 3 22:58:45 2007 +0900
50703
50704     sh: Add support SH3 and SH7720
50705
50706     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
50707     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50708     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50709
50710 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
50711 Author: Stefan Roese <sr@denx.de>
50712 Date:   Tue Jan 15 10:11:02 2008 +0100
50713
50714     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
50715
50716     Signed-off-by: Stefan Roese <sr@denx.de>
50717
50718 commit 17bef68097ab3692500a36fb31115bff7910aa99
50719 Author: Niklaus Giger <niklausgiger@gmx.ch>
50720 Date:   Mon Jan 14 14:04:42 2008 +0100
50721
50722     ppc_4xx: Fix post spr.c for PPC405
50723
50724     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
50725     for PPC440 and derivates processor.
50726
50727     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
50728
50729 commit 06c428bcd4413014b43236e77765022071424fa6
50730 Author: Dave Liu <r63238@freescale.com>
50731 Date:   Mon Jan 14 11:12:01 2008 +0800
50732
50733     QE: fix compile warning
50734
50735     qe.c: In function 'qe_upload_firmware':
50736     qe.c:390: warning: pointer targets in passing argument 2
50737     uec.c: In function 'uec_initialize':
50738     uec.c:1236: warning: 'uec_info' may be used uninitialized
50739
50740     Signed-off-by: Dave Liu <daveliu@freescale.com>
50741
50742 commit a0dd99d51efa55fe023e19c97ead92683725eb11
50743 Author: Stefan Roese <sr@denx.de>
50744 Date:   Mon Jan 14 10:05:05 2008 +0100
50745
50746     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
50747
50748     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
50749     to remove the USB PHY reset after powerup. The CPLD will keep the
50750     USB PHY in reset (active low) until the bit is set to 1 in
50751     board_early_init_f().
50752
50753     Signed-off-by: Stefan Roese <sr@denx.de>
50754
50755 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
50756 Author: Wolfgang Denk <wd@denx.de>
50757 Date:   Sun Jan 13 23:26:45 2008 +0100
50758
50759     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
50760
50761     Signed-off-by: Wolfgang Denk <wd@denx.de>
50762
50763 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
50764 Author: Wolfgang Denk <wd@denx.de>
50765 Date:   Sun Jan 13 23:37:50 2008 +0100
50766
50767     ADS5121: Fix typo in ads5121.c, adjust default environment
50768
50769     Signed-off-by: Wolfgang Denk <wd@denx.de>
50770
50771 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
50772 Author: John Rigby <jrigby@freescale.com>
50773 Date:   Fri Aug 24 18:18:43 2007 -0600
50774
50775     ADS5121: MAX slew rate for PATA pins
50776
50777     Signed-off-by: John Rigby <jrigby@freescale.com>
50778
50779 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
50780 Author: Wolfgang Denk <wd@denx.de>
50781 Date:   Sun Jan 13 21:05:52 2008 +0100
50782
50783     Fix Makefile dependency problem with parallel builds.
50784
50785     Signed-off-by: Wolfgang Denk <wd@denx.de>
50786
50787 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
50788 Author: Wolfgang Denk <wd@denx.de>
50789 Date:   Sun Jan 13 19:51:39 2008 +0100
50790
50791     MPC8544DS: fix board Makefile for silent build (with -s)
50792
50793     Signed-off-by: Wolfgang Denk <wd@denx.de>
50794
50795 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
50796 Author: Wolfgang Denk <wd@denx.de>
50797 Date:   Sun Jan 13 16:44:08 2008 +0100
50798
50799     PMC440 board: fix board Makefile for out-of-tree building
50800
50801     Signed-off-by: Wolfgang Denk <wd@denx.de>
50802
50803 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
50804 Author: Wolfgang Denk <wd@denx.de>
50805 Date:   Sun Jan 13 16:07:44 2008 +0100
50806
50807     Makalu: fix compile warning
50808
50809     Signed-off-by: Wolfgang Denk <wd@denx.de>
50810
50811 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
50812 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50813 Date:   Sun Jan 13 12:36:12 2008 +0100
50814
50815     cmd_nand : fix compiler warning.
50816
50817     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50818
50819 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
50820 Author: Michael Schwingen <rincewind@discworld.dascon.de>
50821 Date:   Sat Jan 12 20:29:47 2008 +0100
50822
50823     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
50824
50825     Signed-off-by: Michael Schwingen <michael@schwingen.org>
50826     Acked-by: Stefan Roese <sr@denx.de>
50827
50828 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
50829 Author: Wolfgang Denk <wd@denx.de>
50830 Date:   Sun Jan 13 02:19:44 2008 +0100
50831
50832     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
50833
50834     Signed-off-by: Wolfgang Denk <wd@denx.de>
50835
50836 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
50837 Author: Wolfgang Denk <wd@denx.de>
50838 Date:   Sun Jan 13 02:19:13 2008 +0100
50839
50840     MPC8xx FEC driver: fix compiler warning.
50841
50842     Signed-off-by: Wolfgang Denk <wd@denx.de>
50843
50844 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
50845 Author: Wolfgang Denk <wd@denx.de>
50846 Date:   Sun Jan 13 00:59:21 2008 +0100
50847
50848     Fix Makefile dependencies issues; allow silent build
50849
50850     - get rid of "version" target whichdidn't really work
50851     - make autoconf.mk depend on version_autogenerated.h to make sure
50852       to rebuild files as needed
50853     - add XECHO macro to allow for silent build using "make -s"
50854
50855     Signed-off-by: Wolfgang Denk <wd@denx.de>
50856
50857 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
50858 Author: Wolfgang Denk <wd@denx.de>
50859 Date:   Sun Jan 13 00:55:47 2008 +0100
50860
50861     ADS5121e: fix compile warning
50862
50863     Signed-off-by: Wolfgang Denk <wd@denx.de>
50864
50865 commit f2b6f4610627fe3d607620e25082916a01538875
50866 Author: Wolfgang Denk <wd@denx.de>
50867 Date:   Sun Jan 13 00:55:18 2008 +0100
50868
50869     MUNICes: fix board Makefile for remote build directory
50870
50871     Signed-off-by: Wolfgang Denk <wd@denx.de>
50872
50873 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
50874 Author: Oliver Weber <almoeli@gmx.de>
50875 Date:   Wed Jan 9 17:04:38 2008 +0100
50876
50877     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
50878
50879     Signed-off-by: Oliver Weber <almoeli@gmx.de>
50880
50881 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
50882 Author: Andreas Engel <andreas.engel@ericsson.com>
50883 Date:   Wed Jan 9 17:10:56 2008 +0100
50884
50885     Make bootretry work when command line editing is enabled
50886
50887     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
50888     This patch fixes the problem.
50889
50890     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
50891
50892 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
50893 Author: Larry Johnson <lrj@acm.org>
50894 Date:   Fri Jan 11 23:26:18 2008 -0500
50895
50896     Refactor code for "i2c sdram" command
50897
50898     Signed-off-by: Larry Johnson <lrj@acm.org>
50899
50900 commit 0df6b8446c4721b91ce311548114891130371083
50901 Author: Larry Johnson <lrj@acm.org>
50902 Date:   Thu Jan 10 22:23:39 2008 -0500
50903
50904     Fix "i2c sdram" command for DDR2 DIMMs
50905
50906     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
50907     "i2c sdram" command.  This patch provides correct alternative
50908     interpretations when DDR2 memory is detected.
50909
50910     Signed-off-by: Larry Johnson <lrj@acm.org>
50911
50912 commit 64134f011254123618798ff77c42ba196b2ec485
50913 Author: Wolfgang Denk <wd@denx.de>
50914 Date:   Sat Jan 12 20:31:39 2008 +0100
50915
50916     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
50917
50918     With recent toolchain versions, some boards would not build because
50919     or errors like this one (here for ocotea board when building with
50920     ELDK 4.2 beta):
50921     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
50922
50923     For many boards, the .bss section is big enough that it wraps around
50924     at the end of the address space (0xFFFFFFFF), so the problem will not
50925     be visible unless you use a 64 bit tool chain for development. On
50926     some boards however, changes to the code size (due to different
50927     optimizations) we bail out with section overlaps like above.
50928
50929     The fix is to add the NOLOAD attribute to the .bss and .sbss
50930     sections, telling the linker that .bss does not consume any space in
50931     the image.
50932
50933     Signed-off-by: Wolfgang Denk <wd@denx.de>
50934
50935 commit 3afac79ec27b91df185f090b31dad9620779f440
50936 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50937 Date:   Fri Jan 11 20:42:58 2008 -0600
50938
50939     USB: Add Philips 1561 PCI-OHCI ids
50940     (needed for M5475EVB)
50941
50942     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
50943
50944 commit 5e8def6731cd7bec74bff42a16b139de04010353
50945 Author: Wolfgang Denk <wd@denx.de>
50946 Date:   Sat Jan 12 15:51:34 2008 +0100
50947
50948     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
50949     boards.
50950
50951     Signed-off-by: Heiko Schocher <hs@denx.de>
50952     Signed-off-by: Wolfgang Denk <wd@denx.de>
50953
50954 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
50955 Author: Grzegorz Bernacki <gjb@semihalf.com>
50956 Date:   Fri Jan 11 12:03:43 2008 +0100
50957
50958     MPC512X: Cleanup bus clock names.
50959
50960     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
50961
50962 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
50963 Author: Grzegorz Bernacki <gjb@semihalf.com>
50964 Date:   Tue Jan 8 17:16:59 2008 +0100
50965
50966     MPC512X: Fixed typo in macro name.
50967
50968     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
50969
50970 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
50971 Author: Grzegorz Bernacki <gjb@semihalf.com>
50972 Date:   Tue Jan 8 17:16:15 2008 +0100
50973
50974     ads5121: Added support for FDT.
50975
50976     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
50977
50978 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
50979 Author: Wolfgang Denk <wd@denx.de>
50980 Date:   Sat Jan 12 01:05:50 2008 +0100
50981
50982     Coding Style cleanup; update CHANGELOG.
50983
50984     Signed-off-by: Wolfgang Denk <wd@denx.de>
50985
50986 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
50987 Author: Heiko Schocher <hs@denx.de>
50988 Date:   Fri Jan 11 15:15:17 2008 +0100
50989
50990     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
50991
50992     Signed-off-by: Timur Tabi <timur@freescale.com>
50993     Signed-off-by: Heiko Schocher <hs@denx.de>
50994
50995 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
50996 Author: Heiko Schocher <hs@denx.de>
50997 Date:   Fri Jan 11 15:15:16 2008 +0100
50998
50999     MUNICes: Set the right CFG_DEFAULT_MBAR value.
51000
51001     Signed-off-by: Heiko Schocher <hs@denx.de>
51002
51003 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
51004 Author: Heiko Schocher <hs@denx.de>
51005 Date:   Fri Jan 11 15:15:15 2008 +0100
51006
51007     added the config File for the MUNICes board.
51008
51009     Signed-off-by: Heiko Schocher <hs@denx.de>
51010
51011 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
51012 Author: Heiko Schocher <hs@denx.de>
51013 Date:   Fri Jan 11 15:15:14 2008 +0100
51014
51015     added basic support for the MUNICes board.
51016
51017     Signed-off-by: Heiko Schocher <hs@denx.de>
51018
51019 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
51020 Author: Wolfgang Denk <wd@denx.de>
51021 Date:   Sat Jan 12 00:39:37 2008 +0100
51022
51023     Update CHANGELOG and MAINTAINERS files.
51024
51025     Signed-off-by: Wolfgang Denk <wd@denx.de>
51026
51027 commit 5ba7390c3cb579172be66888a371707b47b5be4e
51028 Author: Anatolij Gustschin <agust@denx.de>
51029 Date:   Fri Jan 11 02:15:02 2008 +0100
51030
51031     Fix compilation problem in common/cmd_bmp.c
51032
51033     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
51034     isn't defined. This patch fix this.
51035
51036     Signed-off-by: Anatolij Gustschin <agust@denx.de>
51037
51038 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
51039 Author: Heiko Schocher <hs@denx.de>
51040 Date:   Fri Jan 11 01:12:09 2008 +0100
51041
51042     Fix defaultconfig for the mgcoge board.
51043
51044     Signed-off-by: Heiko Schocher <hs@denx.de>
51045
51046 commit ac9db066b26935f31bff15c98168b19faeb603f3
51047 Author: Heiko Schocher <hs@denx.de>
51048 Date:   Fri Jan 11 01:12:08 2008 +0100
51049
51050     Added support for the mgcoge board from keymile.
51051
51052     Signed-off-by: Heiko Schocher <hs@denx.de>
51053
51054 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
51055 Author: Heiko Schocher <hs@denx.de>
51056 Date:   Fri Jan 11 01:12:07 2008 +0100
51057
51058     Enable SMC microcode relocation patch for SMC1.
51059
51060     Signed-off-by: Heiko Schocher <hs@denx.de>
51061
51062 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
51063 Author: Heiko Schocher <hs@denx.de>
51064 Date:   Fri Jan 11 01:12:06 2008 +0100
51065
51066     Added support for the mgsuvd board from keymile.
51067
51068     Signed-off-by: Heiko Schocher <hs@denx.de>
51069
51070 commit bf05293973b348f6946c9df92cd3c65ece42d0be
51071 Author: James Yang <james.yang@freescale.com>
51072 Date:   Thu Jan 10 16:02:07 2008 -0600
51073
51074     Fix 64-bit vsprintf.
51075
51076     There were some size and unsigned problems.
51077     Also add support for "ll" size modifier in format string like glibc
51078
51079     Signed-off-by: James Yang <James.Yang@freescale.com>
51080     Acked-by: Jon Loeliger <jdl@freescale.com>
51081
51082 commit 92fa37eac530860643afa26ae347af3d23d67309
51083 Author: Larry Johnson <lrj@acm.org>
51084 Date:   Wed Jan 9 12:42:35 2008 -0500
51085
51086     Remove superfluous preprocessor conditionals from LM73 driver
51087
51088     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
51089
51090     (2) Use conditional Makefile.o.
51091
51092     Signed-off-by: Larry Johnson <lrj@acm.org>
51093
51094 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
51095 Author: Guennadi Liakhovetski <lg@denx.de>
51096 Date:   Thu Jan 10 17:59:07 2008 +0100
51097
51098     Add support for the TK885D baseboard from TELE-DATA
51099
51100     The TK885D board uses a TQM885D module from TQ, this port adds an
51101     own configuration file and adds a last_stage_init() method to
51102     configure the two PHYs, depending on the phy_auto_nego environment
51103     variable.
51104
51105     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
51106
51107 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
51108 Author: Kumar Gala <galak@kernel.crashing.org>
51109 Date:   Thu Jan 10 02:22:05 2008 -0600
51110
51111     Fix compiler warning
51112
51113     main.c: In function 'readline_into_buffer':
51114     main.c:927: warning: unused variable 'p_buf'
51115
51116     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51117
51118 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
51119 Author: Anatolij Gustschin <agust@denx.de>
51120 Date:   Fri Jan 11 14:30:01 2008 +0100
51121
51122     Add Fujitsu CoralP/Lime video driver
51123
51124     Signed-off-by: Anatolij Gustschin <agust@denx.de>
51125     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
51126
51127 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
51128 Author: Anatolij Gustschin <agust@denx.de>
51129 Date:   Fri Jan 11 02:39:47 2008 +0100
51130
51131     Fix video console newline and carriage return handling
51132
51133     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
51134     are not displayed correctly. This is an attempt to fix
51135     this issue. Also add carriage return handling.
51136
51137     Signed-off-by: Anatolij Gustschin <agust@denx.de>
51138     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
51139
51140 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
51141 Author: Stefan Roese <sr@denx.de>
51142 Date:   Fri Jan 11 15:53:58 2008 +0100
51143
51144     ppc4xx: Fix sdram init on Sequoia boards
51145
51146     Clear possible errors in MCSR resulting from data-eye-search.
51147     If not done, then we could get an interrupt later on when
51148     exceptions are enabled.
51149
51150     Signed-off-by: Stefan Roese <sr@denx.de>
51151
51152 commit d610a60730b7464f6f659db49d264d89a7c71061
51153 Author: Anatolij Gustschin <agust@denx.de>
51154 Date:   Fri Jan 11 15:31:09 2008 +0100
51155
51156     ppc4xx: Rework Lime support for lwmon5
51157
51158     Rework Lime support for lwmon5 using new video driver
51159
51160     Signed-off-by: Anatolij Gustschin <agust@denx.de>
51161
51162 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
51163 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51164 Date:   Fri Jan 11 14:55:16 2008 +0100
51165
51166     ppc4xx: Update PMC440 config file
51167
51168     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51169
51170 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
51171 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51172 Date:   Fri Jan 11 14:55:08 2008 +0100
51173
51174     ppx4xx: Fix sdram init on PMC440 boards
51175
51176     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51177
51178 commit 061aad4d320dddce26247699dcf2875ee2ea1366
51179 Author: Dave Liu <r63238@freescale.com>
51180 Date:   Thu Jan 10 23:09:33 2008 +0800
51181
51182     mpc83xx: Fix the bug of 266MHz data rate DDR
51183
51184     The DDR doesn't work on the 266MHz data rate,
51185     the patch fix the bug.
51186
51187     Signed-off-by: Dave Liu <daveliu@freescale.com>
51188     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51189
51190 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
51191 Author: Dave Liu <r63238@freescale.com>
51192 Date:   Thu Jan 10 23:08:26 2008 +0800
51193
51194     mpc83xx: Make the code more readable
51195
51196     Format the code, make it more readable
51197
51198     Signed-off-by: Dave Liu <daveliu@freescale.com>
51199     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51200
51201 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
51202 Author: Dave Liu <r63238@freescale.com>
51203 Date:   Thu Jan 10 23:07:23 2008 +0800
51204
51205     mpc83xx: Reduce the latency of DDR
51206
51207     Reduce the AL from 2 to 1 clock to improve the performance.
51208
51209     Signed-off-by: Dave Liu <daveliu@freescale.com>
51210     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51211
51212 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
51213 Author: Dave Liu <r63238@freescale.com>
51214 Date:   Thu Jan 10 23:06:05 2008 +0800
51215
51216     mpc83xx: Fix the wrong definition of MPC8315E
51217
51218     According to the latest user manual of MPC8315E,
51219     1) The SVCOD of HRCWL is different than 837x
51220     2) The SCCR has changes
51221
51222     Signed-off-by: Dave Liu <daveliu@freescale.com>
51223     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51224
51225 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
51226 Author: Dave Liu <r63238@freescale.com>
51227 Date:   Thu Jan 10 23:05:00 2008 +0800
51228
51229     mpc83xx: Fix the typo in mpc83xx.h
51230
51231     The SPCR about TSEC priority is wrong.
51232
51233     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
51234     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
51235     Signed-off-by: Dave Liu <daveliu@freescale.com>
51236     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51237
51238 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
51239 Author: Dave Liu <r63238@freescale.com>
51240 Date:   Thu Jan 10 23:04:13 2008 +0800
51241
51242     mpc83xx: Fix the typo in global data struct
51243
51244     Fix the typo in global_data.h
51245
51246     Signed-off-by: Dave Liu <daveliu@freescale.com>
51247     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51248
51249 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
51250 Author: Dave Liu <r63238@freescale.com>
51251 Date:   Thu Jan 10 23:03:03 2008 +0800
51252
51253     mpc83xx: Remove cache config from config.h
51254
51255     clean up the cache config from configs.h of board
51256
51257     Signed-off-by: Dave Liu <daveliu@freescale.com>
51258     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51259
51260 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
51261 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51262 Date:   Wed Jan 9 20:57:47 2008 +0300
51263
51264     mpc83xx: add support for the MPC8360E-RDK
51265
51266     This is MPC8360E based board with:
51267     - 256MB fixed SDRAM;
51268     - 8MB Intel Strata NOR flash;
51269     - StMICRO 64MiB NAND flash;
51270     - two 10/100/1000 ethernet ports connected via Broadcom
51271       BCM5481 PHYs;
51272     - two 10/100 ethernet ports connected via National
51273       DP83848 PHYs;
51274     - one PCI and one miniPCI slots;
51275     - four serial ports (two NS16550-compatible, two UCCs);
51276     - four USB ports working through MPC8360E "FHCI" USB controller;
51277     - Fujitsu MB86277 graphics controller;
51278     - Analog to Digital Converter/Touchscreen controller, AD7843
51279       connected to SPI.
51280
51281     Features not supported in this patch are:
51282     - StMICRO 64MiB NAND flash (patch sent);
51283     - MINT framebuffer initialization (patch is pending);
51284     - Fetching production information from the EEPROM via I2C;
51285     - FHCI USB;
51286     - Two slow UCCs used as RS-485 UARTs.
51287
51288     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51289     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51290
51291 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
51292 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51293 Date:   Wed Jan 9 20:57:40 2008 +0300
51294
51295     mpc83xx: add "fsl, qe" compatible fixups
51296
51297     New device trees will use "fsl,qe" compatible properties.
51298
51299     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51300     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51301
51302 commit 977b57583a7c34010e566a09a679ec3c1836f996
51303 Author: Kim Phillips <kim.phillips@freescale.com>
51304 Date:   Wed Jan 9 15:24:06 2008 -0600
51305
51306     mpc83xx: add missing CONFIG_HAS_ETH0 defines
51307
51308     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
51309     is defined; add the define to the missing board configs.
51310
51311     Thanks to Emilian Medve for finding this.
51312
51313     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51314
51315 commit b830b7f1635984ba607219fcbd78597c28eeb529
51316 Author: Becky Bruce <bgill@freescale.com>
51317 Date:   Thu Jan 10 14:00:28 2008 -0600
51318
51319     86xx: Support 2GB DIMMs
51320
51321     Configure the number of bits used to address the banks inside the SDRAM
51322     device.  The default register value of 0 means 2 bits to address 4 banks.
51323     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
51324
51325     Signed-off-by: Becky Bruce <bgill@freescale.com>
51326
51327 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
51328 Author: Niklaus Giger <niklausgiger@gmx.ch>
51329 Date:   Thu Jan 10 18:50:33 2008 +0100
51330
51331     ppc4xx: Make Sequoia boot vxWorks
51332
51333     vxWorks expects in
51334     TLB 0 a entry for the Machine Check interrupt
51335     TLB 1 a entry for the RAM
51336     TLB 2 a entry for the EBC
51337     TLB 3 a entry for the boot flash
51338
51339     After changing the baudrate to 9600 I had no problems to boot the
51340     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
51341     June 18, 2007)
51342
51343     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51344
51345 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
51346 Author: Larry Johnson <lrj@arlinx.com>
51347 Date:   Wed Jan 9 23:10:27 2008 -0500
51348
51349     ppc4xx: Fix dflush() to restore DVLIM register
51350
51351     Signed-off-by: Larry Johnson <lrj@acm.org>
51352
51353 commit 252f60b068d1f94190b5bcfda169db582387e15e
51354 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51355 Date:   Thu Jan 10 03:52:44 2008 -0500
51356
51357     Nios2: remove common/cmd_bdinfo.c unused variable.
51358
51359     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51360     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
51361
51362 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
51363 Author: Ben Warren <biggerbadderben@gmail.com>
51364 Date:   Wed Jan 9 18:15:53 2008 -0500
51365
51366     Fix Ethernet init() return codes
51367
51368     Change return values of init() functions in all Ethernet drivers to conform
51369     to the following:
51370
51371         >=0: Success
51372         <0:  Failure
51373
51374     All drivers going forward should return 0 on success.  Current drivers that
51375     return 1 on success were left as-is to minimize changes.
51376
51377     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51378     Acked-by: Stefan Roese <sr@denx.de>
51379     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51380     Acked-by: Kim Phillips <kim.phillips@freescale.com>
51381     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51382     Acked-By: Timur Tabi <timur@freescale.com>
51383
51384 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
51385 Author: Wolfgang Denk <wd@denx.de>
51386 Date:   Thu Jan 10 00:55:14 2008 +0100
51387
51388     Coding Style cleanup; update CHANGELOG
51389
51390     Signed-off-by: Wolfgang Denk <wd@denx.de>
51391
51392 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
51393 Author: Kim Phillips <kim.phillips@freescale.com>
51394 Date:   Wed Jan 9 16:56:54 2008 -0600
51395
51396     Add QE brg freq and correct qe bus freq fdt update code
51397
51398     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51399     Signed-off-by: Andy Fleming <afleming@freescale.com>
51400
51401 commit 890dfef06c2d169a3356359596890754dfb8ee1c
51402 Author: Andy Fleming <afleming@freescale.com>
51403 Date:   Wed Jan 9 16:34:51 2008 -0600
51404
51405     Remove cache config from ATUM8548 and sbc8548 configs
51406
51407     These boards weren't updated by Kumar's config patch because they
51408     weren't in the tree, yet.
51409
51410     Signed-off-by: Andy Fleming <afleming@freescale.com>
51411
51412 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
51413 Author: Timur Tabi <timur@freescale.com>
51414 Date:   Mon Jan 7 13:31:19 2008 -0600
51415
51416     85xx: add ability to upload QE firmware
51417
51418     Define the layout of a binary blob that contains a QE firmware and instructions
51419     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
51420     perform the actual upload.  Add command-line command "qe fw" to take a firmware
51421     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
51422     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
51423     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
51424
51425     Signed-off-by: Timur Tabi <timur@freescale.com>
51426
51427 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
51428 Author: Kumar Gala <galak@kernel.crashing.org>
51429 Date:   Tue Jan 8 01:22:21 2008 -0600
51430
51431     85xx: Remove cache config from configs.h
51432
51433     Either use the standard defines in asm/cache.h or grab the information
51434     at runtime from the L1CFG SPR.
51435
51436     Also, minor cleanup in cache.h to make the code a bit more readable.
51437
51438     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51439
51440 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
51441 Author: robert lazarski <robertlazarski@gmail.com>
51442 Date:   Fri Dec 21 10:39:27 2007 -0500
51443
51444     mpc85xx: Add support for ATUM8548 (updated)
51445
51446     Add support for Instituto Atlantico's ATUM8548 board
51447
51448     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
51449     Signed-off-by: Andy Fleming <afleming@freescale.com>
51450
51451 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
51452 Author: robert lazarski <robertlazarski@gmail.com>
51453 Date:   Fri Dec 21 10:36:37 2007 -0500
51454
51455     mpc85xx: Add support for ATUM8548 (updated)
51456
51457     Add support for Instituto Atlantico's ATUM8548 board
51458
51459     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
51460
51461 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
51462 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
51463 Date:   Thu Dec 13 06:45:14 2007 -0600
51464
51465     mpc85xx: Add support for SBC8548 (updated)
51466
51467     Add support for Wind River's SBC8548 reference board.
51468
51469     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
51470
51471 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
51472 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
51473 Date:   Thu Dec 13 06:45:08 2007 -0600
51474
51475     mpc85xx: Add support for SBC8548 (updated)
51476
51477     Add support for Wind River's SBC8548 reference board.
51478
51479     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
51480     Signed-off by: Andy Fleming <afleming@freescale.com>
51481
51482 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
51483 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51484 Date:   Mon Oct 22 19:58:19 2007 +0400
51485
51486     MPC8568E-MDS: set up QE pario for UART1
51487
51488     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
51489     be set up appropriately.
51490
51491     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51492
51493 commit ad162249cb371e9e38971676f09be791e5f3cf4a
51494 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51495 Date:   Mon Oct 22 18:12:46 2007 +0400
51496
51497     MPC8568E-MDS: reset UCCs to use them reliably
51498
51499     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
51500     UCCs.
51501
51502     p.s Similar code exists in the Linux kernel board file (for capability
51503     reasons with older U-Boots), but should be removed some day.
51504
51505     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51506
51507 commit 2146cf56821c3364786ca94a7306008c5824b238
51508 Author: Kumar Gala <galak@kernel.crashing.org>
51509 Date:   Wed Dec 19 01:18:15 2007 -0600
51510
51511     Reworked FSL Book-E TLB macros to be more readable
51512
51513     The old macros made it difficult to know what WIMGE and perm bits
51514     were set for a TLB entry.  Actually use the bit masks for these items
51515     since they are only a single bit.
51516
51517     Also moved the macros into mmu.h out of e500.h since they aren't specific
51518     to e500.
51519
51520     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51521
51522 commit 1d47273d46925929f8f2c1913cd96d7257aade88
51523 Author: Kumar Gala <galak@kernel.crashing.org>
51524 Date:   Tue Dec 18 23:21:51 2007 -0600
51525
51526     Use FSL Book-E MMU macros from Linux Kernel
51527
51528     Grab the FSL Book-E MAS register macros from Linux.  Also added
51529     defines for page sizes up to 4TB and removed SHAREN since it doesnt
51530     really exist.
51531
51532     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51533
51534 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
51535 Author: Andy Fleming <afleming@freescale.com>
51536 Date:   Wed Jan 9 13:51:32 2008 -0600
51537
51538     Fix my own merge stupidity
51539
51540     Way back in August I merged Heiko's patch:
51541     566a494f592: [PCS440EP] upgrade the PCS440EP board
51542
51543     with Jon's CONFIG_COMMANDS patches.
51544
51545     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
51546
51547     However, in the process, I left out some of Heiko's good changes.
51548
51549     Now Heiko's and Jon's patches are properly merged in fat_register_device()
51550
51551     Signed-off-by: Andy Fleming <afleming@freescale.com>
51552
51553 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
51554 Author: James Yang <James.Yang@freescale.com>
51555 Date:   Wed Jan 9 11:17:49 2008 -0600
51556
51557     Expose parse_line() globally.
51558
51559     Add new function readline_into_buffer() that allows the
51560     output of readline to be put into a pointer to char buffer.
51561
51562     This refactoring allows other functions besides the
51563     main command loop to also use the same input mechanism.
51564
51565     Signed-off-by: James Yang <James.Yang@freescale.com>
51566     Acked-by: Jon Loeliger <jdl@freescale.com>
51567
51568 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
51569 Author: Guennadi Liakhovetski <lg@denx.de>
51570 Date:   Wed Jan 9 01:15:25 2008 +0100
51571
51572     trivial: fix consequences of a bad merge
51573
51574     Fix what looks like a merge artifact.
51575
51576     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
51577
51578 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
51579 Author: Zhang Wei <wei.zhang@freescale.com>
51580 Date:   Thu Jan 3 10:51:15 2008 +0800
51581
51582     Add Ctrl combo key support to usb keyboard driver.
51583
51584     Ctrl combo key support is added, which is very useful to input Ctrl-C
51585     for interrupt current job.
51586     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
51587     key input when tstc() is called.
51588
51589     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
51590
51591 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
51592 Author: Marcel Ziswiler <marcel@ziswiler.com>
51593 Date:   Sun Dec 30 03:30:56 2007 +0100
51594
51595     fix various comments
51596
51597     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
51598
51599 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
51600 Author: Marcel Ziswiler <marcel@ziswiler.com>
51601 Date:   Sun Dec 30 03:30:46 2007 +0100
51602
51603     fix comments with new drivers organization
51604
51605     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
51606
51607 commit a9b410dc7d2a4721c408b13abfc037988150f145
51608 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51609 Date:   Fri Dec 28 12:50:59 2007 +0900
51610
51611     Remove the obsolete terse version of do_mii()
51612
51613     We now have more useful version of do_mii() and everybody use it.
51614     Gerald Van Baren says:
51615
51616     > When I originally wrote the mii command 6(!) years ago, I wrote a
51617     > verbose version that printed human readable decomposition of the flags,
51618     > etc., and a terse one that didn't print as much stuff and thus had a
51619     > smaller memory footprint.
51620     >
51621     > It sounds like the terse version has withered and died, apparently
51622     > people are only using the verbose version (which is very understandable,
51623     > I do myself).
51624
51625     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51626     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
51627
51628 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
51629 Author: Mike Frysinger <vapier@gentoo.org>
51630 Date:   Thu Dec 27 13:42:56 2007 -0500
51631
51632     Do not reference sha1.c when building mkimage.
51633
51634     remove sha1.o from mkimage linking since it isn't actually used.
51635
51636     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
51637
51638 commit b9173af73e524d37c812f210173cf83385c5171a
51639 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51640 Date:   Thu Dec 27 15:39:54 2007 +0900
51641
51642     common/cmd_mii.c: Add sanity argc check
51643
51644     If type mii command without arguments, we suffer from uninitialized argv[]
51645     entries; for example we MIPS get stuck by TLB error.
51646
51647     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
51648
51649 commit 500856eb1707ed17d9204baa61dd59948d3b2899
51650 Author: Rafal Jaworowski <raj@semihalf.com>
51651 Date:   Wed Jan 9 19:39:36 2008 +0100
51652
51653     API for external applications.
51654
51655     This is an API for external (standalone) applications running on top of
51656     U-Boot, and is meant to be more extensible and robust than the existing
51657     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
51658     for more details.
51659
51660     Included is the demo application using this new framework (api_examples).
51661
51662     Please note this is still an experimental feature, and is turned off by
51663     default.
51664
51665     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
51666
51667 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
51668 Author: Jon Loeliger <jdl@freescale.com>
51669 Date:   Wed Jan 9 12:14:55 2008 -0600
51670
51671     86xx: Remove cache config from configs.h
51672
51673     Just use the standard defines in asm/cache.h.
51674
51675     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51676
51677 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
51678 Author: Rafal Jaworowski <raj@semihalf.com>
51679 Date:   Wed Jan 9 18:05:27 2008 +0100
51680
51681     Globalize envmatch()
51682
51683     The newly introduced API (routines related to env vars) will need to call
51684     it.
51685
51686     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
51687
51688 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
51689 Author: Jon Loeliger <jdl@freescale.com>
51690 Date:   Fri Jan 4 12:07:27 2008 -0600
51691
51692     Convert MPC8610HPCD to use libfdt.
51693
51694     Assumes the presence of the aliases node in the DTS to
51695     locate the pci and serial nodes for fixups.
51696
51697     Use consistent fdtaddr and fdtfile in environment variables.
51698
51699     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51700
51701 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
51702 Author: Jon Loeliger <jdl@freescale.com>
51703 Date:   Fri Jan 4 11:58:23 2008 -0600
51704
51705     8610: Fix lingering compile warnings.
51706
51707     Turn off DEBUG.
51708
51709     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51710
51711 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
51712 Author: Wolfgang Denk <wd@denx.de>
51713 Date:   Wed Jan 9 15:14:46 2008 +0100
51714
51715     Coding Style cleanup, update CHANGELOG
51716
51717     Signed-off-by: Wolfgang Denk <wd@denx.de>
51718
51719 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
51720 Author: Mike Frysinger <vapier@gentoo.org>
51721 Date:   Tue Dec 18 04:29:55 2007 -0500
51722
51723     fix easylogo on big endian dev systems
51724
51725     didnt realize how out of shape easylogo actually was until i tried using it.
51726     this patch does byte swapping as need be on the input tga header since the tga
51727     is in little endian but the host could just as well be big endian.  i didnt
51728     bother using bswap macros or such stuff from system headers as nothing in
51729     POSIX dictates byte swapping functionality.
51730
51731     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
51732
51733 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
51734 Author: Mike Frysinger <vapier@gentoo.org>
51735 Date:   Tue Dec 18 03:23:25 2007 -0500
51736
51737     cleanup easylogo
51738
51739     - make the Makefile not suck
51740     - include proper headers for prototypes
51741     - fix obvious broken handling of strchr() when handling '.' in filenames
51742
51743     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
51744
51745 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
51746 Author: raptorbrino@aim.com <raptorbrino@aim.com>
51747 Date:   Thu Dec 13 21:23:28 2007 -0500
51748
51749     Fix build problems under Cygwin
51750
51751     This patch allows u-boot to build without error in a cygwin
51752     environment.  Cygwin does not define __u64 in it's
51753     include/asm/types.h file.  The -idirafter flag in the u-boot
51754     build causes the inclusion of the cygwin types.h file as opposed
51755     to u-bot/include/asm/types.h file which does define __u64.
51756     Subsequently, sha1.c compile fails due to unknown symbol.
51757
51758     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
51759
51760 commit 43ef1c381f9195504a2488f5cb909227eb97d475
51761 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
51762 Date:   Fri Nov 30 17:29:59 2007 +0100
51763
51764     cmd_bmp: Add support for displaying gzip compressed bmps
51765
51766     The existing code can show information about a gzip compressed BMP
51767     image, but can't actually display it.
51768
51769     Therefore, move the decompression code out of bmp_info() and use it in
51770     bmp_display() as well in order to display a compressed BMP image.
51771
51772     Also, clean things up a bit and fix a memory leak while we're at it.
51773
51774     [hskinnemoen@atmel.com: a bit of refactoring]
51775     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51776
51777 commit d197ffd8172c6fdef38733424640a9a47295d6e9
51778 Author: Guennadi Liakhovetski <lg@denx.de>
51779 Date:   Thu Nov 29 21:15:56 2007 +0100
51780
51781     Fix and optimize MII operations on FEC (MPC8xx) controllers
51782
51783     This patch fixes several issues at least on a MPC885 based system with two
51784     FEC interfaces used in MII mode.
51785
51786     1. PHY discovery should first read PHY_PHYIDR2 register and only then
51787        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
51788        otherwise the values read are wrong. Also notice, that PHY discovery
51789        cannot work on MPC88x / MPC87x in setups with both FECs active at all
51790        in its present form, because for both interfaces the registers from FEC
51791        1 are used to communicate over MII.
51792
51793     2. Remove code duplication for resetting the FEC by isolating it into a
51794        separate function.
51795
51796     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
51797
51798     4. Optimize mii_init() to only reset the FEC 1 controller once.
51799
51800     5. Fix a typo in mii_init() using index i instead of j thus potentially
51801        leading to unpredictable results.
51802
51803     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
51804
51805 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
51806 Author: Guennadi Liakhovetski <lg@denx.de>
51807 Date:   Tue Nov 20 13:14:20 2007 +0100
51808
51809     Fix endianness conversions in rtl8169 driver
51810
51811     It is unclear on what platforms this driver has been tested, since
51812     noone up to now defines CONFIG_RTL8169 in the board configuration
51813     header. Now it has been fixed for a big-endian mpc8241 based
51814     linkstation platform. This patch presents the necessary endianness
51815     conversion fixes.
51816
51817     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
51818
51819 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
51820 Author: Zhang Wei <wei.zhang@freescale.com>
51821 Date:   Thu Jan 3 10:51:15 2008 +0800
51822
51823     Add Ctrl combo key support to usb keyboard driver.
51824
51825     Ctrl combo key support is added, which is very useful to input Ctrl-C
51826     for interrupt current job.
51827     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
51828     key input when tstc() is called.
51829
51830     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
51831     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51832
51833 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
51834 Author: Wolfgang Denk <wd@denx.de>
51835 Date:   Wed Jan 9 13:43:38 2008 +0100
51836
51837     Coding Style clenaup; update CHANGELOG
51838
51839     Signed-off-by: Wolfgang Denk <wd@denx.de>
51840
51841 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
51842 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51843 Date:   Thu Dec 27 17:13:11 2007 +0100
51844
51845     Remove bit swapping in Xilinx Spartan bitfile loading
51846
51847     This patch removes the unnecessary bit swapping when
51848     booting .bit files with the 'fpga loadb' command.
51849
51850     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51851
51852 commit 437fc7327f0611f82937858f2d80e4cd61b40984
51853 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51854 Date:   Thu Dec 27 17:13:05 2007 +0100
51855
51856     Fix MSB check in Xilinx Spartan slave serial mode
51857
51858     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51859
51860 commit 3bff4ffa33729a42645e328a21e8d16488872958
51861 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51862 Date:   Thu Dec 27 17:12:56 2007 +0100
51863
51864     Add new Xilinx Spartan FPGA types
51865
51866     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51867
51868 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
51869 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51870 Date:   Thu Dec 27 17:12:43 2007 +0100
51871
51872     Add pre and post configuration callbacks for Spartan FPGAs
51873
51874     This patch adds a post configuration callback for Spartan2/3 FPGAs.
51875     pre and post configuration callback are now optional and
51876     not called when the function pointer is set to NULL.
51877
51878     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51879
51880 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
51881 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51882 Date:   Thu Dec 27 17:12:34 2007 +0100
51883
51884     Improve configuration of FPGA subsystem
51885
51886     This patch removes the FPGA subsystem configuration through
51887     the CONFIG_FPGA bitmask configuration option.
51888
51889     See README for the new options:
51890
51891         CONFIG_FPGA,
51892         CONFIG_FPGA_<vendor>,
51893         CONFIG_FPGA_<family>
51894
51895     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51896
51897 commit 95c6bc7d4a3588b452baca610f8c795a83630477
51898 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51899 Date:   Thu Dec 27 16:55:17 2007 +0100
51900
51901     Add Epson RX8025 RTC support
51902
51903     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51904
51905 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
51906 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51907 Date:   Thu Dec 27 16:57:23 2007 +0100
51908
51909     serial: Make default_serial_console() a weak function
51910
51911     With this patch it is possible to reimplement default_serial_console()
51912     in board specific code. This will be done in the upcomming PMC440
51913     U-Boot port. This also allows the lwmon board maintainer to
51914     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
51915
51916     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51917
51918 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
51919 Author: Harald Welte <laforge@openmoko.org>
51920 Date:   Wed Dec 19 14:14:47 2007 +0100
51921
51922     add 'terminal program' functionality
51923
51924     This patch adds a 'cu' like serial terminal command to u-boot
51925     using which you can access other serial ports from the system console.
51926
51927     OpenMoko uses this in their Neo1973 phones to get access to the GSM
51928     Modem and GPS chip from the bootloader.
51929
51930     Signed-off-by: Harald Welte <laforge@openmoko.org>
51931
51932 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
51933 Author: Harald Welte <laforge@openmoko.org>
51934 Date:   Wed Dec 19 14:12:53 2007 +0100
51935
51936     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
51937     that used to exist with the legacy NAND code
51938
51939     Signed-off-by: Harald Welte <laforge@openmoko.org>
51940
51941 commit f540c42d9564854b19ce9bbb70affe172529fe70
51942 Author: Harald Welte <laforge@openmoko.org>
51943 Date:   Wed Dec 19 14:09:58 2007 +0100
51944
51945     Fix building with CRAMFS but not JFFS2 support
51946
51947     Signed-off-by: Harald Welte <laforge@openmoko.org>
51948
51949 commit 23d0baf967fecdaf1804f045f6339337c5607eec
51950 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51951 Date:   Sat Dec 22 15:52:58 2007 +0100
51952
51953     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
51954
51955     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
51956     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51957
51958 commit 23776ff292966a85d811126933830bed48211826
51959 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51960 Date:   Tue Dec 11 10:53:12 2007 +0100
51961
51962     ARM: support board-specific ethernet PHY init
51963
51964     Add until the new phylib will be arrived
51965
51966     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51967
51968 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
51969 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51970 Date:   Sat Dec 8 16:34:08 2007 +0100
51971
51972     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
51973
51974     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51975
51976 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
51977 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51978 Date:   Sun Dec 9 11:01:10 2007 +0100
51979
51980     Add missing file in gitignore and comments
51981
51982     based on Linux source tree's .gitignore files
51983
51984     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51985
51986 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
51987 Author: Wolfgang Denk <wd@denx.de>
51988 Date:   Wed Jan 9 11:36:21 2008 +0100
51989
51990     Coding Style cleanup, update CHANGELOG
51991
51992     Signed-off-by: Wolfgang Denk <wd@denx.de>
51993
51994 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
51995 Author: Stefan Roese <sr@denx.de>
51996 Date:   Wed Jan 9 10:38:58 2008 +0100
51997
51998     POST: Execute SPR test after relocation
51999
52000     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
52001     self modifying code and this doesn't work with stack in d-cache, since
52002     I can't move the code from d-cache to i-cache. We move the SPR test to
52003     be executed a little later, after relocation. Then stack is located in
52004     SDRAM and this self-modifying code is no problem anymore.
52005
52006     Signed-off-by: Stefan Roese <sr@denx.de>
52007
52008 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
52009 Author: Stefan Roese <sr@denx.de>
52010 Date:   Wed Jan 9 10:28:20 2008 +0100
52011
52012     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
52013
52014     This patch configures the LWMON5 port to use d-cache as init-ram and
52015     the unused GPT0_COMP6 as POST WORD storage.
52016
52017     Signed-off-by: Stefan Roese <sr@denx.de>
52018
52019 commit 1754f50b710194f886b6f2831803d8960171a14d
52020 Author: Stefan Roese <sr@denx.de>
52021 Date:   Wed Jan 9 10:25:46 2008 +0100
52022
52023     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
52024
52025     The privious 4xx POST implementation only supported storing the POST
52026     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
52027     we need to store the POST WORD in some other non volatile location.
52028     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
52029     a location.
52030
52031     Signed-off-by: Stefan Roese <sr@denx.de>
52032
52033 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
52034 Author: Stefan Roese <sr@denx.de>
52035 Date:   Wed Jan 9 10:23:16 2008 +0100
52036
52037     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
52038
52039     This patch adds support for locking the init-ram/stack in d-cache,
52040     so that other regions may use d-cache as well
52041
52042     Note, that this current implementation locks exactly 4k of d-cache,
52043     so please make sure that you don't define a bigger init-ram area. Take
52044     a look at the lwmon5 440EPx implementation as a reference.
52045
52046     Signed-off-by: Stefan Roese <sr@denx.de>
52047
52048 commit 0ddb89601a8d29e808db450366752ffdc6267c53
52049 Author: Wolfgang Denk <wd@denx.de>
52050 Date:   Wed Jan 9 10:16:33 2008 +0100
52051
52052     Fix memset bug in ext2fs_read_file()
52053
52054     ext2fs_read_file() had the function arguments swapped.
52055
52056     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
52057
52058     Signed-off-by: Wolfgang Denk <wd@denx.de>
52059
52060 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
52061 Author: Markus KlotzbĂ¼cher <mk@denx.de>
52062 Date:   Tue Jan 5 08:17:15 1988 +0100
52063
52064     Fix problems with usb storage devices on MPC5200 /TQM5200
52065
52066     The MPC5200 OHCI controller operates in big endian, so
52067     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
52068
52069     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
52070
52071 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
52072 Author: Wolfgang Denk <wd@denx.de>
52073 Date:   Tue Jan 8 22:58:27 2008 +0100
52074
52075     Fix compile problem with new env code.
52076
52077     Signed-off-by: Wolfgang Denk <wd@denx.de>
52078
52079 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
52080 Author: Markus KlotzbĂ¼cher <mk@denx.de>
52081 Date:   Tue Nov 27 10:23:20 2007 +0100
52082
52083     tools: fix fw_printenv tool to compile again
52084
52085     This patch updates the fw_printenv/fw_setenv userspace tool to include
52086     the correct MTD header in order to compile against current kernel
52087     headers. Backward compatibility is preserved by introducing an option
52088     MTD_VERSION which can be set to "old" for compilation using the old MTD
52089     headers. Along with this a number of warnings are fixed.
52090
52091     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
52092
52093 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
52094 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52095 Date:   Tue Jan 8 15:40:09 2008 +0100
52096
52097     ppc4xx: assign PCI interrupts on seuqoia boards
52098
52099     Some operating systems rely on assigned PCI interrupts.
52100
52101     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52102
52103 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
52104 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52105 Date:   Tue Jan 8 15:50:49 2008 +0100
52106
52107     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
52108
52109     This patch allows the use of 4xx interrupt vector number defines
52110     in board specific code outside cpu/ppc4xx.
52111
52112     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52113
52114 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
52115 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52116 Date:   Tue Jan 8 15:39:01 2008 +0100
52117
52118     ppc4xx: Fix UIC2 vector number base
52119
52120     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52121
52122 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
52123 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52124 Date:   Tue Jan 8 12:49:58 2008 +0100
52125
52126     ppc4xx: Update PLB/PCI divider for PMC440 board
52127
52128     This patch updates the PLB/PCI divider when running at
52129     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
52130
52131     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52132
52133 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
52134 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52135 Date:   Tue Jan 8 11:13:09 2008 +0100
52136
52137     ppc4xx: Disable error message when no NAND chip is installed on PMC440
52138
52139     Add CFG_NAND_QUIET_TEST option to disable error message when
52140     no NAND chip is installed on PMC440 boards.
52141
52142     Disable a couple of config defines that are only used for NAND_U_BOOT.
52143
52144     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52145
52146 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
52147 Author: Wolfgang Denk <wd@denx.de>
52148 Date:   Tue Jan 8 22:58:27 2008 +0100
52149
52150     Fix compile problem with new env code.
52151
52152     Signed-off-by: Wolfgang Denk <wd@denx.de>
52153
52154 commit 6de66b35426312a21174a9bf0576a094e2904bea
52155 Author: Markus KlotzbĂ¼cher <mk@denx.de>
52156 Date:   Tue Nov 27 10:23:20 2007 +0100
52157
52158     tools: fix fw_printenv tool to compile again
52159
52160     This patch updates the fw_printenv/fw_setenv userspace tool to include
52161     the correct MTD header in order to compile against current kernel
52162     headers. Backward compatibility is preserved by introducing an option
52163     MTD_VERSION which can be set to "old" for compilation using the old MTD
52164     headers. Along with this a number of warnings are fixed.
52165
52166     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
52167
52168 commit ad3006fe7e84667021753b74247b0bafd97ba35f
52169 Author: Gerald Van Baren <vanbaren@cideas.com>
52170 Date:   Mon Jan 7 23:47:32 2008 -0500
52171
52172     LIBFDT: use memmove() instead of memcpy()
52173
52174     This is partial patch from the DTC/libfdt
52175     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
52176     Author: David Gibson <david@gibson.dropbear.id.au>
52177     Date:   Wed Nov 21 11:56:14 2007 +1100
52178
52179         The patch also fixes one genuine bug caught by valgrind -
52180         _packblocks() in fdt_rw.c was using memcpy() where it should have been
52181         using memmove().
52182
52183     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
52184
52185 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
52186 Author: David Gibson <david@gibson.dropbear.id.au>
52187 Date:   Mon Dec 17 14:42:07 2007 +1100
52188
52189     libfdt: Add more documentation (patch the seventh)
52190
52191     This patch adds more documenting comments to libfdt.h.  Specifically,
52192     these document the read/write functions (not including fdt_open_into()
52193     and fdt_pack(), for now).
52194
52195     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
52196
52197 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
52198 Author: David Gibson <david@gibson.dropbear.id.au>
52199 Date:   Mon Dec 17 14:41:52 2007 +1100
52200
52201     libfdt: Add more documentation (patch the sixth)
52202
52203     This patch adds some more documenting comments to libfdt.h.
52204     Specifically this documents all the write-in-place functions.
52205
52206     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
52207
52208 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
52209 Author: Gerald Van Baren <vanbaren@cideas.com>
52210 Date:   Sat Dec 29 22:45:27 2007 -0500
52211
52212     Fine grained per property /chosen updating.
52213
52214     Implement a suggestion by Scott Wood to make the /chosen handling fine
52215     grained.  Don't overwrite pre-existing properties on a per-property basis,
52216     so if /chosen exists but a necessary /chosen/property doesn't, it gets
52217     created.  If a /chosen property exists, it is NOT overwritten unless the
52218     "force" flag is true.
52219
52220     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
52221
52222 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
52223 Author: Gerald Van Baren <vanbaren@cideas.com>
52224 Date:   Sat Jan 5 15:33:29 2008 -0500
52225
52226     Improve the FDT help message.
52227
52228     Add a note that "fdt copy" makes the new address active.
52229     Remove most of the extra hints at the end of the fdt help.
52230
52231     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
52232
52233 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
52234 Author: Gerald Van Baren <vanbaren@cideas.com>
52235 Date:   Sat Jan 5 14:52:04 2008 -0500
52236
52237     Support setting FDT properties with optional values.
52238
52239     Fix a bug found and documented by Bartlomiej Sieka where the optional
52240     value on "fdt set <path> <prop> [<val>]" wasn't optional.
52241
52242     => fdt mknode / testnode
52243     => fdt print /testnode
52244     testnode {
52245     };
52246     => fdt set /testnode testprop
52247     => fdt print /testnode
52248     testnode {
52249             testprop;
52250     };
52251
52252     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
52253
52254 commit 22fb2246df91bfc840d87f0c5910818bad55577a
52255 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52256 Date:   Fri Dec 28 11:56:30 2007 +0100
52257
52258     Add fdt_find_and_setprop() to fdt_support.h
52259
52260     fdt_find_and_setprop() is used by several 4xx boards and it's
52261     missing in the appropriate header. This patch eliminates a
52262     warning when building U-Boot for such boards.
52263
52264     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52265     Acked-by: Stefan Roese <sr@denx.de>
52266
52267 commit 802b769bac17b0560d3535a42c502469ee190cd1
52268 Author: Stefan Roese <sr@denx.de>
52269 Date:   Tue Jan 8 18:39:30 2008 +0100
52270
52271     ppc4xx: Return 0 on success in 4xx ethernet driver
52272
52273     Signed-off-by: Stefan Roese <sr@denx.de>
52274
52275 commit 6775c68683a53c7abc778774641aac6f833a2cbf
52276 Author: Kim Phillips <kim.phillips@freescale.com>
52277 Date:   Tue Jan 8 09:59:49 2008 -0600
52278
52279     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
52280
52281     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52282
52283 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
52284 Author: Kim Phillips <kim.phillips@freescale.com>
52285 Date:   Thu Dec 20 16:28:34 2007 -0600
52286
52287     mpc83xx: rm remaining FLAT_TREE code
52288
52289     ..in board pci.c files
52290
52291     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52292
52293 commit b3458d2cd55d01732e30a76d898afd99e871cd67
52294 Author: Kim Phillips <kim.phillips@freescale.com>
52295 Date:   Thu Dec 20 15:57:28 2007 -0600
52296
52297     mpc83xx: remove FLAT_TREE code
52298
52299     need to rm it from pci code, too!
52300
52301     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52302
52303 commit 5b8bc606c61456566af6912f818a153b6b06f242
52304 Author: Kim Phillips <kim.phillips@freescale.com>
52305 Date:   Thu Dec 20 14:09:22 2007 -0600
52306
52307     mpc83xx: convert to using do_fixup_*()
52308
52309     convert to using simpler mpc85xx style fdt update code; streamline by
52310     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
52311     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
52312     converted over to using libfdt).
52313
52314     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52315
52316 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
52317 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52318 Date:   Thu Dec 20 12:58:51 2007 -0500
52319
52320     sbc8349: enable libfdt by default on WRS SBC8349 board.
52321
52322     Make libfdt the default for the WRS SBC8349 board.
52323     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
52324     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
52325
52326     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52327
52328 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
52329 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52330 Date:   Thu Dec 20 12:58:16 2007 -0500
52331
52332     sbc8349: migrate board to libfdt
52333
52334     This adds libfdt support code for the Wind River sbc8349 board.
52335
52336     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
52337     the other Freescale 83xx boards.
52338
52339     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52340
52341 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
52342 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52343 Date:   Thu Dec 20 12:56:19 2007 -0500
52344
52345     sbc8349: Remove board specific ECC code
52346
52347     ECC code is now shared for all 83xx boards, so remove board specific one.
52348     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
52349
52350     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52351
52352 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
52353 Author: Kim Phillips <kim.phillips@freescale.com>
52354 Date:   Thu Dec 20 01:30:48 2007 -0600
52355
52356     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
52357
52358     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
52359
52360     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52361
52362 commit ccf21c311e68d48399eff1e72936052885f6e3f7
52363 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
52364 Date:   Thu Dec 6 16:43:40 2007 +0100
52365
52366     Add support CONFIG_UEC_ETH3 in MPC83xx
52367
52368     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
52369
52370 commit e6af9932d31171e35db880e7b2f29f903b1b7660
52371 Author: Kumar Gala <galak@kernel.crashing.org>
52372 Date:   Mon Nov 26 11:00:54 2007 -0600
52373
52374     Remove CONFIG options related to OF that we dont use
52375
52376     The MPC8360E MDS config defined:
52377         CONFIG_OF_HAS_BD_T
52378         CONFIG_OF_HAS_UBOOT_ENV
52379
52380     Which we don't use or ever needed.  This seems like copy-paste feature creep.
52381
52382     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52383
52384 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
52385 Author: Kim Phillips <kim.phillips@freescale.com>
52386 Date:   Mon Dec 10 14:16:22 2007 -0600
52387
52388     mpc83xx: supress compiler warning
52389
52390     mpc8360emds.c: In function â€˜ft_board_setup’:
52391     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
52392     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
52393
52394     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52395
52396 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
52397 Author: Kim Phillips <kim.phillips@freescale.com>
52398 Date:   Tue Nov 27 14:17:29 2007 -0600
52399
52400     mpc83xx: fix remaining fdt_find_node_by_path references
52401
52402     rename to fdt_path_offset
52403
52404     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52405
52406 commit 921d4b19ad1be704df58725485d9292dc0414adf
52407 Author: Kim Phillips <kim.phillips@freescale.com>
52408 Date:   Mon Nov 19 12:30:09 2007 -0600
52409
52410     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
52411
52412     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
52413     This change guarantees that the environment will be located on the
52414     first flash sector after the U-Boot image.
52415
52416     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52417
52418 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
52419 Author: Kim Phillips <kim.phillips@freescale.com>
52420 Date:   Fri Nov 9 14:28:08 2007 -0600
52421
52422     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
52423
52424     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
52425     properties in the device tree so the PHY gets configured for internal delay on
52426     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
52427
52428     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52429
52430 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
52431 Author: Dave Liu <r63238@freescale.com>
52432 Date:   Tue Sep 18 12:41:15 2007 +0800
52433
52434     mpc83xx: update the CREDITS and MAINTAINERS
52435
52436     update the CREDITS and MAINTAINERS.
52437
52438     Signed-off-by: Dave Liu <daveliu@freescale.com>
52439
52440 commit b21add4b42af7b767448251b599b91066a160e0d
52441 Author: Dave Liu <r63238@freescale.com>
52442 Date:   Tue Sep 18 12:40:21 2007 +0800
52443
52444     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
52445
52446     Add the MAINTAINER and MAKEALL entries for mpc837xemds
52447
52448     Signed-off-by: Dave Liu <daveliu@freescale.com>
52449
52450 commit f8900ce9094c462355eb792eea264ff16ac8fd16
52451 Author: Dave Liu <r63238@freescale.com>
52452 Date:   Tue Sep 18 12:38:53 2007 +0800
52453
52454     mpc83xx: Add the MPC837xEMDS board readme
52455
52456     Add the README.mpc837xemds to /doc
52457
52458     Signed-off-by: Dave Liu <daveliu@freescale.com>
52459
52460 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
52461 Author: Dave Liu <r63238@freescale.com>
52462 Date:   Tue Sep 18 12:37:57 2007 +0800
52463
52464     mpc83xx: Add the support of MPC837xEMDS board
52465
52466     The MPC837xEMDS board support:
52467     * DDR2 400MHz hardcoded and SPD init
52468     * Local bus NOR Flash
52469     * I2C, UART, MII and RTC
52470     * eTSEC RGMII
52471     * PCI host
52472
52473     Signed-off-by: Dave Liu <daveliu@freescale.com>
52474
52475 commit 555da61702771fe0f76f3de23b4e7590f3704161
52476 Author: Dave Liu <r63238@freescale.com>
52477 Date:   Tue Sep 18 12:36:58 2007 +0800
52478
52479     mpc83xx: Add the support of MPC8315E SoC
52480
52481     The MPC8315E SoC including e300c3 core and new IP blocks,
52482     such as TDM, PCI Express and SATA controller.
52483
52484     Signed-off-by: Dave Liu <daveliu@freescale.com>
52485
52486 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
52487 Author: Dave Liu <r63238@freescale.com>
52488 Date:   Tue Sep 18 12:36:11 2007 +0800
52489
52490     mpc83xx: Add the support of MPC837x SoC
52491
52492     The MPC837x SoC including e300c4 core and new IP blocks,
52493     such as SDHC, PCI Express and SATA controller.
52494
52495     Signed-off-by: Dave Liu <daveliu@freescale.com>
52496
52497 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
52498 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52499 Date:   Wed Nov 14 18:54:53 2007 +0300
52500
52501     MPC8360E-MDS: configure and enable second UART
52502
52503     Despite user manual, BCSR9.7 is negated (high) on HRST, so
52504     UART2 is disabled. Fix that and configure QE pins properly.
52505
52506     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52507
52508 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
52509 Author: Timur Tabi <timur@freescale.com>
52510 Date:   Mon Nov 5 09:34:06 2007 -0600
52511
52512     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
52513
52514     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
52515     currently-defined 83xx boards.  This change guarantees that the environment
52516     will be located on the first flash sector after the U-Boot image.
52517
52518     Signed-off-by: Timur Tabi <timur@freescale.com>
52519     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52520
52521 commit e05329516a13616b53240cd85b739217c2bf87f1
52522 Author: Larry Johnson <lrj@acm.org>
52523 Date:   Fri Jan 4 13:27:02 2008 -0500
52524
52525     ppc4xx: Remove weak binding from common Denali data-eye search code
52526
52527     Now that there are no board-specific versions of
52528     "denali_core_search_data_eye()", the weak binding on the common version
52529     can be removed.
52530
52531     Signed-off-by: Larry Johnson <lrj@acm.org>
52532
52533 commit 5ba576c01602fd328800a427964c36a0a05c5dce
52534 Author: Stefan Roese <sr@denx.de>
52535 Date:   Sat Jan 5 09:13:46 2008 +0100
52536
52537     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
52538
52539     Signed-off-by: Stefan Roese <sr@denx.de>
52540
52541 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
52542 Author: Stefan Roese <sr@denx.de>
52543 Date:   Sat Jan 5 09:12:41 2008 +0100
52544
52545     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
52546
52547     On Katmai the complete auto-calibration somehow doesn't seem to
52548     produce the best results, meaning optimal values for RQFD/RFFD.
52549     This was discovered by GDA using a high bandwidth scope,
52550     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
52551     so now on Katmai "only" RFFD is auto-calibrated.
52552
52553     This patch also adds RDCC calibration as mentioned on page 7 of
52554     the AMCC PowerPC440SP/SPe DDR2 application note:
52555     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
52556
52557     Signed-off-by: Stefan Roese <sr@denx.de>
52558
52559 commit 49db47b8ae6afff2b898be312948ff501357dc80
52560 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52561 Date:   Wed Jan 2 16:48:42 2008 +0100
52562
52563     ppc4xx: Remove sdram.h from PMC440 board
52564
52565     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52566
52567 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
52568 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52569 Date:   Wed Jan 2 16:48:34 2008 +0100
52570
52571     ppc4xx: use common denali core defines and data eye search code for PMC440
52572
52573     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52574
52575 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
52576 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52577 Date:   Wed Jan 2 12:05:14 2008 +0100
52578
52579     ppc4xx: More cleanup for esd's LCD code
52580
52581     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52582
52583 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
52584 Author: Stefan Roese <sr@denx.de>
52585 Date:   Fri Jan 4 12:00:01 2008 +0100
52586
52587     ppc4xx: Fix Sequoia NAND booting target
52588
52589     The Sequoia NAND booting target now uses the recently extracted
52590     cpu/ppc4xx/denali_data_eye.c file too.
52591
52592     Signed-off-by: Stefan Roese <sr@denx.de>
52593
52594 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
52595 Author: Lawrence R. Johnson <lrj@acm.org>
52596 Date:   Thu Jan 3 15:02:02 2008 -0500
52597
52598     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
52599
52600     Signed-off-by: Larry Johnson <lrj@acm.org>
52601
52602 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
52603 Author: Lawrence R. Johnson <lrj@acm.org>
52604 Date:   Fri Jan 4 02:11:56 2008 -0500
52605
52606     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
52607
52608     Note: this patch changes the configuration of some GPIO registers:
52609
52610        Register      Old Value   New Value
52611     ---------------  ----------  ----------
52612     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
52613     DCR GPIO0_TSRH   0x55005000  0x00000000
52614     DCR GPIO1_TCR    0xC2000000  0xE2000000
52615     DCR GPIO1_TSRL   0x0C000000  0x00200000
52616     DCR GPIO1_ISR2L  0x00050000  0x00110000
52617
52618     Signed-off-by: Larry Johnson <lrj@acm.org>
52619
52620 commit 5ab884b254ca2e707ab50545cd705f30108cf491
52621 Author: Lawrence R. Johnson <lrj@acm.org>
52622 Date:   Thu Jan 3 18:54:00 2008 -0500
52623
52624     ppc4xx: Add functionality to GPIO support
52625
52626     This patch makes two additions to GPIO support:
52627
52628     First, it adds function gpio_read_in_bit() to read the a bit from the
52629     GPIO Input Register (GPIOx_IR) in the same way that function
52630     gpio_read_out_bit() reads a bit from the GPIO Output Register
52631     (GPIOx_OR).
52632
52633     Second, it modifies function gpio_set_chip_configuration() to provide
52634     an additional option for configuring the GPIO from the
52635     "CFG_4xx_GPIO_TABLE".
52636
52637     According to the 440EPx User's Manual, when an alternate output is used,
52638     the three-state control is configured in one of two ways, depending on
52639     the particular output.  The first option is to select the corresponding
52640     alternate three-state control in the GPIOx_TRSH/L registers.  The second
52641     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
52642     the GPIOx_TRSH/L registers, and set the corresponding bit in the
52643     GPIOx_TCR register to enable the output.  For example, the Manual
52644     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
52645     the alternate three-state control (first option), and specifies
52646     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
52647     enabled in the GPIOx_TCR register (second option).
52648
52649     Currently, gpio_set_chip_configuration() configures all alternate signal
52650     outputs to use the first option.  This patch allow the second option to
52651     be selected by setting the "out_val" element in the table entry to
52652     "GPIO_OUT_1".  The first option is used when the "out_val" element is
52653     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
52654     alternate signal is selected, and because all current GPIO tables set
52655     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
52656     not change any existing configurations.
52657
52658     Signed-off-by: Larry Johnson <lrj@acm.org>
52659
52660 commit 196404cdc1de495d6182e84731c200fc5748df15
52661 Author: Larry Johnson <lrj@arlinx.com>
52662 Date:   Sun Dec 30 01:01:54 2007 -0500
52663
52664     PPC4xx: Remove sdram.h from board/lwmon5
52665
52666     These definitions are now in "include/ppc440.h".
52667
52668     Signed-off-by: Larry Johnson <lrj@acm.org>
52669
52670 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
52671 Author: Larry Johnson <lrj@arlinx.com>
52672 Date:   Sun Dec 30 01:01:32 2007 -0500
52673
52674     PPC4xx: Use common code for LWMON5 board SDRAM support
52675
52676     This patch also modifies the functionality of the code so that the data-eye
52677     search is now done with with the cache disabled.
52678
52679     Signed-off-by: Larry Johnson <lrj@acm.org>
52680
52681 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
52682 Author: Larry Johnson <lrj@arlinx.com>
52683 Date:   Sun Dec 30 01:01:14 2007 -0500
52684
52685     PPC4xx: Remove sdram.h from board/amcc/sequoia
52686
52687     These definitions are now in "include/ppc440.h".
52688
52689     Signed-off-by: Larry Johnson <lrj@acm.org>
52690
52691 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
52692 Author: Larry Johnson <lrj@arlinx.com>
52693 Date:   Sun Dec 30 01:00:50 2007 -0500
52694
52695     PPC4xx: Use common code for Sequoia board SDRAM support
52696
52697     Signed-off-by: Larry Johnson <lrj@acm.org>
52698
52699 commit 8b0c5c127690335758100c25eaec2b84db97c101
52700 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52701 Date:   Thu Dec 27 16:58:41 2007 +0100
52702
52703     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
52704
52705     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
52706     networking stack does not automatically switch to
52707     another interface. This patch does not touch the default
52708     behavior.
52709
52710     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52711     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
52712
52713 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
52714 Author: Upakul Barkakaty <upakul@gmail.com>
52715 Date:   Thu Nov 29 12:16:13 2007 +0530
52716
52717     NET: Proper return code handling in eth_init() function in file eth.c
52718
52719     This patch modifies the return code handling in the eth_init()
52720     function, to be compatible with the handling of the return codes in
52721     the other network stack files. It now returns a 0 on Success and -1 on
52722     error.
52723
52724     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
52725     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
52726
52727 commit 5ca2d0953e4579a80810966cca2077e20d912c97
52728 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
52729 Date:   Mon Nov 19 20:27:04 2007 +0900
52730
52731     net/eth.c: Fix env_enetaddr signed overflow
52732
52733     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
52734     warned as below:
52735
52736       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
52737
52738       DRAM:  256 MB
52739       Flash: 32 MB
52740       In:    serial
52741       Out:   serial
52742       Err:   serial
52743       Net:   NEC-Candy
52744       Warning: NEC-Candy MAC addresses don't match:
52745       Address in SROM is         00:00:4C:80:92:A2
52746       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
52747
52748     This patch changes env_enetaddr type from `char' to `unsigned char'.
52749
52750     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
52751     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
52752     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
52753
52754 commit f85b60710571b37293d2233933b76e2aa3db5635
52755 Author: Rafal Jaworowski <raj@semihalf.com>
52756 Date:   Thu Dec 27 18:19:02 2007 +0100
52757
52758     Introduce new eth_receive routine
52759
52760     The purpose of this routine is receiving a single network frame, outside of
52761     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
52762     U-Boot will let them utilise networking facilities. For sending a raw frame
52763     the already existing eth_send() can be used.
52764
52765     The direct consumer of this routine is the newly introduced API layer for
52766     external applications (enabled with CONFIG_API).
52767
52768     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
52769     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
52770     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
52771
52772 commit 5c740711f0ea5b51414b341b71597c4a0751be74
52773 Author: Jon Loeliger <jdl@freescale.com>
52774 Date:   Thu Jan 3 10:41:04 2008 -0600
52775
52776     8610: Move include of config.h earlier.
52777
52778     Include config.h earlier in the set of #includes
52779     so as to avoid a incidental and duplicate definition
52780     of CFG_CACHELINE_SIZE.
52781
52782     Signed-off-by: Jon Loeliger
52783
52784 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
52785 Author: Jon Loeliger <jdl@freescale.com>
52786 Date:   Tue Dec 4 10:53:34 2007 -0600
52787
52788     Don't slam #undef DEBUG in the 8641HPCN config file.
52789
52790     Doing so prevents it from being individually set
52791     and useful in other files.
52792
52793     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52794
52795 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
52796 Author: Jon Loeliger <jdl@freescale.com>
52797 Date:   Wed Nov 28 14:47:18 2007 -0600
52798
52799     Convert MPC8641HPCN to use libfdt.
52800
52801     Assumes the presence of the aliases node in the DTS to
52802     locate the ethernet, pci and serial nodes for fixups.
52803
52804     Use consistent fdtaddr and fdtfile in environment variables.
52805
52806     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52807
52808 commit ce37422d0002e10490e268392e0c4e3028e52cec
52809 Author: Stefan Roese <sr@denx.de>
52810 Date:   Wed Jan 2 14:06:26 2008 +0100
52811
52812     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
52813
52814     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
52815     flash chips connected to a 32bit wide port.
52816
52817     Signed-off-by: Stefan Roese <sr@denx.de>
52818
52819 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
52820 Author: Wolfgang Denk <wd@denx.de>
52821 Date:   Wed Jan 2 15:58:44 2008 +0100
52822
52823     Fix compile problem introduced by "cleanup" commit 3dfd708c
52824
52825     Signed-off-by: Wolfgang Denk <wd@denx.de>
52826
52827 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
52828 Author: Wolfgang Denk <wd@denx.de>
52829 Date:   Wed Jan 2 15:54:45 2008 +0100
52830
52831     Make scripts and Makefiles POSIX compliant
52832
52833     The bash builtin versions of the "test" (resp. "[") command allow
52834     using "==" for string comparisons, but POSIX compatible implemen-
52835     tations (like /usr/bin/test) insist on using "=" only. On such systems
52836     you will see:
52837
52838         $ /usr/bin/test a == a && echo OK
52839         /usr/bin/test: ==: binary operator expected
52840
52841     This patch fixes Makefiles and scripts to use POSIX style.
52842
52843     Signed-off-by: Wolfgang Denk <wd@denx.de>
52844
52845 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
52846 Author: Stefan Roese <sr@denx.de>
52847 Date:   Wed Jan 2 14:05:37 2008 +0100
52848
52849     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
52850
52851     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
52852     flash chips connected to a 32bit wide port.
52853
52854     Signed-off-by: Stefan Roese <sr@denx.de>
52855
52856 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
52857 Author: Wolfgang Denk <wd@denx.de>
52858 Date:   Wed Jan 2 12:38:43 2008 +0100
52859
52860     Minor coding style cleanup.
52861
52862     Signed-off-by: Wolfgang Denk <wd@denx.de>
52863
52864 commit e174ac34adf5d5653df12bc3cf19c52063a71269
52865 Author: Stefan Roese <sr@denx.de>
52866 Date:   Fri Dec 28 17:29:56 2007 +0100
52867
52868     ppc4xx: Coding style cleanup
52869
52870     Signed-off-by: Stefan Roese <sr@denx.de>
52871
52872 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
52873 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52874 Date:   Fri Dec 28 17:07:24 2007 +0100
52875
52876     ppc4xx: Complete PMC440 board support
52877
52878     This patch brings the PMC440 board configuration file.
52879     Finally it enables the PMC440 board support.
52880
52881     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52882
52883 commit 407843a582560fc5231299561ab3c2b6b6cd3397
52884 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52885 Date:   Fri Dec 28 17:07:18 2007 +0100
52886
52887     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
52888
52889     This patch adds some BSP commands and FPGA booting support
52890     for esd's PMC440 boards.
52891
52892     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52893
52894 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
52895 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52896 Date:   Fri Dec 28 17:07:14 2007 +0100
52897
52898     ppc4xx: Add initial esd PMC440 board files
52899
52900     This patch adds the first files for the new esd PMC440 boards.
52901     The next two patches will complete the PMC440 board support.
52902
52903     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52904
52905 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
52906 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52907 Date:   Fri Dec 28 17:10:36 2007 +0100
52908
52909     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
52910
52911     - add EEPROM write protection for esd PLU405 boards.
52912     - initialize NAND GPIOs
52913     - use correct io accessors
52914     - cleanup
52915
52916     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52917
52918 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
52919 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52920 Date:   Fri Dec 28 17:10:44 2007 +0100
52921
52922     ppc4xx: use correct io accessors for esd's LCD code
52923
52924     This patch fixes esd's LCD dectection code to work correctly with
52925     newer gcc versions.
52926
52927     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52928
52929 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
52930 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52931 Date:   Fri Dec 28 17:10:42 2007 +0100
52932
52933     ppc4xx: Maintenance patch for VOH405 boards
52934
52935     - add EEPROM write protection
52936     - initialize NAND GPIOs
52937     - use correct io accessors
52938     - slow down I2C clock to 100kHz
52939     - enable ext. I2C bus
52940     - cleanup
52941
52942     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52943
52944 commit c05569066dbcba3fdf36d4d1943df265dc316a86
52945 Author: Stefan Roese <sr@denx.de>
52946 Date:   Fri Dec 28 16:08:08 2007 +0100
52947
52948     ppc4xx: Enable 405EP PCI arbiter per default on all boards
52949
52950     In an attmemt to clean up the 4xx start.S file, I removed the enabling
52951     of the internal 405EP PCI arbiter. This is needed for multiple other
52952     405EP platforms, like most of the esd 405EP. Now the internal PCI
52953     arbiter is enabled again per default as it has been before.
52954
52955     Signed-off-by: Stefan Roese <sr@denx.de>
52956     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52957
52958 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
52959 Author: Stefan Roese <sr@denx.de>
52960 Date:   Fri Dec 28 15:53:46 2007 +0100
52961
52962     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
52963
52964     Signed-off-by: Stefan Roese <sr@denx.de>
52965     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52966
52967 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
52968 Author: Stefan Roese <sr@denx.de>
52969 Date:   Fri Dec 28 06:06:04 2007 +0100
52970
52971     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
52972
52973     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
52974     platforms mentioned above.
52975
52976     Signed-off-by: Stefan Roese <sr@denx.de>
52977
52978 commit b568fd25574181a3b12ae3d66b2913903442cb83
52979 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52980 Date:   Thu Dec 27 17:03:46 2007 +0100
52981
52982     Remove CPCI440 board
52983
52984     This board never left prototyping state and it
52985     became a millstone round my neck. So remove it.
52986
52987     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52988
52989 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
52990 Author: Larry Johnson <lrj@arlinx.com>
52991 Date:   Thu Dec 27 11:28:51 2007 -0500
52992
52993     Add support for Korat PPC440EPx board
52994
52995     These patches add support for the PPC440EPx-based "Korat" board to
52996     U-Boot.  They are based primarily on support for the Sequoia board.
52997
52998     Signed-off-by: Larry Johnson <lrj@acm.org>
52999
53000 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
53001 Author: Larry Johnson <lrj@arlinx.com>
53002 Date:   Sat Dec 22 15:16:25 2007 -0500
53003
53004     Add configuration file for Korat board
53005
53006     This patch supplies the configuration file for the Korat PPC440EPx-
53007     processor board.
53008
53009     Signed-off-by: Larry Johnson <lrj@acm.org>
53010
53011 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
53012 Author: Larry Johnson <lrj@arlinx.com>
53013 Date:   Sat Dec 22 15:16:11 2007 -0500
53014
53015     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
53016
53017     Signed-off-by: Larry Johnson <lrj@acm.org>
53018
53019 commit aba19604d848b2838cfb9ebe818909e6a216058e
53020 Author: Larry Johnson <lrj@arlinx.com>
53021 Date:   Thu Dec 27 10:54:48 2007 -0500
53022
53023     Add 440EPx DDR2 SPD DIMM support
53024
53025     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
53026     controller.  It should also work on the 440GRx.  It is based on the DDR2
53027     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
53028
53029     This code has been tested on prototype Korat boards with three Kingston
53030     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
53031     (two ranks).  The Korat board has a single DIMM socket, but support has
53032     been provided (though not tested) for boards with two DIMM sockets.
53033
53034     Signed-off-by: Larry Johnson <lrj@acm.org>
53035
53036 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
53037 Author: Larry Johnson <lrj@arlinx.com>
53038 Date:   Sat Dec 22 15:15:30 2007 -0500
53039
53040     Copy 440EPx/GRx SDRAM data-eye search to common directory
53041
53042     This patch creates a non-board-specific file for performing the SDRAM
53043     data-eye search.  It also adds ECC error checking to the test of valid
53044     data on readback when ECC is enabled.
53045
53046     Signed-off-by: Larry Johnson <lrj@acm.org>
53047
53048 commit c46f53333b22b1f9098676bea8884fc7db820cf3
53049 Author: Larry Johnson <lrj@arlinx.com>
53050 Date:   Sat Dec 22 15:15:13 2007 -0500
53051
53052     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
53053
53054     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
53055     It also fixes two typos in the definitions, so the board-specific
53056     "sdram.h" files containing these definitions are also fixed to avoid
53057     compiler warnings.
53058
53059     Signed-off-by: Larry Johnson <lrj@acm.org>
53060
53061 commit c348578bf612d0c56d8d376d23cae16defbd86af
53062 Author: Larry Johnson <lrj@arlinx.com>
53063 Date:   Thu Dec 27 10:50:55 2007 -0500
53064
53065     Add Ethernet 1000BASE-X support for PPC4xx
53066
53067     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
53068     is defined, the PHY will advertise it's capabilities for autonegotiation
53069     based on the capabilities shown in the PHY's status registers, including
53070     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
53071     advertise hard-coded capabilities, as before.
53072
53073     Signed-off-by: Larry Johnson <lrj@acm.org>
53074
53075 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
53076 Author: Larry Johnson <lrj@arlinx.com>
53077 Date:   Thu Dec 27 09:52:17 2007 -0500
53078
53079     Add driver for National Semiconductor LM73 temperature sensor
53080
53081     This driver is based on the driver for the LM75.
53082
53083     Signed-off-by: Larry Johnson <lrj@acm.org>
53084
53085 commit 12618278688ea9b3d76536960a5ad2e3790fac40
53086 Author: Larry Johnson <lrj@arlinx.com>
53087 Date:   Sat Dec 22 15:14:00 2007 -0500
53088
53089     Add driver for STMicroelectronics M41T60 RTC
53090
53091     This driver is based on the driver for the M41T11.  In the intended
53092     application, the RTC will be powered by a large capacitor, rather than a
53093     battery.  The driver therefore checks to see whether the RTC has lost
53094     power.  The chip's OUT bit is normally reset from its power-up state.  If
53095     the OUT bit is read as set, or if the date and time are not valid, then the
53096     RTC is assumed to have lost power, and its date and time are reset to
53097     1900-01-01 00:00:00.
53098
53099     Support for adjusting the speed of the clock to improve accuracy is
53100     provided through an environment variable.
53101
53102     Signed-off-by: Larry Johnson <lrj@acm.org>
53103
53104 commit d3471173e14b7544bb60339eda8d3d3906694b0a
53105 Author: Larry Johnson <lrj@arlinx.com>
53106 Date:   Sat Dec 22 15:34:39 2007 -0500
53107
53108     Use out_be32() and friends to access memory-mapped registers in sequoia.c
53109
53110     Signed-off-by: Larry Johnson <lrj@acm.org>
53111
53112 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
53113 Author: Larry Johnson <lrj@arlinx.com>
53114 Date:   Sat Dec 22 15:34:20 2007 -0500
53115
53116     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
53117
53118     Signed-off-by: Larry Johnson <lrj@acm.org>
53119
53120 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
53121 Author: Larry Johnson <lrj@arlinx.com>
53122 Date:   Sat Dec 22 15:23:50 2007 -0500
53123
53124     Cosmetic changes to ECC POST for AMCC Denali core
53125
53126     Signed-off-by: Larry Johnson <lrj@acm.org>
53127
53128 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
53129 Author: Stefan Roese <sr@denx.de>
53130 Date:   Wed Dec 26 20:20:19 2007 +0100
53131
53132     ppc4xx: Fix compilation problem in 405 cache POST test
53133
53134     Signed-off-by: Stefan Roese <sr@denx.de>
53135
53136 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
53137 Author: Stefan Roese <sr@denx.de>
53138 Date:   Sat Dec 22 12:20:09 2007 +0100
53139
53140     ppc4xx: Move virtual address of POST cache test to bigger address
53141
53142     On Sequoia & LWMON5 the virtual address of the POST cache test is now
53143     moved to a bigger address. This enables usage of more memory on those
53144     boards.
53145
53146     Signed-off-by: Stefan Roese <sr@denx.de>
53147
53148 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
53149 Author: Stefan Roese <sr@denx.de>
53150 Date:   Sat Dec 22 12:18:26 2007 +0100
53151
53152     ppc4xx: Fix problem in 44x cache POST routine
53153
53154     As repoted by Larry Johnson, running "diag run cache" caused a crash
53155     in U-Boot. This problem was introduced by a patch that removed the
53156     TLB entry for the cache test after the test has completed. Since this
53157     TLB was only setup once, a 2nd attempt to run this cache test
53158     failed with a crash. Now this TLB entry is created every time the
53159     routine is called.
53160
53161     Signed-off-by: Stefan Roese <sr@denx.de>
53162
53163 commit b0265b576bb8fa9465f99e99c323768b562fadc2
53164 Author: Stefan Roese <sr@denx.de>
53165 Date:   Fri Dec 21 07:51:29 2007 +0100
53166
53167     ppc4xx: Update Makalu fdt support
53168
53169     Signed-off-by: Stefan Roese <sr@denx.de>
53170
53171 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
53172 Author: Stefan Roese <sr@denx.de>
53173 Date:   Wed Dec 19 09:05:40 2007 +0100
53174
53175     ppc4xx: Add fdt support to AMCC Katmai eval board
53176
53177     Signed-off-by: Stefan Roese <sr@denx.de>
53178
53179 commit 328a340392a5df9aaf00792be989df73e750859e
53180 Author: Stefan Roese <sr@denx.de>
53181 Date:   Tue Dec 18 08:44:51 2007 +0100
53182
53183     ppc4xx: fdt: Cleanup setup of cpu node setup
53184
53185     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
53186     without using the absolute path to the cpu node. This makes it possible
53187     to use this U-Boot version with both versions of cpu-node naming
53188     "cpu@0" and the former "PowerPC,440EPx@0".
53189
53190     Signed-off-by: Stefan Roese <sr@denx.de>
53191
53192 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
53193 Author: Stefan Roese <sr@denx.de>
53194 Date:   Mon Dec 17 17:26:21 2007 +0100
53195
53196     ppc4xx: Fix lwmon5 compilation problem
53197
53198     Now that the 440EPx ECC test is not board specific anymore
53199     remove this Makefile.
53200
53201     Signed-off-by: Stefan Roese <sr@denx.de>
53202
53203 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
53204 Author: Anatolij Gustschin <agustschin@t-online.de>
53205 Date:   Wed Dec 5 17:43:20 2007 +0100
53206
53207     Fix ppc4xx clear_bss() code
53208
53209     ppc4xx clear_bss() fails if BSS segment size is not
53210     divisible by 4 without remainder. This patch provides
53211     fix for this problem.
53212
53213     Signed-off-by: Anatolij Gustschin <agust@denx.de>
53214
53215 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
53216 Author: Niklaus Giger <niklausgiger@gmx.ch>
53217 Date:   Fri Nov 30 18:35:11 2007 +0100
53218
53219     PPC4xx: Minimal changes to add vxWorks support
53220
53221     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
53222
53223 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
53224 Author: Markus KlotzbĂ¼cher <mk@denx.de>
53225 Date:   Fri Nov 23 13:09:18 2007 +0100
53226
53227     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
53228
53229     When using dhcp/bootp the "netmask" environment variable is not
53230     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
53231     desireable, so the following patch adds this this option to the board
53232     config.
53233
53234     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
53235     Signed-off-by: Stefan Roese <sr@denx.de>
53236
53237 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
53238 Author: Larry Johnson <lrj@arlinx.com>
53239 Date:   Sat Oct 27 12:48:15 2007 -0400
53240
53241     Fix/enhance ECC POST for 440EPx/GRx
53242
53243     This patch allows the ECC POST to be used for different boards with the
53244     PPC440 Denali SDRAM controller.  Modifications include skipping the test
53245     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
53246     to prevent timing errors.
53247
53248     Signed-off-by: Larry Johnson <lrj@acm.org>
53249
53250 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
53251 Author: Larry Johnson <lrj@arlinx.com>
53252 Date:   Sat Oct 27 12:48:05 2007 -0400
53253
53254     PPC4xx: Move/rename ECC POST for 440EPx/GRx
53255
53256     Signed-off-by: Larry Johnson <lrj@acm.org>
53257
53258 commit c29d2d3680046d430022c55e50fcb27f5866517e
53259 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
53260 Date:   Fri Dec 14 11:20:33 2007 +0100
53261
53262     ppc4xx: use correct io accessors for 4xx ethernet POST
53263
53264     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
53265
53266 commit ba79fde58a48c0a6ff8e2a96caba951594142203
53267 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
53268 Date:   Fri Dec 14 11:19:56 2007 +0100
53269
53270     ppc4xx: fix flush + invalidate_dcache_range arguments
53271
53272     flush + invalidate_dcache_range() expect the start and stop+1 address.
53273     So the stop address is the first address behind (!) the range.
53274
53275     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
53276
53277 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
53278 Author: Stefan Roese <sr@denx.de>
53279 Date:   Fri Dec 14 08:41:29 2007 +0100
53280
53281     ppc4xx: fdt: use fdt_fixup_ethernet()
53282
53283     By using aliases in the dts file, the ethernet node fixup is
53284     much easier with the recently added functions.
53285
53286     Please note that the dts file needs the aliases for this to work.
53287
53288     Signed-off-by: Stefan Roese <sr@denx.de>
53289
53290 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
53291 Author: Stefan Roese <sr@denx.de>
53292 Date:   Thu Dec 13 14:52:53 2007 +0100
53293
53294     ppc4xx: Bring 4xx fdt support up-to-date
53295
53296     This patch update the 4xx fdt support. It enabled fdt booting
53297     on the AMCC Kilauea and Sequoia for now. More can follow later
53298     quite easily.
53299
53300     Signed-off-by: Stefan Roese <sr@denx.de>
53301
53302 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
53303 Author: Stefan Roese <sr@denx.de>
53304 Date:   Thu Dec 27 07:50:54 2007 +0100
53305
53306     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
53307
53308     The check for an sufficiently erased destination was missing in the
53309     buffered write function of the cfi flash driver (when
53310     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
53311     writing to such a region will fail with the currect error message.
53312
53313     Signed-off-by: Stefan Roese <sr@denx.de>
53314
53315 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
53316 Author: Martin Krause <martin.krause@tqs.de>
53317 Date:   Mon Nov 12 10:56:17 2007 +0100
53318
53319     Some configuration updates for the TQM5200 based TB5200 board:
53320
53321     - enable command line history
53322     - increase malloc space (because of bigger flash sectors)
53323
53324     Signed-off-by: Martin Krause <martin.krause@tqs.de>
53325
53326 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
53327 Author: Martin Krause <martin.krause@tqs.de>
53328 Date:   Thu Sep 27 11:10:08 2007 +0200
53329
53330     TQM8xx: use the CFI flash driver on all TQM8xx boards
53331
53332     Signed-off-by: Martin Krause <martin.krause@tqs.de>
53333
53334 commit 11d9eec479b470eab9242ab937fca70a876d9376
53335 Author: Martin Krause <martin.krause@tqs.de>
53336 Date:   Wed Sep 26 17:55:56 2007 +0200
53337
53338     TQM885D: adjust for doubled flash sector size + some minor fixes
53339
53340     Signed-off-by: Martin Krause <martin.krause@tqs.de>
53341
53342 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
53343 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
53344 Date:   Wed Sep 26 17:55:54 2007 +0200
53345
53346     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
53347
53348     CAS-Latency=2, Write Recovery Time tWR=2
53349     The max. supported bus frequency is 66 MHz. Therefore, changed
53350     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
53351
53352     Signed-off-by: Martin Krause <martin.krause@tqs.de>
53353
53354 commit b988b8cd443989be65161888eea0127ad03f846f
53355 Author: Martin Krause <martin.krause@tqs.de>
53356 Date:   Wed Sep 26 17:55:56 2007 +0200
53357
53358     TQM885D: use calculated cpuclk instead of measuring it
53359
53360     On the TQM885D the measurement of cpuclk with the PIT reference
53361     timer ist not necessary. Since all module variants use the same
53362     external 10 MHz oscillator, the cpuclk only depends on the PLL
53363     configuration - which is readable by software.
53364
53365     Signed-off-by: Martin Krause <martin.krause@tqs.de>
53366
53367 commit 492c7049869348d31168de8dad89651315e468e0
53368 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
53369 Date:   Thu Sep 27 14:54:46 2007 +0200
53370
53371     TQM885D: fix SDRAM refresh
53372
53373     At 133 MHz the current SDRAM refresh rate is too fast
53374     (measured 4 * 1.17 us).
53375     CFG_MAMR_PTA changes from 39 to 128. This result
53376     in a refresh rate of 4 * 7.8 us at the default clock
53377     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
53378     This is a compromise until a new method is found to
53379     adjust the refresh rate.
53380
53381     Signed-off-by: Martin Krause <martin.krause@tqs.de>
53382
53383 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
53384 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
53385 Date:   Thu Sep 27 14:54:46 2007 +0200
53386
53387     TQM860M: Support for 10col SDRAMs, max. 128 MiB
53388
53389     Signed-off-by: Martin Krause <martin.krause@tqs.de>
53390
53391 commit 61fb15c516fef5631e305f1976d7b3a679725856
53392 Author: Wolfgang Denk <wd@denx.de>
53393 Date:   Thu Dec 27 01:52:50 2007 +0100
53394
53395     Fix coding style issues; update CHANGELOG.
53396
53397     Signed-off-by: Wolfgang Denk <wd@denx.de>
53398
53399 commit 467bcee11fe26ad422f2de971aa70866079870f2
53400 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53401 Date:   Fri Dec 14 15:36:18 2007 +0100
53402
53403     cfi_flash: Add manufacturer-specific fixups
53404
53405     Run fixups based on the JEDEC manufacturer ID independent of the
53406     command set ID.
53407
53408     This changes current behaviour: Previously, geometry reversal for AMD
53409     chips were done based on the command set ID, while they are now done
53410     based on the JEDEC manufacturer and device ID.
53411
53412     Also add fixup for top-boot Atmel chips. A fixup is needed for
53413     AT49BV6416(T) too, but since u-boot currently only reads the low byte
53414     of the device ID, there's no way to tell it apart from AT49BV642D,
53415     which should not have this fixup. Since AT49BV642D support is
53416     necessary to get ATNGW100 board support into mainline, I've commented
53417     out the fixup for now.
53418
53419     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53420
53421 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
53422 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53423 Date:   Fri Dec 14 15:36:17 2007 +0100
53424
53425     cfi_flash: Add cmdset-specific init functions
53426
53427     Move things like reading JEDEC IDs and fixing up geometry reversal
53428     into separate functions. The geometry reversal fixup is now performed
53429     by altering the qry structure directly, which makes the sector init
53430     code slightly cleaner.
53431
53432     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53433
53434 commit e23741f4a6d8047520ef0d4971762749b3587d32
53435 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53436 Date:   Fri Dec 14 15:36:16 2007 +0100
53437
53438     cfi_flash: Read whole QRY structure in one go
53439
53440     Read out the whole CFI Standard Query structure after successful cfi
53441     identification. This allows subsequent code to access this information
53442     directly without having to go through flash_read_uchar() and friends.
53443
53444     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53445
53446 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
53447 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53448 Date:   Mon Dec 17 11:02:44 2007 +0100
53449
53450     AVR32: Fix logic inversion in disable_interrupts()
53451
53452     disable_interrupts() should return nonzero if interrupts were
53453     _enabled_ before, not disabled.
53454
53455     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53456
53457 commit acac475212cbedb17b321a363a1c878e2b47b37f
53458 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53459 Date:   Fri Dec 14 16:51:22 2007 +0100
53460
53461     AVR32: Enable interrupts at bootup
53462
53463     The timer code depends on the timer interrupt to keep track of the
53464     upper 32 bits of the cycle counter. This obviously doesn't work when
53465     interrupts are disabled the whole time.
53466
53467     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53468
53469 commit 9570bcd87f4db255514f43b6701746c412f8fef0
53470 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53471 Date:   Thu Nov 15 10:03:45 2007 +0100
53472
53473     AVR32: Fix wrong pin setup for USART3
53474
53475     As reported by Gerhard Berghofer:
53476
53477     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
53478     instead of PB18 and PB19.
53479
53480     which is obviously correct. There's currently no code that uses
53481     USART3, but custom boards may run into problems.
53482
53483     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53484
53485 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
53486 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53487 Date:   Thu Nov 1 12:44:20 2007 +0100
53488
53489     README: Remove ATSTK1000 daughterboard list
53490
53491     As noted by Kim Phillips, these lists tend to become out of date.
53492
53493     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53494
53495 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
53496 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53497 Date:   Tue Oct 30 14:56:36 2007 +0100
53498
53499     Add ATSTK100[234] to MAINTAINERS
53500
53501     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
53502     "mother". Also update the entry for ATSTK1000 to be not only about the
53503     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
53504
53505     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53506
53507 commit 64ff2357b1727213803591813dbc779c924bf772
53508 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53509 Date:   Mon Oct 29 13:02:54 2007 +0100
53510
53511     AVR32: Add support for the ATSTK1004 board
53512
53513     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
53514     which is a derivative of AT32AP7000.
53515
53516     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53517
53518 commit 667568db157f374b85abd7e03596ddd1f0b25681
53519 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53520 Date:   Mon Oct 29 13:02:54 2007 +0100
53521
53522     AVR32: Add support for the ATSTK1003 board
53523
53524     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
53525     which is a derivative of AT32AP7000.
53526
53527     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53528
53529 commit 5fee84a794a51ec830548cda485a770efb018b92
53530 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53531 Date:   Mon Oct 29 13:23:33 2007 +0100
53532
53533     AVR32: Make some AT32AP700x peripherals optional
53534
53535     Add a chip-features file providing definitions of the form
53536
53537     AT32AP700x_CHIP_HAS_<peripheral>
53538
53539     to indicate the availability of the given peripheral on the currently
53540     selected chip.
53541
53542     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53543
53544 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
53545 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53546 Date:   Mon Oct 29 13:09:56 2007 +0100
53547
53548     AVR32: Rename at32ap7000 -> at32ap700x
53549
53550     The SoC-specific code for all the AT32AP700x CPUs is practically
53551     identical; the only difference is that some chips have less features
53552     than others. By doing this rename, we can add support for the AP7000
53553     derivatives simply by making some features conditional.
53554
53555     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53556
53557 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
53558 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53559 Date:   Fri Jun 29 18:22:34 2007 +0200
53560
53561     atmel_mci: Show SR when block read fails
53562
53563     Show controller status as well as card status when an error occurs
53564     during block read.
53565
53566     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53567
53568 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
53569 Author: Stefan Roese <sr@denx.de>
53570 Date:   Thu Dec 13 14:52:53 2007 +0100
53571
53572     ppc4xx: Bring 4xx fdt support up-to-date
53573
53574     This patch update the 4xx fdt support. It enabled fdt booting
53575     on the AMCC Kilauea and Sequoia for now. More can follow later
53576     quite easily.
53577
53578     Signed-off-by: Stefan Roese <sr@denx.de>
53579
53580 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
53581 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53582 Date:   Thu Dec 13 12:56:34 2007 +0100
53583
53584     cfi_flash: Use map_physmem() and unmap_physmem()
53585
53586     Use map_physmem() and unmap_physmem() to convert from physical to
53587     virtual addresses. This gives the arch a chance to provide an uncached
53588     mapping for flash accesses.
53589
53590     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53591
53592 commit 4d7d6936eb29af7cca330937808312aa5f61454d
53593 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53594 Date:   Thu Dec 13 12:56:33 2007 +0100
53595
53596     Introduce map_physmem() and unmap_physmem()
53597
53598     map_physmem() returns a virtual address which can be used to access a
53599     given physical address without involving the cache. unmap_physmem()
53600     should be called when the virtual address returned by map_physmem() is
53601     no longer needed.
53602
53603     This patch adds a stub implementation which simply returns the
53604     physical address cast to a uchar * for all architectures except AVR32,
53605     which converts the physical address to an uncached virtual mapping.
53606     unmap_physmem() is a no-op on all architectures, but if any
53607     architecture needs to do such mappings through the TLB, this is the
53608     hook where those TLB entries can be invalidated.
53609
53610     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53611
53612 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
53613 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53614 Date:   Thu Dec 13 12:56:32 2007 +0100
53615
53616     cfi_flash: Introduce read and write accessors
53617
53618     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
53619     them to access the flash memory. This makes it clearer when the flash
53620     is actually being accessed; merely dereferencing a volatile pointer
53621     looks just like any other kind of access.
53622
53623     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53624
53625 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
53626 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53627 Date:   Thu Dec 13 12:56:31 2007 +0100
53628
53629     Implement __raw_{read,write}[bwl] on all architectures
53630
53631     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
53632     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
53633     from Linux.
53634
53635     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53636
53637 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
53638 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53639 Date:   Sat Oct 6 18:55:36 2007 +0200
53640
53641     cfi_flash: Reorder functions and eliminate extra prototypes
53642
53643     Reorder the functions in cfi_flash.c so that each function only uses
53644     functions that have been defined before it. This allows the static
53645     prototype declarations near the top to be eliminated and might allow
53646     gcc to do a better job inlining functions.
53647
53648     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53649
53650 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
53651 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53652 Date:   Thu Dec 13 12:56:29 2007 +0100
53653
53654     cfi_flash: Make some needlessly global functions static
53655
53656     Make functions not declared in any header file static.
53657
53658     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53659
53660 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
53661 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53662 Date:   Thu Dec 13 12:56:28 2007 +0100
53663
53664     cfi_flash: Break long lines
53665
53666     This patch tries to keep all lines in the cfi_flash driver below 80
53667     columns. There are a few lines left which don't fit this requirement
53668     because I couldn't find any trivial way to break them (i.e. it would
53669     take some restructuring, which I intend to do in a later patch.)
53670
53671     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53672
53673 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
53674 Author: Bartlomiej Sieka <tur@semihalf.com>
53675 Date:   Tue Dec 11 13:59:57 2007 +0100
53676
53677     CFI: synchronize command offsets with Linux CFI driver
53678
53679     Fixes non-working CFI Flash on the Inka4x0 board.
53680
53681     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
53682
53683 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
53684 Author: Kumar Gala <galak@kernel.crashing.org>
53685 Date:   Fri Dec 7 12:17:34 2007 -0600
53686
53687     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
53688
53689     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
53690     (MPC8544DS, MPC8548CDS, MPC8568MDS).
53691
53692     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53693
53694 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
53695 Author: Kumar Gala <galak@kernel.crashing.org>
53696 Date:   Fri Dec 7 12:04:30 2007 -0600
53697
53698     Update Freescale MPC85xx ADS/CDS/MDS board config
53699
53700     * Enabled CONFIG_CMD_ELF
53701
53702     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53703
53704 commit d435793229ce29a42797c1edc39f5b34f987f91a
53705 Author: Kumar Gala <galak@kernel.crashing.org>
53706 Date:   Fri Dec 7 04:59:26 2007 -0600
53707
53708     Handle Asynchronous DDR clock on 85xx
53709
53710     The MPC8572 introduces the concept of an asynchronous DDR clock with
53711     regards to the platform clock.
53712
53713     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
53714     mode.
53715
53716     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53717
53718 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
53719 Author: Kumar Gala <galak@kernel.crashing.org>
53720 Date:   Thu Nov 29 10:34:28 2007 -0600
53721
53722     Update Freescale MPC85xx ADS/CDS/MDS board config
53723
53724     * Removed some misc environment setup
53725     * Enabled CONFIG_CMDLINE_EDITING
53726
53727     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53728
53729 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
53730 Author: Kumar Gala <galak@kernel.crashing.org>
53731 Date:   Thu Nov 29 10:47:44 2007 -0600
53732
53733     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
53734
53735     Minor path corrections needed to ensure buildability.
53736
53737     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53738
53739 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
53740 Author: Kumar Gala <galak@kernel.crashing.org>
53741 Date:   Thu Nov 29 10:16:18 2007 -0600
53742
53743     Move the MPC8540 ADS board under board/freescale.
53744
53745     Minor path corrections needed to ensure buildability.
53746
53747     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53748
53749 commit 870ceac5b3a3486c109396e005af81ae762b5710
53750 Author: Kumar Gala <galak@kernel.crashing.org>
53751 Date:   Thu Nov 29 10:14:50 2007 -0600
53752
53753     Move the MPC8560 ADS board under board/freescale.
53754
53755     Minor path corrections needed to ensure buildability.
53756
53757     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53758
53759 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
53760 Author: Kumar Gala <galak@kernel.crashing.org>
53761 Date:   Thu Nov 29 10:13:47 2007 -0600
53762
53763     Move the MPC8568 MDS board under board/freescale.
53764
53765     Minor path corrections needed to ensure buildability.
53766
53767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53768
53769 commit a853d56c59b33415304531443633808736acfc6e
53770 Author: Kumar Gala <galak@kernel.crashing.org>
53771 Date:   Thu Nov 29 02:18:59 2007 -0600
53772
53773     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
53774
53775     We already had defines for LAWAR_TRGT_IF_* that we should use
53776     rather than creating new ones.  Also, added some missing defines for
53777     PCIE targets.
53778
53779     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53780
53781 commit 04db400892da37b76a585e332a0c137954ad2015
53782 Author: Kumar Gala <galak@kernel.crashing.org>
53783 Date:   Thu Nov 29 02:10:09 2007 -0600
53784
53785     Stop using immap_t on 85xx
53786
53787     In the future the offsets to various blocks may not be in same location.
53788     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
53789     instead of getting it via &immap.
53790
53791     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53792
53793 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
53794 Author: Kumar Gala <galak@kernel.crashing.org>
53795 Date:   Thu Nov 29 01:23:09 2007 -0600
53796
53797     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
53798
53799     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53800
53801 commit c480861bf000156e6a3e932c258db59ff2212dd3
53802 Author: Kumar Gala <galak@kernel.crashing.org>
53803 Date:   Thu Nov 29 01:06:19 2007 -0600
53804
53805     Update MPC8568 MDS to use libfdt
53806
53807     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
53808     ethernet, pci, and serial for the various fixups that are done.
53809
53810     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53811
53812 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
53813 Author: Haiying Wang <Haiying.Wang@freescale.com>
53814 Date:   Wed Nov 14 15:52:06 2007 -0500
53815
53816     Add PCI Express support on MPC8568MDS
53817
53818     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
53819     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53820
53821 commit b90d25497625b90ffa3f2911a0895ca237556ff5
53822 Author: Kumar Gala <galak@kernel.crashing.org>
53823 Date:   Thu Nov 29 00:11:44 2007 -0600
53824
53825     Update MPC85xx CDS to use libfdt
53826
53827     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
53828     ethernet, pci, and serial for the various fixups that are done.
53829
53830     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53831
53832 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
53833 Author: Kumar Gala <galak@kernel.crashing.org>
53834 Date:   Wed Nov 28 22:54:27 2007 -0600
53835
53836     Update MPC8540 ADS to use libfdt
53837
53838     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
53839     ethernet, pci, and serial for the various fixups that are done.
53840
53841     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53842
53843 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
53844 Author: Kumar Gala <galak@kernel.crashing.org>
53845 Date:   Wed Nov 28 22:40:31 2007 -0600
53846
53847     Update MPC8560 ADS to use libfdt
53848
53849     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
53850     ethernet, pci, and serial for the various fixups that are done.
53851
53852     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53853
53854 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
53855 Author: Kumar Gala <galak@kernel.crashing.org>
53856 Date:   Wed Nov 28 00:36:33 2007 -0600
53857
53858     Stop using immap_t for cpm offset on 85xx
53859
53860     In the future the offsets to various blocks may not be in same location.
53861     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
53862     instead of getting it via &immap->im_cpm.
53863
53864     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53865
53866 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
53867 Author: Kumar Gala <galak@kernel.crashing.org>
53868 Date:   Tue Nov 27 23:25:02 2007 -0600
53869
53870     Stop using immap_t for guts offset on 85xx
53871
53872     In the future the offsets to various blocks may not be in same location.
53873     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
53874     instead of getting it via &immap->im_gur.
53875
53876     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53877
53878 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
53879 Author: Kumar Gala <galak@kernel.crashing.org>
53880 Date:   Tue Nov 27 22:42:34 2007 -0600
53881
53882     Update MPC8544 DS config
53883
53884     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
53885     * Removed some misc environment setup
53886     * Moved to using fdtfile & fdtaddr as fdt env var names
53887     * Enabled CONFIG_CMDLINE_EDITING
53888
53889     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53890
53891 commit addce57e2e4c49e77ffb2020a84690713bb18b47
53892 Author: Kumar Gala <galak@kernel.crashing.org>
53893 Date:   Mon Nov 26 17:12:24 2007 -0600
53894
53895     Update MPC8544DS to use libfdt
53896
53897     Updated the MPC8544DS config to use libfdt and assume use of aliases for
53898     ethernet, pci, and serial for the various fixups that are done.
53899
53900     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53901
53902 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
53903 Author: Kumar Gala <galak@kernel.crashing.org>
53904 Date:   Thu Nov 29 00:15:30 2007 -0600
53905
53906     Add libfdt based ft_cpu_setup for mpc85xx
53907
53908     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53909
53910 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
53911 Author: Stefan Roese <sr@denx.de>
53912 Date:   Tue Dec 11 13:38:19 2007 +0100
53913
53914     ppc4xx: Correct GPIO offset in gpio_config()
53915
53916     Thanks to Gary Jennejohn for pointing this out.
53917
53918     Signed-off-by: Stefan Roese <sr@denx.de>
53919
53920 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
53921 Author: Stefan Roese <sr@denx.de>
53922 Date:   Tue Dec 11 11:46:01 2007 +0100
53923
53924     rtc: Fix merging problem
53925
53926     Signed-off-by: Stefan Roese <sr@denx.de>
53927
53928 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
53929 Author: Stefan Roese <sr@denx.de>
53930 Date:   Sat Dec 8 14:47:34 2007 +0100
53931
53932     ppc4xx: 405EX: Correctly enable USB pins
53933
53934     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
53935     function control) registers. This is done for the AMCC Kilauea and
53936     Makalu eval boards.
53937
53938     Signed-off-by: Stefan Roese <sr@denx.de>
53939
53940 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
53941 Author: Stefan Roese <sr@denx.de>
53942 Date:   Sat Dec 8 08:25:09 2007 +0100
53943
53944     CFI: Coding style cleanup
53945
53946     Signed-off-by: Stefan Roese <sr@denx.de>
53947
53948 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
53949 Author: Michael Schwingen <michael@schwingen.org>
53950 Date:   Fri Dec 7 23:35:02 2007 +0100
53951
53952     CFI: support JEDEC flash roms in CFI-flash framework
53953
53954     The following patch adds support for non-CFI flash ROMS, by hooking into the
53955     CFI flash code and using most of its code, as recently discussed here in the
53956     thread "Mixing CFI and non-CFI flashs".
53957
53958     Signed-off-by: Michael Schwingen <michael@schwingen.org>
53959     Signed-off-by: Stefan Roese <sr@denx.de>
53960
53961 commit c01b17dd856fa120b2970f50d9598546a4927ec3
53962 Author: Gerald Van Baren <vanbaren@cideas.com>
53963 Date:   Wed Nov 28 21:24:50 2007 -0500
53964
53965     Conditionally compile fdt_fixup_ethernet()
53966
53967     Fix compiler warnings: On boards that don't have ethernets defined,
53968     don't compile fdt_fixup_ethernet().
53969
53970 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
53971 Author: Kumar Gala <galak@kernel.crashing.org>
53972 Date:   Tue Nov 27 21:59:46 2007 -0600
53973
53974     Convert boards that set memory node to use fdt_fixup_memory()
53975
53976     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53977
53978 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
53979 Author: Kumar Gala <galak@kernel.crashing.org>
53980 Date:   Mon Nov 26 17:06:15 2007 -0600
53981
53982     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
53983
53984     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
53985     determine which serial alias we should set linux,stdout-path to.
53986
53987     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53988
53989 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
53990 Author: Kumar Gala <galak@kernel.crashing.org>
53991 Date:   Mon Nov 26 14:57:45 2007 -0600
53992
53993     Add common memory fixup function
53994
53995     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
53996
53997     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53998
53999 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
54000 Author: Kumar Gala <galak@kernel.crashing.org>
54001 Date:   Mon Nov 26 11:19:12 2007 -0600
54002
54003     Conditionally compile fdt_support.c
54004
54005     Modify common/Makefile to conditionally compile fdt_support.c based
54006     on CONFIG_OF_LIBFDT.
54007
54008     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54009
54010 commit d88e7ba0980773479e1a64badb293116071b7ef0
54011 Author: Kumar Gala <galak@kernel.crashing.org>
54012 Date:   Mon Nov 26 10:41:40 2007 -0600
54013
54014     Fix build breakage due to libfdt import
54015
54016     The IDS8247 got lost in the update and need an API update
54017     do to rename of functions in libfdt.
54018
54019     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54020
54021 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
54022 Author: Gerald Van Baren <vanbaren@cideas.com>
54023 Date:   Fri Nov 23 19:43:20 2007 -0500
54024
54025     Add spaces around the = in the fdt print format.
54026
54027     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54028
54029 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
54030 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54031 Date:   Fri Dec 7 01:25:38 2007 +0900
54032
54033     sh: Moved driver of the SuperH dependence
54034
54035     The composition of the directory in the drivers/ changed.
54036     I moved SuperH serial driver and marubun PCMCIA driver.
54037
54038     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54039
54040 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
54041 Author: Wolfgang Denk <wd@denx.de>
54042 Date:   Thu Dec 6 10:21:19 2007 +0100
54043
54044     Release v1.3.1
54045
54046     Signed-off-by: Wolfgang Denk <wd@denx.de>
54047
54048 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
54049 Author: Wolfgang Denk <wd@denx.de>
54050 Date:   Thu Dec 6 10:21:03 2007 +0100
54051
54052     ADS5121 Board: fix compile problem.
54053
54054     Signed-off-by: Wolfgang Denk <wd@denx.de>
54055
54056 commit a27044b14a9e93678a82d7b35f202b93e7687abc
54057 Author: Stefan Roese <sr@denx.de>
54058 Date:   Thu Dec 6 05:58:43 2007 +0100
54059
54060     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
54061
54062     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
54063     setting the FIXD bit in the SDR0_MFR register. Here a description of the
54064     symptoms:
54065
54066     Problem Description
54067     ------------------------------
54068     If a DMA is performed between memory and PCI with the DMA 1 Controller
54069     using prefetch, and as a result uses a special purpose buffer selected by
54070     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
54071     the first part of the transfer sequence is performed twice. The
54072     PPC440SPe PCI Controller requests more data than was needed such that in
54073     the case of enforce memory protection, a host CPU  exception can occur.
54074     No data is corrupted, because data transfer is stopped in the PCI
54075     Controller. Prefetch enable is specified by setting DMA Configuration
54076     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
54077
54078     Behavior that may be observed in a running system
54079     ---------------------------------------------------------------------------
54080
54081     1. DMA performance is decreased because of the double access on the PCI bus
54082     interface.
54083     2. If an illegal access to some address on the PCI bus is detected at the
54084     system level, a machine check or similar system error may occur.
54085
54086     Workarounds Available
54087     ----------------------------------
54088
54089     1. Do not program prefetch. Note that a prefetch command cannot be programmed
54090     without selecting a special purpose buffer.
54091     2. To avoid crossing a physical boundary of the PCI slave device, add 512
54092     bytes of address to the PCI address range.
54093
54094     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
54095     from AMCC and slighly changed.
54096
54097     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
54098     Signed-off-by: Stefan Roese <sr@denx.de>
54099
54100 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
54101 Author: Stefan Roese <sr@denx.de>
54102 Date:   Tue Dec 4 16:29:48 2007 +0100
54103
54104     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
54105
54106     Signed-off-by: Stefan Roese <sr@denx.de>
54107
54108 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
54109 Author: Wolfgang Denk <wd@denx.de>
54110 Date:   Mon Dec 3 00:15:28 2007 +0100
54111
54112     Prepare for 1.3.1-rc1
54113
54114     Signed-off-by: Wolfgang Denk <wd@denx.de>
54115
54116 commit e15e33433e7c05111968dc9b434a52fd42cbd221
54117 Author: Stefan Roese <sr@denx.de>
54118 Date:   Fri Nov 30 07:15:41 2007 +0100
54119
54120     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
54121
54122     This manual PCIe reset triggering solves the problem seen with the
54123     Intel EPRO/1000 card, which was not detected (link not established)
54124     upon power-up reset.
54125
54126     Signed-off-by: Stefan Roese <sr@denx.de>
54127
54128 commit 260eea5676ca46903a335686cc020b29c4ca46fe
54129 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54130 Date:   Thu Nov 29 01:21:54 2007 +0900
54131
54132     sh: Add SuperH boards maintainer to MAINTAINERS file
54133
54134     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
54135
54136     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54137
54138 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
54139 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54140 Date:   Thu Nov 29 00:13:04 2007 +0900
54141
54142     sh: Add ms7750se support in MAKEALL
54143
54144     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54145
54146 commit c7144373427a178332bf9754131c8c34c52c200a
54147 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54148 Date:   Tue Nov 27 09:44:53 2007 +0100
54149
54150     sh: Add sh3 and sh4 support in MAKEALL
54151
54152     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54153     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54154
54155 commit 130080874a3d28450098481a262c5f7c855e908d
54156 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54157 Date:   Sun Nov 25 02:51:17 2007 +0900
54158
54159     sh: Add document for SuperH.
54160
54161     This document is a summary of information concerning SuperH of U-Boot.
54162
54163     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54164
54165 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
54166 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54167 Date:   Sun Nov 25 02:39:31 2007 +0900
54168
54169     sh: Add marubun's pcmcia driver
54170
54171     Marubun pcmcia is a chip for PCMCIA used with SuperH.
54172     Of course, this can be used even by other architectures.
54173     When use this driver, came to be able to use CompactFlash
54174     and Ethernet.
54175
54176     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54177
54178 commit febd86b969b975289ed948f1ac0eb9722da41ced
54179 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54180 Date:   Sun Nov 25 02:32:13 2007 +0900
54181
54182     sh: Update SuperH SCIF driver
54183
54184     - Changed volatile unsigned to vu_.
54185     - Changed Makefile for kconfig.
54186
54187     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54188
54189 commit 8be760903645af09871be50ad0a6f9ebb62b311d
54190 Author: Stefan Roese <sr@denx.de>
54191 Date:   Tue Nov 27 11:57:35 2007 +0100
54192
54193     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
54194
54195     After an error in the AMCC 405EX users manual now correctly configure
54196     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
54197     usage.
54198
54199     Signed-off-by: Stefan Roese <sr@denx.de>
54200
54201 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
54202 Author: Wolfgang Denk <wd@denx.de>
54203 Date:   Mon Nov 26 19:18:21 2007 +0100
54204
54205     Cleanup coding style; update CHANGELOG
54206
54207     Signed-off-by: Wolfgang Denk <wd@denx.de>
54208
54209 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
54210 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54211 Date:   Sun Nov 25 22:39:25 2007 +0100
54212
54213     MAKEALL: add missing 512x boards in ppc
54214
54215     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54216
54217 commit a340c325e668ca7386c2276387681720be9c3757
54218 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54219 Date:   Sun Nov 25 18:45:47 2007 +0100
54220
54221     Makefile : fix tags ctags etags with new drivers organization
54222
54223     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54224
54225 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
54226 Author: Stefan Roese <sr@denx.de>
54227 Date:   Mon Nov 26 15:06:14 2007 +0100
54228
54229     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
54230
54231     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
54232     operation.
54233
54234     Signed-off-by: Stefan Roese <sr@denx.de>
54235
54236 commit ca1ce226287270bb01e25b8e3674c701f12edf19
54237 Author: Stefan Roese <sr@denx.de>
54238 Date:   Mon Nov 26 15:01:45 2007 +0100
54239
54240     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
54241
54242     Signed-off-by: Stefan Roese <sr@denx.de>
54243
54244 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
54245 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54246 Date:   Sun Nov 25 18:45:47 2007 +0100
54247
54248     Makefile : fix tags ctags etags with new drivers organization
54249
54250     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54251
54252 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
54253 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54254 Date:   Sat Nov 24 21:26:56 2007 +0100
54255
54256     drivers/mtd : move mtd drivers to drivers/mtd
54257
54258     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54259
54260 commit 318c0b90431f2648552e5ade78833f42652ce859
54261 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54262 Date:   Sat Nov 24 21:17:55 2007 +0100
54263
54264     drivers/misc : move misc drivers to drivers/misc
54265
54266     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54267
54268 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
54269 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54270 Date:   Sat Nov 24 21:13:59 2007 +0100
54271
54272     drivers/block : move block drivers to drivers/block
54273
54274     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54275
54276 commit 0c698dcaa70275eb8814f665b545547cee013892
54277 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54278 Date:   Sat Nov 24 20:59:50 2007 +0100
54279
54280     drivers/rtc : move rtc drivers to drivers/rtc
54281
54282     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54283
54284 commit f868cc5a50757d94f36c312395481cb0f187d9e6
54285 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54286 Date:   Sat Nov 24 20:14:44 2007 +0100
54287
54288     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
54289
54290     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54291
54292 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
54293 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54294 Date:   Sat Nov 24 19:46:45 2007 +0100
54295
54296     drivers/input : move input drivers to drivers/input
54297
54298     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54299
54300 commit e4558666293364fc3af1c1d9381ca933fa0f1275
54301 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54302 Date:   Sat Nov 24 19:40:11 2007 +0100
54303
54304     drivers/usb : move usb drivers to drivers/usb
54305
54306     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54307
54308 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
54309 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54310 Date:   Sat Nov 24 19:33:38 2007 +0100
54311
54312     drivers/serial : move serial drivers to drivers/serial
54313
54314     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54315
54316 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
54317 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54318 Date:   Wed Nov 21 21:19:24 2007 +0100
54319
54320     drivers/net : move net drivers to drivers/net
54321
54322     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54323
54324 commit 352d259130b349fe9593b8dada641bd78a9659e5
54325 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54326 Date:   Tue Nov 20 20:41:48 2007 +0100
54327
54328     drivers/video : move video drivers to drivers/video
54329
54330     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54331
54332 commit 73646217186aa17afc8e305c5f06f06dd335eaad
54333 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54334 Date:   Tue Nov 20 20:33:09 2007 +0100
54335
54336     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
54337
54338     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54339
54340 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
54341 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54342 Date:   Tue Nov 20 20:28:09 2007 +0100
54343
54344     drivers/pci : move pci drivers to drivers/pci
54345
54346     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54347
54348 commit 9162352817579840d7802da6d85872b3ca003c97
54349 Author: Gerald Van Baren <vanbaren@cideas.com>
54350 Date:   Thu Nov 22 17:23:23 2007 -0500
54351
54352     Fix fdt printing for updated libfdt
54353
54354     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
54355
54356     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54357
54358 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
54359 Author: Kumar Gala <galak@kernel.crashing.org>
54360 Date:   Wed Nov 21 13:30:15 2007 -0600
54361
54362     Add additional fdt fixup helper functions
54363
54364     Added the following fdt fixup helpers:
54365      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
54366      * do_fixup_by_compat{_u32} - Find matching nodes by compat
54367
54368     The _u32 variants work the same only the property they are setting
54369     is know to be a 32-bit integer instead of a byte buffer.
54370
54371     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54372
54373 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
54374 Author: Kumar Gala <galak@kernel.crashing.org>
54375 Date:   Wed Nov 21 11:11:03 2007 -0600
54376
54377     Add fdt_fixup_ethernet helper to set mac addresses
54378
54379     Added a fixup helper that uses aliases to set mac addresses
54380     in the device tree based on the bd_t
54381
54382     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54383
54384 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
54385 Author: Kumar Gala <galak@kernel.crashing.org>
54386 Date:   Wed Nov 21 14:07:46 2007 -0600
54387
54388     Fix warnings from import of libfdt
54389
54390     cmd_fdt.c: In function fdt_print:
54391     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
54392     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
54393     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
54394     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
54395
54396     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54397
54398 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
54399 Author: Kumar Gala <galak@kernel.crashing.org>
54400 Date:   Wed Oct 24 11:04:22 2007 -0500
54401
54402     Update libfdt from device tree compiler (dtc)
54403
54404     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
54405     the device tree compiler (dtc) project.
54406
54407     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54408
54409 commit e93becf80d732b64aef81b23e8b6ece02c40533d
54410 Author: Kumar Gala <galak@kernel.crashing.org>
54411 Date:   Sat Nov 3 19:46:28 2007 -0500
54412
54413     Move do_fixup* for libfdt into common code
54414
54415     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
54416     into common/fdt_support.c and renamed:
54417
54418     do_fixup()  -> do_fixup_by_path()
54419     do_fixup_u32()      -> do_fixup_by_path_u32()
54420
54421     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54422
54423 commit f738b4a75998f42a7408defadc9baac7a31c92db
54424 Author: Kumar Gala <galak@kernel.crashing.org>
54425 Date:   Thu Oct 25 16:15:07 2007 -0500
54426
54427     Make no options to fdt print default to '/'
54428
54429     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54430
54431 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
54432 Author: Kumar Gala <galak@kernel.crashing.org>
54433 Date:   Wed Oct 24 10:21:57 2007 -0500
54434
54435     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
54436
54437     Removed:
54438         fdt_node_is_compatible
54439         fdt_find_node_by_type
54440         fdt_find_compatible_node
54441
54442     To ease merge of newer libfdt as we aren't using them anywhere at this time.
54443
54444     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
54445     reason.
54446
54447     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54448
54449 commit 98e2867cc85409b919f862e6c16026461ec955df
54450 Author: Grant Likely <grant.likely@secretlab.ca>
54451 Date:   Wed Nov 21 09:19:37 2007 -0700
54452
54453     [BUILD] Remove libraries when updating autoconf.mk
54454
54455     Fix library problems caused by conditional compilation.  Using
54456     autoconf.mk to decide which files to compile has caused a problem when
54457     changing configuration from one board to another without clearing out
54458     the library (*.a) files.
54459
54460     It used to be that the linker was always passed the same list of .o
54461     files when building the .a files.  However, that is not longer true
54462     with conditional compilation.  Now, a different board config will have
54463     a different file list passed to the linker.  The problem occurs when
54464     a library has already been built and the board config is changed.
54465
54466     Since the linker will update instead of replace a preexisting library,
54467     then if the file list changes to remove some object files the old
54468     objects will still exist in the library.
54469
54470     The solution is to remove all old library files when autoconf.mk is
54471     made.
54472
54473     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54474
54475 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
54476 Author: Kumar Gala <galak@kernel.crashing.org>
54477 Date:   Wed Nov 21 08:49:50 2007 -0600
54478
54479     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
54480
54481     Modify libfdt/Makefile to conditionally compile the *.c files based
54482     on the board config.
54483
54484     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54485
54486 commit 4a43719a7738712811d822ca8125427b27a55cdc
54487 Author: Grant Likely <grant.likely@secretlab.ca>
54488 Date:   Mon Sep 24 09:05:31 2007 -0600
54489
54490     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
54491
54492     Modify common/Makefile to conditionally compile the cmd_*.c files based
54493     on the board config.
54494
54495     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54496
54497 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
54498 Author: Grant Likely <grant.likely@secretlab.ca>
54499 Date:   Mon Sep 24 09:05:31 2007 -0600
54500
54501     [BUILD] Generate include/autoconf.mk from board config files
54502
54503     Use cpp and sed to postprocess config.h and import the defined values
54504     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
54505     give 'make' access to the board configuration.
54506
54507     Doing this enables conditional compilation at the Makefile level instead
54508     of by wrapping every .c file with #ifdef/#endif wrappers.
54509
54510     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54511
54512 commit 68b88999da87ab88e71e1306192905be3450198e
54513 Author: Jon Loeliger <jdl@freescale.com>
54514 Date:   Tue Nov 20 15:02:26 2007 -0600
54515
54516     8610HPCD: Enable the 8610 Display Interface Unit
54517
54518     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54519
54520 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
54521 Author: Jon Loeliger <jdl@freescale.com>
54522 Date:   Tue Nov 20 15:00:53 2007 -0600
54523
54524     Move 8610 DIU interface structure definitions to header file.
54525
54526     These two structures are still needed during the
54527     initialization and setup of the DIU hardware.
54528     So move them to the fsl_diu_fb.h file for now.
54529     Official "blah".
54530
54531     Noticed-by: York Sun <yorksun@freescale.com>
54532     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54533
54534 commit 080c646dbf474a109c3f85718fb01ce042a38c45
54535 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54536 Date:   Tue Nov 20 20:14:18 2007 +0100
54537
54538     drivers/i2c : move i2c drivers to drivers/i2c
54539
54540     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54541
54542 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
54543 Author: Wolfgang Denk <wd@denx.de>
54544 Date:   Mon Nov 19 22:20:24 2007 +0100
54545
54546     Prepare for 1.3.0 release.
54547
54548     Signed-off-by: Wolfgang Denk <wd@denx.de>
54549
54550 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
54551 Author: Haiying Wang <Haiying.Wang@freescale.com>
54552 Date:   Mon Nov 19 10:02:13 2007 -0500
54553
54554     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
54555
54556     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
54557
54558     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
54559
54560 commit f8c320609366176b31104d9bf5e295232e1c7f1d
54561 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54562 Date:   Mon Nov 19 11:14:16 2007 +0900
54563
54564     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
54565
54566     lowlevel_init.S: Assembler messages:
54567     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
54568
54569     Looking at codes, the `memtest' and `clearmem' are intentional mixed
54570     use of `global symbols' and `label' for debugging purpose. To make it
54571     build, just disable global-symbols-use for now. As a result `memtest'
54572     still remains as unused, but leave it be...
54573
54574     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54575
54576 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
54577 Author: Wolfgang Denk <wd@denx.de>
54578 Date:   Mon Nov 19 12:59:14 2007 +0100
54579
54580     Fix build problems with mp2usb board
54581
54582     Signed-off-by: Wolfgang Denk <wd@denx.de>
54583
54584 commit 6bf4c686afca1e86e1c384d59218f914605713bf
54585 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54586 Date:   Sun Nov 18 18:36:11 2007 +0100
54587
54588     s3c24x0: Fix usb_ohci.c missing in Makefile
54589     and usb_ohci.c warning differ in signedness
54590
54591     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54592
54593 commit 6073f61e078da5ddb521b56256bcc36508589883
54594 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54595 Date:   Sun Nov 18 12:55:02 2007 +0100
54596
54597     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
54598
54599     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54600
54601 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
54602 Author: Wolfgang Denk <wd@denx.de>
54603 Date:   Sun Nov 18 17:11:09 2007 +0100
54604
54605     Fix compiler warnings for ARM systems.
54606
54607     Signed-off-by: Wolfgang Denk <wd@denx.de>
54608
54609 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
54610 Author: Wolfgang Denk <wd@denx.de>
54611 Date:   Sun Nov 18 16:36:27 2007 +0100
54612
54613     Fix compiler warnings for PPC systems. Update CHANGELOG.
54614
54615     Signed-off-by: Wolfgang Denk <wd@denx.de>
54616
54617 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
54618 Author: Stefan Roese <sr@denx.de>
54619 Date:   Sun Nov 18 14:44:44 2007 +0100
54620
54621     ppc4xx: Correct 405EX PCIe UTL register mapping
54622
54623     Map 4k mem space for UTL registers for each port.
54624
54625     Signed-off-by: Stefan Roese <sr@denx.de>
54626
54627 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
54628 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54629 Date:   Sat Nov 17 11:31:10 2007 +0100
54630
54631     Fix warning differ in signedness in net/net.c and net/nfs.c
54632
54633 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
54634 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54635 Date:   Sat Nov 17 20:42:45 2007 +0900
54636
54637     gth2.c: Fix a warning on gth2 build.
54638
54639     gth2.c: In function 'misc_init_r':
54640     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
54641
54642     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54643
54644 commit 2309c130aa4c84b91bd874a41269c923eb61b555
54645 Author: Stefan Roese <sr@denx.de>
54646 Date:   Sat Nov 17 07:58:25 2007 +0100
54647
54648     Fix warning differ in signedness in common/cmd_scsi.c
54649
54650     Signed-off-by: Stefan Roese <sr@denx.de>
54651
54652 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
54653 Author: Stefan Roese <sr@denx.de>
54654 Date:   Sat Nov 17 14:52:29 2007 +0100
54655
54656     ppc4xx: Update AMCC Kilauea config file
54657
54658     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
54659
54660     Signed-off-by: Stefan Roese <sr@denx.de>
54661
54662 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
54663 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54664 Date:   Sat Nov 17 20:05:26 2007 +0900
54665
54666     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
54667
54668     Current trick to pick up GNU assembler minor version does not work with the
54669     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
54670     "(GNU Binutils) ".
54671
54672       $ sde-as --version |grep "GNU assembler"
54673       GNU assembler 2.15.94 mipssde-6.02.02-20050602
54674       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
54675       2.15.94
54676       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
54677       15
54678       $
54679
54680       $ mips-linux-as --version |grep "GNU assembler"
54681       GNU assembler (GNU Binutils) 2.18
54682       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
54683       (GNU
54684       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
54685       (no output)
54686       $
54687
54688     As a result of above, you'll see many noises with such binutils:
54689
54690       make -C cpu/mips/
54691       /bin/sh: line 0: [: : integer expression expected
54692       /bin/sh: line 0: [: : integer expression expected
54693       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
54694       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
54695       /bin/sh: line 0: [: : integer expression expected
54696       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
54697       /bin/sh: line 0: [: : integer expression expected
54698       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
54699       /bin/sh: line 0: [: : integer expression expected
54700
54701     This patch simplifies the trick and makes it work with both versions of gas.
54702     I also replace an expensive `awk (or gawk)' with `cut'.
54703
54704     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54705
54706 commit 16664f72850846e645616da1c0fa5afcd6d15f15
54707 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54708 Date:   Sat Nov 17 20:05:26 2007 +0900
54709
54710     [MIPS] Remove useless instructions for initializing $gp.
54711
54712     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54713
54714 commit 03c031d5660ea946c39af6e2e16267da857c609f
54715 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54716 Date:   Sat Oct 27 15:27:06 2007 +0900
54717
54718     [MIPS] MIPS 4K core: Coding style cleanups
54719
54720     No logical changes.
54721
54722     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54723
54724 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
54725 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54726 Date:   Sat Nov 17 20:05:20 2007 +0900
54727
54728     [MIPS] gth2.c: Fix a warning on gth2 build.
54729
54730     gth2.c: In function 'misc_init_r':
54731     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
54732
54733     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54734
54735 commit 4fbd0741b2b6441da10be93e10267122581b7079
54736 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54737 Date:   Sat Oct 27 15:22:33 2007 +0900
54738
54739     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
54740
54741     au1x00_eth.c: In function 'au1x00_miiphy_write':
54742     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
54743
54744     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54745
54746 commit f01320459736f156707425cf8112f98606301aa4
54747 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54748 Date:   Sat Oct 27 15:00:25 2007 +0900
54749
54750     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
54751
54752     au1x00_eth.c: In function 'au1x00_enet_initialize':
54753     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
54754     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
54755     au1x00_eth.c:246: error: for each function it appears in.)
54756     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
54757     au1x00_eth.c: In function 'au1x00_miiphy_write':
54758     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
54759     make[1]: *** [au1x00_eth.o] Error 1
54760
54761     Fixed by moving these two functions forward.
54762
54763     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54764
54765 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
54766 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54767 Date:   Sat Oct 27 15:00:25 2007 +0900
54768
54769     MAKEALL: Added missing pb1000 board
54770
54771     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54772
54773 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
54774 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54775 Date:   Sat Oct 27 15:00:24 2007 +0900
54776
54777     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
54778
54779     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54780
54781 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
54782 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54783 Date:   Sat Oct 27 15:00:24 2007 +0900
54784
54785     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
54786
54787     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54788
54789 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
54790 Author: Wolfgang Denk <wd@denx.de>
54791 Date:   Sat Nov 17 02:34:38 2007 +0100
54792
54793     Update CHANGELOIG, prepare for -rc4
54794
54795     Signed-off-by: Wolfgang Denk <wd@denx.de>
54796
54797 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
54798 Author: Luotao Fu <l.fu@pengutronix.de>
54799 Date:   Wed Nov 14 18:58:33 2007 +0100
54800
54801     Fix the i2c frequency and default address in rsdproto board
54802
54803     rsdproto board support has wrong I2C frequency and wrong return value
54804     handling.
54805
54806     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
54807
54808 commit 429c180edad038f91c989cb14b478228092e7054
54809 Author: Wolfgang Denk <wd@denx.de>
54810 Date:   Sat Nov 17 01:45:38 2007 +0100
54811
54812     powerpc: Backout relocation changes for MPC5121, too.
54813
54814     Apply Grant Likely's backout to MPC5121 code, too.
54815
54816     Pointed out by Rafal Jaworowski <raj@semihalf.com>
54817
54818     Signed-off-by: Wolfgang Denk <wd@denx.de>
54819
54820 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
54821 Author: Grant Likely <grant.likely@secretlab.ca>
54822 Date:   Tue Nov 13 22:18:33 2007 -0700
54823
54824     powerpc: Backout relocation changes.
54825
54826     Ugh.  I *hate* to back this change out, but these compiler flags don't
54827     work for relocation on all versions of GCC.  I've not been able to
54828     reproduce the environment in my setup (and hence, not been able to
54829     find a combination that *does* work), so I've got no choice but to go
54830     back to the old gcc flags and linker script.
54831
54832     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54833
54834 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
54835 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54836 Date:   Tue Nov 13 09:11:05 2007 +0100
54837
54838     Fixed mips_io_port_base build errors.
54839
54840     This patch has been sent on:
54841     - 29 Sep 2007
54842
54843     Although mips_io_port_base is currently a part of IDE command, it is quite
54844     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
54845     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
54846
54847     This patch is triggered by multiple definition of `mips_io_port_base' build
54848     error on gth2 (and tb0229 also needs this fix.)
54849
54850     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
54851     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
54852     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
54853     make: *** [u-boot] Error 1
54854
54855     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54856     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54857
54858 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
54859 Author: Wolfgang Denk <wd@denx.de>
54860 Date:   Sat Nov 17 01:30:40 2007 +0100
54861
54862     Fix a bug in the slave serial programming mode for the Xilinx
54863     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
54864     the most significant bit was set, which did not work on any
54865     architecture where "char" defaulted to be an unsigned type.
54866
54867     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
54868
54869     Signed-off-by: Wolfgang Denk <wd@denx.de>
54870
54871 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
54872 Author: Jon Loeliger <jdl@freescale.com>
54873 Date:   Thu Nov 1 12:23:29 2007 -0500
54874
54875     86xx: Fix broken variable reference when #def DEBUGing.
54876
54877     Sometimes you can't reference the DDR2 controller variables.
54878
54879     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54880
54881 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
54882 Author: Jason Jin <Jason.jin@freescale.com>
54883 Date:   Fri Oct 26 18:32:00 2007 +0800
54884
54885     make 8610 board use pixis reset
54886
54887     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54888
54889 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
54890 Author: Jason Jin <Jason.jin@freescale.com>
54891 Date:   Mon Oct 29 19:26:21 2007 +0800
54892
54893     Unify pixis_reset altbank across board families
54894
54895     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
54896     into the separate board config files.
54897
54898     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54899     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54900
54901 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
54902 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54903 Date:   Wed Nov 7 08:19:21 2007 +0100
54904
54905     Fix warning: pointer targets in assignment differ in signedness
54906
54907     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54908
54909 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
54910 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54911 Date:   Wed Nov 7 08:19:19 2007 +0100
54912
54913     Fix warning differ in signedness in common/cmd_ide.c
54914
54915     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54916
54917 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
54918 Author: Stefan Roese <sr@denx.de>
54919 Date:   Fri Nov 16 14:16:54 2007 +0100
54920
54921     ppc4xx: Enable 405EX PCIe UTL register configuration
54922
54923     Till now the UTL registers on 405EX were not initialized but left with
54924     their default values. This patch new initializes some of the UTL
54925     registers on 405EX.
54926
54927     Signed-off-by: Stefan Roese <sr@denx.de>
54928
54929 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
54930 Author: Stefan Roese <sr@denx.de>
54931 Date:   Fri Nov 16 14:00:59 2007 +0100
54932
54933     ppc4xx: Update AMCC Makalu for board rev 1.1
54934
54935     This patch adds changes needed for Makalu rev 1.1:
54936
54937     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
54938     - Enable 2nd ethernet port EMAC1
54939     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
54940     - Reset PCIe ports via GPIO upon bootup
54941
54942     Signed-off-by: Stefan Roese <sr@denx.de>
54943
54944 commit 4d4faae65e115e327425cd514c1a35146a85166b
54945 Author: Grant Likely <grant.likely@secretlab.ca>
54946 Date:   Mon Sep 24 09:05:31 2007 -0600
54947
54948     Group PCI and PCMCIA drivers in drivers/Makefile
54949
54950     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54951
54952 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
54953 Author: Grant Likely <grant.likely@secretlab.ca>
54954 Date:   Mon Sep 24 09:05:31 2007 -0600
54955
54956     Group block/flash drivers in drivers/Makefile
54957
54958     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54959
54960 commit df58c81551700f058b44cacf55a7997fa63bfe0a
54961 Author: Grant Likely <grant.likely@secretlab.ca>
54962 Date:   Mon Sep 24 09:05:31 2007 -0600
54963
54964     Group USB drivers in drivers/Makefile
54965
54966     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54967
54968 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
54969 Author: Grant Likely <grant.likely@secretlab.ca>
54970 Date:   Mon Sep 24 09:05:30 2007 -0600
54971
54972     Group i2c drivers in drivers/Makefile
54973
54974     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54975
54976 commit ec00c76de0e5971273905998d62d6bb119324218
54977 Author: Grant Likely <grant.likely@secretlab.ca>
54978 Date:   Mon Sep 24 09:05:30 2007 -0600
54979
54980     Group console drivers in drivers/Makefile
54981
54982     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54983
54984 commit 754f230aa01b8c789fc31f8013c2487954073300
54985 Author: Grant Likely <grant.likely@secretlab.ca>
54986 Date:   Mon Sep 24 09:05:30 2007 -0600
54987
54988     Group network drivers in drivers/Makefile
54989
54990     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54991
54992 commit f0037c56b0d12cd46215124667b9f83d60ef9391
54993 Author: Grant Likely <grant.likely@secretlab.ca>
54994 Date:   Mon Sep 24 09:05:30 2007 -0600
54995
54996     Build: split COBJS value into multiple lines
54997
54998     This change is in preparation for condtitionial compile support in the
54999     build system.  By spliting them all into seperate lines now, subsequent
55000     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
55001     be less invasive and easier to review
55002
55003     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55004
55005 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
55006 Author: Grant Likely <grant.likely@secretlab.ca>
55007 Date:   Mon Sep 24 09:05:30 2007 -0600
55008
55009     Add .gitignore files
55010
55011     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55012     Acked-by: Kim Phillips <kim.phillips@freescale.com>
55013
55014 commit 955413f35f054a82e40042f1dbcf501c6a05719b
55015 Author: Grant Likely <grant.likely@secretlab.ca>
55016 Date:   Thu Nov 15 08:27:52 2007 -0700
55017
55018     Revert "Correct relocation fixup for mpc5xx"
55019
55020     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
55021     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55022
55023 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
55024 Author: Grant Likely <grant.likely@secretlab.ca>
55025 Date:   Thu Nov 15 08:24:32 2007 -0700
55026
55027     Revert "Correct fixup relocation for MPC5xxx"
55028
55029     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
55030     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55031
55032 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
55033 Author: Grant Likely <grant.likely@secretlab.ca>
55034 Date:   Thu Nov 15 08:21:04 2007 -0700
55035
55036     Revert "Correct fixup relocation for mpc8220"
55037
55038     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
55039     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55040
55041 commit 70922342369e5e39b286fe21e768a239ca07a514
55042 Author: Grant Likely <grant.likely@secretlab.ca>
55043 Date:   Thu Nov 15 08:20:57 2007 -0700
55044
55045     Revert "Correct fixup relocation for mpc824x"
55046
55047     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
55048     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55049
55050 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
55051 Author: Grant Likely <grant.likely@secretlab.ca>
55052 Date:   Thu Nov 15 08:20:50 2007 -0700
55053
55054     Revert "Correct fixup relocation for mpc8260"
55055
55056     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
55057     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55058
55059 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
55060 Author: Grant Likely <grant.likely@secretlab.ca>
55061 Date:   Thu Nov 15 08:20:43 2007 -0700
55062
55063     Revert "Correct fixup relocation for mpc83xx"
55064
55065     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
55066     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55067
55068 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
55069 Author: Grant Likely <grant.likely@secretlab.ca>
55070 Date:   Thu Nov 15 08:20:25 2007 -0700
55071
55072     Revert "[MPC512x] Correct fixup relocation"
55073
55074     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
55075     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55076
55077 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
55078 Author: Stefan Roese <sr@denx.de>
55079 Date:   Thu Nov 15 14:25:09 2007 +0100
55080
55081     ppc4xx: Small AMCC Kilauea cleanup
55082
55083     Remove not needed pci_target_init() function.
55084
55085     Signed-off-by: Stefan Roese <sr@denx.de>
55086
55087 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
55088 Author: Stefan Roese <sr@denx.de>
55089 Date:   Thu Nov 15 14:23:55 2007 +0100
55090
55091     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
55092
55093     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
55094     - Cleanup of the 4xx GPIO functions
55095     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
55096
55097     Signed-off-by: Stefan Roese <sr@denx.de>
55098
55099 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
55100 Author: Stefan Roese <sr@denx.de>
55101 Date:   Thu Nov 15 14:20:08 2007 +0100
55102
55103     ppc4xx: AMCC Taihu board config file cleanup
55104
55105     This patch makes the AMCC Taihu a little more compatible to the other
55106     AMCC eval boards.
55107
55108     Signed-off-by: Stefan Roese <sr@denx.de>
55109
55110 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
55111 Author: Marian Balakowicz <m8@semihalf.com>
55112 Date:   Thu Nov 15 13:37:28 2007 +0100
55113
55114     [INKA4x0] NG hardware: flash support
55115
55116     Disabled and remove inka4x0 custom flash driver, use CFI flash
55117     driver instead.
55118
55119     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55120
55121 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
55122 Author: Marian Balakowicz <m8@semihalf.com>
55123 Date:   Thu Nov 15 13:29:55 2007 +0100
55124
55125     [INKA4x0] NG hardware: SDRAM support
55126
55127     Add support for three new DDR chips that may  be present on a NG
55128     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
55129
55130     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
55131
55132     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55133
55134 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
55135 Author: Marian Balakowicz <m8@semihalf.com>
55136 Date:   Thu Nov 15 13:24:43 2007 +0100
55137
55138     [INKA4x0] NG hardware: platform code update
55139
55140     - Cleanup compile warnings.
55141     - Add missing '\0' in default environment.
55142     - Increase CFG_MONITOR_LEN to 256 KiB.
55143     - Add required CFG_USE_PPCENV.
55144
55145     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55146
55147 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
55148 Author: Peter Pearse <peter.pearse@arm.com>
55149 Date:   Thu Nov 15 08:58:00 2007 +0000
55150
55151     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
55152     Remove warnings re onenand_read() & write()
55153
55154 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
55155 Author: Peter Pearse <peter.pearse@arm.com>
55156 Date:   Thu Nov 15 08:45:13 2007 +0000
55157
55158     Correction patch
55159
55160 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
55161 Author: Roy Zang <tie-fei.zang@freescale.com>
55162 Date:   Thu Sep 13 18:52:28 2007 +0800
55163
55164     Enable ULi1575 Ethernet support in 8610HPCD config
55165
55166     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
55167     Acked-by: Jon Loeliger <jdl@freescale.com>
55168
55169 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
55170 Author: Stefan Roese <sr@denx.de>
55171 Date:   Tue Nov 13 08:18:20 2007 +0100
55172
55173     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
55174
55175     Signed-off-by: Stefan Roese <sr@denx.de>
55176
55177 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
55178 Author: Stefan Roese <sr@denx.de>
55179 Date:   Tue Nov 13 08:06:11 2007 +0100
55180
55181     ppc4xx: Fix 405EX PCIe UTLSET register setup
55182
55183     Signed-off-by: Stefan Roese <sr@denx.de>
55184
55185 commit 1ce55151c85d068f70317a8d65c61058b891afb4
55186 Author: Heiko Schocher <hs@denx.de>
55187 Date:   Tue Nov 13 07:50:29 2007 +0100
55188
55189     [UC101] SRAM now with 2 MB working.
55190
55191     Signed-off-by: Heiko Schocher <hs@denx.de>
55192
55193 commit 2d14684341109a69616e4d6016cd61402d55086f
55194 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55195 Date:   Fri Nov 9 15:37:53 2007 +0100
55196
55197     ppc4xx: Use generic usb-ohci driver for sequoia board
55198
55199     This patch makes the sequoia board use the generic usb-ohci driver
55200     instead of cpu/ppc4xx/usb_ohci.c.
55201
55202     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55203     Signed-off-by: Stefan Roese <sr@denx.de>
55204
55205 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
55206 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55207 Date:   Fri Nov 9 15:37:23 2007 +0100
55208
55209     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
55210
55211     This patch disables the 44x d-cache on 'usb start' and
55212     reenables it on 'usb stop'. This should be seen as a
55213     temporary fix until the generic usb-ohci driver can
55214     life with d-cache enabled.
55215
55216     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55217     Signed-off-by: Stefan Roese <sr@denx.de>
55218
55219 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
55220 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55221 Date:   Fri Nov 9 15:36:44 2007 +0100
55222
55223     ppc4xx: Remove redundant code from 4xx network driver
55224
55225     This patch removes some redundant code and decrements the end
55226     address of cache flush and invalidate by 1.
55227
55228     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55229     Signed-off-by: Stefan Roese <sr@denx.de>
55230
55231 commit 5ca9881aad8c413ac2a82868a5e3719178254502
55232 Author: Peter Pearse <peter.pearse@arm.com>
55233 Date:   Fri Nov 9 15:24:26 2007 +0000
55234
55235     Add apollon board support
55236     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
55237
55238 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
55239 Author: Stefan Roese <sr@denx.de>
55240 Date:   Fri Nov 9 12:19:58 2007 +0100
55241
55242     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
55243
55244     Signed-off-by: Stefan Roese <sr@denx.de>
55245
55246 commit c7f69c340277935a6c19a956421852da944a365f
55247 Author: Stefan Roese <sr@denx.de>
55248 Date:   Fri Nov 9 12:18:54 2007 +0100
55249
55250     ppc4xx: Make output a little shorter on I2C bootrom detection
55251
55252     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
55253     already print a line with the information which I2C bootrom is
55254     used for bootstrap configuration. So we don't need this extra line
55255     with "I2C boot EEPROM en-/dis-abled".
55256
55257     This patch also has a little code cleanup integrated.
55258
55259     Signed-off-by: Stefan Roese <sr@denx.de>
55260
55261 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
55262 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55263 Date:   Thu Nov 8 12:50:18 2007 -0600
55264
55265     ColdFire: MCF5329 - Remove reset registers from CCM
55266
55267     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55268
55269 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
55270 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55271 Date:   Thu Nov 8 12:31:11 2007 -0600
55272
55273     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
55274
55275     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55276
55277 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
55278 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55279 Date:   Thu Nov 8 12:19:01 2007 -0600
55280
55281     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
55282
55283     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55284
55285 commit 225a24b5e062ad94627424508ae814f51dbe1a34
55286 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55287 Date:   Wed Nov 7 18:00:54 2007 -0600
55288
55289     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
55290
55291     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55292
55293 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
55294 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55295 Date:   Wed Nov 7 17:56:15 2007 -0600
55296
55297     ColdFire: MCF532x - Update do_reset() using core reset
55298
55299     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55300
55301 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
55302 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55303 Date:   Wed Nov 7 17:51:00 2007 -0600
55304
55305     ColdFire: Update cpu flag for 4.2-xx compiler
55306
55307     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55308
55309 commit 070ba56115b4da63b46e974287fa4550d4023386
55310 Author: York Sun <yorksun@freescale.com>
55311 Date:   Wed Oct 31 14:59:04 2007 -0500
55312
55313     8610: Add console frame buffer support to FSL 8610 DIU driver.
55314
55315     Add cfb console support to FSL 8610 DIU driver.
55316     Inspect board version from PIXIS to obtain correct pixel format.
55317
55318     Use #define CONFIG_VIDEO in config file to enable fb console.
55319
55320     To switch monitor, set monitor variable to
55321     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
55322     followed by "diufb init".
55323
55324     Preserve logo bitmap at the top of the fb console.
55325
55326     Signed-off-by: York Sun <yorksun@freescale.com>
55327     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55328
55329 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
55330 Author: York Sun <yorksun@freescale.com>
55331 Date:   Mon Oct 29 13:58:39 2007 -0500
55332
55333     8610: Add 8610 DIU display driver
55334
55335     1280x1024 and 1024x768 @ 32 bpp are supported now.
55336     DVI, Single-link LVDS, Double-link LVDS are all supported.
55337
55338     Environmental variable "monitor" is used to specify monitor port.
55339
55340     A new command "diufb" is introduced to reinitialize monitor
55341     and display a BMP file in the memory. So far, 1-bit, 4-bit,
55342     8-bit and 24-bit BMP formats are supported.
55343
55344         diufb init
55345             - initialize the diu driver
55346         Enable the port specified in the environmental variable "monitor"
55347
55348         diufb addr
55349             - display bmp file in memory.
55350         The bmp image should be no bigger than the resolution, 1280x1024
55351         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
55352
55353     Note, this driver allocate memory but doesn't free it after use
55354     It is written on purpose -- to avoid a failure of reallocation
55355     due to memory fragement.
55356
55357     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
55358
55359     Signed-off-by: York Sun <yorksun@freescale.com>
55360     Signed-off-by: Jon loeliger <jdl@freescale.com>
55361
55362 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
55363 Author: York Sun <yorksun@freescale.com>
55364 Date:   Wed Oct 31 10:43:59 2007 -0500
55365
55366     FSL: Add a freescale bitmap logo.
55367
55368     This Freescale logo is a 340 x 128 x 4bpp BMP file
55369     that can be displayed by the DIU Framebuffer driver.
55370
55371     Signed-off-by: York Sun <yorksun@freescale.com>
55372     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55373
55374 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
55375 Author: York Sun <yorksun@freescale.com>
55376 Date:   Mon Oct 29 13:57:53 2007 -0500
55377
55378     8610: Make some extra debug environment variables conditional.
55379
55380     One may #define ENV_DEBUG to get them back again.
55381
55382     Signed-off-by: York Sun <yorksun@freescale.com>
55383
55384 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
55385 Author: Jason Jin <Jason.jin@freescale.com>
55386 Date:   Mon Oct 29 19:26:21 2007 +0800
55387
55388     8610: Actually enable pixis_reset CONFIGs
55389
55390     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55391
55392 commit f3bceaab230b4748d0afc4109b6837308f018b40
55393 Author: Jason Jin <Jason.jin@freescale.com>
55394 Date:   Fri Oct 26 18:31:59 2007 +0800
55395
55396     Fix the BAT definition of PCI IO on 8610 board
55397
55398     The address in the BAT register is aligned with the BAT size.
55399     The original definition actually did not define BAT for PCIE2 IO.
55400     This patch fix this.
55401
55402     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55403
55404 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
55405 Author: Jason Jin <Jason.jin@freescale.com>
55406 Date:   Mon Oct 29 19:26:21 2007 +0800
55407
55408     Unify pixis_reset altbank across board families
55409
55410     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
55411     into the separate board config files.
55412
55413     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55414     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55415
55416 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
55417 Author: Jason Jin <Jason.jin@freescale.com>
55418 Date:   Fri Oct 26 18:32:00 2007 +0800
55419
55420     make 8610 board use pixis reset
55421
55422     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55423
55424 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
55425 Author: Jon Loeliger <jdl@freescale.com>
55426 Date:   Thu Nov 1 12:23:29 2007 -0500
55427
55428     86xx: Fix broken variable reference when #def DEBUGing.
55429
55430     Sometimes you can't reference the DDR2 controller variables.
55431
55432     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55433
55434 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
55435 Author: Roy Zang <tie-fei.zang@freescale.com>
55436 Date:   Mon Nov 5 17:39:24 2007 +0800
55437
55438     Implement general ULi 526x Ethernet driver support in U-boot
55439
55440     This patch implements general ULi 526x Ethernet driver.
55441     Until now, it is the only native Ethernet port on
55442     MPC8610HPCD board, but it could be used on other boards
55443     with ULi 526x Ethernet port as well.
55444
55445     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
55446     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
55447     Acked-by: Jon Loeliger <jdl@freescale.com>
55448     Signed-off-by: Ben Warren <bwarren@qstreams.com>
55449
55450 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
55451 Author: Larry Johnson <lrj@arlinx.com>
55452 Date:   Thu Nov 1 08:46:50 2007 -0500
55453
55454     NET: Add Ethernet 1000BASE-X support for PPC4xx
55455
55456     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
55457     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
55458     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
55459     "mii info" command is modified to distinguish between 1000BASE-T and -X.
55460
55461     Signed-off-by: Larry Johnson <lrj@acm.org>
55462     Signed-off-by: Ben Warren <bwarren@qstreams.com>
55463
55464 commit 298035df4948b113d29ac0e694717d34b95bc5dc
55465 Author: Larry Johnson <lrj@arlinx.com>
55466 Date:   Wed Oct 31 11:21:29 2007 -0500
55467
55468     NET: Cosmetic changes
55469
55470     Signed-off-by: Larry Johnson <lrj@acm.org>
55471     Signed-off-by: Ben Warren <bwarren@qstreams.com>
55472
55473 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
55474 Author: Stefan Roese <sr@denx.de>
55475 Date:   Mon Nov 5 07:43:05 2007 +0100
55476
55477     ppc4xx: Make output a little shorter on PCIe detection
55478
55479     Now not max 3 lines but 2 lines are printed per PCIe port.
55480
55481     Signed-off-by: Stefan Roese <sr@denx.de>
55482
55483 commit 992742a5b09d9040adbd156fb90756af66ade310
55484 Author: Wolfgang Denk <wd@denx.de>
55485 Date:   Sat Nov 3 23:09:27 2007 +0100
55486
55487     Cleanup coding style; update CHANGELOG
55488
55489     Signed-off-by: Wolfgang Denk <wd@denx.de>
55490
55491 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
55492 Author: Bruce Adler <bruce.adler@ccpu.com>
55493 Date:   Fri Nov 2 13:15:42 2007 -0700
55494
55495     fix wording in README
55496
55497     Changed the wording to properly describe the shadowing
55498     of the environment from ROM to RAM
55499
55500     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
55501
55502 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
55503 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55504 Date:   Wed Oct 31 02:18:15 2007 +0900
55505
55506     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
55507
55508     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55509
55510 commit ec22755799466c8a103664bb3a5e647bf9c238f4
55511 Author: Vlad Lungu <vlad@comsys.ro>
55512 Date:   Thu Oct 25 16:08:14 2007 +0300
55513
55514     Trimmed some variables in ne2000.c
55515
55516     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
55517
55518 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
55519 Author: Zhang Wei <wei.zhang@freescale.com>
55520 Date:   Thu Oct 25 17:51:27 2007 +0800
55521
55522     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
55523
55524     The scan code of the key 'z' is 0x1d, which should be handled.
55525
55526     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
55527     controller.
55528
55529     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
55530
55531 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
55532 Author: Zhang Wei <wei.zhang@freescale.com>
55533 Date:   Thu Oct 25 17:30:04 2007 +0800
55534
55535     Fix USB support issue for MPC8641HPCN board.
55536
55537     The configuration file has already enabled USB, but it
55538     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
55539     on MPC8641HPCN can not work because of the wrong USB
55540     register endian.
55541
55542     And add the USB command to U-Boot commands list.
55543
55544     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
55545
55546 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
55547 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55548 Date:   Wed Oct 24 18:16:01 2007 +0200
55549
55550     Use config_cmd_default.h instead of config_cmd_all.h
55551
55552     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55553
55554 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
55555 Author: Marian Balakowicz <m8@semihalf.com>
55556 Date:   Wed Oct 24 01:37:36 2007 +0200
55557
55558     TQM5200: Call usb_cpu_init() during board init
55559
55560     usb_cpu_init() configures GPS USB pins, clocks, etc. and
55561     is required for proper operation of kernel USB subsystem.
55562     This setup was previously done in the kernel by the fixup
55563     code which is being removed, thus low level init must be
55564     done by U-boot now.
55565
55566     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55567
55568 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
55569 Author: Guennadi Liakhovetski <lg@denx.de>
55570 Date:   Tue Oct 23 16:25:50 2007 +0200
55571
55572     Fix typo in nfs.c
55573
55574     An obvious typo. Originally fixed in linkstation u-boot port.
55575
55576     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55577
55578 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
55579 Author: Guennadi Liakhovetski <lg@denx.de>
55580 Date:   Tue Oct 23 14:35:05 2007 +0200
55581
55582     Fix a typo in cpu/mpc824x/interrupts.c
55583
55584     Since December 2003 the timer_interrupt_cpu() function in
55585     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
55586     parameter. Remove it.
55587
55588     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
55589
55590 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
55591 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
55592 Date:   Wed Oct 17 11:13:51 2007 +0200
55593
55594     add ft_cpu_setup(..) on mpc8260
55595
55596     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
55597     based on code from mpc5xxx
55598
55599     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
55600     --
55601
55602 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
55603 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
55604 Date:   Wed Oct 17 11:18:42 2007 +0200
55605
55606     changes for IDS8247 board support
55607
55608     To get the IDS8247 board working following are done:
55609      - FCC2 is deactivated
55610      - FCC1 is activated
55611      - I2C is activated
55612      - CFI driver is activated
55613      - Adapted for use with LIBFDT
55614
55615     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
55616     --
55617
55618 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
55619 Author: Stefan Roese <sr@denx.de>
55620 Date:   Sat Nov 3 12:08:28 2007 +0100
55621
55622     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
55623
55624     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
55625     Again, only one image supports both targets.
55626
55627     Signed-off-by: Stefan Roese <sr@denx.de>
55628
55629 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
55630 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
55631 Date:   Wed Oct 24 15:48:37 2007 +0200
55632
55633     ATSTK1002: Remove default ethernet addresses
55634
55635     Wolfgang is right: It's not a good idea to set up default initial
55636     ethernet addresses for a board, even though they belong to the local
55637     range.
55638
55639     This will change the failure mode from "IT manager screams at you for
55640     using duplicate ethernet addresses" to a nice error message explaining
55641     that the ethernet address hasn't been set properly.
55642
55643     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
55644
55645 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
55646 Author: Justin Flammia <jflammia@savantav.com>
55647 Date:   Mon Oct 29 17:40:35 2007 -0400
55648
55649     DHCP Client Fix
55650
55651     This is a multi-part message in MIME format.
55652
55653     commit e6e505eae94ed721e123e177489291fc4544b7b8
55654     Author: Justin Flammia <jflammia@savantav.com>
55655     Date:   Mon Oct 29 17:19:03 2007 -0400
55656
55657         Found a bug in the way the DHCP Request packet is built, where the IP address
55658         that is offered by the server is bound to prematurely. This patch is a fix of
55659         that bug where the IP address offered by the DHCP server is not used until
55660         after the DHCP ACK from the server is received.
55661
55662     Signed-off-by: Justin Flammia <jflammia@savantav.com>
55663     Signed-off-by: Ben Warren <bwarren@qstreams.com>
55664
55665 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
55666 Author: Stefan Roese <sr@denx.de>
55667 Date:   Wed Oct 31 20:58:34 2007 +0100
55668
55669     ppc4xx: Fix acadia_nand build problem
55670
55671     Since the cache handling functions were moved from start.S into cache.S
55672     the acadia NAND booting Makfile needs to be adapted accordingly.
55673
55674     Signed-off-by: Stefan Roese <sr@denx.de>
55675
55676 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
55677 Author: Stefan Roese <sr@denx.de>
55678 Date:   Wed Oct 31 20:57:11 2007 +0100
55679
55680     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
55681
55682     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
55683     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
55684     boards by defining CONFIG_4xx_DCACHE in the board config file. This
55685     option will disappear, when more boards use is successfully and no
55686     more known problems exist.
55687
55688     This is tested successfully on Sequoia and Katmai. The only problem that
55689     needs to be fixed is, that USB is not working on Sequoia right now, since
55690     it will need some cache handling code too, similar to the 4xx EMAC driver.
55691
55692     Signed-off-by: Stefan Roese <sr@denx.de>
55693
55694 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
55695 Author: Stefan Roese <sr@denx.de>
55696 Date:   Wed Oct 31 20:51:10 2007 +0100
55697
55698     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
55699
55700     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
55701     disable the cache for the CPU POST tests, since these tests consist
55702     of self modifying code. This is done via the new change_tlb() function.
55703
55704     Signed-off-by: Stefan Roese <sr@denx.de>
55705
55706 commit f71b2888b4b3c870909a0341427b2a914246f81f
55707 Author: Stefan Roese <sr@denx.de>
55708 Date:   Wed Oct 31 20:47:26 2007 +0100
55709
55710     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
55711
55712     This patch enables the 4xx EMAC POST driver to work too, when dcache is
55713     enabled.
55714
55715     Signed-off-by: Stefan Roese <sr@denx.de>
55716
55717 commit a2685904061b35a17583d65fe47cdc2686a69eaa
55718 Author: Stefan Roese <sr@denx.de>
55719 Date:   Wed Oct 31 20:45:53 2007 +0100
55720
55721     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
55722
55723     Signed-off-by: Stefan Roese <sr@denx.de>
55724
55725 commit ff768cb168d8157c24a25016dbfbeb465e47f420
55726 Author: Stefan Roese <sr@denx.de>
55727 Date:   Wed Oct 31 18:01:24 2007 +0100
55728
55729     ppc4xx: Change 4xx ethernet driver to handle cached memory too
55730
55731     This patch enables the 4xx EMAC driver to work too, when dcache is
55732     enabled.
55733
55734     Signed-off-by: Stefan Roese <sr@denx.de>
55735
55736 commit 483e09a223c666269ef81d3573a6591b1046b0ef
55737 Author: Stefan Roese <sr@denx.de>
55738 Date:   Wed Oct 31 17:59:22 2007 +0100
55739
55740     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
55741
55742     This function is used to either turn cache on or off in a specific
55743     memory area.
55744
55745     Signed-off-by: Stefan Roese <sr@denx.de>
55746
55747 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
55748 Author: Stefan Roese <sr@denx.de>
55749 Date:   Wed Oct 31 17:57:52 2007 +0100
55750
55751     ppc4xx: Remove cache definition from 4xx board config files
55752
55753     All 4xx board config files don't need the cache definitions anymore.
55754     These are now defined in common headers.
55755
55756     Signed-off-by: Stefan Roese <sr@denx.de>
55757
55758 commit 9b94ac61d2176185c30adf0793e079ec30e68687
55759 Author: Stefan Roese <sr@denx.de>
55760 Date:   Wed Oct 31 17:55:58 2007 +0100
55761
55762     ppc4xx: Rework 4xx cache support
55763
55764     New cache handling functions added and all existing functions
55765     moved from start.S into seperate cache.S.
55766
55767     Signed-off-by: Stefan Roese <sr@denx.de>
55768
55769 commit 06713773da4ac3d390c63d82641eb553224b27c2
55770 Author: Stefan Roese <sr@denx.de>
55771 Date:   Tue Oct 23 18:03:12 2007 +0200
55772
55773     ppc4xx: Remove compiler warning from previous commit
55774
55775     Signed-off-by: Stefan Roese <sr@denx.de>
55776
55777 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
55778 Author: Stefan Roese <sr@denx.de>
55779 Date:   Tue Oct 23 14:40:30 2007 +0200
55780
55781     ppc4xx: Remove temporary TLB entry in POST cache test
55782
55783     Signed-off-by: Stefan Roese <sr@denx.de>
55784
55785 commit 1338e6a81834099ba19733b69aafd8ef5f098094
55786 Author: Stefan Roese <sr@denx.de>
55787 Date:   Tue Oct 23 14:05:08 2007 +0200
55788
55789     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
55790
55791     I lately noticed, that newer 4xx board with GBit support sometimes don't
55792     finish link autonegotiation in 4 seconds. Changing this timeout to 5
55793     seconds seems fine here.
55794
55795     Signed-off-by: Stefan Roese <sr@denx.de>
55796
55797 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
55798 Author: Stefan Roese <sr@denx.de>
55799 Date:   Tue Oct 23 14:03:17 2007 +0200
55800
55801     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
55802
55803     This patch changes all in32/out32 calls to use the recommended in_be32/
55804     out_be32 macros instead.
55805
55806     Signed-off-by: Stefan Roese <sr@denx.de>
55807
55808 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
55809 Author: Stefan Roese <sr@denx.de>
55810 Date:   Thu Oct 25 12:24:59 2007 +0200
55811
55812     ppc4xx: Fix POST ethernet test for Haleakala
55813
55814     The POST ethernet test needed to be changed to dynamically determine
55815     the count of ethernet devices. This code is cloned from the 4xx
55816     ethernet driver.
55817
55818     Signed-off-by: Stefan Roese <sr@denx.de>
55819
55820 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
55821 Author: Stefan Roese <sr@denx.de>
55822 Date:   Tue Oct 23 11:31:05 2007 +0200
55823
55824     ppc4xx: Correct UART input clock calculation and passing to fdt
55825
55826     We now use a value in the gd (global data) structure for the UART input
55827     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
55828     in get_sys_info().
55829
55830     Signed-off-by: Stefan Roese <sr@denx.de>
55831
55832 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
55833 Author: Stefan Roese <sr@denx.de>
55834 Date:   Tue Oct 23 10:10:08 2007 +0200
55835
55836     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
55837
55838     The Haleakala is nearly identical with the Kilauea eval board. The only
55839     difference is that the 405EXr only supports one EMAC and one PCIe
55840     interface. This patch adds support for the Haleakala board by using
55841     the identical image for Kilauea and Haleakala. The distinction is done
55842     by comparing the PVR.
55843
55844     Signed-off-by: Stefan Roese <sr@denx.de>
55845
55846 commit 9f798766aa85e62eb8fa8c721e148df609b78137
55847 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
55848 Date:   Tue Oct 23 08:29:10 2007 +0200
55849
55850     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
55851
55852     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
55853
55854     Note:
55855     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
55856     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
55857     modules are still plugged in. So it is recommended to remove the DIMM
55858     modules while using the NAND booting code with the fixed SDRAM setup!
55859
55860     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
55861     Signed-off-by: Stefan Roese <sr@denx.de>
55862
55863 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
55864 Author: Stefan Roese <sr@denx.de>
55865 Date:   Mon Oct 22 16:24:44 2007 +0200
55866
55867     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
55868
55869     Signed-off-by: Stefan Roese <sr@denx.de>
55870
55871 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
55872 Author: Stefan Roese <sr@denx.de>
55873 Date:   Mon Oct 22 16:22:40 2007 +0200
55874
55875     ppc4xx: Rework of 4xx serial driver (4)
55876
55877     Change 4xx_uart.c:
55878
55879     - Use in_8/out_8 macros instead of in8/out8
55880     - No need for UART_BASE marco anymore, now really handled via function
55881       parameter
55882     - serial_init_common() introduced
55883     - Further coding style cleanup
55884
55885     Signed-off-by: Stefan Roese <sr@denx.de>
55886
55887 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
55888 Author: Stefan Roese <sr@denx.de>
55889 Date:   Mon Oct 22 15:45:49 2007 +0200
55890
55891     ppc4xx: Rework of 4xx serial driver (3)
55892
55893     Change all linker scripts to reference the changed driver name iop480_uart.o.
55894
55895     Signed-off-by: Stefan Roese <sr@denx.de>
55896
55897 commit 882ae41274921f9016131806bdeb27e19606f47a
55898 Author: Stefan Roese <sr@denx.de>
55899 Date:   Mon Oct 22 15:44:39 2007 +0200
55900
55901     ppc4xx: Rework of 4xx serial driver (2)
55902
55903     Change all linker scripts to reference the changed driver name 4xx_uart.o.
55904
55905     Note: In most cased all these explicit referencing of these object files
55906     in the linker scripts is not neccessary. Only for manually embedded
55907     environment into the U-Boot image, which is not done is most cases.
55908
55909     Signed-off-by: Stefan Roese <sr@denx.de>
55910
55911 commit ad31e40bed042cb670d0036fea96435007afb838
55912 Author: Stefan Roese <sr@denx.de>
55913 Date:   Mon Oct 22 15:09:59 2007 +0200
55914
55915     ppc4xx: Rework of 4xx serial driver (1)
55916
55917     This patch starts the rework of the PPC4xx serial driver. First we split
55918     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
55919     handling code and the other one iop480_uart.c with the UART code for the
55920     PLX-Tech IOP480 PPC (PPC403 based).
55921
55922     Signed-off-by: Stefan Roese <sr@denx.de>
55923
55924 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
55925 Author: Stefan Roese <sr@denx.de>
55926 Date:   Mon Oct 22 10:30:38 2007 +0200
55927
55928     ppc4xx: Correct UART input clock calculation and passing to fdt
55929
55930     Signed-off-by: Stefan Roese <sr@denx.de>
55931
55932 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
55933 Author: Stefan Roese <sr@denx.de>
55934 Date:   Mon Oct 22 07:34:34 2007 +0200
55935
55936     ppc4xx: Add initial AMCC Makalu 405EX support
55937
55938     Signed-off-by: Stefan Roese <sr@denx.de>
55939
55940 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
55941 Author: Stefan Roese <sr@denx.de>
55942 Date:   Mon Oct 22 07:33:52 2007 +0200
55943
55944     ppc4xx: Add freqUART to CPU speed detection
55945
55946     This value is needed later for the device tree configuration of
55947     the uart clock.
55948
55949     Signed-off-by: Stefan Roese <sr@denx.de>
55950
55951 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
55952 Author: Stefan Roese <sr@denx.de>
55953 Date:   Sun Oct 21 14:26:29 2007 +0200
55954
55955     ppc: Small Kilauea cleanup of config file
55956
55957     Signed-off-by: Stefan Roese <sr@denx.de>
55958
55959 commit 758c037aeead34b49631b8da3a90b1bba14c0410
55960 Author: Stefan Roese <sr@denx.de>
55961 Date:   Sun Oct 21 08:16:12 2007 +0200
55962
55963     rtc: Add Xicor/Intersil X1205 RTC support
55964
55965     This patch adds support for the Xicor/Intersil X1205 RTC used on the
55966     AMCC Makalu eval board. This driver is basically cloned from the Linux
55967     driver version (2.6.23).
55968
55969     This patch also introduces the Linux bcd.h header for the BCD2BIN/
55970     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
55971     should be converted to also use this header instead of implementing
55972     their own local copy of these functions/macros.
55973
55974     Signed-off-by: Stefan Roese <sr@denx.de>
55975
55976 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
55977 Author: Stefan Roese <sr@denx.de>
55978 Date:   Sun Oct 21 08:12:41 2007 +0200
55979
55980     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
55981
55982     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
55983     PPC440_SYS_INFO structure into the common ppc4xx.h header.
55984
55985     Lot's of other macros are good candidates to be consolidated this way
55986     in the future.
55987
55988     Signed-off-by: Stefan Roese <sr@denx.de>
55989
55990 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
55991 Author: Stefan Roese <sr@denx.de>
55992 Date:   Sun Oct 21 08:05:18 2007 +0200
55993
55994     ppc4xx: Fix size setup in Kilauea DDR2 init routine
55995
55996     The size was initilized wrong. Instead of 256MB, the DDR2 controller
55997     was setup to 512MB. Now the correct values is used.
55998
55999     This patch also does a little cleanup and adds a comment here.
56000
56001     Signed-off-by: Stefan Roese <sr@denx.de>
56002
56003 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
56004 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
56005 Date:   Thu Oct 18 17:29:04 2007 +0200
56006
56007     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
56008
56009     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
56010     number is used to access system registers.
56011
56012     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
56013     Signed-off-by: Stefan Roese <sr@denx.de>
56014
56015 commit c36c68160333ac5fe41ec3db12a728b7075b3912
56016 Author: Stefan Roese <sr@denx.de>
56017 Date:   Thu Oct 18 07:42:27 2007 +0200
56018
56019     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
56020
56021     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
56022     is the internal SRAM. Since I now ported and tested this endpoint mode
56023     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
56024     Katmai.
56025
56026     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
56027     this setup.
56028
56029     Signed-off-by: Stefan Roese <sr@denx.de>
56030
56031 commit 5cb4af4791f61843432155142b6cfac901f66c10
56032 Author: Stefan Roese <sr@denx.de>
56033 Date:   Thu Oct 18 07:39:38 2007 +0200
56034
56035     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
56036
56037     This patch adds endpoint support for the AMCC Kilauea eval board. It can
56038     be tested by connecting a reworked PCIe cable (only 1x lane singles
56039     connected) to another root-complex.
56040
56041     In this test setup, a 64MB inbound window is configured at BAR0 which maps
56042     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
56043     access the first 64MB of the SDRAM on the PPC side.
56044
56045     Signed-off-by: Stefan Roese <sr@denx.de>
56046
56047 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
56048 Author: Stefan Roese <sr@denx.de>
56049 Date:   Sat Oct 13 16:43:23 2007 +0200
56050
56051     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
56052
56053     This patch adds support for dynamic configuration of PCIe ports for the
56054     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
56055     boards Yucca & Katmai and the 405EX board Kilauea.
56056
56057     This dynamic configuration is done via the "pcie_mode" environement
56058     variable. This variable can be set to "EP" or "RP" for endpoint or
56059     rootpoint mode. Multiple values can be joined via the ":" delimiter.
56060     Here an example:
56061
56062     pcie_mode=RP:EP:EP
56063
56064     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
56065     as endpoint.
56066
56067     Per default Yucca will be configured as:
56068     pcie_mode=RP:EP:EP
56069
56070     Per default Katmai will be configured as:
56071     pcie_mode=RP:RP:REP
56072
56073     Per default Kilauea will be configured as:
56074     pcie_mode=RP:RP
56075
56076     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
56077     Signed-off-by: Stefan Roese <sr@denx.de>
56078
56079 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
56080 Author: Stefan Roese <sr@denx.de>
56081 Date:   Thu Oct 11 11:15:59 2007 +0200
56082
56083     ppc4xx: Enable device tree support (fdt) on Kilauea per default
56084
56085     This patch enables the fdt support on the AMCC Kilauea eval board.
56086     Additionally now EBC ranges fdt fixup is included to support NOR
56087     FLASH mapping via the Linux physmap_of driver.
56088
56089     This Kilauea port now support booting arch/ppc and arch/powerpc
56090     Linux kernels. The default environment "net_nfs" is for arch/ppc
56091     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
56092     support will be removed.
56093
56094     Signed-off-by: Stefan Roese <sr@denx.de>
56095
56096 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
56097 Author: Stefan Roese <sr@denx.de>
56098 Date:   Thu Oct 11 11:11:45 2007 +0200
56099
56100     ppc4xx: Add additional debug info to 4xx fdt support
56101
56102     Signed-off-by: Stefan Roese <sr@denx.de>
56103
56104 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
56105 Author: Stefan Roese <sr@denx.de>
56106 Date:   Fri Oct 5 21:28:58 2007 +0200
56107
56108     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
56109
56110     Signed-off-by: Stefan Roese <sr@denx.de>
56111
56112 commit 1941cce71b1ae975602854045061e82f94ecd012
56113 Author: Stefan Roese <sr@denx.de>
56114 Date:   Fri Oct 5 17:35:10 2007 +0200
56115
56116     ppc4xx: Fix small merge problem in 4xx_enet.c
56117
56118     Signed-off-by: Stefan Roese <sr@denx.de>
56119
56120 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
56121 Author: Stefan Roese <sr@denx.de>
56122 Date:   Fri Oct 5 17:11:30 2007 +0200
56123
56124     ppc4xx: Add initial AMCC Kilauea 405EX support
56125
56126     Signed-off-by: Stefan Roese <sr@denx.de>
56127
56128 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
56129 Author: Stefan Roese <sr@denx.de>
56130 Date:   Fri Oct 5 17:10:59 2007 +0200
56131
56132     ppc4xx: Add PPC405EX support
56133
56134     Signed-off-by: Stefan Roese <sr@denx.de>
56135
56136 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
56137 Author: Stefan Roese <sr@denx.de>
56138 Date:   Fri Oct 5 17:09:36 2007 +0200
56139
56140     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
56141
56142     Signed-off-by: Stefan Roese <sr@denx.de>
56143
56144 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
56145 Author: Stefan Roese <sr@denx.de>
56146 Date:   Fri Oct 5 17:07:50 2007 +0200
56147
56148     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
56149
56150     Signed-off-by: Stefan Roese <sr@denx.de>
56151
56152 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
56153 Author: Stefan Roese <sr@denx.de>
56154 Date:   Fri Oct 5 17:04:57 2007 +0200
56155
56156     POST: Add 405EX support to 4xx UART POST test
56157
56158     Signed-off-by: Stefan Roese <sr@denx.de>
56159
56160 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
56161 Author: Stefan Roese <sr@denx.de>
56162 Date:   Fri Oct 5 15:10:02 2007 +0200
56163
56164     DTT: Prepare DS1775 driver for use of different I2C addresses
56165
56166     Signed-off-by: Stefan Roese <sr@denx.de>
56167
56168 commit 19e93b1e16d267220440d827b920fbad8abfa70f
56169 Author: Stefan Roese <sr@denx.de>
56170 Date:   Fri Oct 5 14:23:43 2007 +0200
56171
56172     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
56173
56174     Signed-off-by: Stefan Roese <sr@denx.de>
56175
56176 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
56177 Author: Stefan Roese <sr@denx.de>
56178 Date:   Fri Oct 5 09:22:33 2007 +0200
56179
56180     ppc4xx: 4xx_pcie: Disable debug output as default
56181
56182     Signed-off-by: Stefan Roese <sr@denx.de>
56183
56184 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
56185 Author: Stefan Roese <sr@denx.de>
56186 Date:   Fri Oct 5 09:18:23 2007 +0200
56187
56188     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
56189
56190     Signed-off-by: Stefan Roese <sr@denx.de>
56191
56192 commit 4dbee8a90df613eb517aadbecebd70f168913d30
56193 Author: Stefan Roese <sr@denx.de>
56194 Date:   Fri Oct 5 07:57:20 2007 +0200
56195
56196     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
56197
56198     128MB seems to be the smallest possible value for the memory size
56199     for on PCIe port. With this change now the BAR's of the PCIe cards
56200     are accessible under U-Boot.
56201
56202     One big note: This only works for PCIe port 0 & 1. For port 2 this
56203     currently doesn't work, since the base address is now 0xc0000000
56204     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
56205     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
56206     to change the base addresses completely and this change would have
56207     too much impact right now.
56208
56209     This patch adds debug output to the 4xx pcie driver too.
56210
56211     Signed-off-by: Stefan Roese <sr@denx.de>
56212
56213 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
56214 Author: Stefan Roese <sr@denx.de>
56215 Date:   Wed Oct 3 21:16:32 2007 +0200
56216
56217     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
56218
56219     Signed-off-by: Stefan Roese <sr@denx.de>
56220
56221 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
56222 Author: Stefan Roese <sr@denx.de>
56223 Date:   Wed Oct 3 15:01:02 2007 +0200
56224
56225     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
56226
56227     These files were introduced with the IBM 405GP but are currently used on all
56228     4xx PPC platforms. So the name doesn't match the content anymore. This patch
56229     renames the files to 4xx_pci.c/h.
56230
56231     Signed-off-by: Stefan Roese <sr@denx.de>
56232
56233 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
56234 Author: Stefan Roese <sr@denx.de>
56235 Date:   Wed Oct 3 14:14:58 2007 +0200
56236
56237     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
56238
56239     Signed-off-by: Stefan Roese <sr@denx.de>
56240
56241 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
56242 Author: Stefan Roese <sr@denx.de>
56243 Date:   Wed Oct 3 10:38:09 2007 +0200
56244
56245     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
56246
56247     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
56248         the SDR registers of the PCIe ports. This makes the overall design
56249         clearer, since it removed a lot of switch statements which are not
56250         needed anymore.
56251
56252         Also, the functions ppc4xx_init_pcie_rootport() and
56253         ppc4xx_init_pcie_entport() are merged into a single function
56254         ppc4xx_init_pcie_port(), since most of the code was duplicated.
56255         This makes maintainance and porting to other 4xx platforms
56256         easier.
56257
56258     Signed-off-by: Stefan Roese <sr@denx.de>
56259
56260 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
56261 Author: Stefan Roese <sr@denx.de>
56262 Date:   Wed Oct 3 07:48:09 2007 +0200
56263
56264     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
56265
56266     This patch is the first patch of a series to make the 440SPe PCIe code
56267     usable on different 4xx PPC platforms. In preperation for the new 405EX
56268     which is also equipped with PCIe interfaces.
56269
56270     (2) This patch renames the functions from 440spe_ to 4xx_ with a
56271         little additional cleanup
56272
56273     Signed-off-by: Stefan Roese <sr@denx.de>
56274
56275 commit c7c6da23028f146d912514b95aefa3da7cf37699
56276 Author: Stefan Roese <sr@denx.de>
56277 Date:   Wed Oct 3 07:34:10 2007 +0200
56278
56279     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
56280
56281     This patch is the first patch of a series to make the 440SPe PCIe code
56282     usable on different 4xx PPC platforms. In preperation for the new 405EX
56283     which is also equipped with PCIe interfaces.
56284
56285     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
56286
56287     Signed-off-by: Stefan Roese <sr@denx.de>
56288
56289 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
56290 Author: Marian Balakowicz <m8@semihalf.com>
56291 Date:   Wed Oct 24 01:37:36 2007 +0200
56292
56293     TQM5200: Call usb_cpu_init() during board init
56294
56295     usb_cpu_init() configures GPS USB pins, clocks, etc. and
56296     is required for proper operation of kernel USB subsystem.
56297     This setup was previously done in the kernel by the fixup
56298     code which is being removed, thus low level init must be
56299     done by U-boot now.
56300
56301     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56302     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56303
56304 commit b5af773f8d92677e06f3295b45557c9d0a487c24
56305 Author: Zhang Wei <wei.zhang@freescale.com>
56306 Date:   Thu Oct 25 17:51:27 2007 +0800
56307
56308     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
56309
56310     The scan code of the key 'z' is 0x1d, which should be handled.
56311
56312     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
56313     controller.
56314
56315     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
56316     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56317
56318 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
56319 Author: Rodolfo Giometti <giometti@enneenne.com>
56320 Date:   Mon Oct 15 11:59:17 2007 +0200
56321
56322     PXA USB OHCI: "usb stop" implementation.
56323
56324     Some USB keys need to be switched off before loading the kernel
56325     otherwise they can remain in an undefined status which prevents them
56326     to be correctly recognized by the kernel.
56327
56328     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
56329     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56330
56331 commit 31548249decf18a6b877a18436b6139dd483fe4a
56332 Author: Justin Flammia <jflammia@savantav.com>
56333 Date:   Mon Oct 29 17:40:35 2007 -0400
56334
56335     DHCP Client Fix
56336
56337     This is a multi-part message in MIME format.
56338
56339     commit e6e505eae94ed721e123e177489291fc4544b7b8
56340     Author: Justin Flammia <jflammia@savantav.com>
56341     Date:   Mon Oct 29 17:19:03 2007 -0400
56342
56343         Found a bug in the way the DHCP Request packet is built, where the IP address
56344         that is offered by the server is bound to prematurely. This patch is a fix of
56345         that bug where the IP address offered by the DHCP server is not used until
56346         after the DHCP ACK from the server is received.
56347
56348     Signed-off-by: Justin Flammia <jflammia@savantav.com>
56349     Signed-off-by: Ben Warren <bwarren@qstreams.com>
56350
56351 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
56352 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56353 Date:   Thu Oct 25 17:16:22 2007 -0500
56354
56355     ColdFire 54455: Fix correct boot location for atmel and intel
56356
56357     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56358
56359 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
56360 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56361 Date:   Thu Oct 25 17:14:00 2007 -0500
56362
56363     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
56364
56365     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56366
56367 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
56368 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56369 Date:   Thu Oct 25 17:12:36 2007 -0500
56370
56371     ColdFire 5329: Assign correct SDRAM size and fix cache
56372
56373     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56374
56375 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
56376 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56377 Date:   Thu Oct 25 17:10:23 2007 -0500
56378
56379     ColdFire 5253: Assign correct SDRAM size
56380
56381     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56382
56383 commit 2acefa72ee0026f862ab65597ca687428f63a973
56384 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56385 Date:   Thu Oct 25 17:09:17 2007 -0500
56386
56387     ColdFire 5282: Fix external flash boot and return dramsize
56388
56389     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56390
56391 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
56392 Author: Bartlomiej Sieka <tur@semihalf.com>
56393 Date:   Thu Oct 25 17:20:01 2007 +0200
56394
56395     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
56396
56397     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
56398
56399 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
56400 Author: Martin Krause <martin.krause@tqs.de>
56401 Date:   Wed Oct 24 08:42:25 2007 +0200
56402
56403     TQM5200: fix spurious characters on second serial interface
56404
56405     With this patch PSC3 is configured as UART. This is done, because if
56406     the pins of PSC3 are not configured at all (-> all pins are GPI),
56407     due to crosstalk, spurious characters may be send over the RX232_2_TXD
56408     signal line.
56409
56410     Signed-off-by: Martin Krause <martin.krause@tqs.de>
56411     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56412
56413 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
56414 Author: Martin Krause <martin.krause@tqs.de>
56415 Date:   Wed Oct 24 08:41:27 2007 +0200
56416
56417     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
56418
56419     Some commands for the STK52xx base board try to access the SM501 grafic
56420     controller. But the TQM5200S has no grafic controller (only the TQM5200
56421     and the TQM5200B have). This patch deactivates the commands accessing
56422     the SM501 for the TQM5200S.
56423
56424     Signed-off-by: Martin Krause <martin.krause@tqs.de>
56425     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
56426
56427 commit b31f64343ead9482cd439b1adbe4c34026a641b1
56428 Author: Martin Krause <martin.krause@tqs.de>
56429 Date:   Mon Oct 22 16:45:53 2007 +0200
56430
56431     TQM5200: fix spurious characters on second serial interface
56432
56433     With this patch PSC3 is configured as UART. This is done, because if
56434     the pins of PSC3 are not configured at all (-> all pins are GPI),
56435     due to crosstalk, spurious characters may be send over the RX232_2_TXD
56436     signal line.
56437
56438     Signed-off-by: Martin Krause <martin.krause@tqs.de>
56439
56440 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
56441 Author: Martin Krause <martin.krause@tqs.de>
56442 Date:   Mon Oct 22 16:40:06 2007 +0200
56443
56444     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
56445
56446     Some commands for the STK52xx base board try to access the SM501 grafic
56447     controller. But the TQM5200S has no grafic controller (only the TQM5200
56448     and the TQM5200B have). This patch deactivates the commands accessing
56449     the SM501 for the TQM5200S.
56450
56451     Signed-off-by: Martin Krause <martin.krause@tqs.de>
56452
56453 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
56454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56455 Date:   Sun Oct 21 09:14:28 2007 +0200
56456
56457     Mips: Fix string functions differ prototype declaration
56458
56459     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56460
56461 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
56462 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
56463 Date:   Fri Oct 19 17:51:40 2007 -0500
56464
56465     fsl_pci_init enable COMMAND_MEMORY if inbound window
56466
56467     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
56468     to pciauto_setup_device has the side effect of not getting
56469     COMMAND_MEMORY set.
56470
56471     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56472
56473 commit e9d0d527992566ebef9826962ff1745b2f082b92
56474 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56475 Date:   Fri Oct 19 10:55:24 2007 +0200
56476
56477     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
56478
56479     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56480
56481 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
56482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56483 Date:   Fri Oct 19 08:10:15 2007 +0200
56484
56485     fix warning: no return statement in function returning non-void
56486
56487     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56488
56489 commit e78220f6e514206757acfe247297fc9a328a881f
56490 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56491 Date:   Fri Oct 19 06:33:45 2007 +0200
56492
56493     xsengine: Fix no partition type specified, use DOS as default
56494
56495     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56496
56497 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
56498 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56499 Date:   Fri Oct 19 00:24:59 2007 +0200
56500
56501     lubbock: Fix no partition type specified, use DOS as default
56502
56503     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56504
56505 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
56506 Author: Wolfgang Denk <wd@denx.de>
56507 Date:   Tue Oct 23 16:50:03 2007 +0200
56508
56509     Coding style: keep lists sorted; update CHANGELOG
56510
56511     Signed-off-by: Wolfgang Denk <wd@denx.de>
56512
56513 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
56514 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56515 Date:   Fri Oct 19 00:09:05 2007 +0200
56516
56517     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
56518
56519     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56520
56521 commit 96455bfebc9887837095c9051d216f53c61b5f10
56522 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56523 Date:   Fri Oct 19 00:07:39 2007 +0200
56524
56525     Fix warning differ in signedness in board/innokom/innokom.c
56526
56527     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56528
56529 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
56530 Author: Marcel Ziswiler <marcel@ziswiler.com>
56531 Date:   Fri Oct 19 00:25:33 2007 +0200
56532
56533     fix pxa255_idp board
56534
56535     The pxa255_idp being an old unmaintained board showed several issues:
56536     1. CONFIG_INIT_CRITICAL was still defined.
56537     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
56538     3. Symbol flash_addr was undeclared.
56539     4. The boards lowlevel_init function was still called memsetup.
56540     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
56541     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
56542     'target CPU does not support interworking' warnings on recent compilers.
56543     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
56544     indexes rather than the register definitions from the pxa-regs header
56545     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
56546     avoid any ambiguities.
56547     8. There were several redefinition warnings concerning ICMR, OSMR3,
56548     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
56549     9. The board configuration file was rather outdated.
56550     10. The part header file defined the vendor, product and revision arrays
56551     as unsigned chars instead of just chars in the block_dev_desc_t
56552     structure.
56553
56554     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
56555
56556 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
56557 Author: Rune Torgersen <runet@innovsys.com>
56558 Date:   Wed Oct 17 11:56:31 2007 -0500
56559
56560     Make MPC8266ADS command selection more robust
56561
56562     Fix MPC8266 command line definition so it won't break when new commands
56563     are added to u-boot.
56564     Signed-off-by Rune Torgersen <runet@innovsys.com>
56565
56566 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
56567 Author: Bartlomiej Sieka <tur@semihalf.com>
56568 Date:   Tue Oct 23 13:14:10 2007 +0200
56569
56570     Motion-PRO: Update configuration to accomodate next generation board.
56571
56572     New board has faster oscillator and a different Flash chip. This affects:
56573     - CFG_MPC5XXX_CLKIN
56574     - SDRAM timings
56575     - Flash CS configuration (timings)
56576     - Flash sector size, and thus MTD partition layout
56577     - malloc() arena size (due to bigger Flash sectors)
56578     - smaller memory test range (due to bigger malloc() arena)
56579
56580     This patch also enables more extensive memory testing via "mtest".
56581
56582     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
56583
56584 commit eff501904df2bf1724a750062628ba2c51dbb1f8
56585 Author: Bartlomiej Sieka <tur@semihalf.com>
56586 Date:   Tue Oct 23 11:36:07 2007 +0200
56587
56588     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
56589
56590     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
56591     register must be written a value of 0x00000004 as the first step of the
56592     SDRAM contorller configuration.
56593
56594     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
56595
56596 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
56597 Author: Peter Pearse <peter.pearse@arm.com>
56598 Date:   Tue Oct 23 10:22:16 2007 +0100
56599
56600     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
56601
56602 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
56603 Author: Stefan Roese <sr@denx.de>
56604 Date:   Tue Oct 23 10:17:42 2007 +0200
56605
56606     ppc4xx: lwmon5: Some further GPIO config changes
56607
56608     Signed-off-by: Stefan Roese <sr@denx.de>
56609
56610 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
56611 Author: Vlad Lungu <vlad@comsys.ro>
56612 Date:   Sun Oct 21 22:10:10 2007 +0900
56613
56614     [MIPS] Fix UNCACHED_SDRAM
56615
56616     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
56617
56618     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
56619     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56620
56621 commit 00101dd7a32d12f698150123e47e4b3420279f86
56622 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56623 Date:   Sun Oct 21 21:30:42 2007 +0900
56624
56625     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
56626
56627     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56628
56629 commit eb700636db017d310edaeb559b13d82588560674
56630 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56631 Date:   Sun Oct 21 10:55:37 2007 +0900
56632
56633     [MIPS] u-boot.lds: Define _gp in a standard manner
56634
56635     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56636
56637 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
56638 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56639 Date:   Sun Oct 21 10:55:36 2007 +0900
56640
56641     [MIPS] Fix $gp usage
56642
56643     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
56644     As a general principle, we should use _gp for $gp.
56645
56646     Thanks to linker script's help we fortunately have _gp which equals to
56647     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
56648     be able to access to GOT entires, global variables and procedure entry
56649     points. The right thing to do is to use _gp.
56650
56651     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
56652     which holds the offset from _gp. When updating GOT entries, we use this
56653     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
56654
56655     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
56656     I made some change to leave over num_got_entries.
56657
56658     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56659     Cc: Vlad Lungu <vlad@comsys.ro>
56660
56661 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
56662 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56663 Date:   Sun Oct 21 10:55:36 2007 +0900
56664
56665     [MIPS] u-boot.lds: Fix __got_start and __got_end
56666
56667     Ensure that __got_start points to top of the `.got', and __got_end points
56668     to bottom as well, so that we never fail to count num_got_entries.
56669
56670     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56671
56672 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
56673 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56674 Date:   Sun Oct 21 10:55:36 2007 +0900
56675
56676     [MIPS] u-boot.lds: Remove duplicated .sdata section
56677
56678     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
56679
56680 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
56681 Author: Wolfgang Denk <wd@denx.de>
56682 Date:   Sun Oct 21 01:01:17 2007 +0200
56683
56684     Minor coding style cleanup; update CHANGELOG
56685
56686     Signed-off-by: Wolfgang Denk <wd@denx.de>
56687
56688 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
56689 Author: Vlad Lungu <vlad@comsys.ro>
56690 Date:   Thu Oct 4 20:47:10 2007 +0300
56691
56692     Fix NE2000 driver:
56693
56694     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
56695     to do anything in eth_stop() if eth_init() was not called.
56696     Simplified RX path in order to avoid timeouts on really really
56697     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
56698     clever enough to cope with 1 packet per eth_rx().
56699
56700     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
56701
56702 commit df90968b48fb34fa9072fab150db2ac89678f537
56703 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
56704 Date:   Mon Sep 24 13:32:13 2007 -0400
56705
56706     Setting MSR[DE] in do_reset
56707
56708     Hello,
56709        This patch ensures the soft reset of the board for the 85xx boards
56710        by setting the MSR[DE] in the do_reset function.
56711
56712     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
56713
56714 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
56715 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
56716 Date:   Mon Sep 24 13:36:01 2007 -0400
56717
56718     MSR overwrite fix
56719
56720     Hello,
56721       This patch fixes the MSR overwrite in the start.S when moving out of
56722       the last 4K page.
56723
56724     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
56725
56726 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
56727 Author: Dan Wilson <dwilson@fulcrummicro.com>
56728 Date:   Fri Oct 19 11:33:48 2007 -0500
56729
56730     tsec driver should clear RHALT on startup
56731
56732     This was causing problems for some people.
56733
56734     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
56735     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
56736     Signed-off-by: Andy Fleming <afleming@freescale.com>
56737
56738 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
56739 Author: Kumar Gala <galak@kernel.crashing.org>
56740 Date:   Thu Oct 11 00:29:18 2007 -0500
56741
56742     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
56743
56744     On the MPC85xx CDS we have two issues:
56745
56746     1. The device tree fixup code did not check to see if the property we are
56747     trying to update is actually found.  Its possible that it would update
56748     random memory starting at 0.
56749
56750     2. Newer Linux kernel's have moved the location of the PCI nodes to be
56751     sibilings of the soc node and not children.  The explicit PATH to the PCI
56752     node would not be found for these device trees.  Add the ability to handle
56753     both paths.  In the future we shouldn't handle such fixups by explicit path.
56754
56755     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
56756
56757 commit a3063eec775719b7e91023bbec3f64b3118791df
56758 Author: Kumar Gala <galak@kernel.crashing.org>
56759 Date:   Thu Oct 11 00:18:48 2007 -0500
56760
56761     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
56762
56763     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
56764     console.  Make it so we match that config what we tell Linux as the early
56765     STDOUT console.
56766
56767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
56768
56769 commit e1ce3cb617bb06f91f82f98915391175addf3e82
56770 Author: Kumar Gala <galak@kernel.crashing.org>
56771 Date:   Tue Oct 2 11:12:27 2007 -0500
56772
56773     Remove magic numbers from cache related operations for mpc85xx
56774
56775     The mpc85xx start code uses some magic numbers that we actually
56776     have #defines for in <config.h> so use those instead.
56777
56778     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
56779
56780 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
56781 Author: Detlev Zundel <dzu@denx.de>
56782 Date:   Fri Oct 19 16:47:26 2007 +0200
56783
56784     Fix two typos.
56785
56786     Signed-off-by: Detlev Zundel <dzu@denx.de>
56787
56788 commit 281df457c1aa50d2752165d0c5c3282d4027b974
56789 Author: Tony Li <tony.li@freescale.com>
56790 Date:   Thu Oct 18 17:47:19 2007 +0800
56791
56792     mpc83xx: Add configure entry for MPC83xx ATM support
56793
56794     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
56795     Makfile and MAKEALL
56796
56797     Signed-off-by: Tony Li <tony.li@freescale.com>
56798     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56799
56800 commit d2646554f529a9577515eceb0ec5eceee18244ba
56801 Author: Tony Li <tony.li@freescale.com>
56802 Date:   Thu Oct 18 17:44:38 2007 +0800
56803
56804     mpc83xx: pq-mds-pib.c typo error
56805
56806     Correct to val8 from val.
56807
56808     Signed-off-by: Tony Li <tony.li@freescale.com>
56809     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56810
56811 commit 3e11ae80fec1ee12194940955431186abf6009c2
56812 Author: Stefan Roese <sr@denx.de>
56813 Date:   Wed Oct 17 15:40:19 2007 +0200
56814
56815     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
56816
56817     Signed-off-by: Stefan Roese <sr@denx.de>
56818
56819 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
56820 Author: Jon Loeliger <jdl@freescale.com>
56821 Date:   Tue Oct 16 15:27:43 2007 -0500
56822
56823     Initial mpc8610hpcd Makefile files.
56824
56825     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56826     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
56827     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
56828     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56829
56830 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
56831 Author: Jon Loeliger <jdl@freescale.com>
56832 Date:   Tue Oct 16 15:26:51 2007 -0500
56833
56834     Initial mpc8610hpcd cpu/, README and include/ files.
56835
56836     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56837     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
56838     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
56839     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56840
56841 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
56842 Author: Jon Loeliger <jdl@freescale.com>
56843 Date:   Tue Oct 16 13:54:01 2007 -0500
56844
56845     Initial mpc8610hpcd board files.
56846
56847     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56848     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
56849     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
56850     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56851
56852 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
56853 Author: runet@innovsys.com <runet@innovsys.com>
56854 Date:   Tue Oct 16 14:50:40 2007 -0500
56855
56856     Make MPC8266ADS board compile again.
56857
56858     Signed-off-by: Runet Torgersen <runet@innovsys.com>
56859
56860 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
56861 Author: Jon Loeliger <jdl@freescale.com>
56862 Date:   Mon Aug 27 12:41:03 2007 -0500
56863
56864     86xx: Allow for fewer DDR slots per memory controller.
56865
56866     As a direct correlation exists between DDR DIMM slots
56867     and SPD EEPROM addresses used to configure them, use
56868     the individually defined SPD_EEPROM_ADDRESS* values to
56869     determine if a DDR DIMM slot should have its SPD
56870     configuration read or not.
56871
56872     Effectively, this now allows for 1 or 2 DIMM slots
56873     per memory controller.
56874
56875     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56876
56877 commit 4d4a945e189a2f384c66432316da2788a0ac1607
56878 Author: Rodolfo Giometti <giometti@enneenne.com>
56879 Date:   Mon Oct 15 11:59:17 2007 +0200
56880
56881     PXA USB OHCI: "usb stop" implementation.
56882
56883     Some USB keys need to be switched off before loading the kernel
56884     otherwise they can remain in an undefined status which prevents them
56885     to be correctly recognized by the kernel.
56886
56887     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
56888
56889 commit e2e93442e558cf1500e92861f99713b2f045ea22
56890 Author: Stefan Roese <sr@denx.de>
56891 Date:   Mon Oct 15 11:39:00 2007 +0200
56892
56893     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
56894
56895     The I2C bootstrap values that can be setup via the "bootstrap" command,
56896     were setup incorrect regarding the generation of the internal sync PCI
56897     clock. The values for PLB clock == 133MHz were slighly incorrect and the
56898     values for PLB clock == 166MHz were totally incorrect. This could
56899     lead to a hangup upon booting while PCI configuration scan.
56900
56901     This patch fixes this issue and configures valid PCI divisor values
56902     for the sync PCI clock, with respect to the provided external async
56903     PCI frequency.
56904
56905     Here the values of the formula in the chapter 14.2 "PCI clocking"
56906     from the 440EPx users manual:
56907
56908     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
56909
56910     33MHz async PCI frequency:
56911     PLB = 133:
56912     =>      32 <= 44.3 <= 65        (div = 3)
56913
56914     PLB = 166:
56915     =>      32 <= 55.3 <= 65        (div = 3)
56916
56917     66MHz async PCI frequency:
56918     PLB = 133:
56919     =>      65 <= 66.5 <= 132       (div = 2)
56920
56921     PLB = 166:
56922     =>      65 <= 83 <= 132         (div = 2)
56923
56924     Signed-off-by: Stefan Roese <sr@denx.de>
56925
56926 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
56927 Author: Stefan Roese <sr@denx.de>
56928 Date:   Mon Oct 15 11:29:33 2007 +0200
56929
56930     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
56931
56932     The BCSR status bit for the 66MHz PCI operation was correctly
56933     addressed (MSB/LSB problem). Now the correct currently setup
56934     PCI frequency is displayed upon bootup.
56935
56936     This patch also fixes this problem on Rainier & Yellowstone, since these
56937     boards use the same souce code as Sequoia & Yosemite do.
56938
56939     Signed-off-by: Stefan Roese <sr@denx.de>
56940
56941 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
56942 Author: Martin Krause <martin.krause@tqs.de>
56943 Date:   Wed Sep 26 17:55:56 2007 +0200
56944
56945     TQM860M: adjust for doubled flash sector size.
56946
56947     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
56948     doubled sector size.
56949
56950     Signed-off-by: Martin Krause <martin.krause@tqs.de>
56951
56952 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
56953 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
56954 Date:   Wed Sep 26 17:55:54 2007 +0200
56955
56956     TQM8xx: Fix CAN timing.
56957
56958     Signed-off-by: Martin Krause <martin.krause@tqs.de>
56959
56960 commit d43e489baf02afae49077791fb22332d240d8656
56961 Author: Martin Krause <martin.krause@tqs.de>
56962 Date:   Thu Sep 27 14:54:36 2007 +0200
56963
56964     TQM866M: fix SDRAM refresh
56965
56966     At 133 MHz the current SDRAM refresh rate is too fast
56967     (measured 4 * 1.17 us).
56968     CFG_MAMR_PTA changes from 39 to 97. This result
56969     in a refresh rate of 4 * 7.8 us at the default clock
56970     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
56971     This is a compromise until a new method is found to
56972     adjust the refresh rate.
56973
56974     Signed-off-by: Martin Krause <martin.krause@tqs.de>
56975
56976 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
56977 Author: Martin Krause <martin.krause@tqs.de>
56978 Date:   Wed Sep 26 17:55:55 2007 +0200
56979
56980     TQM866M: adjust for doubled flash sector size.
56981
56982     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
56983     doubled sector size.
56984
56985     Signed-off-by: Martin Krause <martin.krause@tqs.de>
56986
56987 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
56988 Author: Michal Simek <monstr@monstr.eu>
56989 Date:   Sun Oct 14 16:12:29 2007 +0200
56990
56991     [FIX] XUPV2P change command handling
56992     and remove code violation
56993
56994 commit 636400198228d96983c06657b17f760f5989958e
56995 Author: Wolfgang Denk <wd@denx.de>
56996 Date:   Sun Oct 14 00:13:19 2007 +0200
56997
56998     Prepare for 1.3.0-rc3 release
56999
57000     Signed-off-by: Wolfgang Denk <wd@denx.de>
57001
57002 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
57003 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57004 Date:   Sat Sep 29 13:41:37 2007 +0200
57005
57006     Fix warning differ in signedness in cpu/pxa/mmc.c
57007
57008     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57009
57010 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
57011 Author: Wolfgang Denk <wd@denx.de>
57012 Date:   Sat Oct 13 23:51:14 2007 +0200
57013
57014     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
57015
57016     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57017     Signed-off-by: Wolfgang Denk <wd@denx.de>
57018
57019 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
57020 Author: Wolfgang Denk <wd@denx.de>
57021 Date:   Sat Oct 13 21:15:39 2007 +0200
57022
57023     Coding Style cleanup.
57024
57025     Signed-off-by: Wolfgang Denk <wd@denx.de>
57026
57027 commit e1893815b0999410d7a327589611c7b38e95299e
57028 Author: Wolfgang Denk <wd@denx.de>
57029 Date:   Fri Oct 12 15:49:39 2007 +0200
57030
57031     GP3 SSA: enable RTC
57032
57033     Signed-off-by: Wolfgang Denk <wd@denx.de>
57034
57035 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
57036 Author: Grzegorz Bernacki <gjb@semihalf.com>
57037 Date:   Tue Oct 9 13:58:24 2007 +0200
57038
57039     [ads5121] EEPROM support added.
57040
57041     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57042
57043 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
57044 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
57045 Date:   Sat Oct 6 18:55:35 2007 +0200
57046
57047     AVR32: Initialize bi_flash* in board_init_r
57048
57049     The ATSTK1000-specific flash driver intializes bi_flashstart,
57050     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
57051     driver, don't.
57052
57053     Initialize these in board_init_r instead so that things will still be
57054     set up correctly when we switch to the CFI driver.
57055
57056     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
57057
57058 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
57059 Author: Marian Balakowicz <m8@semihalf.com>
57060 Date:   Fri Oct 5 10:40:54 2007 +0200
57061
57062     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
57063
57064     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
57065
57066 commit 92869195ef8210758d2176230c0a36897afd50ed
57067 Author: Bartlomiej Sieka <tur@semihalf.com>
57068 Date:   Fri Oct 5 09:46:06 2007 +0200
57069
57070     CM5200: Fix missing null-termination in hostname manipulation code
57071
57072     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
57073
57074 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
57075 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
57076 Date:   Tue Oct 2 19:09:01 2007 +0200
57077
57078     Fix memtest breakage
57079
57080     CFG_MEMTEST_START uses weird magic involving gd, which fails to
57081     compile. Use hardcoded values instead (we actually know how much RAM
57082     we have on board.)
57083
57084     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
57085
57086 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
57087 Author: Stefan Roese <sr@denx.de>
57088 Date:   Tue Oct 2 11:44:46 2007 +0200
57089
57090     ppc4xx: Coding style cleanup
57091
57092     Signed-off-by: Stefan Roese <sr@denx.de>
57093
57094 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
57095 Author: Stefan Roese <sr@denx.de>
57096 Date:   Tue Oct 2 11:44:19 2007 +0200
57097
57098     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
57099
57100     Signed-off-by: Stefan Roese <sr@denx.de>
57101
57102 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
57103 Author: Grzegorz Bernacki <gjb@semihalf.com>
57104 Date:   Mon Oct 1 09:51:50 2007 +0200
57105
57106     Program EPLD to force full duplex mode for PHY.
57107
57108     EPLD forces modes of PHY operation. By default full duplex is turned off.
57109     This fix turns it on.
57110
57111     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57112
57113 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
57114 Author: Timo Ketola <timo.ketola@exertus.fi>
57115 Date:   Mon Sep 24 14:50:32 2007 +0300
57116
57117     Bugfix: Use only one PTD for one endpoint
57118
57119     Original isp116x-hcd code prepared multiple PTDs for longer than 16
57120     byte transfers for one endpoint. That is unnecessary because the
57121     ISP116x is able to split long data from one PTD into multiple
57122     transactions based on the buffer size of the endpoint. It also caused
57123     serious problems if the endpoint NAKed some of the transactions. In
57124     that case ISP116x wouldn't notice that the other PTDs were for the same
57125     endpoint and would try the other PTDs possibly out of order. That would
57126     break the whole transfer.
57127
57128     This patch makes isp116x_submit_job to use one PTD for one transfer.
57129
57130     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
57131     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
57132
57133 commit 86ec86c04326c3913178a7679aa910de071da75d
57134 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57135 Date:   Thu Sep 27 23:27:47 2007 +0200
57136
57137     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
57138
57139     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57140
57141 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
57142 Author: Stefan Roese <sr@denx.de>
57143 Date:   Tue Sep 11 14:12:55 2007 +0200
57144
57145     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
57146
57147     Signed-off-by: Stefan Roese <sr@denx.de>
57148
57149 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
57150 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
57151 Date:   Wed Sep 26 16:35:54 2007 -0500
57152
57153     85xx io out functions need sync after write.
57154
57155     This fixes the mc146818 rtc_read/write functions for 85xx.
57156
57157     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
57158
57159 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
57160 Author: Grant Likely <grant.likely@secretlab.ca>
57161 Date:   Tue Sep 25 15:48:05 2007 -0600
57162
57163     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
57164
57165     CFG_FPGA_XILINX is a bit value used to test against the value in
57166     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
57167     think that is the intention in this code.
57168
57169     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57170
57171 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
57172 Author: Michal Simek <monstr@monstr.eu>
57173 Date:   Mon Sep 24 00:41:30 2007 +0200
57174
57175     [FIX] change command handling and removing code violation
57176
57177 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
57178 Author: Michal Simek <monstr@monstr.eu>
57179 Date:   Mon Sep 24 00:36:06 2007 +0200
57180
57181     [FIX] change sets of commands
57182     because changing of command handling brings
57183     compilation problems
57184
57185 commit cb1bc63b75a232571eb69aa2c8aa919321655845
57186 Author: Michal Simek <monstr@monstr.eu>
57187 Date:   Mon Sep 24 00:30:42 2007 +0200
57188
57189     [FIX] Email reparation & Copyright
57190     Both codes are written by myself without any
57191     support from CTU
57192
57193 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
57194 Author: Michal Simek <monstr@monstr.eu>
57195 Date:   Mon Sep 24 00:25:11 2007 +0200
57196
57197     [PATCH] Change macro name for UartLite
57198     because PowerPC 405 can use UartLite as console
57199
57200 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
57201 Author: Michal Simek <monstr@monstr.eu>
57202 Date:   Mon Sep 24 00:21:19 2007 +0200
57203
57204     [PATCH] Add support for design without interrupt controller
57205     Polling timer
57206
57207 commit 0731933ec8ec45d02ba89b52df673d526873cdde
57208 Author: Michal Simek <monstr@monstr.eu>
57209 Date:   Mon Sep 24 00:19:48 2007 +0200
57210
57211     [FIX] resolve problem with cpu without barrel shifter
57212
57213 commit db14d77995ce515b728b178b63f82babe60e3d56
57214 Author: Michal Simek <monstr@monstr.eu>
57215 Date:   Mon Sep 24 00:18:46 2007 +0200
57216
57217     [FIX] repair email address
57218
57219 commit 481d4328618804add1f818a6c96296121cd0528e
57220 Author: Michal Simek <monstr@monstr.eu>
57221 Date:   Mon Sep 24 00:17:42 2007 +0200
57222
57223     [FIX] repair MFSL commands
57224
57225 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
57226 Author: Michal Simek <monstr@monstr.eu>
57227 Date:   Mon Sep 24 00:08:37 2007 +0200
57228
57229     synchronizition with mainline
57230
57231 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
57232 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57233 Date:   Sun Sep 23 02:42:38 2007 +0900
57234
57235     sh: Add support command of ide with sh
57236
57237     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57238
57239 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
57240 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57241 Date:   Sun Sep 23 02:38:42 2007 +0900
57242
57243     sh: Update Makefile
57244
57245     Add support MS7722SE01 to Makefile.
57246
57247     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57248
57249 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
57250 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57251 Date:   Sun Sep 23 02:31:13 2007 +0900
57252
57253     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
57254
57255     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57256
57257 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
57258 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57259 Date:   Sun Sep 23 02:19:24 2007 +0900
57260
57261     sh: Update MS7750SE01 platform
57262
57263     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57264
57265 commit 516ad760db3553766267ada01b7d5d727faa4bbd
57266 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57267 Date:   Sun Sep 23 02:17:08 2007 +0900
57268
57269     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
57270
57271     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57272
57273 commit b02bad128669e567fce87d8df823b06a0144b8db
57274 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57275 Date:   Sun Sep 23 02:12:30 2007 +0900
57276
57277     sh: Update core code of SuperH.
57278
57279     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57280
57281 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
57282 Author: Wolfgang Denk <wd@denx.de>
57283 Date:   Thu Sep 20 00:04:14 2007 +0200
57284
57285     v1.3.0-rc2
57286
57287     Signed-off-by: Wolfgang Denk <wd@denx.de>
57288
57289 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
57290 Author: Wolfgang Denk <wd@denx.de>
57291 Date:   Tue Sep 18 21:36:35 2007 +0200
57292
57293     Avoid compiler warning.
57294
57295     Signed-off-by: Wolfgang Denk <wd@denx.de>
57296
57297 commit 8a783a65851bc7421ab69f442261215e21b8891a
57298 Author: Grant Likely <grant.likely@secretlab.ca>
57299 Date:   Tue Sep 18 12:24:57 2007 -0600
57300
57301     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
57302
57303     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
57304     nulls in a string differently.  For example, the following statement:
57305         echo "this is a string\0" > afile
57306     Will produce the following with /bin/bash:
57307         "this is a string\0"
57308     But with /bin/dash, will produce:
57309         "this is a string
57310
57311     Bug fixed by moving the embedded null out of the makefile and into the
57312     config header.  Also renamed the macro to avoid usage colision with the same
57313     macro used by other board ports.
57314
57315     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57316
57317 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
57318 Author: Wolfgang Denk <wd@denx.de>
57319 Date:   Tue Sep 18 17:40:27 2007 +0200
57320
57321     MCC200: fix build warning
57322
57323     The MCC200 board config file includes version.h for some customer-
57324     specific setting, which causes warnings with "make depend"; build
57325     version.h before depend.
57326
57327     Signed-off-by: Wolfgang Denk <wd@denx.de>
57328
57329 commit bd86220f58b99d6896198c385fda132f0c980915
57330 Author: Peter Pearse <peter.pearse@arm.com>
57331 Date:   Tue Sep 18 13:07:54 2007 +0100
57332
57333     Move coloured led API to status_led.h
57334     Improve indentation in drivers/at45.c
57335
57336 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
57337 Author: Eirik Aanonsen <eaa@wprmedical.com>
57338 Date:   Tue Sep 18 08:47:20 2007 +0200
57339
57340     Update atstk1002 bootargs.
57341
57342     Updates to atstk1002 U-Boot header file:
57343     - Changed bootargs:
57344         * Set the bootargs for at1002 to point to the SD-card partition instead
57345         * ... of the boot flash.
57346         * Removing the rootfstype since that argument are not needed.
57347
57348     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
57349     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
57350
57351 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
57352 Author: Eirik Aanonsen <eaa@wprmedical.com>
57353 Date:   Wed Sep 12 13:32:37 2007 +0200
57354
57355     Add some comments to clocks in atstk1002.h
57356
57357     This patch applies some clarifying comments to how the different
57358     clocks are setup according to atstk1002.h Some of the previous
57359     comments where stating wrongful information.
57360
57361     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
57362
57363 commit 97213f32416ead885deafea86774e912ffd60ad0
57364 Author: David Saada <David.Saada@ecitele.com>
57365 Date:   Mon Sep 17 17:04:47 2007 +0200
57366
57367     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
57368
57369     Signed-off-by: David Saada <david.saada@ecitele.com>
57370
57371 commit 30363e98fa470fbecea5e8bc0f1443352754f303
57372 Author: Stefan Roese <sr@denx.de>
57373 Date:   Mon Sep 17 08:20:47 2007 +0200
57374
57375     Small whitespace cleanup of OneNAND patch
57376
57377     Signed-off-by: Stefan Roese <sr@denx.de>
57378
57379 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
57380 Author: Kyungmin Park <kmpark@infradead.org>
57381 Date:   Mon Sep 10 17:15:14 2007 +0900
57382
57383     OneNAND support (take #2)
57384
57385     [PATCH 3/3] OneNAND support (take #2)
57386
57387     OneNAND support at U-Boot
57388
57389     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
57390
57391 commit 17aa2800457df0c06b41516f46f126712c196219
57392 Author: Kyungmin Park <kmpark@infradead.org>
57393 Date:   Mon Sep 10 17:14:34 2007 +0900
57394
57395     OneNAND support (take #2)
57396
57397     [PATCH 2/3] OneNAND support (take #2)
57398
57399     OneNAND support at U-Boot
57400
57401     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
57402
57403 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
57404 Author: Kyungmin Park <kmpark@infradead.org>
57405 Date:   Mon Sep 10 17:13:49 2007 +0900
57406
57407     OneNAND support (take #2)
57408
57409     [PATCH 1/3] OneNAND support (take #2)
57410
57411     OneNAND support at U-Boot
57412
57413     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
57414
57415 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
57416 Author: Michal Simek <monstr@monstr.eu>
57417 Date:   Sun Sep 16 20:51:57 2007 +0200
57418
57419     [FIX] remove files form repository
57420
57421 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
57422 Author: Wolfgang Denk <wd@denx.de>
57423 Date:   Sun Sep 16 17:10:04 2007 +0200
57424
57425     TQM8xx[LM]: Fix broken environment alignment.
57426
57427     With recent toolchains, the environment sectors were no longer aligned to
57428     sector boundaries. The reason was a combination of two bugs:
57429
57430     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
57431        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
57432        this gets defined, is not included here (and cannot be included
57433        without causing lots of problems).
57434
57435        Added a new #define CFG_USE_PPCENV for all boards which really
57436        want to put the environment is a ".ppcenv" section.
57437
57438     2) The linker scripts just include environment.o, silently assuming
57439        that the objects in that file are really in the order in which
57440        they are coded in the C file, i. e. "environment" first, then
57441        "redundand_environment", and "env_size" last. However, current
57442        toolchains (GCC-4.x) reorder the objects, causing the environment
57443        data not to start on a flash sector boundary:
57444
57445        Instead of:                                      we got:
57446
57447         40008000 T environment                  40008000 T env_size
57448         4000c000 T redundand_environment        40008004 T redundand_environment
57449         40010000 T env_size                     4000c004 T environment
57450
57451        Note: this patch fixes just the first part, and cures the alignment
57452        problem by making sure that "env_size" gets placed correctly. However,
57453        we still have a potential issue because primary and redundant
57454        environment sectors are actually swapped, i. e. we have now:
57455
57456         40008000 T redundand_environment
57457         4000c000 T environment
57458         40010000 T env_size
57459
57460        This shall be fixed in the next version.
57461
57462     Signed-off-by: Wolfgang Denk <wd@denx.de>
57463
57464 commit eb6da8050797c204c9d010548424186c7ce32fc1
57465 Author: Wolfgang Denk <wd@denx.de>
57466 Date:   Sun Sep 16 02:39:35 2007 +0200
57467
57468     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
57469
57470     Signed-off-by: Wolfgang Denk <wd@denx.de>
57471
57472 commit cd2d1602c54cc6957bdef3872272a4b264893960
57473 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
57474 Date:   Mon Sep 10 14:54:56 2007 -0400
57475
57476     Typo fix in tsec.c
57477
57478     Fixup for the break statement in wrong place.
57479
57480     [Patch by urwithsughosh@gmail.com]
57481     Acked-by: Andy Fleming <afleming@freescale.com>
57482     Signed-off-by:      Wolfgang Denk <wd@denx.de>
57483
57484 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
57485 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57486 Date:   Tue Sep 11 17:04:00 2007 +0200
57487
57488     Fix do_div() usage in nand process output
57489
57490     Fix usage of do_div() in nand erase|read|write process output.
57491
57492     The last patch to nand_util.c introduced do_div() instead of libgcc's
57493     implementation. But do_div() returns the quotient in its first
57494     macro parameter and not as result.
57495
57496     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57497
57498 commit c750d2e6692a000a82f29de7bf24e3dc21239161
57499 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57500 Date:   Wed Sep 12 12:36:53 2007 +0200
57501
57502     NAND: Add CFG_NAND_QUIET option
57503
57504     This config option sets the default for the progress information
57505     output behavior that can also be configured through the 'quiet'
57506     environment variable.
57507
57508     The legacy NAND code does not print the current progress info
57509     on the console. So this option is for backward compatibility for
57510     units that are in the field and where setting the quiet variable
57511     is not an option. With CFG_NAND_QUIET set to '1' the console
57512     progress info is turned off. This can still be overwritten
57513     through the environment variable.
57514
57515     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57516
57517 commit dcb88630290d2bcd803386dd4c2be73142994c4f
57518 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
57519 Date:   Thu Sep 13 16:06:05 2007 -0700
57520
57521     ColdFire: fix build error becasue of bad type of mii_init()
57522
57523     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57524
57525 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
57526 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
57527 Date:   Thu Sep 13 16:04:05 2007 -0700
57528
57529     ColdFire: Fix build error caused by pixis.c
57530
57531     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
57532
57533     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57534
57535 commit e21659e30660a1377c42af135a6114efe39801d9
57536 Author: Sam Sparks <SSparks@twacs.com>
57537 Date:   Fri Sep 14 11:14:42 2007 -0600
57538
57539     Update MPC8349ITX*_config to place config.tmp in right place.
57540
57541     MPC834ITX*_config does not store config.tmp at the correct locatation,
57542     causing MPC8349ITXGP to have the wrong TEXT_BASE.
57543
57544     Signed-off-by: Sam Sparks <SSparks@twacs.com>
57545     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57546
57547 commit 1218abf1b5817a39a82399b4b928b00750575bda
57548 Author: Wolfgang Denk <wd@denx.de>
57549 Date:   Sat Sep 15 20:48:41 2007 +0200
57550
57551     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
57552
57553     Signed-off-by: Wolfgang Denk <wd@denx.de>
57554
57555 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
57556 Author: Dirk Behme <dirk.behme@googlemail.com>
57557 Date:   Sat Sep 15 11:55:42 2007 +0200
57558
57559     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
57560
57561     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
57562     function local.
57563
57564     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
57565
57566     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
57567
57568 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
57569 Author: Michal Simek <monstr@monstr.eu>
57570 Date:   Sat Sep 15 00:03:35 2007 +0200
57571
57572     Synchronize with U-BOOT mainline
57573
57574 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
57575 Author: Sam Sparks <SSparks@twacs.com>
57576 Date:   Fri Sep 14 11:14:42 2007 -0600
57577
57578     Update MPC8349ITX*_config to place config.tmp in right place.
57579
57580     MPC834ITX*_config does not store config.tmp at the correct locatation,
57581     causing MPC8349ITXGP to have the wrong TEXT_BASE.
57582
57583     Signed-off-by: Sam Sparks <SSparks@twacs.com>
57584     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57585     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57586
57587 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
57588 Author: Bartlomiej Sieka <tur@semihalf.com>
57589 Date:   Thu Sep 13 18:21:48 2007 +0200
57590
57591     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
57592
57593     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
57594
57595 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
57596 Author: Bartlomiej Sieka <tur@semihalf.com>
57597 Date:   Thu Sep 13 16:33:59 2007 +0200
57598
57599     tqm5200: Restore customary env. variable boot commands for powerpc kernels
57600
57601     - update default definitions of kernel_addr and fdt_addr env. variables
57602     - make arch/powerpc booting the default scenario
57603     - update MTD partition layout to match the above
57604
57605     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
57606
57607 commit f34024d4a328e6edd906456da98d2c537155c4f7
57608 Author: Wolfgang Denk <wd@denx.de>
57609 Date:   Wed Sep 12 00:48:57 2007 +0200
57610
57611     Fix memory corruption problem on STX GP3 SSA Board.
57612
57613     Signed-off-by: Wolfgang Denk <wd@denx.de>
57614
57615 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
57616 Author: Peter Pearse <peter.pearse@arm.com>
57617 Date:   Tue Sep 11 15:35:01 2007 +0100
57618
57619     Final tidy
57620
57621 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
57622 Author: Grzegorz Bernacki <gjb@semihalf.com>
57623 Date:   Tue Sep 11 15:42:11 2007 +0200
57624
57625     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
57626     scan on second pci bus.
57627
57628     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57629
57630 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
57631 Author: Grzegorz Bernacki <gjb@semihalf.com>
57632 Date:   Tue Sep 11 12:57:52 2007 +0200
57633
57634     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
57635
57636     Bamboo has a file sdram.c which needs special treatment when building in
57637     separate directory. It has to be linked to build directory otherwise it is
57638     not seen.
57639
57640     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57641
57642 commit d45963854eff39d575124d859419bb4953ce2c87
57643 Author: Michal Simek <monstr@monstr.eu>
57644 Date:   Tue Sep 11 00:37:04 2007 +0200
57645
57646     [FIX] Microblaze ML401 - repare FLASH handling
57647
57648 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
57649 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
57650 Date:   Mon Sep 10 16:55:59 2007 +0100
57651
57652     Allocate CPU Architecture Code for STMicroelectronics' ST200.
57653
57654     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
57655     ---------------------------------------------------
57656
57657 commit 754bac48156f8958d8f6a53a51eda88ab5758929
57658 Author: Wolfgang Denk <wd@denx.de>
57659 Date:   Mon Sep 10 20:42:31 2007 +0200
57660
57661     Update version to match current state.
57662
57663     Signed-off-by: Wolfgang Denk <wd@denx.de>
57664
57665 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
57666 Author: Grzegorz Bernacki <gjb@semihalf.com>
57667 Date:   Mon Sep 10 17:39:08 2007 +0200
57668
57669     [MPC512x] Streamline frame handling in the FEC driver
57670
57671     - convert frame size settings to be derived from a single base
57672     - set frame size to the recommended default value
57673
57674     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57675
57676 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
57677 Author: Kyungmin Park <kmpark@infradead.org>
57678 Date:   Mon Sep 10 11:34:00 2007 +0900
57679
57680     Remove compiler warning: target CPU does not support interworking
57681
57682     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
57683
57684 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
57685 Author: Wolfgang Denk <wd@denx.de>
57686 Date:   Sun Sep 9 21:21:33 2007 +0200
57687
57688     Fix compile error in spc1920 config.
57689
57690     Signed-off-by: Markus KlotzbĂ¼cher <mk@denx.de>
57691     Signed-off-by: Wolfgang Denk <wd@denx.de>
57692
57693 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
57694 Author: Grant Likely <grant.likely@secretlab.ca>
57695 Date:   Fri Sep 7 09:25:07 2007 -0600
57696
57697     Bugfix: make bootm+libfdt compile on boards with no flash
57698
57699     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57700
57701 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
57702 Author: Grzegorz Bernacki <gjb@semihalf.com>
57703 Date:   Fri Sep 7 18:35:37 2007 +0200
57704
57705     [PPC440SPe] PCIe environment settings for Katmai and Yucca
57706
57707     - 'pciconfighost' is set by default in order to be able to scan bridges
57708     behind the primary host/PCIe
57709
57710     - 'pciscandelay' env variable is recognized to allow for user-controlled
57711     delay before the PCIe bus enumeration; some peripheral devices require a
57712     significant delay before they can be scanned (e.g. LSI8408E); without the
57713     delay they are not detected
57714
57715     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57716
57717 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
57718 Author: Grzegorz Bernacki <gjb@semihalf.com>
57719 Date:   Fri Sep 7 18:20:23 2007 +0200
57720
57721     [PPC440SPe] Improve PCIe configuration space access
57722
57723     - correct configuration space mapping
57724     - correct bus numbering
57725     - better access to config space
57726
57727     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
57728     first device on the first bus. We now allow to configure up to 16 buses;
57729     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
57730     peripheral devices farther in hierarchy can be identified.
57731
57732     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57733
57734 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
57735 Author: Grzegorz Bernacki <gjb@semihalf.com>
57736 Date:   Fri Sep 7 17:46:18 2007 +0200
57737
57738     [PPC440SPe] Convert machine check exceptions handling
57739
57740     Convert using fixup mechanism to suppressing MCK for the duration of config
57741     read/write transaction: while fixups work fine with the case of a precise
57742     exception, we identified a major drawback with this approach when there's
57743     an imprecise case. In this scenario there is the following race condition:
57744     the fixup is (by design) set to catch the instruction following the one
57745     actually causing the exception; if an interrupt (e.g. decrementer) happens
57746     between those two instructions, the ISR code is executed before the fixup
57747     handler the machine check is no longer protected by the fixup handler as it
57748     appears as within the ISR code. In consequence the fixup approach is being
57749     phased out and replaced with explicit suppressing of MCK during a PCIe
57750     config read/write cycle.
57751
57752     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57753
57754 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
57755 Author: Wolfgang Denk <wd@denx.de>
57756 Date:   Fri Sep 7 17:43:36 2007 +0200
57757
57758     Fix typo in MAKEALL script.
57759
57760     Signed-off-by: Wolfgang Denk <wd@denx.de>
57761
57762 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
57763 Author: Grzegorz Bernacki <gjb@semihalf.com>
57764 Date:   Fri Sep 7 17:09:21 2007 +0200
57765
57766     [MPC512x] Proper handling of larger frames in the FEC driver
57767
57768     When frame larger than local RX buffer is received, it is split and handled
57769     by two buffer descriptors. Prior to this patch the FEC driver discarded
57770     contents of a buffer descriptor without the 'LAST' bit set, so the first
57771     part of the frame was lost in case of larger frames. This fix allows to
57772     safely combine the two pieces into the whole frame.
57773
57774     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57775
57776 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
57777 Author: Rafal Jaworowski <raj@semihalf.com>
57778 Date:   Fri Sep 7 17:05:36 2007 +0200
57779
57780     [MPC512x] Correct fixup relocation
57781
57782     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
57783
57784 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
57785 Author: Wolfgang Denk <wd@denx.de>
57786 Date:   Fri Sep 7 01:21:25 2007 +0200
57787
57788     Update CHANGELOG, minor coding style cleanup.
57789
57790 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
57791 Author: stefano babic <sbabic@denx.de>
57792 Date:   Thu Aug 30 23:01:49 2007 +0200
57793
57794     PXA270: Added support for TrizepsIV board.
57795
57796     This patch add support for the Trizeps IV module (520Mhz).
57797
57798     Signed-off-by: Stefano Babic <sbabic@denx.de>
57799
57800 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
57801 Author: stefano babic <sbabic@denx.de>
57802 Date:   Thu Aug 30 22:57:04 2007 +0200
57803
57804     PXA270: Add support for multiple serial ports.
57805
57806     This patch adds support for multiple serial ports to the PXA target.
57807     FFUART, BTUART and STUART are supported.
57808
57809     Signed-off-by: Stefano Babic <sbabic@denx.de>
57810
57811 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
57812 Author: stefano babic <sbabic@denx.de>
57813 Date:   Thu Aug 30 22:48:47 2007 +0200
57814
57815     PXA270: fix compile issue (invalid lvalue)
57816
57817     Code is broken for PXA270 due to "invalid lvalue in assignment".
57818
57819     This patch fix it in pxa-regs.h
57820
57821     Signed-off-by: Stefano Babic <sbabic@denx.de>
57822
57823 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
57824 Author: Jason Jin <Jason.jin@freescale.com>
57825 Date:   Thu Aug 30 18:19:05 2007 +0800
57826
57827     Add BUILD_DIR support for bios emulator.
57828
57829     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57830
57831 commit b4d8a55145442f136982634862341a3e02002bda
57832 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57833 Date:   Fri Aug 31 14:41:51 2007 +0900
57834
57835     [MIPS] Remove inline asm string functions
57836
57837     Stop using inline string functions on MIPS as other ARCHs do so,
57838     since the optimized inline asm versions are not small.
57839
57840     This change is triggered by a following MIPS build error:
57841     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
57842     common/exports.c:32: undefined reference to `strcmp'
57843     make: *** [u-boot] Error 1
57844
57845     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57846
57847 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
57848 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57849 Date:   Fri Aug 31 14:41:45 2007 +0900
57850
57851     [MIPS] Update asm string header
57852
57853     This patches contains several bugfixes and cleanups in the latest upstream:
57854
57855      - Don't include linux/config.h
57856      - Remove buggy inline version of memscan.
57857      - Merge with Linux 2.6.11-rc3.
57858      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
57859      - Goodbye mips64.  31704 lines of code bite the dust.
57860      - Replace extern inline with static inline.
57861      - Fix return value of strncpy.
57862      - Remove a bunch more "$1" clobbers.
57863
57864     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57865
57866 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
57867 Author: Bartlomiej Sieka <tur@semihalf.com>
57868 Date:   Tue Sep 4 17:31:22 2007 +0200
57869
57870     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
57871
57872     Fix incorrect blob address calculation in do_bootm_linux() that prevents
57873     booting the kernel from a multi-file image (kernel + initrd + blob).
57874
57875     Also, make minor updates to the U-Boot's output and to the coding style.
57876
57877     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
57878
57879 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
57880 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
57881 Date:   Fri Aug 31 14:29:04 2007 +0200
57882
57883     Add support for Sil680 IDE controller.
57884
57885     o add drivers/sil680.c to support the Sil680 IDE-controller.
57886     o drivers/Makefile: add sil680.o.
57887
57888     Signed-off-by: Gary Jennejohn <garyj@denx.de>
57889
57890 commit e79021223bc339df655e360645a52c457a74b067
57891 Author: Grant Likely <grant.likely@secretlab.ca>
57892 Date:   Thu Sep 6 09:47:40 2007 -0600
57893
57894     bootm/fdt: Only process the fdt if an fdt address was provided
57895
57896     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
57897     kernels using the board info structure (instead of passing a device tree)
57898     This change allows the old style booting to be used if the fdt argument
57899     was not passed to 'bootm'.
57900
57901     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57902     Acked-by: Kim Phillips <kim.phillips@freescale.com>
57903
57904 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
57905 Author: Grant Likely <grant.likely@secretlab.ca>
57906 Date:   Thu Sep 6 09:46:23 2007 -0600
57907
57908     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
57909
57910     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
57911
57912     Tested on: lite5200b
57913
57914     Note: the fixup functions have not been moved to a common place.  This
57915     patch is targeted for immediate merging as in solves a build issue, but
57916     the final name/location of the fixups is still subject to debate.  I
57917     propose to merge this now, and move the fixups in the next merge window
57918     to be usable by all targets.
57919
57920     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57921
57922 commit 41bb76e941929f54a73206fb132f7a4c275543a3
57923 Author: Grant Likely <grant.likely@secretlab.ca>
57924 Date:   Thu Sep 6 09:46:17 2007 -0600
57925
57926     libfdt: add convenience function fdt_find_and_setprop()
57927
57928     Given the path to a node, fdt_find_and_setprop() allows a property value
57929     to be set directly.
57930
57931     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
57932
57933 commit 80767a6cead9990d9e77e62be947843c2c72f469
57934 Author: Peter Pearse <peter.pearse@arm.com>
57935 Date:   Wed Sep 5 16:04:41 2007 +0100
57936
57937     Changed API name to coloured_led.h
57938     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
57939     Tidied other cpu/arm920t/start.S code
57940
57941 commit 56a9270521baaa00e12639a978302a67f61ef060
57942 Author: Kumar Gala <galak@kernel.crashing.org>
57943 Date:   Thu Aug 30 16:18:18 2007 -0500
57944
57945     Fix ULI RTC support on MPC8544 DS
57946
57947     The RTC on the M1575 ULI chipset requires a dummy read before
57948     we are able to talk to the RTC.  We accomplish this by adding a
57949     second memory region to the PHB the ULI is on and read from it.
57950
57951     The second region is added to maintain compatiabilty with Linux's
57952     view of the PCI memory map.
57953
57954     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57955
57956 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
57957 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
57958 Date:   Thu Aug 30 01:58:48 2007 -0500
57959
57960     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
57961
57962     pcie is now differentiated from pci.  Add 8641 bus-range updates.
57963
57964     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
57965
57966 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
57967 Author: Peter Pearse <peter.pearse@arm.com>
57968 Date:   Tue Sep 4 16:18:38 2007 +0100
57969
57970     Add coloured led interface for ARM boards.
57971     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
57972
57973 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
57974 Author: Peter Pearse <peter.pearse@arm.com>
57975 Date:   Tue Sep 4 14:49:28 2007 +0100
57976
57977     Move include/led.h to board/at91rm9200dk
57978
57979 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
57980 Author: Peter Pearse <peter.pearse@arm.com>
57981 Date:   Tue Sep 4 14:25:51 2007 +0100
57982
57983     Ran Lindent on drivers/at45.c
57984
57985 commit 557ab89d294f08dd532f21d19861b40093200a33
57986 Author: Peter Pearse <peter.pearse@arm.com>
57987 Date:   Tue Sep 4 14:23:50 2007 +0100
57988
57989     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
57990
57991 commit 81b73dec16fd1227369a191e725e10044a9d56b8
57992 Author: Gary Jennejohn <garyj@denx.de>
57993 Date:   Fri Aug 31 15:21:46 2007 +0200
57994
57995     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
57996
57997     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
57998     set to non-zero, because it doesn't support MRM (memory-read-
57999     multiple) correctly. We now added the possibility to configure
58000     this register in the board config file, so that the default value
58001     of 8 can be overridden.
58002
58003     Here the details of this patch:
58004
58005     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
58006       board-specific settings. As an example the sequoia board requires 0.
58007       Idea from Stefan Roese <sr@denx.de>.
58008     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
58009       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
58010     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
58011       CFG_PCI_CACHE_LINE_SIZE to 0.
58012
58013     Signed-off-by: Gary Jennejohn <garyj@denx.de>
58014     Signed-off-by: Stefan Roese <sr@denx.de>
58015
58016 commit 60174746c668b309378a91488dded898e9553eae
58017 Author: Wolfgang Denk <wd@denx.de>
58018 Date:   Fri Aug 31 10:01:51 2007 +0200
58019
58020     Fix TFTP OACK code for short packets.
58021
58022     The old code had a loop limit overflow bug which caused a semi-
58023     infinite loop for small packets, because in "i<len-8", "i" was signed,
58024     but "len" was unsigned, and "len-8" became a huge number for small
58025     values of "len".
58026
58027     This is a workaround which replaces broken commit 8f1bc284.
58028
58029     Signed-off-by: Wolfgang Denk <wd@denx.de>
58030
58031 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
58032 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
58033 Date:   Thu Aug 30 15:03:05 2007 +0200
58034
58035     Reduce BOOTDELAY variable to 1 second by default for STK1002
58036
58037     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
58038     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
58039
58040 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
58041 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
58042 Date:   Thu Aug 30 15:03:04 2007 +0200
58043
58044     Remove double quotation marks around MAC address for STK1002
58045
58046     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
58047     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
58048
58049 commit ff13ac8c7bbebb238e339592de765c546dba1073
58050 Author: Wolfgang Denk <wd@denx.de>
58051 Date:   Thu Aug 30 14:42:15 2007 +0200
58052
58053     Backout commit 8f1bc284 as it causes TFTP to fail.
58054
58055     Signed-off-by: Wolfgang Denk <wd@denx.de>
58056
58057 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
58058 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58059 Date:   Thu Aug 30 02:26:17 2007 -0500
58060
58061     Revert "Fix MPC8544DS PCIe3 scsi."
58062
58063     This reverts commit 9468e680.
58064     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
58065
58066     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58067
58068 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
58069 Author: Grant Likely <grant.likely@secretlab.ca>
58070 Date:   Wed Aug 29 18:26:24 2007 -0600
58071
58072     tftp: don't implicity trust the format of recevied packets
58073
58074     The TFTP OACK code trusts that the incoming packet is formated as
58075     ASCII text and can be processed by string functions. It also has a
58076     loop limit overflow bug where if the packet length is less than 8, it
58077     ends up looping over *all* of memory to find the 'blksize' string.
58078
58079     This patch solves the problem by forcing the packet to be null
58080     terminated and using strstr() to search for the sub string.
58081
58082     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
58083
58084 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
58085 Author: Stefan Roese <sr@denx.de>
58086 Date:   Wed Aug 29 16:31:18 2007 +0200
58087
58088     ppc4xx: Change lwmon5 default environment to support Linux RTC
58089
58090     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
58091     to supply the RTC I2C address as bootline parameter. This patch
58092     adds support for this rtc probing parameter to the bootargs:
58093
58094     "rtc-pcf8563.probe=0,0x51"
58095
58096     Signed-off-by: Stefan Roese <sr@denx.de>
58097
58098 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
58099 Author: Kim Phillips <kim.phillips@freescale.com>
58100 Date:   Wed Aug 29 09:06:05 2007 -0500
58101
58102     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
58103
58104     this had slipped through the cracks, since the sbc board was added
58105     after I wrote the original patch to remove all these symbols, and
58106     before it was merged.
58107
58108     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58109
58110 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
58111 Author: Wolfgang Denk <wd@denx.de>
58112 Date:   Wed Aug 29 14:05:30 2007 +0200
58113
58114     Add mii_init() prototype
58115
58116     to get rid of a *lot* of compiler warnings.
58117
58118     Signed-off-by: Wolfgang Denk <wd@denx.de>
58119
58120 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
58121 Author: Wolfgang Denk <wd@denx.de>
58122 Date:   Wed Aug 29 13:35:03 2007 +0200
58123
58124     Disable network support on cmi_mpc5xx board
58125
58126     ..because it caused compiler errors and there seems to be no
58127     board maintainer to take care of this.
58128
58129     Signed-off-by: Wolfgang Denk <wd@denx.de>
58130
58131 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
58132 Author: Kumar Gala <galak@kernel.crashing.org>
58133 Date:   Mon Aug 20 09:44:00 2007 -0500
58134
58135     Fix MPC8544DS PCIe3 scsi.
58136
58137     <ed.swarthout@freescale.com>
58138
58139     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
58140     is allocating memory space it doesn't need.
58141
58142     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
58143     Signed-off-by: Andy Fleming <afleming@freescale.com>
58144
58145 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
58146 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58147 Date:   Tue Aug 21 09:38:59 2007 -0500
58148
58149     8548cds fixes
58150
58151     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
58152     correct consoledev needed for linux boot.
58153     Standardize on fdt{file,addr} var to hold dtb file name.
58154
58155     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
58156
58157     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58158
58159 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
58160 Author: Haiying Wang <Haiying.Wang@freescale.com>
58161 Date:   Thu Aug 23 15:20:54 2007 -0400
58162
58163     Enable L2 cache for MPC8568MDS board
58164
58165     The L2 cache size is 512KB for 8568, print out the correct informaiton.
58166
58167     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
58168
58169 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
58170 Author: Jason Jin <Jason.jin@freescale.com>
58171 Date:   Wed Aug 22 17:54:49 2007 +0800
58172
58173     Remove the bios emulator binary files from MAI board
58174
58175     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
58176
58177 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
58178 Author: Kim Phillips <kim.phillips@freescale.com>
58179 Date:   Tue Aug 21 17:00:17 2007 -0500
58180
58181     support board vendor-common makefiles
58182
58183     if a board/$(VENDOR)/common/Makefile exists, build it.
58184
58185     also add the first such case, board/freescale/common/Makefile, to
58186     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
58187     dictated by board configuration.
58188
58189     thusly get rid of alternate build dir errors such as:
58190
58191     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
58192
58193     by putting the common/ mkdir command in its proper place (the common
58194     Makefile). Common bits from existing individual board Makefiles have
58195     been removed.
58196
58197     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58198
58199 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
58200 Author: stefano babic <sbabic@denx.de>
58201 Date:   Tue Aug 21 15:52:33 2007 +0200
58202
58203     Fix: TFTP is not working on little endian systems
58204
58205     TFTP does not work anymore after multicast tftp
58206     patch was applied on little endian systems.
58207     This patch fix it.
58208
58209     Signed-off-by: Stefano Babic <sbabic@denx.de>
58210
58211 commit 5f470948570526e9186f053a3003da7719604e90
58212 Author: stefano babic <sbabic@denx.de>
58213 Date:   Tue Aug 21 15:50:33 2007 +0200
58214
58215     Fix MAC address setting in DM9000 driver.
58216
58217     The logic to check if there is a correct MAC address in the DM9000
58218     EEPROM, added in the last patch, is wrong. Now the MAC address is
58219     always taken from the environment, even if a suitable MAC is present
58220     in the EEPROM.
58221
58222     Signed-off-by: Stefano Babic <sbabic@denx.de>
58223
58224 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
58225 Author: Martin Krause <martin.krause@tqs.de>
58226 Date:   Tue Aug 21 12:40:34 2007 +0200
58227
58228     MPC5xxx: fix some compiler warnings in USB code
58229
58230     Fix the following warnings:
58231     - usb.c:xx: warning: function declaration isn't a prototype
58232     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
58233       from pointer wihtout a cast
58234
58235     Signed-off-by: Martin Krause <martin.krase@tqs.de>
58236
58237 commit 16e23c3f5dab6937f5109365416808c7f15c122b
58238 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58239 Date:   Mon Aug 20 23:55:33 2007 -0500
58240
58241     fsl_pci_init - Remove self PCSRBAR allocation
58242
58243     CPU physical address space was being wasted by allocating a
58244     PCSRBAR PCI inbound region to it's memory space.
58245
58246     As a rule, PCSRBAR should be left alone since it does not affect
58247     transactions from self and other masters may have changed it.
58248
58249     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
58250
58251 commit 0e700ce03a23bb1921149bc77008ace7103d5289
58252 Author: Martin Krause <martin.krause@tqs.de>
58253 Date:   Mon Aug 20 13:56:47 2007 +0200
58254
58255     Fix compiler warning in include/s3c2410.h
58256
58257     This patch fixes the "type qualifiers ignored on fuction return tpye"
58258     warning for include/s3c2410.h
58259
58260     Signed-off-by: Martin Krause <martin.krause@tqs.de>
58261
58262 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
58263 Author: Dirk Behme <dirk.behme@googlemail.com>
58264 Date:   Mon Aug 20 07:09:05 2007 +0200
58265
58266     Fix compilation error for omap2420h4_config.
58267
58268     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
58269     and flash_probe() calls in env_flash.c.
58270
58271     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
58272
58273 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
58274 Author: Kim Phillips <kim.phillips@freescale.com>
58275 Date:   Fri Aug 10 14:34:14 2007 -0500
58276
58277     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
58278
58279     and make some minor corrections to the FDT part of the README.
58280
58281     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58282
58283 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
58284 Author: Wolfgang Denk <wd@denx.de>
58285 Date:   Wed Aug 29 01:32:05 2007 +0200
58286
58287     Minor coding style cleanup.
58288
58289     Signed-off-by: Wolfgang Denk <wd@denx.de>
58290
58291 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
58292 Author: Heiko Schocher <hs@pollux.denx.de>
58293 Date:   Tue Aug 28 17:40:33 2007 +0200
58294
58295     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
58296
58297     Signed-off-by: Heiko Schocher <hs@denx.de>
58298
58299 commit f98984cb194bb34dbe1db9429d3b51133af30d07
58300 Author: Heiko Schocher <hs@pollux.denx.de>
58301 Date:   Tue Aug 28 17:39:14 2007 +0200
58302
58303     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
58304               define there own I/O functions.
58305               (Needed for the pcs440ep board).
58306             - The default I/O Functions are again 8 Bit accesses.
58307             - Added CONFIG_CMD_IDE for the pcs440ep Board.
58308
58309     Signed-off-by: Heiko Schocher <hs@denx.de>
58310
58311 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
58312 Author: Semih Hazar <semih.hazar@indefia.com>
58313 Date:   Mon Aug 20 19:00:01 2007 +0300
58314
58315     AVR32: Change prototype of memset
58316
58317     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
58318     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
58319
58320 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
58321 Author: Yuri Tikhonov <yur@emcraft.com>
58322 Date:   Sat Aug 25 05:07:16 2007 +0200
58323
58324     POST: limit memory test area to not touch global data anymore
58325
58326     As experienced on lwmon5, on some boards the POST memory test can
58327     corrupt the global data buffer (bd). This patch fixes this issue
58328     by checking and limiting this area.
58329
58330     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58331     Signed-off-by: Stefan Roese <sr@denx.de>
58332
58333 commit 75e1a84d483e36be10e206e539b028c4889e1158
58334 Author: Stefan Roese <sr@denx.de>
58335 Date:   Fri Aug 24 15:41:42 2007 +0200
58336
58337     ppc4xx: Add RTC POST test to lwmon5 board configuration
58338
58339     Since this RTC POST test is taking quite a while to complete
58340     it's only initiated upon special keypress same as the complete
58341     memory POST.
58342
58343     Signed-off-by: Stefan Roese <sr@denx.de>
58344
58345 commit d7bfa620037a6d2210159387571bdf93aa32c162
58346 Author: Stefan Roese <sr@denx.de>
58347 Date:   Fri Aug 24 15:19:10 2007 +0200
58348
58349     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
58350
58351     Signed-off-by: Stefan Roese <sr@denx.de>
58352
58353 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
58354 Author: Stefan Roese <sr@denx.de>
58355 Date:   Thu Aug 23 11:02:37 2007 +0200
58356
58357     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
58358
58359     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
58360     board. Now the "eeprom" command can be used to read/write from/to this
58361     device. Additionally a new command was added "eepromwp" to en-/disable
58362     the write-protect of this 2nd EEPROM.
58363
58364     The 1st EEPROM is not affected by this write-protect command.
58365
58366     Signed-off-by: Stefan Roese <sr@denx.de>
58367
58368 commit c64fb30e4c5976007d56fc1789c7a0666082b536
58369 Author: Stefan Roese <sr@denx.de>
58370 Date:   Wed Aug 22 08:56:09 2007 +0200
58371
58372     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
58373
58374     Signed-off-by: Stefan Roese <sr@denx.de>
58375
58376 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
58377 Author: Stefan Roese <sr@denx.de>
58378 Date:   Tue Aug 21 16:27:57 2007 +0200
58379
58380     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
58381
58382     This patch adds support for the matrix keyboard on the lwmon5 board.
58383     Since the implementation in the dsPCI is kind of compatible with the
58384     "old" lwmon board, most of the code is copied from the lwmon
58385     board directory.
58386
58387     Signed-off-by: Stefan Roese <sr@denx.de>
58388
58389 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
58390 Author: Wolfgang Denk <wd@denx.de>
58391 Date:   Sun Aug 19 10:27:34 2007 +0200
58392
58393     Fix some build errors.
58394
58395     Signed-off-by: Wolfgang Denk <wd@denx.de>
58396
58397 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
58398 Author: Wolfgang Denk <wd@denx.de>
58399 Date:   Sat Aug 18 22:00:38 2007 +0200
58400
58401     Update CHANGELOG.
58402
58403 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
58404 Author: Kim Phillips <kim.phillips@freescale.com>
58405 Date:   Thu Aug 16 22:52:39 2007 -0500
58406
58407     lib_ppc: make board_add_ram_info weak
58408
58409     platforms wishing to display RAM diagnostics in addition to size,
58410     can do so, on one line, in their own board_add_ram_info()
58411     implementation.
58412
58413     this consequently eliminates CONFIG_ADD_RAM_INFO.
58414
58415     Thanks to Stefan for the hint.
58416
58417     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58418
58419 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
58420 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
58421 Date:   Fri Aug 17 12:43:44 2007 +0900
58422
58423     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
58424
58425     This patch has been sent on:
58426     - 6 Jun 2007
58427
58428     Many users of PCI config read routines tend to ignore the function
58429     ret value, and are only concerned about the contents of *val. Based
58430     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
58431     the *val on dword read error.
58432
58433     Without this fix, for example, we'll go on scanning bus with vendor or
58434     header_type uninitialized. This brings many unnecessary config trials.
58435
58436     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
58437
58438 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
58439 Author: Stefan Roese <sr@denx.de>
58440 Date:   Sat Aug 18 14:37:52 2007 +0200
58441
58442     ColdFire: Fix some remaining problems with CFG_CMD_
58443
58444     Signed-off-by: Stefan Roese <sr@denx.de>
58445
58446 commit 8280f6a1c43247616b68224675188e5ccd124650
58447 Author: Stefan Roese <sr@denx.de>
58448 Date:   Sat Aug 18 14:33:02 2007 +0200
58449
58450     Coding style cleanup
58451
58452     Signed-off-by: Stefan Roese <sr@denx.de>
58453
58454 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
58455 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58456 Date:   Thu Aug 16 19:23:50 2007 -0500
58457
58458     ColdFire: Add M5235EVB Platform for MCF523x
58459
58460     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58461
58462 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
58463 Author: Kim Phillips <kim.phillips@freescale.com>
58464 Date:   Fri Aug 17 09:30:00 2007 -0500
58465
58466     mpc83xx: fix typo in DDR2 programming
58467
58468     introduced in the implement board_add_ram_info patch as I was cleaning out the
58469     magic numbers.  sorry.
58470
58471     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58472
58473 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
58474 Author: Kim Phillips <kim.phillips@freescale.com>
58475 Date:   Thu Aug 16 22:53:09 2007 -0500
58476
58477     mpc83xx: move freescale boards to boards/freescale
58478
58479     includes build fixes.
58480
58481     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58482
58483 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
58484 Author: Kim Phillips <kim.phillips@freescale.com>
58485 Date:   Thu Aug 16 22:52:59 2007 -0500
58486
58487     mpc83xx: suppress unused variable 'val8' warning
58488
58489     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58490
58491 commit bbea46f76f767b919070b4829bf34c86bd223248
58492 Author: Kim Phillips <kim.phillips@freescale.com>
58493 Date:   Thu Aug 16 22:52:48 2007 -0500
58494
58495     mpc83xx: implement board_add_ram_info
58496
58497     add board_add_ram_info, to make memory diagnostic output more
58498     consistent. u-boot banner output now looks like:
58499
58500     DRAM:  256 MB (DDR1, 64-bit, ECC on)
58501
58502     and for boards with SDRAM on the local bus, a line such as this is
58503     added:
58504
58505     SDRAM: 64 MB (local bus)
58506
58507     also replaced some magic numbers with their equivalent define names.
58508
58509     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58510
58511 commit 14778585d1389d86d5846efec29e5fce892680ce
58512 Author: Tony Li <tony.li@freescale.com>
58513 Date:   Fri Aug 17 10:35:59 2007 +0800
58514
58515     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
58516
58517     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
58518     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
58519
58520     Signed-off-by Tony Li <tony.li@freescale.com>
58521
58522 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
58523 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58524 Date:   Thu Aug 16 15:05:11 2007 -0500
58525
58526     ColdFire: Add M54455EVB for MCF5445x
58527
58528     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58529
58530 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
58531 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58532 Date:   Thu Aug 16 13:20:50 2007 -0500
58533
58534     ColdFire: Add M5253EVBE platform for MCF52x2
58535
58536     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58537
58538 commit a605aacd8324094199402816cc6d9124aba57b8d
58539 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58540 Date:   Thu Aug 16 05:04:31 2007 -0500
58541
58542     ColdFire: Add M5249EVB platform for MCF52x2
58543
58544     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58545
58546 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
58547 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58548 Date:   Wed Aug 15 20:32:06 2007 -0500
58549
58550     ColdFire: Update Freescale MCF52x2 platforms
58551
58552     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58553
58554 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
58555 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58556 Date:   Wed Aug 15 19:55:10 2007 -0500
58557
58558     ColdFire: Update EB+MCF-EV123 platform
58559
58560     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58561
58562 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
58563 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58564 Date:   Wed Aug 15 19:46:38 2007 -0500
58565
58566     ColdFire: update TASREG platform for MCF52x2
58567
58568     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58569
58570 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
58571 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58572 Date:   Wed Aug 15 19:45:51 2007 -0500
58573
58574     ColdFire: update r5200 platform for MCF52x2
58575
58576     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58577
58578 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
58579 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58580 Date:   Wed Aug 15 19:43:20 2007 -0500
58581
58582     ColdFire: idmr platform MCF52x2 update
58583
58584     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58585
58586 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
58587 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58588 Date:   Wed Aug 15 19:41:06 2007 -0500
58589
58590     ColdFire: cobra5272 platform for MCF52x2 update
58591
58592     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58593
58594 commit 56115665b4a64c10c01440c57749b265e0908fa4
58595 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58596 Date:   Wed Aug 15 19:38:15 2007 -0500
58597
58598     ColdFire: MCF52x2 Header files update
58599
58600     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58601
58602 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
58603 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58604 Date:   Wed Aug 15 19:21:21 2007 -0500
58605
58606     ColdFire: MCF52x2 update
58607
58608     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58609
58610 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
58611 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58612 Date:   Wed Aug 15 18:46:11 2007 -0500
58613
58614     ColdFire: MCF5329 update cache
58615
58616     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58617
58618 commit 7171977fb8fd77cfb6676953fa9a05789c450513
58619 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58620 Date:   Wed Aug 15 15:40:20 2007 -0500
58621
58622     ColdFire: MCF5329 header file clean up
58623
58624     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58625
58626 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
58627 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58628 Date:   Wed Aug 15 15:39:17 2007 -0500
58629
58630     ColdFire: MCF5329 Update and cleanup
58631
58632     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58633
58634 commit 10327dc5541f947c0cf7e31fef86c4706169607a
58635 Author: Andy Fleming <afleming@freescale.com>
58636 Date:   Thu Aug 16 16:35:02 2007 -0500
58637
58638     Add CONFIG_HAS_ETH0 to all boards with TSEC
58639
58640     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
58641     to update TSEC1's device-tree node, so we need to add it
58642     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
58643     since they will eventually do something similar.
58644
58645     Signed-off-by: Andy Fleming <afleming@freescale.com>
58646
58647 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
58648 Author: Kumar Gala <galak@kernel.crashing.org>
58649 Date:   Thu Aug 16 15:05:04 2007 -0500
58650
58651     Update MPC8544 DS PCI memory map
58652
58653     The PCIe bus that the ULI M1575 is connected to has no possible way of
58654     needing more than the fixed amount of IO & Memory space needed by the ULI.
58655
58656     So make it use far less IO & memory space and have it use the shared LAW.  This
58657     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
58658     by each bus.
58659
58660     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58661
58662 commit ea5877e31ed63ade948fd1293895ec23fe01472e
58663 Author: Kumar Gala <galak@kernel.crashing.org>
58664 Date:   Thu Aug 16 11:01:21 2007 -0500
58665
58666     Fix up some fdt issues on 8544DS
58667
58668     It looks like we had a merge issue that duplicated a bit of code
58669     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
58670     the MAC address properly set in the device tree on boot for TSEC1
58671
58672     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58673
58674 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
58675 Author: Niklaus Giger <niklaus.giger@netstal.com>
58676 Date:   Thu Aug 16 15:16:03 2007 +0200
58677
58678     PPC4xx:HCU4/5 cleanup
58679
58680     Minor cleanups to confirm to the u-boot coding style.
58681     Some german expressions -> english.
58682     HCU5 enforces a unique IP adress for a given slot in the rack.
58683
58684     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
58685
58686 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
58687 Author: Niklaus Giger <niklaus.giger@netstal.com>
58688 Date:   Thu Aug 16 15:16:02 2007 +0200
58689
58690     PPC4xx:HCU4/5 cleanup ecc/sdram init
58691
58692     Make ecc initialisation robust, as DDR2-ECC errors may be generated
58693     while zeroing the RAM.
58694
58695     Return 16 bytes (a cacheline) less than the available memory, as the
58696     board and/or PPC440EPx might have problems accessing the last bytes.
58697
58698     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
58699
58700 commit d35b508a55508535b6e8445b718585d27df733d3
58701 Author: Kim Phillips <kim.phillips@freescale.com>
58702 Date:   Wed Aug 15 22:29:56 2007 -0500
58703
58704     fdt: suppress unused variable 'bd' warning
58705
58706     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58707
58708 commit 82bd9ee77490588d4da785d75829ca63d0176baf
58709 Author: Andy Fleming <afleming@freescale.com>
58710 Date:   Wed Aug 15 20:06:50 2007 -0500
58711
58712     Fix warnings from of_data copy fix
58713
58714     Forgot to cast of_flat_tree to ulong.
58715
58716     Signed-off-by: Andy Fleming <afleming@freescale.com>
58717
58718 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
58719 Author: Andy Fleming <afleming@freescale.com>
58720 Date:   Wed Aug 15 20:03:44 2007 -0500
58721
58722     Don't wait for disconnected TSECs
58723
58724     The TSEC driver's PHY code waits a long time for autonegotiation to
58725     complete, even if the link is down.  The PHY knows the link is
58726     down or up before autonegotiation completes, so we can short-circuit
58727     the process if the link is down.
58728
58729     Signed-off-by: Andy Fleming <afleming@freescale.com>
58730
58731 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
58732 Author: Andy Fleming <afleming@freescale.com>
58733 Date:   Wed Aug 15 20:03:34 2007 -0500
58734
58735     Fix numerous bugs in the 8568 UEC support
58736
58737     Actually, fixed a large bug in the UEC for *all* platforms.
58738     How did this ever work?
58739
58740     uec_init() did not follow the spec for eth_init(), and returned
58741     0 on success.  Switch it to return the link like tsec_init()
58742     (and 0 on error)
58743
58744     The immap for the 8568 was defined based on MPC8568, rather than
58745     CONFIG_MPC8568
58746
58747     CONFIG_QE was off
58748
58749     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
58750
58751     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
58752     enabled
58753
58754     Signed-off-by: Andy Fleming <afleming@freescale.com>
58755
58756 commit 3a79013e2adda53332dfd0b511066a805e929a9d
58757 Author: Andy Fleming <afleming@freescale.com>
58758 Date:   Wed Aug 15 20:03:25 2007 -0500
58759
58760     Define tsec flag values in config files
58761
58762     The tsec_info structure and array has a "flags" field for each
58763     ethernet controller.  This field is the only reason there are
58764     settings.  Switch to defining TSECn_FLAGS for each controller
58765     in the config header, and we can greatly simplify the array, and
58766     also simplify the addition of future boards.
58767
58768     Signed-off-by: Andy Fleming <afleming@freescale.com>
58769
58770 commit ec7238229507e7f47533a611ea8c53319d234cf3
58771 Author: Andy Fleming <afleming@freescale.com>
58772 Date:   Wed Aug 15 20:03:13 2007 -0500
58773
58774     Add support for building all boards with a TSEC
58775
58776     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
58777     Now we can do a MAKEALL test on all of them!
58778
58779     Signed-off-by: Andy Fleming <afleming@freescale.com>
58780
58781 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
58782 Author: Andy Fleming <afleming@freescale.com>
58783 Date:   Wed Aug 15 17:30:56 2007 -0500
58784
58785     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
58786
58787     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
58788     neglected to *also* put the code inside the similar #ifdef
58789     for CONFIG_OF_FLAT_TREE.
58790
58791     Signed-off-by: Andy Fleming <afleming@freescale.com>
58792
58793 commit 78f9fef7f406078c8bf7191e665a73f795157746
58794 Author: Scott Wood <scottwood@freescale.com>
58795 Date:   Wed Aug 15 15:46:46 2007 -0500
58796
58797     mpc885ads: Don't define CONFIG_BZIP2.
58798
58799     bzip2 requires a significant chunk of malloc space, and there isn't
58800     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
58801     and a downloaded image at 0x400000.
58802
58803     Signed-off-by: Scott Wood <scottwood@freescale.com>
58804
58805 commit 002275a3ed8b114885f6702d6d544d0780dfe689
58806 Author: Michal Simek <Monstr@seznam.cz>
58807 Date:   Thu Aug 16 08:54:10 2007 +0200
58808
58809     Bios emulator - fix microblaze toolchain problem
58810
58811     microblaze CPU have problem with bios_emulator code.
58812     Microblaze toolchain doesn't support PRAGMA PACK.
58813
58814     Signed-off-by: Michal Simek <monstr@monstr.eu>
58815
58816 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
58817 Author: Wolfgang Denk <wd@denx.de>
58818 Date:   Thu Aug 16 11:51:04 2007 +0200
58819
58820     Minor Coding Style fix; Update CHANGELOG file.
58821
58822     Signed-off-by: Wolfgang Denk <wd@denx.de>
58823
58824 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
58825 Author: Stefan Roese <sr@denx.de>
58826 Date:   Thu Aug 16 11:21:49 2007 +0200
58827
58828     ppc4xx: Remove #warning in esd auto_update.c
58829
58830     Signed-off-by: Stefan Roese <sr@denx.de>
58831
58832 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
58833 Author: Stefan Roese <sr@denx.de>
58834 Date:   Fri Jun 22 17:32:28 2007 +0200
58835
58836     ppc7xx: Update CPCI750 board
58837
58838     This small CPCI750 update extends the board specific command
58839     "show_config" to display the Marvell strapping registers and
58840     extends the PCI IDE controller.
58841
58842     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
58843     Signed-off-by: Stefan Roese <sr@denx.de>
58844
58845 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
58846 Author: Michal Simek <monstr@monstr.eu>
58847 Date:   Thu Aug 16 10:46:28 2007 +0200
58848
58849     [FIX] Changes for bios_emulator code for others architecture
58850
58851 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
58852 Author: Michal Simek <monstr@monstr.eu>
58853 Date:   Thu Aug 16 10:45:09 2007 +0200
58854
58855     [FIX] Remove unused include file
58856
58857 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
58858 Author: Stefan Roese <sr@denx.de>
58859 Date:   Thu Aug 16 10:18:33 2007 +0200
58860
58861     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
58862
58863     Signed-off-by: Stefan Roese <sr@denx.de>
58864
58865 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
58866 Author: Stefan Roese <sr@denx.de>
58867 Date:   Thu Aug 16 09:54:51 2007 +0200
58868
58869     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
58870
58871     Signed-off-by: Stefan Roese <sr@denx.de>
58872
58873 commit 02ba7022f62bb75908296c58c63866e1d294b69a
58874 Author: Stefan Roese <sr@denx.de>
58875 Date:   Thu Aug 16 09:52:29 2007 +0200
58876
58877     ppc4xx: Update Sequoia/Rainier bootstrap command
58878
58879     As suggested by David Mitchell, here an update for the Sequoia/Rainier
58880     bootstrap command.
58881
58882     Signed-off-by: Stefan Roese <sr@denx.de>
58883
58884 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
58885 Author: Kim Phillips <kim.phillips@freescale.com>
58886 Date:   Wed Aug 15 22:30:39 2007 -0500
58887
58888     mpc83xx: enable libfdt by default on freescale boards
58889
58890     this enables libfdt code by default for the
58891     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
58892     mpc8349itx and gp boards.
58893
58894     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58895
58896 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
58897 Author: Kim Phillips <kim.phillips@freescale.com>
58898 Date:   Wed Aug 15 22:30:33 2007 -0500
58899
58900     mpc83xx: migrate remaining freescale boards to libfdt
58901
58902     this adds libfdt support code for the freescale
58903     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
58904     and gp boards.
58905
58906     Boards remain compatible with OF_FLAT_TREE.
58907
58908     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58909
58910 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
58911 Author: Kim Phillips <kim.phillips@freescale.com>
58912 Date:   Wed Aug 15 22:30:26 2007 -0500
58913
58914     mpc83xx: move common /memory node update mechanism to cpu.c
58915
58916     also adds common prototypes to include/common.h.
58917
58918     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58919
58920 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
58921 Author: Kim Phillips <kim.phillips@freescale.com>
58922 Date:   Wed Aug 15 22:30:19 2007 -0500
58923
58924     mpc83xx: remaining 8360 libfdt fixes
58925
58926     PCI clocks and QE frequencies weren't being updated, and the core clock
58927     was being updated incorrectly.  This patch also adds a /memory node if
58928     it doesn't already exist prior to update.
58929
58930     plus some cosmetic trimming to single line comments.
58931
58932     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58933
58934 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
58935 Author: Kim Phillips <kim.phillips@freescale.com>
58936 Date:   Wed Aug 15 22:30:12 2007 -0500
58937
58938     mpc83xx: fix UEC2->1 typo in libfdt setup code
58939
58940     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58941
58942 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
58943 Author: Kim Phillips <kim.phillips@freescale.com>
58944 Date:   Wed Aug 15 22:30:05 2007 -0500
58945
58946     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
58947
58948     and reorder the existing 83xx maintainers alpha.
58949
58950     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58951
58952 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
58953 Author: Michal Simek <monstr@monstr.eu>
58954 Date:   Wed Aug 15 21:15:05 2007 +0200
58955
58956     [FIX] Resolve problem with warnings
58957     microblaze toolchain don't support PRAGMA PACK.
58958
58959 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
58960 Author: Michal Simek <monstr@monstr.eu>
58961 Date:   Wed Aug 15 21:05:07 2007 +0200
58962
58963     [FIX] Correction command setting for Microblaze boards
58964
58965 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
58966 Author: Michal Simek <monstr@monstr.eu>
58967 Date:   Wed Aug 15 21:03:41 2007 +0200
58968
58969     [FIX] Correction command definition
58970
58971 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
58972 Author: Jon Loeliger <jdl@freescale.com>
58973 Date:   Wed Aug 15 11:55:35 2007 -0500
58974
58975     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
58976
58977     Remove a leftover in net/tftp.c while we're at it.
58978
58979     Signed-off-by: Jon Loeliger <jdl@freescale.com>
58980
58981 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
58982 Author: Jon Loeliger <jdl@freescale.com>
58983 Date:   Wed Aug 15 12:20:40 2007 -0500
58984
58985     Move the MPC8641HPCN board under board/freescale.
58986
58987     Minor path corrections needed to ensure buildability.
58988
58989     Signed-off-by: Jon Loeliger <jdl@freescale.com>
58990
58991 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
58992 Author: Jon Loeliger <jdl@freescale.com>
58993 Date:   Wed Aug 15 11:46:22 2007 -0500
58994
58995     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
58996
58997     Remove a leftover in net/tftp.c while we're at it.
58998
58999     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59000
59001 commit 210f463c71917b7a4495c2103c228b9c179ae64d
59002 Author: Jerry Van Baren <gvb.uboot@gmail.com>
59003 Date:   Wed Aug 15 11:13:15 2007 -0400
59004
59005     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
59006
59007     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
59008     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
59009     when it should have gone inside of the conditional.  As a result, it
59010     broke non-LIBFDT board builds.
59011
59012     Also added a missing "not." to the comment.
59013
59014     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59015
59016 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
59017 Author: Niklaus Giger <niklaus.giger@netstal.com>
59018 Date:   Wed Aug 15 12:14:23 2007 +0200
59019
59020     PPC4xx:HCU4/5-Board fix compile warning
59021
59022     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59023
59024 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
59025 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59026 Date:   Tue Aug 14 14:06:45 2007 -0500
59027
59028     Fix malloc size error in ahci_init_one.
59029
59030     Typically this causes scsi init to corrupt the
59031     devlist and break the coninfo command.
59032     Fix a compiler size warning.
59033
59034     Signed-off-by: Jason Jin <jason.jin@freescale.com>
59035     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59036     Acked-by: Andy Fleming <afleming@freescale.com>
59037
59038 commit b361acd64fd2525c081b9b288b0804efe209c0e9
59039 Author: ksi@koi8.net <ksi@koi8.net>
59040 Date:   Tue Aug 14 10:02:16 2007 -0700
59041
59042     TI DaVinci - fix unsupported %hhx format
59043
59044     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
59045
59046 commit f01dbb5424a81453c81190dd30e945891466f621
59047 Author: Wolfgang Denk <wd@denx.de>
59048 Date:   Tue Aug 14 18:42:36 2007 +0200
59049
59050     Coding style cleanup. Update CHANGELOG.
59051
59052     Signed-off-by: Wolfgang Denk <wd@denx.de>
59053
59054 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
59055 Author: Andy Fleming <afleming@freescale.com>
59056 Date:   Tue Aug 14 10:32:59 2007 -0500
59057
59058     Fix initrd/dtb interaction
59059
59060     The original code would wrongly relocate the blob to be right before
59061     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
59062     if it is defined.  So we make two changes:
59063
59064     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
59065
59066     2) If the blob is being relocated, relocate it before kbd, not initrd
59067
59068     Signed-off-by: Andy Fleming <afleming@freescale.com>
59069
59070 commit e54b970173769307a116bd34028b6d0c2eea2a4e
59071 Author: Peter Pearse <peter.pearse@arm.com>
59072 Date:   Tue Aug 14 15:40:00 2007 +0100
59073
59074     Supply spi interface in at45.c
59075
59076 commit 4ce846ec59f36b85d6644a769690ad3feb667575
59077 Author: Stefan Roese <sr@denx.de>
59078 Date:   Tue Aug 14 15:12:01 2007 +0200
59079
59080     POST: Fix merge problem
59081
59082     Signed-off-by: Stefan Roese <sr@denx.de>
59083
59084 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
59085 Author: Stefan Roese <sr@denx.de>
59086 Date:   Tue Aug 14 15:03:17 2007 +0200
59087
59088     Coding style cleanup
59089
59090     Signed-off-by: Stefan Roese <sr@denx.de>
59091
59092 commit 779e975117a75e91fcebe226a63104dbfb924ab1
59093 Author: Stefan Roese <sr@denx.de>
59094 Date:   Tue Aug 14 14:44:41 2007 +0200
59095
59096     ppc4xx: Add initial Zeus (PPC405EP) board support
59097
59098     Signed-off-by: Stefan Roese <sr@denx.de>
59099
59100 commit c5a172a5fd636c12467429e3f7910e53773979c6
59101 Author: Stefan Roese <sr@denx.de>
59102 Date:   Tue Aug 14 14:41:55 2007 +0200
59103
59104     POST: Add option for external ethernet loopback test
59105
59106     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
59107     is not done using an internal loopback connection, but by assuming
59108     that an external loopback connector is plugged into the board.
59109
59110     Signed-off-by: Stefan Roese <sr@denx.de>
59111
59112 commit eb2b4010ae426245172988804ee8d9193fb41038
59113 Author: Stefan Roese <sr@denx.de>
59114 Date:   Tue Aug 14 14:39:44 2007 +0200
59115
59116     POST: Add ppc405 support to cache and UART POST
59117
59118     Signed-off-by: Stefan Roese <sr@denx.de>
59119
59120 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
59121 Author: Peter Pearse <peter.pearse@arm.com>
59122 Date:   Tue Aug 14 10:46:32 2007 +0100
59123
59124     Replace lost end of at45.c.
59125
59126 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
59127 Author: Peter Pearse <peter.pearse@arm.com>
59128 Date:   Tue Aug 14 10:30:06 2007 +0100
59129
59130     Update Makefiles for merged and split at45.c.
59131
59132 commit 3454cece2db57cb9eb7087995f7e73066a163f71
59133 Author: Peter Pearse <peter.pearse@arm.com>
59134 Date:   Tue Aug 14 10:21:06 2007 +0100
59135
59136     Delete the merged files.
59137
59138 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
59139 Author: Peter Pearse <peter.pearse@arm.com>
59140 Date:   Tue Aug 14 10:14:05 2007 +0100
59141
59142     Add the files.
59143
59144 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
59145 Author: Peter Pearse <peter.pearse@arm.com>
59146 Date:   Tue Aug 14 10:10:52 2007 +0100
59147
59148     Add MACH_TYPE records for several AT91 boards.
59149     Merge to two at45.c files into a common file, split to at45.c and spi.c
59150     Fix spelling error in DM9161 PHY Support.
59151     Initialize at91rm9200 board (and set LED).
59152     Add PIO control for at91rm9200dk LEDs and Mux.
59153     Change dataflash partition boundaries to be compatible with Linux 2.6.
59154
59155     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
59156     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
59157
59158 commit 4ef35e53c693556c54b0c22d6f873de87bade253
59159 Author: Wolfgang Denk <wd@denx.de>
59160 Date:   Tue Aug 14 09:54:46 2007 +0200
59161
59162     Coding style cleanup, update CHANGELOG
59163
59164     Signed-off-by: Wolfgang Denk <wd@denx.de>
59165
59166 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
59167 Author: Wolfgang Denk <wd@denx.de>
59168 Date:   Tue Aug 14 09:47:27 2007 +0200
59169
59170     Coding style cleanup; rebuild CHANGELOG
59171
59172 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
59173 Author: Randy Vinson <rvinson@linuxbox.(none)>
59174 Date:   Tue Feb 27 19:42:22 2007 -0700
59175
59176     85xxCDS: Add make targets for legacy systems.
59177
59178     The PCI ID select values on the Arcadia main board differ depending
59179     on the version of the hardware. The standard configuration supports
59180     Rev 3.1. The legacy target supports Rev 2.x.
59181
59182     Signed-off-by Randy Vinson <rvinson@mvista.com>
59183
59184 commit e41094c7e38177c755fbd9b182018069614f080d
59185 Author: Andy Fleming <afleming@freescale.com>
59186 Date:   Tue Aug 14 01:50:09 2007 -0500
59187
59188     85xxCDS: Enable the VIA PCI-to-ISA bridge.
59189
59190     Author: Randy Vinson <rvinson@linuxbox.(none)>
59191
59192     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
59193     Arcadia main board.
59194
59195     Signed-off-by: Randy Vinson <rvinson@mvista.com>
59196     Signed-off-by: York Sun <yorksun@freescale.com>
59197
59198 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
59199 Author: Andy Fleming <afleming@freescale.com>
59200 Date:   Tue Aug 14 00:14:25 2007 -0500
59201
59202     Add support for UEC to 8568
59203
59204     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
59205     Signed-off-by: Andy Fleming <afleming@freescale.com>
59206
59207 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
59208 Author: Haiying Wang <Haiying.Wang@freescale.com>
59209 Date:   Tue Jun 19 14:18:34 2007 -0400
59210
59211     Add PCI support for MPC8568MDS board
59212
59213     This patch is against u-boot-mpc85xx.git of www.denx.com
59214
59215     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
59216     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
59217
59218 commit d111d6382c99fdea08c2312eeeae8786945e189a
59219 Author: Haiying Wang <Haiying.Wang@freescale.com>
59220 Date:   Tue Jun 19 14:18:32 2007 -0400
59221
59222     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
59223
59224     This patch is against u-boot-mpc85xx.git of www.denx.com
59225
59226     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
59227     both MPC8548CDS board and MPC8568MDS board, especially for supporting
59228     533MHz DDR2.
59229
59230     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
59231     DDR2 on all current board versions especially ver 1.92 or later to bring
59232     up.
59233
59234     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
59235
59236 commit 3db0bef59eab1155801618cef5c481e97553b597
59237 Author: Kumar Gala <galak@kernel.crashing.org>
59238 Date:   Tue Aug 7 18:07:27 2007 -0500
59239
59240     Use an absolute address when jumping out of 4k boot page
59241
59242     On e500 when we leave the 4k boot page we should use an absolute address since
59243     we don't know where the board code may want us to be really running at.
59244
59245     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59246
59247 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
59248 Author: Andy Fleming <afleming@freescale.com>
59249 Date:   Mon Aug 13 14:49:59 2007 -0500
59250
59251     MPC85xx BA bits not set for 3-bit bank address DIMM
59252
59253     The current implementation does not set the number of bank address bits
59254     (BA) in the processor. The default assumes 2 logical bank bits. This
59255     works fine for a DIMM that uses devices with 4 internal banks (SPD
59256     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
59257     devices with 8 internal banks (SPD byte17 = 0x8).
59258
59259     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
59260
59261 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
59262 Author: Andy Fleming <afleming@freescale.com>
59263 Date:   Mon Aug 13 14:38:06 2007 -0500
59264
59265     Fix minor 85xx warnings
59266
59267     Some patches had inserted warnings into the build:
59268     * mpc8560ads declared data without using it
59269     * cpu_init declared ecm and immap without using it in all CONFIGs
59270     * MPC8548CDS.h had its default filenames changed so that they contained
59271       "\m" in the paths.  Made the defaults not Windows-specific (or
59272       anything-specific)
59273
59274     Signed-off-by: Andy Fleming <afleming@freescale.com>
59275
59276 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
59277 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59278 Date:   Fri Jul 27 01:50:52 2007 -0500
59279
59280     8548cds PCIE support.
59281
59282     Make the early L1 cache stack region guarded to prevent speculative
59283     fetches outside the locked range.
59284
59285     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
59286     init.S whitespace cleanup.
59287
59288     Allow TEXT_BASE value to be specified on command line.  This allows it
59289     to be set to 0xfffc0000 which cuts the uboot binary in half.
59290
59291     Clear and enable lbc and ecm errors.
59292
59293     Update last_busno in device-tree for pci and pcie.
59294
59295     Remove load of obsolete cpu/mpc85xx/pci.0
59296
59297     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59298     Acked-by: Andy Fleming <afleming@freescale.com>
59299
59300 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
59301 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59302 Date:   Fri Jul 27 01:50:51 2007 -0500
59303
59304     8544ds PCIE support
59305
59306     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
59307
59308     Enable LBC and ECM errors and clear error registers.
59309
59310     Add tftpflash env var to get uboot from tftp server and flash it.
59311
59312     Add pci/pcie convenience env vars to display register space:
59313       "run pcie3regs" to see all pcie3 ccsr registers
59314       "run pcie3cfg" to see all cfg registers
59315     Whitespace cleanup and MPC8544DS.h
59316
59317     Enable CONFIG_INTERRUPTS.
59318
59319     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59320     Acked-by: Andy Fleming <afleming@freescale.com>
59321
59322 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
59323 Author: Andy Fleming <afleming@freescale.com>
59324 Date:   Tue Aug 14 01:34:21 2007 -0500
59325
59326     85xx start.S cleanup and exception support
59327
59328     From: Ed Swarthout <Ed.Swarthout@freescale.com>
59329
59330     Support external interrupts from platform to eliminate system hangs.
59331     Define CONFIG_INTERRUPTS board configure option to enable.
59332     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
59333
59334     Remove extra cpu initialization redundant with hardware initialization.
59335     Whitespace cleanup.
59336
59337     Define and use _START_OFFSET consistent with other processors using
59338     ppc_asm.tmpl
59339
59340     Move additional code from .text to boot page to make room for
59341     exception vectors at start of image.
59342
59343     Handle Machine Check, External and Critical exceptions.
59344
59345     Fix e500 machine check error determination in traps.c
59346
59347     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
59348
59349     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59350     Acked-by: Andy Fleming <afleming@freescale.com>
59351
59352 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
59353 Author: Andy Fleming <afleming@freescale.com>
59354 Date:   Tue Aug 14 01:33:18 2007 -0500
59355
59356     Add MPC8544DS README
59357
59358     Signed-off-by: Andy Fleming <afleming@freescale.com>
59359
59360 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
59361 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59362 Date:   Fri Jul 27 01:50:48 2007 -0500
59363
59364     85xx allow debugger to configure ddr.
59365
59366     Only check for mpc8548 rev 1 when compiled for 8548.
59367
59368     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59369     Acked-by: Andy Fleming <afleming@freescale.com>
59370
59371 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
59372 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59373 Date:   Fri Jul 27 01:50:47 2007 -0500
59374
59375     mpc85xx L2 cache reporting and SRAM relocation option.
59376
59377     Allow debugger to override flash cs0/cs1 settings to enable alternate
59378     boot regions
59379
59380     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59381     Acked-by: Andy Fleming <afleming@freescale.com>
59382
59383 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
59384 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59385 Date:   Fri Jul 27 01:50:46 2007 -0500
59386
59387     e500 needs ppc_asm.tmp MCK_EXCEPTION
59388
59389     Always define MCK_EXCEPTION macro - so e500 can use it too.
59390
59391     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59392     Acked-by: Andy Fleming <afleming@freescale.com>
59393
59394 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
59395 Author: David Updegraff <dave@cray.com>
59396 Date:   Mon Jun 11 10:41:07 2007 -0500
59397
59398     multicast tftp: RFC2090
59399
59400     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
59401     on Realtek RTL8139 and Freescale TSEC.
59402
59403     Signed-off-by: David Updegraff <dave@cray.com>
59404     Signed-off-by: Ben Warren <bwarren@qstreams.com>
59405
59406 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
59407 Author: Wilson Callan <wcallan@savantav.com>
59408 Date:   Sat Jul 28 10:56:13 2007 -0400
59409
59410     New CONFIG_BOOTP_SERVERIP option
59411
59412     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
59413     from the bootp server
59414
59415     Signed-off-by: Wilson Callan <wcallan@savantav.com>
59416     Signed-off-by: Ben Warren <bwarren@qstreams.com>
59417
59418 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
59419 Author: Mike Rapoport <mike@compulab.co.il>
59420 Date:   Sun Aug 12 08:48:27 2007 +0300
59421
59422     Add ability to take MAC address from the environment to DM9000 driver
59423
59424     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
59425     Signed-off-by: Ben Warren <bwarren@qstreams.com>
59426
59427 commit be5d72d10d47609326226225181e301fb9a33b58
59428 Author: Wolfgang Denk <wd@denx.de>
59429 Date:   Mon Aug 13 21:57:53 2007 +0200
59430
59431     Minor coding style cleanup. Update CHANGELOG.
59432
59433     Signed-off-by: Wolfgang Denk <wd@denx.de>
59434
59435 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
59436 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
59437 Date:   Sat Aug 11 06:54:58 2007 -0500
59438
59439     Modify SBC8641D to use new Freescale PCI routines
59440
59441     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
59442     adapter.
59443
59444     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
59445     Signde-off-by: Jon Loeliger <jdl@freescale.com>
59446
59447 commit a08458303e7f9db67f296980036d3292c35cb45c
59448 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59449 Date:   Fri Jun 29 18:38:51 2007 +0200
59450
59451     atmel_mci: Fix data timeout value
59452
59453     Calculate the data timeout based on values from the CSD instead of
59454     just using a hardcoded DTOR value. This is a backport of a similar fix
59455     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
59456     instead of down.
59457
59458     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59459
59460 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
59461 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59462 Date:   Mon Aug 13 17:22:31 2007 +0200
59463
59464     AVR32: Include <div64.h> instead of <asm/div64.h>
59465
59466     include/asm-avr32/div64.h was recently moved to include/div64.h, but
59467     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
59468     the patch was merged perhaps?)
59469
59470     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
59471     compiles again.
59472
59473     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59474
59475 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
59476 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
59477 Date:   Wed Jun 27 13:34:26 2007 +0200
59478
59479     atmel_mci: Use 512 byte blocksize if possible
59480
59481     Instead of always using the largest blocksize the card supports, check
59482     if it can support smaller block sizes and use 512 bytes if possible.
59483     Most cards do support this, and other parts of u-boot seem to have
59484     trouble with block sizes different from 512 bytes.
59485
59486     Also enable underrun/overrun protection.
59487
59488     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59489     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
59490
59491 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
59492 Author: Stefan Roese <sr@denx.de>
59493 Date:   Mon Aug 13 09:05:33 2007 +0200
59494
59495     ppc4xx: Fix problem in PLL clock calculation
59496
59497     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
59498     and fixes a bug in the PLL clock calculation.
59499
59500     Signed-off-by: Stefan Roese <sr@denx.de>
59501
59502 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
59503 Author: Wolfgang Denk <wd@denx.de>
59504 Date:   Sun Aug 12 21:34:50 2007 +0200
59505
59506     Update CHANGELOG
59507
59508 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
59509 Author: Wolfgang Denk <wd@denx.de>
59510 Date:   Sun Aug 12 21:34:34 2007 +0200
59511
59512     Minor alignment of output, 2nd try.
59513     Also update CHANGELOG
59514
59515     Signed-off-by: Wolfgang Denk <wd@denx.de>
59516
59517 commit 6b309f22a724fad8418e811751a0741b893419cf
59518 Author: Wolfgang Denk <wd@denx.de>
59519 Date:   Sun Aug 12 20:35:49 2007 +0200
59520
59521     Minor alignment of output
59522
59523     Signed-off-by: Wolfgang Denk <wd@denx.de>
59524
59525 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
59526 Author: Wolfgang Denk <wd@denx.de>
59527 Date:   Sun Aug 12 18:28:18 2007 +0200
59528
59529     Cleanup output on ADS5121 board
59530
59531     Signed-off-by: Wolfgang Denk
59532
59533 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
59534 Author: Wolfgang Denk <wd@denx.de>
59535 Date:   Sun Aug 12 15:11:38 2007 +0200
59536
59537     Adapt board configuration and fix kernel crash on MCC200 board.
59538
59539     The update procedure was modified to turn off the USB subsystem
59540     before exit for MCC200 and TRAB. This is necessary as otherwise the
59541     USB controller continues to write periodically to system memory!
59542
59543     MCC200-specific notes:
59544     - the patch disables the magic key check for MCC200
59545     - the patch contains the configuration changes made
59546       for the new revision of the board.
59547
59548     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
59549     Signed-off-by: Wolfgang Denk <wd@denx.de>
59550
59551 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
59552 Author: Wolfgang Denk <wd@denx.de>
59553 Date:   Sun Aug 12 14:47:54 2007 +0200
59554
59555     Adjust default configuration of ADS5121 board.
59556
59557     Signed-off-by: Wolfgang Denk <wd@denx.de>
59558
59559 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
59560 Author: Wolfgang Denk <wd@denx.de>
59561 Date:   Sun Aug 12 14:27:39 2007 +0200
59562
59563     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
59564
59565     Signed-off-by: Wolfgang Denk <wd@denx.de>
59566
59567 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
59568 Author: Gerald Van Baren <vanbaren@cideas.com>
59569 Date:   Tue Aug 7 21:14:22 2007 -0400
59570
59571     Improve error print messages.
59572
59573     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59574
59575 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
59576 Author: Kim Phillips <kim.phillips@freescale.com>
59577 Date:   Tue Jul 17 13:57:04 2007 -0500
59578
59579     fdt: allow for builds that don't want env and bd_t nodes
59580
59581     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
59582     area.
59583
59584     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59585
59586 commit 91148bf7aeba142d6f348805db7625db7da64d6f
59587 Author: Kim Phillips <kim.phillips@freescale.com>
59588 Date:   Tue Jul 17 13:56:53 2007 -0500
59589
59590     fdt: do board setup based on fdt address specified on bootm line
59591
59592     The last fdt patch to bootm did board setup based on the address
59593     specified by a prior fdt address command invocation.  The bootm
59594     code, as its call to fdt_chosen does, should use the fdt specified
59595     by the user on the bootm command.  Note this restores full
59596     functionality for the 8360's existing default boot environment
59597     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
59598     before booting a kernel).
59599
59600     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59601
59602 commit e125a2ffc209dd34794e326c7175658253beadf3
59603 Author: Gerald Van Baren <vanbaren@cideas.com>
59604 Date:   Tue Jul 10 20:40:39 2007 -0400
59605
59606     Call ft_board_setup() from the bootm command.
59607
59608     In the patch titled "Create new fdt boardsetup command..." I removed the
59609     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
59610     to add a direct call back into cmd_bootm.c
59611
59612     This fixes the oversight by adding the direct call to the bootm command.
59613
59614     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59615
59616 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
59617 Author: Gerald Van Baren <vanbaren@cideas.com>
59618 Date:   Mon Jun 25 23:25:28 2007 -0400
59619
59620     Create new fdt boardsetup command, fix bug parsing [] form of set values.
59621
59622     Previously ft_board_setup() was called by fdt_chosen() which was not
59623     really correctly structured.  This splits ft_board_setup() out by creating
59624     a new fdt boardsetup command.
59625
59626     Fix a bug when parsing fdt set command values which have the square
59627     bracket form [00 11 22 33] - the length was updated incorrectly in when
59628     parsing that form.
59629
59630     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59631
59632 commit 6f35ded9e85493595e0eb66a82b502a95326d049
59633 Author: Gerald Van Baren <vanbaren@cideas.com>
59634 Date:   Mon Jun 25 20:55:58 2007 -0400
59635
59636     Tighten up the error messages.
59637
59638     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59639
59640 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
59641 Author: Gerald Van Baren <vanbaren@cideas.com>
59642 Date:   Mon Jun 25 19:52:23 2007 -0400
59643
59644     Asthetic improvements: error messages and line lengths.
59645
59646     Tighten up the error messages, split overlength lines.
59647
59648     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59649
59650 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
59651 Author: Gerald Van Baren <vanbaren@cideas.com>
59652 Date:   Fri May 25 22:08:57 2007 -0400
59653
59654     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
59655
59656     The fdt_chosen() function was adding/seting some properties ad-hoc
59657       improperly and duplicated (poorly) what was done in ft_board_setup()
59658
59659     Clean up long lines (setting properties, printing errors).
59660
59661     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59662
59663 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
59664 Author: Gerald Van Baren <vanbaren@cideas.com>
59665 Date:   Mon May 21 23:27:16 2007 -0400
59666
59667     For fdt_find_node_by_path(), handle the root path properly.
59668
59669     Also removes the special case root path detection in cmd_fdt.c since it
59670     is no longer necessary.
59671
59672     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59673
59674 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
59675 Author: Gerald Van Baren <vanbaren@cideas.com>
59676 Date:   Thu May 17 23:54:36 2007 -0400
59677
59678     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
59679
59680     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
59681     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
59682
59683 commit 1a861169bc3758f9de3aead62b058736c6891246
59684 Author: Gerald Van Baren <vanbaren@cideas.com>
59685 Date:   Wed Jun 6 22:47:58 2007 -0400
59686
59687     Replace fdt_node_offset() with fdt_find_node_by_path().
59688
59689     The new name matches more closely the kernel's name, which is also
59690     a much better description.
59691
59692     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
59693     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
59694
59695 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
59696 Author: Gerald Van Baren <vanbaren@cideas.com>
59697 Date:   Wed May 16 22:39:59 2007 -0400
59698
59699     Fix cmd_fdt line lengths, refactor code.
59700
59701     Break lines that were greater than 80 characters in length.
59702     Move the fdt print and property parsing code to separate static functions
59703       to reduce coding clutter in the fdt_cmd handling body.
59704
59705     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59706
59707 commit 25114033ab21788810c48ba4df103b649da1223b
59708 Author: Gerald Van Baren <vanbaren@cideas.com>
59709 Date:   Sat May 12 09:47:25 2007 -0400
59710
59711     FDT command improvements.
59712
59713     Fix "fdt set" so that it will create a non-existing property.
59714     Add "fdt mknode" to create nodes.
59715
59716     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59717
59718 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
59719 Author: Gerald Van Baren <vanbaren@cideas.com>
59720 Date:   Sat May 12 09:45:46 2007 -0400
59721
59722     Reorganize and fix problems (returns) in the bootm command.
59723
59724     Do *NOT* return after the "point of no return" has been passed.
59725       If something goes wrong, the board must be reset after that point.
59726     Move the "Transferring control to Linux" debug message back to where it
59727       belongs: just before transferring control to linux.
59728
59729     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59730
59731 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
59732 Author: Gerald Van Baren <vanbaren@cideas.com>
59733 Date:   Tue May 8 21:27:35 2007 -0400
59734
59735     Fix bugs in the CONFIG_OF_LIBFDT
59736
59737     Stupid coding mistakes (identified by Timur Tabi, thanks).
59738
59739     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59740
59741 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
59742 Author: Gerald Van Baren <vanbaren@cideas.com>
59743 Date:   Wed Apr 25 22:47:15 2007 -0400
59744
59745     Improve fdt move length handling.
59746
59747     Make the length parameter optional: if not specified, do the move using
59748     the current size unchanged.
59749
59750     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59751
59752 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
59753 Author: Gerald Van Baren <vanbaren@cideas.com>
59754 Date:   Wed Apr 25 22:23:36 2007 -0400
59755
59756     Minor code clean up.
59757
59758     Declare the variable fdt properly as extern.
59759     Call the "set_fn" function pointer the "short way" without the full
59760       dereferencing syntax.
59761
59762     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59763
59764 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
59765 Author: Gerald Van Baren <vanbaren@cideas.com>
59766 Date:   Wed Apr 25 21:24:27 2007 -0400
59767
59768     Improve error messages, more informative.
59769
59770     Print more than the raw libfdt error message strings.  This is especially
59771     useful for cluing in the user when the bootm command aborts due to
59772     blob problems.
59773
59774     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59775
59776 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
59777 Author: Gerald Van Baren <vanbaren@cideas.com>
59778 Date:   Fri Apr 20 22:46:53 2007 -0400
59779
59780     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
59781
59782     This is the way u-boot reduces configured-out code.  At Wolfgang
59783     Grandegger and Wolfgang Denk's request, make libfdt conform.
59784
59785     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59786
59787 commit 923efd286411ed052d9e074f59f8986d6081061c
59788 Author: Bruce Adler <bruce.adler@ccpu.com>
59789 Date:   Fri Aug 10 14:54:47 2007 -0700
59790
59791     add image size and descriptors for Spartan 3E FPGA chips
59792
59793     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
59794
59795     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
59796
59797 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
59798 Author: Kim Phillips <kim.phillips@freescale.com>
59799 Date:   Fri Aug 10 15:34:48 2007 -0500
59800
59801     make MAKEALL more immune to merge conflicts
59802
59803     ..by placing board entries one per line, as suggested by jdl.
59804
59805     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59806
59807 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
59808 Author: Kim Phillips <kim.phillips@freescale.com>
59809 Date:   Fri Aug 10 13:28:25 2007 -0500
59810
59811     README: Remove outdated cpu type, board type, and NAME_config lists
59812
59813     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59814
59815 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
59816 Author: Dave Liu <r63238@freescale.com>
59817 Date:   Fri Aug 10 15:48:59 2007 +0800
59818
59819     mpc83xx: Suppress the warning 'burstlen'
59820
59821     suppress the warning 'burstlen' of spd_sdram.
59822
59823     Signed-off-by: Dave Liu <daveliu@freescale.com>
59824
59825 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
59826 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
59827 Date:   Thu Aug 9 15:11:03 2007 -0500
59828
59829     Add support for SBC8641D. Config files.
59830
59831     Add support for Wind River's SBC8641D reference board.
59832
59833     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
59834     Acked-by: Wolfgang Denk <wd@denx.de>
59835     Acked-by: Jon Loeliger <jdl@freescale.com>
59836
59837 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
59838 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
59839 Date:   Thu Aug 9 15:10:53 2007 -0500
59840
59841     Add support for SBC8641D.  Board files.
59842
59843     Add support for Wind River's SBC8641D reference board.
59844
59845     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
59846     Acked-by: Wolfgang Denk <wd@denx.de>
59847     Acked-by: Jon Loeliger <jdl@freescale.com>
59848
59849 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
59850 Author: Stefan Roese <sr@denx.de>
59851 Date:   Fri Aug 10 20:34:58 2007 +0200
59852
59853     Conding style cleanup
59854
59855     Signed-off-by: Stefan Roese <sr@denx.de>
59856
59857 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
59858 Author: Sergey Kubushyn <ksi@koi8.net>
59859 Date:   Fri Aug 10 20:26:18 2007 +0200
59860
59861     [ARM] TI DaVinci support, hopefully final
59862
59863     Add support for the following DaVinci boards:
59864     - DV_EVM
59865     - SCHMOOGIE
59866     - SONATA
59867
59868     Changes:
59869
59870     - Split into separate board directories
59871     - Removed changes to MTD_DEBUG (or whatever it's called)
59872     - New CONFIG_CMD party line followed
59873     - Some cosmetic fixes, cleanup etc.
59874     - Patches against the latest U-Boot tree as of now.
59875     - Fixed CONFIG_CMD_NET in net files.
59876     - Fixed CONFIG_CMD_EEPROM for schmoogie.
59877     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
59878        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
59879        but it at least compiles.
59880
59881     Here is an excerpt from session log on SCHMOOGIE...
59882
59883     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
59884
59885     DRAM:  128 MB
59886     NAND:  128 MiB
59887     In:    serial
59888     Out:   serial
59889     Err:   serial
59890     ARM Clock : 297MHz
59891     DDR Clock : 162MHz
59892     ETH PHY   : DP83848 @ 0x01
59893     U-Boot > iprobe
59894     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
59895     U-Boot > ping 192.168.253.10
59896     host 192.168.253.10 is alive
59897     U-Boot >
59898
59899     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
59900     Acked-by: Dirk Behme <dirk.behme@gmail.com>
59901     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
59902     Acked-by: Stefan Roese <sr@denx.de>
59903
59904 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
59905 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59906 Date:   Fri Jul 27 01:50:45 2007 -0500
59907
59908     fsl_pci_init cleanup.
59909
59910     Do not enable normal errors created during probe (master abort, perr,
59911     and pcie Invalid Configuration access).
59912
59913     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
59914
59915     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59916     Acked-by: Andy Fleming <afleming@freescale.com>
59917
59918 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
59919 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
59920 Date:   Fri Jul 27 01:50:44 2007 -0500
59921
59922     pciauto_setup_device bars_num fix
59923
59924     Passing bars_num=0 to pciauto_setup_device should assign no bars.
59925
59926     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59927     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59928     Acked-by: Andy Fleming <afleming@freescale.com>
59929
59930 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
59931 Author: Jon Loeliger <jdl@freescale.com>
59932 Date:   Mon Aug 6 17:39:44 2007 -0500
59933
59934     8641hpcn: Do correct sized pointer math.
59935
59936     When I rebased Ed's patch and cleaned up a few compilation
59937     problems, I apparently rebased my brain on crack first.
59938     Fix that by doing (char *) sized pointer math as needed.
59939
59940     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59941
59942 commit cfc7a7f5bb3273c9951173c788001d45118f141f
59943 Author: Jon Loeliger <jdl@freescale.com>
59944 Date:   Thu Aug 2 14:42:20 2007 -0500
59945
59946     cpu/86xx fixes.
59947
59948     Remove rev 1 fixes.
59949     Always set PICGCR_MODE.
59950     Enable machine check and provide board config option
59951     to set and handle SoC error interrupts.
59952
59953     Include MSSSR0 in error message.
59954
59955     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
59956
59957     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
59958     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59959
59960 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
59961 Author: Stefan Roese <sr@denx.de>
59962 Date:   Fri Aug 10 10:42:25 2007 +0200
59963
59964     Coding style cleanup
59965
59966     Signed-off-by: Stefan Roese <sr@denx.de>
59967
59968 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
59969 Author: Dirk Behme <dirk.behme@googlemail.com>
59970 Date:   Thu Aug 2 17:42:08 2007 +0200
59971
59972     Make use of generic 64bit division in nand_util.c
59973
59974     Use generic 64bit division in nand_util.c. This makes nand_util.c
59975     independent of any toolchain 64bit division.
59976
59977     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
59978
59979 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
59980 Author: Dirk Behme <dirk.behme@googlemail.com>
59981 Date:   Thu Aug 2 17:41:14 2007 +0200
59982
59983     Move 64bit division from avr32 to generic lib
59984
59985     Move the 64bit division from lib_avr32 to lib_generic. With this, all
59986     boards can do_div/__div64_32 if needed, not only avr one. Code is put
59987     to lib_generic, so no larger memory footprint if not used. No code
59988     modifications. Thanks for proposal by HĂ¥vard Skinnemoen.
59989
59990     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
59991
59992 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
59993 Author: Niklaus Giger <niklausgiger@gmx.ch>
59994 Date:   Fri Jul 27 11:31:22 2007 +0200
59995
59996     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
59997
59998     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
59999
60000 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
60001 Author: Niklaus Giger <niklausgiger@gmx.ch>
60002 Date:   Fri Jul 27 11:30:33 2007 +0200
60003
60004     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
60005
60006     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
60007
60008 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
60009 Author: Niklaus Giger <niklausgiger@gmx.ch>
60010 Date:   Fri Jul 27 11:38:26 2007 +0200
60011
60012     Add PPC4xx-HCU4 and HCU5 boards: common files
60013
60014     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
60015
60016 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
60017 Author: Niklaus Giger <niklausgiger@gmx.ch>
60018 Date:   Fri Jul 27 11:28:44 2007 +0200
60019
60020     Add PPC4xx-HCU4 and HCU5 boards: make related
60021
60022     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
60023
60024 commit 137fdd9f474ecb853efdace5200576308c67f18d
60025 Author: Niklaus Giger <niklausgiger@gmx.ch>
60026 Date:   Fri Jul 27 11:28:03 2007 +0200
60027
60028     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
60029
60030     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
60031
60032 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
60033 Author: Niklaus Giger <niklausgiger@gmx.ch>
60034 Date:   Fri Jul 27 11:27:15 2007 +0200
60035
60036     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
60037
60038     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
60039
60040 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
60041 Author: Niklaus Giger <niklausgiger@gmx.ch>
60042 Date:   Fri Jul 27 11:25:31 2007 +0200
60043
60044     Add PPC4xx-HCU4 and HCU5 boards: READMEs
60045
60046     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
60047
60048 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
60049 Author: Niklaus Giger <niklausgiger@gmx.ch>
60050 Date:   Fri Jul 27 11:37:40 2007 +0200
60051
60052     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
60053
60054     This series of patches adds support for 2 boards from Netstal Maschinen.
60055
60056     The HCU4 has a PPC405Gpr and
60057     the HCU5 has a PPC440EPX.
60058
60059     The HCU4 has a somehow complicated flash setup, as the booteprom is
60060     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
60061     elegant solution.
60062
60063     The HCU5 has only a booteprom as the whole code will be downloaded from a
60064     different board which has HD, CD-ROM, etc and where all code is stored.
60065
60066     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
60067     Thanks them a lot.
60068
60069     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
60070
60071 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
60072 Author: Stefan Roese <sr@denx.de>
60073 Date:   Fri Aug 10 08:42:55 2007 +0200
60074
60075     ppc4xx: Update lwmon5 POST configuration
60076
60077     Signed-off-by: Stefan Roese <sr@denx.de>
60078
60079 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
60080 Author: Yuri Tikhonov <yur@emcraft.com>
60081 Date:   Fri Aug 10 08:25:22 2007 +0200
60082
60083     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
60084
60085     The patch adds support for UART POST on ppc44x-based boards with no
60086     external serial clocks installed.
60087
60088     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
60089     Acked-by: Stefan Roese <sr@denx.de>
60090
60091 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
60092 Author: Kim Phillips <kim.phillips@freescale.com>
60093 Date:   Mon Aug 6 18:18:34 2007 -0500
60094
60095     mpc83xx: fix ITX[GP] O=builddir builds
60096
60097     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
60098
60099     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
60100     "BUILD_DIR=<some dir> ./MAKEALL ..."
60101
60102     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60103
60104 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
60105 Author: Dave Liu <r63238@freescale.com>
60106 Date:   Wed Aug 1 15:00:59 2007 +0800
60107
60108     mpc83xx: Correct the README for DDR ECC
60109
60110     Update the README for DDR ECC, change the name
60111     to README.mpc83xx.ddrecc.
60112
60113     Signed-off-by: Dave Liu <daveliu@freescale.com>
60114     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60115
60116 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
60117 Author: Dave Liu <r63238@freescale.com>
60118 Date:   Wed Aug 1 15:00:15 2007 +0800
60119
60120     mpc83xx: Consolidate the ECC support of 83xx
60121
60122     Remove the duplicated source code of ecc command on the <board>.c,
60123     for reused, move these code to cpu/mpc83xx directory.
60124
60125     Signed-off-by: Dave Liu <daveliu@freescale.com>
60126     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60127
60128 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
60129 Author: Dave Liu <r63238@freescale.com>
60130 Date:   Sat Aug 4 13:37:39 2007 +0800
60131
60132     mpc83xx: Correct the burst length for DDR2 with 32 bits
60133
60134     The burst length should be 4 for DDR2 with 32 bits bus
60135
60136     Signed-off-by: Dave Liu <daveliu@freescale.com>
60137
60138 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
60139 Author: Kim Phillips <kim.phillips@freescale.com>
60140 Date:   Wed Jul 25 19:25:33 2007 -0500
60141
60142     mpc83xx: add support for the MPC8323E RDB
60143
60144     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
60145     five 10/100 ethernet ports connected via an ICPlus IP175C
60146     switch, one PCI slot, and serial.  Features not supported
60147     in this patch are SD card interface, 2 USB ports, and the
60148     two phone ports.
60149
60150     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
60151     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60152
60153 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
60154 Author: Kim Phillips <kim.phillips@freescale.com>
60155 Date:   Wed Jul 25 19:25:28 2007 -0500
60156
60157     mpc83xx: fixup generic pci for libfdt
60158
60159     add libfdt support to the generic 83xx pci code
60160
60161     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60162
60163 commit f57ac7a7b37109245b69db80839ebee26179966a
60164 Author: Kim Phillips <kim.phillips@freescale.com>
60165 Date:   Wed Jul 25 19:25:22 2007 -0500
60166
60167     mpc83xx: fix 8360 and cpu functions to update fdt being passed
60168
60169     ..and not the global fdt. Rename local fdt vars to blob so as not to
60170     be confused with the global var with the same three-letter name.
60171
60172     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60173
60174 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
60175 Author: Jerry Van Baren <gvb.uboot@gmail.com>
60176 Date:   Wed Jul 4 21:34:24 2007 -0400
60177
60178     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
60179
60180     Several node strings were not correct (trailing slashes and properties
60181       in the strings)
60182     Added setting of the timebase-frequency.
60183     Improved error messages and use debug() instead of printf().
60184
60185     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
60186     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60187
60188 commit 26d02c9bbac1751c5e19294f000100b48d43a920
60189 Author: Jerry Van Baren <gvb.uboot@gmail.com>
60190 Date:   Wed Jul 4 21:27:30 2007 -0400
60191
60192     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
60193
60194     The new name matches more closely the kernel's name, which is also
60195     a much better description.
60196
60197     These are the mpc83xx changes made necessary by the function name change.
60198
60199     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
60200     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
60201     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60202
60203 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
60204 Author: Dave Liu <daveliu@freescale.com>
60205 Date:   Mon Jun 25 10:41:56 2007 +0800
60206
60207     mpc83xx: Add support for the display of reset status
60208
60209     83xx processor family has many reset sources, such as
60210     power on reset, software hard reset, software soft reset,
60211     JTAG, bus monitor, software watchdog, check stop reset,
60212     external hard reset, external software reset.
60213     sometimes, to figure out the fault of system, we need to
60214     know the cause of reset early before the prompt of
60215     u-boot present.
60216
60217     Signed-off-by: Dave Liu <daveliu@freescale.com>
60218     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60219
60220 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
60221 Author: Dave Liu <daveliu@freescale.com>
60222 Date:   Mon Jun 25 10:41:04 2007 +0800
60223
60224     mpc83xx: Fix the align bug of SDMA buffer
60225
60226     According to the latest user manual, the SDMA temporary
60227     buffer base address must be 4KB aligned.
60228
60229     Signed-off-by: Dave Liu <daveliu@freescale.com>
60230     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60231
60232 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
60233 Author: Dave Liu <daveliu@freescale.com>
60234 Date:   Mon Jun 25 13:21:12 2007 +0800
60235
60236     mpc83xx: Revise the MPC8360EMDS readme doc
60237
60238     When the rev2.x silicon mount on the MPC8360EMDS baord,
60239     and if you are using the u-boot version after the commit
60240     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
60241     to make the ethernet interface usable, we have to setup
60242     the jumpers correctly.
60243
60244     Signed-off-by: Dave Liu <daveliu@freescale.com>
60245     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60246
60247 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
60248 Author: Timur Tabi <timur@freescale.com>
60249 Date:   Tue Jul 3 13:46:32 2007 -0500
60250
60251     FSL I2C driver programs the two I2C busses differently
60252
60253     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
60254     The second I2C bus has its slave address programmed incorrectly and is
60255     missing a 5-us delay.
60256
60257     Signed-off-by: Timur Tabi <timur@freescale.com>
60258     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60259
60260 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
60261 Author: Timur Tabi <timur@freescale.com>
60262 Date:   Tue Jul 3 13:04:34 2007 -0500
60263
60264     Update SCCR programming in cpu_init_f() to support all 83xx processors
60265
60266     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
60267     bitfields for all 83xx processors.  The code to update some bitfields was
60268     compiled only on some processors.  Now, the bitfields are programmed as long
60269     as the corresponding CFG_SCCR option is defined in the board header file.
60270     This means that the board header file should not define any CFG_SCCR macros
60271     for bitfields that don't exist on that processor, otherwise the SCCR will be
60272     programmed incorrectly.
60273
60274     Signed-off-by: Timur Tabi <timur@freescale.com>
60275     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60276
60277 commit 9546266999f0b9b51372636614211b88d90f0f25
60278 Author: Martin Krause <martin.krause@tqs.de>
60279 Date:   Fri Jun 22 13:04:22 2007 +0200
60280
60281     TQM834x: cleanup configuraton
60282
60283     Remove irritating #undef DEBUG
60284
60285     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60286     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60287
60288 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
60289 Author: david.saada <David.Saada@ecitele.com>
60290 Date:   Mon Jun 18 09:09:53 2007 -0700
60291
60292     MPC83xx: Fix makefile to generate config.h file in the build directory
60293
60294     MPC83xx: Fix the Makefile config sections to generate the include/config.h
60295     file in the build directory instead of the source directory.
60296
60297     Signed-off-by: David Saada <david.saada@ecitele.com>
60298     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60299
60300 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
60301 Author: Lee Nipper <Lee.Nipper@freescale.com>
60302 Date:   Thu Jun 14 20:07:33 2007 -0500
60303
60304     mpc83xx: Add support for 8360 silicon revision 2.1
60305
60306     This change adds 8360 silicon revision 2.1 support to u-boot.
60307
60308     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
60309     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60310
60311 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
60312 Author: Kumar Gala <galak@kernel.crashing.org>
60313 Date:   Wed Aug 8 04:14:28 2007 -0500
60314
60315     Treat ppc64 host as ppc
60316
60317     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60318
60319 commit 0dc4279b08ff82472bec2e2c90858602459febe8
60320 Author: Jason Jin <Jason.jin@freescale.com>
60321 Date:   Wed Aug 8 09:01:46 2007 +0800
60322
60323     Minor fix for bios emulator makefile
60324
60325     Add $(obj) to LIB avoiding objects be built in the source dir
60326
60327     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
60328
60329 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
60330 Author: Jason Jin <Jason.jin@freescale.com>
60331 Date:   Wed Aug 8 08:33:11 2007 +0800
60332
60333     Add CONFIG_BIOSEMU define to guard all the bios emulator code
60334
60335     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
60336
60337     This patch fix the compile issue on the board that did not enable the bios emulator
60338
60339 commit ed8106433522f2ea8933e9808346860d061d7731
60340 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
60341 Date:   Tue Jul 31 12:27:25 2007 -0500
60342
60343     tsec: fix multiple PHY support
60344
60345     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
60346     broke multiple PHY support in tsec.c.  This fixes it.
60347
60348     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
60349     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60350
60351 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
60352 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
60353 Date:   Thu Aug 9 09:08:18 2007 -0500
60354
60355     tsec: Allow Ten Bit Interface address to be configurable
60356
60357     Allow the address of the Ten Bit Interface (TBI) to be changed in the
60358     event of a conflict with another device.
60359
60360     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
60361
60362 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
60363 Author: Stefan Roese <sr@denx.de>
60364 Date:   Wed Aug 8 09:54:26 2007 +0200
60365
60366     Coding style cleanup
60367
60368     Signed-off-by: Stefan Roese <sr@denx.de>
60369
60370 commit a41de1f0d373e09c782dea558385a06247111ba5
60371 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60372 Date:   Sun Aug 5 05:15:18 2007 -0500
60373
60374     Port enabled for I2C signals and chipselects port configuration.
60375
60376     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60377
60378 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
60379 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60380 Date:   Sun Aug 5 04:31:18 2007 -0500
60381
60382     Added NAND support
60383
60384     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60385
60386 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
60387 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60388 Date:   Sun Aug 5 04:11:20 2007 -0500
60389
60390     Added I2C support
60391
60392     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60393
60394 commit 99c03c175d2689093176facf17c58ce2cb320001
60395 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60396 Date:   Sun Aug 5 03:58:52 2007 -0500
60397
60398     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
60399
60400     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60401
60402 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
60403 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60404 Date:   Sun Aug 5 03:55:21 2007 -0500
60405
60406     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
60407
60408     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60409
60410 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
60411 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60412 Date:   Sun Aug 5 03:43:30 2007 -0500
60413
60414     Moved sync() from board file to include/asm-m68k/io.h
60415
60416     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60417
60418 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
60419 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60420 Date:   Sun Aug 5 03:30:44 2007 -0500
60421
60422     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
60423
60424     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60425
60426 commit 9998bd37ead85e93953559720710d3b0685c81e6
60427 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60428 Date:   Sun Aug 5 03:19:10 2007 -0500
60429
60430     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
60431
60432     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
60433
60434 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
60435 Author: Jason Jin <Jason.jin@freescale.com>
60436 Date:   Tue Aug 7 16:17:06 2007 +0800
60437
60438     Add CONFIG_BIOSEMU define to guard all the bios emulator code
60439
60440     This patch fix the compile issue on the board that did not enable the bios emulator
60441
60442 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
60443 Author: Wolfgang Denk <wd@denx.de>
60444 Date:   Tue Aug 7 16:02:13 2007 +0200
60445
60446     Fix missing brace error in fs/fat/fat.c
60447     [pointed out by Roderik Wildenburg]
60448
60449     Signed-off-by: Wolfgang Denk <wd@denx.de>
60450
60451 commit 706714d97a0d08d59eda4de2268c39f504688329
60452 Author: Michal Simek <monstr@monstr.eu>
60453 Date:   Mon Aug 6 23:41:53 2007 +0200
60454
60455     [FIX] remove cute code
60456
60457 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
60458 Author: Michal Simek <monstr@monstr.eu>
60459 Date:   Mon Aug 6 23:35:26 2007 +0200
60460
60461     [FIX] Fix romfs code
60462
60463 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
60464 Author: Michal Simek <monstr@monstr.eu>
60465 Date:   Mon Aug 6 23:31:49 2007 +0200
60466
60467     [FIX] Coding style cleanup - Wolfgang's suggestions
60468
60469 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
60470 Author: Wolfgang Denk <wd@denx.de>
60471 Date:   Mon Aug 6 23:21:05 2007 +0200
60472
60473     Fixed typo in README (pointed out by Martin Jost).
60474
60475     Signed-off-by: Wolfgang Denk <wd@denx.de>
60476
60477 commit 537223afa61f64480df31ce440a9cb386df4a814
60478 Author: Stefan Roese <sr@denx.de>
60479 Date:   Mon Aug 6 21:10:17 2007 +0200
60480
60481     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
60482
60483     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
60484     here an updated Bamboo README.
60485
60486     Signed-off-by: Stefan Roese <sr@denx.de>
60487
60488 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
60489 Author: Wolfgang Denk <wd@denx.de>
60490 Date:   Mon Aug 6 02:17:36 2007 +0200
60491
60492     Coding style cleanup. Update CHANGELOG.
60493
60494     Signed-off-by: Wolfgang Denk <wd@denx.de>
60495
60496 commit 221838cc7eb178370ff62aa05920a582e12ac322
60497 Author: Jason Jin <Jason.jin@freescale.com>
60498 Date:   Tue Jul 10 09:03:22 2007 +0800
60499
60500     Remove the bios emulator from MAI board.
60501
60502     The bios emulator in the MAI board can not pass compile
60503     and have a lot of crap in it. remove it and will have a
60504     clean and small bios emulator in the drivers directory
60505     which can be uesed for every board.
60506
60507     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
60508
60509 commit 5618332409bb96f4448d1712899369fc80c0b489
60510 Author: Jason Jin <Jason.jin@freescale.com>
60511 Date:   Fri Jul 13 12:14:59 2007 +0800
60512
60513     Fix some compile issues for MAI board.
60514
60515     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
60516
60517 commit 0f460a1ee148b648ee242c3157650287d4296260
60518 Author: Jason Jin <Jason.jin@freescale.com>
60519 Date:   Fri Jul 13 12:14:58 2007 +0800
60520
60521     Configurations for ATI video card BIOS emulator
60522
60523     This patch add definition of the BIOS emulator and the ATI framebuffer
60524     driver for MPC8641HPCN board.
60525
60526     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
60527     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
60528
60529 commit ece92f85053b8df613edcf05b26a416cbc3d629c
60530 Author: Jason Jin <Jason.jin@freescale.com>
60531 Date:   Fri Jul 6 08:34:56 2007 +0800
60532
60533     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
60534     ATI video card BIOS. and can be used for x86 code emulation by some
60535     modifications.
60536
60537     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
60538
60539 commit 5072188acabde3178fac7f5a597150e6e74fd40c
60540 Author: Jason Jin <Jason.jin@freescale.com>
60541 Date:   Fri Jul 6 08:33:33 2007 +0800
60542
60543     This is a framebuffer driver for ATI video card, can work for PCI9200,
60544     X300, X700, X800 ATI video cards.
60545
60546     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
60547     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
60548
60549 commit 5728be389e65fd47f34b33c2596271eb4db751ae
60550 Author: Wolfgang Denk <wd@denx.de>
60551 Date:   Mon Aug 6 01:01:49 2007 +0200
60552
60553     Coding style cleanup. Update CHANGELOG.
60554
60555     Signed-off-by: Wolfgang Denk <wd@denx.de>
60556
60557 commit 8092fef4c29b395958bb649647da7e3775731517
60558 Author: Martin Krause <Martin.Krause@tqs.de>
60559 Date:   Tue Dec 12 14:26:01 2006 +0100
60560
60561     Add functions to list of exported functions
60562
60563     Additionally export the following fuctions (to make trab_config build again):
60564     - simple_strtol()
60565     - strcmp()
60566
60567     Also bump the ABI version to reflect this change
60568
60569     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60570
60571 commit 63cec5814fab5d2b1c86982327433807a5ac0249
60572 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
60573 Date:   Thu Aug 2 14:09:49 2007 -0500
60574
60575     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
60576
60577     All of the PCI/PCI-Express driver and initialization code that
60578     was in the MPC8641HPCN port has now been moved into the common
60579     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
60580     utilized by the 85xx ports as well.
60581
60582     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
60583
60584     Also enable the second PCI-Express controller on 8641
60585     by getting its BATS and CFG_ setup right.
60586
60587     Fixed a u16 vendor compiler warning in AHCI driver too.
60588
60589     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
60590     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
60591     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60592
60593 commit a274ca4f6d68830e7c916f897561cff8c4101c38
60594 Author: Michal Simek <monstr@monstr.eu>
60595 Date:   Sun Aug 5 22:33:05 2007 +0200
60596
60597     [FIX] Coding style cleanup
60598
60599 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
60600 Author: Michal Simek <monstr@monstr.eu>
60601 Date:   Sun Aug 5 16:13:31 2007 +0200
60602
60603     [FIX] Xilinx Uartlite driver
60604     Because PPC405 can use UARTLITE serial interface and
60605     Microblaze can use Uart16550 serial interface not only Uartlite.
60606
60607 commit 98889edd50aadf862071eb5664747ad0d568a20e
60608 Author: Michal Simek <monstr@monstr.eu>
60609 Date:   Sun Aug 5 15:54:53 2007 +0200
60610
60611     [FIX] Change configuration for XUPV2P Microblaze board
60612
60613 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
60614 Author: Michal Simek <monstr@monstr.eu>
60615 Date:   Sun Aug 5 15:53:50 2007 +0200
60616
60617     [PATCH] Added support for Xilinx Emac community driver
60618
60619 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
60620 Author: Bartlomiej Sieka <tur@semihalf.com>
60621 Date:   Fri Aug 3 12:08:16 2007 +0200
60622
60623     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
60624
60625     Add the ability for modules from the Schindler cm5200 family to use a
60626     single U-Boot image:
60627     - rename cm1_qp1 to cm5200
60628     - add run-time module detection
60629     - parametrize SDRAM configuration according to the module we are running on
60630
60631     Few minor, board-specific fixes included in this patch:
60632     - better MAC address handling
60633     - updated default environment ('update' command uses +{filesize} now)
60634     - improved error messages in the auto-update code
60635     - allow booting U-Boot from RAM (CFG_RAMBOOT)
60636
60637     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
60638     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
60639     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
60640
60641 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
60642 Author: Andy Fleming <afleming@freescale.com>
60643 Date:   Fri Aug 3 04:05:25 2007 -0500
60644
60645     Add Marvell 1149 PHY support to the TSEC
60646
60647 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
60648 Author: Wolfgang Denk <wd@denx.de>
60649 Date:   Thu Aug 2 21:27:46 2007 +0200
60650
60651     Coding style cleanup, update CHANGELOG
60652
60653     Signed-off-by: Wolfgang Denk <wd@denx.de>
60654
60655 commit 63e22764d2f8653f68888c667eb65b3996b52680
60656 Author: Wolfgang Denk <wd@denx.de>
60657 Date:   Thu Aug 2 10:11:18 2007 +0200
60658
60659     Minor cleanup of <board>_nand build rules.
60660
60661 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
60662 Author: Stefan Roese <sr@denx.de>
60663 Date:   Thu Aug 2 08:33:56 2007 +0200
60664
60665     ppc4xx: Code cleanup
60666
60667     Signed-off-by: Stefan Roese <sr@denx.de>
60668
60669 commit c92409812206ac67a7fa7aae298539a9c3804a46
60670 Author: Grzegorz Bernacki <gjb@semihalf.com>
60671 Date:   Tue Jul 31 18:51:48 2007 +0200
60672
60673     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
60674
60675     During config transactions on the PCIe bus an attempt to scan for a
60676     non-existent device can lead to a machine check exception with certain
60677     peripheral devices. In order to avoid crashing in such scenarios the
60678     instrumented versions of the config cycle read routines are introduced, so
60679     the exceptions fixups framework can gracefully recover.
60680
60681     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
60682     Acked-by: Rafal Jaworowski <raj@semihalf.com>
60683
60684 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
60685 Author: Rafal Jaworowski <raj@semihalf.com>
60686 Date:   Tue Jul 31 18:19:54 2007 +0200
60687
60688     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
60689
60690     This brings back separate settings for PCIe bus numbers depending on chip
60691     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
60692     commit. 440SPe rev. A does NOT work properly with the same settings as for
60693     the rev. B (no devices are seen on the bus during enumeration).
60694
60695     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
60696
60697 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
60698 Author: Wolfgang Denk <wd@denx.de>
60699 Date:   Thu Aug 2 00:48:45 2007 +0200
60700
60701     Fix build errors and warnings / code cleanup.
60702
60703     Signed-off-by: Wolfgang Denk <wd@denx.de>
60704
60705 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
60706 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
60707 Date:   Tue Jul 31 10:24:56 2007 +0200
60708
60709     ppc4xx: Update AMCC Bamboo 440EP support
60710
60711     Changed storage type of cfg_simulate_spd_eeprom to const
60712     Changed storage type of gpio_tab to stack storage
60713     (Cannot access global data declarations in .bss until afer code relocation)
60714
60715     Improved SDRAM tests to catch problems where data is not uniquely addressable
60716     (e.g. incorrectly programmed SDRAM row or columns)
60717
60718     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
60719     Fixed AM29LV320DT (OpCode Flash) sector map
60720
60721     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
60722     Signed-off-by: Stefan Roese <sr@denx.de>
60723
60724 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
60725 Author: Stefan Roese <sr@denx.de>
60726 Date:   Tue Jul 31 08:37:01 2007 +0200
60727
60728     ppc4xx: Update 440EPx lwmon5 board support
60729
60730     - Clear ECC status regs after ECC POST test
60731     - Set dcbz for ECC generation with caches enabled as default
60732     - Code cleanup
60733
60734     Signed-off-by: Stefan Roese <sr@denx.de>
60735
60736 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
60737 Author: Stefan Roese <sr@denx.de>
60738 Date:   Mon Jul 30 11:04:57 2007 +0200
60739
60740     ppc4xx: Only print ECC related info when the error bis are set
60741
60742     Signed-off-by: Stefan Roese <sr@denx.de>
60743
60744 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
60745 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60746 Date:   Fri Jul 27 16:44:31 2007 +0200
60747
60748     new FPGA image for PLU405 board
60749
60750     new FPGA image for PLU405 board with improved CompactFlash timing
60751
60752     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60753
60754 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
60755 Author: Rafal Jaworowski <raj@semihalf.com>
60756 Date:   Fri Jul 27 14:43:59 2007 +0200
60757
60758     [ADS5121] Support for the ADS5121 board
60759
60760     The following MPC5121e subsystems are supported:
60761
60762     - low-level CPU init
60763     - NOR Boot Flash (common CFI driver)
60764     - DDR SDRAM
60765     - FEC
60766     - I2C
60767     - Watchdog
60768
60769     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
60770     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
60771     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
60772
60773 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
60774 Author: Rafal Jaworowski <raj@semihalf.com>
60775 Date:   Fri Jul 27 14:22:04 2007 +0200
60776
60777     [PPC] Remove unused MSR_USER definition
60778
60779     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
60780
60781 commit d4024bb72dd81695ec099b2199eda0d27c623e62
60782 Author: John Otken <john@softadvances.com>
60783 Date:   Thu Jul 26 17:49:11 2007 +0200
60784
60785     ppc4xx: Add support for AMCC 405EP Taihu board
60786
60787     Signed-off-by: John Otken <john@softadvances.com>
60788
60789 commit b66091de6c7390620312c2501db23d8391e7cabb
60790 Author: Anatolij Gustschin <agust@denx.de>
60791 Date:   Thu Jul 26 15:08:01 2007 +0200
60792
60793     ppc4xx: lwmon5: Update Lime initialization
60794
60795     Change Lime SDRAM initialization to now support 100MHz and
60796     133MHz (if enabled). Also the framebuffer is initialized to
60797     display a blue rectangle with a white border.
60798
60799     Signed-off-by: Anatolij Gustschin <agust@denx.de>
60800     Signed-off-by: Stefan Roese <sr@denx.de>
60801
60802 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
60803 Author: Stefan Roese <sr@denx.de>
60804 Date:   Tue Jul 24 09:52:52 2007 +0200
60805
60806     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
60807
60808     The used Intel NOR FLASH chips have internally two dies, and are now
60809     treated as two seperate chips.
60810
60811     Signed-off-by: Stefan Roese <sr@denx.de>
60812
60813 commit aedf5bde179ecfbd0a96130d18996a96518b785f
60814 Author: Stefan Roese <sr@denx.de>
60815 Date:   Tue Jul 24 07:20:09 2007 +0200
60816
60817     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
60818
60819     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
60820     interrupt controller.
60821
60822     Signed-off-by: Stefan Roese <sr@denx.de>
60823
60824 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
60825 Author: Stefan Roese <sr@denx.de>
60826 Date:   Fri Jul 20 15:03:44 2007 +0200
60827
60828     ppc4xx: Fix bug with default GPIO output value
60829
60830     As spotted by Matthias Fuchs, the default output values for all GPIO1
60831     outputs were not setup correctly. This patch fixes this issue.
60832
60833     Signed-off-by: Stefan Roese <sr@denx.de>
60834
60835 commit 531e3e8b831f357056448fa573137d5fb37000fd
60836 Author: Pavel Kolesnikov <concord@emcraft.com>
60837 Date:   Fri Jul 20 15:03:03 2007 +0200
60838
60839     POST: Add ECC POST for the lwmon5 board
60840
60841     This patch adds ECC Post test for the Lwmon5 board based
60842     on PPC440EPx to U-Boot.
60843
60844     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
60845     Acked-by: Yuri Tikhonov <yur@emcraft.com>
60846     Acked-by: Stefan Roese <sr@denx.de>
60847
60848 commit cc3023b9f95d7ac959a764471a65001062aecf41
60849 Author: Rafal Jaworowski <raj@semihalf.com>
60850 Date:   Thu Jul 19 17:12:28 2007 +0200
60851
60852     Fix breakage of 8xx boards from recent commit.
60853
60854     This patch fixes the negative consequences for 8xx of the recent
60855     "ppc4xx: Clean up 440 exceptions handling" commit.
60856
60857     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
60858
60859 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
60860 Author: Stefan Roese <sr@denx.de>
60861 Date:   Mon Jul 16 13:11:12 2007 +0200
60862
60863     Coding style cleanup
60864
60865     Signed-off-by: Stefan Roese <sr@denx.de>
60866
60867 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
60868 Author: Stefan Roese <sr@denx.de>
60869 Date:   Mon Jul 16 10:02:12 2007 +0200
60870
60871     ppc4xx: Code cleanup
60872
60873     Signed-off-by: Stefan Roese <sr@denx.de>
60874
60875 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
60876 Author: Stefan Roese <sr@denx.de>
60877 Date:   Mon Jul 16 10:01:38 2007 +0200
60878
60879     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
60880
60881     Signed-off-by: Stefan Roese <sr@denx.de>
60882
60883 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
60884 Author: Stefan Roese <sr@denx.de>
60885 Date:   Mon Jul 16 10:00:43 2007 +0200
60886
60887     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
60888
60889     The new boardspecific DDR2 controller configuration is used for the Yucca
60890     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
60891
60892     Signed-off-by: Stefan Roese <sr@denx.de>
60893
60894 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
60895 Author: Stefan Roese <sr@denx.de>
60896 Date:   Mon Jul 16 09:57:00 2007 +0200
60897
60898     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
60899
60900     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
60901     support non default, boardspecific DDR(2) controller configuration.
60902
60903     Signed-off-by: Stefan Roese <sr@denx.de>
60904
60905 commit 5743a9207a370b90f09b20ebd61167c806b937f3
60906 Author: Stefan Roese <sr@denx.de>
60907 Date:   Mon Jul 16 08:53:51 2007 +0200
60908
60909     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
60910
60911     The new function remove_tlb() can be used to remove the TLB's used to
60912     map a specific memory region. This is especially useful for the DDR(2)
60913     setup routines which configure the SDRAM area temporarily as a cached
60914     area (for speedup on auto-calibration and ECC generation) and later
60915     need this area uncached for normal usage.
60916
60917     Signed-off-by: Stefan Roese <sr@denx.de>
60918
60919 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
60920 Author: Michal Simek <monstr@monstr.eu>
60921 Date:   Mon Jul 16 00:31:07 2007 +0200
60922
60923     [PATCH] Support for Xilinx EmacLite controller
60924
60925 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
60926 Author: Wolfgang Denk <wd@denx.de>
60927 Date:   Sat Jul 14 22:51:02 2007 +0200
60928
60929     Update CHANGELOG
60930
60931     Signed-off-by: Wolfgang Denk <wd@denx.de>
60932
60933 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
60934 Author: Michal Simek <monstr@monstr.eu>
60935 Date:   Sat Jul 14 13:11:28 2007 +0200
60936
60937     [FIX] support for simply measuring time
60938
60939 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
60940 Author: Michal Simek <monstr@monstr.eu>
60941 Date:   Sat Jul 14 12:41:23 2007 +0200
60942
60943     [FS] Added support for ROMFS
60944
60945 commit 011595307731a7a67a7445d107c279d031e8ab97
60946 Author: Heiko Schocher <hs@pollux.denx.de>
60947 Date:   Sat Jul 14 01:06:58 2007 +0200
60948
60949     [PCS440EP]  - fix compile error, if BUILD_DIR is used
60950
60951 commit 5a2f1098d81ad58b309e5e558d0492643166a799
60952 Author: Michal Simek <monstr@monstr.eu>
60953 Date:   Sat Jul 14 00:18:48 2007 +0200
60954
60955     [PATCH] Support time without timer
60956
60957 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
60958 Author: Michal Simek <monstr@monstr.eu>
60959 Date:   Fri Jul 13 21:43:55 2007 +0200
60960
60961     [PATCH] Remove problem with disabled BARREL SHIFTER
60962
60963 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
60964 Author: Michal Simek <monstr@monstr.eu>
60965 Date:   Fri Jul 13 21:41:44 2007 +0200
60966
60967     [FIX] correct help for rspr
60968
60969 commit fad63407154f46246ce80d53a9c669a44362ac67
60970 Author: Heiko Schocher <hs@pollux.denx.de>
60971 Date:   Fri Jul 13 09:54:17 2007 +0200
60972
60973     make show_boot_progress () weak.
60974
60975     Signed-off-by: Heiko Schocher <hs@denx.de>
60976
60977 commit 907902472391b6ca1876ec300687562ecaf459b1
60978 Author: Heiko Schocher <hs@pollux.denx.de>
60979 Date:   Fri Jul 13 08:26:05 2007 +0200
60980
60981     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
60982                 - fix compile error, if BUILD_DIR is used
60983
60984     Signed-off-by: Heiko Schocher <hs@denx.de>
60985
60986 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
60987 Author: Stefan Roese <sr@denx.de>
60988 Date:   Thu Jul 12 16:32:08 2007 +0200
60989
60990     ppc4xx: Change receive buffer handling in the 4xx emac driver
60991
60992     This change fixes a bug in the receive buffer handling, that
60993     could lead to problems upon high network traffic (broadcasts...).
60994
60995     Signed-off-by: Stefan Roese <sr@denx.de>
60996
60997 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
60998 Author: Wolfgang Denk <wd@denx.de>
60999 Date:   Thu Jul 12 01:45:34 2007 +0200
61000
61001     Update CHANGELOG, minor coding style cleanup.
61002
61003     Signed-off-by: Wolfgang Denk <wd@denx.de>
61004
61005 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
61006 Author: Andy Fleming <afleming@freescale.com>
61007 Date:   Fri Jun 8 16:41:18 2007 -0500
61008
61009     Remove erroneous errata code from Marvel 88E1111S driver
61010
61011     The Marvel 88E1111S driver for the TSEC was copied from the
61012     88E1101 driver, and included a fix for an erratum which does not
61013     exist on that part.  Now it is removed
61014
61015     Signed-off-by: Andy Fleming <afleming@freescale.com>
61016
61017 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
61018 Author: Andy Fleming <afleming@freescale.com>
61019 Date:   Tue Jun 5 16:38:44 2007 -0500
61020
61021     From: eran liberty <eran.liberty@gmail.com>
61022
61023     adds the reset register to 85xx immap
61024
61025     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
61026     Signed-off-by: Andy Fleming <afleming@freescale.com>
61027
61028 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
61029 Author: Andy Fleming <afleming@freescale.com>
61030 Date:   Thu May 10 17:50:01 2007 -0500
61031
61032     Polished the 85xx ADS config files
61033
61034     Made the boot commands use device trees by default.
61035     Also moved the ramdisk to 1000000 (I think the previous address
61036     was getting overridden during boot).
61037
61038     Signed-off-by: Andy Fleming <afleming@freescale.com>
61039
61040 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
61041 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
61042 Date:   Wed May 9 11:03:32 2007 -0500
61043
61044     8544ds: Fix Makefile after moving pixis to board/freescale.
61045
61046     The OBJTREE != SRCTREE build scenario was broken.
61047     This fixes it.
61048
61049     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
61050     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61051
61052 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
61053 Author: Andy Fleming <afleming@freescale.com>
61054 Date:   Wed May 9 00:54:20 2007 -0500
61055
61056     tsec: Fix PHY code to match first driver
61057
61058     Jarrold Wen noticed that the generic PHY code always matches
61059     under the current implementation.  Change it so the first match
61060     wins, and *only* unknown PHYs trigger the generic driver
61061
61062     Signed-off-by: Andy Fleming <afleming@freescale.com>
61063
61064 commit ccc091aac61a38cd998d575d92f7232e256d6312
61065 Author: Andy Fleming <afleming@freescale.com>
61066 Date:   Tue May 8 17:27:43 2007 -0500
61067
61068     Add support for CPM device tree configuration to 8560 ADS
61069
61070     * Adds code to modify CPM frequencies
61071     * Cleans up the config file to #define TSEC and (for now) #undef FCC
61072     * Adds the MII command for all 8560 ADS configurations
61073     * Updates config file to provide convenience commands for booting
61074       with a device tree
61075
61076     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
61077     Signed-off-by: Andy Fleming <afleming@freescale.com>
61078
61079 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
61080 Author: Andy Fleming <afleming@freescale.com>
61081 Date:   Tue May 8 17:23:02 2007 -0500
61082
61083     Fix Marvell 88e1145 PHY init code
61084
61085     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
61086     where the reset was being done after the errata code instead of
61087     before.
61088
61089     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
61090     Signed-off-by: Andy Fleming <afleming@freescale.com>
61091
61092 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
61093 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
61094 Date:   Wed Jul 11 14:52:16 2007 -0500
61095
61096     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
61097
61098     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
61099
61100 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
61101 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
61102 Date:   Wed Jul 11 14:52:08 2007 -0500
61103
61104     pciauto setup bridge
61105
61106     The P2P bridge bus numbers programmed into the device are relative to
61107     hose->first_busno.
61108
61109     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
61110
61111 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
61112 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
61113 Date:   Wed Jul 11 14:52:01 2007 -0500
61114
61115     Support PCIe extended config registers
61116
61117     FSL PCIe block has extended cfg registers in the 100 and 400 range.
61118     For example, to read the LTSSM register: pci display <busn>.0 404 1
61119
61120     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
61121
61122 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
61123 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
61124 Date:   Wed Jul 11 14:51:48 2007 -0500
61125
61126     Minor improvements to drivers/pci_auto.c
61127
61128     - Make pciauto_{pre,post}scan_setup_bridge non-static
61129     - Added physical address display in debug messages.
61130
61131     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
61132
61133 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
61134 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
61135 Date:   Wed Jul 11 14:51:35 2007 -0500
61136
61137     Start pci hose scan from hose->current_busno.
61138
61139     Ensure hose->current_busno is not less than first_busno.  This fixes
61140     broken board code which leaves current_busno=0 when first_busno is
61141     greater than 0 for the cases with multiple controllers.
61142
61143     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
61144
61145 commit 3865b1fb7843a08ad49a6319a36415752276ff48
61146 Author: Stefan Roese <sr@denx.de>
61147 Date:   Wed Jul 11 12:13:53 2007 +0200
61148
61149     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
61150
61151     Signed-off-by: Stefan Roese <sr@denx.de>
61152
61153 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
61154 Author: Bartlomiej Sieka <tur@semihalf.com>
61155 Date:   Wed Jul 11 20:11:07 2007 +0200
61156
61157     CM1.QP1: Support for the Schindler CM1.QP1 board.
61158
61159     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
61160     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
61161
61162 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
61163 Author: Heiko Schocher <hs@pollux.denx.de>
61164 Date:   Wed Jul 11 18:39:11 2007 +0200
61165
61166     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
61167                 - now the Flash ST M29W040B is supported (not tested)
61168                 - fix the "led" command
61169                 - fix compile error, if BUILD_DIR is used
61170
61171     Signed-off-by: Heiko Schocher <hs@denx.de>
61172
61173 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
61174 Author: Stefan Roese <sr@denx.de>
61175 Date:   Sun Jul 8 13:44:27 2007 +0200
61176
61177     Fix malloc problem introduced with the relocation fixup for the PPC platform
61178
61179     The relocation fixup didn't handle the malloc pointer initialization
61180     correctly. This patch fixes this problem. Tested successfully on 4xx.
61181     The relocation fixup patches for 4xx will follow soon.
61182
61183     Signed-off-by: Stefan Roese <sr@denx.de>
61184
61185 commit 0dca874db62718e41253659e60f3a1de7eb418ce
61186 Author: TsiChung <tcliew@Goku.(none)>
61187 Date:   Tue Jul 10 15:45:43 2007 -0500
61188
61189     Cache update and added CFG_UNIFY_CACHE
61190
61191     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.
61192
61193     Signed-off-by: TsiChung <tcliew@Goku.(none)>
61194
61195 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
61196 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61197 Date:   Thu Jul 5 23:36:16 2007 -0500
61198
61199     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
61200
61201     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
61202
61203     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61204
61205 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
61206 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61207 Date:   Thu Jul 5 23:31:25 2007 -0500
61208
61209     Update header files
61210
61211     Include immap.h and renamed mcfrtc.h to rtc.h
61212
61213     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61214
61215 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
61216 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61217 Date:   Thu Jul 5 23:29:21 2007 -0500
61218
61219     Add mcffec_initialize()
61220
61221     Added mcffec_initialize() in eth_initialize()
61222
61223     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61224
61225 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
61226 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61227 Date:   Thu Jul 5 23:27:40 2007 -0500
61228
61229     Update header file and clean up
61230
61231     Include immap.h
61232
61233     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61234
61235 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
61236 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61237 Date:   Thu Jul 5 23:23:15 2007 -0500
61238
61239     New uart structure and defines
61240
61241     Seperated from mcfuart.h
61242
61243     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61244
61245 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
61246 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61247 Date:   Thu Jul 5 23:22:31 2007 -0500
61248
61249     New timer structure and defines
61250
61251     Seperated from mcftimer.h
61252
61253     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61254
61255 commit e04acb2eba4782489417240eff76e20e176aec10
61256 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61257 Date:   Thu Jul 5 23:21:09 2007 -0500
61258
61259     Rename mcfrtc to rtc
61260
61261     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
61262
61263     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61264
61265 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
61266 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61267 Date:   Thu Jul 5 23:17:36 2007 -0500
61268
61269     Rename mcfserial.c. Update include header
61270
61271     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
61272
61273     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61274
61275 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
61276 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61277 Date:   Thu Jul 5 23:13:58 2007 -0500
61278
61279     Header file update, clean up and cache handling
61280
61281     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
61282
61283     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61284
61285 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
61286 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61287 Date:   Thu Jul 5 23:10:40 2007 -0500
61288
61289     Create interrupts.c and modify Makefile
61290
61291     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
61292
61293     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61294
61295 commit ddd104f1ed655eda50c06ba636237a83ed943f34
61296 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61297 Date:   Thu Jul 5 23:06:55 2007 -0500
61298
61299     Enable Icache
61300
61301     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61302
61303 commit b9bf3de377b2bae70c983c9b97feae914999e735
61304 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61305 Date:   Thu Jul 5 23:05:31 2007 -0500
61306
61307     Update header file and some clean up
61308
61309     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
61310
61311     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61312
61313 commit 84a015b52ec820a5ae173717d78516de731c89c2
61314 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61315 Date:   Thu Jul 5 23:03:28 2007 -0500
61316
61317     Update header file and enable icache
61318
61319     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
61320
61321     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61322
61323 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
61324 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61325 Date:   Thu Jul 5 23:01:22 2007 -0500
61326
61327     Update header file and removed interrupt_init()
61328
61329     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
61330
61331     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61332
61333 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
61334 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61335 Date:   Thu Jul 5 22:57:46 2007 -0500
61336
61337     Update for flash.o and mii.o
61338
61339     Removed flash.o and added mii.o
61340
61341     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61342
61343 commit c5ded275d839e4ff79f41718d50a835d989f57bc
61344 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61345 Date:   Thu Jul 5 22:56:19 2007 -0500
61346
61347     MII functions calls.
61348
61349     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61350
61351 commit 427c814104560e29bda14955c67703245aaaa5b4
61352 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61353 Date:   Thu Jul 5 22:54:42 2007 -0500
61354
61355     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
61356
61357     The removed MII routines will be placed in mii.c.
61358
61359     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61360
61361 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
61362 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61363 Date:   Thu Jul 5 22:51:05 2007 -0500
61364
61365     Duplicate code
61366
61367     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
61368
61369     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61370
61371 commit 2744354a8437b8f78db178e30660215688bff570
61372 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61373 Date:   Thu Jul 5 22:46:38 2007 -0500
61374
61375     Seperate old structure defines and new structure defines
61376
61377     Removed new uart structure and defines to uart.h
61378
61379     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61380
61381 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
61382 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61383 Date:   Thu Jul 5 22:45:01 2007 -0500
61384
61385     Seperate old structure defines and new structure defines
61386
61387     New timer structure and defines will move to new timer.h
61388
61389     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61390
61391 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
61392 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61393 Date:   Thu Jul 5 22:42:23 2007 -0500
61394
61395     Clean up
61396
61397     Removed whitespace
61398
61399     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61400
61401 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
61402 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61403 Date:   Thu Jul 5 22:41:24 2007 -0500
61404
61405     Clean up
61406
61407     Replaced whitespace with tabs
61408
61409     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61410
61411 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
61412 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61413 Date:   Thu Jul 5 22:39:07 2007 -0500
61414
61415     Create new header file and move peripherals base address from configs file to new header file.
61416
61417     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.
61418
61419     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61420
61421 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
61422 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61423 Date:   Thu Jul 5 22:24:58 2007 -0500
61424
61425     Revert file mode
61426
61427     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
61428
61429     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
61430
61431 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
61432 Author: Jon Loeliger <jdl@freescale.com>
61433 Date:   Tue Jul 10 11:19:50 2007 -0500
61434
61435     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
61436
61437     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
61438     Those always evaluated TRUE, and thus were always compiled
61439     even when IDE really wasn't defined/wanted.
61440
61441     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61442
61443 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
61444 Author: Jon Loeliger <jdl@freescale.com>
61445 Date:   Tue Jul 10 11:13:21 2007 -0500
61446
61447     drivers/: Remove lingering references to CFG_CMD_* symbols.
61448
61449     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
61450     Those always evaluated TRUE, and thus were always compiled
61451     even when IDE really wasn't defined/wanted.
61452
61453     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61454
61455 commit f40a7f3e3888b42a43674b099e5470022c8c544c
61456 Author: Jon Loeliger <jdl@freescale.com>
61457 Date:   Tue Jul 10 11:07:56 2007 -0500
61458
61459     fs/: Remove lingering references to CFG_CMD_* symbols.
61460
61461     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
61462     Those always evaluated TRUE, and thus were always compiled
61463     even when IDE really wasn't defined/wanted.
61464
61465     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61466
61467 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
61468 Author: Jon Loeliger <jdl@freescale.com>
61469 Date:   Tue Jul 10 11:05:02 2007 -0500
61470
61471     net/: Remove lingering references to CFG_CMD_* symbols.
61472
61473     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
61474     Those always evaluated TRUE, and thus were always compiled
61475     even when IDE really wasn't defined/wanted.
61476
61477     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61478
61479 commit 902531788376046da212afd1661cffb62f3daa1c
61480 Author: Jon Loeliger <jdl@freescale.com>
61481 Date:   Tue Jul 10 11:02:44 2007 -0500
61482
61483     common/: Remove lingering references to CFG_CMD_* symbols.
61484
61485     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
61486     Those always evaluated TRUE, and thus were always compiled
61487     even when IDE really wasn't defined/wanted.
61488
61489     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61490
61491 commit d39b57415838c73fb0a37eca84de3c68ba990586
61492 Author: Jon Loeliger <jdl@freescale.com>
61493 Date:   Tue Jul 10 10:48:22 2007 -0500
61494
61495     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
61496
61497     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
61498     Those always evaluated TRUE, and thus were always compiled
61499     even when IDE really wasn't defined/wanted.
61500
61501     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61502
61503 commit 77a318545d57aefa844752465b94c7e09a3f26d0
61504 Author: Jon Loeliger <jdl@freescale.com>
61505 Date:   Tue Jul 10 10:39:10 2007 -0500
61506
61507     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
61508
61509     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
61510     Those always evaluated TRUE, and thus were always compiled
61511     even when IDE really wasn't defined/wanted.
61512
61513     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61514
61515 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
61516 Author: Jon Loeliger <jdl@freescale.com>
61517 Date:   Tue Jul 10 10:27:39 2007 -0500
61518
61519     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
61520
61521     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61522
61523 commit 079a136c3588814784561d6e4856970ee82d6e2a
61524 Author: Jon Loeliger <jdl@freescale.com>
61525 Date:   Tue Jul 10 10:12:10 2007 -0500
61526
61527     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
61528
61529     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
61530     used to be included but CONFIG_BOOTP_MASK was not defined.
61531
61532     Remove lingering references to CFG_CMD_* symbols.
61533
61534     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61535
61536 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
61537 Author: Jon Loeliger <jdl@freescale.com>
61538 Date:   Tue Jul 10 09:38:02 2007 -0500
61539
61540     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
61541
61542     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
61543     used to be included but CONFIG_BOOTP_MASK was not defined.
61544
61545     Remove lingering references to CFG_CMD_* symbols.
61546
61547     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61548
61549 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
61550 Author: Jon Loeliger <jdl@freescale.com>
61551 Date:   Tue Jul 10 09:29:01 2007 -0500
61552
61553     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
61554
61555     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
61556     used to be included but CONFIG_BOOTP_MASK was not defined.
61557
61558     Remove lingering references to CFG_CMD_* symbols.
61559
61560     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61561
61562 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
61563 Author: Jon Loeliger <jdl@freescale.com>
61564 Date:   Tue Jul 10 09:22:23 2007 -0500
61565
61566     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
61567
61568     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
61569     used to be included but CONFIG_BOOTP_MASK was not defined.
61570
61571     Remove lingering references to CFG_CMD_* symbols.
61572
61573     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61574
61575 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
61576 Author: Jon Loeliger <jdl@freescale.com>
61577 Date:   Tue Jul 10 09:10:49 2007 -0500
61578
61579     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
61580
61581     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
61582     used to be included but CONFIG_BOOTP_MASK was not defined.
61583
61584     Remove lingering references to CFG_CMD_* symbols.
61585
61586     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61587
61588 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
61589 Author: Jon Loeliger <jdl@freescale.com>
61590 Date:   Tue Jul 10 09:02:57 2007 -0500
61591
61592     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
61593
61594     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
61595     used to be included but CONFIG_BOOTP_MASK was not defined.
61596
61597     Remove lingering references to CFG_CMD_* symbols.
61598
61599     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61600
61601 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
61602 Author: Jon Loeliger <jdl@freescale.com>
61603 Date:   Mon Jul 9 22:08:34 2007 -0500
61604
61605     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
61606
61607     All of the choices for CONFIG_BOOTP_ are now documented in
61608     the README file.  You must now individually select exactly
61609     the set that you want using a series of
61610         #define CONFIG_BOOTP_<x>
61611     statements in the board port config files now.
61612
61613     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61614
61615 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
61616 Author: Jon Loeliger <jdl@freescale.com>
61617 Date:   Mon Jul 9 21:57:31 2007 -0500
61618
61619     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
61620
61621     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61622
61623 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
61624 Author: Jon Loeliger <jdl@freescale.com>
61625 Date:   Mon Jul 9 21:48:26 2007 -0500
61626
61627     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
61628
61629     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61630
61631 commit 37d4bb70586659dedef1658ce1bed071be098aec
61632 Author: Jon Loeliger <jdl@freescale.com>
61633 Date:   Mon Jul 9 21:38:02 2007 -0500
61634
61635     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
61636
61637     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61638
61639 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
61640 Author: Jon Loeliger <jdl@freescale.com>
61641 Date:   Mon Jul 9 21:31:24 2007 -0500
61642
61643     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
61644
61645     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61646
61647 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
61648 Author: Jon Loeliger <jdl@freescale.com>
61649 Date:   Mon Jul 9 21:24:19 2007 -0500
61650
61651     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
61652
61653     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61654
61655 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
61656 Author: Jon Loeliger <jdl@freescale.com>
61657 Date:   Mon Jul 9 21:16:53 2007 -0500
61658
61659     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
61660
61661     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61662
61663 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
61664 Author: Jon Loeliger <jdl@freescale.com>
61665 Date:   Mon Jul 9 19:12:30 2007 -0500
61666
61667     Retire CONFIG_COMMANDS finally.
61668     Strip old CFG_CMD_* symbols out.
61669
61670     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61671
61672 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
61673 Author: Jon Loeliger <jdl@freescale.com>
61674 Date:   Mon Jul 9 19:10:03 2007 -0500
61675
61676     Update README.* to reference new CONFIG_CMD_* names now.
61677
61678     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61679
61680 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
61681 Author: Jon Loeliger <jdl@freescale.com>
61682 Date:   Mon Jul 9 19:06:00 2007 -0500
61683
61684     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
61685
61686     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61687
61688 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
61689 Author: Jon Loeliger <jdl@freescale.com>
61690 Date:   Mon Jul 9 18:57:22 2007 -0500
61691
61692     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
61693
61694     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61695
61696 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
61697 Author: Jon Loeliger <jdl@freescale.com>
61698 Date:   Mon Jul 9 18:45:16 2007 -0500
61699
61700     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
61701
61702     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61703
61704 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
61705 Author: Jon Loeliger <jdl@freescale.com>
61706 Date:   Mon Jul 9 18:38:39 2007 -0500
61707
61708     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
61709
61710     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61711
61712 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
61713 Author: Jon Loeliger <jdl@freescale.com>
61714 Date:   Mon Jul 9 18:31:28 2007 -0500
61715
61716     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
61717
61718     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61719
61720 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
61721 Author: Jon Loeliger <jdl@freescale.com>
61722 Date:   Mon Jul 9 18:24:55 2007 -0500
61723
61724     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
61725
61726     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61727
61728 commit fcec2eb93e126400009729328e797f12bc94f1fd
61729 Author: Jon Loeliger <jdl@freescale.com>
61730 Date:   Mon Jul 9 18:19:09 2007 -0500
61731
61732     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
61733
61734     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61735
61736 commit a593814f2be0c9cdc3133cd550b167b8a988328f
61737 Author: Jon Loeliger <jdl@freescale.com>
61738 Date:   Mon Jul 9 18:10:50 2007 -0500
61739
61740     rtc/: Remove obsolete references to CONFIG_COMMANDS
61741
61742     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61743
61744 commit 67350568f9d46e66c21829f3513b3db0caeb948b
61745 Author: Jon Loeliger <jdl@freescale.com>
61746 Date:   Mon Jul 9 18:05:38 2007 -0500
61747
61748     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
61749
61750     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61751
61752 commit 7def6b34f910f08d7ef0a14646da067719237ca2
61753 Author: Jon Loeliger <jdl@freescale.com>
61754 Date:   Mon Jul 9 18:02:11 2007 -0500
61755
61756     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
61757
61758     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61759
61760 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
61761 Author: Jon Loeliger <jdl@freescale.com>
61762 Date:   Mon Jul 9 17:56:50 2007 -0500
61763
61764     fs/: Remove obsolete references to CONFIG_COMMANDS
61765
61766     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61767
61768 commit c91898bbc505aff3e12a807af88e76da18efb7ee
61769 Author: Jon Loeliger <jdl@freescale.com>
61770 Date:   Mon Jul 9 17:46:09 2007 -0500
61771
61772     tools/: Remove obsolete references to CONFIG_COMMANDS
61773
61774     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61775
61776 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
61777 Author: Jon Loeliger <jdl@freescale.com>
61778 Date:   Mon Jul 9 17:45:14 2007 -0500
61779
61780     net/: Remove obsolete references to CONFIG_COMMANDS
61781
61782     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61783
61784 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
61785 Author: Jon Loeliger <jdl@freescale.com>
61786 Date:   Mon Jul 9 17:39:42 2007 -0500
61787
61788     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
61789
61790     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61791
61792 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
61793 Author: Jon Loeliger <jdl@freescale.com>
61794 Date:   Mon Jul 9 17:30:01 2007 -0500
61795
61796     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
61797
61798     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61799
61800 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
61801 Author: Jon Loeliger <jdl@freescale.com>
61802 Date:   Mon Jul 9 17:22:37 2007 -0500
61803
61804     disk/: Remove obsolete references to CONFIG_COMMANDS
61805
61806     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61807
61808 commit 639221c76c88215bd55af83ad174fc30d1940f8f
61809 Author: Jon Loeliger <jdl@freescale.com>
61810 Date:   Mon Jul 9 17:15:49 2007 -0500
61811
61812     include/: Remove obsolete references to CONFIG_COMMANDS
61813     Mostly removed from comments here.
61814
61815     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61816
61817 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
61818 Author: Wolfgang Denk <wd@denx.de>
61819 Date:   Tue Jul 10 00:01:28 2007 +0200
61820
61821     Coding style cleanup; update CHANGELOG.
61822
61823     Signed-off-by: Wolfgang Denk <wd@denx.de>
61824
61825 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
61826 Author: Stefan Roese <sr@denx.de>
61827 Date:   Mon Jul 9 11:00:24 2007 +0200
61828
61829     Small coding style cleanup
61830
61831     Signed-off-by: Stefan Roese <sr@denx.de>
61832
61833 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
61834 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61835 Date:   Mon Jul 9 10:10:08 2007 +0200
61836
61837     Migrate esd 405EP boards to new NAND subsystem
61838
61839     Remove unused CFG_NAND_LEGACY define
61840
61841     These boards to not have NAND.
61842
61843     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61844
61845 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
61846 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61847 Date:   Mon Jul 9 10:10:06 2007 +0200
61848
61849     Migrate esd 405EP boards to new NAND subsystem
61850
61851     Migrate esd 405EP boards to new NAND subsystem
61852
61853     -cleanup
61854     -use correct io accessors (in/out_be32())
61855
61856     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61857
61858 commit e09f7ab5749c345f924da272bea0521a73af5b11
61859 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61860 Date:   Mon Jul 9 10:10:04 2007 +0200
61861
61862     Migrate esd 405EP boards to new NAND subsystem
61863
61864     This patch prepares the migration from the legacy NAND driver
61865     to U-Boot's new NAND subsystem for esd boards.
61866
61867     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
61868
61869 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
61870 Author: Jon Loeliger <jdl@freescale.com>
61871 Date:   Sun Jul 8 18:10:08 2007 -0500
61872
61873     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
61874
61875     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61876
61877 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
61878 Author: Jon Loeliger <jdl@freescale.com>
61879 Date:   Sun Jul 8 18:05:39 2007 -0500
61880
61881     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
61882
61883     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61884
61885 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
61886 Author: Jon Loeliger <jdl@freescale.com>
61887 Date:   Sun Jul 8 18:02:23 2007 -0500
61888
61889     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
61890
61891     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61892
61893 commit baa26db4113679b80970ff447d91cc10217742a6
61894 Author: Jon Loeliger <jdl@freescale.com>
61895 Date:   Sun Jul 8 17:51:39 2007 -0500
61896
61897     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
61898
61899     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61900
61901 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
61902 Author: Jon Loeliger <jdl@freescale.com>
61903 Date:   Sun Jul 8 17:02:01 2007 -0500
61904
61905     Clear up confusion over the CMD_POST and POST_DIAG mess.
61906
61907     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
61908     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
61909     Clear this mess up some.
61910
61911     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61912
61913 commit b3631487105a57ab7cbadfc26efbaf9676275018
61914 Author: Jon Loeliger <jdl@freescale.com>
61915 Date:   Sun Jul 8 15:45:08 2007 -0500
61916
61917     Remove references to the old cmd_confdefs.h include file.
61918
61919     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61920
61921 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
61922 Author: Jon Loeliger <jdl@freescale.com>
61923 Date:   Sun Jul 8 15:42:59 2007 -0500
61924
61925     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
61926
61927     Use new CONFIG_CMD_* in lwmon5.h board config file.
61928     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
61929
61930     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61931
61932 commit a5562901661bd428f7e5feb333f796372cb81019
61933 Author: Jon Loeliger <jdl@freescale.com>
61934 Date:   Sun Jul 8 15:31:57 2007 -0500
61935
61936     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
61937
61938     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61939
61940 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
61941 Author: Jon Loeliger <jdl@freescale.com>
61942 Date:   Sun Jul 8 15:02:44 2007 -0500
61943
61944     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
61945
61946     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61947
61948 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
61949 Author: Jon Loeliger <jdl@freescale.com>
61950 Date:   Sun Jul 8 15:12:40 2007 -0500
61951
61952     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
61953
61954     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61955
61956 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
61957 Author: Jon Loeliger <jdl@freescale.com>
61958 Date:   Sun Jul 8 14:55:07 2007 -0500
61959
61960     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
61961
61962     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61963
61964 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
61965 Author: Jon Loeliger <jdl@freescale.com>
61966 Date:   Sun Jul 8 14:49:44 2007 -0500
61967
61968     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
61969
61970     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61971
61972 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
61973 Author: Jon Loeliger <jdl@freescale.com>
61974 Date:   Sun Jul 8 14:21:43 2007 -0500
61975
61976     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
61977
61978     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61979
61980 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
61981 Author: Jon Loeliger <jdl@freescale.com>
61982 Date:   Sun Jul 8 14:14:17 2007 -0500
61983
61984     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
61985
61986     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61987
61988 commit 348f258f24253433e4a2302a0bbceb6740a67246
61989 Author: Jon Loeliger <jdl@freescale.com>
61990 Date:   Sun Jul 8 13:46:18 2007 -0500
61991
61992     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
61993
61994     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61995
61996 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
61997 Author: Jon Loeliger <jdl@freescale.com>
61998 Date:   Sun Jul 8 10:09:35 2007 -0500
61999
62000     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
62001
62002     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62003
62004 commit 60a0876b5106b34220e459c208bbf648073306c0
62005 Author: Jon Loeliger <jdl@freescale.com>
62006 Date:   Sat Jul 7 21:04:26 2007 -0500
62007
62008     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
62009
62010     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62011
62012 commit dcaa71562826a2466e894c868d132509dcda8444
62013 Author: Jon Loeliger <jdl@freescale.com>
62014 Date:   Sat Jul 7 20:56:05 2007 -0500
62015
62016     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
62017
62018     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62019
62020 commit 3c3227f3c737502311b25b72084573901cbbf17d
62021 Author: Jon Loeliger <jdl@freescale.com>
62022 Date:   Sat Jul 7 20:40:43 2007 -0500
62023
62024     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
62025
62026     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62027
62028 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
62029 Author: Jon Loeliger <jdl@freescale.com>
62030 Date:   Thu Jul 5 19:52:35 2007 -0500
62031
62032     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
62033
62034     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62035
62036 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
62037 Author: Jon Loeliger <jdl@freescale.com>
62038 Date:   Thu Jul 5 19:32:07 2007 -0500
62039
62040     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
62041
62042     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62043
62044 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
62045 Author: Jon Loeliger <jdl@freescale.com>
62046 Date:   Thu Jul 5 19:13:52 2007 -0500
62047
62048     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
62049
62050     Since ADS860.h includes "board/fads/fads.h" with ramifications
62051     on the CONFIG_COMMAND treatment, it too has to be adjusted to
62052     exclude already configured commands in this same commit.
62053
62054     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62055
62056 commit 10e038932f22ee80ebd53de312531e70e6590a2f
62057 Author: Thomas Knobloch <knobloch@siemens.com>
62058 Date:   Fri Jul 6 14:58:39 2007 +0200
62059
62060     [NAND] Bad block skipping for command nboot
62061
62062     The old implementation of command nboot does not support reading the image from
62063     NAND flash with skipping of bad blocks. The patch implements a new version of
62064     the nboot command: by calling nboot.jffs2 from the u-boot command line the
62065     command will load the image from NAND flash with respect to bad blocks (by using
62066     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
62067     read.jffs2 ...".
62068
62069     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
62070     Signed-off-by: Stefan Roese <sr@denx.de>
62071
62072 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
62073 Author: Stefan Roese <sr@denx.de>
62074 Date:   Fri Jul 6 12:26:51 2007 +0200
62075
62076     ppc4xx: Update lwmon5 default environment
62077
62078     Signed-off-by: Stefan Roese <sr@denx.de>
62079
62080 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
62081 Author: Stefan Roese <sr@denx.de>
62082 Date:   Fri Jul 6 11:48:24 2007 +0200
62083
62084     ppc4xx: Update lwmon5 board
62085
62086     Add unlock=yes environment variable to default variables to unlock
62087     the CFI flash by default.
62088
62089     Signed-off-by: Stefan Roese <sr@denx.de>
62090
62091 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
62092 Author: Stefan Roese <sr@denx.de>
62093 Date:   Fri Jul 6 09:45:47 2007 +0200
62094
62095     Fix problem with get/setdcr commands introduced by cfg patches
62096
62097     Signed-off-by: Stefan Roese <sr@denx.de>
62098
62099 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
62100 Author: Wolfgang Denk <wd@denx.de>
62101 Date:   Fri Jul 6 02:50:19 2007 +0200
62102
62103     Code cleanup and default config update for STC GP3 SSA board.
62104
62105     Signed-off-by: Wolfgang Denk <wd@denx.de>
62106
62107 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
62108 Author: Wolfgang Denk <wd@denx.de>
62109 Date:   Thu Jul 5 17:56:27 2007 +0200
62110
62111     Fixing some typos etc. introduced mainly by cfg patches.
62112
62113     Signed-off-by: Wolfgang Denk <wd@denx.de>
62114
62115 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
62116 Author: Wolfgang Denk <wd@denx.de>
62117 Date:   Thu Jul 5 11:12:16 2007 +0200
62118
62119     Minor coding style cleanup. Update CHANGELOG.
62120
62121 commit dca3b3d6d6396b67e5e84af53452164923c73443
62122 Author: Jon Loeliger <jdl@jdl.com>
62123 Date:   Wed Jul 4 22:33:46 2007 -0500
62124
62125     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
62126
62127     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62128
62129 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
62130 Author: Jon Loeliger <jdl@jdl.com>
62131 Date:   Wed Jul 4 22:33:38 2007 -0500
62132
62133     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
62134
62135     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62136
62137 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
62138 Author: Jon Loeliger <jdl@jdl.com>
62139 Date:   Wed Jul 4 22:33:30 2007 -0500
62140
62141     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
62142
62143     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62144
62145 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
62146 Author: Jon Loeliger <jdl@jdl.com>
62147 Date:   Wed Jul 4 22:33:23 2007 -0500
62148
62149     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
62150
62151     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62152
62153 commit 26a34560d56a9df5bc2ae23525d9229736134757
62154 Author: Jon Loeliger <jdl@jdl.com>
62155 Date:   Wed Jul 4 22:33:17 2007 -0500
62156
62157     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
62158
62159     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62160
62161 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
62162 Author: Jon Loeliger <jdl@jdl.com>
62163 Date:   Wed Jul 4 22:33:13 2007 -0500
62164
62165     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
62166
62167     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62168
62169 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
62170 Author: Jon Loeliger <jdl@jdl.com>
62171 Date:   Wed Jul 4 22:33:07 2007 -0500
62172
62173     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
62174
62175     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62176
62177 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
62178 Author: Jon Loeliger <jdl@jdl.com>
62179 Date:   Wed Jul 4 22:33:01 2007 -0500
62180
62181     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
62182
62183     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62184
62185 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
62186 Author: Jon Loeliger <jdl@jdl.com>
62187 Date:   Wed Jul 4 22:32:57 2007 -0500
62188
62189     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
62190
62191     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62192
62193 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
62194 Author: Jon Loeliger <jdl@jdl.com>
62195 Date:   Wed Jul 4 22:32:51 2007 -0500
62196
62197     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
62198
62199     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62200
62201 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
62202 Author: Jon Loeliger <jdl@jdl.com>
62203 Date:   Wed Jul 4 22:32:32 2007 -0500
62204
62205     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
62206
62207     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62208
62209 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
62210 Author: Jon Loeliger <jdl@jdl.com>
62211 Date:   Wed Jul 4 22:32:25 2007 -0500
62212
62213     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
62214
62215     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62216
62217 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
62218 Author: Jon Loeliger <jdl@jdl.com>
62219 Date:   Wed Jul 4 22:32:19 2007 -0500
62220
62221     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
62222
62223     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62224
62225 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
62226 Author: Jon Loeliger <jdl@jdl.com>
62227 Date:   Wed Jul 4 22:32:10 2007 -0500
62228
62229     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
62230
62231     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62232
62233 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
62234 Author: Jon Loeliger <jdl@jdl.com>
62235 Date:   Wed Jul 4 22:32:03 2007 -0500
62236
62237     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
62238
62239     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62240
62241 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
62242 Author: Jon Loeliger <jdl@jdl.com>
62243 Date:   Wed Jul 4 22:31:56 2007 -0500
62244
62245     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
62246
62247     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62248
62249 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
62250 Author: Jon Loeliger <jdl@jdl.com>
62251 Date:   Wed Jul 4 22:31:49 2007 -0500
62252
62253     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
62254
62255     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62256
62257 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
62258 Author: Jon Loeliger <jdl@jdl.com>
62259 Date:   Wed Jul 4 22:31:42 2007 -0500
62260
62261     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
62262
62263     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62264
62265 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
62266 Author: Jon Loeliger <jdl@jdl.com>
62267 Date:   Wed Jul 4 22:31:35 2007 -0500
62268
62269     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
62270
62271     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62272
62273 commit d794cfefead5fc177cf4f41164e80382e9c9484a
62274 Author: Jon Loeliger <jdl@jdl.com>
62275 Date:   Wed Jul 4 22:31:15 2007 -0500
62276
62277     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
62278
62279     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62280
62281 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
62282 Author: Jon Loeliger <jdl@jdl.com>
62283 Date:   Wed Jul 4 22:31:07 2007 -0500
62284
62285     include/configs: Use new CONFIG_CMD_* in STx board config files.
62286
62287     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62288
62289 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
62290 Author: Jon Loeliger <jdl@jdl.com>
62291 Date:   Wed Jul 4 22:30:58 2007 -0500
62292
62293     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
62294
62295     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62296
62297 commit 2694690e285acaa34922f55f4b5ae030da60c55a
62298 Author: Jon Loeliger <jdl@jdl.com>
62299 Date:   Wed Jul 4 22:30:50 2007 -0500
62300
62301     include/configs: Use new CONFIG_CMD_* in TQM board config files.
62302
62303     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62304
62305 commit 1cc4c458329765b58e584a19821e796b3c10e976
62306 Author: Jon Loeliger <jdl@jdl.com>
62307 Date:   Wed Jul 4 22:30:28 2007 -0500
62308
62309     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
62310
62311     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62312
62313 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
62314 Author: Jon Loeliger <jdl@jdl.com>
62315 Date:   Wed Jul 4 22:30:06 2007 -0500
62316
62317     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
62318
62319     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62320
62321 commit b44896215a09c60fa40cae906f7ed207bbc2c492
62322 Author: Sergei Poselenov <sposelenov@emcraft.com>
62323 Date:   Thu Jul 5 08:17:37 2007 +0200
62324
62325     Merged POST framework with the current TOT.
62326
62327     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
62328
62329 commit b24629fa377214d63bb40d1360e354b6d3e4af56
62330 Author: Jon Loeliger <jdl@jdl.com>
62331 Date:   Wed Jun 13 13:23:15 2007 -0500
62332
62333     mpc86xx: Remove old CFG_CMD_* references.
62334
62335     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62336
62337 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
62338 Author: Jon Loeliger <jdl@jdl.com>
62339 Date:   Wed Jun 13 13:22:54 2007 -0500
62340
62341     Add MPC8568MDS to MAKEALL 85xx target.
62342
62343     It was missing from the original port submission.
62344
62345     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62346
62347 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
62348 Author: Jon Loeliger <jdl@jdl.com>
62349 Date:   Wed Jun 13 13:22:08 2007 -0500
62350
62351     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
62352
62353     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62354
62355 commit 56b304ac2091689506088a9ae67f63fd6300cf16
62356 Author: Jon Loeliger <jdl@jdl.com>
62357 Date:   Wed Jun 13 13:21:37 2007 -0500
62358
62359     Fix #if typo in CONFIG_CMD_* changes.
62360
62361     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62362
62363 commit f780b83316d9af1f61d71cc88b1917b387b9b995
62364 Author: Niklaus Giger <niklausgiger@gmx.ch>
62365 Date:   Wed Jun 27 18:11:38 2007 +0200
62366
62367     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
62368
62369     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
62370
62371 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
62372 Author: Stefan Roese <sr@denx.de>
62373 Date:   Wed Jul 4 10:06:30 2007 +0200
62374
62375     ppc4xx: Update lwmon5 board
62376
62377     - Add optional ECC generation routine to preserve existing
62378       RAM values. This is needed for the Linux log-buffer support
62379     - Add optional DDR2 setup with CL=4
62380     - GPIO50 not used anymore
62381     - Lime register setup added
62382
62383     Signed-off-by: Stefan Roese <sr@denx.de>
62384
62385 commit 6810a34677dbc446334f5e451f1682426dd33b49
62386 Author: Grant Likely <grant.likely@secretlab.ca>
62387 Date:   Tue Jul 3 00:17:28 2007 -0600
62388
62389     Fix Makefile to use $(MKCONFIG) macro for all board ports
62390
62391     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62392
62393 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
62394 Author: Grant Likely <grant.likely@secretlab.ca>
62395 Date:   Tue Jul 3 00:17:28 2007 -0600
62396
62397     Fix Makefile to use $(MKCONFIG) macro for all board ports
62398
62399     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62400
62401 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
62402 Author: Grant Likely <grant.likely@secretlab.ca>
62403 Date:   Tue Jul 3 00:34:49 2007 -0600
62404
62405     Correct fixup relocation for mpc83xx
62406
62407     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62408
62409 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
62410 Author: Grant Likely <grant.likely@secretlab.ca>
62411 Date:   Tue Jul 3 00:34:44 2007 -0600
62412
62413     Correct fixup relocation for mpc8260
62414
62415     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62416
62417 commit f3a52fe05923935db86985daf9438e2f70ac39aa
62418 Author: Grant Likely <grant.likely@secretlab.ca>
62419 Date:   Tue Jul 3 00:34:39 2007 -0600
62420
62421     Correct fixup relocation for mpc824x
62422
62423     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62424
62425 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
62426 Author: Grant Likely <grant.likely@secretlab.ca>
62427 Date:   Tue Jul 3 00:34:34 2007 -0600
62428
62429     Correct fixup relocation for mpc8220
62430
62431     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62432
62433 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
62434 Author: Grant Likely <grant.likely@secretlab.ca>
62435 Date:   Tue Jul 3 00:34:29 2007 -0600
62436
62437     Correct fixup relocation for MPC5xxx
62438
62439     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62440
62441 commit 3649cd99ba815b6601868735765602f00ef3692b
62442 Author: Grant Likely <grant.likely@secretlab.ca>
62443 Date:   Tue Jul 3 00:34:24 2007 -0600
62444
62445     Correct relocation fixup for mpc5xx
62446
62447     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62448
62449 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
62450 Author: Grant Likely <grant.likely@secretlab.ca>
62451 Date:   Tue Jul 3 00:34:19 2007 -0600
62452
62453     Don't set gd->reloc_off if relocation of .fixup works correctly
62454
62455     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62456
62457 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
62458 Author: Grant Likely <grant.likely@secretlab.ca>
62459 Date:   Tue Jul 3 00:34:14 2007 -0600
62460
62461     Remove obsolete mpc83xx linker scripts
62462
62463     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62464
62465 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
62466 Author: Grant Likely <grant.likely@secretlab.ca>
62467 Date:   Tue Jul 3 00:34:09 2007 -0600
62468
62469     Consolidate mpc8260 linker scripts
62470
62471     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62472
62473 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
62474 Author: Grant Likely <grant.likely@secretlab.ca>
62475 Date:   Tue Jul 3 00:34:04 2007 -0600
62476
62477     Remove obsolete mpc824x linker scripts
62478
62479     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62480
62481 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
62482 Author: Grant Likely <grant.likely@secretlab.ca>
62483 Date:   Tue Jul 3 00:33:59 2007 -0600
62484
62485     Remove obsolete mpc824x linker scripts (3 of 4)
62486
62487     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62488
62489 commit a71c084f3ac7fedf144537db2b2da47323068833
62490 Author: Grant Likely <grant.likely@secretlab.ca>
62491 Date:   Tue Jul 3 00:33:53 2007 -0600
62492
62493     Remove obsolete mpc824x linker scripts (2 of 4)
62494
62495     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62496
62497 commit f670a15468d1365241d40022b9408e1004181f5e
62498 Author: Grant Likely <grant.likely@secretlab.ca>
62499 Date:   Tue Jul 3 00:33:48 2007 -0600
62500
62501     Remove obsolete mpc824x linker scripts (1 of 4)
62502
62503     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62504
62505 commit 09555bd45a04c0e54f172528d21bc18896550d28
62506 Author: Grant Likely <grant.likely@secretlab.ca>
62507 Date:   Tue Jul 3 00:33:43 2007 -0600
62508
62509     Remove obsolete mpc8220 linker scripts
62510
62511     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62512
62513 commit 5efb992f046e51225c93d52f80fecbe433abd789
62514 Author: Grant Likely <grant.likely@secretlab.ca>
62515 Date:   Tue Jul 3 00:33:38 2007 -0600
62516
62517     Remove obsolete mpc5xxx linker scripts (3 of 3)
62518
62519     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62520
62521 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
62522 Author: Grant Likely <grant.likely@secretlab.ca>
62523 Date:   Tue Jul 3 00:33:33 2007 -0600
62524
62525     Remove obsolete mpc5xxx linker scripts (2 of 3)
62526
62527     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62528
62529 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
62530 Author: Grant Likely <grant.likely@secretlab.ca>
62531 Date:   Tue Jul 3 00:33:28 2007 -0600
62532
62533     Remove obsolete mpc5xxx linker scripts (1 of 3)
62534
62535     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62536
62537 commit b7d8e05f8675249b5f208aa73babeed384a4519d
62538 Author: Grant Likely <grant.likely@secretlab.ca>
62539 Date:   Tue Jul 3 00:33:23 2007 -0600
62540
62541     Remove obsolete mpc5xx linker scripts
62542
62543     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62544
62545 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
62546 Author: Grant Likely <grant.likely@secretlab.ca>
62547 Date:   Tue Jul 3 00:33:18 2007 -0600
62548
62549     Consolidate mpc83xx linker scripts
62550
62551     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62552
62553 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
62554 Author: Grant Likely <grant.likely@secretlab.ca>
62555 Date:   Tue Jul 3 00:33:13 2007 -0600
62556
62557     Consolidate mpc8260 linker scripts
62558
62559     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62560
62561 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
62562 Author: Grant Likely <grant.likely@secretlab.ca>
62563 Date:   Tue Jul 3 00:33:08 2007 -0600
62564
62565     Consolidate mpc824x linker scripts
62566
62567     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62568
62569 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
62570 Author: Grant Likely <grant.likely@secretlab.ca>
62571 Date:   Tue Jul 3 00:33:03 2007 -0600
62572
62573     Consolidate mpc8220 linker scripts
62574
62575     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62576
62577 commit d181c9a15cd41863fe24840d17848429f27d3c8c
62578 Author: Grant Likely <grant.likely@secretlab.ca>
62579 Date:   Tue Jul 3 00:32:58 2007 -0600
62580
62581     Consolidate mpc5xxx linker scripts
62582
62583     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62584
62585 commit 287ac924adb7291bebe5086652a362a30ab28b13
62586 Author: Grant Likely <grant.likely@secretlab.ca>
62587 Date:   Tue Jul 3 00:32:53 2007 -0600
62588
62589     Consolidate mpc5xx linker scripts
62590
62591     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62592
62593 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
62594 Author: Wolfgang Denk <wd@denx.de>
62595 Date:   Wed Jul 4 00:43:53 2007 +0200
62596
62597     Fix a few file permission problems.
62598
62599     Signed-off-by: Wolfgang Denk <wd@denx.de>
62600
62601 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
62602 Author: Wolfgang Denk <wd@denx.de>
62603 Date:   Wed Jul 4 00:38:38 2007 +0200
62604
62605     Minor coding style cleanup. Rebuild CHANGELOG file.
62606
62607 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
62608 Author: Jon Loeliger <jdl@jdl.com>
62609 Date:   Mon Jun 11 19:03:44 2007 -0500
62610
62611     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
62612
62613     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62614
62615 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
62616 Author: Jon Loeliger <jdl@jdl.com>
62617 Date:   Mon Jun 11 19:03:39 2007 -0500
62618
62619     README: Rewrite command line config to use CONFIG_CMD_* names.
62620
62621     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62622
62623 commit 72a074cec68e5bad60d63206c050974e08afd804
62624 Author: Jon Loeliger <jdl@jdl.com>
62625 Date:   Mon Jun 11 19:03:34 2007 -0500
62626
62627     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62628
62629     This is a compatibility step that allows both the older form
62630     and the new form to co-exist for a while until the older can
62631     be removed entirely.
62632
62633     All transformations are of the form:
62634     Before:
62635         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62636     After:
62637         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62638
62639     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62640
62641 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
62642 Author: Jon Loeliger <jdl@jdl.com>
62643 Date:   Mon Jun 11 19:03:28 2007 -0500
62644
62645     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62646
62647     This is a compatibility step that allows both the older form
62648     and the new form to co-exist for a while until the older can
62649     be removed entirely.
62650
62651     All transformations are of the form:
62652     Before:
62653         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62654     After:
62655         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62656
62657     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62658
62659 commit 9107ebe0d352420895ab69b715697bdebc8caf50
62660 Author: Jon Loeliger <jdl@jdl.com>
62661 Date:   Mon Jun 11 19:03:23 2007 -0500
62662
62663     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62664
62665     This is a compatibility step that allows both the older form
62666     and the new form to co-exist for a while until the older can
62667     be removed entirely.
62668
62669     All transformations are of the form:
62670     Before:
62671         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62672     After:
62673         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62674
62675     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62676
62677 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
62678 Author: Jon Loeliger <jdl@jdl.com>
62679 Date:   Mon Jun 11 19:03:19 2007 -0500
62680
62681     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62682
62683     This is a compatibility step that allows both the older form
62684     and the new form to co-exist for a while until the older can
62685     be removed entirely.
62686
62687     All transformations are of the form:
62688     Before:
62689         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62690     After:
62691         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62692
62693     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62694
62695 commit 737184114ec9c9e0ab94d6713536126073bd2472
62696 Author: Jon Loeliger <jdl@jdl.com>
62697 Date:   Mon Jun 11 19:03:15 2007 -0500
62698
62699     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62700
62701     This is a compatibility step that allows both the older form
62702     and the new form to co-exist for a while until the older can
62703     be removed entirely.
62704
62705     All transformations are of the form:
62706     Before:
62707         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62708     After:
62709         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62710
62711     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62712
62713 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
62714 Author: Jon Loeliger <jdl@jdl.com>
62715 Date:   Mon Jun 11 19:03:08 2007 -0500
62716
62717     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62718
62719     This is a compatibility step that allows both the older form
62720     and the new form to co-exist for a while until the older can
62721     be removed entirely.
62722
62723     All transformations are of the form:
62724     Before:
62725         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62726     After:
62727         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62728
62729     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62730
62731 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
62732 Author: Jon Loeliger <jdl@jdl.com>
62733 Date:   Mon Jun 11 19:03:03 2007 -0500
62734
62735     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62736
62737     This is a compatibility step that allows both the older form
62738     and the new form to co-exist for a while until the older can
62739     be removed entirely.
62740
62741     All transformations are of the form:
62742     Before:
62743         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62744     After:
62745         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62746
62747     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62748
62749 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
62750 Author: Jon Loeliger <jdl@jdl.com>
62751 Date:   Mon Jun 11 19:02:58 2007 -0500
62752
62753     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62754
62755     This is a compatibility step that allows both the older form
62756     and the new form to co-exist for a while until the older can
62757     be removed entirely.
62758
62759     All transformations are of the form:
62760     Before:
62761         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62762     After:
62763         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62764
62765     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62766
62767 commit 98b79003c21c2578206003256de4e781d6b36ca8
62768 Author: Jon Loeliger <jdl@jdl.com>
62769 Date:   Mon Jun 11 19:02:53 2007 -0500
62770
62771     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62772
62773     This is a compatibility step that allows both the older form
62774     and the new form to co-exist for a while until the older can
62775     be removed entirely.
62776
62777     All transformations are of the form:
62778     Before:
62779         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62780     After:
62781         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62782
62783     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62784
62785 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
62786 Author: Jon Loeliger <jdl@jdl.com>
62787 Date:   Mon Jun 11 19:02:49 2007 -0500
62788
62789     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62790
62791     This is a compatibility step that allows both the older form
62792     and the new form to co-exist for a while until the older can
62793     be removed entirely.
62794
62795     All transformations are of the form:
62796     Before:
62797         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62798     After:
62799         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62800
62801     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62802
62803 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
62804 Author: Jon Loeliger <jdl@jdl.com>
62805 Date:   Mon Jun 11 19:02:34 2007 -0500
62806
62807     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62808
62809     This is a compatibility step that allows both the older form
62810     and the new form to co-exist for a while until the older can
62811     be removed entirely.
62812
62813     All transformations are of the form:
62814     Before:
62815         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62816     After:
62817         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62818
62819     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62820
62821 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
62822 Author: Jon Loeliger <jdl@jdl.com>
62823 Date:   Mon Jun 11 19:02:20 2007 -0500
62824
62825     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62826
62827     This is a compatibility step that allows both the older form
62828     and the new form to co-exist for a while until the older can
62829     be removed entirely.
62830
62831     All transformations are of the form:
62832     Before:
62833         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62834     After:
62835         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62836
62837     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62838
62839 commit d5be43de93ff905c465e509d45a3164ef48d26e7
62840 Author: Jon Loeliger <jdl@jdl.com>
62841 Date:   Mon Jun 11 19:02:10 2007 -0500
62842
62843     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62844
62845     This is a compatibility step that allows both the older form
62846     and the new form to co-exist for a while until the older can
62847     be removed entirely.
62848
62849     All transformations are of the form:
62850     Before:
62851         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62852     After:
62853         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62854
62855     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62856
62857 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
62858 Author: Jon Loeliger <jdl@jdl.com>
62859 Date:   Mon Jun 11 19:02:05 2007 -0500
62860
62861     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62862
62863     This is a compatibility step that allows both the older form
62864     and the new form to co-exist for a while until the older can
62865     be removed entirely.
62866
62867     All transformations are of the form:
62868     Before:
62869         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62870     After:
62871         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62872
62873     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62874
62875 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
62876 Author: Jon Loeliger <jdl@jdl.com>
62877 Date:   Mon Jun 11 19:01:54 2007 -0500
62878
62879     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62880
62881     This is a compatibility step that allows both the older form
62882     and the new form to co-exist for a while until the older can
62883     be removed entirely.
62884
62885     All transformations are of the form:
62886     Before:
62887         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62888     After:
62889         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62890
62891     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62892
62893 commit a76adc8142c1d956385a109e0b70f9319ede4d66
62894 Author: Jon Loeliger <jdl@jdl.com>
62895 Date:   Mon Jun 11 19:01:43 2007 -0500
62896
62897     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
62898
62899     This is a compatibility step that allows both the older form
62900     and the new form to co-exist for a while until the older can
62901     be removed entirely.
62902
62903     All transformations are of the form:
62904     Before:
62905         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
62906     After:
62907         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
62908
62909     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62910
62911 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
62912 Author: Jon Loeliger <jdl@jdl.com>
62913 Date:   Mon Jun 11 19:01:34 2007 -0500
62914
62915     Introduce initial versions of new Command Config files.
62916
62917     Derive three new files from cmd_confdefs.h:
62918         config_bootp.h - Has BOOTP related config options, not commands
62919         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
62920         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
62921
62922     For now, include "config_bootp.h" for compatability until all
62923     users of it directly include it properly.
62924
62925     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62926
62927 commit 1f2a05898658900dc5717761e27abf2052e67e13
62928 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
62929 Date:   Sat Jun 30 18:50:48 2007 +0200
62930
62931     Fix S-ATA support.
62932
62933     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
62934
62935 commit a5d71e290f3673269be8eefb4ec44f53412f9461
62936 Author: Heiko Schocher <hs@pollux.denx.de>
62937 Date:   Mon Jun 25 19:11:37 2007 +0200
62938
62939     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
62940
62941     Signed-off-by: Heiko Schocher <hs@denx.de>
62942
62943 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
62944 Author: Niklaus Giger <niklaus.giger@nestal.com>
62945 Date:   Mon Jun 25 17:03:13 2007 +0200
62946
62947     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
62948
62949     This patch prints the DDR status registers upon machine check
62950     interrupt on the 440EPx/GRx. This can be useful especially when
62951     ECC support is enabled.
62952
62953     I added some small changes to the original patch from Niklaus to
62954     make it compile clean.
62955
62956     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
62957     Signed-off-by: Stefan Roese <sr@denx.de>
62958
62959 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
62960 Author: Niklaus Giger <niklaus.giger@nestal.com>
62961 Date:   Mon Jun 25 16:50:55 2007 +0200
62962
62963     ppc4xx: Fix O=buildir builds
62964
62965     This patch fixes the problem to assemble cpu/ppc4xx/start.S
62966     experienced last week where building failed having specified
62967     O=../build.sequoia.
62968
62969     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
62970
62971 commit 466fff1a7bb5fe764a06450626f6098219f446b8
62972 Author: Stefan Roese <sr@denx.de>
62973 Date:   Mon Jun 25 15:57:39 2007 +0200
62974
62975     ppc4xx: Add pci_pre_init() for 405 boards
62976
62977     This patch removes the CFG_PCI_PRE_INIT option completely, since
62978     it's not needed anymore with the patch from Matthias Fuchs with
62979     the "weak" pci_pre_init() implementation.
62980
62981     Signed-off-by: Stefan Roese <sr@denx.de>
62982
62983 commit 6f35c53166213c24a5a0e2390ed861136ff73870
62984 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62985 Date:   Sun Jun 24 17:41:21 2007 +0200
62986
62987     ppc4xx: Maintenance patch for esd's CPCI405 derivats
62988
62989     -add pci_pre_init() for pci interrupt fixup code
62990     -disable phy sleep mode via reset_phy() function
62991     -use correct io accessors
62992     -cleanup
62993
62994     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62995
62996 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
62997 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62998 Date:   Sun Jun 24 17:23:41 2007 +0200
62999
63000     ppc4xx: Add pci_pre_init() for 405 boards
63001
63002     This patch adds support for calling a plattform dependant
63003     pci_pre_init() function for 405 boards. This can be used to
63004     move the current pci_405gp_fixup_irq() function into the
63005     board code.
63006
63007     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
63008     A default function with 'weak' attribute is used when
63009     a board specific pci_pre_init() is not implemented.
63010
63011     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63012
63013 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
63014 Author: Wolfgang Denk <wd@denx.de>
63015 Date:   Fri Jun 22 23:59:00 2007 +0200
63016
63017     Coding stylke cleanup; rebuild CHANGELOG
63018
63019 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
63020 Author: Igor Lisitsin <igor@emcraft.com>
63021 Date:   Wed Apr 18 14:55:19 2007 +0400
63022
63023     Adapt log buffer code to support Linux 2.6
63024
63025     A new environment variable, "logversion", selects the log buffer
63026     behaviour. If it is not set or set to a value other than 2, then the
63027     old, Linux 2.4.4, behaviour is selected.
63028
63029     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
63030     --
63031
63032 commit a11e06965ec91270c51853407ff1261d3c740386
63033 Author: Igor Lisitsin <igor@emcraft.com>
63034 Date:   Wed Mar 28 19:06:19 2007 +0400
63035
63036     Extend POST support for PPC440
63037
63038     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
63039
63040     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
63041     --
63042
63043 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
63044 Author: Heiko Schocher <hs@pollux.denx.de>
63045 Date:   Fri Jun 22 19:11:54 2007 +0200
63046
63047     [PCS440EP]      upgrade the PCS440EP board:
63048                     - Show on the Status LEDs, some States of the board.
63049                     - Get the MAC addresses from the EEProm
63050                     - use PREBOOT
63051                     - use the CF on the board.
63052                     - check the U-Boot image in the Flash with a SHA1
63053                       checksum.
63054                     - use dynamic TLB entries generation for the SDRAM
63055
63056     Signed-off-by: Heiko Schocher <hs@denx.de>
63057
63058 commit 3a1f5c81b0b9557817a789bece839905581c2205
63059 Author: Stefan Roese <sr@denx.de>
63060 Date:   Fri Jun 22 16:58:40 2007 +0200
63061
63062     ppc4xx: Fix problem with extended program_tlb() funtion
63063
63064     The recently extended program_tlb() function had a problem when
63065     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
63066     virtual address was not incremented. This patch fixes this issue
63067     and is tested on Katmai with 512MB SDRAM.
63068
63069     Signed-off-by: Stefan Roese <sr@denx.de>
63070
63071 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
63072 Author: Rafal Jaworowski <raj@semihalf.com>
63073 Date:   Fri Jun 22 14:58:04 2007 +0200
63074
63075     [ppc] Fix build breakage for all non-4xx PowerPC variants.
63076
63077     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
63078     - minor 4xx cleanup
63079
63080 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
63081 Author: Mike Frysinger <vapier@gentoo.org>
63082 Date:   Fri Jun 22 10:34:12 2007 +0200
63083
63084     [patch] add nand_init() prototype to nand.h
63085
63086     since nand_init() is expected to be called by other parts of u-boot, there
63087     should be a prototype for it in nand.h
63088
63089     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63090     Signed-off-by: Stefan Roese <sr@denx.de>
63091
63092 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
63093 Author: Wolfgang Denk <wd@denx.de>
63094 Date:   Wed Jun 20 18:14:24 2007 +0200
63095
63096     Coding style cleanup. Refresh CHANGELOG.
63097
63098 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
63099 Author: Stefan Roese <sr@denx.de>
63100 Date:   Tue Jun 19 17:22:44 2007 +0200
63101
63102     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
63103
63104     This patch adds a board command to configure the I2C bootstrap EEPROM
63105     values. Right now 533 and 667MHz are supported for booting either via NOR
63106     or NAND FLASH. Here the usage:
63107
63108     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
63109     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
63110
63111     Signed-off-by: Stefan Roese <sr@denx.de>
63112
63113 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
63114 Author: Stefan Roese <sr@denx.de>
63115 Date:   Tue Jun 19 16:42:31 2007 +0200
63116
63117     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
63118
63119     The latest changes showed a problem with the location of the NAND-SPL
63120     image in the OCM and the init-data area (incl. cache). This patch
63121     fixes this problem.
63122
63123     Signed-off-by: Stefan Roese <sr@denx.de>
63124
63125 commit 86ba99e34194394052d24c04dc40d1263d29a26f
63126 Author: Stefan Roese <sr@denx.de>
63127 Date:   Tue Jun 19 16:40:58 2007 +0200
63128
63129     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
63130
63131     Signed-off-by: Stefan Roese <sr@denx.de>
63132
63133 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
63134 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
63135 Date:   Mon Jun 18 13:50:13 2007 -0500
63136
63137     Added M5329AFEE and M5329BFEE Platforms
63138
63139     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
63140     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
63141     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
63142     rtc/mcfrtc.c
63143
63144     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
63145     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
63146     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
63147     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
63148     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
63149     lib_m68k/time.c, net/eth.c and rtc/Makefile
63150
63151     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
63152
63153 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
63154 Author: Michal Simek <monstr@monstr.eu>
63155 Date:   Sun Jun 17 19:04:11 2007 +0200
63156
63157     [fix] email reparation
63158
63159 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
63160 Author: Michal Simek <monstr@monstr.eu>
63161 Date:   Sun Jun 17 19:03:21 2007 +0200
63162
63163     [FIX] fix microblaze file permitission
63164
63165 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
63166 Author: Stefan Roese <sr@denx.de>
63167 Date:   Fri Jun 15 11:33:41 2007 +0200
63168
63169     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
63170
63171     Now CONFIG_440 has to be defined in all PPC440 board config files.
63172
63173     Signed-off-by: Stefan Roese <sr@denx.de>
63174
63175 commit efa35cf12d914d4caba942acd5a6c45f217de302
63176 Author: Grzegorz Bernacki <gjb@semihalf.com>
63177 Date:   Fri Jun 15 11:19:28 2007 +0200
63178
63179     ppc4xx: Clean up 440 exceptions handling
63180
63181     - Introduced dedicated switches for building 440 and 405 images required
63182       for 440-specific machine instructions like 'rfmci' etc.
63183
63184     - Exception vectors moved to the proper location (_start moved away from
63185       the critical exception handler space, which it occupied)
63186
63187     - CriticalInput now serviced (with default handler)
63188
63189     - MachineCheck properly serviced (added a dedicated handler and return
63190       subroutine)
63191
63192     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
63193       unhandled and those not relevant for 4xx were eliminated)
63194
63195     - Eliminated Linux leftovers, removed dead code
63196
63197     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
63198     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
63199     Signed-off-by: Stefan Roese <sr@denx.de>
63200
63201 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
63202 Author: Stefan Roese <sr@denx.de>
63203 Date:   Fri Jun 15 08:18:01 2007 +0200
63204
63205     [ppc4xx] Add initial lwmon5 board support
63206
63207     This patch adds initial support for the Liebherr lwmon5 board euqipped
63208     with an AMCC 440EPx PowerPC.
63209
63210     Signed-off-by: Stefan Roese <sr@denx.de>
63211
63212 commit 85f737376d5ff3d5f0d45a8b657686326d175307
63213 Author: Stefan Roese <sr@denx.de>
63214 Date:   Fri Jun 15 07:39:43 2007 +0200
63215
63216     [ppc4xx] Extend 44x GPIO setup with default output state
63217
63218     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
63219     is extended with the default GPIO output state (level).
63220
63221     Signed-off-by: Stefan Roese <sr@denx.de>
63222
63223 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
63224 Author: Stefan Roese <sr@denx.de>
63225 Date:   Thu Jun 14 11:14:32 2007 +0200
63226
63227     [ppc4xx] Extend program_tlb() with virtual & physical addresses
63228
63229     Now program_tlb() allows to program a TLB (or multiple) with
63230     different virtual and physical addresses. With this change, now one
63231     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
63232     diabled and once with caches enabled.
63233
63234     Signed-off-by: Stefan Roese <sr@denx.de>
63235
63236 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
63237 Author: Detlev Zundel <dzu@denx.de>
63238 Date:   Wed May 23 19:02:41 2007 +0200
63239
63240     Change 'repeatable' attribute of some commands to sensible values.
63241
63242     Most prominently this changes 'erase' to be non-repeatable.
63243
63244     Signed-off-by: Detlev Zundel <dzu@denx.de>
63245
63246 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
63247 Author: Detlev Zundel <dzu@denx.de>
63248 Date:   Wed May 23 18:47:48 2007 +0200
63249
63250     Fix 'run' not to continue after interrupted command
63251
63252     Signed-off-by: Detlev Zundel <dzu@denx.de>
63253
63254 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
63255 Author: Jason Jin <Jason.jin@freescale.com>
63256 Date:   Mon Jun 11 15:14:24 2007 +0200
63257
63258     USB: This patch fix readl in ohci swap reg access.
63259
63260     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
63261
63262 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
63263 Author: Bartlomiej Sieka <tur@semihalf.com>
63264 Date:   Fri Jun 8 14:52:22 2007 +0200
63265
63266     TQM5200: Add Flat Device Tree support, update default env. accordingly.
63267
63268     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
63269     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
63270
63271 commit 9045f33c023f698660a2e45d1b2194c0711abebc
63272 Author: Wolfgang Denk <wd@denx.de>
63273 Date:   Fri Jun 8 10:24:58 2007 +0200
63274
63275     Fix config problems on SC3 board; make ide_reset_timeout work.
63276
63277 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
63278 Author: BenoĂ®t Monin <bmonin@adeneo.eu>
63279 Date:   Fri Jun 8 09:55:24 2007 +0200
63280
63281     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
63282
63283     Set the correct value in GPIOx_TCR when configuring the gpio
63284     with CFG_440_GPIO_TABLE.
63285
63286     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
63287     Signed-off-by: Stefan Roese <sr@denx.de>
63288
63289 commit f539edc076cfe52bff919dd512ba8d7af0e22092
63290 Author: Vadim Bendebury <vbendeb@google.com>
63291 Date:   Thu May 24 15:52:25 2007 -0700
63292
63293     cosmetic changes to bcm570x driver
63294
63295     This is a cosmetic only changes submission.
63296     It affects files relevant to bcm570x driver.
63297     the commands used to generate this change was
63298
63299     cd drivers
63300     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
63301
63302     The BMW target (the only one using this chip so far) builds cleanly, the
63303     `before and after' generated object files for drivers/bcm570x.c and
63304     drivers/tigon3.o are identical as reported by objdump -d
63305
63306     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
63307     Signed-off-by: Ben Warren <bwarren@qstreams.com>
63308
63309 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
63310 Author: Wolfgang Denk <wd@denx.de>
63311 Date:   Wed Jun 6 16:26:56 2007 +0200
63312
63313     Coding Style cleanup; generate new CHANGELOG file.
63314
63315     Signed-off-by: Wolfgang Denk <wd@denx.de>
63316
63317 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
63318 Author: Markus Klotzbuecher <mk@denx.de>
63319 Date:   Wed Jun 6 11:49:44 2007 +0200
63320
63321     TRAB, USB: update trab board configuration for use of generic ohci driver
63322
63323 commit dace45acd1c1357daa9322099d07c9a9e08b0024
63324 Author: Markus Klotzbuecher <mk@denx.de>
63325 Date:   Wed Jun 6 11:49:43 2007 +0200
63326
63327     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
63328
63329 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
63330 Author: Markus Klotzbuecher <mk@denx.de>
63331 Date:   Wed Jun 6 11:49:43 2007 +0200
63332
63333     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
63334
63335 commit fc43be478f2aa37ce38acd85355038866e4162af
63336 Author: Markus Klotzbuecher <mk@denx.de>
63337 Date:   Wed Jun 6 11:49:35 2007 +0200
63338
63339     USB/OHCI: endianness cleanup in the generic ohci driver
63340
63341 commit c440bfe6d6d92d66478a7e84402b31f48413617b
63342 Author: Stefan Roese <sr@denx.de>
63343 Date:   Wed Jun 6 11:42:13 2007 +0200
63344
63345     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
63346
63347     This patch adds NAND booting support for the AMCC Acadia eval board.
63348
63349     Please make sure to configure jumper J7 to position 2-3 when booting
63350     from NOR, and to position 1-2 when booting for NAND.
63351
63352     I also added a board command to configure the I2C bootstrap EEPROM
63353     values. Right now only 267MHz is support for booting either via NOR
63354     or NAND FLASH. Here the usage:
63355
63356     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
63357     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
63358
63359     Signed-off-by: Stefan Roese <sr@denx.de>
63360
63361 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
63362 Author: Rodolfo Giometti <giometti@linux.it>
63363 Date:   Wed Jun 6 10:08:14 2007 +0200
63364
63365     Files include/linux/byteorder/{big,little}_endian.h define
63366     __BIG_ENDIAN and __LITTLE_ENDIAN.
63367
63368     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
63369
63370 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
63371 Author: Zhang Wei <wei.zhang@freescale.com>
63372 Date:   Wed Jun 6 10:08:14 2007 +0200
63373
63374     Add USB PCI-OHCI, USB keyboard and event poll support to the
63375     MPC8641HPCN board config file.
63376
63377     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
63378
63379 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
63380 Author: Zhang Wei <wei.zhang@freescale.com>
63381 Date:   Wed Jun 6 10:08:14 2007 +0200
63382
63383     USB PCI-OHCI, interrupt pipe and usb event poll support
63384
63385     This patch added USB PCI-OHCI chips support, interrupt pipe support
63386     and usb event poll support. For supporting the USB interrupt pipe, the
63387     globe urb_priv is moved to purb in ed struct. Now, we can process
63388     several urbs at one time. The interrupt pipe support codes are ported
63389     from Linux kernel 2.4.
63390
63391     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
63392
63393 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
63394 Author: Zhang Wei <wei.zhang@freescale.com>
63395 Date:   Wed Jun 6 10:08:13 2007 +0200
63396
63397     USB event poll support
63398
63399     This patch adds USB event poll support, which could be used in usbkbd
63400     and other usb devices driver when the asynchronous interrupt
63401     processing is supported.
63402
63403     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
63404
63405 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
63406 Author: Rodolfo Giometti <giometti@linux.it>
63407 Date:   Wed Jun 6 10:08:12 2007 +0200
63408
63409     ISP116x: delay for crappy USB keys
63410
63411     Using some (very) slow USB keys cause the USB host controller buffers
63412     are not ready to be read by the CPU so we need an extra delay before
63413     reading the USB storage data.
63414
63415     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
63416
63417 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
63418 Author: Markus Klotzbuecher <mk@denx.de>
63419 Date:   Wed Jun 6 10:08:12 2007 +0200
63420
63421     Change duplicate usb_cpu_init_fail to usb_board_init_fail
63422
63423     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
63424     this out.
63425
63426     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
63427
63428 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
63429 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
63430 Date:   Tue Jun 5 12:30:52 2007 -0500
63431
63432     mpc8641 image size cleanup
63433
63434     e600 does not have a bootpg restriction.
63435     Move the version string to beginning of image at fff00000.
63436     Resetvec.S is not needed.
63437     Update flash copy instructions.
63438     Add tftpflash env variable
63439
63440     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63441     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63442
63443 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
63444 Author: BenoĂ®t Monin <bmonin@adeneo.eu>
63445 Date:   Mon Jun 4 08:36:05 2007 +0200
63446
63447     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
63448
63449     The attached patch is mainly cosmetic, allowing u-boot to
63450     display the correct bootstrap option letter according to the
63451     datasheets.
63452
63453     The original patch was extended with 405EZ support by Stefan
63454     Roese.
63455
63456     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
63457     Signed-off-by: Stefan Roese <sr@denx.de>
63458
63459 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
63460 Author: Nikita V. Youshchenko <yoush@debian.org>
63461 Date:   Wed May 23 12:45:19 2007 +0400
63462
63463     fix compilation problem for mpc8349itx CFG_RAMBOOT
63464
63465     Current include/configs/MPC8349ITX.h does contain some support for building
63466     image that will be started from memory (without putting in into flash).
63467     It could be triggered by building with TEXT_BASE set to a low value.
63468
63469     However, this support is incomplete: using of low TEXT_BASE causes
63470     defining configuration macros in inconsistent way, which later leads
63471     to compilation errors. In particular. flash support is being disabled,
63472     but then flash structures get referenced.
63473
63474     This patch fixes this, making it possible to build with low TEXT_BASE.
63475
63476     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
63477
63478     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63479
63480 commit 8a364f0970de49949d635e60accf463c6443ef8c
63481 Author: Nikita V. Youshchenko <yoush@debian.org>
63482 Date:   Wed May 23 12:45:25 2007 +0400
63483
63484     add missing 'console' var to default mpc8349itx config
63485
63486     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63487
63488 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
63489 Author: Stefan Roese <sr@denx.de>
63490 Date:   Fri Jun 1 16:18:17 2007 +0200
63491
63492     ppc4xx: Add missing file for Bamboo NAND booting support
63493
63494     Signed-off-by: Stefan Roese <sr@denx.de>
63495
63496 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
63497 Author: Stefan Roese <sr@denx.de>
63498 Date:   Fri Jun 1 15:58:19 2007 +0200
63499
63500     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
63501
63502     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
63503     suggested by AMCC it is not recommended to dynamically change the EBC
63504     speed after bootup. So we undo this change to be on the safe side.
63505
63506     Signed-off-by: Stefan Roese <sr@denx.de>
63507
63508 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
63509 Author: Stefan Roese <sr@denx.de>
63510 Date:   Fri Jun 1 15:29:04 2007 +0200
63511
63512     ppc4xx: Update Sequoia NAND booting support with ECC
63513
63514     Signed-off-by: Stefan Roese <sr@denx.de>
63515
63516 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
63517 Author: Stefan Roese <sr@denx.de>
63518 Date:   Fri Jun 1 15:27:11 2007 +0200
63519
63520     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
63521
63522     This patch adds NAND booting support for the AMCC Bamboo eval board.
63523     Since the NAND-SPL boot image is limited to 4kbytes, this version
63524     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
63525     supported, since the setup code for I2C DIMM autodetection and
63526     configuration is too big for this NAND bootloader.
63527
63528     Signed-off-by: Stefan Roese <sr@denx.de>
63529
63530 commit 42be56f53c8b107868e6125c8524ae84293e95a7
63531 Author: Stefan Roese <sr@denx.de>
63532 Date:   Fri Jun 1 15:23:04 2007 +0200
63533
63534     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
63535
63536     The U-Boot NAND booting support is now extended to support ECC
63537     upon loading of the NAND U-Boot image.
63538
63539     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
63540
63541     Signed-off-by: Stefan Roese <sr@denx.de>
63542
63543 commit a471db07fbb65a841ffc9f4f112562b945230f98
63544 Author: Stefan Roese <sr@denx.de>
63545 Date:   Fri Jun 1 15:19:29 2007 +0200
63546
63547     ppc4xx: Prepare Bamboo port for NAND booting support
63548
63549     This patch updates the "normal" Bamboo NOR booting port, so
63550     that it is compatible with the coming soon NAND booting
63551     Bamboo port.
63552
63553     It also enables the 2nd NAND flash on the Bamboo.
63554
63555     Signed-off-by: Stefan Roese <sr@denx.de>
63556
63557 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
63558 Author: Stefan Roese <sr@denx.de>
63559 Date:   Fri Jun 1 15:16:58 2007 +0200
63560
63561     ppc4xx: Update in_be32() functions and friends to latest Linux version
63562
63563     Signed-off-by: Stefan Roese <sr@denx.de>
63564
63565 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
63566 Author: Stefan Roese <sr@denx.de>
63567 Date:   Fri Jun 1 15:15:12 2007 +0200
63568
63569     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
63570
63571     This patch adds hardware ECC support to the NDFC driver. It also
63572     changes the register access from using the "simple" in32/out32
63573     functions to the in_be32/out_be32 functions, which make sure
63574     that the access is correctly synced. This is the only recommended
63575     access to SoC registers in the current Linux kernel.
63576
63577     Signed-off-by: Stefan Roese <sr@denx.de>
63578
63579 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
63580 Author: Stefan Roese <sr@denx.de>
63581 Date:   Fri Jun 1 15:12:15 2007 +0200
63582
63583     NAND: Update nand_ecc.c to latest Linux version
63584
63585     This patch updates the nand_ecc code to the latest Linux version.
63586     The main reason for this is the more compact code. This makes
63587     it possible to include the ECC code into the NAND bootloader
63588     image (NAND_SPL) for PPC4xx.
63589
63590     Signed-off-by: Stefan Roese <sr@denx.de>
63591
63592 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
63593 Author: Stefan Roese <sr@denx.de>
63594 Date:   Fri Jun 1 15:09:50 2007 +0200
63595
63596     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
63597
63598     Signed-off-by: Stefan Roese <sr@denx.de>
63599
63600 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
63601 Author: Stefan Roese <sr@denx.de>
63602 Date:   Fri Jun 1 13:45:24 2007 +0200
63603
63604     ppc4xx: Change Luan config file to support ECC
63605
63606     With the updated 44x DDR2 driver the Luan board now supports
63607     ECC generation and checking.
63608
63609     Signed-off-by: Stefan Roese <sr@denx.de>
63610
63611 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
63612 Author: Stefan Roese <sr@denx.de>
63613 Date:   Fri Jun 1 13:45:00 2007 +0200
63614
63615     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
63616
63617     Add config option for 180 degree advance clock control as needed
63618     for the AMCC Luan eval board.
63619
63620     Signed-off-by: Stefan Roese <sr@denx.de>
63621
63622 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
63623 Author: Wolfgang Denk <wd@denx.de>
63624 Date:   Thu May 31 17:20:09 2007 +0200
63625
63626     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
63627
63628     Signed-off-by: Wolfgang Denk <wd@denx.de>
63629
63630 commit 7049288fb1f16f1b317140226cdebd07bd416395
63631 Author: Bartlomiej Sieka <tur@semihalf.com>
63632 Date:   Sun May 27 17:26:46 2007 +0200
63633
63634     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
63635
63636     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63637
63638 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
63639 Author: Bartlomiej Sieka <tur@semihalf.com>
63640 Date:   Sun May 27 17:06:36 2007 +0200
63641
63642     Motion-PRO: Add support for redundant environment.
63643
63644     Enable redundant environment, add a MTD partition for it; also add env.
63645     variable command for passing MTD partitions to the kernel command line.
63646
63647     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
63648     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
63649
63650 commit a26eabeec31746f06d309103690892805696e344
63651 Author: Bartlomiej Sieka <tur@semihalf.com>
63652 Date:   Sun May 27 17:05:11 2007 +0200
63653
63654     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
63655
63656     Allow passing longer command line to the kernel - useful especially
63657     for passing MTD partition layout.
63658
63659     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
63660     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
63661
63662 commit 9160b96f71483a116de81c68985e8ee306d36764
63663 Author: Bartlomiej Sieka <tur@semihalf.com>
63664 Date:   Sun May 27 17:04:18 2007 +0200
63665
63666     Fix: Add missing NULL termination in strings expanded by macros parser.
63667
63668     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
63669     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
63670
63671 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
63672 Author: Bartlomiej Sieka <tur@semihalf.com>
63673 Date:   Sun May 27 17:03:37 2007 +0200
63674
63675     Motion-PRO: Update EEPROM's page write bits and write delay.
63676
63677     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
63678     have a page write capability of two bytes", and "This device offers fast (1ms)
63679     byte write". Add 3ms of extra delay.
63680
63681     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
63682     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
63683
63684 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
63685 Author: Bartlomiej Sieka <tur@semihalf.com>
63686 Date:   Sun May 27 16:58:45 2007 +0200
63687
63688     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
63689
63690     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
63691     networking does not function. This commit switches PHY to TX mode by clearing
63692     the FX_SEL bit of Mode Control Register. It also reverses commit
63693     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
63694
63695     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
63696     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
63697
63698 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
63699 Author: Bartlomiej Sieka <tur@semihalf.com>
63700 Date:   Sun May 27 16:57:15 2007 +0200
63701
63702     Motion-PRO: Add support for the temperature sensor.
63703
63704     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
63705     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
63706
63707 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
63708 Author: Bartlomiej Sieka <tur@semihalf.com>
63709 Date:   Sun May 27 16:55:23 2007 +0200
63710
63711     Motion-PRO: Add displaying of CPLD revision information during boot.
63712
63713     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
63714     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
63715
63716 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
63717 Author: Bartlomiej Sieka <tur@semihalf.com>
63718 Date:   Sun May 27 16:53:43 2007 +0200
63719
63720     MPC5xxx: Change names of defines related to IPB and PCI clocks.
63721
63722     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
63723     them does not cause PCI or IPB clocks to run at the specified speed.
63724     Instead, they configure divisors used to calculate said clocks. This
63725     patch renames the defines according to their real function.
63726
63727     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
63728     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
63729
63730 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
63731 Author: Bartlomiej Sieka <tur@semihalf.com>
63732 Date:   Sun May 27 16:51:48 2007 +0200
63733
63734     Motion-PRO: Add LED support.
63735
63736     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
63737     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63738     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
63739
63740 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
63741 Author: Ulf Samuelsson <ulf@atmel.com>
63742 Date:   Thu May 24 12:12:47 2007 +0200
63743
63744     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
63745
63746     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
63747     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
63748     Signed-off-by: Stefan Roese <sr@denx.de>
63749
63750 commit d756894722c888d09a9fa1df8323753772d3dcce
63751 Author: Stefan Roese <sr@denx.de>
63752 Date:   Thu May 24 09:49:00 2007 +0200
63753
63754     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
63755
63756     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
63757     fixes a small bug in the 405EZ OCM initialization. Thanks for
63758     spotting.
63759
63760     Signed-off-by: Stefan Roese <sr@denx.de>
63761
63762 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
63763 Author: Stefan Roese <sr@denx.de>
63764 Date:   Thu May 24 08:22:09 2007 +0200
63765
63766     ppc4xx: Update AMCC Acadia support for board revision 1.1
63767
63768     This patch updates the Acadia (405EZ) support for the new 1.1 board
63769     revision. It also adds support for NAND FLASH via the 4xx NDFC.
63770
63771     Please note that the jumper J7 must be in position 2-3 for this
63772     NAND support. Position 1-2 is for NAND booting only. NAND booting
63773     support will follow later.
63774
63775     Signed-off-by: Stefan Roese <sr@denx.de>
63776
63777 commit 822d55365bb557e084d0e33625a6dedcc866110b
63778 Author: Jon Loeliger <jdl@freescale.com>
63779 Date:   Wed May 23 14:09:46 2007 -0500
63780
63781     Add LIST_86xx MAKEALL target for PowerPC builds.
63782
63783     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63784
63785 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
63786 Author: Stefan Roese <sr@denx.de>
63787 Date:   Tue May 22 12:48:09 2007 +0200
63788
63789     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
63790
63791     Signed-off-by: Stefan Roese <sr@denx.de>
63792
63793 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
63794 Author: Stefan Roese <sr@denx.de>
63795 Date:   Tue May 22 12:46:10 2007 +0200
63796
63797     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
63798
63799     This patch adds support for 405 PPC's to the 4xx NAND driver
63800     ndfc.c. This is in preparation for the new AMCC 405EZ.
63801
63802     Signed-off-by: Stefan Roese <sr@denx.de>
63803
63804 commit 10603d76767426be803dadd4fb688b97eb69481c
63805 Author: Stefan Roese <sr@denx.de>
63806 Date:   Mon May 21 07:41:22 2007 +0200
63807
63808     ppc4xx: Fix problem in 405EZ OCM initialization
63809
63810     As spotted by Bruce Adler this patch fixes an initialization problem
63811     for the 405EZ OCM.
63812
63813     Signed-off-by: Stefan Roese <sr@denx.de>
63814
63815 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
63816 Author: Peter Pearse <peter.pearse@arm.com>
63817 Date:   Fri May 18 16:47:03 2007 +0100
63818
63819     Reduce line lengths to 80 characters max.
63820
63821 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
63822 Author: Peter Pearse <peter.pearse@arm.com>
63823 Date:   Fri May 18 14:34:07 2007 +0100
63824
63825     Makefile permissions
63826
63827 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
63828 Author: Peter Pearse <peter.pearse@arm.com>
63829 Date:   Fri May 18 14:33:11 2007 +0100
63830
63831     Makefile permissions
63832
63833 commit 255a3577c848706441daee0174543efe205a77f8
63834 Author: Kim Phillips <kim.phillips@freescale.com>
63835 Date:   Wed May 16 16:52:19 2007 -0500
63836
63837     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
63838
63839     For all practical u-boot purposes, TSECs don't differ throughout the
63840     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
63841
63842     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63843
63844 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
63845 Author: Stefano Babic <sbabic@denx.de>
63846 Date:   Wed May 16 14:49:12 2007 +0200
63847
63848     Fix compile problem cause my Microblaze merge
63849
63850     Signed-off-by: Stefano Babic <sbabic@denx.de>
63851
63852 commit ada4697d0230d6da552867777f98a67ec3ba2579
63853 Author: Jeffrey Mann <mannj@embeddedplanet.com>
63854 Date:   Wed May 16 13:23:10 2007 +0200
63855
63856     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
63857
63858     Because the Sequoia board does not boot with an EBC faster than 66MHz,
63859     the clock divider are changed after the initial boot process.
63860
63861     This allows for maximum clocking speeds  to be achieved on newer boards.
63862     Sequoia boards with 666.66 MHz processors require that the EBC divider
63863     be set to 3 in order to start the initial boot process at a slower EBC
63864     speed. After the initial boot process, the divider can be set back to 2,
63865     which will cause the boards to run at 83.333MHz. This is backward
63866     compatible with boards with 533.33 MHz processors, as these boards will
63867     already be set with an EBC divider of 2.
63868
63869     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
63870
63871 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
63872 Author: Wolfgang Denk <wd@denx.de>
63873 Date:   Wed May 16 01:16:53 2007 +0200
63874
63875     Minor Coding Style cleanup, update CHANGELOG.
63876
63877     Signed-off-by: Wolfgang Denk <wd@denx.de>
63878
63879 commit d62f64cc23a940eafe712c776b3249e4160753d1
63880 Author: Wolfgang Denk <wd@denx.de>
63881 Date:   Wed May 16 00:13:33 2007 +0200
63882
63883     Coding Style Cleanup, new CHANGELOG
63884
63885 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
63886 Author: Wolfgang Denk <wd@denx.de>
63887 Date:   Tue May 15 23:38:05 2007 +0200
63888
63889     Minor coding style cleanup.
63890
63891 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
63892 Author: mushtaq khan <mushtaq_k@procsys.com>
63893 Date:   Fri Apr 20 14:23:02 2007 +0530
63894
63895     Add driver for S-ATA-controller on Intel processors with South
63896     Bridge, ICH-5, ICH-6 and ICH-7.
63897
63898     Implementation:
63899
63900     1. Code is divided in to two files. All functions, which are
63901        controller specific are kept in "drivers/ata_piix.c" file and
63902        functions, which are not controller specific, are kept in
63903        "common/cmd_sata.c" file.
63904
63905     2. Reading and Writing from the S-ATA drive is done using PIO method.
63906
63907     3. Driver can be configured for 48-bit addressing by defining macro
63908        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
63909        addressing.
63910
63911     4. S-ATA read function is hooked to the File system, commands like
63912        ext2ls and ext2load file can be used. This has been tested.
63913
63914     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
63915        controller and identifies the S-ATA drives connected to it.
63916
63917     6. U-Boot command "sata" is added, which is used to read/write, print
63918        partition table and get info about the drives present. This I have
63919        implemented in same way as "ide" command is implemented in U-Boot.
63920
63921     7. This driver is for S-ATA in native mode.
63922
63923     8. This driver does not support the Native command queuing and
63924        Hot-plugging.
63925
63926     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
63927
63928 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
63929 Author: mushtaq khan <mushtaq_k@procsys.com>
63930 Date:   Mon Apr 30 15:57:22 2007 +0530
63931
63932     Fixes bug clearing the bss section for i386
63933
63934     Hi,
63935     There is a bug in the code of clearing the bss section for processor
63936     i386.(File: cpu/i386/start.S)
63937     In the code, bss_start addr (starting addr of bss section) is put into
63938     the register %eax, but the code which clears the bss section refers to
63939     the addr pointed by %edi.
63940
63941     This patch fixes this bug by putting bss_start into %edi register.
63942
63943     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
63944
63945 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
63946 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
63947 Date:   Mon Apr 30 16:47:28 2007 -0500
63948
63949     Add support for BCM5464 Quad Phy
63950
63951     Added support for Broadcom's BCM5464 Quad Phy
63952
63953     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
63954
63955 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
63956 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
63957 Date:   Wed May 9 08:10:57 2007 +0800
63958
63959     Search the exception table with linear algorithm
63960
63961     Search the exception table with linear algorithm instead of
63962     bisecting algorithm.
63963     Because the exception table might be unsorted.
63964
63965     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63966
63967 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
63968 Author: Aubrey.Li <aubrey.adi@gmail.com>
63969 Date:   Mon May 14 11:47:35 2007 +0800
63970
63971     Fix compilation issues on MACOSX
63972
63973     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
63974     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
63975
63976 commit 56fd7162985c412317bbf763a225fba23c64fd31
63977 Author: Stephen Williams <steve@icarus.com>
63978 Date:   Tue May 15 07:55:42 2007 -0700
63979
63980     Fix for compile of JSE target
63981
63982     The attached patch fixes the compile of the JSE board in the
63983     denx git as of 14 may 2007. It is an extremely simple patch,
63984     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
63985
63986      Fix to compile JSE against 20070514 git of u-boot
63987
63988 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
63989 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
63990 Date:   Sun May 13 21:01:03 2007 +0900
63991
63992     sh: MS7750SE support.
63993
63994     This adds support for the Hitachi MS7750SE.
63995
63996     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
63997
63998 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
63999 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
64000 Date:   Sun May 13 20:58:00 2007 +0900
64001
64002     sh: First support code of SuperH.
64003
64004     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64005
64006 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
64007 Author: Stefan Roese <sr@denx.de>
64008 Date:   Fri May 11 12:01:49 2007 +0200
64009
64010     ppc4xx: Add mtcpr/mfcpr access macros
64011
64012     Signed-off-by: Stefan Roese <sr@denx.de>
64013
64014 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
64015 Author: Stefan Roese <sr@denx.de>
64016 Date:   Fri May 11 12:01:06 2007 +0200
64017
64018     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
64019
64020     Signed-off-by: Stefan Roese <sr@denx.de>
64021
64022 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
64023 Author: Piotr Kruszynski <ppk@semihalf.com>
64024 Date:   Thu May 10 16:55:52 2007 +0200
64025
64026     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
64027     definition.
64028
64029 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
64030 Author: Peter Pearse <peter.pearse@arm.com>
64031 Date:   Wed May 9 11:42:44 2007 +0100
64032
64033     Add the board directory for SMN42
64034
64035 commit 160131bf965785419626df6c388729fe0b597992
64036 Author: Peter Pearse <peter.pearse@arm.com>
64037 Date:   Wed May 9 11:41:58 2007 +0100
64038
64039     Add the files for the SMN42 board
64040
64041 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
64042 Author: Peter Pearse <peter.pearse@arm.com>
64043 Date:   Wed May 9 11:40:34 2007 +0100
64044
64045     Remove the deleted files for the SMN42 patch
64046
64047 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
64048 Author: Peter Pearse <peter.pearse@arm.com>
64049 Date:   Wed May 9 11:37:56 2007 +0100
64050
64051     New board SMN42 branch
64052
64053 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
64054 Author: Peter Pearse <peter.pearse@arm.com>
64055 Date:   Wed May 9 10:24:38 2007 +0100
64056
64057     Makefile permissions
64058
64059 commit b84289b595731e8851df46e893845cc1322c9b9b
64060 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
64061 Date:   Tue May 8 14:17:07 2007 -0500
64062
64063     8641hpcn: Fix Makefile after moving pixis to board/freescale.
64064
64065     The OBJTREE != SRCTREE build scenario was broken.
64066     This fixes it.
64067
64068     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64069     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64070
64071 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
64072 Author: Michal Simek <monstr@monstr.eu>
64073 Date:   Tue May 8 15:57:43 2007 +0200
64074
64075     add: reading special purpose registers
64076
64077 commit 1a50f164beb065f360fbddb76029607d6b099698
64078 Author: Michal Simek <monstr@monstr.eu>
64079 Date:   Tue May 8 14:52:52 2007 +0200
64080
64081     add: Microblaze V5 exception handling
64082
64083 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
64084 Author: Michal Simek <monstr@monstr.eu>
64085 Date:   Tue May 8 14:39:11 2007 +0200
64086
64087     add: FSL control read and write
64088
64089 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
64090 Author: Piotr Kruszynski <ppk@semihalf.com>
64091 Date:   Tue May 8 13:05:44 2007 +0200
64092
64093     [Motion-PRO] Add support for I2C, EEPROM and RTC.
64094
64095 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
64096 Author: Bartlomiej Sieka <tur@semihalf.com>
64097 Date:   Tue May 8 10:23:56 2007 +0200
64098
64099     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
64100     environment.
64101
64102 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
64103 Author: Bartlomiej Sieka <tur@semihalf.com>
64104 Date:   Tue May 8 09:39:12 2007 +0200
64105
64106     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
64107     eliminates networking problems in Linux (timeouts).
64108
64109 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
64110 Author: Bartlomiej Sieka <tur@semihalf.com>
64111 Date:   Tue May 8 09:21:57 2007 +0200
64112
64113     [Motion-PRO] Enable Flat Device Tree support and modify default environment
64114     to allow booting of FDT-expecting kernels.
64115
64116 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
64117 Author: Michal Simek <monstr@monstr.eu>
64118 Date:   Mon May 7 23:58:31 2007 +0200
64119
64120     new: USE_MSR_INTR support
64121
64122 commit 008861a2f3ef2c062744d733787c7e530a1b8761
64123 Author: Bartlomiej Sieka <tur@semihalf.com>
64124 Date:   Mon May 7 22:36:15 2007 +0200
64125
64126     [MPC5xxx] There are networking problems on the Motion-PRO board with
64127     current PHY initalization code (tftp timeouts all the time). This commit
64128     temporarily disables PHY initalization sequence to make the networking
64129     operational, until a fix is found.
64130
64131 commit abca901869c3760b6c5fecb825db6c1d91a78a93
64132 Author: Wolfgang Denk <wd@denx.de>
64133 Date:   Mon May 7 22:10:36 2007 +0200
64134
64135     Get rid of duplicated file (see include/configs/sbc8560.h instead)
64136
64137     Signed-off-by: Wolfgang Denk <wd@denx.de>
64138
64139 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
64140 Author: Wolfgang Denk <wd@denx.de>
64141 Date:   Mon May 7 22:07:08 2007 +0200
64142
64143     Get rid of duplicated file (see doc/README.SBC8560 instead)
64144
64145     Signed-off-by: Wolfgang Denk <wd@denx.de>
64146
64147 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
64148 Author: Michal Simek <monstr@monstr.eu>
64149 Date:   Mon May 7 19:43:10 2007 +0200
64150
64151     fix: read and write MSR - repair number of parameters
64152
64153 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
64154 Author: Jeffrey Mann <mannj@embeddedplanet.com>
64155 Date:   Mon May 7 19:42:49 2007 +0200
64156
64157     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
64158
64159     A '3' got cut off in the formatting of the last patch to automatically
64160     change the clock speed of the system clock on sequoia board.
64161
64162     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
64163     Signed-off-by: Stefan Roese <sr@denx.de>
64164
64165 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
64166 Author: Michal Simek <monstr@monstr.eu>
64167 Date:   Mon May 7 19:33:51 2007 +0200
64168
64169     new: fsl interrupt support
64170     FSL_Has_data is connected to INTC.
64171
64172 commit 792032baa7d625e34c981ab6df521911bd8dc861
64173 Author: Michal Simek <monstr@monstr.eu>
64174 Date:   Mon May 7 19:30:12 2007 +0200
64175
64176     fix: interrupt handler
64177     remove asm code
64178
64179 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
64180 Author: Michal Simek <monstr@monstr.eu>
64181 Date:   Mon May 7 19:25:08 2007 +0200
64182
64183     fix: remove asm code
64184
64185 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
64186 Author: Michal Simek <monstr@monstr.eu>
64187 Date:   Mon May 7 19:12:43 2007 +0200
64188
64189     fix: clean interrupt
64190
64191 commit 42efed6130c8fcf7da881385b5427065d2801757
64192 Author: Michal Simek <monstr@monstr.eu>
64193 Date:   Mon May 7 17:22:25 2007 +0200
64194
64195     fix: interrupt handler for multiple sources
64196
64197 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
64198 Author: Michal Simek <monstr@monstr.eu>
64199 Date:   Mon May 7 17:11:09 2007 +0200
64200
64201     new: add writing to msr register
64202
64203 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
64204 Author: Markus Klotzbuecher <mk@denx.de>
64205 Date:   Mon May 7 16:43:56 2007 +0200
64206
64207     Fix an ancient CHANGELOG conflict
64208
64209 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
64210 Author: Timur Tabi <timur@freescale.com>
64211 Date:   Sat May 5 08:12:30 2007 +0200
64212
64213     5xxx: write MAC address to mac-address and local-mac-address
64214
64215     Some device trees have a mac-address property, some have local-mac-address,
64216     and some have both.  To support all of these device trees, ftp_cpu_setup()
64217     should write the MAC address to mac-address and local-mac-address, if they
64218     exist.
64219
64220     Signed-off-by: Timur Tabi <timur@freescale.com>
64221     Acked-by: Grant Likely <grant.likely@secretlab.ca>
64222
64223 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
64224 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
64225 Date:   Sun Apr 29 14:01:54 2007 +0200
64226
64227     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
64228
64229     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
64230     message. Use PVR to distinguish between the two variants, and print proper CPU
64231     information.
64232
64233     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
64234     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64235     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64236
64237 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
64238 Author: Ladislav Michl <ladis@linux-mips.org>
64239 Date:   Wed Apr 25 16:01:26 2007 +0200
64240
64241     [PATCH] simplify silent console
64242
64243     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
64244     Acked-by: Stefan Roese <sr@denx.de>
64245
64246 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
64247 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
64248 Date:   Mon Apr 23 15:30:39 2007 +0200
64249
64250     [PATCH] Avoid assigning PCI resources from zero address
64251
64252     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
64253     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
64254     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
64255     sentence about "0" being considered an invalid address) -- so, use a reasonable
64256     starting value of 0x1000 (that's what the most Linux archs are using).
64257
64258     Alternatively, one might have fixed the calls to pci_set_region() individually
64259     (some code even seems to have taken care of this issue) but that would have
64260     been a lot more work. :-)
64261
64262     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
64263     Acked-by: Stefan Roese <sr@denx.de>
64264
64265 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
64266 Author: Jeffrey Mann <mannj@embeddedplanet.com>
64267 Date:   Mon Apr 23 14:00:11 2007 +0200
64268
64269     [patch] setenv(...) can delete environmentalvariables
64270
64271     update setenv() function so that entering a NULL value for the
64272     variable's value will delete the environmental variable
64273
64274     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
64275     Acked-by: Stefan Roese <sr@denx.de>
64276
64277 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
64278 Author: Mike Frysinger <vapier@gentoo.org>
64279 Date:   Mon Apr 23 13:54:24 2007 +0200
64280
64281     [patch] use unsigned char in smc91111 driver for mac
64282
64283     the v_mac variable in the smc91111 driver is declared as a signed char ...
64284     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
64285     because when it gets printed out, you get a display like:
64286     0xFFFFFFE0 and that's no good
64287
64288     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
64289
64290 commit ffc50f9bb194343c6303517a517708457a5eb6b8
64291 Author: Michal Simek <monstr@monstr.eu>
64292 Date:   Sat May 5 18:54:42 2007 +0200
64293
64294     new: FSL and MSR support #2
64295
64296 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
64297 Author: Michal Simek <monstr@monstr.eu>
64298 Date:   Sat May 5 18:27:16 2007 +0200
64299
64300     new: FSL and MSR support
64301
64302 commit 2f15278c2eb911c668b4fe562130b78cf554d139
64303 Author: Wolfgang Denk <wd@denx.de>
64304 Date:   Sat May 5 18:23:11 2007 +0200
64305
64306     Coding stylke cleanup; update CHANGELOG.
64307
64308     Signed-off-by: Wolfgang Denk <wd@denx.de>
64309
64310 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
64311 Author: Wolfgang Denk <wd@denx.de>
64312 Date:   Sat May 5 18:05:02 2007 +0200
64313
64314     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
64315
64316     Signed-off-by: Wolfgang Denk <wd@denx.de>
64317
64318 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
64319 Author: Wolfgang Denk <wd@denx.de>
64320 Date:   Sat May 5 17:15:50 2007 +0200
64321
64322     Make "file" command happy with some config.mk files; update CHANGELOG
64323
64324 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
64325 Author: Jeffrey Mann <mannj@embeddedplanet.com>
64326 Date:   Sat May 5 08:32:14 2007 +0200
64327
64328     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
64329
64330     The AMCC Secquoia board has been changed in a new revision from using a
64331     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
64332     indicates the difference. This patch reads that bit and uses the correct
64333     clock speed for the board. This code is backward compatable will all
64334     prior boards. All prior boards will be read as 33.000.
64335
64336     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
64337     Signed-off-by: Stefan Roese <sr@denx.de>
64338
64339 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
64340 Author: Stefan Roese <sr@denx.de>
64341 Date:   Sat May 5 08:29:01 2007 +0200
64342
64343     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
64344
64345     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
64346     for the 4k NAND boot image so define bus_frequency to 133MHz here
64347     which is save for the refresh counter setup.
64348
64349     Signed-off-by: Stefan Roese <sr@denx.de>
64350
64351 commit 2f550ab976405300f5b07bf2890800840d0aa05f
64352 Author: Timur Tabi <timur@freescale.com>
64353 Date:   Sat May 5 08:12:30 2007 +0200
64354
64355     5xxx: write MAC address to mac-address and local-mac-address
64356
64357     Some device trees have a mac-address property, some have local-mac-address,
64358     and some have both.  To support all of these device trees, ftp_cpu_setup()
64359     should write the MAC address to mac-address and local-mac-address, if they
64360     exist.
64361
64362     Signed-off-by: Timur Tabi <timur@freescale.com>
64363     Acked-by: Grant Likely <grant.likely@secretlab.ca>
64364
64365 commit a79886590593ba1d667c840caa4940c61639f18f
64366 Author: Thomas Knobloch <knobloch@siemens.com>
64367 Date:   Sat May 5 07:04:42 2007 +0200
64368
64369     NAND: Wrong calculation of page number in nand_block_bad()
64370
64371     In case that there is no memory based bad block table available the
64372     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
64373     nand_block_bad() directly. When parameter 'getchip' is set to zero,
64374     nand_block_bad() will not right shift the offset to calculate the
64375     correct page number.
64376
64377     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
64378     Signed-off-by: Stefan Roese <sr@denx.de>
64379
64380 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
64381 Author: Wolfgang Denk <wd@denx.de>
64382 Date:   Fri May 4 10:02:33 2007 +0200
64383
64384     Fix initrd length corruption in bootm command.
64385
64386     When using FDT Images, the length of an inital ramdisk was
64387     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
64388
64389     Patches by Timur Tabi & Johns Daniel.
64390
64391     Signed-off-by: Wolfgang Denk <wd@denx.de>
64392
64393 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
64394 Author: Kim Phillips <kim.phillips@freescale.com>
64395 Date:   Thu May 3 19:43:52 2007 -0500
64396
64397     mpc83xx: fix trivial error in MAKEALL
64398
64399     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64400
64401 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
64402 Author: Wolfgang Denk <wd@denx.de>
64403 Date:   Thu May 3 16:34:41 2007 +0200
64404
64405     Update board configuration for STX GP3SSA board:
64406
64407     Enable hush shell, environment in flash rather in EEPROM,
64408     more user-friendly default environment, etc.
64409     The simple EEPROM environment can be selected easily in the board
64410     config file.
64411
64412     Signed-off-by: Wolfgang Denk <wd@denx.de>
64413
64414 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
64415 Author: Wolfgang Denk <wd@denx.de>
64416 Date:   Tue Apr 24 14:37:49 2007 +0200
64417
64418     Cleanup STX GP3SSA code; fix build and compile problems.
64419
64420 commit 35171dc04e028ecacc23ad916a66295472555dbf
64421 Author: Dan Malek <dan@embeddedalley.com>
64422 Date:   Fri Jan 5 09:15:34 2007 +0100
64423
64424     Add support for STX GP3SSA (stxssa) Board
64425
64426     Signed-off-by Dan Malek, <dan@embeddedalley.com>
64427
64428 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
64429 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64430 Date:   Wed May 2 13:31:53 2007 +0200
64431
64432     macb: Don't restart autonegotiation if we already have link
64433
64434     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
64435     link is already up.
64436
64437     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64438
64439 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
64440 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64441 Date:   Wed May 2 13:22:38 2007 +0200
64442
64443     macb: Introduce a few barriers when dealing with DMA descriptors
64444
64445     There were a few theoretical possibilities that the compiler might
64446     optimize away DMA descriptor reads and/or writes and thus cause
64447     synchronization problems with the hardware. Insert barriers where
64448     we depend on reads/writes actually hitting memory.
64449
64450     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64451
64452 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
64453 Author: Andy Fleming <afleming@freescale.com>
64454 Date:   Sat Feb 24 01:08:13 2007 -0600
64455
64456     Cleaned up some 85xx PCI bugs
64457
64458     * Cleaned up the CDS PCI Config Tables and added NULL entries to
64459       the end
64460     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
64461     * Fixed 85xx PCI code to assign powar region sizes based on the
64462       config values (rather than hard-coding them)
64463     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
64464
64465     Signed-off-by: Andy Fleming <afleming@freescale.com>
64466
64467 commit 6743105988fc44d5b0d30388c790607835aae7a6
64468 Author: Andy Fleming <afleming@freescale.com>
64469 Date:   Mon Apr 23 02:54:25 2007 -0500
64470
64471     Add support for the 8568 MDS board
64472
64473     This included some changes to common files:
64474     * Add 8568 processor SVR to various places
64475     * Add support for setting the qe bus-frequency value in the dts
64476     * Add the 8568MDS target to the Makefile
64477
64478     Signed-off-by: Andy Fleming <afleming@freescale.com>
64479
64480 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
64481 Author: David Updegraff <dave@cray.com>
64482 Date:   Fri Apr 20 14:34:48 2007 -0500
64483
64484     Add support for treating unknown PHYs as generic PHYs.
64485
64486     When bringing up u-boot on new boards, PHY support sometimes gets
64487     neglected.  Most PHYs don't really need any special support,
64488     though.  By adding a generic entry that always matches if nothing
64489     else does, we can provide support for "unsupported" PHYs for the
64490     tsec.
64491
64492     The generic PHY driver supports most PHYs, including gigabit.
64493
64494     Signed-off-by: David Updegraff <dave@cray.com>
64495     Signed-off-by: Andy Fleming <afleming@freescale.com>
64496
64497 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
64498 Author: James Yang <James.Yang@freescale.com>
64499 Date:   Wed Feb 7 15:28:04 2007 -0600
64500
64501     Conditionalize 8641 Rev1.0 MCM workarounds
64502
64503     Signed-off-by: James Yang <James.Yang@freescale.com>
64504     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64505
64506 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
64507 Author: Timur Tabi <timur@freescale.com>
64508 Date:   Mon Apr 30 13:59:50 2007 -0500
64509
64510     Fix memory initialization on MPC8349E-mITX
64511
64512     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
64513     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
64514     on some ITX boards, notably those with a revision 3.1 CPU.
64515
64516     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
64517     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
64518
64519     Signed-off-by: Timur Tabi <timur@freescale.com>
64520     Acked-by: Michael Benedict <MBenedict@twacs.com>
64521     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64522
64523 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
64524 Author: Kim Phillips <kim.phillips@freescale.com>
64525 Date:   Mon Apr 30 15:26:21 2007 -0500
64526
64527     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
64528
64529     and fix CPU: to align with Board: display text.
64530
64531     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64532
64533 commit c1ab82669d9525998c34e802a12cad662723f22a
64534 Author: James Yang <James.Yang@freescale.com>
64535 Date:   Fri Mar 16 13:02:53 2007 -0500
64536
64537     Rewrote picos_to_clk() to avoid rounding errors.
64538     Clarified that conversion is to DRAM clocks rather than platform clocks.
64539     Made function static to spd_sdram.c.
64540
64541     Signed-off-by: James Yang <James.Yang@freescale.com>
64542     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64543
64544 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
64545 Author: Stefan Roese <sr@denx.de>
64546 Date:   Sun Apr 29 14:13:01 2007 +0200
64547
64548     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
64549
64550     Signed-off-by: Stefan Roese <sr@denx.de>
64551
64552 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
64553 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
64554 Date:   Sun Apr 29 14:01:54 2007 +0200
64555
64556     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
64557
64558     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
64559     message. Use PVR to distinguish between the two variants, and print proper CPU
64560     information.
64561
64562     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
64563     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64564     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64565
64566 commit 5c5d3242935cf3543af01142627494434834cf98
64567 Author: Kim Phillips <kim.phillips@freescale.com>
64568 Date:   Wed Apr 25 12:34:38 2007 -0500
64569
64570     mpc83xx: minor fixups for 8313rdb introduction
64571
64572 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
64573 Author: Ladislav Michl <ladis@linux-mips.org>
64574 Date:   Wed Apr 25 16:01:26 2007 +0200
64575
64576     [PATCH] simplify silent console
64577
64578     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
64579     Acked-by: Stefan Roese <sr@denx.de>
64580
64581 commit 144876a380f5756f57412caf74c1d6dc201dd796
64582 Author: Michal Simek <monstr@monstr.eu>
64583 Date:   Tue Apr 24 23:01:02 2007 +0200
64584
64585     [PATCH] MTD partition support, JFFS2 support
64586
64587 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
64588 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
64589 Date:   Tue Apr 24 14:03:45 2007 +0200
64590
64591     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
64592
64593     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
64594
64595 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
64596 Author: Andy Fleming <afleming@freescale.com>
64597 Date:   Mon Apr 23 02:37:47 2007 -0500
64598
64599     Reworked 85xx speed detection code
64600
64601     Changed the code to read the registers and calculate the clock
64602     rates, rather than using a "switch" statement.
64603
64604     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
64605
64606     Signed-off-by: Andy Fleming <afleming@freescale.com>
64607
64608 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
64609 Author: Andy Fleming <afleming@freescale.com>
64610 Date:   Mon Apr 23 02:24:28 2007 -0500
64611
64612     Enable 8544 support
64613
64614     * Add support to the Makefile
64615     * Add 8544 configuration support to the tsec driver
64616     * Add 8544 SVR numbers to processor.h
64617
64618     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64619     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64620
64621 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
64622 Author: Andy Fleming <afleming@freescale.com>
64623 Date:   Fri Feb 23 17:12:25 2007 -0600
64624
64625     Support 1G size on 8548
64626
64627     e500v2 and newer cores support 1G page sizes.
64628
64629     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64630     Signed-off-by: Andy Fleming <afleming@freescale.com>
64631
64632 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
64633 Author: Andy Fleming <afleming@freescale.com>
64634 Date:   Fri Feb 23 17:11:16 2007 -0600
64635
64636     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
64637
64638     The other pagesz constants use one letter to specify order of
64639     magnitude.  Also change the one reference to it in mpc8548cds/init.S
64640
64641     Signed-off-by: Andy Fleming <afleming@freescale.com>
64642
64643 commit 1f9a318cea14272edd10d63739e2d326c90f430e
64644 Author: Andy Fleming <afleming@freescale.com>
64645 Date:   Fri Feb 23 16:28:46 2007 -0600
64646
64647     Only set ddrioovcr for 8548 rev1.
64648
64649     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64650     Signed-off-by: Andy Fleming <afleming@freescale.com>
64651
64652 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
64653 Author: Andy Fleming <afleming@freescale.com>
64654 Date:   Sat Feb 24 01:16:45 2007 -0600
64655
64656     Tweak DDR ECC error counter
64657
64658     Enable single-bit error counter when memory was cleared by ddr controller.
64659
64660     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64661     Signed-off-by: Andy Fleming <afleming@freescale.com>
64662
64663 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
64664 Author: Timur Tabi <timur@freescale.com>
64665 Date:   Mon Feb 12 13:34:55 2007 -0600
64666
64667     85xx: write MAC address to mac-address and local-mac-address
64668
64669     Some device trees have a mac-address property, some have local-mac-address,
64670     and some have both.  To support all of these device trees, ftp_cpu_setup()
64671     should write the MAC address to mac-address and local-mac-address, if they
64672     exist.
64673
64674     Signed-off-by: Timur Tabi <timur@freescale.com>
64675
64676 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
64677 Author: Andy Fleming <afleming@freescale.com>
64678 Date:   Mon Apr 23 01:44:44 2007 -0500
64679
64680     Some 85xx cpu cleanups
64681
64682     * Cleaned up the TSR[WIS] clearing
64683     * Cleaned up DMA initialization
64684
64685     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64686     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64687     Acked-by: Andy Fleming <afleming@freescale.com>
64688
64689 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
64690 Author: Andy Fleming <afleming@freescale.com>
64691 Date:   Mon Apr 23 01:32:22 2007 -0500
64692
64693     Add cpu support for the 8544
64694
64695     Recognize new SVR values, and add a few register definitions
64696
64697     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64698     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64699     Acked-by: Andy Fleming <afleming@freescale.com>
64700
64701 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
64702 Author: Jon Loeliger <jdl@freescale.com>
64703 Date:   Wed Apr 11 16:51:02 2007 -0500
64704
64705     Add MPC8544DS basic port board files.
64706
64707     Add board port under new board/freescale directory
64708     structure and reuse existing PIXIS FPGA support there.
64709
64710     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64711     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64712
64713 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
64714 Author: Jon Loeliger <jdl@freescale.com>
64715 Date:   Wed Apr 11 16:50:57 2007 -0500
64716
64717     Add MPC8544DS main configuration file.
64718
64719     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64720     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64721
64722 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
64723 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
64724 Date:   Wed Dec 27 22:07:15 2006 +0300
64725
64726     Fix PCI I/O space mapping on Freescale MPC85x0ADS
64727
64728     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
64729     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
64730     describing the local address window used for the PCI I/O space accesses -- fix
64731     this and carry over the necessary changes into the MPC8560ADS code since the
64732     PCI I/O space mapping was also broken for this board (by the earlier commit
64733     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
64734     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
64735
64736     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
64737
64738      board/mpc8540ads/init.S      |    4 ++--
64739      board/mpc8560ads/init.S      |    4 ++--
64740      include/configs/MPC8540ADS.h |    5 ++---
64741      include/configs/MPC8541CDS.h |    2 +-
64742      include/configs/MPC8548CDS.h |    2 +-
64743      include/configs/MPC8560ADS.h |    8 ++++----
64744      6 files changed, 12 insertions(+), 13 deletions(-)
64745
64746 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
64747 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
64748 Date:   Tue Dec 5 16:42:30 2006 +0800
64749
64750     u-boot: Fix e500 v2 core reset bug
64751
64752     The following patch fixes the e500 v2 core reset bug.
64753     For e500 v2 core, a new reset control register is added to reset the
64754     processor.
64755
64756     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
64757
64758 commit 63247a5acd58032e6cf33f525bc3923b467bac88
64759 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
64760 Date:   Wed Dec 20 11:01:00 2006 +0800
64761
64762     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
64763
64764     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
64765     entry number to control the loop.  This can reduce the potential risk
64766     for the 85xx processor increasing its TLB adn LAW entry number.
64767
64768     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
64769     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
64770
64771 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
64772 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
64773 Date:   Mon Dec 18 17:01:04 2006 +0800
64774
64775     u-boot: Fix the 85xxcds tsec bug
64776
64777     Fix the 85xxcds tsec bug.
64778     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
64779
64780     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
64781
64782 commit 7337b237ffc4aaf1b9467024fe472a880d852598
64783 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
64784 Date:   Fri Dec 15 14:43:31 2006 +0800
64785
64786     u-boot: Fix CPU2 errata on MPC8548CDS board
64787
64788     This patch apply workaround of CPU2 errata on MPC8548CDS board.
64789
64790     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
64791
64792 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
64793 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
64794 Date:   Mon Dec 18 16:25:15 2006 +0800
64795
64796     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
64797
64798     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
64799
64800     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
64801
64802 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
64803 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
64804 Date:   Thu Dec 14 14:14:55 2006 +0800
64805
64806     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
64807
64808     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
64809     board.
64810     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
64811
64812 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
64813 Author: Scott Wood <scottwood@freescale.com>
64814 Date:   Mon Apr 16 14:54:15 2007 -0500
64815
64816     mpc83xx: Add MPC8313ERDB support.
64817
64818     Signed-off-by: Scott Wood <scottwood@freescale.com>
64819
64820 commit 49ea3b6eafe606285ae4d5c378026153dde53200
64821 Author: Scott Wood <scottwood@freescale.com>
64822 Date:   Mon Apr 16 14:34:21 2007 -0500
64823
64824     mpc83xx: Add generic PCI setup code.
64825
64826     Board code can now request the generic setup code rather than having to
64827     copy-and-paste it for themselves.  Boards should be converted to use this
64828     once they're tested with it.
64829
64830     Signed-off-by: Scott Wood <scottwood@freescale.com>
64831
64832 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
64833 Author: Scott Wood <scottwood@freescale.com>
64834 Date:   Mon Apr 16 14:34:19 2007 -0500
64835
64836     mpc83xx: Add 831x support to speed.c.
64837
64838     Signed-off-by: Scott Wood <scottwood@freescale.com>
64839
64840 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
64841 Author: Scott Wood <scottwood@freescale.com>
64842 Date:   Mon Apr 16 14:34:18 2007 -0500
64843
64844     mpc83xx: Add 831x support to global_data.h
64845
64846     Signed-off-by: Scott Wood <scottwood@freescale.com>
64847
64848 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
64849 Author: Scott Wood <scottwood@freescale.com>
64850 Date:   Mon Apr 16 14:34:16 2007 -0500
64851
64852     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
64853
64854     Rather than misleadingly define PVR_83xx as the specific type of 83xx
64855     being built for, the PVR of each core revision is defined. checkcpu() now
64856     prints the core that it detects, rather than aborting if it doesn't find
64857     what it thinks it wants.
64858
64859     Signed-off-by: Scott Wood <scottwood@freescale.com>
64860
64861 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
64862 Author: Scott Wood <scottwood@freescale.com>
64863 Date:   Mon Apr 16 14:34:15 2007 -0500
64864
64865     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
64866
64867     Signed-off-by: Scott Wood <scottwood@freescale.com>
64868
64869 commit d87c57b201b4572d16f1b642998faa00c9912b16
64870 Author: Scott Wood <scottwood@freescale.com>
64871 Date:   Mon Apr 16 14:31:55 2007 -0500
64872
64873     mpc83xx: Add register definitions for MPC831x.
64874
64875     Signed-off-by: Scott Wood <scottwood@freescale.com>
64876
64877 commit 7fc4c71a143be8666d70803fb25ae60379c95622
64878 Author: Stefan Roese <sr@denx.de>
64879 Date:   Mon Apr 23 15:39:59 2007 +0200
64880
64881     Fix file mode
64882
64883     Signed-off-by: Stefan Roese <sr@denx.de>
64884
64885 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
64886 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
64887 Date:   Mon Apr 23 15:30:39 2007 +0200
64888
64889     [PATCH] Avoid assigning PCI resources from zero address
64890
64891     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
64892     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
64893     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
64894     sentence about "0" being considered an invalid address) -- so, use a reasonable
64895     starting value of 0x1000 (that's what the most Linux archs are using).
64896
64897     Alternatively, one might have fixed the calls to pci_set_region() individually
64898     (some code even seems to have taken care of this issue) but that would have
64899     been a lot more work. :-)
64900
64901     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
64902     Acked-by: Stefan Roese <sr@denx.de>
64903
64904 commit afb903a2eb9436baa9270ccc0c27082d86497d89
64905 Author: Jeffrey Mann <mannj@embeddedplanet.com>
64906 Date:   Mon Apr 23 14:00:11 2007 +0200
64907
64908     [patch] setenv(...) can delete environmentalvariables
64909
64910     update setenv() function so that entering a NULL value for the
64911     variable's value will delete the environmental variable
64912
64913     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
64914     Acked-by: Stefan Roese <sr@denx.de>
64915
64916 commit 36f104e5caa747d568eff26b369565af57c2ffa6
64917 Author: Mike Frysinger <vapier@gentoo.org>
64918 Date:   Mon Apr 23 13:54:24 2007 +0200
64919
64920     [patch] use unsigned char in smc91111 driver for mac
64921
64922     the v_mac variable in the smc91111 driver is declared as a signed char ...
64923     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
64924     because when it gets printed out, you get a display like:
64925     0xFFFFFFE0 and that's no good
64926
64927     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
64928
64929 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
64930 Author: Rodolfo Giometti <giometti@enneenne.com>
64931 Date:   Mon Apr 23 13:10:52 2007 +0200
64932
64933     USB: (Another) delay for crappy USB keys.
64934
64935     Some USB keys are slow in giving back an answer when the Root HUB
64936     enables power lines.
64937
64938     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
64939
64940 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
64941 Author: Stefan Roese <sr@denx.de>
64942 Date:   Mon Apr 23 12:00:22 2007 +0200
64943
64944     Remove BOARDLIBS usage completely
64945
64946     Signed-off-by: Stefan Roese <sr@denx.de>
64947
64948 commit 32556443840f127170e4baa8bdd5b567039f6c36
64949 Author: Michal Simek <monstr@monstr.eu>
64950 Date:   Sat Apr 21 21:07:22 2007 +0200
64951
64952     [PATCH] SystemACE support for Microblaze
64953
64954 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
64955 Author: Michal Simek <monstr@monstr.eu>
64956 Date:   Sat Apr 21 21:02:40 2007 +0200
64957
64958     16bit read/write little endian
64959
64960 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
64961 Author: Michal Simek <monstr@monstr.eu>
64962 Date:   Sat Apr 21 20:53:31 2007 +0200
64963
64964     Change ML401 parameters - Xilinx BSP
64965
64966 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
64967 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
64968 Date:   Wed Feb 28 05:37:29 2007 -0600
64969
64970     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
64971
64972     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64973
64974 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
64975 Author: Zhang Wei <wei.zhang@freescale.com>
64976 Date:   Fri Jan 19 10:42:37 2007 +0800
64977
64978     Enable LAWs for MPC8641 PCI-Ex2.
64979
64980     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
64981     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64982
64983 commit bd7851ce1e1f140665b520026abf1042968b1102
64984 Author: Jon Loeliger <jdl@freescale.com>
64985 Date:   Fri Apr 20 14:12:26 2007 -0500
64986
64987     mpc86xx; Write MAC address to mac-address and local-mac-address
64988
64989     Some device trees have a mac-address property, some have local-mac-address,
64990     and some have both.  To support all of these device trees, ftp_cpu_setup()
64991     should write the MAC address to mac-address and local-mac-address, if they
64992     exist.
64993
64994     Signed-off-by: Timur Tabi <timur@freescale.com>
64995     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64996
64997 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
64998 Author: Jon Loeliger <jdl@freescale.com>
64999 Date:   Fri Apr 20 14:11:38 2007 -0500
65000
65001     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
65002
65003     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65004     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65005
65006 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
65007 Author: Wolfgang Denk <wd@denx.de>
65008 Date:   Fri Apr 20 17:43:28 2007 +0200
65009
65010     Cleanup compiler warnings, update CHANGELOG
65011
65012     Signed-off-by: Wolfgang Denk <wd@denx.de>
65013
65014 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
65015 Author: Detlev Zundel <dzu@denx.de>
65016 Date:   Fri Apr 20 12:01:47 2007 +0200
65017
65018     Fix breakage of NC650 board with respect to nand support.
65019
65020     Signed-off-by: Detlev Zundel <dzu@denx.de>
65021
65022 commit 39f23cd90947639ac278a18ff277ec786b5ac167
65023 Author: Domen Puncer <domen.puncer@telargo.com>
65024 Date:   Fri Apr 20 11:13:16 2007 +0200
65025
65026     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
65027
65028     G2 core reference manual says decrementer and time base
65029     are decreasing/increasing once every 4 bus clock cycles.
65030     Lets fix it, so time in Linux won't run twice as fast
65031
65032     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
65033     Acked-by: Grant Likely <grant.likely@secretlab.ca>
65034
65035 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
65036 Author: Gerald Van Baren <vanbaren@cideas.com>
65037 Date:   Thu Apr 19 23:14:39 2007 -0400
65038
65039     Fix serious pointer bug with bootm and reserve map.
65040
65041     What was suppose to be a stack variable was declared as a pointer,
65042       overwriting random memory.
65043     Also moved the libfdt.a requirement into the main Makefile.  That is
65044       The U-Boot Way.
65045
65046 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
65047 Author: Stefan Roese <sr@denx.de>
65048 Date:   Thu Apr 19 09:53:52 2007 +0200
65049
65050     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
65051
65052     Previous versions used full wait states for the chip select #1 which
65053     is connected to the Xilinix SystemACE controller on the AMCC Katmai
65054     evaluation board. This leads to really slow access and therefore low
65055     performance. This patch now sets up the chip select a lot faster
65056     resulting in much better read/write performance of the Linux driver.
65057
65058     Signed-off-by: Stefan Roese <sr@denx.de>
65059
65060 commit 37837828d89084879bee2f2b8c7c68d4695940df
65061 Author: Wolfgang Denk <wd@denx.de>
65062 Date:   Wed Apr 18 17:49:29 2007 +0200
65063
65064     Clenaup, update CHANGELOG
65065
65066     Signed-off-by: Wolfgang Denk <wd@denx.de>
65067
65068 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
65069 Author: Wolfgang Denk <wd@denx.de>
65070 Date:   Wed Apr 18 17:20:58 2007 +0200
65071
65072     Update CHANGELOG
65073
65074     Signed-off-by: Wolfgang Denk <wd@denx.de>
65075
65076 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
65077 Author: Wolfgang Denk <wd@denx.de>
65078 Date:   Wed Apr 18 17:07:26 2007 +0200
65079
65080     Cleanup, update CHANGELOG
65081
65082     Sigend-off-by: Wolfgang Denk <wd@denx.de>
65083
65084 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
65085 Author: Wolfgang Denk <wd@denx.de>
65086 Date:   Wed Apr 18 16:17:46 2007 +0200
65087
65088     Update CHANGELOG
65089
65090 commit ad4eb555671d97f96dc56eab55103b1f86874b01
65091 Author: Wolfgang Denk <wd@denx.de>
65092 Date:   Wed Apr 18 14:30:39 2007 +0200
65093
65094     MCC200 board: remove warning which is obsolete after PSoC firmware changes
65095
65096     Signed-off-by: Wolfgang Denk <wd@denx.de>
65097
65098 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
65099 Author: Domen Puncer <domen.puncer@telargo.com>
65100 Date:   Wed Apr 18 12:11:05 2007 +0200
65101
65102     [PATCH] icecube/lite5200b: document wakeup from low-power support
65103
65104     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
65105
65106 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
65107 Author: Stefan Roese <sr@denx.de>
65108 Date:   Wed Apr 18 12:07:47 2007 +0200
65109
65110     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
65111
65112     Signed-off-by: Stefan Roese <sr@denx.de>
65113
65114 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
65115 Author: Stefan Roese <sr@denx.de>
65116 Date:   Wed Apr 18 12:05:59 2007 +0200
65117
65118     ppc4xx: Add output for bootrom location to 405EZ ports
65119
65120     Now 405EZ ports also show upon bootup from which boot device
65121     they are configured to boot:
65122
65123     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
65124
65125     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
65126            Bootstrap Option E - Boot ROM Location EBC (32 bits)
65127            16 kB I-Cache 16 kB D-Cache
65128     Board: Acadia - AMCC PPC405EZ Evaluation Board
65129
65130     Signed-off-by: Stefan Roese <sr@denx.de>
65131
65132 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
65133 Author: Peter Pearse <peter.pearse@arm.com>
65134 Date:   Tue Apr 17 13:30:33 2007 +0100
65135
65136     Move ppearse to ARM board list
65137     Add Konstantin Kletschke for scb9328.
65138     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
65139
65140 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
65141 Author: Domen Puncer <domen.puncer@telargo.com>
65142 Date:   Mon Apr 16 14:00:13 2007 +0200
65143
65144     [PATCH] icecube/lite5200b: wakeup from low-power support
65145
65146     U-Boot part of Lite5200b low power mode support.
65147     Puts SDRAM out of self-refresh and transfers control to
65148     address saved at physical 0x0.
65149
65150     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
65151     Acked-by: Grant Likely <grant.likely@secretlab.ca>
65152
65153 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
65154 Author: Gerald Van Baren <vanbaren@cideas.com>
65155 Date:   Sun Apr 15 13:54:26 2007 -0400
65156
65157     Fix the ft_cpu_setup() property settings.
65158
65159     Use "setter" functions instead of flags, cleaner and more flexible.
65160     It also fixes the problem noted by Timur Tabi that the ethernet MAC
65161     addresses were all being set incorrectly to the same MAC address.
65162
65163 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
65164 Author: Gerald Van Baren <vanbaren@cideas.com>
65165 Date:   Sat Apr 14 22:51:24 2007 -0400
65166
65167     Improve the bootm command for CONFIG_OF_LIBFDT
65168
65169     In bootm, create the "/chosen" node only if it doesn't already exist
65170       (better matches the previous behavior).
65171     Update for proper reserved memory map handling for initrd.
65172
65173 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
65174 Author: Gerald Van Baren <vanbaren@cideas.com>
65175 Date:   Sat Apr 14 22:46:41 2007 -0400
65176
65177     Add some utilities to manipulate the reserved memory map.
65178
65179 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
65180 Author: Wolfgang Denk <wd@denx.de>
65181 Date:   Sat Apr 14 21:16:54 2007 +0200
65182
65183     Update CHANGELOG
65184
65185 commit 8e6875183cdca91c134408d119d4abcd48ef6856
65186 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65187 Date:   Sun Dec 17 18:56:46 2006 +0100
65188
65189     AVR32: Enable MMC support
65190
65191     Set up the portmux for the MMC interface and enable the MMC driver
65192     along with support for DOS partitions, ext2 and FAT filesystems.
65193
65194     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65195
65196 commit fc26c97bb6df41b4a95662c34054fe912387bf38
65197 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65198 Date:   Fri Jan 20 10:03:53 2006 +0100
65199
65200     Atmel MCI driver
65201
65202     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
65203
65204     The AT91 ARM-based CPUs use basically the same hardware, so it should
65205     be possible to share this driver, but no effort has been made so far.
65206
65207     Hardware documentation can be found in the AT32AP7000 data sheet,
65208     which can be downloaded from
65209
65210     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
65211
65212     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65213
65214 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
65215 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65216 Date:   Sun Dec 17 18:55:37 2006 +0100
65217
65218     AVR32: Add clk and gpio infrastructure for mmci
65219
65220     Implement functions for configuring the mmci pins, as well as
65221     functions for getting the clock rate of the mmci controller.
65222
65223     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65224
65225 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
65226 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65227 Date:   Sun Dec 17 18:53:56 2006 +0100
65228
65229     Enable partition support with MMC
65230
65231     Include implementations of init_part() and get_partition_info() when
65232     CONFIG_MMC is set.
65233
65234     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65235
65236 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
65237 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65238 Date:   Sun Dec 17 17:14:30 2006 +0100
65239
65240     AVR32: Enable networking
65241
65242     Implement MACB initialization for AVR32 and ATSTK1000, and turn
65243     everything on, including the MACB driver.
65244
65245     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65246
65247 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
65248 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65249 Date:   Fri Jan 20 10:03:34 2006 +0100
65250
65251     Atmel MACB ethernet driver
65252
65253     Driver for the Atmel MACB on-chip ethernet controller.
65254
65255     This driver has been tested on the ATSTK1000 board with a AT32AP7000
65256     CPU. It should probably work on AT91SAM926x as well with some minor
65257     modifications.
65258
65259     Hardware documentation can be found in the AT32AP7000 data sheet,
65260     which can be downloaded from
65261
65262     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
65263
65264     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65265
65266 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
65267 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65268 Date:   Sun Dec 17 16:56:14 2006 +0100
65269
65270     AVR32: Add clk and gpio infrastructure for macb0 and macb1
65271
65272     Implement functions for configuring the macb0 and macb1 pins, as
65273     well as functions for getting the clock rate of the various
65274     busses the macb ethernet controllers are connected to.
65275
65276     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65277
65278 commit d5acb95b16a0a74c643524342c3437e765426d05
65279 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65280 Date:   Sun Dec 17 15:39:15 2006 +0100
65281
65282     AVR32: Implement simple DMA memory allocator
65283
65284     Implement dma_alloc_coherent() which returns cache-aligned
65285     uncacheable memory.
65286
65287     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65288
65289 commit 91975b0fea773c9e681fea8cf3349669f27685ee
65290 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65291 Date:   Sun Dec 17 15:46:02 2006 +0100
65292
65293     Import <linux/mii.h> from the Linux kernel
65294
65295     Instead of creating yet another set of MII register definitions
65296     in the macb driver, here's a complete set of definitions for everyone
65297     to use.
65298
65299     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65300
65301 commit 1b804b229556a4d862da93c0ec94e79419364b2c
65302 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65303 Date:   Wed Mar 21 19:47:36 2007 +0100
65304
65305     AVR32: Include more commands for ATSTK1000
65306
65307     Include the imi, imls and jffs commands sets by default on ATSTK1000.
65308     Also define CONFIG_BOOTARGS to something more useful, define
65309     CONFIG_BOOTCOMMAND and enable autoboot by default.
65310
65311     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65312
65313 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
65314 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65315 Date:   Wed Mar 21 19:44:48 2007 +0100
65316
65317     AVR32: Provide a definition of struct stat
65318
65319     Copy the definition of struct stat from the Linux kernel.
65320
65321     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65322
65323 commit 12f099c08167a7a51aeee623bc16dafd0841271c
65324 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65325 Date:   Sun Dec 17 14:46:06 2006 +0100
65326
65327     AVR32: Use initdram() instead of board_init_memories()
65328
65329     Conform to the "standard" interface and use initdram() instead of
65330     board_init_memories() on AVR32. This enables us to get rid of the
65331     sdram_size member of the global_data struct as well.
65332
65333     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65334
65335 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
65336 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65337 Date:   Mon Nov 20 15:53:10 2006 +0100
65338
65339     AVR32: Relocate u-boot to SDRAM
65340
65341     Relocate the u-boot image into SDRAM like everyone else does. This
65342     means that we can handle much larger .data and .bss than we used to.
65343
65344     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65345
65346 commit df548d3c3e2bbc40258713167859ffc2ce99a900
65347 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65348 Date:   Sun Nov 19 18:06:53 2006 +0100
65349
65350     AVR32: Resource management rewrite
65351
65352     Rewrite the resource management code (i.e. I/O memory, clock gating,
65353     gpio) so it doesn't depend on any global state. This is necessary
65354     because this code is heavily used before relocation to RAM, so we
65355     can't write to any global variables.
65356
65357     As an added bonus, this makes u-boot's memory footprint a bit smaller,
65358     although some functionality has been left out; all clocks are enabled
65359     all the time, and there's no checking for gpio line conflicts.
65360
65361     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65362
65363 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
65364 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65365 Date:   Sat Nov 18 18:01:13 2006 +0100
65366
65367     AVR32: Clean up memory-map.h for at32ap7000
65368
65369     Convert spaces to tabs (must have missed this one last time around),
65370     sort the entries by address and group them together by bus
65371     connectivity.
65372
65373     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65374
65375 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
65376 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65377 Date:   Sat Nov 18 17:32:31 2006 +0100
65378
65379     AVR32: Build position-independent u-boot
65380
65381     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
65382     position independent. This will make relocation a lot easier.
65383
65384     -mno-init-got means that gcc shouldn't emit code to load the GOT
65385     address into r6 in every function prologue. We do it once and for
65386     all in the early startup assembly code, so enabling this option
65387     makes u-boot a bit faster and smaller.
65388
65389     The assembly parts have always been position-independent, so no code
65390     changes should be necessary.
65391
65392     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65393
65394 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
65395 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65396 Date:   Sat Nov 18 17:24:31 2006 +0100
65397
65398     AVR32: Use avr32-linux- cross-compilation prefix by default
65399
65400     It doesn't really matter which toolchain you use to compile u-boot,
65401     but the avr32-linux one is probably what most people have installed.
65402
65403     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65404
65405 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
65406 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
65407 Date:   Sat Nov 18 17:15:30 2006 +0100
65408
65409     AVR32: Split start_u_boot into board_init_f and board_init_r
65410
65411     Split the avr32 initialization code into a function to run before
65412     relocation, board_init_f and a function to run after relocation,
65413     board_init_r. For now, board_init_f simply calls board_init_r
65414     at the end.
65415
65416     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65417
65418 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
65419 Author: Heiko Schocher <hs@pollux.denx.de>
65420 Date:   Sat Apr 14 05:26:48 2007 +0200
65421
65422     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
65423             clear the Display after reset.
65424
65425     Signed-off-by: Heiko Schocher <hs@denx.de>
65426
65427 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
65428 Author: Denis Peter <d.peter@mpl.ch>
65429 Date:   Fri Apr 13 09:13:33 2007 +0200
65430
65431     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
65432
65433     Fix bug introduced by "Fix get_partition_info() parameter error in all
65434     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
65435     to use diskboot or scsiboot form another device than 0.
65436
65437     Signed-off-by: Denis Peter <d.peter@mpl.ch>
65438
65439 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
65440 Author: Greg Lopp <lopp@pobox.com>
65441 Date:   Fri Apr 13 08:02:24 2007 +0200
65442
65443     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
65444
65445     Signed-of-by: Greg Lopp <lopp@pobox.com>
65446     Acked-by: Grant Likely <grant.likely@secretlab.ca>
65447
65448 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
65449 Author: Xie Xiaobo <r63061@freescale.com>
65450 Date:   Fri Mar 9 19:08:25 2007 +0800
65451
65452     Fix two bugs for MPC83xx DDR2 controller SPD Init
65453
65454     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
65455     the first bug is that the picos_to_clk routine introduces a huge
65456     rounding error in 83xx.
65457     the second bug is that the mode register write recovery field is
65458     tWR-1, not tWR >> 1.
65459
65460 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
65461 Author: Jeffrey Mann <mannj@embeddedplanet.com>
65462 Date:   Thu Apr 12 14:15:59 2007 +0200
65463
65464     ppc4xx: Fix i2c divisor calcularion for PPC4xx
65465
65466     This patch fixes changes the i2c_init(...) function to use the function
65467     get_OPB_freq() rather than calculating the OPB speed by
65468     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
65469     specific per processor. The prior method was not and so was calculating
65470     the wrong speed for some PPC4xx processors.
65471
65472     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
65473     Signed-off-by: Stefan Roese <sr@denx.de>
65474
65475 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
65476 Author: Wolfgang Denk <wd@denx.de>
65477 Date:   Wed Apr 11 17:25:01 2007 +0200
65478
65479     Update CHANGELOG
65480
65481     Signed-off-by: Wolfgang Denk <wd@denx.de>
65482
65483 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
65484 Author: Wolfgang Denk <wd@denx.de>
65485 Date:   Wed Apr 11 17:22:55 2007 +0200
65486
65487     Update for SC3 board
65488
65489     * Make IDE timeout configurable through ide_reset_timeout variable.
65490     * Use Newline as "password" string
65491     * Use just a single partition in NAND flash
65492
65493 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
65494 Author: Haiying Wang <haiying.wang@freescale.com>
65495 Date:   Mon Jan 22 12:37:30 2007 -0600
65496
65497     Add PIXIS FPGA support for MPC8641HPCN board.
65498
65499     Move the 8641HPCN's PIXIS code to the new directory
65500     board/freescale/common/ as it will be shared by
65501     future boards not in the same processor family.
65502
65503     Write a "pixis_reset" command that utilizes the FPGA
65504     reset sequencer to support alternate soft-reset options
65505     such as using the "alternate" flash bank, enabling
65506     the watch dog, or choosing different CPU frequencies.
65507
65508     Add documentation for the pixis_reset to README.mpc8641hpcn.
65509
65510     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
65511     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65512
65513 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
65514 Author: Gerald Van Baren <vanbaren@cideas.com>
65515 Date:   Fri Apr 6 14:19:43 2007 -0400
65516
65517     Moved fdt command support code to fdt_support.c
65518
65519     ...in preparation for improving the bootm command's handling of fdt blobs.
65520     Also cleaned up some coding sloppiness.
65521
65522 commit 6679f9299534e488a171a9bb8f9bb891de247aab
65523 Author: Gerald Van Baren <vanbaren@cideas.com>
65524 Date:   Fri Apr 6 14:17:14 2007 -0400
65525
65526     libfdt: Make fdt_check_header() public
65527
65528     Changed _fdt_check_header() to fdt_check_header() and made it part of
65529     the interface - it is a useful routine.
65530
65531     Also did some asthetics cleanup to the include files (headers).
65532
65533 commit c0707ce65677650b5ceab0500ee50ae5168afef2
65534 Author: Aubrey Li <aubrey.adi@gmail.com>
65535 Date:   Thu Apr 5 18:34:06 2007 +0800
65536
65537     [Blackfin][PATCH] Kill off a bunch of common local prototypes
65538
65539 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
65540 Author: Aubrey Li <aubrey.adi@gmail.com>
65541 Date:   Thu Apr 5 18:33:04 2007 +0800
65542
65543     [Blackfin][PATCH] Fix dynamic CPLB generation issue
65544
65545 commit 0445e3a264251d75b1be45ef713c70726a2952f0
65546 Author: Aubrey Li <aubrey.adi@gmail.com>
65547 Date:   Thu Apr 5 18:31:47 2007 +0800
65548
65549     [Blackfin][PATCH] minior cleanup
65550
65551 commit 155fd766573981090e638b493d5857562151862e
65552 Author: Aubrey Li <aubrey.adi@gmail.com>
65553 Date:   Thu Apr 5 18:31:18 2007 +0800
65554
65555     [Blackfin][PATCH] Fix copyright and update license
65556
65557 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
65558 Author: Aubrey Li <aubrey.adi@gmail.com>
65559 Date:   Thu Apr 5 18:30:25 2007 +0800
65560
65561     [Blackfin][PATCH] Add BF537 EMAC driver initialization
65562
65563 commit 889256e8604e0c68db1d866d720894dffede9df6
65564 Author: Aubrey Li <aubrey.adi@gmail.com>
65565 Date:   Thu Apr 5 18:29:55 2007 +0800
65566
65567     [Blackfin][PATCH] call real the system synchronize instruction
65568
65569 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
65570 Author: Aubrey Li <aubrey.adi@gmail.com>
65571 Date:   Thu Apr 5 18:29:17 2007 +0800
65572
65573     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
65574
65575 commit dfeeab2cd680df047e68e723b246adf6f33bb556
65576 Author: Aubrey Li <aubrey.adi@gmail.com>
65577 Date:   Thu Apr 5 18:28:34 2007 +0800
65578
65579     [Blackfin][PATCH]: fix flash unaligned copy issue
65580
65581 commit 443feb740584e406efa203af909fe2926608e8d5
65582 Author: Igor Marnat <marny@rambler.ru>
65583 Date:   Wed Mar 21 09:55:01 2007 +0300
65584
65585     Update usage of 'nc' in README.NetConsole
65586
65587     Added information about usage of NetConsole on systems where the -l and -p
65588     switches are mutually exclusive.
65589
65590     Signed-off-by: Igor Marnat <marny@rambler.ru>
65591     Signed-off-by: Ben Warren <bwarren@qstreams.com>
65592
65593 commit 31c98a88228021b314c89ebb8104fb6473da4471
65594 Author: Wolfgang Denk <wd@denx.de>
65595 Date:   Wed Apr 4 02:09:30 2007 +0200
65596
65597     Minor coding style cleanup.
65598
65599 commit 94abd7c0583ebe01e799b25f451201deeaab550d
65600 Author: Wolfgang Denk <wd@denx.de>
65601 Date:   Wed Apr 4 01:49:15 2007 +0200
65602
65603     Minor cleanup.
65604
65605 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
65606 Author: Rodolfo Giometti <giometti@enneenne.com>
65607 Date:   Tue Apr 3 14:27:18 2007 +0200
65608
65609     Support for the Philips ISP116x HCD (Host Controller Driver)
65610
65611     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
65612
65613 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
65614 Author: Markus Klotzbuecher <mk@denx.de>
65615 Date:   Tue Apr 3 14:27:08 2007 +0200
65616
65617     USB: cleanup monahans usb support. Remove dead code.
65618
65619     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
65620
65621 commit a65c5768e5537530bd1780af3d3fddc3113a163c
65622 Author: Stefan Roese <sr@denx.de>
65623 Date:   Mon Apr 2 10:09:30 2007 +0200
65624
65625     ppc4xx: Change SysACE address on Katmai
65626
65627     With this new base address of the Xilinx SystemACE controller
65628     the Linux driver will be easier to adapt, since it can now be
65629     mapped via the "normal" ioremap() call.
65630
65631     Signed-off-by: Stefan Roese <sr@denx.de>
65632
65633 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
65634 Author: Gerald Van Baren <vanbaren@cideas.com>
65635 Date:   Sat Mar 31 14:30:53 2007 -0400
65636
65637     Fix some minor whitespace violations.
65638
65639 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
65640 Author: Gerald Van Baren <vanbaren@cideas.com>
65641 Date:   Sat Mar 31 12:23:51 2007 -0400
65642
65643     Add a flattened device tree (fdt) command (2 of 2)
65644
65645     Modifications to the existing code to support the new fdt command.
65646
65647 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
65648 Author: Gerald Van Baren <vanbaren@cideas.com>
65649 Date:   Sat Mar 31 12:22:10 2007 -0400
65650
65651     Add a flattened device tree (fdt) command (1 of 2)
65652
65653     The fdt command uses David Gibson's libfdt library to manipulate as well
65654     as print the flattened device tree.  This patch is the new command,
65655     the second part is the modifications to the existing code.
65656
65657 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
65658 Author: Gerald Van Baren <vanbaren@cideas.com>
65659 Date:   Sat Mar 31 12:13:43 2007 -0400
65660
65661     libfdt: Enhanced and published fdt_next_tag()
65662
65663     Enhanced the formerly private function _fdt_next_tag() to allow stepping
65664       through the tree, used to produce a human-readable dump, and made
65665       it part of the published interface.
65666     Also added some comments.
65667
65668 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
65669 Author: Gerald Van Baren <vanbaren@cideas.com>
65670 Date:   Sat Mar 31 12:05:39 2007 -0400
65671
65672     libfdt: Customizations for use by u-boot.
65673
65674     Changes to David Gibson's original source to fit into u-boot's
65675     environment.  No functionality changes.
65676
65677 commit 35748177c64a4a83a00057e93bb33e40278a2a96
65678 Author: Gerald Van Baren <vanbaren@cideas.com>
65679 Date:   Sat Mar 31 12:00:56 2007 -0400
65680
65681     libfdt: Import libfdt source (2 of 2)
65682
65683     This adds the applicable libfdt source files (unmodified) and a README
65684     to explain where the source came from.
65685
65686 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
65687 Author: Gerald Van Baren <vanbaren@cideas.com>
65688 Date:   Sat Mar 31 11:59:59 2007 -0400
65689
65690     libfdt: Import libfdt source (1 of 2)
65691
65692     This adds the applicable libfdt source files (unmodified) and a README
65693     to explain where the source came from.
65694
65695 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
65696 Author: Stefan Roese <sr@denx.de>
65697 Date:   Sat Mar 31 13:16:23 2007 +0200
65698
65699     ppc4xx: Update Katmai bootstrap command
65700
65701     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
65702     is selected.
65703
65704     Signed-off-by: Stefan Roese <sr@denx.de>
65705
65706 commit cabee756a6532986729477c3cc1ea16ef8517ad2
65707 Author: Stefan Roese <sr@denx.de>
65708 Date:   Sat Mar 31 13:15:06 2007 +0200
65709
65710     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
65711
65712     Additional RAM information is now printed upon powerup, like
65713     DDR2 frequency and CAS latency.
65714
65715     Signed-off-by: Stefan Roese <sr@denx.de>
65716
65717 commit 60723803431ac75cad085690789e433d5ab9174e
65718 Author: Stefan Roese <sr@denx.de>
65719 Date:   Sat Mar 31 08:48:36 2007 +0200
65720
65721     ppc4xx: Change Yucca config file to support ECC
65722
65723     With the updated 44x DDR2 driver the Yucca board now supports
65724     ECC generation and checking.
65725
65726     Signed-off-by: Stefan Roese <sr@denx.de>
65727
65728 commit 490e5730c674b20d708b783a2c5ffd7208f83873
65729 Author: Stefan Roese <sr@denx.de>
65730 Date:   Sat Mar 31 08:47:34 2007 +0200
65731
65732     ppc4xx: Fix "bootstrap" command for Katmai board
65733
65734     The board specific "bootstrap" command is now fixed and can
65735     be used for the AMCC Katmai board to configure different
65736     CPU/PLB/OPB frequencies.
65737
65738     Signed-off-by: Stefan Roese <sr@denx.de>
65739
65740 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
65741 Author: Stefan Roese <sr@denx.de>
65742 Date:   Sat Mar 31 08:46:08 2007 +0200
65743
65744     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
65745
65746     Fix a bug in the auto calibration routine. This driver now runs
65747     more reliable with the tested modules. It's also tested with
65748     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
65749
65750     Signed-off-by: Stefan Roese <sr@denx.de>
65751
65752 commit 342cd097be1e7affe82f42ab3da220959a699e64
65753 Author: Michal Simek <monstr@monstr.eu>
65754 Date:   Fri Mar 30 22:52:09 2007 +0200
65755
65756     [PATCH] Clean include dependence
65757
65758 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
65759 Author: Michal Simek <monstr@monstr.eu>
65760 Date:   Fri Mar 30 22:42:45 2007 +0200
65761
65762     [CLEAN] Remove inefficient Suzaku code
65763
65764 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
65765 Author: Stefan Roese <sr@denx.de>
65766 Date:   Wed Mar 28 15:03:16 2007 +0200
65767
65768     Merge some AMCC make targets to keep the top-level Makefile smaller
65769
65770     Signed-off-by: Stefan Roese <sr@denx.de>
65771
65772 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
65773 Author: Stefan Roese <sr@denx.de>
65774 Date:   Wed Mar 28 14:52:12 2007 +0200
65775
65776     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
65777
65778     The "old" i2c commands (iprobe, imd...) are now compiled in again,
65779     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
65780     config option.
65781
65782     Signed-off-by: Stefan Roese <sr@denx.de>
65783
65784 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
65785 Author: Michal Simek <monstr@monstr.eu>
65786 Date:   Tue Mar 27 00:32:16 2007 +0200
65787
65788     PATCH: Resolve GPL license problem
65789
65790 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
65791 Author: Rodolfo Giometti <giometti@enneenne.com>
65792 Date:   Mon Mar 26 12:03:36 2007 +0200
65793
65794     PXA: pxa27x USB OHCI support
65795
65796     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
65797
65798 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
65799 Author: Markus Klotzbuecher <mk@denx.de>
65800 Date:   Mon Mar 26 11:21:05 2007 +0200
65801
65802     USB: remove the S3C24X0_merge #define, which was introduced while
65803     merging OHCI drivers.
65804
65805     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
65806
65807 commit 1798049522f594013aea29457d46794298c6ae15
65808 Author: Michal Simek <root@monstr.eu>
65809 Date:   Mon Mar 26 01:39:07 2007 +0200
65810
65811     Support for XUPV2P board
65812     Reset support
65813     BSP autoconfig support
65814
65815 commit 0d974d5297349504a2ddfa09314be573b5df320a
65816 Author: Stefan Roese <sr@denx.de>
65817 Date:   Sat Mar 24 15:57:09 2007 +0100
65818
65819     [PATCH] Add 4xx GPIO functions
65820
65821     This patch adds some 4xx GPIO functions. It also moves some of the
65822     common code and defines into a common 4xx GPIO header file.
65823
65824     Signed-off-by: Stefan Roese <sr@denx.de>
65825
65826 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
65827 Author: Stefan Roese <sr@denx.de>
65828 Date:   Sat Mar 24 15:55:58 2007 +0100
65829
65830     [PATCH] Small Sequoia cleanup
65831
65832     Signed-off-by: Stefan Roese <sr@denx.de>
65833
65834 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
65835 Author: Stefan Roese <sr@denx.de>
65836 Date:   Sat Mar 24 15:45:34 2007 +0100
65837
65838     [PATCH] Clean up 40EZ/Acadia support
65839
65840     This patch cleans up all the open issue of the preliminary
65841     Acadia support.
65842
65843     Signed-off-by: Stefan Roese <sr@denx.de>
65844
65845 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
65846 Author: Jon Loeliger <jdl@freescale.com>
65847 Date:   Tue Dec 12 11:02:20 2006 -0600
65848
65849     Fix 8641HPCN problem with ld version 2.16
65850
65851     (Dot outside sections problem).
65852
65853     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
65854
65855     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65856
65857 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
65858 Author: Haiying Wang <haiying.wang@freescale.com>
65859 Date:   Thu Dec 7 10:35:55 2006 -0600
65860
65861     Set Rev 2.x 86xx PIC in mixed mode.
65862
65863     Prevent false interrupt from hanging Linux as MSR[EE] is set
65864     to enable interrupts by changing the PIC out of the default
65865     pass through mode into mixed mode.
65866
65867     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
65868     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65869
65870 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
65871 Author: Jason Jin <jason.jin@freescale.com>
65872 Date:   Thu Dec 7 10:32:35 2006 -0600
65873
65874     Add flash cmd function to 8641HPCN ramboot
65875
65876     Also fixes some commmand for 8641 HPCN ramboot case.
65877
65878     Signed-off-by: Jason Jin <jason.jin@freescale.com>
65879     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65880
65881 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
65882 Author: Ed Swarthout <ed.swarthout@freescale.com>
65883 Date:   Thu Dec 7 10:34:14 2006 -0600
65884
65885     Add support for 8641 Rev 2 silicon.
65886
65887     Without this patch, I am unable to get to the prompt on rev 2 silicon.
65888     Only set ddrioovcr for rev1.
65889
65890     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
65891     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65892
65893 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
65894 Author: Wolfgang Denk <wd@denx.de>
65895 Date:   Thu Mar 22 00:13:12 2007 +0100
65896
65897     Code cleanup / re-insert previous Copyright entries.
65898
65899     Signed-off-by: Wolfgang Denk <wd@denx.de>
65900
65901 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
65902 Author: Wolfgang Denk <wd@denx.de>
65903 Date:   Wed Mar 21 23:26:15 2007 +0100
65904
65905     Code cleanup. Update CHANGELOG
65906
65907 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
65908 Author: Stefan Roese <sr@denx.de>
65909 Date:   Wed Mar 21 14:54:29 2007 +0100
65910
65911     ppc4xx: Fix file mode of include/configs/acadia.h
65912
65913     Signed-off-by: Stefan Roese <sr@denx.de>
65914
65915 commit d5f4614c9350d9333e575100fb250aab774d0258
65916 Author: Markus Klotzbuecher <mk@denx.de>
65917 Date:   Wed Mar 21 14:41:46 2007 +0100
65918
65919     SPC1920: fix small clock routing bug
65920
65921     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
65922
65923 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
65924 Author: Stefan Roese <sr@denx.de>
65925 Date:   Wed Mar 21 13:39:57 2007 +0100
65926
65927     [PATCH] Add AMCC Acadia (405EZ) eval board support
65928
65929     This patch adds support for the new AMCC Acadia eval board.
65930
65931     Please note that this Acadia/405EZ support is still in a beta stage.
65932     Still lot's of cleanup needed but we need a preliminary release now.
65933
65934     Signed-off-by: Stefan Roese <sr@denx.de>
65935
65936 commit e01bd218b00af73499331a1a701625a852cd286f
65937 Author: Stefan Roese <sr@denx.de>
65938 Date:   Wed Mar 21 13:38:59 2007 +0100
65939
65940     [PATCH] Add AMCC PPC405EZ support
65941
65942     This patch adds support for the new AMCC 405EZ PPC. It is in
65943     preparation for the AMCC Acadia board support.
65944
65945     Please note that this Acadia/405EZ support is still in a beta stage.
65946     Still lot's of cleanup needed but we need a preliminary release now.
65947
65948     Signed-off-by: Stefan Roese <sr@denx.de>
65949
65950 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
65951 Author: Heiko Schocher <hs@pollux.denx.de>
65952 Date:   Wed Mar 21 08:45:17 2007 +0100
65953
65954     [PATCH] TQM8272: dont change the bits given from the HRCW
65955                      for the SIUMCR and BCR Register.
65956                      Fix the calculation for the EEprom Size
65957
65958     Signed-off-by: Heiko Schocher <hs@denx.de>
65959
65960 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
65961 Author: Aubrey Li <aubrey.adi@gmail.com>
65962 Date:   Tue Mar 20 18:16:24 2007 +0800
65963
65964     [Blackfin][PATCH] Add BF561 EZKIT board support
65965
65966 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
65967 Author: Aubrey Li <aubrey.adi@gmail.com>
65968 Date:   Mon Mar 19 22:55:58 2007 +0800
65969
65970     [Blackfin][PATCH] minor cleanup
65971
65972 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
65973 Author: Wolfgang Denk <wd@denx.de>
65974 Date:   Mon Mar 19 13:10:08 2007 +0100
65975
65976     Remove obsoleted POST files.
65977
65978     Signed-off-by: Wolfgang Denk <wd@denx.de>
65979
65980 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
65981 Author: Aubrey Li <aubrey.adi@gmail.com>
65982 Date:   Mon Mar 19 01:26:11 2007 +0800
65983
65984     [PATCH] Add flash chip M29W320ET/B support
65985
65986 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
65987 Author: Aubrey Li <aubrey.adi@gmail.com>
65988 Date:   Mon Mar 19 01:24:52 2007 +0800
65989
65990     [Blackfin][PATCH] Add BF537 stamp board support
65991
65992 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
65993 Author: Stefan Roese <sr@denx.de>
65994 Date:   Fri Mar 16 21:11:42 2007 +0100
65995
65996     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
65997
65998     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
65999     DDR memory are dynamically programmed matching the total size
66000     of the equipped memory (DIMM modules).
66001
66002     Signed-off-by: Stefan Roese <sr@denx.de>
66003
66004 commit 76d1466f918b881cda2d259254761e73885093c2
66005 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66006 Date:   Tue Mar 13 13:38:05 2007 +0100
66007
66008     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
66009             boards in terms of unification.
66010
66011     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66012
66013 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
66014 Author: Wolfgang Denk <wd@denx.de>
66015 Date:   Tue Mar 13 16:05:55 2007 +0100
66016
66017     Make SC3 board build with 'make O='; use 'addcons' consistently
66018     (SC3 and Jupiter used to use 'addcon' instead).
66019
66020     Signed-off-by: Wolfgang Denk wd@denx.de
66021
66022 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
66023 Author: Heiko Schocher <hs@pollux.denx.de>
66024 Date:   Tue Mar 13 09:40:59 2007 +0100
66025
66026     [PATCH] update board config for jupiter Board:
66027             added Hush Shell,
66028                   CONFIG_CMDLINE_EDITING,
66029                   CFG_ENV_ADDR_REDUND activated
66030
66031     Signed-off-by: Heiko Schocher <hs@denx.de>
66032
66033 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
66034 Author: Aubrey Li <aubrey.adi@gmail.com>
66035 Date:   Mon Mar 12 12:11:55 2007 +0800
66036
66037     [Blackfin][PATCH] minor cleanup
66038
66039 commit bfa5754a58477ac917d21527cd0f079d87cf188e
66040 Author: Aubrey Li <aubrey.adi@gmail.com>
66041 Date:   Mon Mar 12 01:42:06 2007 +0800
66042
66043     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
66044
66045 commit 8440bb14581a294375c34b91b42512f9753d1130
66046 Author: Aubrey Li <aubrey.adi@gmail.com>
66047 Date:   Mon Mar 12 00:25:14 2007 +0800
66048
66049     [Blackfin][PATCH] code cleanup
66050
66051 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
66052 Author: Michal Simek <monstr@monstr.eu>
66053 Date:   Sun Mar 11 13:48:24 2007 +0100
66054
66055     [Microblaze][PATCH] part 2
66056     timer support
66057     interrupt controller support
66058     flash support
66059     ethernet support
66060     cache support
66061     board information support
66062     env support
66063     booting image support
66064
66065     adding support for Xilinx ML401
66066
66067 commit 76316a318de91f6184e7c22a10e02d275ade2441
66068 Author: Michal Simek <monstr@monstr.eu>
66069 Date:   Sun Mar 11 13:42:58 2007 +0100
66070
66071     [Microblaze][PATCH]
66072     timer support
66073     interrupt controller support
66074     flash support
66075     ethernet support
66076     cache support
66077     board information support
66078     env support
66079     booting image support
66080
66081     adding support for Xilinx ML401
66082
66083 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
66084 Author: Aubrey Li <aubrey.adi@gmail.com>
66085 Date:   Sat Mar 10 23:49:29 2007 +0800
66086
66087     [Blackfin][PATCH] code cleanup
66088
66089 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
66090 Author: Aubrey.Li <aubrey.adi@gmail.com>
66091 Date:   Fri Mar 9 13:40:56 2007 +0800
66092
66093     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
66094
66095 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
66096 Author: Aubrey.Li <aubrey.adi@gmail.com>
66097 Date:   Fri Mar 9 13:38:44 2007 +0800
66098
66099     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
66100
66101 commit 992423ab43c2bcf6b704853bd00af77450915e20
66102 Author: Stefan Roese <sr@denx.de>
66103 Date:   Thu Mar 8 23:00:08 2007 +0100
66104
66105     ppc4xx: Fix file mode of sequoia.c
66106
66107     Signed-off-by: Stefan Roese <sr@denx.de>
66108
66109 commit eb92f613556800f7483666db09d9a237ad911d4a
66110 Author: Wolfgang Denk <wd@pollux.denx.de>
66111 Date:   Thu Mar 8 22:52:51 2007 +0100
66112
66113     Minor cleanup.
66114
66115 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
66116 Author: John Otken john@softadvances.com <john@softadvances.com>
66117 Date:   Thu Mar 8 09:39:48 2007 -0600
66118
66119     ppc4xx: Clear Sequoia/Rainier security engine reset bits
66120
66121     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
66122
66123 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
66124 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66125 Date:   Thu Mar 8 16:26:52 2007 +0100
66126
66127     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
66128
66129     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66130
66131 commit d9fc703246840c4b268debf48c334ba55c597dc0
66132 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66133 Date:   Thu Mar 8 16:25:47 2007 +0100
66134
66135     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
66136
66137     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66138
66139 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
66140 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66141 Date:   Thu Mar 8 16:23:11 2007 +0100
66142
66143     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
66144
66145     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66146
66147 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
66148 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66149 Date:   Thu Mar 8 16:20:32 2007 +0100
66150
66151     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
66152
66153     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66154
66155 commit f9fc6a5852a6335840882fa2111925010eea1abe
66156 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66157 Date:   Wed Mar 7 15:32:01 2007 +0100
66158
66159     fixed ethernet phy configuration for plu405 board
66160
66161     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
66162
66163 commit 769104c9356594deb2092e204a39c05b33202d6c
66164 Author: Wolfgang Denk <wd@pollux.denx.de>
66165 Date:   Thu Mar 8 21:49:27 2007 +0100
66166
66167     Minor cleanup
66168
66169 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
66170 Author: Stefan Roese <sr@denx.de>
66171 Date:   Thu Mar 8 10:13:16 2007 +0100
66172
66173     [PATCH] Update AMCC Luan 440SP eval board support
66174
66175     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
66176     inititializition. This includes DDR auto calibration and support
66177     for different DIMM modules, instead of the fixed setup used in
66178     the earlier version.
66179
66180     This patch also enables the cache in FLASH for the startup
66181     phase of U-Boot (while running from FLASH). After relocating to
66182     SDRAM the cache is disabled again. This will speed up the boot
66183     process, especially the SDRAM setup, since there are some loops
66184     for memory testing (auto calibration).
66185
66186     Signed-off-by: Stefan Roese <sr@denx.de>
66187
66188 commit 2f5df47351910a2936c7741cf111855829200943
66189 Author: Stefan Roese <sr@denx.de>
66190 Date:   Thu Mar 8 10:10:18 2007 +0100
66191
66192     [PATCH] Update AMCC Yucca 440SPe eval board support
66193
66194     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
66195     inititializition. This includes DDR auto calibration and support
66196     for different DIMM modules, instead of the fixed setup used in
66197     the earlier version.
66198
66199     Signed-off-by: Stefan Roese <sr@denx.de>
66200
66201 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
66202 Author: Stefan Roese <sr@denx.de>
66203 Date:   Thu Mar 8 10:07:18 2007 +0100
66204
66205     ppc4xx: Small AMCC Katmai 440SPe update
66206
66207     Signed-off-by: Stefan Roese <sr@denx.de>
66208
66209 commit df294497479b1dca6dd86318b2a912f72fede0df
66210 Author: Stefan Roese <sr@denx.de>
66211 Date:   Thu Mar 8 10:06:09 2007 +0100
66212
66213     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
66214
66215     Signed-off-by: Stefan Roese <sr@denx.de>
66216
66217 commit 83853178bd36bca6f0f8f1331476620c84a587fc
66218 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
66219 Date:   Wed Mar 7 12:14:50 2007 -0600
66220
66221     net - Support ping reply when processing net-loop
66222
66223     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
66224
66225     This permits the ping command to test the phy interface when the phy
66226     is put in loopback mode (typically by setting register 0 bit 14).
66227
66228     It also allows the port to respond to an external ping when u-boot is
66229     processing some other net command (such as tftp).  This is useful when
66230     tftp appears to hang.
66231
66232     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
66233     Signed-off-by: Ben Warren <bwarren@qstreams.com>
66234
66235 commit fa1aef15bcd47736687be1af544506e90fba545d
66236 Author: Stefan Roese <sr@denx.de>
66237 Date:   Wed Mar 7 16:43:00 2007 +0100
66238
66239     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
66240
66241     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
66242     DDR memory are dynamically programmed matching the total size
66243     of the equipped memory (DIMM modules).
66244
66245     Signed-off-by: Stefan Roese <sr@denx.de>
66246
66247 commit e2ebe696818939e2b974628be9c921ea3fe9de13
66248 Author: Stefan Roese <sr@denx.de>
66249 Date:   Wed Mar 7 16:39:36 2007 +0100
66250
66251     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
66252
66253     This patch fixes a problem that occurs when 2 DIMM's are
66254     used. This problem was first spotted and fixed by Gerald Jackson
66255     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
66256     problem in a little more clever way.
66257
66258     This patch also adds the nice functionality to dynamically
66259     create the TLB entries for the SDRAM (tlb.c). So we should
66260     never run into such problems with wrong (too short) TLB
66261     initialization again on these platforms.
66262
66263     As this feature is new to the "old" 44x SPD DDR driver, it
66264     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
66265
66266     Signed-off-by: Stefan Roese <sr@denx.de>
66267
66268 commit 39218433983417b9df087976a79e3f80dd5e83d6
66269 Author: Wolfgang Denk <wd@denx.de>
66270 Date:   Wed Mar 7 16:33:44 2007 +0100
66271
66272     UC101: fix compiler warnings
66273
66274 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
66275 Author: Wolfgang Denk <wd@pollux.denx.de>
66276 Date:   Wed Mar 7 16:19:46 2007 +0100
66277
66278     HMI1001: fix build error, cleanup compiler warnings.
66279
66280 commit ad5bb451ade552c44bef9119d907929ebc2c126f
66281 Author: Wolfgang Denk <wd@pollux.denx.de>
66282 Date:   Tue Mar 6 18:08:43 2007 +0100
66283
66284     Restructure POST directory to support of other CPUs, boards, etc.
66285
66286 commit a5284efd125967675b2e9c6ef7b95832268ad360
66287 Author: Wolfgang Denk <wd@pollux.denx.de>
66288 Date:   Tue Mar 6 18:01:47 2007 +0100
66289
66290     Fix HOSTARCH handling.
66291     Patch by Mike Frysinger, Mar 05 2007
66292
66293 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
66294 Author: Stefan Roese <sr@denx.de>
66295 Date:   Tue Mar 6 07:47:04 2007 +0100
66296
66297     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
66298
66299     As provided by the AMCC applications team, this patch optimizes the
66300     DDR2 setup for 166MHz bus speed. The values provided are also save
66301     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
66302     setup has to be adjusted as done in this patch.
66303
66304     For this the NAND booting version had to include the "speed.c" file
66305     from the cpu/ppc4xx directory. With this addition the NAND SPL image
66306     will just fit into the 4kbytes of program space. gcc version 4.x as
66307     provided with ELDK 4.x is needed to generate this optimized code.
66308
66309     Signed-off-by: Stefan Roese <sr@denx.de>
66310
66311 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
66312 Author: Wolfgang Denk <wd@pollux.denx.de>
66313 Date:   Sun Mar 4 01:36:05 2007 +0100
66314
66315     Some code cleanup.
66316
66317 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
66318 Author: Kim Phillips <kim.phillips@freescale.com>
66319 Date:   Wed Feb 28 00:02:04 2007 -0600
66320
66321     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
66322
66323     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
66324
66325 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
66326 Author: Kumar Gala <galak@kernel.crashing.org>
66327 Date:   Tue Feb 27 23:51:42 2007 -0600
66328
66329     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
66330
66331     The config value for:
66332     * CFG_ACR_PIPE_DEP
66333     * CFG_ACR_RPTCNT
66334     * CFG_SPCR_TSEC1EP
66335     * CFG_SPCR_TSEC2EP
66336     * CFG_SCCR_TSEC1CM
66337     * CFG_SCCR_TSEC2CM
66338
66339     Were not being used when setting the appropriate register
66340
66341     Added:
66342     * CFG_SCCR_USBMPHCM
66343     * CFG_SCCR_USBDRCM
66344     * CFG_SCCR_PCICM
66345     * CFG_SCCR_ENCCM
66346
66347     To allow full config of the SCCR.
66348
66349     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
66350     that were just bogus.
66351
66352     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66353
66354 commit d51b3cf371cd441030460ef19d36b2924c361b1a
66355 Author: Kim Phillips <kim.phillips@freescale.com>
66356 Date:   Thu Feb 22 20:06:57 2007 -0600
66357
66358     mpc83xx: update [local-]mac-address properties on UEC based devices
66359
66360     8360 and 832x weren't updating their [local-]mac-address
66361     properties. This patch fixes that.
66362
66363     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66364
66365 commit 61f4f912acbe60776c5e00df1ec94094ce672957
66366 Author: Timur Tabi <timur@freescale.com>
66367 Date:   Tue Feb 13 10:41:42 2007 -0600
66368
66369     mpc83xx: write MAC address to mac-address and local-mac-address
66370
66371     Some device trees have a mac-address property, some have local-mac-address,
66372     and some have both.  To support all of these device trees, this patch
66373     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
66374     This function already updates local-mac-address.
66375
66376     Signed-off-by: Timur Tabi <timur@freescale.com>
66377
66378 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
66379 Author: Kim Phillips <kim.phillips@freescale.com>
66380 Date:   Tue Feb 27 18:41:08 2007 -0600
66381
66382     mpc83xx: add command line editing by default
66383
66384 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
66385 Author: Kim Phillips <kim.phillips@freescale.com>
66386 Date:   Wed Feb 14 19:50:53 2007 -0600
66387
66388     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
66389
66390     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
66391     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
66392
66393     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
66394
66395     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66396     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
66397
66398 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
66399 Author: Xie Xiaobo <r63061@freescale.com>
66400 Date:   Wed Feb 14 18:27:17 2007 +0800
66401
66402     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
66403
66404     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
66405     it pass DDR/DDR2 compliance tests.
66406
66407     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
66408
66409 commit b110f40bd180c6b560276589beedf753e97c46ce
66410 Author: Xie Xiaobo <r63061@freescale.com>
66411 Date:   Wed Feb 14 18:27:06 2007 +0800
66412
66413     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
66414
66415     MPC8360E rev2.0 have new spridr,and PVR value,
66416     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
66417
66418     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
66419
66420 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
66421 Author: Xie Xiaobo <r63061@freescale.com>
66422 Date:   Wed Feb 14 18:26:44 2007 +0800
66423
66424     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
66425
66426     MPC8349E rev3.1 have new spridr,and PVR value,
66427     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
66428
66429     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
66430
66431 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
66432 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
66433 Date:   Wed Jan 31 11:04:19 2007 +0100
66434
66435     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
66436
66437     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
66438     which is used to se if an slave will ACK after receiving its address.
66439
66440     Correct i2c probing to use this method as the old method could upset
66441     a slave as it wrote a data byte to it.
66442
66443     Add a small delay in i2c_init() to let the controller
66444     shutdown any ongoing I2C activity.
66445
66446     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
66447
66448 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
66449 Author: Timur Tabi <timur@freescale.com>
66450 Date:   Wed Jan 31 15:54:29 2007 -0600
66451
66452     mpc83xx: Add support for the MPC8349E-mITX-GP
66453
66454     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
66455     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
66456     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
66457
66458     Signed-off-by: Timur Tabi <timur@freescale.com>
66459
66460 commit fab16807adad350f618024350c6950165c247c72
66461 Author: Timur Tabi <timur@freescale.com>
66462 Date:   Wed Jan 31 15:54:20 2007 -0600
66463
66464     mpc83xx: Delete sdram_init() for MPC8349E-mITX
66465
66466     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
66467     never does anything.  This patch deletes it.
66468
66469     Signed-off-by: Timur Tabi <timur@freescale.com>
66470
66471 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
66472 Author: Dave Liu <daveliu@freescale.com>
66473 Date:   Fri Jan 19 10:43:26 2007 +0800
66474
66475     mpc83xx: Fix the LAW1/3 bug
66476
66477     The patch solves the alignment problem of the local bus access windows to
66478     render accessible the memory bank and PHY registers of UPC 1 (starting at
66479     0xf801 0000). What we actually did was to adjust the sizes of the bus
66480     access windows so that the base address alignment requirement would be met.
66481
66482     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
66483     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
66484     Signed-off-by: Dave Liu <daveliu@freescale.com>
66485
66486 commit 97c4b397dce236a7318b304667bf89e59d08b17c
66487 Author: Kim Phillips <kim.phillips@freescale.com>
66488 Date:   Tue Jan 30 16:15:31 2007 -0600
66489
66490     mpc83xx: don't hang if watchdog configured on 8360, 832x
66491
66492     don't hang if watchdog configured on 8360, 832x
66493
66494     The watchdog programming model is the same across all 83xx devices;
66495     make the code reflect that.
66496
66497 commit b70047478570e371ce7223be342ce98afea0f7d6
66498 Author: Kim Phillips <kim.phillips@freescale.com>
66499 Date:   Tue Jan 30 16:15:21 2007 -0600
66500
66501     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
66502
66503     protect memcpy to bad address if a local-mac-address is missing from dt
66504
66505 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
66506 Author: Kim Phillips <kim.phillips@freescale.com>
66507 Date:   Tue Jan 30 16:15:04 2007 -0600
66508
66509     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
66510
66511     make 8360 default environment fdt be 8360 (not 8349)
66512
66513 commit a28899c910024a0226331df07207b1038c300c93
66514 Author: Emilian Medve <Emilian.Medve@freescale.com>
66515 Date:   Tue Jan 30 16:14:50 2007 -0600
66516
66517     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
66518
66519     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
66520     be used for busy-waiting since it strips the 'volatile' property from
66521     the bd variable. gcc3 was working by pure luck.
66522
66523     This is a follow on patch to "Fix the UEC driver bug of QE"
66524
66525 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
66526 Author: Kumar Gala <galak@kernel.crashing.org>
66527 Date:   Tue Jan 30 14:08:30 2007 -0600
66528
66529     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
66530
66531     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
66532     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
66533     CONFIG_MPC834X so they are more generic.
66534
66535     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66536
66537 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
66538 Author: Kim Phillips <kim.phillips@freescale.com>
66539 Date:   Thu Jan 25 13:40:55 2007 -0600
66540
66541     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
66542
66543 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
66544 Author: Kim Phillips <kim.phillips@freescale.com>
66545 Date:   Wed Jan 24 17:18:37 2007 -0600
66546
66547     mpc83xx: sort Makefile targets
66548
66549     reordered targets alphabetically
66550
66551 commit 91e25769771c1164ed63ffca0add49f934ae3343
66552 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
66553 Date:   Tue Jan 16 11:38:14 2007 -0500
66554
66555     mpc83xx: U-Boot support for Wind River SBC8349
66556
66557     I've redone the SBC8349 support to match git-current, which
66558     incorporates all the MPC834x updates from Freescale since the 1.1.6
66559     release,  including the DDR changes.
66560
66561     I've kept all the SBC8349 files as parallel as possible to the
66562     MPC8349EMDS ones for ease of maintenance and to allow for easy
66563     inspection of what was changed to support this board.  Hence the SBC8349
66564     U-Boot has FDT support and everything else that the MPC8349EMDS has.
66565
66566     Fortunately the Freescale updates added support for boards using CS0,
66567     but I had to change spd_sdram.c to allow for board specific settings for
66568     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
66569     default if the board doesn't specify a value.)
66570
66571     Hopefully this should be mergeable as-is and require no whitespace
66572     cleanups or similar, but if something doesn't measure up then let me
66573     know and I'll fix it.
66574
66575     Thanks,
66576     Paul.
66577
66578 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
66579 Author: Sam Song <samsongshu@yahoo.com.cn>
66580 Date:   Thu Dec 14 19:03:21 2006 +0800
66581
66582     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
66583
66584     A redundant semicolon existed in mpc8349itx.c
66585     should be removed.
66586
66587     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
66588
66589 commit f35f358241c549be3f75cfe2eaa642914275b7ba
66590 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
66591 Date:   Wed Dec 6 21:23:55 2006 -0500
66592
66593     mpc83xx: Put the version (and magic) after the HRCW.
66594
66595     Put the version (and magic) after the HRCW.  This puts it in a fixed
66596     location in flash, not at the start of flash but as close as we can get.
66597
66598     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
66599
66600 commit 48aecd969171a6e99a55fae04933857787f9a5bd
66601 Author: Dave Liu <r63238@freescale.com>
66602 Date:   Thu Dec 7 21:14:51 2006 +0800
66603
66604     mpc83xx: Add the MPC832XEMDS board readme
66605
66606     Add the MPC832XEMDS board readme
66607
66608     Signed-off-by: Dave Liu <daveliu@freescale.com>
66609
66610 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
66611 Author: Dave Liu <r63238@freescale.com>
66612 Date:   Thu Dec 7 21:13:15 2006 +0800
66613
66614     mpc83xx: Add support for the MPC832XEMDS board
66615
66616     This patch supports DUART, ETH3/4 and PCI etc.
66617
66618     Signed-off-by: Dave Liu <daveliu@freescale.com>
66619
66620 commit e080313c32322e15ab5a18eb896a252858c57284
66621 Author: Dave Liu <r63238@freescale.com>
66622 Date:   Thu Dec 7 21:11:58 2006 +0800
66623
66624     mpc83xx: streamline the 83xx immr head file
66625
66626     For better format and style, I streamlined the 83xx head files,
66627     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
66628     duplicated macro definition appear in the both files; 2) the structure
66629     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
66630     macro definition put inside the each structure. So, I cleaned up the
66631     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
66632     moved the macro definition to mpc83xx.h, Just like MPC8260.
66633
66634     CHANGELOG
66635
66636     *streamline the 83xx immr head file
66637
66638     Signed-off-by: Dave Liu <daveliu@freescale.com>
66639
66640 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
66641 Author: Dave Liu <r63238@freescale.com>
66642 Date:   Wed Dec 6 11:38:17 2006 +0800
66643
66644     mpc83xx: Fix the UEC driver bug of QE
66645
66646     The patch prevents the GCC tool chain from striping useful code for
66647     optimization. It will make UEC ethernet driver workable, Otherwise the
66648     UEC will fail in tx when you are using gcc4.x. but the driver can work
66649     when using gcc3.4.3.
66650
66651     CHANGELOG
66652
66653     *Prevent the GCC from striping code for optimization, Otherwise the UEC
66654     will tx failed when you are using gcc4.x.
66655
66656     Signed-off-by: Dave Liu <daveliu@freescale.com>
66657
66658 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
66659 Author: Stefan Roese <sr@denx.de>
66660 Date:   Thu Mar 1 21:11:36 2007 +0100
66661
66662     [PATCH] Update AMCC Katmai 440SPe eval board support
66663
66664     This patch updates the recently added Katmai board support. The biggest
66665     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
66666     driver.
66667
66668     Please note, that still some problems are left with some memory
66669     configurations. See the driver for more details.
66670
66671     Signed-off-by: Stefan Roese <sr@denx.de>
66672
66673 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
66674 Author: Stefan Roese <sr@denx.de>
66675 Date:   Thu Mar 1 07:03:25 2007 +0100
66676
66677     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
66678
66679     Signed-off-by: Stefan Roese <sr@denx.de>
66680
66681 commit ccbc7036648e465697ca298ba51e0e76dda352a0
66682 Author: Wolfgang Denk <wd@pollux.denx.de>
66683 Date:   Wed Feb 28 01:28:53 2007 +0100
66684
66685     SC3: fix typo in default environment
66686
66687 commit e344568b1b46af85ec32d815586f91bc115d6223
66688 Author: Sergei Poselenov <sposelenov@emcraft.com>
66689 Date:   Tue Feb 27 20:15:30 2007 +0300
66690
66691     MCC200: Fixes for update procedure
66692
66693     - fix logic error in image type handling
66694     - make sure file system images (cramfs etc.) get stored in flash
66695       with image header stripped so they can be mounted through MTD
66696
66697 commit 743571145b37182757d4e688a77860b36ee77573
66698 Author: Wolfgang Denk <wd@pollux.denx.de>
66699 Date:   Tue Feb 27 14:26:04 2007 +0100
66700
66701     Minor code cleanup.
66702
66703 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
66704 Author: Sergei Poselenov <sposelenov@emcraft.com>
66705 Date:   Tue Feb 27 12:40:16 2007 +0300
66706
66707     MCC200 update - add LCD Progress Indicator
66708
66709 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
66710 Author: Stefan Roese <sr@denx.de>
66711 Date:   Thu Feb 22 07:43:34 2007 +0100
66712
66713     [PATCH] get_dev() now unconditionally uses manual relocation
66714
66715     Since the relocation fix is not included yet and we're not sure how
66716     it will be added, this patch removes code that required relocation
66717     to be fixed for now.
66718
66719     Signed-off-by: Stefan Roese <sr@denx.de>
66720
66721 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
66722 Author: Stefan Roese <sr@denx.de>
66723 Date:   Thu Feb 22 07:40:23 2007 +0100
66724
66725     [PATCH] Change systemace driver to select 8 & 16bit mode
66726
66727     As suggested by Grant Likely this patch enables the Xilinx SystemACE
66728     driver to select 8 or 16bit mode upon startup.
66729
66730     Signed-off-by: Stefan Roese <sr@denx.de>
66731
66732 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
66733 Author: Haiying Wang <Haiying.Wang@freescale.com>
66734 Date:   Wed Feb 21 16:52:31 2007 +0100
66735
66736     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
66737
66738     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
66739     is fully finished. The sync() is defined in each CPU's io.h file. For
66740     those CPUs which do not need sync for now, a dummy sync() is defined in
66741     their io.h as well.
66742
66743     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
66744
66745 commit da04995c7dc6772013a9a0dc5c767f190c402478
66746 Author: Stefan Roese <sr@denx.de>
66747 Date:   Wed Feb 21 13:44:34 2007 +0100
66748
66749     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
66750
66751     Signed-off-by: Stefan Roese <sr@denx.de>
66752
66753 commit 751bb57107d78978ae08e697c3deba816f5be091
66754 Author: Stefan Roese <sr@denx.de>
66755 Date:   Tue Feb 20 13:21:57 2007 +0100
66756
66757     [PATCH] Fix relocation problem with "new" get_dev() function
66758
66759     This patch enables the "new" get_dev() function for block devices
66760     introduced by Grant Likely to be used on systems that still suffer
66761     from the relocation problems (manual relocation neede because of
66762     problems with linker script).
66763
66764     Hopefully we can resolve this relocation issue soon for all platform
66765     so we don't need this additional code anymore.
66766
66767     Signed-off-by: Stefan Roese <sr@denx.de>
66768
66769 commit d93e2212f962668b3dce091ff5edc33f2347fe37
66770 Author: Stefan Roese <sr@denx.de>
66771 Date:   Tue Feb 20 13:17:42 2007 +0100
66772
66773     [PATCH] Update SystemACE driver for 16bit access
66774
66775     This patch removes some problems when the Xilinx SystemACE driver
66776     is used with 16bit access on an big endian platform (like the
66777     AMCC Katmai).
66778
66779     Signed-off-by: Stefan Roese <sr@denx.de>
66780
66781 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
66782 Author: Stefan Roese <sr@denx.de>
66783 Date:   Tue Feb 20 13:15:40 2007 +0100
66784
66785     [PATCH] Clean up Katmai (440SPe) linker script
66786
66787     Signed-off-by: Stefan Roese <sr@denx.de>
66788
66789 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
66790 Author: Stefan Roese <sr@denx.de>
66791 Date:   Tue Feb 20 10:57:08 2007 +0100
66792
66793     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
66794
66795     Signed-off-by: Stefan Roese <sr@denx.de>
66796
66797 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
66798 Author: Stefan Roese <sr@denx.de>
66799 Date:   Tue Feb 20 10:51:26 2007 +0100
66800
66801     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
66802
66803     This patch switches to the desired I2C bus when the date/dtt
66804     commands are called. This can be configured using the
66805     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
66806
66807     Signed-off-by: Stefan Roese <sr@denx.de>
66808
66809 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
66810 Author: Stefan Roese <sr@denx.de>
66811 Date:   Tue Feb 20 10:43:34 2007 +0100
66812
66813     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
66814
66815     This patch adds support for the DDR2 controller used on the
66816     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
66817     board and works fine with the following DIMM modules:
66818
66819     - Corsair CM2X512-5400C4 (512MByte per DIMM)
66820     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
66821     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
66822
66823     This patch also adds the nice functionality to dynamically
66824     create the TLB entries for the SDRAM (tlb.c). So we should
66825     never run into such problems with wrong (too short) TLB
66826     initialization again on these platforms.
66827
66828     Signed-off-by: Stefan Roese <sr@denx.de>
66829
66830 commit 36d830c9830379045f5daa9f542ac1c990c70068
66831 Author: Stefan Roese <sr@denx.de>
66832 Date:   Tue Feb 20 10:35:42 2007 +0100
66833
66834     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
66835
66836     Since the existing 4xx SPD SDRAM initialization routines for the
66837     405 SDRAM controller and the 440 DDR controller don't have much in
66838     common this patch splits both drivers into different files.
66839
66840     This is in preparation for the 440 DDR2 controller support (440SP/e).
66841
66842     Signed-off-by: Stefan Roese <sr@denx.de>
66843
66844 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
66845 Author: Stefan Roese <sr@denx.de>
66846 Date:   Tue Feb 20 10:27:08 2007 +0100
66847
66848     [PATCH] PPC4xx: Add support for multiple I2C busses
66849
66850     This patch adds support for multiple I2C busses on the PPC4xx
66851     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
66852     to make use of this feature.
66853
66854     It also merges the 405 and 440 i2c header files into one common
66855     file 4xx_i2c.h.
66856
66857     Also the 4xx i2c reset procedure is reworked since I experienced
66858     some problems with the first access on the 440SPe Katmai board.
66859
66860     Signed-off-by: Stefan Roese <sr@denx.de>
66861
66862 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
66863 Author: Grant Likely <grant.likely@secretlab.ca>
66864 Date:   Tue Feb 20 09:05:45 2007 +0100
66865
66866     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
66867
66868     Block device read/write is anonymous data; there is no need to use a
66869     typed pointer.  void * is fine.  Also add a hook for block_read functions
66870
66871     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66872
66873 commit 53758fa20e935cc87eeb0519ed365df753a6f289
66874 Author: Grant Likely <grant.likely@secretlab.ca>
66875 Date:   Tue Feb 20 09:05:38 2007 +0100
66876
66877     [PATCH 8_9] Add block_write hook to block_dev_desc_t
66878
66879     Preparation for future patches which support block device writing
66880
66881     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66882
66883 commit f4852ebe6ca946a509667eb68be42026f837be76
66884 Author: Grant Likely <grant.likely@secretlab.ca>
66885 Date:   Tue Feb 20 09:05:31 2007 +0100
66886
66887     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
66888
66889     Register read/write does not need to be wrapped in a full function.  The
66890     patch replaces them with macros.
66891
66892     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66893
66894 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
66895 Author: Grant Likely <grant.likely@secretlab.ca>
66896 Date:   Tue Feb 20 09:05:23 2007 +0100
66897
66898     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
66899
66900     The code in this file is not a command; it is a device driver.  Put it in
66901     the correct place.  There are zero functional changes in this patch, it
66902     only moves the file.
66903
66904     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66905
66906 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
66907 Author: Grant Likely <grant.likely@secretlab.ca>
66908 Date:   Tue Feb 20 09:05:16 2007 +0100
66909
66910     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
66911
66912     This patch is in preparation of additional changes to the sysace driver.
66913     May as well take this opportunity to fixup the inconsistent whitespace since
66914     this file is about to undergo major changes anyway.
66915
66916     There are zero functional changes in this patch.  It only cleans up the
66917     the whitespace.
66918
66919     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66920
66921 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
66922 Author: Grant Likely <grant.likely@secretlab.ca>
66923 Date:   Tue Feb 20 09:05:07 2007 +0100
66924
66925     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
66926
66927     isprint is already defined in ctype.c
66928
66929     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66930
66931 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
66932 Author: Grant Likely <grant.likely@secretlab.ca>
66933 Date:   Tue Feb 20 09:05:00 2007 +0100
66934
66935     [PATCH 3_9] Move buffer print code from md command to common function
66936
66937     Printing a buffer is a darn useful thing.  Move the buffer print code
66938     into print_buffer() in lib_generic/
66939
66940     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66941
66942 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
66943 Author: Grant Likely <grant.likely@secretlab.ca>
66944 Date:   Tue Feb 20 09:04:52 2007 +0100
66945
66946     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
66947
66948     Change the xilinx device drivers and board code to include config.h
66949     instead of xparameters.h directly.  config.h always includes the
66950     correct xparameters file.  This change reduces the posibility of
66951     including the wrong file when adding a new xilinx board port
66952
66953     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66954
66955 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
66956 Author: Grant Likely <grant.likely@secretlab.ca>
66957 Date:   Tue Feb 20 09:04:34 2007 +0100
66958
66959     [PATCH 1_4] Merge common get_dev() routines for block devices
66960
66961     Each of the filesystem drivers duplicate the get_dev routine.  This change
66962     merges them into a single function in part.c
66963
66964     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66965
66966 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
66967 Author: Wolfgang Denk <wd@pollux.denx.de>
66968 Date:   Mon Feb 19 23:09:51 2007 +0100
66969
66970     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
66971     as root file system images.
66972
66973 commit 489c696ae7211218961d159e43e722d74c36fcbc
66974 Author: Sergei Poselenov <sposelenov@emcraft.com>
66975 Date:   Wed Feb 14 14:30:28 2007 +0300
66976
66977     MCC200: Extensions to Software Update Mechanism
66978
66979     Update / extend Software Update Mechanism for MCC200 board:
66980
66981     - Add support for rootfs image added. The environment variables
66982       "rootfs_st" and "rootfs_nd" can be used to override the default
66983       values of the image start and end.
66984     - Remove excessive key check code.
66985     - Code cleanup.
66986
66987 commit 4be23a12f23f1372634edc3215137b09768b7949
66988 Author: Stefan Roese <sr@denx.de>
66989 Date:   Mon Feb 19 08:23:15 2007 +0100
66990
66991     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
66992
66993     As spotted by Matthias Fuchs, the READY input should not be
66994     enabled for the NOR FLASH on the Sequoia board.
66995
66996     Signed-off-by: Stefan Roese <sr@denx.de>
66997
66998 commit 2605e90bf676d48123afe5719a846d2b52b24aac
66999 Author: Heiko Schocher <hs@pollux.denx.de>
67000 Date:   Fri Feb 16 07:57:42 2007 +0100
67001
67002     [PATCH] Added support for the jupiter board.
67003
67004     Signed-off-by: Heiko Schocher <hs@denx.de>
67005
67006 commit 497d012e5be0194e1084073d0081eb1a844796b2
67007 Author: Gary Jennejohn <garyj@pollux.denx.de>
67008 Date:   Mon Feb 12 13:11:50 2007 +0100
67009
67010     LPC2292: patch from Siemens.
67011
67012 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
67013 Author: Stefan Roese <sr@denx.de>
67014 Date:   Sat Feb 10 08:49:31 2007 +0100
67015
67016     [PATCH] Add missing p3mx.h file to repository (ups)
67017
67018     Signed-off-by: Stefan Roese <sr@denx.de>
67019
67020 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
67021 Author: Bartlomiej Sieka <tur@semihalf.com>
67022 Date:   Fri Feb 9 10:45:42 2007 +0100
67023
67024     [Motion-PRO] Preliminary support for the Motion-PRO board.
67025
67026 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
67027 Author: Stefan Roese <sr@denx.de>
67028 Date:   Wed Feb 7 16:51:08 2007 +0100
67029
67030     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
67031
67032     Some boards that can have more than 768MBytes of SDRAM need to
67033     set "initrd_high", so that the initrd can be accessed by the
67034     Linux kernel.
67035
67036     Signed-off-by: Stefan Roese <sr@denx.de>
67037
67038 commit 7372ca68227930d03cffa548310524cad5b96733
67039 Author: Stefan Roese <sr@denx.de>
67040 Date:   Fri Feb 2 12:44:22 2007 +0100
67041
67042     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
67043
67044     Previously the strapping DCR/SDR was read to determine if the internal PCI
67045     arbiter is enabled or not. This strapping bit can be overridden, so now
67046     the current status is read from the correct DCR/SDR register.
67047
67048     Signed-off-by: Stefan Roese <sr@denx.de>
67049
67050 commit 2aa54f651a42d198673318f07a20c89a43e4d197
67051 Author: Stefan Roese <sr@denx.de>
67052 Date:   Fri Feb 2 12:42:08 2007 +0100
67053
67054     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
67055
67056     Signed-off-by: Stefan Roese <sr@denx.de>
67057
67058 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
67059 Author: Stefan Roese <sr@denx.de>
67060 Date:   Thu Feb 1 13:22:41 2007 +0100
67061
67062     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
67063
67064     When PCI PNP is enabled the pci pnp configuration routine is called
67065     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
67066     problems with some PCI cards. For now disable the PCI PNP configuration.
67067
67068     Signed-off-by: Stefan Roese <sr@denx.de>
67069
67070 commit 2902fadade3be7659467e8d074048c6b7068f5c0
67071 Author: Stefan Roese <sr@denx.de>
67072 Date:   Wed Jan 31 16:56:10 2007 +0100
67073
67074     [PATCH] Update 440EPx/440GRx cpu detection
67075
67076     Signed-off-by: Stefan Roese <sr@denx.de>
67077
67078 commit d5ea287b02a6945c3977410e364a879dd1a555c8
67079 Author: Stefan Roese <sr@denx.de>
67080 Date:   Wed Jan 31 16:38:04 2007 +0100
67081
67082     [PATCH] Update esd cpci5200 files
67083
67084     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
67085
67086 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
67087 Author: Stefan Roese <sr@denx.de>
67088 Date:   Wed Jan 31 16:37:34 2007 +0100
67089
67090     [PATCH] Add support for esd mecp5200 board
67091
67092     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
67093
67094 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
67095 Author: Stefan Roese <sr@denx.de>
67096 Date:   Wed Jan 31 12:38:50 2007 +0100
67097
67098     [PATCH] Remove unneccessary yellowstone board config file
67099
67100     Signed-off-by: Stefan Roese <sr@denx.de>
67101
67102 commit e802594b6fa1b166308820c276b96dc0d7cc731c
67103 Author: Stefan Roese <sr@denx.de>
67104 Date:   Tue Jan 30 17:06:10 2007 +0100
67105
67106     [PATCH] Update Sequoia (440EPx) config file
67107
67108     The config file now handles the 2nd target, the Rainier (440GRx)
67109     evaluation board better. Additionally the PPC input clock was
67110     adjusted to match the correct value of 33.0 MHz.
67111
67112     Signed-off-by: Stefan Roese <sr@denx.de>
67113
67114 commit 700200c67e73b83751418abe7815840dca8fd6cb
67115 Author: Stefan Roese <sr@denx.de>
67116 Date:   Tue Jan 30 17:04:19 2007 +0100
67117
67118     [PATCH] Merge Yosemite & Yellowstone board ports
67119
67120     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
67121     share one config file and all board specific files. This way we
67122     don't have to maintain two different sets of files for nearly
67123     identical boards.
67124
67125     Signed-off-by: Stefan Roese <sr@denx.de>
67126
67127 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
67128 Author: Stefan Roese <sr@denx.de>
67129 Date:   Tue Jan 30 15:01:49 2007 +0100
67130
67131     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
67132
67133     SCPU doesn't use redundant environment in flash.
67134
67135     Signed-off-by: Stefan Roese <sr@denx.de>
67136
67137 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
67138 Author: Stefan Roese <sr@denx.de>
67139 Date:   Tue Jan 30 12:51:07 2007 +0100
67140
67141     [PATCH] alpr: Update alpr board config file
67142
67143     Signed-off-by: Stefan Roese <sr@denx.de>
67144
67145 commit f8db84f132b1e335f20f96138a1f09ed97b08664
67146 Author: Wolfgang Denk <wd@pollux.denx.de>
67147 Date:   Tue Jan 30 00:50:40 2007 +0100
67148
67149     LPC2292 SODIMM port coding style cleanup.
67150
67151 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
67152 Author: Gary Jennejohn <garyj@pollux.denx.de>
67153 Date:   Wed Jan 24 12:16:56 2007 +0100
67154
67155     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
67156
67157 commit 2daf046ba627f85f44195815778140039636244e
67158 Author: Bartlomiej Sieka <tur@semihalf.com>
67159 Date:   Tue Jan 23 17:22:06 2007 +0100
67160
67161     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
67162
67163 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
67164 Author: Bartlomiej Sieka <tur@semihalf.com>
67165 Date:   Tue Jan 23 14:21:14 2007 +0100
67166
67167     [iDMR] Flash driver on initialisation write-protects some sectors,
67168     currently sectors 0-3. Sector 3 does not need to be protected, though
67169     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
67170     fixes this, i.e., only sectors 0-2 are protected.
67171
67172 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
67173 Author: Bartlomiej Sieka <tur@semihalf.com>
67174 Date:   Tue Jan 23 14:11:22 2007 +0100
67175
67176     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
67177     "mii device" results in "Unexpected exception"). Fixing this properly
67178     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
67179     this commit disables MII commads for now.
67180
67181 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
67182 Author: Bartlomiej Sieka <tur@semihalf.com>
67183 Date:   Tue Jan 23 13:25:22 2007 +0100
67184
67185     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
67186     Identification Register (CIR).
67187
67188 commit fdef388758506765d4d6a7155c8f1584c63ff581
67189 Author: roy zang <tie-fei.zang@freescale.com>
67190 Date:   Mon Jan 22 13:19:21 2007 +0800
67191
67192     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
67193     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
67194     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
67195     mpc7448hpc2 board.
67196
67197 commit a4012396645533aef218354eeba754dff0deace8
67198 Author: Wolfgang Denk <wd@pollux.denx.de>
67199 Date:   Fri Jan 19 23:08:39 2007 +0100
67200
67201     Minor code cleanup.
67202
67203 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
67204 Author: Heiko Schocher <hs@pollux.denx.de>
67205 Date:   Fri Jan 19 19:57:10 2007 +0100
67206
67207     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
67208
67209     Signed-off-by: Heiko Schocher <hs@denx.de>
67210
67211 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
67212 Author: Heiko Schocher <hs@pollux.denx.de>
67213 Date:   Fri Jan 19 18:05:26 2007 +0100
67214
67215     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
67216                  if you must swap the bytes between reading/writing.
67217                  (Needed for the SC3 board)
67218
67219     Signed-off-by: Heiko Schocher <hs@denx.de>
67220
67221 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
67222 Author: Stefan Roese <sr@denx.de>
67223 Date:   Thu Jan 18 16:05:47 2007 +0100
67224
67225     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
67226
67227     Signed-off-by: Stefan Roese <sr@denx.de>
67228
67229 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
67230 Author: Stefan Roese <sr@denx.de>
67231 Date:   Thu Jan 18 11:54:52 2007 +0100
67232
67233     [PATCH] Update Prodrive P3Mx support
67234
67235     Signed-off-by: Stefan Roese <sr@denx.de>
67236
67237 commit 34167a36c29ee946b727465db5c014746a08e978
67238 Author: Stefan Roese <sr@denx.de>
67239 Date:   Thu Jan 18 11:48:10 2007 +0100
67240
67241     [PATCH] Add missing Taishan config file
67242
67243     Signed-off-by: Stefan Roese <sr@denx.de>
67244
67245 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
67246 Author: Heiko Schocher <hs@pollux.denx.de>
67247 Date:   Thu Jan 18 11:28:51 2007 +0100
67248
67249     [PATCH] Fix: Compilerwarnings for SC3 board.
67250                  The EBC Configuration Register is now by CFG_EBC_CFG definable
67251                  Added JFFS2 support for the SC3 board.
67252
67253     Signed-off-by: Heiko Schocher <hs@denx.de>
67254
67255 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
67256 Author: Stefan Roese <sr@denx.de>
67257 Date:   Thu Jan 18 10:25:34 2007 +0100
67258
67259     [PATCH] Add support for AMCC Taishan PPC440GX eval board
67260
67261     Signed-off-by: Stefan Roese <sr@denx.de>
67262
67263 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
67264 Author: Wolfgang Denk <wd@pollux.denx.de>
67265 Date:   Tue Jan 16 18:30:50 2007 +0100
67266
67267     Raname solidcard3 into sc3; add redundant env for sc3
67268
67269 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
67270 Author: Wolfgang Denk <wd@pollux.denx.de>
67271 Date:   Tue Jan 16 12:46:35 2007 +0100
67272
67273     Update default environment for Solidcard3
67274
67275 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
67276 Author: Stefan Roese <sr@denx.de>
67277 Date:   Mon Jan 15 09:46:29 2007 +0100
67278
67279     [PATCH] Fix 440SPe rev B detection from previous patch
67280
67281     Signed-off-by: Stefan Roese <sr@denx.de>
67282
67283 commit a443d31410c571ee8f970da819a44d698fdd6b1f
67284 Author: Heiko Schocher <hs@pollux.denx.de>
67285 Date:   Sun Jan 14 13:35:31 2007 +0100
67286
67287         [FIX] correct I2C Writes for the LM81 Sensor.
67288
67289         Signed-off-by: Heiko Schocher <hs@denx.de>
67290
67291 commit 0bba5452835f19a61204edcda3a58112fd8e2208
67292 Author: Wolfgang Denk <wd@pollux.denx.de>
67293 Date:   Sat Jan 13 11:17:10 2007 +0100
67294
67295     Undo commit 3033ebb2: reset command does not take any arguments
67296
67297     Haiying Wang's modification to the reset command was broken, undo it.
67298
67299     Signed-off-by: Wolfgang Denk <wd@denx.de>
67300
67301 commit 95981778cff0038fd9941044d6a3eda810e33258
67302 Author: Stefan Roese <sr@denx.de>
67303 Date:   Sat Jan 13 08:01:03 2007 +0100
67304
67305     [PATCH] Update 440SP(e) cpu revisions
67306
67307     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
67308
67309     Signed-off-by: Stefan Roese <sr@denx.de>
67310
67311 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
67312 Author: Stefan Roese <sr@denx.de>
67313 Date:   Sat Jan 13 07:59:56 2007 +0100
67314
67315     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
67316
67317     Now the board revision and the current PCI bus speed are printed after
67318     the board message.
67319
67320     Also the EBC initialising is now done via defines in the board config
67321     file.
67322
67323     Signed-off-by: Stefan Roese <sr@denx.de>
67324
67325 commit 36adff362c2c0141ff8a810d42a7e478f779130f
67326 Author: Stefan Roese <sr@denx.de>
67327 Date:   Sat Jan 13 07:59:19 2007 +0100
67328
67329     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
67330
67331     Now the board revision and the current PCI bus speed are printed after
67332     the board message.
67333
67334     Also the EBC initialising is now done via defines in the board config
67335     file.
67336
67337     Signed-off-by: Stefan Roese <sr@denx.de>
67338
67339 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
67340 Author: Stefan Roese <sr@denx.de>
67341 Date:   Sat Jan 13 07:57:51 2007 +0100
67342
67343     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
67344
67345     Now the board revision and the current PCI bus speed are printed after
67346     the board message.
67347
67348     Signed-off-by: Stefan Roese <sr@denx.de>
67349
67350 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
67351 Author: Heiko Schocher <hs@pollux.denx.de>
67352 Date:   Thu Jan 11 15:44:44 2007 +0100
67353
67354         Added support for the SOLIDCARD III board from Eurodesign
67355
67356         Signed-off-by: Heiko Schocher <hs@denx.de>
67357
67358 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
67359 Author: Reinhard Thies <Reinhard.Thies@web.de>
67360 Date:   Wed Jan 10 14:41:14 2007 +0100
67361
67362     Adjusted default environment for cam5200 board.
67363
67364 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
67365 Author: Wolfgang Denk <wd@pollux.denx.de>
67366 Date:   Wed Jan 10 15:35:52 2007 +0100
67367
67368     Update CHANGELOG
67369
67370 commit 787fa15860a57833e50bd30555079a9cd4e519b8
67371 Author: Wolfgang Denk <wd@pollux.denx.de>
67372 Date:   Wed Jan 10 01:28:39 2007 +0100
67373
67374     Fix auto_update for MCC200 board.
67375
67376     The invocation of do_auto_update() is moved to the end of the
67377     misc_init_r() function, after the flash mappings have been
67378     initialized. Please find attached a patch that implements that
67379     change.
67380
67381     Also correct the decoding of the keypad status. With this update, the
67382     key that will trigger the update is Column 2, Row 2.
67383
67384 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
67385 Author: Marian Balakowicz <m8@semihalf.com>
67386 Date:   Wed Jan 10 00:26:15 2007 +0100
67387
67388     CAM5200 flash driver modifications:
67389     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
67390     - add second build target 'cam5200_niosflash' which still uses custom driver
67391
67392 commit 67fea022fa957f59653b5238c7496f80a6b70432
67393 Author: Markus Klotzbuecher <mk@denx.de>
67394 Date:   Tue Jan 9 16:02:48 2007 +0100
67395
67396     SPC1920: cleanup memory contoller setup
67397
67398 commit 8fc2102faa23593c80381437c09f7745a14deb40
67399 Author: Markus Klotzbuecher <mk@denx.de>
67400 Date:   Tue Jan 9 14:57:14 2007 +0100
67401
67402     Fix the cpu speed setup to work with all boards.
67403
67404 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
67405 Author: Markus Klotzbuecher <mk@denx.de>
67406 Date:   Tue Jan 9 14:57:13 2007 +0100
67407
67408     SPC1920: add support for the FM18L08 Ramtron FRAM
67409
67410 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
67411 Author: Markus Klotzbuecher <mk@denx.de>
67412 Date:   Tue Jan 9 14:57:13 2007 +0100
67413
67414     SPC1920: update the HPI register addresses to work with the second
67415     generation of hardware
67416
67417 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
67418 Author: Markus Klotzbuecher <mk@creamnet.de>
67419 Date:   Tue Jan 9 14:57:13 2007 +0100
67420
67421     Miscellanious spc1920 related cleanups
67422
67423 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
67424 Author: Markus Klotzbuecher <mk@denx.de>
67425 Date:   Tue Jan 9 14:57:12 2007 +0100
67426
67427     SPC1920 GO/NOGO led should be set to color red in U-Boot
67428
67429 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
67430 Author: Markus Klotzbuecher <mk@creamnet.de>
67431 Date:   Tue Jan 9 14:57:12 2007 +0100
67432
67433     Add support for the DS3231 RTC
67434
67435 commit 8139567b60d678584b05f0718a681f2047c5e14f
67436 Author: Markus Klotzbuecher <mk@creamnet.de>
67437 Date:   Tue Jan 9 14:57:11 2007 +0100
67438
67439     SMC1 uses external CLK4 instead of BRG on spc1920
67440
67441 commit d8d9de1a02fbd880b613d607143d1f57342affc7
67442 Author: Markus Klotzbuecher <mk@creamnet.de>
67443 Date:   Tue Jan 9 14:57:10 2007 +0100
67444
67445     Update the SPC1920 CMB PLD driver
67446
67447 commit 3f34f869162750e5e999fd140f884f5de952bcfe
67448 Author: Markus Klotzbuecher <mk@creamnet.de>
67449 Date:   Tue Jan 9 14:57:10 2007 +0100
67450
67451     Add / enable I2C support on the spc1920 board
67452
67453 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
67454 Author: Markus Klotzbuecher <mk@creamnet.de>
67455 Date:   Tue Jan 9 14:57:10 2007 +0100
67456
67457     Add support for the tms320671x host port interface (HPI)
67458
67459 commit f4eb54529bb3664c3a562e488b460fe075f79d67
67460 Author: Wolfgang Denk <wd@pollux.denx.de>
67461 Date:   Sun Jan 7 00:13:11 2007 +0100
67462
67463     Prepare for release 1.2.0
67464
67465 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
67466 Author: Stefan Roese <sr@denx.de>
67467 Date:   Sat Jan 6 15:58:09 2007 +0100
67468
67469     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
67470
67471     This patch fixes a problem with an incorrect setup for the refresh
67472     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
67473
67474     Signed-off-by: Stefan Roese <sr@denx.de>
67475
67476 commit f16c1da9577f06c5fc08651a4065537407de4635
67477 Author: Stefan Roese <sr@denx.de>
67478 Date:   Sat Jan 6 15:56:13 2007 +0100
67479
67480     [PATCH] Update ALPR board files
67481
67482     This update brings the ALPR board support to the newest version.
67483     It also fixes a problem with the NAND driver.
67484
67485     Signed-off-by: Stefan Roese <sr@denx.de>
67486
67487 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
67488 Author: Stefan Roese <sr@denx.de>
67489 Date:   Fri Jan 5 11:46:05 2007 +0100
67490
67491     [PATCH] nand: Fix problem with oobsize calculation
67492
67493     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
67494
67495     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
67496     returns a 0x15. In the code fragment below bits [1:0] determine the
67497     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
67498     next field is also ANDed with 0x3. However this is a one bit field
67499     as defined in the Hynix and Samsung parts in the 4th ID byte that
67500     determins the oobsize, not a two bit field. It works on Samsung as
67501     bits[3:2] are 01. However for the Hynix there is a 11 in these two
67502     bits, so the oob size gets messed up.
67503
67504     I checked the correct linux code and the suggested fix from Brian is
67505     also available in the linux nand mtd driver.
67506
67507     Signed-off-by: Stefan Roese <sr@denx.de>
67508
67509 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
67510 Author: Stefan Roese <sr@denx.de>
67511 Date:   Fri Jan 5 10:40:36 2007 +0100
67512
67513     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
67514
67515     This fix will make the MAL burst disabling patch for the Linux
67516     EMAC driver obsolete.
67517
67518     Signed-off-by: Stefan Roese <sr@denx.de>
67519
67520 commit 023889838282b6237b401664f22dd22dfba2c066
67521 Author: Stefan Roese <sr@denx.de>
67522 Date:   Fri Jan 5 10:38:05 2007 +0100
67523
67524     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
67525
67526     This code will optimize the DDR2 controller setup on a board specific
67527     basis.
67528
67529     Note: This code doesn't work right now on the NAND booting image for the
67530     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
67531
67532     Signed-off-by: Stefan Roese <sr@denx.de>
67533
67534 commit cce4acbb68398634b8d011ed7bb0d12269c84230
67535 Author: Bartlomiej Sieka <tur@semihalf.com>
67536 Date:   Thu Dec 28 19:08:21 2006 +0100
67537
67538     Few V38B changes:
67539       - fix a typo in V38B config file
67540       - move watchdog initialisation earlier in the boot process
67541       - add "wdt=off" to default kernel command line (disables kernel watchdog)
67542
67543 commit 92eb729bad876725aeea908d2addba0800620840
67544 Author: Wolfgang Denk <wd@pollux.denx.de>
67545 Date:   Wed Dec 27 01:26:13 2006 +0100
67546
67547     Fix bug in adaption of Stefano Babic's CFI driver patch.
67548
67549 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
67550 Author: Wolfgang Denk <wd@pollux.denx.de>
67551 Date:   Sun Dec 24 01:42:57 2006 +0100
67552
67553     Minor code cleanup.
67554
67555 commit d784fdb05900ada3686d5778783e1fb328e9fb66
67556 Author: Stefano Babic <sbabic@denx.de>
67557 Date:   Tue Dec 12 00:22:42 2006 +0100
67558
67559     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
67560
67561 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
67562 Author: Stefan Roese <sr@denx.de>
67563 Date:   Fri Dec 22 14:29:40 2006 +0100
67564
67565     [PATCH] Fix sequoia flash autodetection (finally correct)
67566
67567     Now 32MByte and 64MByte FLASH is know to work and other
67568     configurations should work too.
67569
67570     Signed-off-by: Stefan Roese <sr@denx.de>
67571
67572 commit 82e5236a8b719543643fd26d5827938ab2b94818
67573 Author: Wolfgang Denk <wd@pollux.denx.de>
67574 Date:   Fri Dec 22 10:30:26 2006 +0100
67575
67576     Minor code cleanup; update CHANGELOG.
67577
67578 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
67579 Author: Heiko Schocher <hs@pollux.denx.de>
67580 Date:   Thu Dec 21 17:17:02 2006 +0100
67581
67582     Added support for the TQM8272 board from TQ
67583
67584     Signed-off-by: Heiko Schocher <hs@denx.de>
67585
67586 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
67587 Author: Heiko Schocher <hs@pollux.denx.de>
67588 Date:   Thu Dec 21 16:14:48 2006 +0100
67589
67590     [PATCH] Add support for the UC101 board from MAN.
67591
67592     Signed-off-by: Heiko Schocher <hs@denx.de>
67593
67594 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
67595 Author: Bartlomiej Sieka <tur@semihalf.com>
67596 Date:   Wed Dec 20 00:29:43 2006 +0100
67597
67598     Fix to make the baudrate changes immediate for the MCF52x2 family.
67599
67600 commit daa6e418bcc0c717752e8de939c213c790286096
67601 Author: Bartlomiej Sieka <tur@semihalf.com>
67602 Date:   Wed Dec 20 00:27:32 2006 +0100
67603
67604     Preliminary support for the iDMR board (ColdFire).
67605
67606 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
67607 Author: Andrei Safronov <safronov@pollux.denx.de>
67608 Date:   Fri Dec 8 16:23:08 2006 +0100
67609
67610     automatic update mechanism
67611
67612 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
67613 Author: roy zang <tie-fei.zang@freescale.com>
67614 Date:   Mon Dec 4 17:56:59 2006 +0800
67615
67616     Slight code clean up.
67617     Add comments, delete duplicate define and remove spaces.
67618     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67619
67620 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
67621 Author: roy zang <tie-fei.zang@freescale.com>
67622 Date:   Mon Dec 4 17:54:21 2006 +0800
67623
67624     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
67625     multiplier table can not refect the real PLL clock behavior of these
67626     processors. Please refer to the hardware specification for detailed
67627     information of the corresponding processors.
67628     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67629
67630 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
67631 Author: roy zang <tie-fei.zang@freescale.com>
67632 Date:   Mon Dec 4 14:46:23 2006 +0800
67633
67634     Remove the static MAC address, ip address, server ip, netmask and
67635     gateway ip for network setting.
67636     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67637
67638 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
67639 Author: roy zang <tie-fei.zang@freescale.com>
67640 Date:   Mon Dec 4 14:33:08 2006 +0800
67641
67642     Remove the duplicate memory test code for mpc744ihpc2 board.
67643     If a memory test is needed, please use the functions in
67644     post/memory.c or memtest command.
67645     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67646
67647 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
67648 Author: roy zang <tie-fei.zang@freescale.com>
67649 Date:   Fri Dec 1 19:01:25 2006 +0800
67650
67651     Fix the exception occuring in RAM table search issue.
67652     The original search_one_table() function code can only processes the search
67653     for the exception occurring in FLASH/ROM, because the exception and fixup
67654     table usually locate in FLASH. If the exception address is also in
67655     FLASH, it will be OK.
67656     If the exception occurs in RAM, after the u-boot relocation, a
67657     relocation offset should be added.
67658
67659     clean up the code in cpu/74xx_7xx/cpu.c
67660
67661     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
67662
67663 commit ee311214e0d216f904feea269599d0934bf71f23
67664 Author: roy zang <tie-fei.zang@freescale.com>
67665 Date:   Fri Dec 1 11:47:36 2006 +0800
67666
67667     Clean up the code according to codestyle:
67668     (1) remove some C++ comments.
67669     (2) remove trailing white space.
67670     (3) remove trailing empty line.
67671     (4) Indentation by table.
67672     (5) remove {} in one line condition.
67673     (6) add space before '(' in function call.
67674     Remove some weird printf () output.
67675     Add necessary comments.
67676     Modified Makefile to support building in a separate directory.
67677
67678 commit dd520bf314c7add4183c5191692180f576f96b60
67679 Author: Wolfgang Denk <wd@pollux.denx.de>
67680 Date:   Thu Nov 30 18:02:20 2006 +0100
67681
67682     Code cleanup.
67683
67684 commit 8d9a8610b8256331132227e9e6585c6bd5742787
67685 Author: Wolfgang Denk <wd@pollux.denx.de>
67686 Date:   Thu Nov 30 01:54:07 2006 +0100
67687
67688     Code cleanup. Update CHANGELOG.
67689
67690 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
67691 Author: Grant Likely <grant.likely@secretlab.ca>
67692 Date:   Wed Nov 29 16:23:42 2006 +0100
67693
67694     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
67695
67696     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
67697     not the XLB frequency.
67698
67699     This patch depends on the previous patches for MPC52xx device tree support
67700
67701     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
67702     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
67703
67704 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
67705 Author: Stefan Roese <sr@denx.de>
67706 Date:   Wed Nov 29 15:42:37 2006 +0100
67707
67708     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
67709
67710     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
67711     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
67712     quite similar and share the same board directory "prodrive/p3mx"
67713     and the same config file "p3mx.h".
67714
67715     Signed-off-by: Stefan Roese <sr@denx.de>
67716
67717 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
67718 Author: Stefan Roese <sr@denx.de>
67719 Date:   Wed Nov 29 12:53:15 2006 +0100
67720
67721     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
67722
67723     In the bootvx command the load address was only read from the env
67724     variable "loadaddr" and not optionally passed as paramter as described
67725     in the help. This is fixed with this patch. The behaviour is now the
67726     same as in the bootelf command.
67727
67728     Signed-off-by: Stefan Roese <sr@denx.de>
67729
67730 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
67731 Author: Stefan Roese <sr@denx.de>
67732 Date:   Wed Nov 29 12:03:57 2006 +0100
67733
67734     [PATCH] include/ppc440.h minor error affecting interrupts
67735
67736     Fixed include/ppc440.c for UIC address Bug
67737
67738     Corrects bug affecting the addresses for the universal interrupt
67739     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
67740
67741     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
67742     Signed-off-by: Stefan Roese <sr@denx.de>
67743
67744 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
67745 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
67746 Date:   Tue Nov 28 16:17:27 2006 -0600
67747
67748     Make fsl-i2c not conflict with SOFT I2C
67749
67750     Signed-off-by: Timur Tabi <timur@freescale.com>
67751
67752 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
67753 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
67754 Date:   Tue Nov 28 16:17:18 2006 -0600
67755
67756     Fix I2C master address initialization.
67757
67758     Signed-off-by: Timur Tabi <timur@freescale.com>
67759
67760 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
67761 Author: Kim Phillips <kim.phillips@freescale.com>
67762 Date:   Tue Nov 28 23:31:19 2006 -0600
67763
67764     Assign maintainers for mpc8349emds and mpc8360emds
67765
67766     Dave for mpc8360emds, and me for mpc8349emds.
67767
67768 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
67769 Author: Kim Phillips <kim.phillips@freescale.com>
67770 Date:   Tue Nov 28 23:28:33 2006 -0600
67771
67772     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
67773
67774     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
67775     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
67776
67777 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
67778 Author: Timur Tabi <timur@freescale.com>
67779 Date:   Tue Nov 28 12:09:35 2006 -0600
67780
67781     mpc83xx: Miscellaneous code style fixes
67782
67783     Implement various code style fixes and similar changes.
67784
67785     Signed-off-by: Timur Tabi <timur@freescale.com>
67786
67787 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
67788 Author: Stefan Roese <sr@denx.de>
67789 Date:   Tue Nov 28 17:55:49 2006 +0100
67790
67791     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
67792
67793     This patch adds the code and configuration necessary to boot with an
67794     arch/powerpc Linux kernel.
67795
67796     Signed-off-by: Grant Likely <grant.likely@gmail.com>
67797     Acked-by: Jon Loeliger <jdl@freescale.com>
67798
67799 commit e732faec95a83cb468b4850ae807c8301dde8f6a
67800 Author: Stefan Roese <sr@denx.de>
67801 Date:   Tue Nov 28 16:09:24 2006 +0100
67802
67803     [PATCH] PPC4xx: 440SP Rev. C detection added
67804
67805     Signed-off-by: Stefan Roese <sr@denx.de>
67806
67807 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
67808 Author: Stefan Roese <sr@denx.de>
67809 Date:   Tue Nov 28 11:04:45 2006 +0100
67810
67811     [PATCH] nand: Fix patch merge problem
67812
67813     Signed-off-by: Stefan Roese <sr@denx.de>
67814
67815 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
67816 Author: Stefan Roese <sr@denx.de>
67817 Date:   Tue Nov 28 11:04:45 2006 +0100
67818
67819     [PATCH] nand: Fix patch merge problem
67820
67821     Signed-off-by: Stefan Roese <sr@denx.de>
67822
67823 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
67824 Author: Wolfgang Denk <wd@pollux.denx.de>
67825 Date:   Mon Nov 27 22:53:53 2006 +0100
67826
67827     Update CHANGELOG
67828
67829 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
67830 Author: Stefan Roese <sr@denx.de>
67831 Date:   Mon Nov 27 17:43:25 2006 +0100
67832
67833     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
67834
67835     Patch below corrects the setting of the zmiifer register, it was
67836     overwritting the register rather than ORing the settings.
67837
67838     Signed-off-by: Neil Wilson <NWilson@airspan.com>
67839     Signed-off-by: Stefan Roese <sr@denx.de>
67840
67841 commit d1a72545296800b7e219f93104ad5836f0003d66
67842 Author: Stefan Roese <sr@denx.de>
67843 Date:   Mon Nov 27 17:34:10 2006 +0100
67844
67845     [PATCH] Select NAND embedded environment from board configuration
67846
67847     The current NAND Bootloader setup forces the environment
67848     variables to be in line with the bootloader. This change
67849     enables the configuration to be made in the board include
67850     file instead so that it can be individually enabled.
67851
67852     Signed-off-by: Nick Spence <nick.spence@freescale.com>
67853     Signed-off-by: Stefan Roese <sr@denx.de>
67854
67855 commit 15784862857c3c2214498defcfed84ff137fb81e
67856 Author: Stefan Roese <sr@denx.de>
67857 Date:   Mon Nov 27 17:22:19 2006 +0100
67858
67859     [PATCH] nand_wait() timeout fixes
67860
67861     Two fixes for the nand_wait() function in
67862     drivers/nand/nand_base.c:
67863
67864     1. Use correct timeouts. The original timeouts in Linux
67865     source are 400ms and 20ms not 40s and 20s
67866
67867     2. Return correct error value in case of timeout. 0 is
67868     interpreted as OK.
67869
67870     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
67871     Signed-off-by: Stefan Roese <sr@denx.de>
67872
67873 commit da5553b095bf04f4f109ad7e565dae3aba47b230
67874 Author: Stefan Roese <sr@denx.de>
67875 Date:   Mon Nov 27 17:04:06 2006 +0100
67876
67877     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
67878
67879     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
67880     arguments to bootm.  It removes the getenv("disable_of") test that used
67881     to be used for this purpose.
67882
67883     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
67884     Acked-by: Jon Loeliger <jdl@freescale.com>
67885
67886 commit a9398e018593782c5fa7d0741955fc1256b34c1e
67887 Author: Wolfgang Denk <wd@pollux.denx.de>
67888 Date:   Mon Nov 27 15:32:42 2006 +0100
67889
67890     Minor code cleanup. Update CHANGELOG.
67891
67892 commit 1729b92cde575476684bffe819d0b7791b57bff2
67893 Author: Stefan Roese <sr@denx.de>
67894 Date:   Mon Nov 27 14:52:04 2006 +0100
67895
67896     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
67897
67898     Signed-off-by: Stefan Roese <sr@denx.de>
67899
67900 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
67901 Author: Stefan Roese <sr@denx.de>
67902 Date:   Mon Nov 27 14:49:51 2006 +0100
67903
67904     [PATCH] alpr: remove unused board specific flash driver
67905
67906     Signed-off-by: Stefan Roese <sr@denx.de>
67907
67908 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
67909 Author: Stefan Roese <sr@denx.de>
67910 Date:   Mon Nov 27 14:48:41 2006 +0100
67911
67912     [PATCH] 4xx: Fix problem with board specific reset code
67913
67914     Signed-off-by: Stefan Roese <sr@denx.de>
67915
67916 commit ec0c2ec725aec9524a177a77ce75559e644a931a
67917 Author: Stefan Roese <sr@denx.de>
67918 Date:   Mon Nov 27 14:46:06 2006 +0100
67919
67920     [PATCH] Remove testing 4xx enet PHY setup
67921
67922     Signed-off-by: Stefan Roese <sr@denx.de>
67923
67924 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
67925 Author: Stefan Roese <sr@denx.de>
67926 Date:   Mon Nov 27 14:12:17 2006 +0100
67927
67928     [PATCH] Update Prodrive ALPR board support (440GX)
67929
67930     Signed-off-by: Stefan Roese <sr@denx.de>
67931
67932 commit 58b485776698c3d71ec5a215e392123b4c15afa3
67933 Author: Markus Klotzbuecher <mk@denx.de>
67934 Date:   Mon Nov 27 11:51:21 2006 +0100
67935
67936     Add a small README with information on the generic ohci driver.
67937
67938 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
67939 Author: Markus Klotzbuecher <mk@denx.de>
67940 Date:   Mon Nov 27 11:46:46 2006 +0100
67941
67942     Fix some endianness issues related to the generic ohci driver
67943
67944 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
67945 Author: Markus Klotzbuecher <mk@denx.de>
67946 Date:   Mon Nov 27 11:44:58 2006 +0100
67947
67948     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
67949     to choose between the old and the generic OHCI drivers.
67950
67951 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
67952 Author: Markus Klotzbuecher <mk@denx.de>
67953 Date:   Mon Nov 27 11:43:09 2006 +0100
67954
67955     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
67956     and adapted board configs TQM5200 and yosemite accordingly. This commit
67957     also makes the maximum number of root hub ports configurable
67958     (CFG_USB_OHCI_MAX_ROOT_PORTS).
67959
67960 commit 78d620ebb5871d252270dedfad60c6568993b780
67961 Author: Wolfgang Denk <wd@atlas.denx.de>
67962 Date:   Thu Nov 23 22:58:58 2006 +0100
67963
67964     Updates for TQM5200 modules:
67965     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
67966     - simplify "udate" definitions
67967
67968 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
67969 Author: Stefan Roese <sr@denx.de>
67970 Date:   Wed Nov 22 13:20:50 2006 +0100
67971
67972     [PATCH] PPC4xx start.S: Fix for processor errata
67973
67974     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
67975     errata 1.12: 440_33 by moving patch up in code.
67976
67977     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
67978     Signed-off-by: Stefan Roese <sr@denx.de>
67979
67980 commit 4ef6251403f637841000e0fef9e832aa01339822
67981 Author: Stefan Roese <sr@denx.de>
67982 Date:   Mon Nov 20 20:39:52 2006 +0100
67983
67984     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
67985
67986     Signed-off-by: Stefan Roese <sr@denx.de>
67987
67988 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
67989 Author: Wolfgang Denk <wd@pollux.denx.de>
67990 Date:   Mon Nov 20 10:28:30 2006 +0100
67991
67992     Update CHANGELOG
67993
67994 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
67995 Author: Stefan Roese <sr@denx.de>
67996 Date:   Mon Nov 13 13:55:24 2006 +0100
67997
67998     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
67999
68000        * Adds support for AMD command set Top Boot flash geometry reversal
68001        * Adds support for reading JEDEC Manufacturer ID and Device ID
68002        * Adds support for displaying command set, manufacturer id and
68003          device ids (flinfo)
68004        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
68005        * Removes outdated change history (refer to git log instead)
68006
68007     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
68008     Signed-off-by: Stefan Roese <sr@denx.de>
68009
68010 commit b21b511d4c50408f4853f46f06b601272196223f
68011 Author: Wolfgang Denk <wd@pollux.denx.de>
68012 Date:   Sun Nov 12 21:13:23 2006 +0100
68013
68014     Update CHANGELOG
68015
68016 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
68017 Author: Bartlomiej Sieka <tur@semihalf.com>
68018 Date:   Sat Nov 11 22:48:22 2006 +0100
68019
68020     Disable the watchdog in the default config for the V38B board.
68021
68022 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
68023 Author: Bartlomiej Sieka <tur@semihalf.com>
68024 Date:   Sat Nov 11 22:43:00 2006 +0100
68025
68026     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
68027     group is enabled for USB earlier (in cpu_init_f() instead of
68028     usb_lowlevel_init()).
68029
68030 commit 91650b3e4de688038d4f71279c44858e3e2c6870
68031 Author: Wolfgang Denk <wd@pollux.denx.de>
68032 Date:   Mon Nov 6 17:06:36 2006 +0100
68033
68034     Sequential accesses to non-existent memory must be synchronized,
68035     at least on G2 cores.
68036
68037     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
68038
68039 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
68040 Author: Timur Tabi <timur@freescale.com>
68041 Date:   Fri Nov 3 19:15:00 2006 -0600
68042
68043     mpc83xx: Update 83xx to use fsl_i2c.c
68044
68045     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
68046     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
68047     Added multiple I2C bus support to fsl_i2c.c.
68048
68049     Signed-off-by: Timur Tabi <timur@freescale.com>
68050
68051 commit d239d74b1c937984bc519083a8e7de373a390f06
68052 Author: Timur Tabi <timur@freescale.com>
68053 Date:   Fri Nov 3 12:00:28 2006 -0600
68054
68055     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
68056
68057     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
68058     tree matches the other 8xxx trees.
68059
68060     Signed-off-by: Timur Tabi <timur@freescale.com>
68061
68062 commit f7fb2e703ec9688541416962724adff70a7322cb
68063 Author: Kim Phillips <kim.phillips@freescale.com>
68064 Date:   Thu Nov 2 19:47:11 2006 -0600
68065
68066     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
68067
68068 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
68069 Author: Dave Liu <daveliu@freescale.com>
68070 Date:   Thu Nov 2 18:05:50 2006 -0600
68071
68072     mpc83xx: Fix the incorrect dcbz operation
68073
68074     The 834x rev1.x silicon has one CPU5 errata.
68075
68076     The issue is when the data cache locked with
68077     HID0[DLOCK], the dcbz instruction looks like no-op inst.
68078
68079     The right behavior of the data cache is when the data cache
68080     Locked with HID0[DLOCK], the dcbz instruction allocates
68081     new tags in cache.
68082
68083     The 834x rev3.0 and later and 8360 have not this bug inside.
68084
68085     So, when 834x rev3.0/8360 are working with ECC, the dcbz
68086     instruction will corrupt the stack in cache, the processor will
68087     checkstop reset.
68088
68089     However, the 834x rev1.x can work with ECC with these code,
68090     because the sillicon has this cache bug. The dcbz will not
68091     corrupt the stack in cache.
68092     Really, it is the fault code running on fault sillicon.
68093
68094     This patch fix the incorrect dcbz operation. Instead of
68095     CPU FP writing to initialise the ECC.
68096
68097     CHANGELOG:
68098     * Fix the incorrect dcbz operation instead of CPU FP
68099     writing to initialise the ECC memory. Otherwise, it
68100     will corrupt the stack in cache, The processor will checkstop
68101     reset.
68102
68103     Signed-off-by: Dave Liu <daveliu@freescale.com>
68104
68105 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
68106 Author: Kim Phillips <kim.phillips@freescale.com>
68107 Date:   Wed Nov 1 00:10:40 2006 -0600
68108
68109     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
68110
68111     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
68112     STDOUT_PATH configuration bits to mpc8349emds,
68113     mpc8349itx, and mpc8360emds board code.
68114
68115     redo environment to use bootm with the fdtaddr
68116     for booting ARCH=powerpc kernels by default,
68117     and provide default fdtaddr values.
68118
68119 commit 48041365b3420589ad464ebc7752e0053538b729
68120 Author: Kim Phillips <kim.phillips@freescale.com>
68121 Date:   Wed Nov 1 00:07:25 2006 -0600
68122
68123     mpc83xx: change ft code to modify local-mac-address property
68124
68125     Update 83xx OF code to update local-mac-address properties
68126     for ethernet instead of the obsolete 'address' property.
68127
68128 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
68129 Author: Timur Tabi <timur@freescale.com>
68130 Date:   Tue Oct 31 21:23:16 2006 -0600
68131
68132     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
68133
68134     This patch also adds an improved I2C set_speed(), which handles all clock
68135     frequencies.
68136
68137     Signed-off-by: Timur Tabi <timur@freescale.com>
68138
68139 commit ac4b5622ce050b5ee1e154b98df630d778661632
68140 Author: Dave Liu <daveliu@freescale.com>
68141 Date:   Tue Oct 31 19:54:59 2006 -0600
68142
68143     mpc83xx: add the README.mpc8360emds
68144
68145     add doc/README.mpc8360emds to accompany the new board support
68146
68147 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
68148 Author: Dave Liu <daveliu@freescale.com>
68149 Date:   Fri Nov 3 12:11:15 2006 -0600
68150
68151     mpc83xx: add QE ethernet support
68152
68153     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
68154
68155 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
68156 Author: Dave Liu <daveliu@freescale.com>
68157 Date:   Fri Nov 3 19:33:44 2006 -0600
68158
68159     mpc83xx: Add MPC8360EMDS basic board support
68160
68161     Add support for the Freescale MPC8360EMDS board.
68162     Includes DDR, DUART, Local Bus, PCI.
68163
68164 commit 23892e49352de74f7fac36ff90bb1be143d195e3
68165 Author: Dave Liu <daveliu@freescale.com>
68166 Date:   Tue Oct 31 19:30:40 2006 -0600
68167
68168     mpc83xx: add the QUICC Engine (QE) immap file
68169
68170     common QE immap file.  Also required for 8360.
68171
68172 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
68173 Author: Dave Liu <daveliu@freescale.com>
68174 Date:   Tue Oct 31 19:25:38 2006 -0600
68175
68176     mpc83xx: Add 8360 specifics to 83xx immap
68177
68178     Mainly add QE device dependencies, with appropriate 8360 protection.
68179     Lindent also run.
68180
68181 commit 988833324a7fda482c8ac3ca23eb539f8232e404
68182 Author: Timur Tabi <timur@freescale.com>
68183 Date:   Tue Oct 31 19:14:41 2006 -0600
68184
68185     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
68186
68187     PREREQUISITE PATCHES:
68188
68189     * This patch can only be applied after the following patches have been applied:
68190
68191       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
68192       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
68193
68194     CHANGELOG:
68195
68196     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
68197       the clock for the 2nd USB board (Linux kernel will hang otherwise),
68198       and fix the CONFIG_BOOTARGS macro.
68199
68200     Signed-off-by: Timur Tabi <timur@freescale.com>
68201
68202 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
68203 Author: Timur Tabi <timur@freescale.com>
68204 Date:   Tue Oct 31 18:44:42 2006 -0600
68205
68206     mpc83xx: Add support for the MPC8349E-mITX
68207
68208     PREREQUISITE PATCHES:
68209
68210     * This patch can only be applied after the following patches have been applied:
68211
68212       1) DNX#2006090742000024 "Add support for multiple I2C buses"
68213       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
68214       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
68215       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
68216       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
68217
68218     CHANGELOG:
68219
68220     * Add support for the Freescale MPC8349E-mITX reference design platform.
68221       The second TSEC (Vitesse 7385 switch) is not supported at this time.
68222
68223     Signed-off-by: Timur Tabi <timur@freescale.com>
68224
68225 commit 183da6d9b446cc12123455844ad1187e2375626f
68226 Author: Ben Warren <bwarren@qstreams.com>
68227 Date:   Tue Sep 12 10:15:53 2006 -0400
68228
68229     Additional MPC8349 support for multibus i2c
68230
68231     Hello,
68232
68233     Here is a patch for a file that was accidentally left out of a previous
68234     attempt.
68235
68236     It accompanies the patch with ticket DNX#2006090742000024
68237
68238     CHANGELOG:
68239             Change PCI initialization to use new multi-bus I2C API.
68240
68241     regards,
68242     Ben
68243
68244 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
68245 Author: Ben Warren <bwarren@qstreams.com>
68246 Date:   Thu Sep 7 16:51:04 2006 -0400
68247
68248     Multi-bus I2C implementation of MPC834x
68249
68250     Hello,
68251
68252     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
68253     family and the MPC8349EMDS board in particular.
68254     This patch requires Patch 1 (Add support for multiple I2C buses).
68255     Testing was performed on a 533MHz board.
68256
68257     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
68258
68259     Signed-off-by: Ben Warren <bwarren@qstreams.com>
68260
68261     CHANGELOG:
68262             Implemented driver-level code to support two I2C buses on the
68263     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
68264     are 50kHz, 100kHz and 400kHz on each bus.
68265
68266     regards,
68267     Ben
68268
68269 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
68270 Author: Ben Warren <bwarren@qstreams.com>
68271 Date:   Thu Sep 7 16:50:54 2006 -0400
68272
68273     Add support for multiple I2C buses
68274
68275     Hello,
68276
68277     Attached is a patch providing support for multiple I2C buses at the
68278     command level.  The second part of the patch includes an implementation
68279     for the MPC834x CPU and MPC8349EMDS board.
68280
68281     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
68282
68283     Signed-off-by: Ben Warren <bwarren@qstreams.com>
68284
68285     Overview:
68286
68287     1. Include new 'i2c' command (based on USB implementation) using
68288     CONFIG_I2C_CMD_TREE.
68289
68290     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
68291     the commands to change bus number and speed are only available under the
68292     new 'i2c' command mentioned in the first bullet.
68293
68294     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
68295     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
68296     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
68297
68298     CHANGELOG:
68299             Added new 'i2c' master command for all I2C interaction.  This is
68300     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
68301     setting I2C bus speed as well as changing the active bus if the board
68302     has more than one (conditionally compiled with
68303     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
68304     Updated README.
68305
68306     regards,
68307     Ben
68308
68309 commit bed85caf872714ebf53013967a695c9d63acfc68
68310 Author: Timur Tabi <timur@freescale.com>
68311 Date:   Tue Oct 31 18:13:36 2006 -0600
68312
68313     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
68314
68315     CHANGELOG:
68316
68317     * Errata DDR6, which affects all current MPC 834x processors, lists changes
68318       required to maintain compatibility with various types of DDR memory.  This
68319       patch implements those changes.
68320
68321     Signed-off-by: Timur Tabi <timur@freescale.com>
68322
68323 commit afd6e470f639883002c7c59d562690a5cb0f4865
68324 Author: Timur Tabi <timur@freescale.com>
68325 Date:   Wed Oct 25 18:45:23 2006 -0500
68326
68327     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
68328
68329 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
68330 Author: Timur Tabi <timur@freescale.com>
68331 Date:   Tue Aug 22 17:07:00 2006 -0500
68332
68333     mpc83xx: Add support for variable flash memory sizes on 83xx systems
68334
68335     CHANGELOG:
68336
68337     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
68338        window registers, instead of using a hard-coded value of 8MB.
68339
68340     Signed-off-by: Timur Tabi <timur@freescale.com>
68341
68342 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
68343 Author: Tanya Jiang <tanya.jiang@freescale.com>
68344 Date:   Thu Aug 3 18:38:13 2006 +0800
68345
68346     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
68347
68348     Unified TQM834x variable names with 83xx and consolidated macro
68349     in preparation for the 8360 and other upcoming 83xx devices.
68350
68351     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
68352
68353 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
68354 Author: Dave Liu <daveliu@freescale.com>
68355 Date:   Wed Oct 25 14:41:21 2006 -0500
68356
68357     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
68358
68359     Incorporated the common unified variable names and the changes in preparation
68360     for releasing mpc8360 patches.
68361
68362     Signed-off-by: Dave Liu <daveliu@freescale.com>
68363
68364 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
68365 Author: Tanya Jiang <tanya.jiang@freescale.com>
68366 Date:   Thu Aug 3 18:36:02 2006 +0800
68367
68368     mpc83xx: Fix missing build for mpc8349emds pci.c
68369
68370     Make pci build for mpc8349emds
68371
68372     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
68373
68374 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
68375 Author: Tanya Jiang <tanya.jiang@freescale.com>
68376 Date:   Thu Aug 3 18:39:49 2006 +0800
68377
68378     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
68379
68380     Removed unused file resetvec.S for mpc83xx cpu
68381
68382     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
68383
68384 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
68385 Author: Nick Spence <Nick.Spence@freescale.com>
68386 Date:   Sat Sep 30 00:32:59 2006 -0700
68387
68388     NAND Flash verify across block boundaries
68389
68390     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
68391     defined
68392     and the write crosses a block boundary. The pointer to the verification
68393     buffer (bufstart) is not being updated to reflect the starting of the
68394     new
68395     block so the verification of the second block fails.
68396
68397     CHANGELOG:
68398
68399     * Fix NAND FLASH page verification across block boundaries
68400
68401 commit f484dc791a3932537213c43c654cc1295c64b84c
68402 Author: Nick Spence <nick.spence@freescale.com>
68403 Date:   Thu Sep 7 07:39:46 2006 -0700
68404
68405     Added RGMII support to the TSECs and Marvell 881111 Phy
68406
68407     Added a phy initialization to adjust the RGMII RX and TX timing
68408     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
68409
68410     Signed-off-by: Nick Spence <nick.spence@freescale.com>
68411
68412 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
68413 Author: roy zang <tie-fei.zang@freescale.com>
68414 Date:   Fri Nov 3 13:10:00 2006 +0800
68415
68416     Remove some unused CFG define.
68417     undef CFG_DRAM_TEST
68418
68419 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
68420 Author: roy zang <tie-fei.zang@freescale.com>
68421 Date:   Fri Nov 3 13:07:36 2006 +0800
68422
68423     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
68424     Both work. 0xFF000000 seems more reasonable.
68425
68426 commit c59200443072353044aa4bf737a5a60f9a9af231
68427 Author: Wolfgang Denk <wd@pollux.denx.de>
68428 Date:   Thu Nov 2 15:15:01 2006 +0100
68429
68430     Release U-Boot 1.1.6
68431
68432 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
68433 Author: roy zang <tie-fei.zang@freescale.com>
68434 Date:   Thu Nov 2 19:14:48 2006 +0800
68435
68436     This patch comes from Yuli's posted patch on 8/8/2006
68437     titled "CFI Driver Little-Endian write Issue".
68438
68439     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
68440
68441     If that patch applied, please discard this one.
68442     Until now , I do not see his patch is applied. So please apply this one.
68443
68444     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
68445     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68446
68447 commit b825f158e449e1e9cf74c08e572955e122394c96
68448 Author: roy zang <tie-fei.zang@freescale.com>
68449 Date:   Thu Nov 2 19:12:31 2006 +0800
68450
68451     Tsi108 on chip i2c support.
68452
68453     The i2c  Interface provides a master-only, serial interface that can be
68454     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
68455     device reset.
68456
68457     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
68458     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68459
68460 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
68461 Author: roy zang <tie-fei.zang@freescale.com>
68462 Date:   Thu Nov 2 19:11:06 2006 +0800
68463
68464     Tsi108 on chip pci controller support.
68465
68466     If there is no pci card, the tsi108/109 pci configure read will
68467     cause a machine check exception to the processor. PCI error should
68468     also be cleared after the read.
68469
68470     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
68471     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68472
68473 commit d1927cee977126e547ceeba23e4f978f377cfb8f
68474 Author: roy zang <tie-fei.zang@freescale.com>
68475 Date:   Thu Nov 2 19:08:55 2006 +0800
68476
68477     Tundra tsi108 on chip Ethernet controller support.
68478
68479     The following is a brief description of the Ethernet controller:
68480     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
68481     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
68482     to manage the two physical connection devices (PHYs).  Each Ethernet port
68483     has its own statistics monitor that tracks and reports key interface
68484     statistics.  Each port supports a 256-entry hash table for address
68485     filtering.  In addition, each port is bridged to the Switch Fabric
68486     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
68487
68488     Each Ethernet port also has a pair of internal Ethernet DMA channels to
68489     support the transmit and receive data flows.  The Ethernet DMA channels
68490     use descriptors set up in memory, the memory map of the device, and
68491     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
68492     handles arbitration for the Switch Fabric.  The Controller also
68493     has a register businterface for register accesses and status monitor
68494     control.
68495
68496     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
68497     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
68498     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
68499     data flows to and from the Ethernet Controller through the Switch Fabric.
68500
68501     Each Ethernet port uses its transmit and receive DMA channels to manage
68502     data flows through buffer descriptors that are predefined by the
68503     system (the descriptors can exist anywhere in the system memory map).
68504     These descriptors are data structures that point to buffers filled
68505     with data ready to transmit over Ethernet, or they point to empty
68506     buffers ready to receive data from Ethernet.
68507
68508     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
68509     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68510
68511 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
68512 Author: roy zang <tie-fei.zang@freescale.com>
68513 Date:   Thu Nov 2 19:01:33 2006 +0800
68514
68515     Tundra tsi108 header file.
68516
68517     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
68518     PowerPC processors that offers numerous system interconnect options for
68519     embedded application designers. The Tsi108 can interconnect 60x or
68520     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
68521     and Flash. Provided the macro define for tsi108 chip.
68522
68523     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
68524     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68525
68526 commit 87c4db09699c6b89176b31004afcb83eb1585d47
68527 Author: roy zang <tie-fei.zang@freescale.com>
68528 Date:   Thu Nov 2 18:59:15 2006 +0800
68529
68530     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
68531     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
68532
68533     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
68534     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68535
68536 commit 27801b8ab11c61b577e45742a515bb3b23b80241
68537 Author: roy zang <tie-fei.zang@freescale.com>
68538 Date:   Thu Nov 2 18:57:21 2006 +0800
68539
68540     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
68541     Make ,config.mk and link file for the mpc7448hpc2 board.
68542
68543     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
68544     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68545
68546 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
68547 Author: roy zang <tie-fei.zang@freescale.com>
68548 Date:   Thu Nov 2 18:55:04 2006 +0800
68549
68550     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
68551     The mpc7448hpc2 board support header file.
68552
68553     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
68554     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68555
68556 commit 625bb5ddb50b243f931262ca8c46956409471917
68557 Author: roy zang <tie-fei.zang@freescale.com>
68558 Date:   Thu Nov 2 18:52:21 2006 +0800
68559
68560     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
68561     The mpc7448hpc2 board support low level assemble language init code.
68562
68563     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
68564     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68565
68566 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
68567 Author: roy zang <tie-fei.zang@freescale.com>
68568 Date:   Thu Nov 2 18:49:51 2006 +0800
68569
68570     General code modification for mpc7448hpc2 board support.
68571     1. Add 7447A and 7448 processor support.
68572     2. Add the following flags.
68573
68574     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
68575     (such as by switch on board), this flag should be set.
68576
68577     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
68578     relocates to RAM, this flag should be set.
68579
68580     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
68581     system hang in exception, this flag should be set.
68582
68583     There is a design issue for tsi108/109 pci configure  read. When pci scan
68584     the slots, if there is no pci card, the tsi108/9 will cause a machine
68585     check exception for mpc7448 processor.
68586
68587     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
68588     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68589
68590 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
68591 Author: roy zang <tie-fei.zang@freescale.com>
68592 Date:   Thu Nov 2 18:34:47 2006 +0800
68593
68594     Add README file for mpc7448hpc2 board.
68595     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68596
68597 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
68598 Author: Bartlomiej Sieka <tur@semihalf.com>
68599 Date:   Wed Nov 1 02:04:38 2006 +0100
68600
68601     Finish up support for MarelV38B board
68602      - add watchdog support
68603      - enable GPIO_WKUP_7 pin for input
68604      - code cleanup
68605
68606 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
68607 Author: Bartlomiej Sieka <tur@semihalf.com>
68608 Date:   Wed Nov 1 01:45:46 2006 +0100
68609
68610     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
68611           * remove warnings when compiling ethaddr.c
68612           * adjust linker script (fixes a crash resulting from incorrect
68613           definition of __u_boot_cmd_start)
68614     - Some MarelV38B code cleanup.
68615
68616 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
68617 Author: Bartlomiej Sieka <tur@semihalf.com>
68618 Date:   Wed Nov 1 01:38:16 2006 +0100
68619
68620     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
68621       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
68622       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
68623       MPC5XXX_WU_GPIO_DATA_O for affected boards.
68624
68625     - Add defintions for some MPC5XXX GPIO pins.
68626
68627 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
68628 Author: Bartlomiej Sieka <tur@semihalf.com>
68629 Date:   Wed Nov 1 01:34:29 2006 +0100
68630
68631     Changed MarelV38B board make target to lowercase. Config file cleanup.
68632
68633 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
68634 Author: Wolfgang Denk <wd@pollux.denx.de>
68635 Date:   Sun Oct 29 01:03:51 2006 +0200
68636
68637     Automatically adjust ARFLAGS so "make -s" is really silent.
68638
68639 commit fae684e89844856383bdf101440889557df3e6b1
68640 Author: Stefan Roese <sr@denx.de>
68641 Date:   Sat Oct 28 16:45:00 2006 +0200
68642
68643     [PATCH] omap925.c: Remove unused functions
68644
68645     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
68646     Signed-off-by: Stefan Roese <sr@denx.de>
68647
68648 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
68649 Author: Stefan Roese <sr@denx.de>
68650 Date:   Sat Oct 28 17:12:58 2006 +0200
68651
68652     [PATCH] Add some missing machtypes for netstar & voiceblue boards
68653
68654     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
68655     numbers in code.
68656
68657     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
68658     Signed-off-by: Stefan Roese <sr@denx.de>
68659
68660 commit 856f054410cef52d868feb330168b2a4c4091328
68661 Author: Stefan Roese <sr@denx.de>
68662 Date:   Sat Oct 28 15:55:52 2006 +0200
68663
68664     [PATCH] NAND: Partition name support added to NAND subsystem
68665
68666     chpart, nboot and NAND subsystem related commands now accept also partition
68667     name to specify offset.
68668
68669     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
68670     Signed-off-by: Stefan Roese <sr@denx.de>
68671
68672 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
68673 Author: Wolfgang Denk <wd@pollux.denx.de>
68674 Date:   Sat Oct 28 02:29:44 2006 +0200
68675
68676     Update CHANGELOG.
68677
68678 commit 2751a95abd1b96911081c357e96a12fa97b40dee
68679 Author: Wolfgang Denk <wd@pollux.denx.de>
68680 Date:   Sat Oct 28 02:29:14 2006 +0200
68681
68682     Enable commandline editing and hush shell on all TQM boards.
68683
68684 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
68685 Author: Wolfgang Denk <wd@pollux.denx.de>
68686 Date:   Sat Oct 28 02:28:02 2006 +0200
68687
68688     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
68689
68690 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
68691 Author: Wolfgang Denk <wd@denx.de>
68692 Date:   Sat Oct 28 01:14:32 2006 +0200
68693
68694     Check for illegal character '=' in environment variable names.
68695
68696     Make sure the string passed as variable name does not contain a '='
68697     character. This not only prevents the common error or typing
68698     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
68699     also closes a backdoor which allowed to delete write-protected
68700     environment variables, for example by using "setenv ethaddr=".
68701
68702 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
68703 Author: Wolfgang Denk <wd@pollux.denx.de>
68704 Date:   Sat Oct 28 00:38:39 2006 +0200
68705
68706     Minor code cleanup.
68707
68708 commit e11887a77d81077416a2d1c5e0354916fee8c034
68709 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
68710 Date:   Thu Oct 26 17:55:31 2006 +0200
68711
68712     Don't pass any debug options directly to the assembler
68713
68714     When passing the -g option to gcc, gcc automatically selects a
68715     suitable --g<format> option to pass on to the assembler.
68716     Thus, there's no point in forcing a specific debug option on the
68717     assembler using the -Wa mechanism.
68718
68719     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
68720
68721 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
68722 Author: Jon Loeliger <jdl@freescale.com>
68723 Date:   Fri Oct 27 07:47:22 2006 -0500
68724
68725     MPC86xx: Cleaned up unused and conditionally used local variables.
68726
68727     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68728
68729 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
68730 Author: Wolfgang Denk <wd@pollux.denx.de>
68731 Date:   Fri Oct 27 11:55:21 2006 +0200
68732
68733     Fix "ar" flags in some Makefiles to allow for silent "make -s"
68734
68735 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
68736 Author: Ben Warren <bwarren@qstreams.com>
68737 Date:   Thu Oct 26 14:38:25 2006 -0400
68738
68739     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
68740     to a TSEC (e.g. a switch is connected via RMII) or
68741     if the PHY is defective/incorrectly configured.
68742
68743     Signed-off-by: Ben Warren <bwarren@qstreams.com>
68744
68745 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
68746 Author: Ben Warren <bwarren@qstreams.com>
68747 Date:   Thu Oct 26 14:38:25 2006 -0400
68748
68749     Fix TSEC driver: avoid crashes if PHY is not attached
68750     to a TSEC (e.g. a switch is connected via RMII) or
68751     if the PHY is defective/incorrectly configured.
68752
68753     Signed-off-by: Ben Warren <bwarren@qstreams.com>
68754
68755 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
68756 Author: Wolfgang Denk <wd@pollux.denx.de>
68757 Date:   Thu Oct 26 16:24:31 2006 +0200
68758
68759     Code cleanup.
68760
68761 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
68762 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
68763 Date:   Wed Oct 25 15:48:59 2006 +0200
68764
68765     Finish up support for the ATSTK1000/ATSTK1002 boards
68766
68767     Add atstk1002_config target to Makefile and move the AVR32 section
68768     down below Blackfin so that it doesn't end up in the middle of
68769     MIPS.
68770
68771     Drop the autogenerated linker script thing for now. Will have to
68772     revisit how to handle chips with different flash and RAM layout
68773     later.
68774
68775     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
68776
68777 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
68778 Author: Kumar Gala <galak@kernel.crashing.org>
68779 Date:   Tue Oct 24 23:47:37 2006 -0500
68780
68781     Added support for Multi-Image files that contain a device tree
68782
68783     If a Multi-Image file contains a third image we try to use it as a
68784     device tree.  The device tree image is assumed to be uncompressed in the
68785     image file.  We automatically allocate space for the device tree in memory
68786     and provide an 8k pad to allow more than a reasonable amount of growth.
68787
68788     Additionally, a device tree that was contained in flash will now automatically
68789     get copied to system memory as part of boot.  Previously an error was
68790     reported if one tried to boot a device tree that was in flash.
68791
68792     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68793
68794 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
68795 Author: Wolfgang Denk <wd@denx.de>
68796 Date:   Tue Oct 24 21:35:55 2006 +0200
68797
68798     Switch to automatically generated CHANGELOG file.
68799     (use "make CHANGELOG" to update it from time to time)
68800
68801 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
68802 Author: Stefan Roese <sr@denx.de>
68803 Date:   Tue Oct 24 18:06:48 2006 +0200
68804
68805     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
68806     Patch by Stefan Roese, 24 Oct 2006
68807
68808 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
68809 Author: Wolfgang Denk <wd@pollux.denx.de>
68810 Date:   Tue Oct 24 17:24:55 2006 +0200
68811
68812     Merge with /home/wd/git/u-boot/master
68813
68814 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
68815 Author: Wolfgang Denk <wd@pollux.denx.de>
68816 Date:   Tue Oct 24 15:32:57 2006 +0200
68817
68818     Code cleanup
68819
68820 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
68821 Author: Wolfgang Denk <wd@pollux.denx.de>
68822 Date:   Tue Oct 24 14:51:36 2006 +0200
68823
68824     Move atstk1000 files into vendor specific directory.
68825     Patch by Haavard Skinnemoen, 12 Sep 2006
68826
68827 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
68828 Author: Wolfgang Denk <wd@pollux.denx.de>
68829 Date:   Tue Oct 24 14:42:37 2006 +0200
68830
68831     Add ATSTK1000 and ATSTK1002 board support
68832     Patch by Haavard Skinnemoen, 06 Sep 2006
68833
68834     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
68835     daughterboard.
68836
68837     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
68838     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
68839     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
68840     CompactFlash cards. For more information, please see this page:
68841
68842     http://www.atmel.com/dyn/products/tools.asp?family_id=682
68843
68844     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
68845     AT32AP7000 chip.
68846
68847     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
68848
68849 commit f93ae788c3640fcde5db383471d45548ff4060d0
68850 Author: Wolfgang Denk <wd@pollux.denx.de>
68851 Date:   Tue Oct 24 14:31:24 2006 +0200
68852
68853     Add common serial driver for Atmel AT32 and AT91 chips
68854     Patch by Haavard Skinnemoen, 06 Sep 2006
68855
68856     This is a first attempt at creating a common serial driver for Atmel
68857     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
68858     be possible to support AT91RM9200 and other ARM-based chips with some
68859     minor modifications.
68860
68861     There's nothing fundamentally AVR32-specific in this driver, but it
68862     does use some features which are currently only defined for the
68863     AT32AP CPU port:
68864       * pm_get_clock_freq: Obtain the clock frequency of a given domain
68865       * gd->console_uart: A "struct device" containing information about
68866         register mappings, gpio resources and clocks associated with the
68867         UART device.
68868
68869     For more information about these features, please see the "AT32AP
68870     CPU" patch.
68871
68872 commit 72a087e04705c26cad982879ebd06b5281bf825a
68873 Author: Wolfgang Denk <wd@pollux.denx.de>
68874 Date:   Tue Oct 24 14:27:35 2006 +0200
68875
68876     Add AT32AP CPU and AT32AP7000 SoC support
68877     Patch by Haavard Skinnemoen, 06 Sep 2006
68878
68879     This patch adds support for the AT32AP CPU family and the AT32AP7000
68880     chip, which is the first chip implementing the AVR32 architecture.
68881
68882     The AT32AP CPU core is a high-performance implementation featuring a
68883     7-stage pipeline, separate instruction- and data caches, and a MMU.
68884     For more information, please see the "AVR32 AP Technical Reference":
68885
68886     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
68887
68888     In addition to this, the AT32AP7000 chip comes with a large set of
68889     integrated peripherals, many of which are shared with the AT91 series
68890     of ARM-based microcontrollers from Atmel. Full data sheet is
68891     available here:
68892
68893     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
68894
68895     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
68896
68897 commit 7b64fef33c66be648826c0ff9758298ef13d0604
68898 Author: Wolfgang Denk <wd@pollux.denx.de>
68899 Date:   Tue Oct 24 14:21:16 2006 +0200
68900
68901     Add AVR32 architecture support
68902     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
68903
68904     This patch adds common infrastructure code for the Atmel AVR32
68905     architecture. See doc/README.AVR32 for details.
68906
68907     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
68908
68909 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
68910 Author: Wolfgang Denk <wd@pollux.denx.de>
68911 Date:   Tue Oct 24 13:57:33 2006 +0200
68912
68913     Use -g instead of -gstabs in AFLAGS_DEBUG
68914     Patch by Haavard Skinnemoen, 30 Aug 2006
68915
68916     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
68917     matter what the target's preferred debugging format is. This patch
68918     simply replaces -gstabs with -g, so that the default debugging format
68919     for the architecture is used.
68920
68921 commit 965829872169c2996023840d98e1d85ad148d629
68922 Author: Wolfgang Denk <wd@pollux.denx.de>
68923 Date:   Tue Oct 24 13:55:18 2006 +0200
68924
68925     Fix/workaround broken dependency handling with make 3.81
68926     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
68927
68928 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
68929 Author: Marian Balakowicz <m8@semihalf.com>
68930 Date:   Mon Oct 23 22:17:05 2006 +0200
68931
68932     Fix sequoia separate object direcory building problems.
68933
68934 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
68935 Author: Jon Loeliger <jdl@freescale.com>
68936 Date:   Fri Oct 20 17:16:35 2006 -0500
68937
68938     Use generic I2C register block on 85xx and 86xx.
68939
68940     Replace private IMMAP I2C structures with generic reg block
68941     and allow 86xx to have multiple I2C device busses.
68942
68943     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68944
68945 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
68946 Author: Jon Loeliger <jdl@freescale.com>
68947 Date:   Fri Oct 20 15:54:34 2006 -0500
68948
68949     Fix compilation warnings on a few 85xx boards.
68950
68951     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68952
68953 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
68954 Author: Jon Loeliger <jdl@freescale.com>
68955 Date:   Fri Oct 20 15:50:15 2006 -0500
68956
68957     Converted all 85xx boards to use a common FSL I2C driver.
68958     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
68959     And removed hard i2c path from a few u-boot.lds scipts too.
68960     Minor whitespace cleanups along the way.
68961
68962     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68963
68964 commit 4d45f69e362b05892c9e92a7907e5820995612aa
68965 Author: Jon Loeliger <jdl@freescale.com>
68966 Date:   Thu Oct 19 12:02:24 2006 -0500
68967
68968     Rewrite a series of goto statements as a sequences of
68969     conditional expressions instead.
68970
68971     Use consistent return code 0/-1 for good/bad indicators.
68972
68973     Include one fewer file if the driver isn't used at all.
68974
68975     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68976
68977 commit 7237c033b02fe295880435f1eb80819a0c987532
68978 Author: Jon Loeliger <jdl@freescale.com>
68979 Date:   Thu Oct 19 11:02:16 2006 -0500
68980
68981     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
68982
68983     in an effort to begin to unify the umpteen FSL I2C drivers that
68984     are all otherwise very similar.
68985
68986     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68987
68988 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
68989 Author: Jon Loeliger <jdl@freescale.com>
68990 Date:   Thu Oct 19 11:33:52 2006 -0500
68991
68992     * Fix a bunch of compiler warnings for gcc 4.0
68993
68994     Signed-off-by: Matthew McClintock <msm@freescale.com>
68995
68996 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
68997 Author: Stefan Roese <sr@denx.de>
68998 Date:   Tue Oct 17 06:14:31 2006 +0200
68999
69000     Add monitor functions for indirect access to PPC440 DCR's
69001     Patch by Leonid Baryudin, 12 Oct 2006
69002
69003 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
69004 Author: Jon Loeliger <jdl@freescale.com>
69005 Date:   Fri Oct 13 16:47:53 2006 -0500
69006
69007     Fixed leading whitespace issues.
69008     Removed spurious LAWAR thing.
69009
69010     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69011
69012 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
69013 Author: Jon Loeliger <jdl@freescale.com>
69014 Date:   Thu Oct 12 10:42:36 2006 -0500
69015
69016     Remove unneeded include files and local variable.
69017
69018     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69019
69020 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
69021 Author: Grant Likely <grant.likely@secretlab.ca>
69022 Date:   Tue Oct 10 00:23:32 2006 -0600
69023
69024     Fix possible uninitialized variable compiler warning.
69025
69026     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
69027     do_bootm_linux() may be uninitialized.  There is no possibility in the
69028     current code that len will get used uninitialized, but this fix follows
69029     the existing convention of setting both len and data to zero at the same
69030     time.
69031
69032     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
69033
69034 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
69035 Author: Matthew McClintock <msm@freescale.com>
69036 Date:   Wed Oct 11 15:13:01 2006 -0500
69037
69038     * Fix a bunch of compiler warnings for gcc 4.0
69039
69040     Signed-off-by: Matthew McClintock <msm@freescale.com>
69041
69042 commit bf651baa365e5447246aad6a633ccd667cf24a39
69043 Author: Jon Loeliger <jdl@freescale.com>
69044 Date:   Wed Oct 11 10:10:43 2006 -0500
69045
69046     Move "ar" flags to config.mk to allow for silent "make -s"
69047
69048 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
69049 Author: Jon Loeliger <jdl@freescale.com>
69050 Date:   Tue Oct 10 17:19:03 2006 -0500
69051
69052     Coding style changes to remove local varible blocks
69053     and reformat a bit nicer.
69054
69055 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
69056 Author: Jon Loeliger <jdl@freescale.com>
69057 Date:   Tue Oct 10 17:16:04 2006 -0500
69058
69059     Fix whitespace issues.
69060
69061 commit 7b382b7125f2397cce63253df62f183e3dfa2770
69062 Author: Jon Loeliger <jdl@freescale.com>
69063 Date:   Tue Oct 10 17:14:45 2006 -0500
69064
69065     Fix whitespace issues.
69066
69067 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
69068 Author: Jon Loeliger <jdl@freescale.com>
69069 Date:   Tue Oct 10 17:06:53 2006 -0500
69070
69071     Fix whitespace issues.
69072
69073 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
69074 Author: Jon Loeliger <jdl@freescale.com>
69075 Date:   Tue Oct 10 17:03:43 2006 -0500
69076
69077     Ran lindent and cleaned up whitespace issues.
69078     Format for 80-columns too.
69079
69080 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
69081 Author: Jon Loeliger <jdl@freescale.com>
69082 Date:   Tue Oct 10 17:02:22 2006 -0500
69083
69084     Fix whitespace and 80-col issues.
69085
69086 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
69087 Author: Stefan Roese <sr@denx.de>
69088 Date:   Sat Oct 7 11:36:51 2006 +0200
69089
69090     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
69091     Patch by Stefan Roese, 07 Oct 2006
69092
69093 commit 5bc528fa4da751d472397b308137238a6465afd2
69094 Author: Stefan Roese <sr@denx.de>
69095 Date:   Sat Oct 7 11:35:25 2006 +0200
69096
69097     Update ALPR code (NAND support working now)
69098     Patch by Stefan Roese, 07 Oct 2006
69099
69100 commit 77d5034847d328753b80c46b83f960a14a26f40e
69101 Author: Stefan Roese <sr@denx.de>
69102 Date:   Sat Oct 7 11:33:03 2006 +0200
69103
69104     Remove compile warnings in fpga code
69105     Patch by Stefan Roese, 07 Oct 2006
69106
69107 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
69108 Author: Stefan Roese <sr@denx.de>
69109 Date:   Sat Oct 7 11:30:52 2006 +0200
69110
69111     Add CONFIG_BOARD_RESET to configure board specific reset function
69112     Patch by Stefan Roese, 07 Oct 2006
69113
69114 commit f55df18187e7a45cb73fec4370d12135e6691ae1
69115 Author: John Traill <john.traill@freescale.com>
69116 Date:   Fri Sep 29 08:23:12 2006 +0100
69117
69118     Fix missing tCycle/modfreq calculation.
69119
69120     Signed-off-by: John Traill <john.traill@freescale.com>
69121
69122 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
69123 Author: Andy Fleming <afleming@freescale.com>
69124 Date:   Wed Sep 13 10:33:35 2006 -0500
69125
69126     Updated config headers to add default FDT-based booting
69127
69128 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
69129 Author: Andy Fleming <afleming@freescale.com>
69130 Date:   Wed Sep 13 10:34:18 2006 -0500
69131
69132     Add support for eTSEC 3 & 4 on 8548 CDS
69133
69134     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
69135       This will only work on rev 1.3 boards (but doesn't break older boards)
69136     * Cleaned up some comments to reflect the expanded role of tsec
69137       in other systems
69138
69139 commit 084d648b109c8984f83674043c1a7fa3885ef801
69140 Author: Andy Fleming <afleming@freescale.com>
69141 Date:   Wed Sep 13 10:33:56 2006 -0500
69142
69143     Added code to support 2.6.18 PCI changes in u-boot
69144
69145     * Added code to swizzle the IRQ map for the PCI
69146
69147 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
69148 Author: Jon Loeliger <jdl@freescale.com>
69149 Date:   Tue Sep 19 09:34:10 2006 -0500
69150
69151     Modified makefile for new build mechanism.
69152
69153     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69154
69155 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
69156 Author: Jon Loeliger <jdl@freescale.com>
69157 Date:   Thu Sep 14 08:40:36 2006 -0500
69158
69159     Handle 86xx SVR values according to the new Reference Manual.
69160     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
69161     by the byte in bits 16-23 instead.
69162     Thanks to Jason Jin for noticing.
69163
69164     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69165
69166 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
69167 Author: Zhang Wei <wei.zhang@freescale.com>
69168 Date:   Mon Aug 28 14:25:31 2006 +0800
69169
69170     Fixed an OF-tree off-by-one bug when adding a new property name.
69171     This bug will cause the kernel booting to pause a long time.
69172
69173     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
69174     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
69175
69176 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
69177 Author: Jon Loeliger <jdl@freescale.com>
69178 Date:   Tue Aug 29 11:05:09 2006 -0500
69179
69180     Remove trailing empty lines.
69181
69182 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
69183 Author: Jon Loeliger <jdl@freescale.com>
69184 Date:   Tue Aug 29 09:48:49 2006 -0500
69185
69186     Remove bogus msync and use volatile asm.
69187
69188 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
69189 Author: Jon Loeliger <jdl@freescale.com>
69190 Date:   Tue Aug 29 08:17:14 2006 -0500
69191
69192     Add myself as maintainer for MPC8641HPCN.
69193
69194 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
69195 Author: Zhang Wei <wei.zhang@freescale.com>
69196 Date:   Mon Aug 28 14:25:31 2006 +0800
69197
69198     Fixed an OF-tree off-by-one bug when adding a new property name.
69199     This bug will cause the kernel booting to pause a long time.
69200
69201     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
69202
69203 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
69204 Author: Haiying Wang <haiying.wang@freescale.com>
69205 Date:   Fri Aug 25 14:38:34 2006 -0400
69206
69207     Change ramdiskaddr and dtbaddr
69208     Remove PEX fluff commands.
69209
69210     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
69211     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69212
69213 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
69214 Author: Matthew McClintock <msm@freescale.com>
69215 Date:   Wed Aug 23 13:32:45 2006 -0500
69216
69217     * Another small fix for booting with disable_of
69218
69219     Signed-off-by: Matthew McClintock <msm@freescale.com>
69220
69221 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
69222 Author: Jon Loeliger <jdl@freescale.com>
69223 Date:   Wed Aug 23 11:04:43 2006 -0500
69224
69225     Cleanup and lindent new AHCI driver.
69226
69227 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
69228 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
69229 Date:   Wed Aug 23 19:15:12 2006 +0800
69230
69231     Add AHCI define and sata support for MPC8641HPCN board.
69232
69233     Signed-off-by:Jason Jin<jason.jin@freescale.com>
69234
69235 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
69236 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
69237 Date:   Wed Aug 23 19:10:44 2006 +0800
69238
69239     Add AHCI support to u-boot
69240
69241     Add AHCI support in u-boot, enable the sata disk controllers which
69242     following the AHCI protocol.
69243
69244     Signed-off-by:Jason Jin<jason.jin@freescale.com>
69245
69246 commit d8ea2acf5f137cae99417df4f573d036ee384668
69247 Author: Zhang Wei <wei.zhang@freescale.com>
69248 Date:   Wed Aug 23 17:54:32 2006 +0800
69249
69250     Add dtb boot-up parameter to default boot commands.
69251
69252     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
69253
69254 commit b93775c2036b99baa390ea425c4771895bbc63c4
69255 Author: Jon Loeliger <jdl@freescale.com>
69256 Date:   Tue Aug 22 18:26:08 2006 -0500
69257
69258     Cleanup even more poorly introduced whitespace.
69259
69260 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
69261 Author: Jon Loeliger <jdl@freescale.com>
69262 Date:   Tue Aug 22 18:07:00 2006 -0500
69263
69264     Cleanup more poorly introduced whitespace.
69265
69266 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
69267 Author: Jon Loeliger <jdl@freescale.com>
69268 Date:   Tue Aug 22 17:54:05 2006 -0500
69269
69270     Cleanup poorly introduced whitespace.
69271
69272 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
69273 Author: Jon Loeliger <jdl@freescale.com>
69274 Date:   Tue Aug 22 12:25:27 2006 -0500
69275
69276     General indent and whitespace cleanups.
69277
69278 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
69279 Author: Jon Loeliger <jdl@freescale.com>
69280 Date:   Tue Aug 22 12:06:18 2006 -0500
69281
69282     General indent and whitespace cleanups.
69283
69284 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
69285 Author: Jon Loeliger <jdl@freescale.com>
69286 Date:   Tue Aug 22 10:42:21 2006 -0500
69287
69288     Cleanup compiler warnings.
69289
69290 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
69291 Author: Matthew McClintock <msm@freescale.com>
69292 Date:   Tue Aug 22 09:31:59 2006 -0500
69293
69294     Fix disable_of booting
69295
69296     Signed-off-by: Matthew McClintock <msm@freescale.com>
69297
69298 commit 87a449c8ac396420cb24260f717ea9e6faa82047
69299 Author: Matthew McClintock <msm@freescale.com>
69300 Date:   Tue Aug 22 09:23:55 2006 -0500
69301
69302     Support for FDT in uImage format, error when using FDT from flash
69303
69304     Signed-off-by: Matthew McClintock <msm@freescale.com>
69305
69306 commit 75c299c38369d01addd5e054b8a16217b70f4a86
69307 Author: Haiying Wang <haiying.wang@freescale.com>
69308 Date:   Tue Aug 15 15:12:55 2006 -0400
69309
69310     Unlock cache before kernel starts up for MPC86xx
69311
69312 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
69313 Author: Haiying Wang <haiying.wang@freescale.com>
69314 Date:   Tue Aug 15 15:13:15 2006 -0400
69315
69316     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
69317
69318 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
69319 Author: Haiying Wang <haiying.wang@freescale.com>
69320 Date:   Tue Aug 15 15:12:55 2006 -0400
69321
69322     Unlock cache before kernel starts up for MPC86xx
69323
69324 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
69325 Author: Haiying Wang <haiying.wang@freescale.com>
69326 Date:   Tue Aug 15 15:13:15 2006 -0400
69327
69328     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
69329
69330 commit 86c8e17f25e972a7e272950a0735fad84e082b88
69331 Author: Matthew McClintock <msm@freescale.com>
69332 Date:   Wed Aug 16 13:59:47 2006 -0500
69333
69334     * Fix disable_of booting
69335
69336     Signed-off-by: Matthew McClintock <msm@freescale.com>
69337
69338 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
69339 Author: Matthew McClintock <msm@freescale.com>
69340 Date:   Wed Aug 16 10:54:09 2006 -0500
69341
69342     * Support for FDT in uImage format, error when using FDT from flash
69343
69344     Signed-off-by: Matthew McClintock <msm@freescale.com>
69345
69346 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
69347 Author: Stefan Roese <sr@denx.de>
69348 Date:   Tue Aug 15 14:22:35 2006 +0200
69349
69350     Add initial support for the ALPR board from Prodrive
69351     NAND needs some additional testing
69352     Patch by Heiko Schocher, 15 Aug 2006
69353
69354 commit f0ff4692ff3372dec55074a8eb444943ab095abb
69355 Author: Stefan Roese <sr@denx.de>
69356 Date:   Tue Aug 15 14:15:51 2006 +0200
69357
69358     Add FPGA Altera Cyclone 2 support
69359     Patch by Heiko Schocher, 15 Aug 2006
69360
69361 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
69362 Author: Jon Loeliger <jdl@freescale.com>
69363 Date:   Mon Aug 14 15:33:38 2006 -0500
69364
69365     Fix BAT0 to actually be cacheable, non-guarded as documented.
69366
69367     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69368
69369 commit 40bc83559db5745681909fd7382ae509567e116d
69370 Author: Jon Loeliger <jdl@freescale.com>
69371 Date:   Wed Aug 9 15:32:16 2006 -0500
69372
69373     Removed MPC8641HPCN DTS source file from build.
69374     It is no longer linked into U-Boot; its sources are
69375     now located in the kernel tree.
69376
69377     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69378
69379 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
69380 Author: Matthew McClintock <msm@freescale.com>
69381 Date:   Wed Jun 28 10:47:03 2006 -0500
69382
69383     * Switched default PCI speed for 8540 ADS back to 33MHz
69384
69385     * Added comments and a printf to warn that PCI-X won't
69386       work at 33MHz
69387       Patch by Andy Fleming 17-Mar-2006
69388
69389     Signed-off-by: Andy Fleming <afleming@freescale.com>
69390
69391 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
69392 Author: Matthew McClintock <msm@freescale.com>
69393 Date:   Wed Jun 28 10:46:35 2006 -0500
69394
69395     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
69396
69397     Signed-off-by: Andy Fleming <afleming@freescale.com>
69398
69399 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
69400 Author: Matthew McClintock <msm@freescale.com>
69401 Date:   Wed Jun 28 10:46:13 2006 -0500
69402
69403     * Added VIA configuration table
69404
69405     * Added support for PCI2 on CDS
69406       Patch by Andy Fleming 17-Mar-2006
69407
69408     Signed-off-by: Andy Fleming <afleming@freescale.com>
69409
69410 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
69411 Author: Matthew McClintock <msm@freescale.com>
69412 Date:   Wed Jun 28 10:45:41 2006 -0500
69413
69414     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
69415
69416     Signed-off-by: Andy Fleming <afleming@freescale.com>
69417
69418 commit 97074ed9655309b64231bc2cee69fe85399f8055
69419 Author: Matthew McClintock <msm@freescale.com>
69420 Date:   Wed Jun 28 10:45:17 2006 -0500
69421
69422     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
69423
69424     Signed-off-by: Andy Fleming <afleming@freescale.com>
69425
69426 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
69427 Author: Matthew McClintock <msm@freescale.com>
69428 Date:   Wed Jun 28 10:44:49 2006 -0500
69429
69430     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
69431
69432     Signed-off-by: Andy Fleming <afleming@freescale.com>
69433
69434 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
69435 Author: Matthew McClintock <msm@freescale.com>
69436 Date:   Wed Jun 28 10:44:23 2006 -0500
69437
69438     * 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
69439
69440     Signed-off-by: Andy Fleming <afleming@freescale.com>
69441
69442 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
69443 Author: Matthew McClintock <msm@freescale.com>
69444 Date:   Wed Jun 28 10:43:36 2006 -0500
69445
69446     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
69447
69448     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69449
69450 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
69451 Author: Matthew McClintock <msm@freescale.com>
69452 Date:   Wed Jun 28 10:43:00 2006 -0500
69453
69454     * 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
69455
69456 commit 5498d90312aad9f6bdbf047986027c35b03cd163
69457 Author: Matthew McClintock <msm@freescale.com>
69458 Date:   Wed Jun 28 10:42:24 2006 -0500
69459
69460     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
69461
69462 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
69463 Author: Matthew McClintock <msm@freescale.com>
69464 Date:   Wed Jun 28 10:41:37 2006 -0500
69465
69466     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
69467
69468 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
69469 Author: John Traill <john.traill@freescale.com>
69470 Date:   Wed Aug 9 14:33:50 2006 +0100
69471
69472     Add Rapidio support for the MPC8641HPCN
69473
69474     Signed-off-by: John Traill <john.traill@freescale.com>
69475
69476 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
69477 Author: John Traill <john.traill@freescale.com>
69478 Date:   Tue Aug 8 11:32:43 2006 +0100
69479
69480     Fix caslat calculation
69481
69482     Signed-off-by: John Traill <john.traill@freescale.com>
69483
69484 commit 709d3073e74153278e7904a70819bbef7df50e1a
69485 Author: Jon Loeliger <jdl@freescale.com>
69486 Date:   Thu Aug 3 16:17:56 2006 -0500
69487
69488     Convert to mac-address in ethernet nodes.
69489
69490 commit 71748af833ca1017edf1415be376366ff2937d17
69491 Author: Haiying Wang <haiying.wang@freescale.com>
69492 Date:   Fri Jul 28 12:41:35 2006 -0400
69493
69494     Correct the irq value of DUART2
69495
69496 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
69497 Author: Haiying Wang <haiying.wang@freescale.com>
69498 Date:   Fri Jul 28 12:41:41 2006 -0400
69499
69500     Change the space size of PEX IO in README
69501
69502 commit 239db37c94f7a92941c4465feceb867c609241c5
69503 Author: Haiying Wang <haiying.wang@freescale.com>
69504 Date:   Fri Jul 28 12:41:18 2006 -0400
69505
69506     Move get_board_sys_clk to board directory
69507
69508 commit 492900b985439fbce1a118afde1e35def870db03
69509 Author: John Traill <john.traill@freescale.com>
69510 Date:   Fri Jul 28 09:03:54 2006 +0100
69511
69512     Fix 8641HPCN pollution
69513
69514 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
69515 Author: John Traill <john.traill@freescale.com>
69516 Date:   Fri Jul 28 08:16:06 2006 +0100
69517
69518     Fix 8641HPCN timebase
69519
69520 commit c86360b830f1eecd7a72208575dde4f57879faea
69521 Author: Zhang Wei <wei.zhang@freescale.com>
69522 Date:   Fri Jul 28 00:01:34 2006 +0800
69523
69524     Fixed OF device tree of mpc86xxhpcn board.
69525
69526     The changes works in with kernel irq mapping rework.
69527
69528     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
69529
69530 commit bea3f28d285942bf3f7ab339ce85178ded544225
69531 Author: Haiying Wang <haiying.wang@freescale.com>
69532 Date:   Wed Jul 12 10:48:05 2006 -0400
69533
69534     Add support for reading and writing mac addresses to or from ID EEPROM.
69535
69536     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
69537     With attached patch, we can use command "mac/mac read/mac save/"
69538     to read and write EEPROM under u-boot prompt.
69539
69540     U-boot will calculate the checksum of EEPROM while bootup,
69541     if it is right, then u-boot will check whether the mac address
69542     of eTSEC0/1/2/3 is availalbe (non-zero).
69543
69544     If there is mac address availabe in EEPROM, u-boot will use it,
69545     otherewise, u-boot will use the mac address defined in
69546     MPC8641HPCN.h. This matches the requirement to set unique mac address
69547     for each TSEC port.
69548
69549     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
69550     Signed-off-by: York Sun <yorksun@freescale.com>
69551
69552 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
69553 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
69554 Date:   Thu Jul 13 10:35:10 2006 -0500
69555
69556     Fixed initrd issue by define big RAM
69557
69558     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
69559
69560 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
69561 Author: Jason Jin <Jason.jin@freescale.com>
69562 Date:   Fri Jul 7 10:01:45 2006 -0500
69563
69564     We made a u-boot patch to fix the hang up issue
69565     when booting filesystem from ramdisk.
69566
69567     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
69568
69569 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
69570 Author: Matthew McClintock <msm@freescale.com>
69571 Date:   Wed Jun 28 10:47:03 2006 -0500
69572
69573     * Switched default PCI speed for 8540 ADS back to 33MHz
69574     * Added comments and a printf to warn that PCI-X won't
69575       work at 33MHz
69576       Patch by Andy Fleming 17-Mar-2006
69577
69578     Signed-off-by: Andy Fleming <afleming@freescale.com>
69579
69580 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
69581 Author: Matthew McClintock <msm@freescale.com>
69582 Date:   Wed Jun 28 10:46:35 2006 -0500
69583
69584     * Fixed a bug where 8555 PCI code used the old variable and
69585       function names
69586       Patch by Andy Fleming 17-Mar-2006
69587
69588     Signed-off-by: Andy Fleming <afleming@freescale.com>
69589
69590 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
69591 Author: Matthew McClintock <msm@freescale.com>
69592 Date:   Wed Jun 28 10:46:13 2006 -0500
69593
69594     * Added VIA configuration table
69595     * Added support for PCI2 on CDS
69596       Patch by Andy Fleming 17-Mar-2006
69597
69598     Signed-off-by: Andy Fleming <afleming@freescale.com>
69599
69600 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
69601 Author: Matthew McClintock <msm@freescale.com>
69602 Date:   Wed Jun 28 10:45:41 2006 -0500
69603
69604     * Fixed PCI memory definitions
69605       Patch by Andy Fleming 17-Mar-2006
69606
69607     Signed-off-by: Andy Fleming <afleming@freescale.com>
69608
69609 commit 087454609e47295443af793a282cddcd91a5f49c
69610 Author: Matthew McClintock <msm@freescale.com>
69611 Date:   Wed Jun 28 10:45:17 2006 -0500
69612
69613     * Added support for initializing second PCI bus on 85xx
69614       Patch by Andy Fleming 17-Mar-2006
69615
69616     Signed-off-by: Andy Fleming <afleming@freescale.com>
69617
69618 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
69619 Author: Matthew McClintock <msm@freescale.com>
69620 Date:   Wed Jun 28 10:44:49 2006 -0500
69621
69622     * Added PCI-X #defines for PCI-X initialization
69623       Patch by Andy Fleming on 17-Mar-2006
69624
69625     Signed-off-by: Andy Fleming <afleming@freescale.com>
69626
69627 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
69628 Author: Matthew McClintock <msm@freescale.com>
69629 Date:   Wed Jun 28 10:44:23 2006 -0500
69630
69631     * Made sure the code which disables prefetch for PCI devices
69632       sets the size of the prefetch region to 0
69633       Patch by Andy Fleming on 17-Mar-2006
69634
69635     Signed-off-by: Andy Fleming <afleming@freescale.com>
69636
69637 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
69638 Author: Matthew McClintock <msm@freescale.com>
69639 Date:   Wed Jun 28 10:43:36 2006 -0500
69640
69641     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
69642       Patch by Jon Loeliger 17-Jan-2006
69643
69644     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69645
69646 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
69647 Author: Matthew McClintock <msm@freescale.com>
69648 Date:   Wed Jun 28 10:43:00 2006 -0500
69649
69650     * Removed the oftree.dts for stxxtx in light of the changes
69651       to the flat device tree handling code
69652       Patch by Matthew McClintock 26-June-2006
69653
69654 commit 1b380ec225665e73959677f3893dc658c5925e05
69655 Author: Matthew McClintock <msm@freescale.com>
69656 Date:   Wed Jun 28 10:42:24 2006 -0500
69657
69658     * Patch to modify ft_build.c to update flat device trees in place
69659       Patch by Matthew McClintock 26-June-2006
69660
69661 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
69662 Author: Matthew McClintock <msm@freescale.com>
69663 Date:   Wed Jun 28 10:41:37 2006 -0500
69664
69665     * Modify bootm command to support booting with flat device trees
69666       Patch by Matthew McClintock 26-June-2006
69667
69668 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
69669 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
69670 Date:   Wed Jun 28 08:43:56 2006 -0500
69671
69672     Change Id to symbolic name for RTL8139
69673
69674     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
69675
69676 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
69677 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
69678 Date:   Tue Jun 27 18:12:10 2006 +0800
69679
69680     Fix RTL8139 in big endian
69681
69682     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
69683     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
69684
69685 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
69686 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
69687 Date:   Tue Jun 27 18:12:23 2006 +0800
69688
69689     Fix Tsec bug when no link
69690
69691      When tftp a non-exist file from the tftp server, u-boot will check
69692      the link of all eth port. The original file will return wrong link
69693      state on the no link ports.
69694
69695     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
69696
69697 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
69698 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
69699 Date:   Tue Jun 27 18:12:02 2006 +0800
69700
69701     Fix bug for io_bar size during pci scan
69702
69703     During the pci scan process, Some devices return bar_reponse with the
69704     highest bytes 0, such as the pci bridge in uli1575 return bar_response
69705     with 0xffffff, So the bar_size should be manually set under 64K.
69706
69707     Signed-off-by: Jason Jin <jason.jin@freescale.com>
69708
69709 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
69710 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
69711 Date:   Tue Jun 27 18:11:54 2006 +0800
69712
69713     Enable PCIE1 for MPC8641HPCN board
69714
69715     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
69716
69717 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
69718 Author: Wolfgang Denk <wd@pollux.denx.de>
69719 Date:   Mon Jun 26 11:06:00 2006 +0200
69720
69721     More code cleanup
69722
69723 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
69724 Author: Jon Loeliger <jdl@freescale.com>
69725 Date:   Thu Jun 22 08:51:46 2006 -0500
69726
69727     Fix bug in 8641hpcn reset command with no args.
69728
69729     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
69730     Acked-by: Jon Loeliger <jdl@freescale.com>
69731
69732 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
69733 Author: Zhang Wei <wei.zhang@freescale.com>
69734 Date:   Tue Jun 20 17:47:15 2006 +0800
69735
69736     Reworked IRQ mapping in OF-tree.
69737
69738 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
69739 Author: Jon Loeliger <jdl@freescale.com>
69740 Date:   Thu Jun 15 21:33:37 2006 -0500
69741
69742     Do not enable address translation on secondary CPUs.
69743     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
69744
69745     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69746
69747 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
69748 Author: Wolfgang Denk <wd@pollux.denx.de>
69749 Date:   Wed Jun 14 18:14:56 2006 +0200
69750
69751     Code cleanup
69752
69753 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
69754 Author: Wolfgang Denk <wd@pollux.denx.de>
69755 Date:   Wed Jun 14 17:45:53 2006 +0200
69756
69757     Various USB related patches
69758     - Add support for mpc8xx USB device.
69759     - Add support for Common Device Class - Abstract Control Model USB console.
69760     - Add support for flow control in USB slave devices.
69761     - Add support for switching between gserial and cdc_acm using environment.
69762     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
69763     - Update usbcore slightly to ease host enumeration.
69764     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
69765     - Add AdderUSB_config as a defconfig to enable usage of the USB console
69766       by default with the Adder87x U-Boot port.
69767     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
69768
69769 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
69770 Author: Jon Loeliger <jdl@jdl.com>
69771 Date:   Wed Jun 7 10:53:55 2006 -0500
69772
69773     Fix a get_board_sys_clk() use-before-def warning.
69774
69775     Signed-off-by: Jon Loeliger <jdl@jdl.com>
69776
69777 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
69778 Author: Jon Loeliger <jdl@jdl.com>
69779 Date:   Wed Jun 7 10:52:49 2006 -0500
69780
69781     Allow DTC path to be passed in.
69782
69783     Signed-off-by: Jon Loeliger <jdl@jdl.com>
69784
69785 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
69786 Author: Haiying Wang <haiying.wang@freescale.com>
69787 Date:   Tue Jun 6 16:54:29 2006 -0400
69788
69789     Modify the IRQ of DUART2
69790
69791 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
69792 Author: Jon Loeliger <jdl@jdl.com>
69793 Date:   Wed May 31 13:55:35 2006 -0500
69794
69795     Review cleanups.
69796
69797     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69798
69799 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
69800 Author: Jon Loeliger <jdl@jdl.com>
69801 Date:   Wed May 31 12:44:44 2006 -0500
69802
69803     White space cleanup.
69804     Some 80-column cleanups.
69805     Convert printf() to puts() where possible.
69806     Use #include "spd_sdram.h" as needed.
69807     Enhanced reset command usage message a bit.
69808
69809     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69810
69811 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
69812 Author: Jon Loeliger <jdl@jdl.com>
69813 Date:   Wed May 31 11:39:34 2006 -0500
69814
69815     Removed unneeded local_bus_init() from 8641HPCN board.
69816
69817     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69818
69819 commit 4d3d729c16c392d2982d3266b659d333c927697d
69820 Author: Jon Loeliger <jdl@jdl.com>
69821 Date:   Wed May 31 11:24:28 2006 -0500
69822
69823     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
69824
69825     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69826
69827 commit b2a941de060350ad15878d8219825f4950e9bb8e
69828 Author: Jon Loeliger <jdl@jdl.com>
69829 Date:   Wed May 31 10:07:28 2006 -0500
69830
69831     Remove dead debug code.
69832
69833     Signed-off-by: Jon Loeliger <jdl@jdl.com>
69834
69835 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
69836 Author: Jon Loeliger <jdl@freescale.com>
69837 Date:   Tue May 30 17:47:00 2006 -0500
69838
69839     Move mpc86xx PIXIS code to board directory
69840
69841     First cut at moving the PIXIS platform code out of
69842     the 86xx cpu directory and into board/mpc8641hpcn
69843     where it belongs.
69844
69845     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69846
69847 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
69848 Author: Markus Klotzbuecher <mk@denx.de>
69849 Date:   Tue May 30 16:56:14 2006 +0200
69850
69851     Support generic OHCI support for the s3c24x0 cpu.
69852
69853 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
69854 Author: Haiying Wang <Haiying.Wang@freescale.com>
69855 Date:   Tue May 30 09:10:32 2006 -0500
69856
69857     Improve "reset" command's interaction with watchdog.
69858
69859         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
69860         "reset altbank wd" will reset another bank WITH watch dog enabled
69861         "diswd" will disable watch dog after u-boot boots up successfully
69862
69863     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
69864
69865 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
69866 Author: Haiying Wang <Haiying.Wang@freescale.com>
69867 Date:   Tue May 30 08:51:19 2006 -0500
69868
69869     Fix two SDRAM setup bugs.
69870
69871         Fix ECC setup bug.
69872         Enable 1T/2T based on number of DIMMs present.
69873
69874     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
69875
69876 commit d11fec5015334deb2010e36ce00bb118cc5429a5
69877 Author: Haiying Wang <Haiying.Wang@freescale.com>
69878 Date:   Fri May 26 10:24:48 2006 -0500
69879
69880     Add first draft of the MPC8641HPCN doc/README.
69881
69882     Signed-off-by: Jon Loeliger <jdl@jdl.com>
69883
69884 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
69885 Author: Haiying Wang <Haiying.Wang@freescale.com>
69886 Date:   Fri May 26 10:13:04 2006 -0500
69887
69888     Added pci@8000 block.
69889     Updated ethernet interrupt mappings (moved up 48).
69890     Cleaned up a few comments.
69891
69892     Signed-off-by: Jon Loeliger <jdl@jdl.com>
69893
69894 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
69895 Author: Haiying Wang <Haiying.Wang@freescale.com>
69896 Date:   Fri May 26 10:01:16 2006 -0500
69897
69898     Allow args on reset command.
69899
69900     Signed-off-by: Jon Loeliger <jdl@jdl.com>
69901
69902 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
69903 Author: Markus Klotzbuecher <mk@denx.de>
69904 Date:   Tue May 23 13:38:35 2006 +0200
69905
69906     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
69907     fixes to the latter.
69908
69909 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
69910 Author: Markus Klotzbuecher <mk@denx.de>
69911 Date:   Tue May 23 10:33:11 2006 +0200
69912
69913     More cleanup for the delta board and the generic usb_ohci driver. Added
69914     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
69915     initialization and cleanup hooks respectively.
69916
69917 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
69918 Author: Markus Klotzbuecher <mk@denx.de>
69919 Date:   Mon May 22 16:33:54 2006 +0200
69920
69921     This patch adds USB storage support for the delta board. This is the first
69922     board to make use of a generic OHCI driver, that calls hooks for board
69923     dependant initialization.
69924
69925 commit 14e37081ff3cac7ebe6e93836523429853b6b292
69926 Author: Jon Loeliger <jdl@jdl.com>
69927 Date:   Fri May 19 13:28:39 2006 -0500
69928
69929     Change arbitration to round-robin for SMP linux.
69930
69931 commit 9a655876e5995be80f49054e2509500e871e4d3a
69932 Author: Jon Loeliger <jdl@jdl.com>
69933 Date:   Fri May 19 13:26:34 2006 -0500
69934
69935     Enable dual DDR controllers and interleaving.
69936
69937 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
69938 Author: Jon Loeliger <jdl@jdl.com>
69939 Date:   Fri May 19 13:22:44 2006 -0500
69940
69941     Update 86xx address map and LAWBARs.
69942
69943 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
69944 Author: Jon Loeliger <jdl@jdl.com>
69945 Date:   Fri May 19 13:14:15 2006 -0500
69946
69947     Remove L2 Cache invalidate polling.
69948
69949 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
69950 Author: Jon Loeliger <jdl@jdl.com>
69951 Date:   Fri May 19 12:33:09 2006 -0500
69952
69953     Enable 2nd CPU and I2C.
69954
69955 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
69956 Author: Jon Loeliger <jdl@freescale.com>
69957 Date:   Mon May 15 07:26:56 2006 -0500
69958
69959     Update interrupt mapping.
69960
69961 commit 6cfea33477b04b63ed47386ed1629529484c33ba
69962 Author: Haiying Wang <Haiying.Wang@freescale.com>
69963 Date:   Wed May 10 09:38:06 2006 -0500
69964
69965     Remove unneeded INIT_RAM_LOCK cache twiddling.
69966     Correctly tracks r29 as global data pointer now.
69967
69968     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
69969
69970 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
69971 Author: Jon Loeliger <jdl@freescale.com>
69972 Date:   Wed May 10 09:33:07 2006 -0500
69973
69974     Remove unnecessary flash.c file.
69975
69976 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
69977 Author: Jon Loeliger <jdl@freescale.com>
69978 Date:   Tue May 9 08:23:49 2006 -0500
69979
69980     Get MPC8641HPCN flash images working.
69981
69982         Enable the CFI driver.
69983         Remove bogus LAWBAR7 cruft.
69984         Use correct TEXT_BASE, Fixup load script.
69985         Enable SPD EEPROM during DDR setup.
69986         Use generic RFC 1918 IP addresses by default.
69987
69988 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
69989 Author: Jon Loeliger <jdl@freescale.com>
69990 Date:   Thu Apr 27 10:15:16 2006 -0500
69991
69992     Cleanup whitespaces and style issues.
69993     Removed //-style comments.
69994     Use 80-column lines.
69995     Remove trailing whitespace.
69996     Remove dead code and debug cruft.
69997
69998 commit a2320a6bf8113a09544c42d160d10ac69d049a03
69999 Author: Jon Loeliger <jdl@freescale.com>
70000 Date:   Thu Apr 27 08:22:39 2006 -0500
70001
70002     Revert bad PCI prefetch limit change.
70003
70004 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
70005 Author: Jon Loeliger <jdl@freescale.com>
70006 Date:   Wed Apr 26 17:58:56 2006 -0500
70007
70008     Initial support for MPC8641 HPCN board.